Mention in NEWS that the Unicode 10.0.0 update causes user visible changes
[glibc.git] / ChangeLog
blob8d4a12ce7f76dfd6eec6ef445baf8ae619c7d2b8
1 2017-07-26  Mike FABIAN  <mfabian@redhat.com>
3         * NEWS: Mention that the Unicode 10.0.0 update causes user visible changes.
5 2017-07-26  Siddhesh Poyarekar  <siddhesh@sourceware.org>
7         * po/sv.po: Update Translation.
9 2017-07-25  Siddhesh Poyarekar  <siddhesh@sourceware.org>
10             Paul Eggert  <eggert@cs.ucla.edu>
12         * timezone.zic (PRIdLINENO): Remove.
13         (verror): Use PRIdMAX.
14         * po/libc.pot: Regenerate.
16 2017-07-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
17             H.J. Lu  <hongjiu.lu@intel.com>
19         [BZ #21744]
20         * elf/dl-tunables.c: Include not-errno.h header.
21         * include/unistd.h (__access_noerrno): Remove definition.
22         * sysdeps/unix/sysv/linux/access.c (__access_noerrno): Likewise.
23         * sysdeps/generic/not-errno.h: New file.
24         * sysdeps/unix/sysv/linux/not-errno.h: Likewise.
26 2017-07-24  H.J. Lu  <hongjiu.lu@intel.com>
28         [BZ #21752]
29         * debug/fortify_fail.c (__fortify_fail_abort): Don't pass down
30         __libc_argv[0] if we aren't doing backtrace.  Rename do_backtrace
31         to need_backtrace.
32         * sysdeps/posix/libc_fatal.c (__libc_message): Don't call
33         __libc_secure_getenv if we aren't doing backtrace.
35 2017-07-24  Andreas Schwab  <schwab@suse.de>
37         [BZ #21804]
38         * sysdeps/nptl/bits/thread-shared-types.h (__PTHREAD_SPINS_DATA)
39         [__PTHREAD_MUTEX_LOCK_ELISION && __WORDSIZE == 64]: Remove
40         trailing semicolon.
41         (struct __pthread_mutex_s): Remove semicolon after
42         __PTHREAD_COMPAT_PADDING_MID and __PTHREAD_COMPAT_PADDING_END.
43         * sysdeps/hppa/nptl/bits/pthreadtypes-arch.h
44         (__PTHREAD_COMPAT_PADDING_MID, __PTHREAD_COMPAT_PADDING_END): Add
45         semicolon.
47 2017-07-23  Dmitry V. Levin  <ldv@altlinux.org>
49         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h [_LINUX_PTRACE_H ||
50         _S390_PTRACE_H]: Undefine all PTRACE_* macro constants defined
51         later as enum constants, except PTRACE_PEEKUSER, PTRACE_POKEUSER,
52         and PTRACE_SEIZE_DEVEL that are not defined by Linux headers.
54 2017-07-23  John David Anglin  <danglin@gcc.gnu.org>
56         [BZ 19170]
57         * sysdeps/hppa/dl-trampoline.S (_dl_runtime_resolve): Revise comment.
59 2017-07-21  DJ Delorie  <dj@redhat.com>
61         * nss/tst-nss-test5.c: Correct test configuration.
63 2017-07-21  Steve Ellcey  <sellcey@cavium.com>
65         * localedata/Makefile (CFLAGS-tst_iswalnum.c, CFLAGS-tst_iswalpha.c
66         CFLAGS-tst_iswcntrl.c, CFLAGS-tst_iswdigit.c, CFLAGS-tst_iswgraph.c,
67         CFLAGS-tst_iswlower.c, CFLAGS-tst_iswprint.c, CFLAGS-tst_iswpunct.c,
68         CFLAGS-tst_iswspace.c, CFLAGS-tst_iswupper.c, CFLAGS-tst_iswxdigit.c,
69         CFLAGS-tst_towlower.c, CFLAGS-tst_towupper.c): New macros.
71 2017-07-21  Steve Ellcey  <sellcey@cavium.com>
73         * nss/nss_test1.c (default_npwd_data): Fix definition.
75 2017-07-21  Steve Ellcey  <sellcey@cavium.com>
77         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Call
78         math_force_eval.
80 2017-07-19  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
82         * sysdeps/sparc/fpu/libm-test-ulps: Update.
84         * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Fix argument
85         passing to syscall exit.
87 2017-07-19  DJ Delorie  <dj@delorie.com>
89         * grp/grp-merge.c (libc_hidden_def): Fix cast-after-dereference.
91 2017-07-19  H.J. Lu  <hongjiu.lu@intel.com>
93         [BZ #21741]
94         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c
95         (__libc_ifunc_impl_list): Test memmove_chk and memset_chk only
96         in libc.so.
98 2017-07-19  H.J. Lu  <hongjiu.lu@intel.com>
100         [BZ #21740]
101         * debug/Makefile (elide-routines.o): New.
103 2017-07-19  Szabolcs Nagy  <szabolcs.nagy@arm.com>
105         * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c:
106         (_dl_aarch64_cap_flags): Update.
107         * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
108         (_DL_HWCAP_COUNT, _DL_HWCAP_LAST): Update.
110 2017-07-18  Szabolcs Nagy  <szabolcs.nagy@arm.com>
112         * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h (_dl_procinfo): Revert.
113         (_dl_hwcap_string): Check range.
115 2017-07-17  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
117         [BZ #21707]
118         * csu/libc-start.c (LIBC_START_MAIN): Perform IREL{,A}
119         relocations before or after initializing the TCB on statically
120         linked executables.  That's a per-architecture definition.
121         * elf/rtld.c (dl_main): Add a comment about thread-local
122         variables initialization.
123         * sysdeps/generic/libc-start.h: New file.  Define
124         ARCH_APPLY_IREL and ARCH_SETUP_IREL.
125         * sysdeps/powerpc/Makefile:
126         [$(subdir) = elf && $(multi-arch) != no] (tests-static-internal): Add
127         tst-tlsifunc-static.
128         [$(subdir) = elf && $(multi-arch) != no && $(build-shared) == yes]
129         (tests-internal): Add tst-tlsifunc.
130         * sysdeps/powerpc/tst-tlsifunc.c: New file.
131         * sysdeps/powerpc/tst-tlsifunc-static.c: Likewise.
132         * sysdeps/powerpc/powerpc64le/Makefile (f128-loader-link): New
133         variable.
134         [$(subdir) = math] (test-float128% test-ifloat128%): Force
135         linking to the loader after linking to libgcc.
136         [$(subdir) = wcsmbs || $(subdir) = stdlib] (bug-strtod bug-strtod2)
137         (bug-strtod2 tst-strtod-round tst-wcstod-round tst-strtod6 tst-strrom)
138         (tst-strfrom-locale strfrom-skeleton): Likewise.
139         * sysdeps/unix/sysv/linux/powerpc/libc-start.h: New file.  Define
140         ARCH_APPLY_IREL and ARCH_SETUP_IREL.
142 2017-07-17  DJ Delorie  <dj@redhat.com>
144         * nss/nss_test.h: New.
145         * nss/nss_test1.h: Rewrite to use test-provided data.  Add group
146         tests.  Parameterize to allow multiple instances.
147         * nss/nss_test2.h: New.  Second instance.
148         * nss/nss_test.ver: New.
149         * nss/nss_test1.c: Update to use new framework.
150         * nss/nss_test2.c: New.
151         * nss/nss_test3.c: New.
152         * nss/nss_test4.c: New.
153         * nss/nss_test5.c: New.
154         * nss/Makefile: Build new tests.
155         * shlib-versions: Add libnss_test2.
157 2017-07-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
159         [BZ #21512]
160         * sysdeps/unix/sysv/linux/hppa/clone.S (__clone): Fix argument
161         passing to syscall exit.
163 2017-07-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
165         * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_FCMA): New macro.
166         (HWCAP_JSCVT, HWCAP_LRCPC): Likewise.
168 2017-07-16  John David Anglin  <danglin@gcc.gnu.org>
170         * sysdeps/hppa/dl-trampoline.S (_dl_runtime_resolve): Return to caller
171         if _dl_fixup fails.
173         * sysdeps/unix/sysv/linux/hppa/clone.S (__clone): Add .cfi annotation.
174         * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Likewise.
175         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S (__vfork): Likewise.
176         * sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext): Likewise.
178         * sysdeps/unix/sysv/linux/hppa/getcontext.S (__getcontext): Fix stack
179         offset for r19 load.
181         * sysdeps/unix/sysv/linux/hppa/setcontext.S (__setcontext): Return 0.
183         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h (PSEUDO): Fix CFA offset.
184         Use .cfi_def_cfa_offset instead of .cfi_offset.  Don't record stack
185         pointer offset.  Correct PIC register offset.  Don't mention frame
186         related instructions in epilogue.
187         (PUSHARGS_1): Correct offset.
188         (PUSHARGS_2): Likewise.
189         (PUSHARGS_3): Likewise.
190         (PUSHARGS_4): Likewise.
191         (PUSHARGS_5): Likewise.
192         (PUSHARGS_6): Likewise.
193         (POPARGS_1): Don't mention register restore.
194         (POPARGS_2): Likewise.
195         (POPARGS_3): Likewise.
196         (POPARGS_4): Likewise.
197         (POPARGS_5): Likewise.
198         (POPARGS_6): Likewise.
199         * sysdeps/unix/sysv/linux/hppa/sysdep.h (SAVE_PIC): Don't mention
200         copy of PIC register.
201         (LOAD_PIC): Likewise don't mention restore.
202         (DO_CALL): Fix CFA offset.  Use .cfi_def_cfa_offset instead of
203         .cfi_offset.  Don't record stack pointer offset.  Correct PIC register
204         offset.  Don't mention frame related instructions in epilogue.
206         * sysdeps/unix/sysv/linux/hppa/localplt.data: Remove _exit entry.
208         * sysdeps/hppa/__longjmp.c (__longjmp): Remove extra braces.
210         [BZ 20098]
211         * sysdeps/hppa/dl-fptr.c (_dl_read_access_allowed): New.
212         (_dl_lookup_address): Return address if it is not consistent with
213         being a linker defined function pointer.  Likewise, return address
214         if address and function descriptor addresses are not accessible.
216 2017-07-16  Siddhesh Poyarekar  <siddhesh@sourceware.org>
218         * po/libc.pot: Regenerate.
220 2017-07-15  John David Anglin  <danglin@gcc.gnu.org>
222         [BZ locale/19838]
223         * sysdeps/unix/sysv/linux/hppa/bits/shm.h (SHMLBA): Set to page size.
225         * nptl/allocatestack.c (allocate_stack): Align old and new guard
226         addresses to page boundaries when the stack grows up.
228         * sysdeps/hppa/math-tests.h: New.
230 2017-07-14  DJ Delorie  <dj@redhat.com>
232         [BZ #21654]
233         * grp/grp_merge.c (__copy_grp): Align char** to minimum pointer
234         alignment not char alignment.
235         (__merge_grp): Likewise.
237 2017-07-14  Szabolcs Nagy  <szabolcs.nagy@arm.com>
238             Florian Weimer  <fweimer@redhat.com>
240         * libio/memstream.c (__open_memstream): Set _IO_FLAGS2_NEED_LOCK.
241         * libio/wmemstream.c (open_wmemstream): Likewise.
242         * nptl/tst-memstream.c: New.
244 2017-07-12  Jiong Wang  <jiong.wang@arm.com>
246         * sysdeps/arm/dl-machine.h (elf_machine_load_address):  Also strip bit 0
247         of pcrel_address under Thumb mode.
249 2017-07-12  Akhilesh Kumar <akhilesh.k@samsung.com>
251         [BZ #21207]
252         * locale/iso-639.def: Add Fiji Hindi (hif).
254 2017-07-12  John David Anglin  <danglin@gcc.gnu.org>
256         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Fix typo.
258 2017-07-12  H.J. Lu  <hongjiu.lu@intel.com>
260         * debug/Makefile (CFLAGS-tst-ssp-1.c): Set to
261         -fstack-protector-all.
263 2017-07-11  Chris Leonard <cjl@sugarlabs.org>
265         [BZ #20496]
266         * locale/iso-639.def: Add AwajĂșn / Aguaruna (agr).
268 2017-07-11  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
270         * sysdeps/powerpc/powerpc64le/Makefile: Use $(all-object-suffixes)
271         to iterate over all possible object suffixes.  Add a comment
272         explaining the use of sysdep-CFLAGS instead of CFLAGS.
274 2017-07-11  H.J. Lu  <hongjiu.lu@intel.com>
276         [BZ #12189]
277         * debug/Makefile (CFLAGS-tst-ssp-1.c): New.
278         (tests): Add tst-ssp-1 if -fstack-protector works.
279         * debug/fortify_fail.c: Include <stdbool.h>.
280         (_fortify_fail_abort): New function.
281         (__fortify_fail): Call _fortify_fail_abort.
282         (__fortify_fail_abort): Add a hidden definition.
283         * debug/stack_chk_fail.c: Include <stdbool.h>.
284         (__stack_chk_fail): Call __fortify_fail_abort, instead of
285         __fortify_fail.
286         * debug/tst-ssp-1.c: New file.
287         * include/stdio.h (__libc_message_action): New enum.
288         (__libc_message): Replace int with enum __libc_message_action.
289         (__fortify_fail_abort): New hidden prototype.
290         * malloc/malloc.c (malloc_printerr): Update __libc_message calls.
291         * sysdeps/posix/libc_fatal.c (__libc_message): Replace int
292         with enum __libc_message_action.  Call BEFORE_ABORT only if
293         action includes do_backtrace.
294         (__libc_fatal): Update __libc_message call.
296 2017-07-11  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
298         [BZ #21738]
299         * manual/llio.texi (RWF_NOWAIT): New item.
300         * misc/tst-preadvwritev2-common.c (do_test_with_invalid_flags):
301         Add RWF_NOWAIT check.
302         * sysdeps/unix/sysv/linux/bits/uio-ext.h (RWF_NOWAIT): New flag.
304 2017-07-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
306         * sysdeps/unix/sysv/linux/s390/tst-ptrace-singleblock.c:
307         Support running on kernels without PTRACE_SINGLEBLOCK.
309 2017-07-10  H.J. Lu  <hongjiu.lu@intel.com>
311         [BZ #21742]
312         * elf/Makefile (dl-routines): Move dl-conflict to ...
313         (rtld-routines): Here.
315 2017-07-10  H.J. Lu  <hongjiu.lu@intel.com>
317         [BZ #21741]
318         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
319         (__libc_ifunc_impl_list): Test memmove_chk and memset_chk only
320         in libc.so.
322 2017-07-09  John David Anglin  <danglin@gcc.gnu.org>
324         * sysdeps/hppa/fpu/libm-test-ulps: Update.
326         [BZ #21016]
327         * sysdeps/nptl/bits/thread-shared-types.h (struct __pthread_mutex_s):
328         Fix typo.
329         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include
330         bits/types/struct_timespec.h.
331         (PTHREAD_MUTEX_INITIALIZER): Revise define.
332         (PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP): Likewise.
333         (PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP): Likewise.
334         (PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP): Likewise.
335         (PTHREAD_RWLOCK_INITIALIZER): Likewise.
336         (PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP): Likewise.
337         (PTHREAD_COND_INITIALIZER): Likewise.
338         Remove old definitions.
339         * sysdeps/unix/sysv/linux/hppa/internaltypes.h: Delete.
340         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: Delete.
341         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: Delete.
342         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: Delete.
343         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: Delete.
344         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: Delete.
346 2017-07-09  H.J. Lu  <hongjiu.lu@intel.com>
348         * sysdeps/x86_64/multiarch/memcmp.c: Update comments.
349         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
350         * sysdeps/x86_64/multiarch/memrchr.c: Likewise.
351         * sysdeps/x86_64/multiarch/memset.c: Likewise.
352         * sysdeps/x86_64/multiarch/rawmemchr.c: Likewise.
353         * sysdeps/x86_64/multiarch/strchrnul.c: Likewise.
354         * sysdeps/x86_64/multiarch/strlen.c: Likewise.
355         * sysdeps/x86_64/multiarch/strnlen.c: Likewise.
356         * sysdeps/x86_64/multiarch/wcschr.c: Likewise.
357         * sysdeps/x86_64/multiarch/wcscpy.c: Likewise.
358         * sysdeps/x86_64/multiarch/wcslen.c: Likewise.
359         * sysdeps/x86_64/multiarch/wcsnlen.c: Likewise.
360         * sysdeps/x86_64/multiarch/wmemchr.c: Likewise.
361         * sysdeps/x86_64/multiarch/wmemcmp.c: Likewise.
362         * sysdeps/x86_64/multiarch/wmemset.c: Likewise.
363         * sysdeps/x86_64/multiarch/wmemset_chk.c: Likewise.
365 2017-07-09  H.J. Lu  <hongjiu.lu@intel.com>
367         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update comments.
369 2017-07-09  Helge Deller  <deller@gmx.de>
371         [BZ #21049]
372         * sysdeps/hppa/__longjmp.c (__longjmp): Move call to CHECK_SP
373         up to avoid clobbering r26.
375 2017-07-08  Andreas Schwab  <schwab@linux-m68k.org>
377         * scripts/build-many-glibcs.py (Glibc.build_glibc): Also build
378         profiled objects.
380 2017-07-06  DJ Delorie  <dj@redhat.com>
382         * manual/tunables.texi: Add missing @end deftp.
384 2017-07-06  Florian Weimer  <fw@deneb.enyo.de>
386         * resolv/tst-resolv-basic.c (test_bug_21295): New function.
387         (do_test): Call it.
389 2017-07-06  DJ Delorie  <dj@redhat.com>
391         * config.make.in: Enable experimental malloc option.
392         * configure.ac: Likewise.
393         * configure: Regenerate.
394         * manual/install.texi: Document it.
395         * INSTALL: Regenerate.
396         * malloc/Makefile: Likewise.
397         * malloc/malloc.c: Add per-thread cache (tcache).
398         (tcache_put): New.
399         (tcache_get): New.
400         (tcache_thread_freeres): New.
401         (tcache_init): New.
402         (__libc_malloc): Use cached chunks if available.
403         (__libc_free): Initialize tcache if needed.
404         (__libc_realloc): Likewise.
405         (__libc_calloc): Likewise.
406         (_int_malloc): Prefill tcache when appropriate.
407         (_int_free): Likewise.
408         (do_set_tcache_max): New.
409         (do_set_tcache_count): New.
410         (do_set_tcache_unsorted_limit): New.
411         * manual/probes.texi: Document new probes.
412         * malloc/arena.c: Add new tcache tunables.
413         * elf/dl-tunables.list: Likewise.
414         * manual/tunables.texi: Document them.
415         * NEWS: Mention the per-thread cache.
417 2017-07-06  Joseph Myers  <joseph@codesourcery.com>
419         * iconvdata/tst-loading.c (TIMEOUT): Define to 30.
420         * misc/tst-tsearch.c (TIMEOUT): Remove.
421         * nptl/tst-create-detached.c (TIMEOUT): Define to 100.
422         * nptl/tst-robust-fork.c (TIMEOUT): Likewise.
423         * nptl/tst-rwlock19.c (TIMEOUT): Likewise.
424         * string/tst-cmp.c (TIMEOUT): Define to 600.
426 2017-07-06  Matthew Krupcale  <mkrupcale@matthewkrupcale.com>
428         [BZ #21715]
429         * sysdeps/nptl/bits/pthreadtypes.h (__have_pthread_attr_t): Fix typo
430         on definition.
432 2017-07-06  Florian Weimer  <fweimer@redhat.com>
433             H.J. Lu  <hongjiu.lu@intel.com>
435         [BZ #21609]
436         * sysdeps/x86_64/Makefile (sysdep-dl-routines): Add tls_get_addr.
437         (gen-as-const-headers): Add rtld-offsets.sym.
438         * sysdeps/x86_64/dl-tls.c: New file.
439         * sysdeps/x86_64/rtld-offsets.sym: Likwise.
440         * sysdeps/x86_64/tls_get_addr.S: Likewise.
441         * sysdeps/x86_64/dl-tls.h: Add multiple inclusion guards.
442         * sysdeps/x86_64/tlsdesc.sym (TI_MODULE_OFFSET): New.
443         (TI_OFFSET_OFFSET): Likwise.
445 2017-07-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
447         [BZ# 21697]
448         * sysdeps/posix/spawni.c (__spawni_child): Fix return value.
450 2017-07-05  Florian Weimer  <fweimer@redhat.com>
452         * resolv/Makefile (tests-internal): Add tst-resolv-threads.
453         (tst-resolv-threads): Link with -ldl, -lresolv, -lpthread.
454         * resolv/tst-resolv-threads.c: New file.
456 2017-07-05  Florian Weimer  <fweimer@redhat.com>
458         support: Add resolver testing mode which does not patch _res.
459         * support/resolv_test.h (struct resolv_redirect_config): Add
460         disable_redirect, server_address_overrides.
461         * support/resolv_test.c (make_server_sockets_for_address): New
462         function.
463         (resolv_test_start): Call it.
465 2017-07-05  Florian Weimer  <fweimer@redhat.com>
467         * support/namespace.h (struct support_chroot_configuration)
468         (struct support_chroot): Define.
469         (support_chroot_create, support_chroot_free): New functions.
470         * support/support_chroot.c: New file.
471         * support/Makefile (libsupport-routines): Add support_chroot.
472         * resolv/tst-resolv-res_init-skeleton.c (path_chroot)
473         (path_resolv_conf): Remove definitions.
474         (chroot_env): New variable.
475         (prepare): Call support_chroot_create.
476         (check_chroot_working, setup_nss_dns_and_chroot, run_res_init)
477         (special_test_callback, do_test): Likewise.
479 2017-07-05  Florian Weimer  <fweimer@redhat.com>
481         Add subtest to check isolation of multiple loopback addresses.
482         * support/tst-support-namespace.c (test_localhost_bind): New function.
483         (do_test): Call it.
485 2017-07-04  Szabolcs Nagy  <szabolcs.nagy@arm.com>
487         * libio/libio.h (_IO_FLAGS2_NEED_LOCK, _IO_need_lock): Define.
488         * libio/libioP.h (_IO_enable_locks): Declare.
489         * libio/Versions (_IO_enable_locks): New symbol.
490         * libio/genops.c (_IO_enable_locks): Define.
491         (_IO_old_init): Initialize flags2.
492         * libio/feof.c.c (_IO_feof): Avoid locking when not needed.
493         * libio/ferror.c (_IO_ferror): Likewise.
494         * libio/fputc.c (fputc): Likewise.
495         * libio/putc.c (_IO_putc): Likewise.
496         * libio/getc.c (_IO_getc): Likewise.
497         * libio/getchar.c (getchar): Likewise.
498         * libio/ioungetc.c (_IO_ungetc): Likewise.
499         * nptl/pthread_create.c (__pthread_create_2_1): Enable stdio locks.
500         * libio/iofopncook.c (_IO_fopencookie): Enable locking for the file.
501         * sysdeps/pthread/flockfile.c (__flockfile): Likewise.
503 2017-07-04  Florian Weimer  <fweimer@redhat.com>
505         [BZ #21542]
506         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Default to
507         two if no accurate information is available.
508         * posix/tst-sysconf-empty-chroot.c: New file.
509         * posix/Makefile (tests): Add it.
511 2017-07-04  Florian Weimer  <fweimer@redhat.com>
513         * resolv/resolv_conf.c (resolv_conf_matches): Tighten check for name
514         server and sort list counts.  Fix improper check for empty search
515         path (completely missing domain name) leading to assertion failure
516         in update_from_conf.
517         * resolv/tst-resolv-res_init-skeleton.c (struct test_case): Add
518         hostname member.
519         (run_res_init): Set host name if requested.
520         (test_cases): Update.
522 2017-07-04  Joseph Myers  <joseph@codesourcery.com>
524         * scripts/build-many-glibcs.py (Context.checkout): Default
525         binutils version to 2.29 branch, GMP version to 6.1.2 and Linux
526         kernel version to 4.12.
528 2017-07-04  Florian Weimer  <fweimer@redhat.com>
530         * resolv/resolv_conf.c (struct resolv_conf_global): Clarify free
531         list management and the role of free_list_start.
532         (decrement_at_index): Put zero at the end of the free list.
533         (__resolv_conf_attach): Fix bogus assert.
534         * resolv/Makefile (tests): Add tst-resolv-res_init-multi.
535         (tst-resolv-res_init-multi): Link with -lresolv, -lpthread.
537 2017-07-03  Florian Weimer  <fweimer@redhat.com>
539         resolv: Introduce free list for resolv_conf index slosts.
540         * resolv/resolv_conf.c (struct resolv_conf_array): Change element
541         type to uintptr_t.
542         (struct resolv_conf_global): Add free_list_start member.
543         (resolv_conf_get_1): Check for free list entry.
544         (decrement_at_index): Put freed slot on the free list.
545         (__resolv_conf_attach): Obtain new slot from the free list.
546         * resolv/tst-resolv-res_ninit.c: New file.
547         * resolv/Makefile (tests-internal): Add tst-resolv-res_ninit.
548         (tests-special): Add mtrace-tst-resolv-res_ninit.out.
549         (generated): Add mtrace-tst-resolv-res_ninit.out,
550         tst-resolv-res_ninit.mtrace.
551         (mtrace-tst-resolv-res_ninit.out): Add target.
553 2017-06-30  Florian Weimer  <fweimer@redhat.com>
555         [BZ #984]
556         Reload /etc/resolv.conf if has been changed on disk.
557         * resolv/resolv_conf.h (resolv_conf): Remove initstamp member.
558         (__resolv_conf_load, __resolv_conf_get_current): Declare.
559         * resolv/resolv_conf.c (struct resolv_conf_global): Add
560         conf_current, conf_mtime, conf_ctime, conf_size, conf_ino members.
561         (__resolv_conf_get_current): New function.
562         (__resolv_conf_allocate): Do not initialize initstamp.
563         (freeres): Deallocate global->conf_current.
564         * resolv/resolv.h (RES_NORELOAD): Define.
565         * resolv/res_debug.c (p_option): Add RES_NORELOAD.
566         * resolv/resolv-internal.h (__res_initstamp): Remove declaration.
567         * resolv/resolv_context.c (replicated_configuration_matches): New.
568         (maybe_init): Call it.  Use __resolv_conf_get_current to obtain
569         the current configration.
570         * resolv/res_init.c (__res_initstamp): Remove variable definition.
571         (has_preinit_values): New function.
572         (__resolv_conf_load): Renamed from __res_vinit.  Drop res_state
573         parameter and do not call __resolv_conf_attach.
574         (__res_vinit): Reimplement based __resolv_conf_load.
575         (res_options): Handle no-reload.
576         * resolv/res_libc.c (atomicinclock, atomicincunlock, atomicinc)
577         (lock): Remove.
578         (res_int): Do not update __res_initstamp.
579         * resolv/tst-resolv-res_init-skeleton.c (print_resp): Handle
580         RES_NORELOAD.
581         (test_cases): Test no-reload.
582         (special_test_call_res_init): Remove.
583         (special_test_callback): Rely on automated reloading.  Add tests
584         for no-reload.
586 2017-06-30  Florian Weimer  <fweimer@redhat.com>
588         Mirror the entire resolver configuration in struct resolv_conf.
589         * resolv/resolv_context.h (__resolv_context_nameserver_count)
590         (__resolv_context_nameserver): New functions.
591         (__resolv_context_sort_count, __resolv_context_sort_entry):
592         Likewise.
593         * resolv/nss_dns/dns-host.c (getanswer_r): Add struct
594         resolv_context parameter.
595         (gethostbyname3_context, _nss_dns_gethostbyaddr2_r): Adjust.
596         (addrsort): Switch to struct resolv_context.
597         * resolv/resolv_conf.h (struct resolv_sortlist_entry): Define.
598         (struct resolv_conf): Add nameserver_list, nameserver_list_size,
599         sort_list, sort_list_size, options, retrans, retry, ndots members.
600         * resolv/resolv_conf.c (same_address_v4, same_address_v6)
601         (same_address): New functions.
602         (resolv_conf_matches): Compare the new array members.
603         (__resolv_conf_allocate): Allocate and copy the new array members.
604         (update_from_conf): Copy the entire configuration.
605         * resolv/res_init.c (struct nameserver_list, struct sort_list):
606         Define using dynarray.
607         (struct resolv_conf_parser): Add nameserver_list, sort_list,
608         template members.
609         (resolv_conf_parser_init): Add preinit argument.  Initialize the
610         new members.
611         (resolv_conf_parser_free): Deallocate the new arrays.
612         (allocate_address_v4): New function.
613         (res_setoptions): Switch to struct resolv_conf_parser * parameter.
614         (res_vinit_1): Drop res_state parameter.  Write all parsed date to
615         the parser object instead.  Use allocate_address_v4 to allocate
616         IPv4 addresses.
617         (__res_vinit): Adjust.
618         * resolv/tst-resolv-res_init-skeleton.c (print_resp): Print the
619         extended name server list.
620         (test_cases): Adjust.
622 2017-06-30  Florian Weimer  <fweimer@redhat.com>
624         [BZ #19569]
625         [BZ #21475]
626         Support an arbitrary number of search domains.
627         * resolv/resolv_context.h (__resolv_context_search_list): New.
628         * resolv/resolv_conf.h (struct resolv_conf): Add search_list,
629         search_list_size members.
630         * resolv/resolv_conf.c (resolv_conf_matches): Compare search list.
631         (__resolv_conf_allocate): Allocate and and copy search list.
632         (update_from_conf): Copy the search list.
633         * resolv/res_init.c (struct search_list): Define using dynarray.
634         (struct resolv_conf_parser): Define.
635         (resolv_conf_parser_init, resolv_conf_parser_free)
636         (domain_from_hostname): New functions.
637         (res_vinit_1): Add struct resolv_conf_parser * parameter.  Use
638         struct search_list to collect search list entries.  Call
639         domain_from_hostname to obtain the fallback domain name.
640         (__res_vinit): Create and destroy parser object.  Pass search list
641         to __resolv_conf_allocate.
642         * resolv/res_query.c (__res_context_search): Use
643         __resolv_context_search_list to obtain search list entries.
644         * resolv/tst-resolv-res_init-skeleton.c (print_resp): Print data
645         from extended resolver context.
646         (test_cases): Update.
648 2017-06-30  Florian Weimer  <fweimer@redhat.com>
650         Add extended resolver state/configuration (struct resolv_conf).
651         * resolv/resolv_conf.h, resolv/resolv_conf.c: New files.
652         * resolv/res-close.c (__res_iclose): Call __resolv_conf_detach.
653         * resolv/res_init.c (res_vinit_1): Do not initialize initstamp.
654         (__res_vinit): Call __resolv_conf_allocate and
655         __resolv_conf_attach.
656         * resolv/resolv_context.h (struct resolv_context): Add conf member
657         of type struct resolv_conf.
658         * resolv/resolv_context.c (maybe_init): Get initstamp from struct
659         resolv_conf.  Update conf member after initialization.
660         * resolv/Makefile (routines): Add resolv_conf.
661         * resolv/bits/types/res_state.h [_LIBC] (struct __res_state):
662         Rename _u._ext.initstamp to _u._ext.__glibc_extension_index.
663         [!_LIBC] (struct __res_state): Rename _u._ext._initstamp to
664         _u._ext.__glibc_reserved.
666 2017-06-30  Florian Weimer  <fweimer@redhat.com>
668         [BZ #21668]
669         Introduce temporary resolver contexts (struct resolv_conf).
670         * resolv/resolv-internal.h (__res_context_mkquery)
671         (__res_context_searchl __res_context_query, __res_context_send)
672         (__res_context_hostalias): Declare.
673         (__res_nopt): Switch to struct resolv_context.
674         * resolv/res_use_inet6.h: New file.
675         * resolv/resolv_context.h: Likewise.
676         * resolv/resolv_context.c: Likewise.
677         * resolv/compat-gethnamaddr.c (res_gethostbyname2_context):
678         Renamed from res_gethostbyname2.  Use struct resolv_context.
679         (res_gethostbyname2): New function.  Implement using
680         res_gethostbyname2_context.
681         (res_gethostbyaddr_context): Renamed from res_gethostbyaddr.  Use
682         struct resolv_context.
683         (res_gethostbyaddr): New function.  Implement using
684         res_gethostbyaddr_context.
685         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use struct
686         resolv_context.
687         * resolv/nss_dns/dns-host.c (gethostbyname3_context): Renamed from
688         _nss_dns_gethostbyname3_r.  Use struct resolv_context.
689         (_nss_dns_gethostbyname3_r): Implement using gethostbyname3_context.
690         (_nss_dns_gethostbyname_r, _nss_dns_gethostbyname4_r): Likewise.
691         (_nss_dns_gethostbyaddr2_r): Use struct resolv_context.
692         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r)
693         (_nss_dns_getnetbyaddr_r): Likewise.
694         * resolv/res-close.c (res_thread_freeres): Call
695         __resolv_context_freeres.
696         * resolv/res_libc.c (__res_maybe_init): Remove function.  Moved to
697         maybe_init in resolv/resolv_context.c.
698         * resolv/res_mkquery.c (__res_context_mkquery): Rename from
699         res_nmkquery.  Use struct resolv_context.
700         (context_mkquery_common): New function.
701         (res_nmkquery, res_mkquery): Use it.
702         (res_nopt): Switch to struct resolv_context.
703         * resolv/res_query.c (__res_context_querydomain): Renamed from
704         __libc_res_nquerydomain.  Use struct resolv_context.
705         (__res_context_query): Renamed from __libc_res_nquery.  Use struct
706         resolv_context.
707         (context_query_common): New function.
708         (res_nquery, res_query): Use it.
709         (__res_context_search): Renamed from __libc_res_nsearch.  Use
710         struct resolv_context.
711         (context_search_common): New function.
712         (res_nsearch, res_search): Use it.
713         (__res_context_querydomain): Rename from __libc_res_nquerydomain.
714         Use struct resolv_context.
715         (context_querydomain_common): New function.
716         (res_nquerydomain, res_querydomain): Use it.
717         (__res_context_hostalias): Rename from res_hostalias.  Use struct
718         resolv_context.
719         (context_hostalias_common): New function.
720         (res_hostalias, hostalias): Use it.
721         * resolv/res_send.c (__res_context_send): Renamed from
722         __libc_res_nsend.  Use struct resolv_context.
723         (context_send_common): New function.
724         (res_nsend, res_send): Use it.
725         * resolv/Makefile (routines): Add resolv_context.
726         * resolv/Versions (libc): Export __resolv_context_get,
727         __resolv_context_get_preinit, __resolv_context_get_override,
728         __resolv_context_put.  Remove __res_maybe_init.
729         (libresolv): Export __res_context_query, __res_context_search,
730         __res_context_hostalias.  Remove __libc_res_nquery,
731         __libc_res_nsearch.
732         * include/resolv.h (__res_maybe_init, __libc_res_nquery)
733         (__libc_res_nsearch, __libc_res_nsend): Remove declaration.
734         (__hostalias, __res_nmkquery, __res_nquery, __res_nquerydomain)
735         (__res_hostalias, __res_nsearch, __res_nsend): Remove hidden
736         prototypes.
737         * nss/nsswitch.h (__nss_hostname_digits_dots_context): Declare.
738         * nss/digits_dots.c (__nss_hostname_digits_dots_context): Renamed
739         from __nss_hostname_digits_dots.  Use struct resolv_context.
740         (__nss_hostname_digits_dots): New function.
741         * nss/getXXbyYY.c [HANDLE_DIGITS_DOTS] (FUNCTION_NAME): Acquire
742         struct resolv_context object.  Call new function
743         __nss_hostname_digits_dots_context.
744         * nss/getXXbyYY_r.c (REENTRANT_NAME): Use struct resolv_context.
745         * nss/getnssent_r.c (__nss_setent): Likewise.
746         * nscd/aicache.c (addhstaiX): Use struct resolv_context,
747         __resolv_context_disable_inet6 and __resolv_context_enable_inet6
748         instead of direct _res manipulation.
749         * sysdeps/posix/getaddrinfo.c (gethosts, gaih_inet): Likewise.
751 2017-07-03  Florian Weimer  <fweimer@redhat.com>
753         * resolv/tst-resolv-res_init-skeleton.c
754         (special_tests_count, special_test_call_res_init)
755         (special_test_callback, special_test_thread_func)
756         (run_special_test_on_thread, special_test): Define.
757         (do_test): call special_test.
758         (test_init_names): Fix typo.
760 2017-07-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
762         * sysdeps/powerpc/powerpc64/power8/strlen.S: Remove unreachable code.
763         * sysdeps/powerpc/powerpc64/power8/strnlen.S: Likewise.
765 2017-07-01  Florian Weimer  <fweimer@redhat.com>
766             H.J. Lu  <hongjiu.lu@intel.com>
768         [BZ #21696]
769         * posix/sched_cpucount.c: Don't include <limits.h>.
770         (__sched_cpucount): Use __builtin_popcount.
772 2017-07-01  Ramana Radhakrishnan  <ramana.gcc@googlemail.com>
774         * sysdeps/unix/sysv/aarch64/cpu-features.c (init_cpu_features):
775         Fix typo.
777 2017-06-30  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
779         * include/math.h (__signbitf128): Define as hidden.
780         * sysdeps/ieee754/float128/s_signbitf128.c (__signbitf128):
781         Reimplement without builtins.
782         * sysdeps/ia64/bits/floatn.h [!__GNUC_PREREQ (6, 0)]
783         (__builtin_signbitf128): Define to __signbitf128.
784         * sysdeps/powerpc/bits/floatn.h: Likewise.
785         * sysdeps/x86/bits/floatn.h: Likewise.
787 2017-06-30  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
789         * sysdeps/unix/sysv/linux/arm/fcntl.c: Remove file.
790         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
791         * sysdeps/unix/sysv/linux/hppa/fcntl.c: Likewise.
792         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
793         * sysdeps/unix/sysv/linux/m68k/fcntl.c: Likewise.
794         * sysdeps/unix/sysv/linux/microblaze/fcntl.c: Likewise.
795         * sysdeps/unix/sysv/linux/mips/mips32/fcntl.c: Likewise.
796         * sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c: Likewise.
797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c: Likewise.
798         * sysdeps/unix/sysv/linux/s390/s390-32/fcntl.c: Likewise.
799         * sysdeps/unix/sysv/linux/sh/fcntl.c: Likewise.
800         * sysdeps/unix/sysv/linux/sparc/sparc32/fcntl.c: Likewise.
801         * sysdeps/unix/sysv/linux/fcntl.c (do_fcntl): Rename to
802         fcntl_common and add check for F_GETOWN.
803         (__libc_fcntl): Use SYSCALL_CANCEL macro.
804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Refactor to
805         use default implementation.
807 2017-06-30  Siddhesh Poyarekar  <siddhesh@sourceware.org>
809         * elf/dl-tunables.h (tunable_is_name): Move from...
810         * elf/dl-tunables.c (is_name): ... here.
811         (parse_tunables, __tunables_init): Adjust.
812         * manual/tunables.texi: Document glibc.tune.cpu.
813         * sysdeps/aarch64/dl-tunables.list: New file.
814         * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (struct
815         cpu_list): New type.
816         (cpu_list): New list of CPU names and their MIDR.
817         (get_midr_from_mcpu): New function.
818         (init_cpu_features): Override MIDR if necessary.
820         * sysdeps/aarch64/multiarch/ifunc-impl-list.c
821         (__libc_ifunc_impl_list): Unconditionally select thunderx
822         routine for testing.
824 2017-06-30  H.J. Lu  <hongjiu.lu@intel.com>
826         [BZ #21120]
827         * malloc/malloc-internal.h (MALLOC_ALIGNMENT): Moved to ...
828         * sysdeps/generic/malloc-alignment.h: Here.  New file.
829         * sysdeps/i386/malloc-alignment.h: Likewise.
830         * sysdeps/generic/malloc-machine.h: Include <malloc-alignment.h>.
832 2017-06-30  Florian Weimer  <fweimer@redhat.com>
834         * resolv/tst-resolv-res_init-skeleton.c (test_init_names): New
835         variable.
836         (test_file_contents): Use it.
838 2017-06-30  Florian Weimer  <fweimer@redhat.com>
840         * resolv/res_init.c (res_setoptions): Remove source argument.
841         (res_vinit_1): Adjust.
843 2017-06-30  Florian Weimer  <fweimer@redhat.com>
845         * resolv/res_query.c (DEBUG): Remove preprocessor conditional.
847 2017-06-30  Florian Weimer  <fweimer@redhat.com>
849         * resolv/res_data.c: Reformat to GNU style.
850         (res_close): Update comments.
852 2017-06-30  Florian Weimer  <fweimer@redhat.com>
854         * resolv/res_data.c (res_query, res_search, res_querydomain)
855         (hostalias): Move to ...
856         * resolv/res_Send.c (res_query, res_search, res_querydomain)
857         (hostalias): here.
859 2017-06-30  Florian Weimer  <fweimer@redhat.com>
861         * resolv/res_data.c (res_isourserver, res_send): Move to ...
862         * resolv/res_send.c (res_isourserver, res_send): here.
864 2017-06-30  Florian Weimer  <fweimer@redhat.com>
866         * resolv/res_debug.c (_res_opcodes): Rename ...
867         (res_opcodes): ... as compatibility symbol.
868         (fp_nquery): Use res_opcodes.
869         * include/resolv.h (_res_opcodes): Remove declaration.
871 2017-06-30  Florian Weimer  <fweimer@redhat.com>
873         * include/resolv.h (res_pquery): Remove declaration.
874         * resolv/res_data.c (fp_nquery, fp_query, p_query): Remove
875         functions.
876         (_res_opcodes): Remove variable.
877         * resolv/res_debug.c (do_section): Receive pfcode instead of
878         statp.
879         (res_pquery): Rename ...
880         (fp_nquery): to this function.  Skip unnecessary _res
881         initialization.
882         (fp_query, p_query, _res_opcodes): Copied from resolv/res_data.c.
884 2017-06-30  Florian Weimer  <fweimer@redhat.com>
886         * resolv/res_debug.h: Remove file.
887         * resolv/README: Adjust.
889 2017-06-30  Florian Weimer  <fweimer@redhat.com>
891         * resolv/res_end.c (DEBUG): Remove macro and preprocessor
892         conditionals.
893         (Aerror, Perror): Remove function definitions.
895 2017-06-30  Florian Weimer  <fweimer@redhat.com>
897         * resolv/res_data.c (res_mkquery): Move ...
898         * resolv/res_mkquery.c (res_mkquery): to here.
900 2017-06-30  Florian Weimer  <fweimer@redhat.com>
902         * resolv/res_mkquery.c: Reformat to GNU style.
903         (T_OPT): Remove definition.  It is present in the header file.
905 2017-06-30  Florian Weimer  <fweimer@redhat.com>
907         * resolv/res_mkquery.c (DEBUG): Remove macro and preprocessor
908         conditionals.
910 2017-06-30  Florian Weimer  <fweimer@redhat.com>
912         * support/support_capture_subprocess_check.c
913         (support_capture_subprocess_check): Report actual exit status.
915 2017-06-30  Florian Weimer  <fweimer@redhat.com>
917         [BZ #19570]
918         * resolv/res_send.c (nameserver_offset): New function.
919         (__libc_res_nsend): Use it to implement RES_ROTATE.
920         (get_nsaddr): Add assert with name server
921         range check.
922         * resolv/Makefile (xtests): Add tst-resolv-rotate.
923         (tst-resolv-rotate): Link against libpthread.
924         * resolv/tst-resolv-rotate.c: New file.
926 2017-06-29  Joseph Myers  <joseph@codesourcery.com>
928         [BZ #21457]
929         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (__ctx): New macro.
930         [__WORDSIZE == 64] (MC_TSTATE): Define only for [__USE_MISC].
931         [__WORDSIZE == 64] (MC_PC): Likewise.
932         [__WORDSIZE == 64] (MC_NPC): Likewise.
933         [__WORDSIZE == 64] (MC_Y): Likewise.
934         [__WORDSIZE == 64] (MC_G1): Likewise.
935         [__WORDSIZE == 64] (MC_G2): Likewise.
936         [__WORDSIZE == 64] (MC_G3): Likewise.
937         [__WORDSIZE == 64] (MC_G4): Likewise.
938         [__WORDSIZE == 64] (MC_G5): Likewise.
939         [__WORDSIZE == 64] (MC_G6): Likewise.
940         [__WORDSIZE == 64] (MC_G7): Likewise.
941         [__WORDSIZE == 64] (MC_O0): Likewise.
942         [__WORDSIZE == 64] (MC_O1): Likewise.
943         [__WORDSIZE == 64] (MC_O2): Likewise.
944         [__WORDSIZE == 64] (MC_O3): Likewise.
945         [__WORDSIZE == 64] (MC_O4): Likewise.
946         [__WORDSIZE == 64] (MC_O5): Likewise.
947         [__WORDSIZE == 64] (MC_O6): Likewise.
948         [__WORDSIZE == 64] (MC_O7): Likewise.
949         [__WORDSIZE == 64] (MC_NGREG): Rename to __MC_NGREG and define to
950         __MC_NGREG if [__USE_MISC].
951         [__WORDSIZE == 64] (MC_MAXFPQ): Define only for [__USE_MISC].
952         [__WORDSIZE == 64] (mc_gregset_t): Define using __MC_NGREG.
953         [__WORDSIZE == 64] (struct mc_fq): Rename to struct __mc_fq.
954         Define fields using __ctx.
955         [__WORDSIZE == 64] (mc_fpu_t): Remove struct tag.  Define fields
956         using __ctx.
957         [__WORDSIZE == 64] (mcontext_t): Define fields using __ctx.
958         (REG_PSR): Define only for [__USE_MISC].
959         (REG_PC): Likewise.
960         (REG_nPC): Likewise.
961         (REG_Y): Likewise.
962         (REG_G1): Likewise.
963         (REG_G2): Likewise.
964         (REG_G3): Likewise.
965         (REG_G4): Likewise.
966         (REG_G5): Likewise.
967         (REG_G6): Likewise.
968         (REG_G7): Likewise.
969         (REG_O0): Likewise.
970         (REG_O1): Likewise.
971         (REG_O2): Likewise.
972         (REG_O3): Likewise.
973         (REG_O4): Likewise.
974         (REG_O5): Likewise.
975         (REG_O6): Likewise.
976         (REG_O7): Likewise.
977         [__WORDSIZE == 64] (REG_ASI): Define only for [__USE_MISC].
978         [__WORDSIZE == 64] (REG_FPRS): Likewise.
979         (NGREG): Rename to __NGREG and define to __NGREG if [__USE_MISC].
980         (gregset_t): Define using __NGREG.
981         (SPARC_MAXREGWINDOW): Rename to __SPARC_MAXREGWINDOW and define to
982         __SPARC_MAXREGWINDOW if [__USE_MISC].
983         (struct rwindow): Rename to struct __rwindow.  Define fields using
984         __ctx.
985         (rw_fp): Define only for [__USE_MISC].
986         (rw_rtn): Likewise.
987         (gwindows_t): Remove struct tag.  Define fields using __ctx and
988         __SPARC_MAXREGWINDOW.
989         (MAXFPQ): Define only for [__USE_MISC].
990         (struct fpq): Rename to struct __fpq.  Define fields using __ctx.
991         (struct fq): Rename to struct __fq.  Define fields using __ctx.
992         (FPU_REGS_TYPE): Define only for [__USE_MISC].
993         (FPU_DREGS_TYPE): Likewise.
994         (V7_FPU_FSR_TYPE): Likewise.
995         (V9_FPU_FSR_TYPE): Likewise.
996         (V9_FPU_FPRS_TYPE): Likewise.
997         [__WORDSIZE == 64] (fpregset_t): Remove struct tag.  Define fields
998         using __ctx.
999         [__WORDSIZE != 64] (fpregset_t): Likewise.
1000         [__WORDSIZE != 64] (xrs_t): Define fields using __ctx.
1001         [__WORDSIZE != 64] (XRS_ID): Define only for [__USE_MISC].
1002         [__WORDSIZE != 64] (mcontext_t): Define fields using __ctx.
1003         Rename field filler to __glibc_reserved1.
1004         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym
1005         (MC_FILLER): Remove.
1007 2017-06-29  Florian Weimer  <fweimer@redhat.com>
1009         * stdio-common/tst-vfprintf-user-type.c (my_printf_function):
1010         Adjust format string.
1011         * stdio-common/Makefile (tst-vfprintf-mbs-prec.out): Add locale
1012         dependency.
1014 2017-06-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1016         * sysdeps/posix/spawni.c (__spawni_child): New function.
1017         (__spawni): Rename to __spawnix.
1019 2017-06-29  Florian Weimer  <fweimer@redhat.com>
1021         * stdio-common/vfprintf.c (group_number): Add front_ptr argument.
1022         Use it to make the temporary copy at the start of the work buffer.
1023         (process_arg): Adjust call to group_number.
1025 2017-06-29  Florian Weimer  <fweimer@redhat.com>
1027         * stdio-common/vfprintf.c (printf_positional): Use struct
1028         scratch_buffer to allocate backing storage for the args_value,
1029         args_size, args_type arrays.
1031 2017-06-29  Florian Weimer  <fweimer@redhat.com>
1033         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Use struct
1034         scratch_buffer.
1036 2017-06-29  Florian Weimer  <fweimer@redhat.com>
1038         * stdio-common/vfprintf.c (WORK_BUFFER_SIZE): Reduce size for
1039         wchar_t builds.
1041 2017-06-29  Florian Weimer  <fweimer@redhat.com>
1043         * stdio-common/tst-vfprintf-mbs-prec.c: New file.
1044         * stdio-common/Makefile (tests): Add tst-vfprintf-mbs-prec.
1046 2017-06-29  Florian Weimer  <fweimer@redhat.com>
1048         * stdio-common/tst-vfprintf-user-type.c: New file.
1049         * stdio-common/Makefile (tests): Add tst-vfprintf-user-type.
1051 2017-06-28  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1053         * posix/tst-spawn2.c (do_test): Use libsupport.
1054         * posix/tst-spawn3.c (do_test): Likewise.
1056 2017-06-28  Joseph Myers  <joseph@codesourcery.com>
1058         * math/gen-tgmath-tests.py (Tests.__init__): Define
1059         __STDC_WANT_IEC_60559_TYPES_EXT__ at start of generated file.
1061         * math/tgmath.h: Include <bits/libc-header-start.h> and
1062         <bits/floatn.h>.
1063         (__TGMATH_F128): New macro.
1064         (__TGMATH_CF128): Likewise.
1065         (__TGMATH_UNARY_REAL_ONLY): Use __TGMATH_F128.
1066         (__TGMATH_UNARY_REAL_RET_ONLY): Likewise.
1067         (__TGMATH_BINARY_FIRST_REAL_ONLY): Likewise.
1068         (__TGMATH_BINARY_FIRST_REAL_STD_ONLY): New macro.
1069         (__TGMATH_BINARY_REAL_ONLY): Use __TGMATH_F128.
1070         (__TGMATH_BINARY_REAL_STD_ONLY): New macro.
1071         (__TGMATH_BINARY_REAL_RET_ONLY): Use __TGMATH_F128.
1072         (__TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY): Likewise.
1073         (__TGMATH_TERNARY_REAL_ONLY): Likewise.
1074         (__TGMATH_TERNARY_FIRST_REAL_RET_ONLY): Likewise.
1075         (__TGMATH_UNARY_REAL_IMAG): Use __TGMATH_CF128.
1076         (__TGMATH_UNARY_IMAG): Use __TGMATH_F128.
1077         (__TGMATH_UNARY_REAL_IMAG_RET_REAL): Use __TGMATH_CF128.
1078         (__TGMATH_BINARY_REAL_IMAG): Likewise.
1079         (nexttoward): Use __TGMATH_BINARY_FIRST_REAL_STD_ONLY.
1080         [__USE_MISC] (scalb): Use __TGMATH_BINARY_REAL_STD_ONLY.
1081         * math/gen-tgmath-tests.py (Type.init_types): Enable _FloatN and
1082         _FloatNx types if the corresponding HUGE_VAL macros are defined.
1084         * math/tgmath.h [__USE_GNU] (log10): Use clog10 not __clog10.
1085         * math/gen-tgmath-tests.py (Tests.add_all_tests): Test log10 for
1086         complex arguments.
1088         [BZ #21687]
1089         * math/tgmath.h (__TGMATH_BINARY_REAL_RET_ONLY): New macro.
1090         (totalorder): Use it.
1091         (totalordermag): Likewise.
1092         * math/gen-tgmath-tests.py (Tests.add_all_tests): Enable tests of
1093         totalorder and totalordermag.
1094         * math/test-tgmath.c (F(compile_test)): Do not call totalorder or
1095         totalordermag in arguments of calls to those functions.
1096         (NCALLS): Change to 134.
1098         * math/tgmath.h (__TGMATH_UNARY_REAL_RET_ONLY): Do not take or
1099         cast to return type argument.
1100         (__TGMATH_TERNARY_FIRST_REAL_RET_ONLY): Likewise.
1101         (lrint): Update call to __TGMATH_UNARY_REAL_RET_ONLY.
1102         (llrint): Likewise.
1103         (lround): Likewise.
1104         (llround): Likewise.
1105         (ilogb): Likewise.
1106         (llogb): Likewise.
1107         (fromfp): Update call to __TGMATH_TERNARY_FIRST_REAL_RET_ONLY.
1108         (ufromfp): Likewise.
1109         (fromfpx): Likewise.
1110         (ufromfpx): Likewise.
1112         [BZ #21607]
1113         * math/basic-test.c [!NO_LONG_DOUBLE]: Change conditionals to
1114         [LDBL_MANT_DIG > DBL_MANT_DIG].
1115         * math/bug-nextafter.c [!NO_LONG_DOUBLE]: Remove conditionals.
1116         * math/bug-nexttoward.c [!NO_LONG_DOUBLE]: Likewise.
1117         * math/test-math-isinff.cc [!NO_LONG_DOUBLE]: Likewise.
1118         * math/test-math-iszero.cc [!NO_LONG_DOUBLE]: Likewise.
1119         * math/test-nan-overflow.c [!NO_LONG_DOUBLE]: Likewise.
1120         * math/test-nan-payload.c [!NO_LONG_DOUBLE]: Likewise.
1121         * math/test-nearbyint-except-2.c [!NO_LONG_DOUBLE]: Likewise.
1122         * math/test-nearbyint-except.c [!NO_LONG_DOUBLE]: Likewise.
1123         * math/test-powl.c [!NO_LONG_DOUBLE]: Likewise.
1124         * math/test-signgam-finite-c99.c [!NO_LONG_DOUBLE]: Likewise.
1125         * math/test-signgam-finite.c [!NO_LONG_DOUBLE]: Likewise.
1126         * math/test-signgam-main.c [!NO_LONG_DOUBLE]: Likewise.
1127         * math/test-snan.c [!NO_LONG_DOUBLE]: Likewise.
1128         * math/test-tgmath-ret.c [!NO_LONG_DOUBLE]: Likewise.
1129         * math/test-tgmath.c: Include <float.h>.
1130         [!NO_LONG_DOUBLE]: Change conditionals to [LDBL_MANT_DIG >
1131         DBL_MANT_DIG].
1132         * math/test-tgmath2.c: Include <float.h>.
1133         [!NO_LONG_DOUBLE]: Change conditionals to [LDBL_MANT_DIG >
1134         DBL_MANT_DIG].
1136         * math/gen-tgmath-tests.py: New file.
1137         * math/Makefile [PYTHON] (tests): Add test-tgmath3.
1138         [PYTHON] (generated): Add test-tgmath3.c.
1139         [PYTHON] (CFLAGS-test-tgmath3.c): New variable.
1140         [PYTHON] ($(objpfx)test-tgmath3.c): New rule.
1142         * configure.ac (AS): Require binutils 2.25 or later.
1143         (LD): Likewise.
1144         * configure: Regenerated.
1145         * sysdeps/s390/configure.ac (AS): Remove version check.
1146         * sysdeps/s390/configure: Regenerated.
1147         * sysdeps/x86_64/configure.ac (AS): Remove version check.
1148         * sysdeps/x86_64/configure: Regenerated.
1149         * manual/install.texi (Tools for Compilation): Document
1150         requirement for binutils 2.25 or later.
1151         * INSTALL: Regenerated.
1153 2017-06-28  H.J. Lu  <hongjiu.lu@intel.com>
1155         [BZ #14995]
1156         * configure.ac: Allow gold 1.14 or above to configire glibc
1157         * configure: Regenerated.
1159 2017-06-28  Joseph Myers  <joseph@codesourcery.com>
1161         [BZ #21457]
1162         * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h (fpregset_t): Remove
1163         struct tag.
1164         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (fpregset_t):
1165         Likewise.
1166         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h (mcontext_t):
1167         Likewise.
1168         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (pt_regs):
1169         Declare struct type with __ctx.
1170         [__WORDSIZE != 32] (mcontext_t): Use __ctx with pt_regs struct
1171         tag.
1172         (ucontext_t) [__WORDSIZE == 32]: Use __ctx with pt_regs struct tag
1173         and regs field name.
1175 2017-06-27  Joseph Myers  <joseph@codesourcery.com>
1177         * elf/loadtest.c (OUT): Define using do { } while (0).
1179         * time/strftime_l.c (DO_NUMBER): Define using do { } while (0).
1180         (DO_NUMBER_SPACEPAD): Likewise.
1182 2017-06-27  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
1184         * sysdeps/arm/armv7/multiarch/Makefile: Add memchr_neon to
1185         sysdep_routines.
1186         * sysdeps/arm/armv7/multiarch/ifunc-impl-list.c: Add define for
1187         __memchr_neon.
1188         Add ifunc definitions for __memchr_neon and __memchr_noneon.
1189         * sysdeps/arm/armv7/multiarch/memchr.S: New file.
1190         * sysdeps/arm/armv7/multiarch/memchr_impl.S: Likewise.
1191         * sysdeps/arm/armv7/multiarch/memchr_neon.S: Likewise.
1193 2017-06-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1195         * sysdeps/s390/utf8-utf16-z9.c (__to_utf8_loop_vx_cu):
1196         Use vector and cu21 instruction.
1197         * sysdeps/s390/multiarch/utf8-utf16-z9.c:
1198         Add __to_utf8_loop_vx_cu in ifunc resolver.
1200 2017-06-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1202         * sysdeps/s390/utf16-utf32-z9.c (__from_utf16_loop_vx_cu):
1203         Use vector and cu24 instruction.
1205 2017-06-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1207         * sysdeps/s390/utf16-utf32-z9.c (__to_utf16_loop_vx_cu):
1208         Use vector and cu42 instruction.
1209         * sysdeps/s390/multiarch/utf16-utf32-z9.c:
1210         Add __to_utf16_loop_vx_cu in ifunc resolver.
1212 2017-06-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1214         * sysdeps/s390/utf8-utf32-z9.c (__to_utf8_loop_vx_cu):
1215         Use vector and cu41 instruction.
1216         * sysdeps/s390/multiarch/utf8-utf32-z9.c: Add __to_utf8_loop_vx_cu
1217         in ifunc resolver.
1219 2017-06-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1221         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags):
1222         Add vxd, vxe, gs flag.
1223         * sysdeps/s390/dl-procinfo.h: Add HWCAP_S390_VXD, HWCAP_S390_VXE,
1224         HWCAP_S390_GS capability.
1225         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h
1226         (HWCAP_S390_VXD, HWCAP_S390_VXE, HWCAP_S390_GS): Define.
1228 2017-06-27  H.J. Lu  <hongjiu.lu@intel.com>
1230         * sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S (MEMCMP): Check
1231         the first 32 bytes before checking size when size >= 32 bytes.
1232         Replace vpmovmskb/subl/jnz with vptest/jnc.
1234 2017-06-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1236         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE): Use r12 for GOT address.
1237         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE): Likewise.
1239 2017-06-27  Florian Weimer  <fweimer@redhat.com>
1241         Work around test timeouts with ICMP rate limiting on localhost.
1242         * resolv/tst-resolv-res_init-skeleton.c (start_dummy_server): New
1243         function.
1244         (do_test): Call it.
1246 2017-06-27  Florian Weimer  <fweimer@redhat.com>
1248         Call _res_hconf_init from __res_vinit.
1249         * inet/gethstbyad_r.c (NEED__RES_HCONF): Remove.
1250         * inet/gethstbynm2_r.c (NEED__RES_HCONF): Likewise.
1251         (NEED__RES): Define.
1252         * inet/gethstbynm_r.c (NEED__RES_HCONF): Remove.
1253         (NEED__RES): Define.
1254         * nscd/aicache.c (addhstaiX): Remove call to _res_hconf_init.
1255         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Remove.
1256         * nscd/gethstbynm3_r.c (NEED__RES_HCONF): Likewise.
1257         (NEED__RES): Define.
1258         * nss/getXXbyYY_r.c (REENTRANT_NAME): Remove call to
1259         _res_hconf_init.
1260         * resolv/res_hconf.h (_res_hconf_init): Declare as hidden.
1261         * resolv/res_init.c (__res_vinit): Call _res_hconf_init.
1262         * sysdeps/posix/getaddrinfo.c (gaih_inet): Remove call to
1263         _res_hconf_init.
1265 2017-06-26  Joseph Myers  <joseph@codesourcery.com>
1267         * sysdeps/ia64/Implies: Add ieee754/float128.
1268         * sysdeps/ia64/bits/floatn.h: New file.
1269         * sysdeps/ia64/float128-abi.h: Likewise.
1270         * manual/math.texi (Mathematics): Document support for _Float128
1271         on ia64.
1272         * sysdeps/ia64/Makefile [$(subdir) = math] (CPPFLAGS): Append to
1273         Makefile variable.
1274         * sysdeps/ia64/fpu/e_sqrtf128.c: New file.
1275         * sysdeps/ia64/fpu/k_rem_pio2.c: Remove file.
1276         * sysdeps/ia64/fpu/sfp-machine.h: New file.  Based on libgcc.
1277         * sysdeps/ia64/math-tests.h: New file.
1278         * math/libm-test-support.h (XFAIL_FLOAT128_PAYLOAD): Also define
1279         based on TEST_COND_binary128 for [__ia64__].
1280         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Update.
1281         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise,
1283         [BZ #21457]
1284         * sysdeps/arm/sys/ucontext.h (struct ucontext): Rename to struct
1285         ucontext_t.
1286         * sysdeps/generic/sys/ucontext.h (struct ucontext): Likewise.
1287         * sysdeps/i386/sys/ucontext.h (struct ucontext): Likewise.
1288         * sysdeps/m68k/sys/ucontext.h (struct ucontext): Likewise.
1289         * sysdeps/mips/sys/ucontext.h (struct ucontext): Likewise.
1290         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (struct
1291         ucontext): Likewise.
1292         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (struct ucontext):
1293         Likewise.
1294         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h (struct ucontext):
1295         Likewise.
1296         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h (struct ucontext):
1297         Likewise.
1298         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (struct ucontext):
1299         Likewise.
1300         * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h (struct ucontext):
1301         Likewise.
1302         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (struct ucontext):
1303         Likewise.
1304         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h (struct ucontext):
1305         Likewise.
1306         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (struct
1307         ucontext): Likewise.
1308         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (struct ucontext):
1309         Likewise.
1310         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h (struct ucontext):
1311         Likewise.
1312         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct ucontext):
1313         Likewise.
1314         * sysdeps/unix/sysv/linux/tile/sys/ucontext.h (struct ucontext):
1315         Likewise.
1316         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h (struct ucontext):
1317         Likewise.
1318         * sysdeps/powerpc/powerpc32/backtrace.c (struct
1319         rt_signal_frame_32): Likewise.
1320         * sysdeps/powerpc/powerpc64/backtrace.c (struct signal_frame_64):
1321         Likewise.
1322         * sysdeps/unix/sysv/linux/aarch64/kernel_rt_sigframe.h (struct
1323         kernel_rt_sigframe): Likewise.
1324         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h (SIGCONTEXT):
1325         Likewise.
1326         * sysdeps/unix/sysv/linux/arm/register-dump.h (register_dump):
1327         Likewise.
1328         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h (SIGCONTEXT):
1329         Likewise.
1330         * sysdeps/unix/sysv/linux/hppa/profil-counter.h
1331         (__profil_counter): Likewise.
1332         * sysdeps/unix/sysv/linux/microblaze/sigcontextinfo.h
1333         (SIGCONTEXT): Likewise.
1334         * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
1335         kernel_rt_sigframe): Likewise.
1336         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h (struct
1337         kernel_rt_sigframe): Likewise.
1338         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h (SIGCONTEXT):
1339         Likewise.
1340         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext):
1341         Likewise.
1342         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
1343         (__start_context): Likewise.
1344         * sysdeps/unix/sysv/linux/tile/sigcontextinfo.h (SIGCONTEXT):
1345         Likewise.
1346         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
1347         Likewise.
1348         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (SIGCONTEXT):
1349         Likewise.
1351         * sysdeps/i386/Implies: Add ieee754/float128.
1352         * sysdeps/x86_64/Implies: Likewise.
1353         * sysdeps/x86/bits/floatn.h: New file.
1354         * sysdeps/x86/float128-abi.h: Likewise.
1355         * manual/math.texi (Mathematics): Document support for _Float128
1356         on x86_64 and x86.
1357         * sysdeps/i386/fpu/fenv_private.h: Include <bits/floatn.h>.
1358         (math_opt_barrier): Do not put _Float128 values in floating-point
1359         registers.
1360         (math_force_eval): Likewise.
1361         [__x86_64__] (SET_RESTORE_ROUNDF128): New macro.
1362         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (CPPFLAGS): Append
1363         to Makefile variable.
1364         * sysdeps/x86/fpu/e_sqrtf128.c: New file.
1365         * sysdeps/x86/fpu/sfp-machine.h: Likewise.  Based on libgcc.
1366         * sysdeps/x86/math-tests.h: New file.
1367         * math/libm-test-support.h (XFAIL_FLOAT128_PAYLOAD): New macro.
1368         * math/libm-test-getpayload.inc (getpayload_test_data): Use
1369         XFAIL_FLOAT128_PAYLOAD.
1370         * math/libm-test-setpayload.inc (setpayload_test_data): Likewise.
1371         * math/libm-test-totalorder.inc (totalorder_test_data): Likewise.
1372         * math/libm-test-totalordermag.inc (totalordermag_test_data):
1373         Likewise.
1374         * sysdeps/unix/sysv/linux/i386/libc.abilist: Update.
1375         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
1376         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
1377         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
1378         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
1379         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
1380         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
1381         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
1382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1384 2017-06-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1386         [BZ #21512]
1387         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Call exit
1388         syscall instead of jump to _exit.
1389         (CLONE_VM_BIT): Remove unused define.
1390         (CLONE_VM): Likewise.
1391         (CLONE_THREAD_BIT): Likewise.
1392         (CLONE_THREAD): Likewise.
1393         * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Likewise.
1394         (CLONE_VM): Remove unused define.
1395         * sysdeps/unix/sysv/linux/arm/clone.S (__clone): Likewise.
1396         (CLONE_VM): Remove unused define.
1397         (CLONE_THREAD): Likewise.
1398         * sysdeps/unix/sysv/linux/i386/clone.S (CLONE_VM): Likewise.
1399         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Call exit
1400         syscall instead of jump to _exit.
1401         * sysdeps/unix/sysv/linux/hppa/clone.S (__clone): Likewise.
1402         * sysdeps/unix/sysv/linux/mips/clone.S (__clone): Likewise.
1403         (CLONE_VM): Remove unused define.
1404         (CLONE_THREAD): Likewise.
1405         * sysdeps/unix/sysv/linux/nios2/clone.S (__clone): Likewise.
1406         (CLONE_VM): Remove unused define.
1407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone):
1408         Likewise.
1409         (CLONE_VM): Remove unused define.
1410         (CLONE_THREAD): Likewise.
1411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
1412         Likewise.
1413         (CLONE_VM): Remove unused define.
1414         (CLONE_THREAD): Likewise.
1415         * sysdeps/unix/sysv/linux/sh/clone.S  (__clone): Likewise.
1416         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Likewise.
1417         (CLONE_VM): Remove unused define.
1418         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): Likewise.
1419         (CLONE_VM): Remove unused define.
1420         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Likewise.
1421         * sysdeps/unix/sysv/linux/x86_64/clone.S (__clone): Likewise.
1422         (CLONE_VM): Remove unused define.
1423         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-clone3.
1424         * sysdeps/unix/sysv/linux/tst-clone3.c: New file.
1426 2017-06-26  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
1427             Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
1429         * manual/math.texi (Mathematics): Mention the enabling of float128
1430         for powerpc64le.
1431         * sysdeps/powerpc/bits/floatn.h: New file.
1432         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
1433         * sysdeps/powerpc/fpu/math_private.h:
1434         (__ieee754_sqrtf128): New inline override.
1435         * sysdeps/powerpc/powerpc64le/Implies-before: New file.
1436         * sysdeps/powerpc/powerpc64le/Makefile: New file.
1437         * sysdeps/powerpc/powerpc64le/fpu/e_sqrtf128.c: New file.
1438         * sysdeps/powerpc/powerpc64le/fpu/sfp-machine.h: New file.
1439         * sysdeps/powerpc/powerpc64le/power9/fpu/e_sqrtf128.c: New file.
1440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist:
1441         Updated.
1442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
1443         Likewise.
1444         * sysdeps/unix/sysv/linux/powerpc/powerpc64le/float128-abi.h:
1445         New file.
1447 2017-06-26  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
1449         * sysdeps/powerpc/powerpc64le/configure.ac: Check for POWER8.
1450         * sysdeps/powerpc/powerpc64le/configure: Update.
1452 2017-06-26  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
1453             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
1455         * INSTALL: Regenerate.
1456         * manual/install.texi (Recommended Tools for Compilation): Mention
1457         the powerpc64le-specific requirement in the manual.
1458         * sysdeps/powerpc/powerpc64le/configure.ac: New file with checks
1459         for the compiler features required for building float128.
1460         * sysdeps/powerpc/powerpc64le/configure: New, auto-generated file.
1462 2017-06-26  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
1464         * malloc/tst-alloc_buffer.c (test_misaligned): Cast to char
1465         before comparing with another char.
1467 2017-06-25  Rical Jasan  <ricaljasan@pacific.net>
1469         * manual/math.texi: Fix a grammatical error.
1471 2017-06-24  Florian Weimer  <fweimer@redhat.com>
1473         [BZ #21295]
1474         * resolv/tst-resolv-basic.c (do_test): Add new test cases.
1476 2017-06-24  Dmitry Bilunov  <kmeaw@kmeaw.com>
1478         [BZ #21295]
1479         * sysdeps/posix/getaddrinfo.c (convert_hostent_to_gaih_addrtuple):
1480         Append addresses at the end of the list.
1482 2017-06-23  H.J. Lu  <hongjiu.lu@intel.com>
1484         [BZ #21666]
1485         * misc/regexp.c (loc1): Add __attribute__ ((nocommon));
1486         (loc2): Likewise.
1487         (locs): Likewise.
1489 2017-06-23  Florian Weimer  <fweimer@redhat.com>
1491         [BZ #16637]
1492         inet_pton: Reject invalid IPv6 addresses with many leading zeros.
1493         * resolv/inet_pton.c (inet_pton6): Count number of hexadecimal
1494         digits between colons.
1495         * resolv/tst-inet_pton.c (test_cases): Adjust test expectations.
1497 2017-05-23  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1498             Juan Manuel Torres Palma  <jmtorrespalma@gmail.com>
1500         * include/sched.h (__sched_get_priority_max): Add libc hidden proto.
1501         (__sched_get_prioriry_min): Likewise.
1502         * include/sys/mman.h (__mmap): Likewise.
1503         (__mmap64): Likewise.
1504         (__munmap): Likewise.
1505         (__mprotect): Likewise.
1506         * include/termios.h (__tcsetattr): Likewise.
1507         * include/time.h (__nanosleep): Use hidden_proto instead of
1508         libc_hidden_proto.
1509         * posix/nanosleep.c (__nanosleep): Likewise.
1510         * misc/Versions (libc): Export __mmap, __munmap, __mprotect,
1511         __sched_get_priority_min, and __sched_get_priority_max under
1512         GLIBC_PRIVATE.
1513         * nptl/allocatestack.c (__free_stacks): Use internal definition for
1514         libc symbols.
1515         (change_stack_perm): Likewise.
1516         (change_stack_perm): Likewise.
1517         (allocate_stack): Likewise.
1518         * sysdeps/posix/gethostname.c: Likewise.
1519         * nptl/tpp.c (__init_sched_fifo_prio): Likewise.
1520         * sysdeps/unix/sysv/linux/i386/smp.h (is_smp_system): Likewise.
1521         * sysdeps/unix/sysv/linux/powerpc/ioctl.c (__ioctl): Likewise.
1522         * nptl/pthreadP.h (__pthread_mutex_timedlock): Add definition.
1523         (__pthread_key_delete): Likewise.
1524         (__pthread_detach): Likewise.
1525         (__pthread_cancel): Likewise.
1526         (__pthread_mutex_trylock): Likewise.
1527         (__pthread_mutexattr_init): Likewise.
1528         (__pthread_mutexattr_settype): Likewise.
1529         * nptl/pthread_cancel.c (pthread_cancel): Change to internal name and
1530         create alias for exported one.
1531         * nptl/pthread_join.c (pthread_join): Likewise.
1532         * nptl/pthread_detach.c (pthread_detach): Likewise.
1533         * nptl/pthread_key_delete.c (pthread_key_delete): Likewise.
1534         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
1535         * nptl/pthread_create.c: Change static requirements for pthread
1536         symbols.
1537         * nptl/pthread_equal.c (__pthread_equal): Change strong alias to weak
1538         for internal definition.
1539         * nptl/pthread_exit.c (__pthread_exit): Likewise.
1540         * nptl/pthread_getspecific.c (__pthread_getspecific): Likewise.
1541         * nptl/pthread_key_create.c (__pthread_key_create): Likewise.
1542         * nptl/pthread_mutex_destroy.c (__pthread_mutex_destroy): Likewise.
1543         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1544         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Likewise.
1545         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
1546         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock): Likewise.
1547         * nptl/pthread_mutexattr_init.c (__pthread_mutexattr_init): Likwise.
1548         * nptl/pthread_mutexattr_settype.c (__pthread_mutexattr_settype):
1549         Likewise.
1550         * nptl/pthread_self.c (__pthread_self): Likewise.
1551         * nptl/pthread_setspecific.c (__pthread_setspecific): Likewise.
1552         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
1553         * misc/mmap.c (__mmap): Add internal symbol definition.
1554         * misc/mmap.c (__mmap64): Likewise.
1555         * sysdeps/unix/sysv/linux/mmap.c (__mmap): Likewise.
1556         * sysdeps/unix/sysv/linux/mmap64.c (__mmap): Likewise.
1557         (__mmap64): Likewise.
1558         * sysdeps/unix/sysv/linux/i386/Versions (libc) [GLIBC_PRIVATE):
1559         Add __uname.
1561 2017-06-23  Joseph Myers  <joseph@codesourcery.com>
1563         * sysdeps/i386/fpu/libm-test-ulps: Update.
1564         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
1566         * libm-test-support.c (check_float_internal): Clear exceptions at
1567         end of function.
1568         (check_int): Likewise.
1569         (check_long): Likewise.
1570         (check_bool): Likewise.
1571         (check_longlong): Likewise.
1572         (check_intmax_t): Likewise.
1573         (check_uintmax_t): Likewise.
1575         * sysdeps/x86/fpu/bits/fenv.h [_LIBC] (__feraiseexcept_renamed):
1576         Do not declare.
1577         * sysdeps/x86/fpu/include/bits/fenv.h [_LIBC &&
1578         __USE_EXTERN_INLINES] (__feraiseexcept_renamed): Declare here,
1579         redirected to __GI_feraiseexcept if [SHARED && IS_IN (libm)].
1581 2017-06-23  H.J. Lu  <hongjiu.lu@intel.com>
1583         * sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S (between_2_3):
1584         Replace movzbl and orl with movb.
1586 2017-06-23  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
1588         * manual/arith.texi (Infinity and NaN): Document SNANFN and SNANFNx.
1589         (Error Reporting by Mathematical Functions): Document HUGE_VAL_FN
1590         and HUGE_VAL_FNx.
1591         (Absolute Value): Document fabsfN, fabsfNx, cabsfN, cabsfNx.
1592         Rephrase the paragraph that mentions that fabs, fabsf, and fabsl
1593         are in math.h, to avoid having to list the _FloatN and _FloatNx
1594         variants as well.  Likewise for the cabs functions.
1595         (Normalization Functions): Document frexpfN, frexpfNx, ldexpfN,
1596         ldexpfNx, scalbnfN, scalbnfNx, scalblnfN, scalblnfNx.
1597         Mention that _FloatN and _FloatNx variants of scalbn and scalbln
1598         come from TS 18661-3, since this section explicitly states that
1599         these functions come from BSD.
1600         (Rounding Functions): Document ceilfN, ceilfNx, floorfN, floorfNx,
1601         truncfN, truncfNx, rintfN, rintfNx, nearbyintfN, nearbyintfNx,
1602         roundfN, roundfNx, roundevenfN, roundevenfNx, lrintfN, lrintfNx,
1603         llrintfN, llrintfNx, lroundfN, lroundfNx, llroundfN, llroundfNx,
1604         fromfpfN, fromfpfNx, ufromfpfN, ufromfpfNx, fromfpxfN, fromfpxfNx,
1605         ufromfpxfN, ufromfpxfNx, modffN, modffNx.
1606         (Remainder Functions): Document fmodfN, fmodfNx, remainderfN,
1607         remainderfNx.
1608         (Setting and modifying single bits of FP values): Document
1609         copysignfN, copysignfNx, nextafterfN, nextafterfNx, nextupfN,
1610         nextupfNx, nextdownfN, nextdownfNx, nanfN, nanfNx, canonicalizefN,
1611         canonicalizefNx, getpayloadfN, getpayloadfNx, setpayloadfN,
1612         setpayloadfNx, setpayloadsigfN, setpayloadsigfNx.
1613         (Floating-Point Comparison Functions): Document totalorderfN,
1614         totalorderfNx, totalordermagfN, totalordermagfNx.
1615         (Miscellaneous FP arithmetic functions): Document fminfN, fminfNx,
1616         fmaxfN, fmaxfNx, fminmagfN, fminmagfNx, fmaxmagfN, fmaxmagfNx,
1617         fdimfN, fdimfNx, fmafN, fmafNx.
1618         (Complex Numbers): Document the complex types: _FloatN complex and
1619         _FloatNx complex.
1620         (rojections, Conjugates, and Decomposing of Complex Numbers):
1621         Document crealfN, crealfNx, cimagfN, cimagfNx, conjfN, conjfNx,
1622         cargfN, cargfNx, cprojfN, cprojfNx.
1623         * manual/math.texi (Mathematics): Mention that the _FloatN and
1624         _FloatNx variants of the math functions come from TS 18661-3,
1625         unless otherwise stated.
1626         (Predefined Mathematical Constants): Document the _FloatN and
1627         _FloatNx variants of the macros prefixed with M_.
1628         (Trigonometric Functions): Document sinfN, sinfNx, cosfN, cosfNx,
1629         tanfN, tanfNx, sincosfN, sincosfNx, csinfN, csinfNx, ccosfN,
1630         ccosfNx, ctanfN, ctanfNx.
1631         (Inverse Trigonometric Functions): Document asinfN, asinfNx,
1632         acosfN, acosfNx, atanfN, atanfNx, atan2fN, atan2fNx.
1633         (Exponentiation and Logarithms): Document expfN, expfNx, exp2fN,
1634         exp2fNx, exp10fN, exp10fNx, logfN, logfNx, log10fN, log10fNx,
1635         log2fN, log2fNx, logbfN, logbfNx, ilogbfN, ilogbfNx, llogbfN,
1636         llogbfNx, powfN, powfNx, sqrtfN, sqrtfNx, cbrtfN, cbrtfNx, hypotfN,
1637         hypotfNx, expm1fN, expm1fNx, log1pfN, log1pfNx, cexpfN, cexpfNx,
1638         clogfN, clogfNx, clog10fN, clog10fNx, csqrtfN, csqrtfNx, cpowfN,
1639         cpowfNx.
1640         (Hyperbolic Functions): sinhfN, sinhfNx, coshfN, coshfNx, tanhfN,
1641         tanhfNx, csinhfN, csinhfNx, ccoshfN, ccoshfNx, ctanhfN, ctanhfNx,
1642         asinhfN, asinhfNx, acoshfN, acoshfNx, atanhfN, atanhfNx, casinhfN,
1643         casinhfNx, cacoshfN, cacoshfNx, catanhfN, catanhfNx.
1644         (Special Functions): Document erffN, erffNx, erfcfN, erfcfNx,
1645         lgammafN, lgammafNx, lgammarfN_r, lgammafNx_r, tgammafN, tgammafNx,
1646         j0fN, j0fNx, j1fN, j1fNx, jnfN, jnfNx, y0fN, y0fNx, y1fN, y1fNx,
1647         ynfN, ynfNx.
1649 2017-06-23  Florian Weimer  <fweimer@redhat.com>
1651         * sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S (between_2_3): Fix typo in comment.
1653 2017-06-23  Florian Weimer  <fweimer@redhat.com>
1655         * resolv/res_libc.c: Reformat to GNU style.
1657 2017-06-23  Florian Weimer  <fweimer@redhat.com>
1659         * resolv/resolv-internal.h (__res_initstamp): Declare.
1660         * resolv/res_init.c (__res_initstamp): Remove hidden attribute.
1661         It is implied by the declaration.
1662         * resolv/res_libc.c (__res_initstamp): Remove declaration.
1664 2017-06-23  Florian Weimer  <fweimer@redhat.com>
1666         [BZ #21662]
1667         * sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S (between_2_3):
1668         Use only 24 bits of the register before the subtraction.
1669         * string/test-memcmp.c (check1): Check with different lengths.
1671 2017-06-23  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
1673         * sysdeps/ieee754/float128/Makefile (CFLAGS-strfromf128.c): Add
1674         $(libio-mtsafe) to get the value of IO_MTSAFE_IO.
1676 2017-06-23  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
1678         * manual/libm-err-tab.pl (@all_floats, %suffices, parse_ulps):
1679         Enable generation of float128 entries on the error table.
1681 2017-06-23  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
1683         * include/float.h: Include libc-header-start.h to get the
1684         definition of __GLIBC_USE.
1686 2017-06-23  Paul A. Clarke  <pc@us.ibm.com>
1688         * sysdeps/ieee754/flt-32/e_powf.c: Optimized implementation utilizing
1689         rearranged code and doubles float types.
1691 2017-06-23  Rogerio A. Cardoso  <rcardoso@linux.vnet.ibm.com>
1693         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Change
1694         s_sinf.c from sysdeps/ieee754/flt-32/ to sysdeps/powerpc/fpu/.
1696 2017-06-23  Paul A. Clarke  <pc@us.ibm.com>
1698         * sysdeps/unix/sysv/linux/powerpc/sysconf.c: Remove references
1699         to errno, and simplify remaining related code.
1701 2017-06-23  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
1703         * sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_DARN and
1704         PPC_FEATURE2_SCV.
1705         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add scv
1706         and darn.
1708 2017-06-23  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1710         * sysdeps/powerpc/powerpc64/multiarch/strchr-power8.S(STRRCHR): Define
1711         the implementation-specific function name and remove unneeded macros
1712         definition.
1713         * sysdeps/powerpc/powerpc64/power8/strrchr.S(STRRCHR): Set a default
1714         function name if not defined and pass as parameter to macros
1715         accordingly.
1717 2017-06-23  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1719         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
1720         (libm-sysdep_routines): Add s_llroundf-ppc64.
1721         * sysdeps/powerpc/powerpc64/power5+fpu/s_llround.S
1722         (__llroundf): Define as strong alias of __llround.
1723         (llroundf):  Define as weak alias of __llround.
1724         (__lroundf): Define as strong alias of __llround.
1725         (lroundf):  Define as weak alias of __llround.
1726         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S:  Likewise.
1727         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: Likewise.
1728         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llroundf-ppc64.S: New file.
1729         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llroundf.c: Likewise.
1730         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llroundf.S: Likewise.
1731         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llroundf.S: Likewise.
1732         * sysdeps/powerpc/powerpc64/power8/fpu/s_llroundf.S: Likewise.
1734 2017-06-22  Joseph Myers  <joseph@codesourcery.com>
1736         * sysdeps/ieee754/ldbl-96/bits/iscanonical.h
1737         [__HAVE_DISTINCT_FLOAT128] (__iscanonicalf128): New macro.
1739         * sysdeps/generic/math-tests.h: Include <bits/floatn.h>.
1740         (MATH_TESTS_TG): New macro.
1741         (SNAN_TESTS_float128): Likewise.
1742         (ROUNDING_TESTS_float128): Likewise.
1743         (EXCEPTION_TESTS_float128): Likewise.
1744         (SNAN_TESTS): Define using MATH_TESTS_TG.
1745         (ROUNDING_TESTS): Likewise.
1746         (EXCEPTION_TESTS): Likewise.
1748         * sysdeps/ieee754/float128/float128_private.h
1749         [SET_RESTORE_ROUNDF128] (SET_RESTORE_ROUNDL): Take an argument and
1750         pass it to SET_RESTORE_ROUNDF128.
1752         * sysdeps/ieee754/float128/float128_private.h: Include
1753         <ieee754.h>.
1755         * sysdeps/generic/math_private.h (__EXPR_FLT128): Do not apply
1756         typeof to argument passed to __builtin_types_compatible_p.
1757         (min_of_type): Pass type argument, not x, to __EXPR_FLT128.
1759         * math/w_acos_template.c [__USE_WRAPPER_TEMPLATE]: Include
1760         <errno.h>.
1761         * math/w_acosh_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1762         * math/w_asin_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1763         * math/w_atanh_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1764         * math/w_cosh_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1765         * math/w_exp10_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1766         * math/w_exp2_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1767         * math/w_exp_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1768         * math/w_fmod_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1769         * math/w_hypot_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1770         * math/w_j0_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1771         * math/w_j1_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1772         * math/w_jn_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1773         * math/w_lgamma_r_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1774         * math/w_lgamma_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1775         * math/w_log10_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1776         * math/w_log2_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1777         * math/w_log_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1778         * math/w_pow_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1779         * math/w_remainder_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1780         * math/w_sinh_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1781         * math/w_sqrt_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1782         * math/w_tgamma_template.c [__USE_WRAPPER_TEMPLATE]: Likewise.
1784         * sysdeps/ieee754/float128/strtof128_l.c: Include
1785         <bits/types/locale_t.h> instead of <xlocale.h>.
1786         * sysdeps/ieee754/float128/wcstof128.c: Likewise.
1787         * sysdeps/ieee754/float128/wcstof128_l.c: Likewise.
1789 2017-06-22  Siddhesh Poyarekar  <siddhesh@sourceware.org>
1791         * benchtests/scripts/benchout_strings.schema.json: New file.
1792         * benchtests/scripts/compare_strings.py: New file.
1794         * benchtests/bench-memcpy-large.c: Include json-lib.h.
1795         (do_one_test): Print json.
1796         (do_test): Likewise.
1797         (test_main): Likewise.
1798         * benchtests/bench-memcpy-random.c: Include json-lib.h.
1799         (do_one_test): Print json.
1800         (do_test): Likewise.
1801         (test_main): Likewise.
1802         * benchtests/bench-memcpy.c: Include json-lib.h.
1803         (do_one_test): Print json.
1804         (do_test): Likewise.
1805         (test_main): Likewise.
1807         * benchtests/json-lib.h: Include inttypes.h.
1808         (json_attr_int, json_attr_int, json_element_string,
1809         json_element_int, json_element_uint): New functions.
1810         * benchtests/json-lib.c: (json_attr_int, json_attr_int,
1811         json_element_string, json_element_int, json_element_uint): New
1812         functions.
1814 2017-06-22  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
1816         * manual/arith.texi (Remainder Functions): Describe remainder as
1817         primary and drem as an alternative name.  Change the comment on
1818         remainder to ISO, since it is defined in ISO C99.
1820 2017-06-22  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
1822         * stdlib/tst-strtod.h (MMFUNC): New macro to provide an addition
1823         macro expansion.
1824         (GEN_TEST_STRTOD_FOREACH): Use MMFUNC for _Float128.
1826 2017-06-22  Mike FABIAN  <mfabian@redhat.com>
1828         [BZ #21533]
1829         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1830         201706L for Unicode 10.0.
1832 2017-06-21  Benjamin Cama  <b.cama@kerlink.fr>
1834         [BZ #21657]
1835         * inet/inet6_scopeid_pton.c (__inet6_scopeid_pton): Permit scopes
1836         on node-local addresses.
1837         * inet/tst-inet6_scopeid_pton.c (do_test): Adjust test.
1839 2017-06-21  Florian Weimer  <fweimer@redhat.com>
1841         * intl/loadmsgcat.c: Remove alloca support.
1842         (_nl_load_domain): Use calloc instead of alloca.
1844 2017-04-21  Florian Weimer  <fweimer@redhat.com>
1846         * malloc/Makefile (tests-internal): Add tst-alloc_buffer.
1847         (routines): Add alloc_buffer_alloc_array, alloc_buffer_allocate,
1848         alloc_buffer_copy_bytes, alloc_buffer_copy_string,
1849         alloc_buffer_create_failure.
1850         * malloc/Versions (__libc_alloc_buffer_alloc_array)
1851         (__libc_alloc_buffer_allocate, __libc_alloc_buffer_copy_bytes)
1852         (__libc_alloc_buffer_copy_string)
1853         (__libc_alloc_buffer_create_failure): Export as GLIBC_PRIVATE.
1854         * malloc/alloc_buffer_alloc_array.c: New file.
1855         * malloc/alloc_buffer_allocate.c: Likewise.
1856         * malloc/alloc_buffer_copy_bytes.c: Likewise.
1857         * malloc/alloc_buffer_copy_string.c: Likewise.
1858         * malloc/alloc_buffer_create_failure.c: Likewise.
1859         * malloc/tst-alloc_buffer.c: Likewise.
1861 2017-06-21  H.J. Lu  <hongjiu.lu@intel.com>
1863         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1864         strcmp-sse2, strcmp-sse4_2, strncmp-sse2, strncmp-sse4_2,
1865         strcasecmp_l-sse2, strcasecmp_l-sse4_2, strcasecmp_l-avx,
1866         strncase_l-sse2, strncase_l-sse4_2 and strncase_l-avx.
1867         * sysdeps/x86_64/multiarch/ifunc-strcasecmp.h: New file.
1868         * sysdeps/x86_64/multiarch/strcasecmp.c: Likewise.
1869         * sysdeps/x86_64/multiarch/strcasecmp_l-avx.S: Likewise.
1870         * sysdeps/x86_64/multiarch/strcasecmp_l-sse2.S: Likewise.
1871         * sysdeps/x86_64/multiarch/strcasecmp_l-sse4_2.S: Likewise.
1872         * sysdeps/x86_64/multiarch/strcasecmp_l.c: Likewise.
1873         * sysdeps/x86_64/multiarch/strcmp-sse2.S: Likewise.
1874         * sysdeps/x86_64/multiarch/strcmp-sse4_2.S: Likewise.
1875         * sysdeps/x86_64/multiarch/strcmp.c: Likewise.
1876         * sysdeps/x86_64/multiarch/strncase.c: Likewise.
1877         * sysdeps/x86_64/multiarch/strncase_l-avx.S : Likewise.
1878         * sysdeps/x86_64/multiarch/strncase_l-sse2.S: Likewise.
1879         * sysdeps/x86_64/multiarch/strncase_l-sse4_2.S: Likewise.
1880         * sysdeps/x86_64/multiarch/strncase_l.c: Likewise.
1881         * sysdeps/x86_64/multiarch/strncmp-sse2.S: Likewise.
1882         * sysdeps/x86_64/multiarch/strncmp-sse4_2.S: Likewise.
1883         * sysdeps/x86_64/multiarch/strncmp.c: Likewise.
1884         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Removed.
1885         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1886         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
1887         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
1888         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Include <sysdep.h>.
1889         (STRCMP_SSE42): New.  Defined to __strcmp_sse42 if not defined.
1890         [USE_AS_STRCASECMP_L || USE_AS_STRNCASECMP_L]: Include
1891         "locale-defines.h".
1892         (UPDATE_STRNCMP_COUNTER): New.
1893         (SECTION): Likewise.
1894         (GLABEL): Likewise.
1895         (LABEL): Likewise.
1896         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Rewrite and enable
1897         for libc.a.
1899 2017-06-21  Joseph Myers  <joseph@codesourcery.com>
1901         [BZ #21622]
1902         * sysdeps/unix/sysv/linux/tile/bits/sigaction.h (SA_RESTART):
1903         Define for [__USE_UNIX98 || __USE_XOPEN2K8], not [__USE_UNIX98 ||
1904         __USE_MISC].
1905         (SA_NODEFER): Likewise.
1906         (SA_RESETHAND): Likewise.
1908 2017-06-21  H.J. Lu  <hongjiu.lu@intel.com>
1910         * elf/dl-tunables.list (glibc.tune.ifunc): Removed.
1911         * sysdeps/x86/dl-tunables.list (glibc.tune.hwcaps): New.
1912         Remove security_level on all fields.
1913         * manual/tunables.texi: Replace ifunc with hwcaps.
1914         * sysdeps/x86/cpu-features.c (TUNABLE_CALLBACK (set_ifunc)):
1915         Renamed to ..
1916         (TUNABLE_CALLBACK (set_hwcaps)): This.
1917         (init_cpu_features): Updated.
1918         * sysdeps/x86/cpu-features.h (cpu_features): Change type of
1919         data_cache_size, data_cache_size and non_temporal_threshold to
1920         unsigned long int.
1921         * sysdeps/x86/cpu-tunables.c (DEFAULT_STRLEN): Removed.
1922         (TUNABLE_CALLBACK (set_ifunc)): Renamed to ...
1923         (TUNABLE_CALLBACK (set_hwcaps)): This.  Update comments.  Don't
1924         use DEFAULT_STRLEN.
1926 2017-06-21  Florian Weimer  <fweimer@redhat.com>
1928         * intl/dcigettext.c (DCIGETTEXT): Use getcwd (NULL, 0) and
1929         asprintf to construct an absolute pathname.
1931 2017-06-21  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1933         * misc/tst-preadvwritev2-common.c: New file.
1934         * misc/tst-preadvwritev2.c (do_test): Add test for invalid flag.
1935         * misc/tst-preadvwritev64v2.c (do_test): Likewise.
1937 2017-06-21  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1939         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Add cfi
1940         annotation.
1941         (_dl_tlsdesc_resolve_rela, _dl_tlsdesc_resolve_hold): Likewise.
1943 2017-06-21  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1945         * sysdeps/aarch64/dl-machine.h (RTLD_START_1): Change _dl_argv to the
1946         hidden __GI__dl_argv symbol.
1948 2017-06-21  Florian Weimer  <fweimer@redhat.com>
1950         * sysdeps/posix/getaddrinfo.c (gaih_inet): Call __inet_pton_length
1951         to parse addresses with IPv6 scope IDs.
1953 2017-06-21  Florian Weimer  <fweimer@redhat.com>
1955         Add the __inet_pton_length helper function.
1956         * resolv/resolv-internal.h (__inet_pton_length): Declare.
1957         * resolv/inet_pton (__inet_pton_length): Rename from __inet_pton.
1958         Add length argument.
1959         (__inet_pton): New function.
1960         (inet_pton4): Add length argument.
1961         (hex_digit_value): New function.
1962         (inet_pton6): Add length argument.  Call hex_digit_value.  Use
1963         memmove and memset to fill :: gap.
1964         * resolv/Makefile (tests, tsts-static, tests-internal): Add
1965         tst-inet_pton.
1966         * resolv/tst-inet_pton.c: New file.
1967         * support/Makefile (libsupport-routines): Add xmprotect.
1968         * support/xunistd.h (xmprotect): Declare.
1969         * support/xmprotect.c: New file.
1971 2017-06-21  Florian Weimer  <fweimer@redhat.com>
1973         Add IPv6 getaddrinfo coverage to tst-inet6_scopeid_pton.c.
1974         * inet/tst-inet6_scopeid_pton.c: Switch to <support/test-driver.c>.
1975         (call_gai, check_ai): New functions.
1976         (expect_failure, expect_success): Use them.  Add logging.
1978 2017-06-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1980         * sysdeps/powerpc/powerpc64/multiarch/Makefile
1981         (sysdep_routines): Add memchr_power8.
1982         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1983         (memchr): Add __memchr_power8 to list of memchr functions.
1984         * sysdeps/powerpc/powerpc64/multiarch/memchr-power8.S: New file.
1985         * sysdeps/powerpc/powerpc64/multiarch/memchr.c
1986         (memchr): Add __memchr_power8 to ifunc list.
1987         * sysdeps/powerpc/powerpc64/power8/memchr.S: New file.
1989 2017-06-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1991         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S
1992         (__llrintf): Define as strong alias of __llrint.
1993         (llrintf):  Define as weak alias of __llrint.
1994         (__lrintf): Define as strong alias of __llrint.
1995         (lrintf):  Define as weak alias of __llrint.
1996         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S:  Likewise.
1997         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: Likewise.
1998         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S:  Remove file content.
1999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrintf.c: New file.
2001 2017-06-20  Zack Weinberg  <zackw@panix.com>
2003         * bits/signum-generic.h: Renamed from bits/signum.h.
2004         Add proper multiple include guard and misuse check.
2005         Define __SIGRTMIN = __SIGRTMAX = 32, and define _NSIG = __SIGRTMAX+1.
2006         Move definition of SIGIO to "archaic names for compatibility" section.
2007         * bits/signum.h: New file which just includes bits/signum-generic.h.
2008         * sysdeps/unix/bsd/bits/signum.h
2009         * sysdeps/unix/sysv/linux/bits/signum.h
2010         * sysdeps/unix/sysv/linux/alpha/bits/signum.h
2011         * sysdeps/unix/sysv/linux/hppa/bits/signum.h
2012         * sysdeps/unix/sysv/linux/mips/bits/signum.h
2013         * sysdeps/unix/sysv/linux/sparc/bits/signum.h
2014         Just include <bits/signum-generic.h> and then add or adjust
2015         signal constants.  Do not define SIGUNUSED, SIGRTMIN, or SIGRTMAX.
2017         * signal/Makefile: Install bits/signum-generic.h.
2018         * signal/signal.h: Define SIGRTMIN and SIGRTMAX here.
2020         * sysdeps/generic/siglist.h: SIGSYS and SIGWINCH are
2021         universal.  Prefer SIGPOLL to SIGIO. Simplify #ifdeffage.
2023         * sysdeps/unix/sysv/linux/tst-signal-numbers.sh: New test.
2024         * sysdeps/unix/sysv/linux/Makefile: Run it.
2026 2017-06-20  Zack Weinberg  <zackw@panix.com>
2028         * locale/xlocale.h: Rename to...
2029         * locale/bits/types/__locale_t.h: ...here.  Adjust commentary.
2030         Only define struct __locale_struct and __locale_t, not locale_t.
2031         * locale/bits/types/locale_t.h: New file; define locale_t here.
2032         * locale/Makefile (headers): Update to match.
2034         * include/xlocale.h: Delete wrapper.
2035         * include/bits/types/__locale_t.h: New wrapper.
2036         * include/bits/types/locale_t.h: New wrapper.
2038         * ctype/ctype.h, include/printf.h, include/time.h
2039         * locale/langinfo.h, locale/locale.h, stdlib/monetary.h
2040         * stdlib/stdlib.h, string/string.h, string/strings.h, time/time.h
2041         * wcsmbs/wchar.h, wctype/wctype.h: Use bits/types/locale_t.h.
2042         Correct outdated comments regarding the standardization status of
2043         the functions that take locale_t arguments.
2045         * stdlib/strtod_l.c, stdlib/strtof_l.c, stdlib/strtol_l.c
2046         * stdlib/strtold_l.c, stdlib/strtoul_l.c, stdlib/strtoull_l.c
2047         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c
2048         * sysdeps/ieee754/ldbl-64-128/strtold_l.c
2049         * wcsmbs/wcstod.c, wcsmbs/wcstod_l.c, wcsmbs/wcstof.c
2050         * wcsmbs/wcstof_l.c, wcsmbs/wcstold.c, wcsmbs/wcstold_l.c:
2051         Don't include xlocale.h. If necessary, include locale.h instead.
2053         * stdlib/strtold_l.c: Unconditionally include wchar.h.
2055         * ctype/ctype-c99_l.c, ctype/ctype.h, ctype/ctype_l.c
2056         * include/monetary.h, include/stdlib.h, include/time.h
2057         * include/wchar.h, locale/duplocale.c, locale/freelocale.c
2058         * locale/global-locale.c, locale/langinfo.h, locale/locale.h
2059         * locale/localeinfo.h, locale/newlocale.c
2060         * locale/nl_langinfo_l.c, locale/uselocale.c
2061         * localedata/bug-usesetlocale.c, localedata/tst-xlocale2.c
2062         * stdio-common/vfscanf.c, stdlib/monetary.h, stdlib/stdlib.h
2063         * stdlib/strfmon_l.c, stdlib/strtod_l.c, stdlib/strtof_l.c
2064         * stdlib/strtol.c, stdlib/strtol_l.c, stdlib/strtold_l.c
2065         * stdlib/strtoll_l.c, stdlib/strtoul_l.c, stdlib/strtoull_l.c
2066         * string/strcasecmp.c, string/strcoll_l.c, string/string.h
2067         * string/strings.h, string/strncase.c, string/strxfrm_l.c
2068         * sysdeps/ieee754/float128/strtof128_l.c
2069         * sysdeps/ieee754/float128/wcstof128.c
2070         * sysdeps/ieee754/float128/wcstof128_l.c
2071         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c
2072         * sysdeps/ieee754/ldbl-64-128/strtold_l.c
2073         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
2074         * sysdeps/ieee754/ldbl-opt/nldbl-strfmon_l.c
2075         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c
2076         * sysdeps/ieee754/ldbl-opt/nldbl-wcstold_l.c
2077         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S
2078         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
2079         * sysdeps/x86_64/strcasecmp_l-nonascii.c
2080         * sysdeps/x86_64/strncase_l-nonascii.c, time/strftime_l.c
2081         * time/strptime_l.c, time/time.h, wcsmbs/mbsrtowcs_l.c
2082         * wcsmbs/wchar.h, wcsmbs/wcscasecmp.c, wcsmbs/wcsncase.c
2083         * wcsmbs/wcstod.c, wcsmbs/wcstod_l.c, wcsmbs/wcstof.c
2084         * wcsmbs/wcstof_l.c, wcsmbs/wcstol_l.c, wcsmbs/wcstold.c
2085         * wcsmbs/wcstold_l.c, wcsmbs/wcstoll_l.c, wcsmbs/wcstoul_l.c
2086         * wcsmbs/wcstoull_l.c, wctype/iswctype_l.c
2087         * wctype/towctrans_l.c, wctype/wcfuncs_l.c
2088         * wctype/wctrans_l.c, wctype/wctype.h, wctype/wctype_l.c:
2089         Change all uses of __locale_t to locale_t.
2091 2017-06-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2093         * sysdeps/unix/sysv/linux/openat.c (__libc_openat): Build only
2094         for !__OFF_T_MATCHES_OFF64_T.
2095         * sysdeps/unix/sysv/linux/openat64.c (__libc_openat64): New
2096         implementation based on open64.
2097         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: Remove file.
2098         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: Likewise.
2100 2017-06-20  H.J. Lu  <hongjiu.lu@intel.com>
2102         * elf/dl-tunables.list: Move x86 specific tunables to ...
2103         * sysdeps/x86/dl-tunables.list: Here.  New file.
2105 2017-06-20  Joseph Myers  <joseph@codesourcery.com>
2107         [BZ #21635]
2108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
2109         [$(subdir) = conform] (conformtest-xfail-conds): New variable.
2110         * conform/data/signal.h-data (uc_mcontext): XFAIL for
2111         powerpc32-linux.
2112         * conform/data/ucontext.h-data (uc_mcontext): Likewise.
2114         [BZ #21634]
2115         * sysdeps/unix/sysv/linux/ia64/Makefile [$(subdir) = conform]
2116         (conformtest-xfail-conds): New variable.
2117         * conform/data/signal.h-data (uc_sigmask): XFAIL for ia64-linux.
2118         * conform/data/ucontext.h-data (uc_sigmask): Likewise.
2120 2017-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
2122         * benchtests/powf-inputs: Add reduced trace from wrf.
2124 2017-06-20  H.J. Lu  <hongjiu.lu@intel.com>
2125             Erich Elsen  <eriche@google.com>
2127         * elf/dl-tunables.list (tune): Add ifunc,
2128         x86_non_temporal_threshold,
2129         x86_data_cache_size and x86_shared_cache_size.
2130         * manual/tunables.texi: Document glibc.tune.ifunc,
2131         glibc.tune.x86_data_cache_size, glibc.tune.x86_shared_cache_size
2132         and glibc.tune.x86_non_temporal_threshold.
2133         * sysdeps/unix/sysv/linux/x86/dl-sysdep.c: New file.
2134         * sysdeps/x86/cpu-tunables.c: Likewise.
2135         * sysdeps/x86/cacheinfo.c
2136         (init_cacheinfo): Check and get data cache size, shared cache
2137         size and non temporal threshold from cpu_features.
2138         * sysdeps/x86/cpu-features.c [HAVE_TUNABLES] (TUNABLE_NAMESPACE):
2139         New.
2140         [HAVE_TUNABLES] Include <unistd.h>.
2141         [HAVE_TUNABLES] Include <elf/dl-tunables.h>.
2142         [HAVE_TUNABLES] (TUNABLE_CALLBACK (set_ifunc)): Likewise.
2143         [HAVE_TUNABLES] (init_cpu_features): Use TUNABLE_GET to set
2144         IFUNC selection, data cache size, shared cache size and non
2145         temporal threshold.
2146         * sysdeps/x86/cpu-features.h (cpu_features): Add data_cache_size,
2147         shared_cache_size and non_temporal_threshold.
2149 2017-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
2151         * benchtests/README: Describe workload feature.
2152         * benchtests/bench-skeleton.c (main): Add support for
2153         benchmarking traces from workloads.
2155 2017-06-20  Zack Weinberg  <zackw@panix.com>
2157         * string/string.h (__mempcpy_inline): Delete.
2158         * sysdeps/x86_64/multiarch/mempcpy.c
2159         * sysdeps/x86_64/multiarch/stpcpy.c:
2160         Define NO_MEMPCPY_STPCPY_REDIRECT and __NO_STRING_INLINES
2161         before including string.h.
2163 2017-06-20  Paul A. Clarke  <pc@us.ibm.com>
2165         * benchtests/Makefile (bench-math): Add powf.
2166         * benchtests/powf-inputs: New file.
2168 2017-06-20  Zack Weinberg  <zackw@panix.com>
2170         * bits/string.h, string/bits/string.h
2171         * sysdeps/aarch64/bits/string.h
2172         * sysdeps/m68k/m680x0/m68020/bits/string.h
2173         * sysdeps/s390/bits/string.h, sysdeps/sparc/bits/string.h
2174         * sysdeps/x86/bits/string.h: Delete file.
2176         * string/string.h: Don't include bits/string.h.
2177         * string/bits/string3.h: Rename to bits/string_fortified.h.
2178         No need to undef various symbols that the removed headers
2179         might have defined as macros.
2180         * string/Makefile (headers): Remove bits/string.h, change
2181         bits/string3.h to bits/string_fortified.h.
2182         * string/string-inlines.c: Update commentary.  Remove definitions
2183         of various macros that nothing looks at anymore.  Don't directly
2184         include bits/string.h. Set _STRING_INLINE_unaligned here, based on
2185         compiler-predefined macros.
2186         * string/strncat.c: If STRNCAT is not defined, or STRNCAT_PRIMARY
2187         _is_ defined, provide internal hidden alias __strncat.
2188         * include/string.h: Declare internal hidden alias __strncat.
2189         Only forward __stpcpy to __builtin_stpcpy if __NO_STRING_INLINES is
2190         not defined.
2191         * include/bits/string3.h: Rename to bits/string_fortified.h,
2192         update to match above.
2194         * sysdeps/i386/string-inlines.c: Define compat symbols for
2195         everything formerly defined by sysdeps/x86/bits/string.h.
2196         Make existing definitions into compat symbols as well.
2197         Remove some no-longer-necessary messing around with macros.
2199         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2200         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2201         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2202         * sysdeps/s390/multiarch/mempcpy.c
2203         No need to define _HAVE_STRING_ARCH_mempcpy.
2204         Do define __NO_STRING_INLINES and NO_MEMPCPY_STPCPY_REDIRECT.
2206         * sysdeps/i386/i686/multiarch/strncat-c.c
2207         * sysdeps/s390/multiarch/strncat-c.c
2208         * sysdeps/x86_64/multiarch/strncat-c.c
2209         Define STRNCAT_PRIMARY.  Don't change definition of libc_hidden_def.
2211 2017-06-20  Rical Jasan  <ricaljasan@pacific.net>
2213         * manual/lang.texi (LDBL_MANT_DIG): Add annotation.
2214         (LDBL_DIG): Likewise.
2215         (LDBL_MIN_EXP): Likewise.
2216         (LDBL_MIN_10_EXP): Likewise.
2217         (LDBL_MAX_EXP): Likewise.
2218         (LDBL_MAX_10_EXP): Likewise.
2219         (LDBL_MAX): Likewise.
2220         (LDBL_MIN): Likewise.
2221         (LDBL_EPSILON): Likewise.
2222         (FLT_ROUNDS): Change standard from ISO to C90.
2223         (FLT_RADIX): Likewise.
2224         (FLT_MANT_DIG, DBL_MANT_DIG): Likewise.
2225         (FLT_DIG, DBL_DIG): Likewise.
2226         (FLT_MIN_EXP, DBL_MIN_EXP): Likewise.
2227         (FLT_MIN_10_EXP, DBL_MIN_10_EXP): Likewise.
2228         (FLT_MAX_EXP, DBL_MAX_EXP): Likewise.
2229         (FLT_MAX_10_EXP, DBL_MAX_10_EXP): Likewise.
2230         (FLT_MAX, DBL_MAX): Likewise.
2231         (FLT_MIN, DBL_MIN): Likewise.
2232         (FLT_EPSILON, DBL_EPSILON): Likewise.
2234 2017-06-19  Joseph Myers  <joseph@codesourcery.com>
2236         * sysdeps/mips/atomic-machine.h (R10K_BEQZ_INSN): Remove.
2237         [__GNUC_PREREQ (4, 8) || __mips16]: Make code unconditional.
2238         [!__GNUC_PREREQ (4, 8) && !__mips16]: Remove conditional code.
2239         * sysdeps/mips/math-tests.h
2240         [_MIPS_SIM != _ABIO32 && !__GNUC_PREREQ (4, 9)]: Remove
2241         conditional code.
2243 2017-06-19  Florian Weimer  <fweimer@redhat.com>
2245         * intl/dcigettext.c (DCIGETTEXT): Do not make copy of localename.
2246         It cannot change while __libc_setlocale_lock is acquired.
2248 2017-06-19  Florian Weimer  <fweimer@redhat.com>
2250         * elf/rtld.c (audit_list_string): New variable.
2251         (audit_list): Update comment.
2252         (struct audit_list_iter): Define.
2253         (audit_list_iter_init, audit_list_iter_next): New function.
2254         (dl_main): Use struct audit_list_iter to process audit modules.
2255         (process_dl_audit): Call dso_name_valid_for_suid.
2256         (process_envvars): Set audit_list_string instead of calling
2257         process_dl_audit.
2259 2017-06-19  Florian Weimer  <fweimer@redhat.com>
2261         * elf/rtld.c (SECURE_NAME_LIMIT, SECURE_PATH_LIMIT): Define.
2262         (dso_name_valid_for_suid): New function.
2263         (handle_ld_preload): Likewise.
2264         (dl_main): Call it.  Remove alloca.
2266 2017-06-19  Joseph Myers  <joseph@codesourcery.com>
2268         [BZ #21625]
2269         * posix/sys/wait.h (strust rusage forward declaration): Change
2270         [__USE_XOPEN_EXTENDED] conditional to [__USE_XOPEN_EXTENDED &&
2271         !__USE_XOPEN2K].
2272         (wait3): Likewise.
2274         * configure.ac (libc_cv_compiler_ok): Require GCC 4.9 or later.
2275         * configure: Regenerated.
2276         * manual/install.texi (Tools for Compilation): Document
2277         requirement for GCC 4.9 or later.
2278         * INSTALL: Regenerated.
2280 2017-06-19  Florian Weimer  <fweimer@redhat.com>
2282         [BZ #21624]
2283         CVE-2017-1000366
2284         * elf/rtld.c (process_envvars): Ignore LD_LIBRARY_PATH for
2285         __libc_enable_secure.
2287 2017-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
2289         [BZ #21539]
2290         * NEWS: Mention s390 ptrace request changes.
2291         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h
2292         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
2293         PTRACE_SETFPREGS): Remove enum constant.
2294         (PT_GETREGS, PT_SETREGS, PT_GETFPREGS, T_SETFPREGS):
2295         Remove defines.
2296         (PTRACE_SINGLEBLOCK): New enum constant.
2297         (PT_STEPBLOCK): New define.
2298         (PTRACE_PEEKUSR_AREA, PTRACE_POKEUSR_AREA,
2299         PTRACE_GET_LAST_BREAK, PTRACE_ENABLE_TE, PTRACE_DISABLE_TE,
2300         PTRACE_TE_ABORT_RAND): New enum constant and define.
2301         * sysdeps/s390/fpu/fesetenv.c: Remove ptrace.h includes.
2302         * sysdeps/unix/sysv/linux/s390/tst-ptrace-singleblock.c:
2303         New file.
2304         * sysdeps/unix/sysv/linux/s390/Makefile: Add test.
2306 2017-06-16  Florian Weimer  <fweimer@redhat.com>
2308         * resolv/res_init.c (res_vinit_1): Use getline to read from the
2309         configuration file.
2310         (__res_vinit): Adjust.
2312 2017-06-19  Florian Weimer  <fweimer@redhat.com>
2314         * resolv/res_init.c (res_vinit_1): New function.
2315         (__res_vinit): Call it.  Handle file open and memory allocation
2316         failures.
2317         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Propagate
2318         erno from __res_maybe_init failure.
2319         (_nss_dns_gethostbyname4_r): Likewise.
2320         (_nss_dns_gethostbyaddr2_r): Likewise.
2321         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Likewise.
2322         (_nss_dns_getnetbyaddr_r): Likewise.
2324 2017-06-19  Florian Weimer  <fweimer@redhat.com>
2326         * resolv/res_init.c: Reformat to GNU style.
2328 2017-06-19  Florian Weimer  <fweimer@redhat.com>
2330         * resolv/res_init.c (sort_mask_chars, ISSORTMASK): Remove.
2331         (is_sort_mask): New function.
2332         (__res_vinit): Use it.
2334 2017-06-19  Florian Weimer  <fweimer@redhat.com>
2336         * resolv/res_init.c (res_setoptions): Remove DEBUG preprocessor
2337         conditionals.
2339 2017-06-19  Florian Weimer  <fweimer@redhat.com>
2341         * resolv/res-close.c: New file.
2342         * resolv/res_init.c (__res_iclose, res_nclose)
2343         (res_thread_freeres): Remove definitions.
2344         * resolv/Makefile (routines): Add res-close.
2346 2017-06-19  Florian Weimer  <fweimer@redhat.com>
2348         * resolv/res_randomid.c: New file.
2349         * resolv/res_init.c (res_randomid): Remove definition.
2350         * resolv/Makefile (routines): Add res_randomid.
2352 2017-06-19  Florian Weimer  <fweimer@redhat.com>
2354         * include/resolv.h (__res_vinit): Declare as hidden.
2355         * resolv/res_init.c (res_ninit): Remove __res_vinit declaration.
2356         * resolv/res_libc.c (res_init): Likewise.
2358 2017-06-19  Joseph Myers  <joseph@codesourcery.com>
2360         [BZ #21457]
2361         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h [__x86_64__] (struct
2362         _libc_xmmreg): Use __ctx in defining field.
2364         [BZ #21597]
2365         * signal/signal.h (siginterrupt): Make declaration conditional on
2366         [__USE_XOPEN_EXTENDED || __USE_MISC].
2368         [BZ #21584]
2369         * signal/signal.h: Make includes of <bits/sigstack.h> and
2370         <bits/ss_flags.h> conditional on [__USE_XOPEN_EXTENDED ||
2371         __USE_MISC].
2372         (sigaltstack): Make declaration conditional on
2373         [__USE_XOPEN_EXTENDED || __USE_MISC].
2375         [BZ #21575]
2376         * resource/bits/types/struct_rusage.h: New file.
2377         * include/bits/types/struct_rusage.h: Likewise.
2378         * bits/resource.h (struct rusage): Include
2379         <bits/types/struct_rusage.h> instead of defining here.
2380         * sysdeps/unix/sysv/linux/bits/resource.h (struct rusage):
2381         Likewise.
2382         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (struct rusage):
2383         Likewise.
2384         * sysdeps/unix/sysv/linux/mips/bits/resource.h (struct rusage):
2385         Likewise.
2386         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (struct rusage):
2387         Likewise.
2388         * resource/Makefile (headers): Add bits/types/struct_rusage.h.
2389         * posix/sys/wait.h [__USE_XOPEN_EXTENDED && !__USE_XOPEN2K8]:
2390         Include <bits/types/struct_rusage.h>
2392 2017-06-19  Florian Weimer  <fweimer@redhat.com>
2394         * malloc/dynarray.h: Use libc_hidden_proto only for !_ISOMAC.
2396 2017-06-19  Siddhesh Poyarekar  <siddhesh@sourceware.org>
2398         * sysdeps/x86_64/multiarch/rawmemchr-sse2.S: Fix typo.
2400 2017-06-19  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2402         * scripts/gen-tunables.awk: Avoid multi-dimensional arrays.
2404 2017-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
2406         [BZ #21537]
2407         * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET, SYSCALL_PIC_SETUP):
2408         Check SHARED instead of PIC.
2409         (SYSCALL_PIC_SETUP): Add missing semicolons.
2410         * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET, SYSCALL_PIC_SETUP):
2411         Check SHARED instead of PIC.
2412         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S
2413         (__makecontext_ret): Adjust code to jump to exit.
2415 2017-06-19  Christian Borntraeger  <borntraeger@de.ibm.com>
2417         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S (syscall):
2418         Simplify code by always using SVC 0 instead of EX.
2419         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
2421 2017-06-16  H.J. Lu  <hongjiu.lu@intel.com>
2423         * elf/Versions (ld): Remove _dl_out_of_memory.
2425 2017-06-16  Joseph Myers  <joseph@codesourcery.com>
2427         * timezone/private.h: Update from tzcode 2017b.
2428         * timezone/tzfile.h: Likewise.
2429         * timezone/tzselect.ksh: Likewise.
2430         * timezone/zdump.c: Likewise.
2431         * timezone/zic.c: Likewise.
2432         * timezone/Makefile (tz-cflags): Add -D_ISOMAC
2433         -DTZ_DOMAIN='"libc"' -include $(common-objpfx)config.h.
2434         * time/tzset.c (SECSPERDAY): New macro.
2436 2017-06-16  Rical Jasan  <ricaljasan@pacific.net>
2438         * manual/string.texi (strdup): Complete header and standards
2439         annotation.
2440         (strncpy): Likewise.
2442 2017-06-16  Rical Jasan  <ricaljasan@pacific.net>
2444         * manual/arith.texi (FP_NAN): Add or complete header and standard
2445         annotations.
2446         (FP_INFINITE): Likewise.
2447         (FP_ZERO): Likewise.
2448         (FP_SUBNORMAL): Likewise.
2449         (FP_NORMAL): Likewise.
2450         (SNAN): Likewise.
2451         (SNANL): Likewise.
2452         (totalorderf): Likewise.
2453         (totalorderl): Likewise.
2454         (totalordermagf): Likewise.
2455         (totalordermagl): Likewise.
2456         (_Complex_I): Likewise.
2457         (I): Likewise.
2459 2017-06-16  Rical Jasan  <ricaljasan@pacific.net>
2461         * manual/argp.texi (ARGP_HELP_USAGE): Add missing header and
2462         standard annotation.
2463         (ARGP_HELP_SHORT_USAGE): Likewise.
2464         (ARGP_HELP_SEE): Likewise.
2465         (ARGP_HELP_LONG): Likewise.
2466         (ARGP_HELP_PRE_DOC): Likewise.
2467         (ARGP_HELP_POST_DOC): Likewise.
2468         (ARGP_HELP_DOC): Likewise.
2469         (ARGP_HELP_BUG_ADDR): Likewise.
2470         (ARGP_HELP_LONG_ONLY): Likewise.
2471         (ARGP_HELP_EXIT_ERR): Likewise.
2472         (ARGP_HELP_EXIT_OK): Likewise.
2473         (ARGP_HELP_STD_ERR): Likewise.
2474         (ARGP_HELP_STD_USAGE): Likewise.
2475         (ARGP_HELP_STD_HELP): Likewise.
2477 2017-06-15  Rical Jasan  <ricaljasan@pacific.net>
2479         * manual/Makefile: Generate summary.texi with summary.pl.  Force
2480         use of the C locale.  Update Perl dependency comment.
2481         * manual/header.texi: Update reference to summary.awk.
2482         * manual/macros.texi: Refer authors to `summary.pl --help'.
2483         * manual/summary.awk: Remove file.
2484         * manual/summary.pl: New file.  Generate summary.texi, and check
2485         for @standards-related syntax errors.
2486         * manual/argp.texi: Convert header and standards @comments to
2487         @standards.
2488         * manual/arith.texi: Likewise.
2489         * manual/charset.texi: Likewise.
2490         * manual/conf.texi: Likewise.
2491         * manual/creature.texi: Likewise.
2492         * manual/crypt.texi: Likewise.
2493         * manual/ctype.texi: Likewise.
2494         * manual/debug.texi: Likewise.
2495         * manual/errno.texi: Likewise.
2496         * manual/filesys.texi: Likewise.
2497         * manual/getopt.texi: Likewise.
2498         * manual/job.texi: Likewise.
2499         * manual/lang.texi: Likewise.
2500         * manual/llio.texi: Likewise.
2501         * manual/locale.texi: Likewise.
2502         * manual/math.texi: Likewise.
2503         * manual/memory.texi: Likewise.
2504         * manual/message.texi: Likewise.
2505         * manual/pattern.texi: Likewise.
2506         * manual/pipe.texi: Likewise.
2507         * manual/process.texi: Likewise.
2508         * manual/resource.texi: Likewise.
2509         * manual/search.texi: Likewise.
2510         * manual/setjmp.texi: Likewise.
2511         * manual/signal.texi: Likewise.
2512         * manual/socket.texi: Likewise.
2513         * manual/startup.texi: Likewise.
2514         * manual/stdio.texi: Likewise.
2515         * manual/string.texi: Likewise.
2516         * manual/sysinfo.texi: Likewise.
2517         * manual/syslog.texi: Likewise.
2518         * manual/terminal.texi: Likewise.
2519         * manual/threads.texi: Likewise.
2520         * manual/time.texi: Likewise.
2521         * manual/users.texi: Likewise.
2523 2017-06-15  Rical Jasan  <ricaljasan@pacific.net>
2525         * manual/macros.texi (@standards): New macro.  Provide placeholder
2526         for header and standards annotations.
2527         (@standardsx): New macro.  Likewise, for lists of @*x elements.
2529 2017-06-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2531         * io/Makefile (CFLAGS-sync_file_range.c): Remove rule.
2532         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-sync_file_range.c): New
2533         rule.
2534         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Remove
2535         sync_file_range.
2537          * support/support_test_main.c (support_test_main):  Use optstring
2538          member for option string in getopt_long.
2539          * support/test-driver.c: Add comment about CMDLINE_OPTSTRING.
2540          (CMDLINE_OPTSTRING): New define.
2541          * support/test-driver.h (test_config): Add optstring member.
2543 2017-06-15  H.J. Lu  <hongjiu.lu@intel.com>
2545         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2546         strcspn-sse2, strpbrk-sse2 and strspn-sse2.
2547         * sysdeps/x86_64/strcspn.S (STRPBRK_P): Removed.
2548         Check USE_AS_STRPBRK instead of STRPBRK_P.
2549         * sysdeps/x86_64/strpbrk.S (USE_AS_STRPBRK): New.
2550         * sysdeps/x86_64/multiarch/ifunc-sse4_2.h: New file.
2551         * sysdeps/x86_64/multiarch/strcspn-sse2.S: Likewise.
2552         * sysdeps/x86_64/multiarch/strcspn.c: Likewise.
2553         * sysdeps/x86_64/multiarch/strpbrk-sse2.S: Likewise.
2554         * sysdeps/x86_64/multiarch/strpbrk.c: Likewise.
2555         * sysdeps/x86_64/multiarch/strspn-sse2.S: Likewise.
2556         * sysdeps/x86_64/multiarch/strspn.c: Likewise.
2557         * sysdeps/x86_64/multiarch/strcspn.S: Removed.
2558         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
2559         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
2560         * sysdeps/x86_64/multiarch/strpbrk-c.c: Remove "#ifdef SHARED"
2561         and "#endif".
2563 2017-06-15  H.J. Lu  <hongjiu.lu@intel.com>
2565         * sysdeps/x86_64/multiarch/wcscpy.S: Removed.
2566         * sysdeps/x86_64/multiarch/wcscpy.c: New file.
2568 2017-06-15  H.J. Lu  <hongjiu.lu@intel.com>
2570         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2571         strcat-sse2.
2572         * sysdeps/x86_64/multiarch/strcat-sse2.S: New file.
2573         * sysdeps/x86_64/multiarch/strcat.c: Likewise.
2574         * sysdeps/x86_64/multiarch/strncat.c: Likewise.
2575         * sysdeps/x86_64/multiarch/strcat.S: Removed.
2576         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
2578 2017-06-15  H.J. Lu  <hongjiu.lu@intel.com>
2579             Erich Elsen  <eriche@google.com>
2581         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2582         memcmp-sse2.
2583         * sysdeps/x86_64/multiarch/ifunc-memcmp.h: New file.
2584         * sysdeps/x86_64/multiarch/memcmp-sse2.S: Likewise.
2585         * sysdeps/x86_64/multiarch/memcmp.c: Likewise.
2586         * sysdeps/x86_64/multiarch/wmemcmp.c: Likewise.
2587         * sysdeps/x86_64/multiarch/memcmp.S: Removed.
2588         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
2590 2017-06-15  H.J. Lu  <hongjiu.lu@intel.com>
2591             Erich Elsen  <eriche@google.com>
2593         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2594         memset-sse2-unaligned-erms, and memset_chk-nonshared.
2595         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
2596         (__libc_ifunc_impl_list): Add test for __memset_chk_erms.
2597         Update comments.
2598         * sysdeps/x86_64/multiarch/ifunc-memset.h: New file.
2599         * sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S: Likewise.
2600         * sysdeps/x86_64/multiarch/memset.c: Likewise.
2601         * sysdeps/x86_64/multiarch/memset_chk-nonshared.S: Likewise.
2602         * sysdeps/x86_64/multiarch/memset_chk.c: Likewise.
2603         * sysdeps/x86_64/multiarch/memset.S: Removed.
2604         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
2605         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
2606         (__memset_chk_erms): New function.
2608 2017-06-15  Siddhesh Poyarekar  <siddhesh@sourceware.org>
2610         * configure.ac(--enable-tunables): Enable by default.
2611         * configure: Regenerate.
2612         * NEWS: Mention change.
2613         * manual/install.texi (enable-tunables): Adjust documentation.
2614         * INSTALL: Regenerate.
2616 2017-06-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2618         [BZ #18988]
2619         * benchtests/thread_create-inputs: New file.
2620         * benchtests/thread_create-source.c: Likewise.
2621         * support/xpthread_attr_setguardsize.c: Likewise.
2622         * support/Makefile (libsupport-routines): Add
2623         xpthread_attr_setguardsize object.
2624         * support/xthread.h: Add xpthread_attr_setguardsize prototype.
2625         * benchtests/Makefile (bench-pthread): Add thread_create.
2626         * nptl/allocatestack.c (allocate_stack): Call mmap with PROT_NONE and
2627         then mprotect the required area.
2628         (guard_position): New function.
2629         (setup_stack_prot): Likewise.
2631 2017-06-14  H.J. Lu  <hongjiu.lu@intel.com>
2632             Erich Elsen  <eriche@google.com>
2633             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2635         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2636         memmove-sse2-unaligned-erms, memcpy_chk-nonshared,
2637         mempcpy_chk-nonshared and memmove_chk-nonshared.
2638         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
2639         (__libc_ifunc_impl_list): Add tests for __memmove_chk_erms,
2640         __memcpy_chk_erms and __mempcpy_chk_erms.  Update comments.
2641         * sysdeps/x86_64/multiarch/ifunc-memmove.h: New file.
2642         * sysdeps/x86_64/multiarch/memcpy.c: Likewise.
2643         * sysdeps/x86_64/multiarch/memcpy_chk-nonshared.S: Likewise.
2644         * sysdeps/x86_64/multiarch/memcpy_chk.c: Likewise.
2645         * sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S: Likewise.
2646         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
2647         * sysdeps/x86_64/multiarch/memmove_chk-nonshared.S: Likewise.
2648         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
2649         * sysdeps/x86_64/multiarch/mempcpy.c: Likewise.
2650         * sysdeps/x86_64/multiarch/mempcpy_chk-nonshared.S: Likewise.
2651         * sysdeps/x86_64/multiarch/mempcpy_chk.c: Likewise.
2652         * sysdeps/x86_64/multiarch/memcpy.S: Removed.
2653         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
2654         * sysdeps/x86_64/multiarch/memmove.S: Likewise.
2655         * sysdeps/x86_64/multiarch/memmove_chk.S: Likewise.
2656         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
2657         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
2658         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
2659         (__mempcpy_chk_erms): New function.
2660         (__memmove_chk_erms): Likewise.
2661         (__memcpy_chk_erms): New alias.
2663 2017-06-14  Florian Weimer  <fweimer@redhat.com>
2665         * sysdeps/i386/i686/multiarch/strcspn-c.c: Add IS_IN (libc) guard.
2666         * sysdeps/i386/i686/multiarch/varshift.c: Likewise.
2668 2017-06-14  Zack Weinberg  <zackw@panix.com>
2670         * stdlib/errno.h: Remove __need_Emath and __need_error_t logic.
2671         Reorganize file.  Declare errno here.  When __ASSEMBLER__ is
2672         defined, don't declare anything other than the E-constants.
2674         * include/errno.h: Change conditional for exposing internal
2675         declarations to (not _ISOMAC and not __ASSEMBLER__).
2676         * bits/errno.h: Remove logic for __need_Emath.  Document
2677         requirements for a port-specific bits/errno.h.
2679         * sysdeps/unix/sysv/linux/bits/errno.h
2680         * sysdeps/unix/sysv/linux/alpha/bits/errno.h
2681         * sysdeps/unix/sysv/linux/hppa/bits/errno.h
2682         * sysdeps/unix/sysv/linux/mips/bits/errno.h
2683         * sysdeps/unix/sysv/linux/sparc/bits/errno.h:
2684         Add multiple-include guard and check against improper inclusion.
2685         Remove __need_Emath logic.  Don't declare errno here.  Ensure all
2686         constants are defined as simple integer literals.  Consistent
2687         formatting.
2688         * sysdeps/mach/hurd/errnos.awk: Likewise.  Only define error_t and
2689         enum __error_t_codes if __ASSEMBLER__ is not defined.
2690         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
2692         * argp/argp.h, string/argz.h: Don't define __need_error_t before
2693         including errno.h.
2694         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S
2695         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S
2696         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S
2697         * sysdeps/x86_64/fpu/s_cosf.S
2698         * sysdeps/x86_64/fpu/s_sincosf.S
2699         * sysdeps/x86_64/fpu/s_sinf.S:
2700         Just include errno.h; don't define __need_Emath or include
2701         bits/errno.h directly.
2703 2017-06-14  Zack Weinberg  <zackw@panix.com>
2705         * bits/uio_lim.h, sysdeps/unix/sysv/linux/bits/uio_lim.h
2706         * bits/uio-ext.h, sysdeps/unix/sysv/linux/bits/uio-ext.h: New file.
2707         * bits/uio.h, sysdeps/unix/sysv/linux/bits/uio.h: Delete file.
2709         * include/bits/xopen_lim.h: Use bits/uio_lim.h to get the value
2710         for IOV_MAX.
2711         * misc/Makefile: Install bits/uio-ext.h and bits/uio_lim.h.
2712         Don't install bits/uio.h.
2713         * misc/sys/uio.h: Don't include bits/uio.h.  Do include
2714         bits/types/struct_iovec.h and bits/uio_lim.h.  Set UIO_MAXIOV
2715         based on __IOV_MAX. Under __USE_GNU, also include bits/uio-ext.h.
2717         * stdio-common/stdio_lim.h.in: Remove logic for __need_FOPEN_MAX
2718         and __need_IOV_MAX.  Don't define IOV_MAX at all.
2719         * Makerules (stdio_lim.h): Remove logic for setting IOV_MAX.
2721         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h:
2722         Include bits/types/struct_iovec.h, not bits/uio.h.
2723         Use __ssize_t, not ssize_t, in function prototypes.
2724         Don't use hard TAB for double space after period in comments.
2726 2017-06-14  Alan Modra  <amodra@gmail.com>
2728         * elf/elf.h (PPC64_OPT_LOCALENTRY): Define.
2729         * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): Add
2730         refsym and sym parameters.  Adjust callers.
2731         * sysdeps/aarch64/dl-machine.h (elf_machine_fixup_plt): Likewise.
2732         * sysdeps/arm/dl-machine.h (elf_machine_fixup_plt): Likewise.
2733         * sysdeps/generic/dl-machine.h (elf_machine_fixup_plt): Likewise.
2734         * sysdeps/hppa/dl-machine.h (elf_machine_fixup_plt): Likewise.
2735         * sysdeps/i386/dl-machine.h (elf_machine_fixup_plt): Likewise.
2736         * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Likewise.
2737         * sysdeps/m68k/dl-machine.h (elf_machine_fixup_plt): Likewise.
2738         * sysdeps/microblaze/dl-machine.h (elf_machine_fixup_plt): Likewise.
2739         * sysdeps/mips/dl-machine.h (elf_machine_fixup_plt): Likewise.
2740         * sysdeps/nios2/dl-machine.h (elf_machine_fixup_plt): Likewise.
2741         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_fixup_plt):
2742         Likewise.
2743         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_fixup_plt): Likewise.
2744         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_fixup_plt): Likewise.
2745         * sysdeps/sh/dl-machine.h (elf_machine_fixup_plt): Likewise.
2746         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_fixup_plt): Likewise.
2747         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Likewise.
2748         * sysdeps/tile/dl-machine.h (elf_machine_fixup_plt): Likewise.
2749         * sysdeps/x86_64/dl-machine.h (elf_machine_fixup_plt): Likewise.
2750         * sysdeps/powerpc/powerpc64/dl-machine.c (_dl_error_localentry): New.
2751         (_dl_reloc_overflow): Increase buffser size.  Formatting.
2752         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
2753         Delete reloc param, add refsym and sym.  Check optimized plt
2754         call stubs for localentry:0 functions.  Adjust callers.
2755         (elf_machine_fixup_plt, elf_machine_plt_conflict): Add refsym
2756         and sym parameters.  Adjust callers.
2757         (_dl_reloc_overflow): Move attribute.
2758         (_dl_error_localentry): Declare.
2759         * elf/dl-runtime.c (_dl_fixup): Save original sym.  Pass
2760         refsym and sym to elf_machine_fixup_plt.
2761         * elf/testobj6.c (preload): Call printf.
2763 2017-06-14  Alan Modra  <amodra@gmail.com>
2765         * sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
2766         (NOPS, ENTRY_3): New macros.
2767         (ENTRY): Rewrite.
2768         (ENTRY_TOCLESS): Define.
2769         (EALIGN, EALIGN_W_0, EALIGN_W_1, EALIGN_W_2, EALIGN_W_4, EALIGN_W_5,
2770         EALIGN_W_6, EALIGN_W_7, EALIGN_W_8): Delete.
2771         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Replace EALIGN with ENTRY.
2772         * sysdeps/powerpc/powerpc64/dl-trampoline.S: Likewise.
2773         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Likewise.
2774         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Likewise.
2775         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
2776         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
2777         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: Likewise.
2778         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
2779         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
2780         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
2781         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
2782         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
2783         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
2784         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
2785         * sysdeps/powerpc/powerpc64/memset.S: Likewise.
2786         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
2787         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
2788         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
2789         * sysdeps/powerpc/powerpc64/power7/strstr.S: Likewise.
2790         * sysdeps/powerpc/powerpc64/power8/fpu/e_expf.S: Likewise.
2791         * sysdeps/powerpc/powerpc64/power8/fpu/s_cosf.S: Likewise.
2792         * sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S: Likewise.
2793         * sysdeps/powerpc/powerpc64/power8/strcasestr.S: Likewise.
2794         * sysdeps/powerpc/powerpc64/addmul_1.S: Use ENTRY_TOCLESS.
2795         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
2796         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
2797         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
2798         * sysdeps/powerpc/powerpc64/fpu/s_fabsl.S: Likewise.
2799         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
2800         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
2801         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
2802         * sysdeps/powerpc/powerpc64/lshift.S: Likewise.
2803         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
2804         * sysdeps/powerpc/powerpc64/mul_1.S: Likewise.
2805         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
2806         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
2807         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
2808         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
2809         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: Likewise.
2810         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: Likewise.
2811         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: Likewise.
2812         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: Likewise.
2813         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
2814         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: Likewise.
2815         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: Likewise.
2816         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: Likewise.
2817         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: Likewise.
2818         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
2819         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
2820         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
2821         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
2822         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
2823         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
2824         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
2825         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
2826         * sysdeps/powerpc/powerpc64/power7/add_n.S: Likewise.
2827         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
2828         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
2829         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
2830         * sysdeps/powerpc/powerpc64/power7/memmove.S: Likewise.
2831         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.
2832         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
2833         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
2834         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Likewise.
2835         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S (strcasecmp_l):
2836         Likewise.
2837         * sysdeps/powerpc/powerpc64/power7/strchr.S: Likewise.
2838         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Likewise.
2839         * sysdeps/powerpc/powerpc64/power7/strcmp.S: Likewise.
2840         * sysdeps/powerpc/powerpc64/power7/strlen.S: Likewise.
2841         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
2842         * sysdeps/powerpc/powerpc64/power7/strncpy.S: Likewise.
2843         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Likewise.
2844         * sysdeps/powerpc/powerpc64/power7/strrchr.S: Likewise.
2845         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
2846         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
2847         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
2848         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: Likewise.
2849         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: Likewise.
2850         * sysdeps/powerpc/powerpc64/power8/memcmp.S: Likewise.
2851         * sysdeps/powerpc/powerpc64/power8/memset.S: Likewise.
2852         * sysdeps/powerpc/powerpc64/power8/strchr.S: Likewise.
2853         * sysdeps/powerpc/powerpc64/power8/strcmp.S: Likewise.
2854         * sysdeps/powerpc/powerpc64/power8/strcpy.S: Likewise.
2855         * sysdeps/powerpc/powerpc64/power8/strlen.S: Likewise.
2856         * sysdeps/powerpc/powerpc64/power8/strncmp.S: Likewise.
2857         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Likewise.
2858         * sysdeps/powerpc/powerpc64/power8/strnlen.S: Likewise.
2859         * sysdeps/powerpc/powerpc64/power8/strrchr.S: Likewise.
2860         * sysdeps/powerpc/powerpc64/power8/strspn.S: Likewise.
2861         * sysdeps/powerpc/powerpc64/power9/strcmp.S: Likewise.
2862         * sysdeps/powerpc/powerpc64/power9/strncmp.S: Likewise.
2863         * sysdeps/powerpc/powerpc64/strchr.S: Likewise.
2864         * sysdeps/powerpc/powerpc64/strcmp.S: Likewise.
2865         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
2866         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
2867         * sysdeps/powerpc/powerpc64/ppc-mcount.S: Store LR earlier.  Don't
2868         add nop when SHARED.
2869         * sysdeps/powerpc/powerpc64/start.S: Fix comment.
2870         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power8.S (ENTRY): Don't
2871         define.
2872         (ENTRY_TOCLESS): Define.
2873         * sysdeps/powerpc/powerpc32/sysdep.h (ENTRY_TOCLESS): Define.
2874         * sysdeps/powerpc/fpu/s_fma.S: Use ENTRY_TOCLESS.
2875         * sysdeps/powerpc/fpu/s_fmaf.S: Likewise.
2877 2017-06-14  Alan Modra  <amodra@gmail.com>
2879         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: Define
2880         MEMSET_is_local.
2881         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: Likewise.
2882         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: Likewise.
2883         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Likewise.
2884         Define MEMSET.
2885         * sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: Define
2886         STRLEN_is_local, STRNLEN_is_local, and STRCHR_is_local.
2887         * sysdeps/powerpc/powerpc64/power7/strstr.S: Likewise.  Don't add
2888         nop after local calls.
2889         * sysdeps/powerpc/powerpc64/power7/strncpy.S: Define MEMSET_is_local.
2890         Don't add nop after local call.
2891         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Likewise.  Add missing
2892         CALL_MCOUNT.
2894 2017-06-14  Alan Modra  <amodra@gmail.com>
2896         * sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
2897         (FUNC_LABEL): Rename from DOT_LABEL.
2898         (ENTRY_1): Use FUNC_LABEL and remove leading space from label.
2899         Use .p2align rather than .align.
2900         (TRACEBACK, TRACEBACK_MASK): Use .p2align rather than .align.
2901         (ABORT_TRANSACTION): Likewise.
2902         (ENTRY_1, ENTRY_2, END_2, LOCALENTRY): Remove unnecessary semicolons,
2903         particularly at end.  Add semicolon at invocation as necessary.
2904         (TRACEBACK, TRACEBACK_MASK, PSEUDO, PSEUDO_NOERRNO): Likewise.
2905         (PSEUDO_ERRVAL, PPC64_LOAD_FUNCPTR, OPD_ENT): Likewise.
2906         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power8.S (ENTRY,
2907         END): Adjust to suit.
2909 2017-06-14  Alan Modra  <amodra@gmail.com>
2911         * sysdeps/powerpc/powerpc64/sysdep.h: (FRAME_BACKCHAIN,
2912         FRAME_CR_SAVE, FRAME_LR_SAVE): Move out of conditional.
2913         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
2914         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
2915         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Delete.
2916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Replace
2917         uses of FRAME_PARM[1-9]_SAVE with FRAME_PARM_SAVE plus offset.
2919 2017-06-14  Alan Modra  <amodra@gmail.com>
2921         * sysdeps/powerpc/powerpc64/sysdep.h: (call_mcount_parm_offset): Delete.
2922         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Correct.
2924 2017-06-13  Gordana Cmiljanovic  <gordana.cmiljanovic@imgtec.com>
2926         [BZ #21548]
2927         * sysdeps/unix/sysv/linux/mips/getcontext.S: Define MCONTEXT_SZGREG as
2928         8 and use it when copying general purpose registers.
2929         * sysdeps/unix/sysv/linux/mips/makecontext.S: Likewise.
2930         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: Include new test for
2931         mips o32.
2932         * sysdeps/unix/sysv/linux/mips/mips32/bug-getcontext-mips-gp.c: Added
2933         new test for mips o32.
2934         * sysdeps/unix/sysv/linux/mips/setcontext.S: Define MCONTEXT_SZGREG as
2935         8 and use it when copying general purpose registers.
2936         * sysdeps/unix/sysv/linux/mips/swapcontext.S: Likewise.
2938 2017-06-13  Florian Weimer  <fweimer@redhat.com>
2940         * configure.ac (find_cxx_header): Suppress compiler error message.
2942 2017-06-13  Florian Weimer  <fweimer@redhat.com>
2944         * malloc/dynarray-skeleton.c: List begin/end as defined functions.
2945         (DYNARRAY_PREFIX##begin, DYNARRAY_PREFIX##end): New functions.
2946         * malloc/tst-dynarray-shared.h (CHECK_EMPTY): Add tests for
2947         begin/end.
2948         * malloc/tst-dynarray.c (test_int): Test dynarray_int_begin,
2949         dynarray_int_end.
2950         (test_str): Test dynarray_str_begin, dynarray_str_end.
2952 2017-06-13  H.J. Lu  <hongjiu.lu@intel.com>
2954         [BZ #21573]
2955         * Makerules [$(c++-bits-std_abs-h) != ""] (before-compile): Add
2956         $(common-objpfx)bits/std_abs.h.
2957         [$(c++-bits-std_abs-h) != ""] ($(common-objpfx)bits/std_abs.h):
2958         New target.
2959         * config.make.in (c++-bits-std_abs-h): New.
2960         * configure.ac (find_cxx_header): Use "\,$1," with sed.
2961         (CXX_BITS_STD_ABS_H): New.
2962         (AC_SUBST(CXX_BITS_STD_ABS_H)): Likewise.
2963         * configure: Regenerated.
2965 2017-06-13  Zack Weinberg  <zackw@panix.com>
2967         * posix/bits/cpu-set.h: Correct indentation of preprocessor
2968         directives.
2970 2017-06-12  Zack Weinberg  <zackw@panix.com>
2972         * bits/sched.h: Remove __need_schedparam logic and replace with a
2973         normal multiple-include guard.  Change field name in struct
2974         sched_param from __sched_priority to sched_priority.  Delete
2975         everything under #ifndef __cpu_set_t_defined.
2976         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.  Also sync with
2977         kernel sched.h, adding SCHED_ISO and SCHED_DEADLINE constants.
2979         * posix/sched.h: Include bits/cpu-set.h as well as bits/sched.h.
2980         For compatibility, #define sched_priority to itself, and #define
2981         __sched_priority as sched_priority.
2982         * posix/bits/cpu-set.h: New file containing, verbatim, the code
2983         that was under #ifndef __cpu_set_t_defined in
2984         sysdeps/unix/sysv/linux/bits/sched.h.
2985         * include/bits/cpu-set.h: New wrapper.
2986         * posix/Makefile: Install bits/cpu-set.h.
2988 2017-06-12  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
2989             Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
2990             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
2992         * math/gen-libm-test.pl (@all_floats): Add ifloat128 and float128.
2993         (%all_floats_pfx): Add macro prefix for float128 (FLT128).
2994         * math/libm-test-exp10.inc (pow10_test): Do not test for _FloatN,
2995         * math/libm-test-isfinite.inc (finite_test): Likewise.
2996         * math/libm-test-lgamma.inc (gamma_test): Likewise.
2997         * math/libm-test-nexttoward.inc (nexttoward_test): Likewise.
2998         (nexttoward_test_data}: Likewise.
2999         * math/libm-test-remainder.inc (drem_test): Likewise.
3000         * math/libm-test-scalb.inc (scalb_test): Likewise.
3001         (scalb_test_data): Likewise.
3002         * math/libm-test-significand.inc (significand_test): Likewise.
3003         (significand_test_data): Likewise.
3004         * math/libm-test-support.c (check_complex): Replace __complex__
3005         FLOAT with CFLOAT to get the support for old compiler.
3006         * math/libm-test-support.h (check_complex): Likewise.
3007         * math/test-double.h (CFLOAT, TEST_FLOATN): New macros.
3008         * math/test-float.h (CFLOAT, TEST_FLOATN): Likewise.
3009         * math/test-ldouble.h (CFLOAT, TEST_FLOATN): Likewise.
3010         * math/test-float128.h: New file.
3011         * math/test-math-floatn.h: New file.
3013 2017-06-12  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
3015         * include/float.h: Allow the definition of macros prefixed with
3016         FLT128 even if _ISOMAC is defined, but provided that
3017         __STDC_WANT_IEC_60559_TYPES_EXT__ is defined as a macro.
3019 2017-06-12  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
3021         * manual/math.texi (Mathematics): Add description for _FloatN and
3022         _FloatNx types and mentions that they are not support in glibc for
3023         any architecture, so far.
3024         * manual/arith.texi (wcstof, wcstold): Replace the mention to
3025         stdlib.h with wchar.h.
3026         (Parsing of Floats): Add descriptions for strtofN and wcstofN.
3027         (Printing of Floats): Add description for strfromfN.
3029 2017-06-12  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
3030             Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
3031             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
3033         * include/gmp.h (__mpn_construct_float128): New declaration.
3034         * include/stdlib.h: Include bits/floatn.h for _Float128 tests.
3035         (__strtof128_l): New declaration.
3036         (__strtof128_nan): Likewise.
3037         (__wcstof128_nan): Likewise.
3038         (__strtof128_internal): Likewise.
3039         (____strtof128_l_internal): Likewise.
3040         * include/wchar.h: Include bits/floatn.h for _Float128 tests.
3041         (__wcstof128_l): New declaration.
3042         (__wcstof128_internal): Likewise.
3044         * stdlib/Makefile (bug-strtod2): Link libm too.
3046         * stdlib/stdlib.h (strtof128): New declaration.
3047         (strtof128_l): Likewise.
3049         * stdlib/tst-strtod-nan-locale-main.c: Updated to use
3050         tst-strtod.h macros to ensure float128 gets tested too.
3052         * stdlib/tst-strtod-round-skeleton.c (CHOOSE_f128): New macro.
3054         * stdlib/tst-strtod.h: Include bits/floatn.h for _Float128
3055         tests.
3056         (IF_FLOAT128): New macro.
3057         (GEN_TEST_STRTOD): Update to optionally include _Float128 in
3058         the tests.
3059         (STRTOD_TEST_FOREACH): Likewise.
3061         * sysdeps/ieee754/float128/Makefile: Insert new strtof128 and
3062         wcstof128 functions into libc.
3064         * sysdeps/ieee754/float128/Versions: Add exports for the above
3065         new functions.
3067         * sysdeps/ieee754/float128/mpn2float128.c: New file.
3068         * sysdeps/ieee754/float128/strtod_nan_float128.h: New file.
3069         * sysdeps/ieee754/float128/strtof128.c: New file.
3070         * sysdeps/ieee754/float128/strtof128_l.c: New file.
3071         * sysdeps/ieee754/float128/strtof128_nan.c: New file.
3072         * sysdeps/ieee754/float128/wcstof128.c: New file.
3073         * sysdeps/ieee754/float128/wcstof128_l.c: New file.
3074         * sysdeps/ieee754/float128/wcstof128_nan.c: New fike.
3075         * wcsmbs/Makefile: (CFLAGS-wcstof128.c): Append strtox-CFLAGS.
3076         (CFLAGS-wcstof128_l): Likewise.
3078         * wcsmbs/wchar.h: Include bits/floatn.h for _Float128 tests.
3079         (wcstof128): New declaration.
3080         (wcstof128_l): Likewise.
3082 2017-06-12  Joseph Myers  <joseph@codesourcery.com>
3084         [BZ #21552]
3085         * signal/signal.h (bsd_signal): Declare if [__USE_XOPEN_EXTENDED],
3086         not [__USE_XOPEN].
3087         * conform/Makefile (test-xfail-XPG4/signal.h/conform): Remove.
3089         [BZ #21550]
3090         * signal/signal.h (sigwait): Only declare if [__USE_POSIX199506].
3092 2017-06-12  H.J. Lu  <hongjiu.lu@intel.com>
3094         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3095         strcpy-sse2 and stpcpy-sse2.
3096         * sysdeps/x86_64/multiarch/ifunc-unaligned-ssse3.h: New file.
3097         * sysdeps/x86_64/multiarch/stpcpy-sse2.S: Likewise.
3098         * sysdeps/x86_64/multiarch/stpcpy.c: Likewise.
3099         * sysdeps/x86_64/multiarch/stpncpy.c: Likewise.
3100         * sysdeps/x86_64/multiarch/strcpy-sse2.S: Likewise.
3101         * sysdeps/x86_64/multiarch/strcpy.c: Likewise.
3102         * sysdeps/x86_64/multiarch/strncpy.c: Likewise.
3103         * sysdeps/x86_64/multiarch/stpcpy.S: Removed.
3104         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
3105         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
3106         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
3107         * sysdeps/x86_64/multiarch/stpncpy-c.c (weak_alias): New.
3108         (libc_hidden_def): Always defined as empty.
3109         * sysdeps/x86_64/multiarch/strncpy-c.c (libc_hidden_builtin_def):
3110         Always Defined as empty.
3112 2017-06-12  Wilco Dijkstra  <wdijkstr@arm.com>
3114         * string/string-inlines.c: Add undef of __stpcpy to fix build issue.
3116 2017-06-12  Wilco Dijkstra  <wdijkstr@arm.com>
3118         [BZ #15105]
3119         [BZ #19463]
3120         * include/string.h: Add internal redirect for __stpcpy.
3121         * string/Makefile: Remove bits/string2.h.
3122         * string/string.h: Update comment.
3123         * string/string-inlines.c: Remove bits/string2.h include and comment.
3124         * string/bits/string2.h: Remove file.
3126 2017-06-12  Wilco Dijkstra  <wdijkstr@arm.com>
3128         * sunrpc/bindrsvprt.c (bindresvport): Change __bzero to memset.
3129         * sunrpc/clnt_gen.c (clnt_create): Likewise.
3130         * sunrpc/des_impl.c (_des_crypt): Likewise.
3131         * sunrpc/key_call.c (key_gendes): Likewise.
3132         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
3133         * sunrpc/svc_simple.c (universal): Likewise.
3134         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
3135         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
3136         * sysdeps/arm/aeabi_memclr.c (__aeabi_memclr): Likewise.
3138 2017-06-10  Zack Weinberg  <zackw@panix.com>
3140         * stdlib/errno.h: Correct an outdated comment.
3142 2017-06-09  Paul A. Clarke  <pc@us.ibm.com>
3144         * sysdeps/unix/sysv/linux/powerpc/sysconf.c: New file.
3145         Add powerpc-specific overrides for L1, L2, L3 CACHE_SIZEs,
3146         CACHE_ASSOCs, and CACHE_LINESIZEs, retrieving from auxv.
3147         * sysdeps/unix/sysv/linux/powerpc/test-powerpc-linux-sysconf.c:
3148         New file.  Invoke newly supported sysconf values for powerpc,
3149         and report results.  If none are supported, report so.
3150         * sysdeps/unix/sysv/linux/powerpc/Makefile (tests):  Add new test,
3151         tst-sysconf.
3153 2017-06-09  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
3155         * include/sys/auxv.h (__getauxval): Add a prototype and its
3156         libc_hidden_proto.
3157         * misc/getauxval.c (__getauxval): Use libc_hidden_def.
3159 2017-06-09  Joseph Myers  <joseph@codesourcery.com>
3161         [BZ #21561]
3162         * posix/sys/wait.h (idtype_t): Change [__USE_XOPEN] condition to
3163         [__USE_XOPEN_EXTENDED].
3164         (id_t): Likewise.
3165         (include of <bits/types/siginfo_t.h): Likewise.
3166         (waitid): Likewise.
3167         * sysdeps/unix/sysv/linux/bits/waitflags.h (WSTOPPED): Condition
3168         on [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8].
3169         (WEXITED): Likewise.
3170         (WCONTINUED): Likewise.
3171         (WNOWAIT): Likewise.
3172         * conform/Makefile (test-xfail-XPG4/stdlib.h/conform): Remove.
3173         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
3174         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
3176         * sysdeps/unix/sysv/linux/nios2/localplt.data (__gtdf2): Mark
3177         libc.so PLT entry optional.
3178         (__gtsf2): Likewise.
3179         (__unorddf2): Likewise.
3180         (__unordsf2): Likewise.
3181         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data (_Q_fgt):
3182         New optional libc.so PLT entry.
3184         [BZ #21554]
3185         * signal/signal.h (sigpause):: Declare if [__USE_XOPEN_EXTENDED],
3186         not [__USE_XOPEN].
3188         [BZ #21560]
3189         * posix/sys/wait.h: Condition include of <signal.h> on
3190         [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8].  Include <bits/types.h>
3191         unconditionally.
3192         [!__pid_t_defined] (pid_t): Define typedef.
3194 2017-06-09  Zack Weinberg  <zackw@panix.com>
3196         * include/errno.h (__errno_location): Use __attribute_const__
3197         instead of bare __attribute__.
3199 2017-06-09  Zack Weinberg  <zackw@panix.com>
3201         * Makeconfig (dl-tunable-list.h): Generate using a stamp file.
3202         (common-generated): Add libc-modules.h and libc-modules.stmp in a
3203         more appropriate location. Also add dl-tunable-list.h and
3204         dl-tunable-list.stmp.
3206 2017-06-09  H.J. Lu  <hongjiu.lu@intel.com>
3208         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Correct comments.
3210 2017-06-09  H.J. Lu  <hongjiu.lu@intel.com>
3212         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3213         strrchr-sse2, strrchr-avx2, wcsrchr-sse2 and wcsrchr-avx2.
3214         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
3215         (__libc_ifunc_impl_list): Add tests for __strrchr_avx2,
3216         __strrchr_sse2, __wcsrchr_avx2 and __wcsrchr_sse2.
3217         * sysdeps/x86_64/multiarch/strrchr-avx2.S: New file.
3218         * sysdeps/x86_64/multiarch/strrchr-sse2.S: Likewise.
3219         * sysdeps/x86_64/multiarch/strrchr.c: Likewise.
3220         * sysdeps/x86_64/multiarch/wcsrchr-avx2.S: Likewise.
3221         * sysdeps/x86_64/multiarch/wcsrchr-sse2.S: Likewise.
3222         * sysdeps/x86_64/multiarch/wcsrchr.c: Likewise.
3224 2017-06-09  H.J. Lu  <hongjiu.lu@intel.com>
3226         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3227         memrchr-sse2 and memrchr-avx2.
3228         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
3229         (__libc_ifunc_impl_list): Add tests for __memrchr_avx2 and
3230         __memrchr_sse2.
3231         * sysdeps/x86_64/multiarch/memrchr-avx2.S: New file.
3232         * sysdeps/x86_64/multiarch/memrchr-sse2.S: Likewise.
3233         * sysdeps/x86_64/multiarch/memrchr.c: Likewise.
3235 2017-06-09  H.J. Lu  <hongjiu.lu@intel.com>
3237         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3238         strchr-sse2, strchrnul-sse2, strchr-avx2, strchrnul-avx2,
3239         wcschr-sse2 and wcschr-avx2.
3240         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
3241         (__libc_ifunc_impl_list): Add tests for __strchr_avx2,
3242         __strchrnul_avx2, __strchrnul_sse2, __wcschr_avx2 and
3243         __wcschr_sse2.
3244         * sysdeps/x86_64/multiarch/strchr-avx2.S: New file.
3245         * sysdeps/x86_64/multiarch/strchr-sse2.S: Likewise.
3246         * sysdeps/x86_64/multiarch/strchr.c: Likewise.
3247         * sysdeps/x86_64/multiarch/strchrnul-avx2.S: Likewise.
3248         * sysdeps/x86_64/multiarch/strchrnul-sse2.S: Likewise.
3249         * sysdeps/x86_64/multiarch/strchrnul.c: Likewise.
3250         * sysdeps/x86_64/multiarch/wcschr-avx2.S: Likewise.
3251         * sysdeps/x86_64/multiarch/wcschr-sse2.S: Likewise.
3252         * sysdeps/x86_64/multiarch/wcschr.c: Likewise.
3253         * sysdeps/x86_64/multiarch/strchr.S: Removed.
3255 2017-06-09  H.J. Lu  <hongjiu.lu@intel.com>
3257         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3258         strlen-sse2, strnlen-sse2, strlen-avx2, strnlen-avx2,
3259         wcslen-sse2, wcslen-avx2 and wcsnlen-avx2.
3260         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
3261         (__libc_ifunc_impl_list): Add tests for __strlen_avx2,
3262         __strlen_sse2, __strnlen_avx2, __strnlen_sse2, __wcslen_avx2,
3263         __wcslen_sse2 and __wcsnlen_avx2.
3264         * sysdeps/x86_64/multiarch/strlen-avx2.S: New file.
3265         * sysdeps/x86_64/multiarch/strlen-sse2.S: Likewise.
3266         * sysdeps/x86_64/multiarch/strlen.c: Likewise.
3267         * sysdeps/x86_64/multiarch/strnlen-avx2.S: Likewise.
3268         * sysdeps/x86_64/multiarch/strnlen-sse2.S: Likewise.
3269         * sysdeps/x86_64/multiarch/strnlen.c: Likewise.
3270         * sysdeps/x86_64/multiarch/wcslen-avx2.S: Likewise.
3271         * sysdeps/x86_64/multiarch/wcslen-sse2.S: Likewise.
3272         * sysdeps/x86_64/multiarch/wcslen.c: Likewise.
3273         * sysdeps/x86_64/multiarch/wcsnlen-avx2.S: Likewise.
3274         * sysdeps/x86_64/multiarch/wcsnlen.c (OPTIMIZE (avx2)): New.
3275         (IFUNC_SELECTOR): Return OPTIMIZE (avx2) on AVX2 machines where
3276         vzeroupper is preferred and AVX unaligned load is fast.
3278 2017-06-09  H.J. Lu  <hongjiu.lu@intel.com>
3280         * sysdeps/x86_64/memchr.S (MEMCHR): New.  Depending on if
3281         USE_AS_WMEMCHR is defined.
3282         (PCMPEQ): Likewise.
3283         (memchr): Renamed to ...
3284         (MEMCHR): This.  Support wmemchr if USE_AS_WMEMCHR is defined.
3285         Replace pcmpeqb with PCMPEQ.
3286         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3287         memchr-sse2, rawmemchr-sse2, memchr-avx2, rawmemchr-avx2,
3288         wmemchr-sse4_1, wmemchr-avx2 and wmemchr-c.
3289         * sysdeps/x86_64/multiarch/ifunc-avx2.h: New file.
3290         * sysdeps/x86_64/multiarch/memchr-avx2.S: Likewise.
3291         * sysdeps/x86_64/multiarch/memchr-sse2.S: Likewise.
3292         * sysdeps/x86_64/multiarch/memchr.c: Likewise.
3293         * sysdeps/x86_64/multiarch/rawmemchr-avx2.S: Likewise.
3294         * sysdeps/x86_64/multiarch/rawmemchr-sse2.S: Likewise.
3295         * sysdeps/x86_64/multiarch/rawmemchr.c: Likewise.
3296         * sysdeps/x86_64/multiarch/wmemchr-avx2.S: Likewise.
3297         * sysdeps/x86_64/multiarch/wmemchr-sse2.S: Likewise.
3298         * sysdeps/x86_64/multiarch/wmemchr.c: Likewise.
3299         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
3300         (__libc_ifunc_impl_list): Test __memchr_avx2, __memchr_sse2,
3301         __rawmemchr_avx2, __rawmemchr_sse2, __wmemchr_avx2 and
3302         __wmemchr_sse2.
3304 2017-06-09  Florian Weimer  <fweimer@redhat.com>
3306         * malloc/Makefile (test-srcs): Remove tst-dynarray,
3307         tst-dynarray-fail.
3309 2017-06-09  Florian Weimer  <fweimer@redhat.com>
3311         Expose TEST_VERIFY_EXIT process termination to GCC optimizers.
3312         * support/support_test_verify_impl.c
3313         (support_test_verify_exit_impl): Split from
3314         support_test_verify_impl.
3315         * support/check.h (TEST_VERIFY): Drop status argument from
3316         support_test_verify_impl call.
3317         (TEST_VERIFY_EXIT): Call support_test_verify_exit_impl.
3318         (support_test_verify_impl): Remove status argument.
3319         (support_test_verify_exit_impl): Declare.
3321 2017-06-09  Siddhesh Poyarekar  <siddhesh@sourceware.org>
3323         * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h: Remove
3324         mention of magic numbers in comments.
3325         (_dl_procinfo): Fix undefined behavior
3327 2017-06-08  Joseph Myers  <joseph@codesourcery.com>
3329         * conform/data/sys/wait.h-data (WIFCONTINUED): Do not expect for
3330         [XPG4].
3331         (WEXITED): Likewise.
3332         (WSTOPPED): Likewise.
3333         (WCONTINUED): Likewise.
3334         (WNOHANG): Likewise.
3335         (WNOWAIT): Likewise.
3336         (idtype_t): Likewise.
3337         (P_ALL): Likewise.
3338         (P_PID): Likewise.
3339         (P_PGID): Likewise.
3340         (id_t): Likewise.
3341         (siginfo_t): Likewise.
3342         (wait3): Likewise.
3343         (waitid): Likewise.
3344         (signal.h): Do not allow header for [XPG4].
3345         (sys/resource.h): Likewise.
3346         (si_*): Do not allow for [XPG4].
3347         (W*): Likewise.
3348         (P_*): Likewise.
3349         (BUS_): Likewise.
3350         (CLD_): Likewise.
3351         (FPE_): Likewise.
3352         (ILL_): Likewise.
3353         (POLL_): Likewise.
3354         (SEGV_): Likewise.
3355         (SI_): Likewise.
3356         (TRAP_): Likewise.
3357         * conform/Makefile (test-xfail-XPG4/stdlib.h/conform): New
3358         variable.
3360 2017-06-08  H.J. Lu  <hongjiu.lu@intel.com>
3362         [BZ #21528]
3363         * elf/dl-minimal.c (__strtoul_internal): Removed.
3364         (strtoul): Likewise.
3365         * elf/dl-misc.c (_dl_strtoul): New function.
3366         * elf/dl-tunables.c (tunables_strtoul): Removed.
3367         (tunable_initialize): Replace tunables_strtoul with _dl_strtoul.
3368         * elf/rtld.c (process_envvars): Likewise.
3369         * sysdeps/unix/sysv/linux/dl-librecon.h (_dl_osversion_init):
3370         Likewise.
3371         * sysdeps/generic/ldsodefs.h (_dl_strtoul): New prototype.
3373 2017-06-08  Zack Weinberg  <zackw@panix.com>
3375         * libio/bits/types/FILE.h, libio/bits/types/__FILE.h
3376         * wcsmbs/bits/types/mbstate_t.h, wcsmbs/bits/types/__mbstate_t.h
3377         * wcsmbs/bits/types/wint_t.h: New single-type definition files.
3378         * wctype/bits/wctype-wchar.h: New file holding declarations shared
3379         between wctype.h and wchar.h.
3381         * libio/Makefile, wcsmbs/Makefile, wctype/Makefile:
3382         Install them.
3384         * include/bits/types/FILE.h, include/bits/types/__FILE.h
3385         * include/bits/types/mbstate_t.h, include/bits/types/__mbstate_t.h
3386         * include/bits/types/wint_t.h, include/bits/wcsmbs-wchar.h:
3387         New wrappers.
3388         * include/stdio.h, include/wchar.h, include/wctype.h:
3389         No need to handle __need macros.
3391         * grp/grp.h, gshadow/gshadow.h, hurd/hurd.h, iconv/gconv.h
3392         * libio/stdio.h, mach/mach.h, misc/mntent.h, pwd/pwd.h
3393         * shadow/shadow.h, stdio-common/printf.h, wcsmbs/uchar.h
3394         * wcsmbs/wchar.h, wctype/wctype.h
3395         * sysdeps/generic/_G_config.h, sysdeps/unix/sysv/linux/_G_config.h
3396         Use the new files instead of __need macros.
3398 2017-06-08  H.J. Lu  <hongjiu.lu@intel.com>
3400         * string/test-memrchr.c (test_main): Add tests for len == 0
3401         and tests for positions close to the beginning, which are
3402         equivalent to positions close to the end for memchr.
3404 2017-06-07  H.J. Lu  <hongjiu.lu@intel.com>
3406         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update
3407         comments.
3408         * sysdeps/x86_64/multiarch/wmemset.c: Include ifunc-wmemset.h
3409         instead of wmemset.h.
3410         * sysdeps/x86_64/multiarch/wmemset_chk.c: Likewise.
3411         * sysdeps/x86_64/multiarch/wmemset.h: Renamed to ...
3412         * sysdeps/x86_64/multiarch/ifunc-wmemset.h: This.
3414 2017-06-07  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
3416         * stdio-common/printf-parsemb.c (__parse_one_specmb): Initialize
3417         spec->info.is_binary128 to zero.
3418         * stdio-common/printf.h (printf_info): Add new member is_binary128
3419         to indicate that the number being converted to string is compatible
3420         with the IEC 60559 binary128 format.
3421         * stdio-common/printf_fp.c (__printf_fp_l): Add code to deal with
3422         _Float128 numbers.
3423         * stdio-common/printf_fphex.c: Include ieee754_float128.h and
3424         ldbl-128/printf_fphex_macros.h
3425         (__printf_fphex): Add code to deal with _Float128 numbers.
3426         * stdio-common/printf_size.c (__printf_size): Likewise.
3427         * stdio-common/vfprintf.c (process_arg): Initialize member
3428         info.is_binary128 to zero.
3429         * stdlib/fpioconst.h (FLT128_MAX_10_EXP_LOG): New macro.
3430         * stdlib/stdlib.h: Include bits/floatn.h for _Float128 support.
3431         (strfromf128): New declaration.
3432         * stdlib/strfrom-skeleton.c (STRFROM): Set member info.is_binary128
3433         to one.
3434         * sysdeps/ieee754/float128/Makefile: Add strfromf128.
3435         * sysdeps/ieee754/float128/Versions: Likewise.
3436         * sysdeps/ieee754/float128/strfromf128.c: New file.
3438 2017-06-07  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
3440         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Include
3441         ldbl-128/printf_fphex_macros.h for the definition of PRINT_FPHEX.
3442         (PRINT_FPHEX_LONG_DOUBLE): Define based on PRINT_FPHEX.
3443         * sysdeps/ieee754/ldbl-128/printf_fphex_macros.h
3444         (PRINT_FPHEX): New function-like macro that can be used for long
3445         double, as well as for _Float128
3447 2017-06-07  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
3449         * stdio-common/printf_fp.c (PRINTF_FP_FETCH): New macro.
3450         (__printf_fp_l): Use the new macro to avoid duplicating code.
3451         * stdio-common/printf_fphex.c (PRINTF_FPHEX_FETCH): New macro.
3452         (__printf_fphex): Use the new macro to avoid duplicating code.
3453         * stdio-common/printf_size.c (PRINTF_SIZE_FETCH): New macro.
3454         (__printf_size): Use the new macro to avoid duplicating code.
3456 2017-06-07  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
3458         * include/gmp.h: Include bits/floatn.h
3459         (__mpn_extract_float128): Declare when __HAVE_DISTINCT_FLOAT128 is 1.
3460         * stdlib/gmp-impl.h: Also check if alloca is not defined before
3461         including stack-alloc.h.  It could have been defined by other header
3462         which not necessarily defines HAVE_ALLOCA.
3463         * sysdeps/ieee754/float128/Makefile: New file.
3464         * sysdeps/ieee754/float128/float1282mpn.c: New file.
3465         * sysdeps/ieee754/float128/float128_private.h: Include gmp.h before
3466         redefining __mpn_extract_long_double to __mpn_extract_float128, then
3467         redefine __mpn_extract_long_double to __mpn_extract_float128.
3468         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Replace long double with
3469         _Float128 to allow float128_private.h overrides.
3471 2017-06-07  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
3473         * stdlib/fpioconst.h: Include bits/floatn.h.
3474         (FPIOCONST_HAVE_EXTENDED_RANGE): New macro for testing how big the
3475         power of ten table should be.
3476         (FPIOCONST_POW10_ARRAY_SIZE): Use larger table if above is true.
3477         * stdlib/fpioconst.c (__tens): Use FPIOCONST_HAVE_EXTENDED_RANGE
3478         to include larger tables when _Float128 support is enabled.
3479         (_fpioconst_pow10): Likewise.
3481 2017-06-07  Joseph Myers  <joseph@codesourcery.com>
3483         * include/bits/types/clock_t.h: Use #include <path> instead of
3484         #include "../../path".
3485         * include/bits/types/clockid_t.h: Likewise.
3486         * include/bits/types/struct_iovec.h: Likewise.
3487         * include/bits/types/struct_itimerspec.h: Likewise.
3488         * include/bits/types/struct_osockaddr.h: Likewise.
3489         * include/bits/types/struct_sigstack.h: Likewise.
3490         * include/bits/types/struct_timespec.h: Likewise.
3491         * include/bits/types/struct_timeval.h: Likewise.
3492         * include/bits/types/struct_tm.h: Likewise.
3493         * include/bits/types/time_t.h: Likewise.
3494         * include/bits/types/timer_t.h: Likewise.
3496         [BZ #14096]
3497         * timezone/Makefile ($(objpfx)tst-timezone.out): Depend on
3498         America/New_York.
3500 2017-06-07  H.J. Lu  <hongjiu.lu@intel.com>
3502         * sysdeps/x86_64/multiarch/ifunc-sse4_1.h: Removed and folded
3503         into ...
3504         * sysdeps/x86_64/multiarch/wcsnlen.c: Here.  Don't include
3505         ifunc-sse4_1.h.
3507 2017-06-07  Arjun Shankar  <arjun.is@lostca.se>
3509         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal):
3510         Remove check for NULL 'buf'.
3511         * login/tst-ptsname.c (do_test): Remove test with NULL 'buf'.
3513 2017-06-07  Arjun Shankar  <arjun.is@lostca.se>
3515         * sysdeps/unix/sysv/linux/tst-clone2.c: Do not
3516         include test-skeleton.c.
3517         Include support/check.h and support/test-driver.c.
3519 2017-06-07  Siddhesh Poyarekar  <siddhesh@sourceware.org>
3521         * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c
3522         (_dl_aarch64_cap_flags): New array.
3523         * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
3524         (_dl_hwcap_string, _dl_string_hwcap, _dl_procinfo): Implement
3525         functions.
3527         * elf/dl-hwcaps.h [HAVE_TUNABLES]: Always read hwcap_mask.
3528         * sysdeps/sparc/sparc32/dl-machine.h [HAVE_TUNABLES]:
3529         Likewise.
3530         * sysdeps/x86/cpu-features.c (init_cpu_features): Always set
3531         up hwcap and hwcap_mask.
3533         * sysdeps/unix/sysv/linux/aarch64/cpu-features.c
3534         (init_cpu_features): Use glibc.tune.hwcap_mask.
3535         * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h: New file.
3537         * elf/dl-hwcaps.h: New file.
3538         * elf/dl-hwcaps.c: Include it.
3539         (_dl_important_hwcaps)[HAVE_TUNABLES]: Read and update
3540         glibc.tune.hwcap_mask.
3541         * elf/dl-cache.c: Include dl-hwcaps.h.
3542         (_dl_load_cache_lookup)[HAVE_TUNABLES]: Read
3543         glibc.tune.hwcap_mask.
3544         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3545         * elf/dl-support.c (_dl_hwcap2)[HAVE_TUNABLES]: Drop
3546         _dl_hwcap_mask.
3547         * elf/rtld.c (rtld_global_ro)[HAVE_TUNABLES]: Drop
3548         _dl_hwcap_mask.
3549         (process_envvars)[HAVE_TUNABLES]: Likewise.
3550         * sysdeps/generic/ldsodefs.h (rtld_global_ro)[HAVE_TUNABLES]:
3551         Likewise.
3552         * sysdeps/x86/cpu-features.c (init_cpu_features): Don't
3553         initialize dl_hwcap_mask when tunables are enabled.
3555         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Add include
3556         guard.
3557         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
3559         * elf/dl-tunables.list: Add glibc.tune.hwcap_mask.
3560         * scripts/gen-tunables.awk: Include dl-procinfo.h.
3561         * manual/tunables.texi: Document glibc.tune.hwcap_mask.
3563         * elf/Versions (__tunable_set_val): Rename to __tunable_get_val.
3564         * elf/dl-tunables.c: Likewise.
3565         (do_tunable_update_val): New function.
3566         (__tunable_set_val): New function.
3567         (__tunable_get_val): Call CB only if the tunable was externally
3568         initialized.
3569         (tunables_strtoul): Replace strval with initialized.
3570         * elf/dl-tunables.h (strval): Replace with a bool initialized.
3571         (TUNABLE_ENUM_NAME, TUNABLE_ENUM_NAME1): Adjust names to
3572         prevent collision.
3573         (__tunable_set_val): New function.
3574         (TUNABLE_GET, TUNABLE_GET_FULL): New macros.
3575         (TUNABLE_SET, TUNABLE_SET_FULL): Likewise.
3576         (TUNABLE_SET_VAL): Remove.
3577         (TUNABLE_SET_VAL_WITH_CALLBACK): Likewise.
3578         * README.tunables: Document the new macros.
3579         * malloc/arena.c (ptmalloc_init): Adjust.
3581 2017-06-06  H.J. Lu  <hongjiu.lu@intel.com>
3583         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3584         wcsnlen-sse4_1 and wcsnlen-c.
3585         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
3586         (__libc_ifunc_impl_list): Test __wcsnlen_sse4_1 and
3587         __wcsnlen_sse2.
3588         * sysdeps/x86_64/multiarch/ifunc-sse4_1.h: New file.
3589         * sysdeps/x86_64/multiarch/wcsnlen-c.c: Likewise.
3590         * sysdeps/x86_64/multiarch/wcsnlen-sse4_1.S: Likewise.
3591         * sysdeps/x86_64/multiarch/wcsnlen.c: Likewise.
3592         * sysdeps/x86_64/wcsnlen.S: Removed.
3594 2017-06-06  Stefan Liebler  <stli@linux.vnet.ibm.com>
3596         * sysdeps/s390/nptl/pthread_spin_init.c: Delete File.
3597         * sysdeps/s390/nptl/pthread_spin_lock.c: Likewise.
3598         * sysdeps/s390/nptl/pthread_spin_trylock.c: Likewise.
3599         * sysdeps/s390/nptl/pthread_spin_unlock.c: Likewise.
3601 2017-06-06  Stefan Liebler  <stli@linux.vnet.ibm.com>
3603         * NEWS: Mention new spinlock implementation.
3604         * include/atomic.h:
3605         (__atomic_val_bysize): Cast type to omit volatile qualifier.
3606         (atomic_exchange_acq): Likewise.
3607         (atomic_load_relaxed): Likewise.
3608         (ATOMIC_EXCHANGE_USES_CAS): Check definition.
3609         * nptl/pthread_spin_init.c (pthread_spin_init):
3610         Use atomic_store_relaxed.
3611         * nptl/pthread_spin_lock.c (pthread_spin_lock):
3612         Use C11-like atomic macros.
3613         * nptl/pthread_spin_trylock.c (pthread_spin_trylock):
3614         Likewise.
3615         * nptl/pthread_spin_unlock.c (pthread_spin_unlock):
3616         Use atomic_store_release.
3617         * sysdeps/aarch64/nptl/pthread_spin_lock.c: Delete File.
3618         * sysdeps/arm/nptl/pthread_spin_lock.c: Likewise.
3619         * sysdeps/hppa/nptl/pthread_spin_lock.c: Likewise.
3620         * sysdeps/m68k/nptl/pthread_spin_lock.c: Likewise.
3621         * sysdeps/microblaze/nptl/pthread_spin_lock.c: Likewise.
3622         * sysdeps/mips/nptl/pthread_spin_lock.c: Likewise.
3623         * sysdeps/nios2/nptl/pthread_spin_lock.c: Likewise.
3624         * sysdeps/aarch64/atomic-machine.h (ATOMIC_EXCHANGE_USES_CAS): Define.
3625         * sysdeps/alpha/atomic-machine.h: Likewise.
3626         * sysdeps/arm/atomic-machine.h: Likewise.
3627         * sysdeps/i386/atomic-machine.h: Likewise.
3628         * sysdeps/ia64/atomic-machine.h: Likewise.
3629         * sysdeps/m68k/coldfire/atomic-machine.h: Likewise.
3630         * sysdeps/m68k/m680x0/m68020/atomic-machine.h: Likewise.
3631         * sysdeps/microblaze/atomic-machine.h: Likewise.
3632         * sysdeps/mips/atomic-machine.h: Likewise.
3633         * sysdeps/powerpc/powerpc32/atomic-machine.h: Likewise.
3634         * sysdeps/powerpc/powerpc64/atomic-machine.h: Likewise.
3635         * sysdeps/s390/atomic-machine.h: Likewise.
3636         * sysdeps/sparc/sparc32/atomic-machine.h: Likewise.
3637         * sysdeps/sparc/sparc32/sparcv9/atomic-machine.h: Likewise.
3638         * sysdeps/sparc/sparc64/atomic-machine.h: Likewise.
3639         * sysdeps/tile/tilegx/atomic-machine.h: Likewise.
3640         * sysdeps/tile/tilepro/atomic-machine.h: Likewise.
3641         * sysdeps/unix/sysv/linux/hppa/atomic-machine.h: Likewise.
3642         * sysdeps/unix/sysv/linux/m68k/coldfire/atomic-machine.h: Likewise.
3643         * sysdeps/unix/sysv/linux/nios2/atomic-machine.h: Likewise.
3644         * sysdeps/unix/sysv/linux/sh/atomic-machine.h: Likewise.
3645         * sysdeps/x86_64/atomic-machine.h: Likewise.
3647 2017-06-05  H.J. Lu  <hongjiu.lu@intel.com>
3649         * sysdeps/x86/cacheinfo.c (intel_check_word): Accept cpu_features
3650         and use it instead of dl_x86_cpu_features.
3651         (handle_intel): Replace maxidx with cpu_features.  Pass
3652         cpu_features to intel_check_word.
3653         (__cache_sysconf): Pass cpu_features to handle_intel.
3654         (init_cacheinfo): Likewise.  Use cpu_features instead of
3655         dl_x86_cpu_features.
3657 2017-06-05  H.J. Lu  <hongjiu.lu@intel.com>
3659         * sysdeps/x86/cpu-features.h (index_cpu_MOVBE): New.
3660         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3661         memcmp-avx2 and wmemcmp-avx2.
3662         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
3663         (__libc_ifunc_impl_list): Test __memcmp_avx2 and __wmemcmp_avx2.
3664         * sysdeps/x86_64/multiarch/memcmp-avx2.S: New file.
3665         * sysdeps/x86_64/multiarch/wmemcmp-avx2.S: Likewise.
3666         * sysdeps/x86_64/multiarch/memcmp.S: Use __memcmp_avx2 on AVX
3667         2 machines if AVX unaligned load is fast and vzeroupper is
3668         preferred.
3669         * sysdeps/x86_64/multiarch/wmemcmp.S: Use __wmemcmp_avx2 on AVX
3670         2 machines if AVX unaligned load is fast and vzeroupper is
3671         preferred.
3673 2017-06-05  H.J. Lu  <hongjiu.lu@intel.com>
3675         * include/wchar.h (__wmemset_chk): New.
3676         * sysdeps/x86_64/memset.S (VDUP_TO_VEC0_AND_SET_RETURN): Renamed
3677         to MEMSET_VDUP_TO_VEC0_AND_SET_RETURN.
3678         (WMEMSET_VDUP_TO_VEC0_AND_SET_RETURN): New.
3679         (WMEMSET_CHK_SYMBOL): Likewise.
3680         (WMEMSET_SYMBOL): Likewise.
3681         (__wmemset): Add hidden definition.
3682         (wmemset): Add weak hidden definition.
3683         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3684         wmemset_chk-nonshared.
3685         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
3686         (__libc_ifunc_impl_list): Add __wmemset_sse2_unaligned,
3687         __wmemset_avx2_unaligned, __wmemset_avx512_unaligned,
3688         __wmemset_chk_sse2_unaligned, __wmemset_chk_avx2_unaligned
3689         and __wmemset_chk_avx512_unaligned.
3690         * sysdeps/x86_64/multiarch/memset-avx2-unaligned-erms.S
3691         (VDUP_TO_VEC0_AND_SET_RETURN): Renamed to ...
3692         (MEMSET_VDUP_TO_VEC0_AND_SET_RETURN): This.
3693         (WMEMSET_VDUP_TO_VEC0_AND_SET_RETURN): New.
3694         (WMEMSET_SYMBOL): Likewise.
3695         * sysdeps/x86_64/multiarch/memset-avx512-unaligned-erms.S
3696         (VDUP_TO_VEC0_AND_SET_RETURN): Renamed to ...
3697         (MEMSET_VDUP_TO_VEC0_AND_SET_RETURN): This.
3698         (WMEMSET_VDUP_TO_VEC0_AND_SET_RETURN): New.
3699         (WMEMSET_SYMBOL): Likewise.
3700         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S: Updated.
3701         (WMEMSET_CHK_SYMBOL): New.
3702         (WMEMSET_CHK_SYMBOL (__wmemset_chk, unaligned)): Likewise.
3703         (WMEMSET_SYMBOL (__wmemset, unaligned)): Likewise.
3704         * sysdeps/x86_64/multiarch/memset.S (WMEMSET_SYMBOL): New.
3705         (libc_hidden_builtin_def): Also define __GI_wmemset and
3706         __GI___wmemset.
3707         (weak_alias): New.
3708         * sysdeps/x86_64/multiarch/wmemset.c: New file.
3709         * sysdeps/x86_64/multiarch/wmemset.h: Likewise.
3710         * sysdeps/x86_64/multiarch/wmemset_chk-nonshared.S: Likewise.
3711         * sysdeps/x86_64/multiarch/wmemset_chk.c: Likewise.
3712         * sysdeps/x86_64/wmemset.c: Likewise.
3713         * sysdeps/x86_64/wmemset_chk.c: Likewise.
3715 2017-06-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3716             H.J. Lu  <hongjiu.lu@intel.com>
3718         * sysdeps/x86/init-arch.h (PASTER1): New.
3719         (EVALUATOR1): Likewise.
3720         (PASTER2): Likewise.
3721         (EVALUATOR2): Likewise.
3722         (REDIRECT_NAME): Likewise.
3723         (OPTIMIZE): Likewise.
3724         (IFUNC_SELECTOR): Likewise.
3726 2017-06-05  H.J. Lu  <hongjiu.lu@intel.com>
3728         * sysdeps/x86_64/strlen.S (PMINU): New.
3729         (PCMPEQ): Likewise.
3730         (SHIFT_RETURN): Likewise.
3731         (FIND_ZERO): Replace pcmpeqb with PCMPEQ.
3732         (strlen): Add SHIFT_RETURN before ret.  Replace pcmpeqb and
3733         pminub with PCMPEQ and PMINU.
3734         * sysdeps/x86_64/wcsnlen.S: New file.
3736 2017-06-05  H.J. Lu  <hongjiu.lu@intel.com>
3738         * sysdeps/x86_64/memrchr.S (__memrchr): Use 32-bit registers for
3739         the lower 32 bits.  Remove redundant instructions.
3741 2017-06-05  H.J. Lu  <hongjiu.lu@intel.com>
3743         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (LO_HI_LONG): Pass
3744         0 as the high part of offset.
3745         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h (LO_HI_LONG): New.
3747 2017-06-05  Joseph Myers  <joseph@codesourcery.com>
3749         [BZ #21538]
3750         * bits/signum.h (SIG_HOLD): Define if [__USE_XOPEN], not
3751         [__USE_UNIX98].
3752         * sysdeps/unix/bsd/bits/signum.h (SIG_HOLD): Likewise.
3753         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (SIG_HOLD):
3754         Likewise.
3755         * sysdeps/unix/sysv/linux/bits/signum.h (SIG_HOLD): Likewise.
3756         * sysdeps/unix/sysv/linux/hppa/bits/signum.h (SIG_HOLD): Likewise.
3757         * sysdeps/unix/sysv/linux/mips/bits/signum.h (SIG_HOLD): Likewise.
3758         * sysdeps/unix/sysv/linux/sparc/bits/signum.h (SIG_HOLD):
3759         Likewise.
3761         [BZ #21517]
3762         * bits/types/stack_t.h (stack_t): Remove struct tag.
3763         * sysdeps/unix/sysv/linux/bits/types/stack_t.h (stack_t):
3764         Likewise.
3765         * sysdeps/unix/sysv/linux/mips/bits/types/stack_t.h (stack_t):
3766         Likewise.
3767         * debug/segfault.c (install_handler): Use stack_t instead of
3768         struct sigaltstack.
3769         * hurd/hurd/signal.h (struct hurd_sigstate): Likewise.
3770         * hurd/trampoline.c (_hurd_setup_sighandler): Likewise.
3771         * include/signal.h (__sigaltstack): Likwise.
3772         * signal/sigaltstack.c (__sigaltstack): Likewise.
3773         * signal/signal.h (sigaltstack): Likewise.
3774         * sysdeps/mach/hurd/i386/signal-defines.sym
3775         (SIGALTSTACK__SS_SP__OFFSET): Likewise.
3776         (SIGALTSTACK__SS_SIZE__OFFSET): Likewise.
3777         (SIGALTSTACK__SS_FLAGS__OFFSET): Likewise.
3778         * sysdeps/mach/hurd/sigaltstack.c (__sigaltstack): Likewise.
3779         * sysdeps/mach/hurd/sigstack.c (sigstack): Likewise.
3780         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h (struct
3781         elf_prstatus): Likewise.
3782         * sysdeps/unix/sysv/linux/hppa/____longjmp_chk.c (CHECK_SP):
3783         Likewise.
3784         * sysdeps/unix/sysv/linux/ia64/sys/procfs.h (struct elf_prstatus):
3785         Likewise.
3786         * sysdeps/unix/sysv/linux/m68k/____longjmp_chk.c (CHECK_SP):
3787         Likewise.
3788         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (struct
3789         elf_prstatus): Likewise.
3790         * sysdeps/unix/sysv/linux/sh/sys/procfs.h (struct elf_prstatus):
3791         Likewise.
3792         * sysdeps/unix/sysv/linux/sys/procfs.h (struct elf_prstatus):
3793         Likewise.
3795 2017-06-04  Zack Weinberg  <zackw@panix.com>
3797         * sysdeps/gnu/errlist.c: Regenerate.
3799 2017-06-04  H.J. Lu  <hongjiu.lu@intel.com>
3801         * benchtests/bench-memchr.c (do_test): Print out both length
3802         and position.
3803         (test_main): Also test the position close to the beginning for
3804         memrchr.
3806 2017-06-04  Zack Weinberg  <zackw@panix.com>
3808         * nis/nis_add.c, nis/nis_addmember.c, nis/nis_call.c
3809         * nis/nis_checkpoint.c, nis/nis_clone_dir.c, nis/nis_clone_obj.c
3810         * nis/nis_clone_res.c, nis/nis_creategroup.c, nis/nis_defaults.c
3811         * nis/nis_destroygroup.c, nis/nis_domain_of.c
3812         * nis/nis_domain_of_r.c, nis/nis_error.c, nis/nis_file.c
3813         * nis/nis_free.c, nis/nis_getservlist.c, nis/nis_ismember.c
3814         * nis/nis_local_names.c, nis/nis_lookup.c, nis/nis_mkdir.c
3815         * nis/nis_modify.c, nis/nis_ping.c, nis/nis_print.c
3816         * nis/nis_print_group_entry.c, nis/nis_remove.c
3817         * nis/nis_removemember.c, nis/nis_rmdir.c, nis/nis_server.c
3818         * nis/nis_subr.c, nis/nis_table.c, nis/nis_util.c
3819         * nis/nis_verifygroup.c, nis/nis_xdr.c, nis/yp_xdr.c
3820         * nis/ypclnt.c, nis/ypupdate_xdr.c, sunrpc/auth_des.c
3821         * sunrpc/auth_none.c, sunrpc/auth_unix.c, sunrpc/authdes_prot.c
3822         * sunrpc/authuxprot.c, sunrpc/clnt_gen.c, sunrpc/clnt_perr.c
3823         * sunrpc/clnt_raw.c, sunrpc/clnt_simp.c, sunrpc/clnt_tcp.c
3824         * sunrpc/clnt_udp.c, sunrpc/clnt_unix.c, sunrpc/des_crypt.c
3825         * sunrpc/des_soft.c, sunrpc/get_myaddr.c, sunrpc/key_call.c
3826         * sunrpc/key_prot.c, sunrpc/netname.c, sunrpc/pm_getmaps.c
3827         * sunrpc/pm_getport.c, sunrpc/pmap_clnt.c, sunrpc/pmap_prot.c
3828         * sunrpc/pmap_prot2.c, sunrpc/pmap_rmt.c, sunrpc/publickey.c
3829         * sunrpc/rpc_cmsg.c, sunrpc/rpc_dtable.c, sunrpc/rpc_prot.c
3830         * sunrpc/rpc_thread.c, sunrpc/rtime.c, sunrpc/svc.c
3831         * sunrpc/svc_auth.c, sunrpc/svc_raw.c, sunrpc/svc_run.c
3832         * sunrpc/svc_tcp.c, sunrpc/svc_udp.c, sunrpc/svc_unix.c
3833         * sunrpc/svcauth_des.c, sunrpc/xdr.c, sunrpc/xdr_array.c
3834         * sunrpc/xdr_float.c, sunrpc/xdr_intXX_t.c, sunrpc/xdr_mem.c
3835         * sunrpc/xdr_rec.c, sunrpc/xdr_ref.c, sunrpc/xdr_sizeof.c
3836         * sunrpc/xdr_stdio.c: Include shlib-compat.h.
3838         * sunrpc/des_crypt.c, sunrpc/des_soft.c: No need to include
3839         abi-versions.h as well as shlib-compat.h.
3840         * sunrpc/get_myaddr.c: Remove obsolete comment.
3841         * sunrpc/pmap_rmt.c: Remove obsolete comment and #undef.
3842         * sunrpc/rpc_thread.c: Include libc-lock.h only once.
3843         * resolv/res_libc.c: Include shlib-compat.h only once.
3845 2017-06-03  Florian Weimer  <fweimer@redhat.com>
3847         * sysdeps/posix/getaddrinfo.c (gaih_inet): Call __strdup instead
3848         of strdup.
3850 2017-06-02  H.J. Lu  <hongjiu.lu@intel.com>
3852         * sysdeps/x86/cacheinfo.c (__x86_shared_non_temporal_threshold):
3853         Set to the 3/4 of the total shared cache size.
3855 2017-06-02  Rical Jasan  <ricaljasan@pacific.net>
3857         * manual/errno.texi: Remove redundant error strings.
3858         * manual/macros.texi (@errno): Render the error string in every
3859         description.
3861 2017-06-02  Joseph Myers  <joseph@codesourcery.com>
3863         [BZ #21543]
3864         * signal/signal.h: Only include <bits/types/sigevent_t.h> and
3865         <bits/sigevent-consts.h> if [__USE_POSIX199309], not if
3866         [__USE_XOPEN_EXTENDED].
3868 2017-06-02  Florian Weimer  <fweimer@redhat.com>
3870         * sysdeps/posix/getaddrinfo.c (gethosts): Eliminate another
3871         strdupa.
3872         (getcanonname): Use __strdup instead of strdup.
3874 2017-06-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3876         * misc/Makefile (CFLAGS-preadv2.c): New rule.
3877         (CFLAGS-preadv64v2.c): Likewise.
3878         (CFLAGS-pwritev2.c): Likewise.
3879         (CFLAGS-pwritev64v2.c): Likewise.
3881 2017-06-02  Florian Weimer  <fweimer@redhat.com>
3883         Test res_init with several configuration files.
3884         * resolv/Makefile [build-shared] (tests-internal): Add
3885         tst-resolv-res_init, tst-resolv-res_init-thread.
3886         (tst-resolv-res_init): Link against libdl, libresolv.
3887         (tst-resolv-res_init-thread): Link against libdl, libresolv,
3888         libpthread.
3889         * resolv/tst-resolv-res_init.c: New file.
3890         * resolv/tst-resolv-res_init-skeleton.c: Likewise.
3891         * resolv/tst-resolv-res_init-thread.c: Likewise.
3892         * support/Makefile (libsupport-routines): Add support-xstat,
3893         support_can_chroot, support_capture_subprocess_check,
3894         support_isolate_in_subprocess, support_shared_allocate,
3895         support_write_file_string, xchroot, xmkdir, xopen.
3896         * support/capture_subprocess.h (enum support_capture_allow): Define.
3897         (support_capture_subprocess_check): Declare.
3898         * support/namespace.h (support_can_chroot)
3899         (support_isolate_in_subprocess): Declare.
3900         * support/support-xstat.c: New file.
3901         * support/support.h (support_shared_allocate, support_shared_free)
3902         (support_write_file_string): Declare.
3903         * support/support_can_chroot.c: New file.
3904         * support/support_capture_subprocess_check.c: Likewise.
3905         * support/support_isolate_in_subprocess.c: Likewise.
3906         * support/support_shared_allocate.c: Likewise.
3907         * support/support_write_file_string.c: Likewise.
3908         * support/xchroot.c: Likwise.
3909         * support/xmkdir.c: Likwise.
3910         * support/xopen.c: Likwise.
3911         * support/xunistd.h (xopen, xstat, xmkdir, xchroot): Declare.
3913 2017-06-02  Florian Weimer  <fweimer@redhat.com>
3915         * sysdeps/posix/getaddrinfo.c (getcanonname): New function.
3916         (gaih_inet): Remove malloc_canonbuf variable.  Call getcanonname.
3918 2017-06-02  Florian Weimer  <fweimer@redhat.com>
3920         * malloc/Makefile (routines): Add dynarray_at_failure,
3921         dynarray_emplace_enlarge, dynarray_finalize.
3922         (tests-internal): Add tst-dynarray, tst-dynarray-fail,
3923         tst-dynarray-at-fail.
3924         (tests-srcs): Add tst-dynarray, tst-dynarray-fail.
3925         (tests-special): Add tst-dynarray-mem.out,
3926         tst-dynarray-mem-fail.out.
3927         (tst-dynarray-ENV, tst-dynarray-fail-ENV): Set.
3928         (tst-dynarray-mem.out, tst-dynarray-fail-mem.out): Generate using
3929         mtrace.
3930         * malloc/Versions (__libc_dynarray_at_failure)
3931         (__libc_dynarray_emplace_enlarge, __libc_dynarray_finalize)
3932         (__libc_dynarray_resize, __libc_dynarray_resize_clear): Export as
3933         GLIBC_PRIVATE.
3934         * malloc/dynarray.h: New file.
3935         * malloc/dynarray-skeleton.c: Likewise.
3936         * malloc/dynarray_at_failure.c: Likewise.
3937         * malloc/dynarray_emplace_enlarge.c: Likewise.
3938         * malloc/dynarray_finalize.c: Likewise.
3939         * malloc/dynarray_resize.c: Likewise.
3940         * malloc/dynarray_resize_clear.c: Likewise.
3941         * malloc/tst-dynarray.c: Likewise.
3942         * malloc/tst-dynarray-fail.c: Likewise.
3943         * malloc/tst-dynarray-at-fail.c: Likewise.
3944         * malloc/tst-dynarray-shared.h: Likewise.
3945         * support/Makefile (libsupport-routines): Add
3946         support_capture_subprocess, xdup2, xpipe.
3947         (tests): Add tst-support_capture_subprocess.
3948         * support/capture_subprocess.h: New file.
3949         * support/support_capture_subprocess.c: Likewise.
3950         * support/tst-support_capture_subprocess.c: Likewise.
3951         * support/xdup2.c: Likewise.
3952         * support/xpipe.c: Likewise.
3953         * support/xunistd.h (xdup2, xpipe): Declare.
3955 2017-06-01  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
3957         * stdlib/gmp-impl.h: Include sys/param.h instead of redefining the
3958         macros MAX and MIN.
3960 2017-06-01  Joseph Myers  <joseph@codesourcery.com>
3962         * conform/data/signal.h-data (sa_sigaction): Do not expect for
3963         [XPG4].
3964         (SA_SIGINFO): Likewise.
3965         (SA_ONSTACK): Likewise.
3966         (SA_RESETHAND): Likewise.
3967         (SA_RESTART): Likewise.
3968         (SA_NOCLDWAIT): Likewise.
3969         (SA_NODEFER): Likewise.
3970         (SS_ONSTACK): Likewise.
3971         (SS_DISABLE): Likewise.
3972         (MINSIGSTKSZ): Likewise.
3973         (SIGSTKSZ): Likewise.
3974         (ucontext_t): Likewise.
3975         (stack_t): Likewise.
3976         (struct sigstack): Likewise.
3977         (SI_USER): Do not expect for [XPG4 || XPG42].
3978         (SI_QUEUE): Likewise.
3979         (SI_TIMER): Likewise.
3980         (SI_ASYNCIO): Likewise.
3981         (SI_MESGQ): Likewise.
3982         (bsd_signal): Do not expect for [XPG4].
3983         (killpg): Likewise.
3984         (sigaltstack): Likewise.
3985         (sighold): Likewise.
3986         (sigignore): Likewise.
3987         (siginterrupt): Likewise.
3988         (sigpause): Likewise.
3989         (sigrelse): Likewise.
3990         (sigset): Likewise.
3991         (sigwait): Do not expect for [XPG4 || XPG42].
3993 2017-06-01  Zack Weinberg  <zackw@panix.com>
3995         [BZ #21514]
3996         * sysdeps/unix/sysv/linux/include/bits/syscall.h: New shim header
3997         pointing to the generated file in <builddir>/misc/bits/syscall.h.
3999 2017-06-01  Joseph Myers  <joseph@codesourcery.com>
4001         [BZ #21457]
4002         * sysdeps/arm/sys/ucontext.h (NGREG): Rename to __NGREG and define
4003         NGREG to __NGREG if [__USE_MISC].
4004         (gregset_t): Define using __NGREG.
4005         (__ctx): New macro.
4006         (mcontext_t): Use __ctx in defining fields.
4007         * sysdeps/i386/sys/ucontext.h (NGREG): Rename to __NGREG and
4008         define NGREG to __NGREG if [__USE_MISC].
4009         (gregset_t): Define using __NGREG.
4010         (__ctx): New macro.
4011         (__ctxt): Likewise.
4012         (fpregset_t): Use __ctx and __ctxt in defining fields.
4013         (mcontext_t): Likewise.
4014         * sysdeps/m68k/sys/ucontext.h (NGREG): Rename to __NGREG and
4015         define NGREG to __NGREG if [__USE_MISC].
4016         (gregset_t): Define using __NGREG.
4017         (__ctx): New macro.
4018         (mcontext_t): Use __ctx in defining fields.
4019         * sysdeps/mips/sys/ucontext.h (NGREG): Rename to __NGREG and
4020         define NGREG to __NGREG if [__USE_MISC].
4021         (gregset_t): Define using __NGREG.
4022         (__ctx): New macro.
4023         (fpregset_t): Use __ctx in defining fields.
4024         (mcontext_t): Likewise.
4025         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (NGREG): Rename to
4026         __NGREG and define NGREG to __NGREG if [__USE_MISC].
4027         (gregset_t): Define using __NGREG.
4028         (NFPREG): Rename to __NFPREG and define NFPREG to __NFPREG if
4029         [__USE_MISC].
4030         (fpregset_t): Define using __NFPREG.
4031         * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h (NGREG): Rename to
4032         __NGREG and define NGREG to __NGREG if [__USE_MISC].
4033         (gregset_t): Define using __NGREG.
4034         (__ctx): New macro.
4035         (fpregset_t): Use __ctx in defining fields.
4036         (mcontext_t): Likewise.
4037         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h (NGREG): Rename to
4038         __NGREG and define NGREG to __NGREG if [__USE_MISC].
4039         (NFPREG): Rename to __NFPREG and define NFPREG to __NFPREG if
4040         [__USE_MISC].
4041         (gregset_t): Define using __NGREG.
4042         (__ctx): New macro.
4043         (fpregset_t): Use __ctx in defining fields.
4044         (mcontext_t): Likewise.
4045         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h (__ctx): New macro.
4046         (mcontext_t): Use __ctx in defining fields.
4047         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (__ctx): New
4048         macro.
4049         [__WORDSIZE == 32] (NGREG): Rename to __NGREG and define NGREG to
4050         __NGREG if [__USE_MISC].
4051         [__WORDSIZE == 32] (gregset_t): Define using __NGREG.
4052         [__WORDSIZE == 32] (fpregset_t): Use __ctx in defining fields.
4053         (mcontext_t): Likewise.
4054         [__WORDSIZE != 32] (NGREG): Rename to __NGREG and define NGREG to
4055         __NGREG if [__USE_MISC].
4056         [__WORDSIZE != 32] (NFPREG): Rename to __NFPREG and define NFPREG
4057         to __NFPREG if [__USE_MISC].
4058         [__WORDSIZE != 32] (NVRREG): Rename to __NVRREG and define NVRREG
4059         to __NVRREG if [__USE_MISC].
4060         [__WORDSIZE != 32] (gregset_t): Define using __NGREG.
4061         [__WORDSIZE != 32] (fpregset_t): Define using __NFPREG.
4062         [__WORDSIZE != 32] (vscr_t): Use __ctx in defining fields.
4063         [__WORDSIZE != 32] (vrregset_t): Likewise.
4064         [__WORDSIZE != 32] (mcontext_t): Likewise.
4065         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__ctx): New macro.
4066         (__psw_t): Use __ctx in defining fields.
4067         (NGREG): Rename to __NGREG and define NGREG to __NGREG if
4068         [__USE_MISC].
4069         (gregset_t): Define using __NGREG.
4070         (fpreg_t): Use __ctx in defining fields.
4071         (fpregset_t): Likewise.
4072         (mcontext_t): Likewise.
4073         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h (NGREG): Rename to
4074         __NGREG and define NGREG to __NGREG if [__USE_MISC].
4075         (gregset_t): Define using __NGREG.
4076         (NFPREG): Rename to __NFPREG and define NFPREG to __NFPREG if
4077         [__USE_MISC].
4078         (fpregset_t): Define using __NFPREG.
4079         (__ctx): New macro.
4080         (mcontext_t): Use __ctx in defining fields.
4081         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h (__ctx): New macro.
4082         [__x86_64__] (NGREG): Rename to __NGREG and define NGREG to
4083         __NGREG if [__USE_MISC].
4084         [__x86_64__] (gregset_t): Define using __NGREG.
4085         [__x86_64__] (struct _libc_fpxreg): Use __ctx in defining fields.
4086         [__x86_64__] (struct _libc_fpstate): Likewise.
4087         [__x86_64__] (mcontext_t): Likewise.
4088         [!__x86_64__] (NGREG): Rename to __NGREG and define NGREG to
4089         __NGREG if [__USE_MISC].
4090         [!__x86_64__] (gregset_t): Define using __NGREG.
4091         [!__x86_64__] (struct _libc_fpreg): Use __ctx in defining fields.
4092         [!__x86_64__] (struct _libc_fpstate): Likewise.
4093         [!__x86_64__] (mcontext_t): Likewise.
4095 2017-06-01  Zack Weinberg  <zackw@panix.com>
4097         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Don't include
4098         alpha/pt-vfork.S.  Provide own compat shim for vfork and __vfork.
4099         * sysdeps/unix/sysv/linux/microblaze/vfork.S: Add __libc_vfork alias.
4100         * sysdeps/unix/sysv/linux/microblaze/localplt.data:
4101         libpthread.so no longer references __errno_location.
4103 2017-05-31  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4105         * NEWS: Add note about pwritev2 and preadv2 inclusion.
4106         * misc/Makefile (routines): Add preadv2, preadv64v2, pwritev2, and
4107         pwritev64v2.
4108         (tests): Add tst-preadvwritev2 and tst-preadvwritev64v2.
4109         * misc/Versions (GLIBC_2.26): Add preadv2, preadv64v2, pwritev2, and
4110         pwritev64v2.
4111         * misc/preadv2.c: New file.
4112         * misc/preadv64v2.c: Likewise.
4113         * misc/pwritev2.c: Likewise.
4114         * misc/pwritev64v2.c: Likewise.
4115         * misc/tst-preadvwritev2.c: Likewise.
4116         * misc/tst-preadvwritev64v2.c: Likewise.
4117         * manual/llio.texi: Add preadv2 and pwritev2 documentation.
4118         * misc/sys/uio.h [__USE_GNU && !__USE_FILE_OFFSET64] (preadv2): New
4119         prototype.
4120         [__USE_GNU && !__USE_FILE_OFFSET64] (pwritev2): Likewise.
4121         [__USE_GNU && __USE_FILE_OFFSET64] (preadv64v2): Likewise.
4122         [__USE_GNU && __USE_FILE_OFFSET64] (pwritev64v2): Likewise.
4123         * misc/tst-preadvwritev-common.c (PREADV): Define if not defined.
4124         (PWRITEV): Likewise.
4125         (do_test_with_offset): Use PREADV and PWRITEV macros and check for
4126         ENOSYS.
4127         * nptl/tst-cancel4.c (tf_pwritev2): New test.
4128         (tf_preadv2): Likewise.
4129         (tf_fsync): Add tf_pwritev2 and tf_preadv2.
4130         * sysdeps/posix/preadv2.c: Likewise.
4131         * sysdeps/posix/preadv64v2.c: Likewise.
4132         * sysdeps/posix/pwritev2.c: Likewise.
4133         * sysdeps/posix/pwritev64v2.c: Likewise.
4134         * sysdeps/unix/sysv/linux/kernel-features.h: Add comment for syscall
4135         support in kernel.
4136         * sysdeps/unix/sysv/linux/preadv2.c: Likewise.
4137         * sysdeps/unix/sysv/linux/preadv64v2.c: Likewise.
4138         * sysdeps/unix/sysv/linux/pwritev2.c: Likewise.
4139         * sysdeps/unix/sysv/linux/pwritev64v2.c: Likewise.
4140         * sysdeps/unix/sysv/linux/preadv.c (preadv): Add libc_hidden_def.
4141         * sysdeps/unix/sysv/linux/preadv64.c (preadv64): Likewise.
4142         * sysdeps/unix/sysv/linux/pwritev.c (pwritev): Likewise.
4143         * sysdeps/unix/sysv/linux/pwritev64.c (pwritev64): Likewise.
4144         * sysdeps/unix/sysv/linux/bits/uio.h: Add supported preadv2/pwritev2
4145         support flags on Linux.
4146         * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.26): Add
4147         preadv2, preadv64v2, pwritev2, pwritev64v2.
4148         * sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.26): Likewise.
4149         * sysdeps/unix/sysv/linux/arm/libc.abilist (GLIBC_2.26): Likewise.
4150         * sysdeps/unix/sysv/linux/hppa/libc.abilist (GLIBC_2.26): Likewise.
4151         * sysdeps/unix/sysv/linux/i386/libc.abilist (GLIBC_2.26): Likewise.
4152         * sysdeps/unix/sysv/linux/ia64/libc.abilist (GLIBC_2.26): Likewise.
4153         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist (GLIBC_2.26):
4154         Likewise.
4155         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist (GLIBC_2.26):
4156         Likewise.
4157         * sysdeps/unix/sysv/linux/microblaze/libc.abilist (GLIBC_2.26):
4158         Likewise.
4159         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist (GLIBC_2.26):
4160         Likewise.
4161         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist (GLIBC_2.26):
4162         Likewise.
4163         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist (GLIBC_2.26):
4164         Likewise.
4165         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist (GLIBC_2.26):
4166         Likewise.
4167         * sysdeps/unix/sysv/linux/nios2/libc.abilist (GLIBC_2.26): Likewise.
4168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
4169         (GLIBC_2.26): Likewise.
4170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
4171         (GLIBC_2.26): Likewise.
4172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist (GLIBC_2.26):
4173         Likewise.
4174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
4175         (GLIBC_2.26): Likewise.
4176         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist (GLIBC_2.26):
4177         Likewise.
4178         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist (GLIBC_2.26):
4179         Likewise.
4180         * sysdeps/unix/sysv/linux/sh/libc.abilist (GLIBC_2.26): Likewise.
4181         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist (GLIBC_2.26):
4182         Likewise.
4183         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist (GLIBC_2.26):
4184         Likewise.
4185         * sysdeps/sysv/linux/tile/tilegx/tilegx32/libc.abilist (GLIBC_2.26):
4186         Likewise.
4187         * sysdeps/sysv/linux/tile/tilegx/tilegx64/libc.abilist (GLIBC_2.26):
4188         Likewise.
4189         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist (GLIBC_2.26):
4190         Likewise.
4191         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist (GLIBC_2.26):
4192         Likewise.
4193         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist (GLIBC_2.26):
4194         Likewise.
4196 2017-05-31  Andreas Schwab  <schwab@suse.de>
4198         * nptl/tst-fork3.c: Include <support/test-driver.c>.
4199         (main): Rename to do_test and make static.
4201 2017-05-31  Siddhesh Poyarekar  <siddhesh@sourceware.org>
4203         * csu/libc-start.c [!ARCH_INIT_CPU_FEATURES]: Define
4204         ARCH_INIT_CPU_FEATURES.
4205         (LIBC_START_MAIN): Call it.
4206         * sysdeps/unix/sysv/linux/aarch64/libc-start.c
4207         (__libc_start_main): Remove.
4208         (ARCH_INIT_CPU_FEATURES): New macro.
4209         * sysdeps/x86/libc-start.c (__libc_start_main): Remove.
4210         (ARCH_INIT_CPU_FEATURES): New macro.
4212 2017-05-30  Dennis Wölfing  <denniswoelfing@gmx.de>
4213             RĂŒdiger Sonderfeld  <ruediger@c-plusplus.de>
4215         * include/stdlib.h (__libc_reallocarray): New declaration.
4216         * malloc/Makefile (routines): Add reallocarray.
4217         (tests): Add tst-reallocarray.c.
4218         * malloc/Versions: Add reallocarray and __libc_reallocarray.
4219         * malloc/malloc-internal.h (check_mul_overflow_size_t): New inline
4220         function.
4221         * malloc/malloc.h (reallocarray): New declaration.
4222         * stdlib/stdlib.h (reallocarray): Likewise.
4223         * malloc/reallocarray.c: New file.
4224         * malloc/tst-reallocarray.c: New test file.
4225         * manual/memory.texi: Document reallocarray.
4226         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Add reallocarray.
4227         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
4228         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
4229         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
4230         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
4231         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
4232         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
4233         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
4234         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
4235         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
4236         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
4237         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
4238         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
4239         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
4240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
4241         Likewise.
4242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
4243         Likewise.
4244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
4245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
4246         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
4247         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
4248         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
4249         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
4250         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
4251         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
4252         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
4253         * sysdeps/unix/sysv/linux/tilepro/libc.abilist: Likewise.
4254         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
4255         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
4257 2017-05-30  H.J. Lu  <hongjiu.lu@intel.com>
4259         * sysdeps/x86_64/memchr.S (memchr): Use 32-bit registers for
4260         the lower 32 bits.
4262 2017-05-29  Andreas Schwab  <schwab@linux-m68k.org>
4264         * sysdeps/m68k/Makefile (ASFLAGS-.o) [$(subdir) = csu &&
4265         $(build-pie-default) = yes]: Define.
4267 2017-05-25  H.J. Lu  <hongjiu.lu@intel.com>
4269         * string/test-memchr.c (test_main): Add tests for n == 0.
4271 2017-05-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
4273         * nptl/Makefile (tests): Move nptl/tst-mutex8, nptl/tst-mutex8-static,
4274         nptl/tst-mutexpi8 and nptl/tst-mutexpi8-static to...
4275         (tests-internal): ... here.
4277 2017-05-25   Siddhesh Poyarekar  <siddhesh@sourceware.org>
4278              H.J. Lu  <hongjiu.lu@intel.com>
4280         * elf/dl-tunables.c (__tunable_set_val): Make a hidden alias.
4281         * elf/dl-tunables.h (__tunables_init): Mark it hidden in rtld.
4282         (__tunable_set_val): Likewise.
4284 2017-05-25  H.J. Lu  <hongjiu.lu@intel.com>
4286         * Makeconfig ($(common-objpfx)dl-tunable-list.h): Also check
4287         dl-tunables.list in subdirectories.
4289 2017-05-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
4290             Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
4291             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
4293         * math/math.h [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
4294         (SNANF128): New macro.
4295         * math/e_sqrtf128.c: New file.
4296         * math/s_fmaxmag_template.c: Include math_private.h in order to
4297         make inline expansion of fabs128().
4298         * math/s_fminmag_template.c: Likewise.
4300         * sysdeps/ieee754/float128/e_acosf128.c: New file.
4301         * sysdeps/ieee754/float128/e_acoshf128.c: New file.
4302         * sysdeps/ieee754/float128/e_asinf128.c: New file.
4303         * sysdeps/ieee754/float128/e_atan2f128.c: New file.
4304         * sysdeps/ieee754/float128/e_atanhf128.c: New file.
4305         * sysdeps/ieee754/float128/e_coshf128.c: New file.
4306         * sysdeps/ieee754/float128/e_exp10f128.c: New file.
4307         * sysdeps/ieee754/float128/e_expf128.c: New file.
4308         * sysdeps/ieee754/float128/e_fmodf128.c: New file.
4309         * sysdeps/ieee754/float128/e_gammaf128_r.c: New file.
4310         * sysdeps/ieee754/float128/e_hypotf128.c: New file.
4311         * sysdeps/ieee754/float128/e_ilogbf128.c: New file.
4312         * sysdeps/ieee754/float128/e_j0f128.c: New file.
4313         * sysdeps/ieee754/float128/e_j1f128.c: New file.
4314         * sysdeps/ieee754/float128/e_jnf128.c: New file.
4315         * sysdeps/ieee754/float128/e_lgammaf128_r.c: New file.
4316         * sysdeps/ieee754/float128/e_log10f128.c: New file.
4317         * sysdeps/ieee754/float128/e_log2f128.c: New file.
4318         * sysdeps/ieee754/float128/e_logf128.c: New file.
4319         * sysdeps/ieee754/float128/e_powf128.c: New file.
4320         * sysdeps/ieee754/float128/e_rem_pio2f128.c: New file.
4321         * sysdeps/ieee754/float128/e_remainderf128.c: New file.
4322         * sysdeps/ieee754/float128/e_scalbf128.c: New file.
4323         * sysdeps/ieee754/float128/e_sinhf128.c: New file.
4324         * sysdeps/ieee754/float128/float128_private.h: New file.
4325         * sysdeps/ieee754/float128/gamma_productf128.c: New file.
4326         * sysdeps/ieee754/float128/ieee754_float128.h: New file.
4327         * sysdeps/ieee754/float128/k_cosf128.c: New file.
4328         * sysdeps/ieee754/float128/k_sincosf128.c: New file.
4329         * sysdeps/ieee754/float128/k_sinf128.c: New file.
4330         * sysdeps/ieee754/float128/k_tanf128.c: New file.
4331         * sysdeps/ieee754/float128/lgamma_negf128.c: New file.
4332         * sysdeps/ieee754/float128/lgamma_productf128.c: New file.
4333         * sysdeps/ieee754/float128/s_asinhf128.c: New file.
4334         * sysdeps/ieee754/float128/s_atanf128.c: New file.
4335         * sysdeps/ieee754/float128/s_cbrtf128.c: New file.
4336         * sysdeps/ieee754/float128/s_ceilf128.c: New file.
4337         * sysdeps/ieee754/float128/s_copysignf128.c: New file.
4338         * sysdeps/ieee754/float128/s_cosf128.c: New file.
4339         * sysdeps/ieee754/float128/s_erff128.c: New file.
4340         * sysdeps/ieee754/float128/s_expm1f128.c: New file.
4341         * sysdeps/ieee754/float128/s_fabsf128.c: New file.
4342         * sysdeps/ieee754/float128/s_finitef128.c: New file.
4343         * sysdeps/ieee754/float128/s_floorf128.c: New file.
4344         * sysdeps/ieee754/float128/s_fmaf128.c: New file.
4345         * sysdeps/ieee754/float128/s_fpclassifyf128.c: New file.
4346         * sysdeps/ieee754/float128/s_frexpf128.c: New file.
4347         * sysdeps/ieee754/float128/s_fromfpf128.c: New file.
4348         * sysdeps/ieee754/float128/s_fromfpxf128.c: New file.
4349         * sysdeps/ieee754/float128/s_getpayloadf128.c: New file.
4350         * sysdeps/ieee754/float128/s_isinff128.c: New file.
4351         * sysdeps/ieee754/float128/s_isnanf128.c: New file.
4352         * sysdeps/ieee754/float128/s_issignalingf128.c: New file.
4353         * sysdeps/ieee754/float128/s_llrintf128.c: New file.
4354         * sysdeps/ieee754/float128/s_llroundf128.c: New file.
4355         * sysdeps/ieee754/float128/s_log1pf128.c: New file.
4356         * sysdeps/ieee754/float128/s_logbf128.c: New file.
4357         * sysdeps/ieee754/float128/s_lrintf128.c: New file.
4358         * sysdeps/ieee754/float128/s_lroundf128.c: New file.
4359         * sysdeps/ieee754/float128/s_modff128.c: New file.
4360         * sysdeps/ieee754/float128/s_nearbyintf128.c: New file.
4361         * sysdeps/ieee754/float128/s_nextafterf128.c: New file.
4362         * sysdeps/ieee754/float128/s_nexttowardf128.c: New file.
4363         * sysdeps/ieee754/float128/s_nextupf128.c: New file.
4364         * sysdeps/ieee754/float128/s_remquof128.c: New file.
4365         * sysdeps/ieee754/float128/s_rintf128.c: New file.
4366         * sysdeps/ieee754/float128/s_roundevenf128.c: New file.
4367         * sysdeps/ieee754/float128/s_roundf128.c: New file.
4368         * sysdeps/ieee754/float128/s_scalblnf128.c: New file.
4369         * sysdeps/ieee754/float128/s_scalbnf128.c: New file.
4370         * sysdeps/ieee754/float128/s_setpayloadf128.c: New file.
4371         * sysdeps/ieee754/float128/s_setpayloadsigf128.c: New file.
4372         * sysdeps/ieee754/float128/s_signbitf128.c: New file.
4373         * sysdeps/ieee754/float128/s_significandf128.c: New file.
4374         * sysdeps/ieee754/float128/s_sincosf128.c: New file.
4375         * sysdeps/ieee754/float128/s_sinf128.c: New file.
4376         * sysdeps/ieee754/float128/s_tanf128.c: New file.
4377         * sysdeps/ieee754/float128/s_tanhf128.c: New file.
4378         * sysdeps/ieee754/float128/s_totalorderf128.c: New file.
4379         * sysdeps/ieee754/float128/s_totalordermagf128.c: New file.
4380         * sysdeps/ieee754/float128/s_truncf128.c: New file.
4381         * sysdeps/ieee754/float128/s_ufromfpf128.c: New file.
4382         * sysdeps/ieee754/float128/s_ufromfpxf128.c: New file.
4383         * sysdeps/ieee754/float128/t_sincosf128.c: New file.
4384         * sysdeps/ieee754/float128/x2y2m1f128.c: New file.
4386         * sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h:
4387         (__iscanonicalf128): Define as a macro.
4389 2017-05-24  Steve Ellcey  <sellcey@caviumnetworks.com>
4391         * sysdeps/aarch64/memcpy.S (MEMMOVE, MEMCPY): New macros.
4392         (memmove): Use MEMMOVE for name.
4393         (memcpy): Use MEMCPY for name.  Change internal labels
4394         to external labels.
4395         * sysdeps/aarch64/multiarch/Makefile: New file.
4396         * sysdeps/aarch64/multiarch/ifunc-impl-list.c: Likewise.
4397         * sysdeps/aarch64/multiarch/init-arch.h: Likewise.
4398         * sysdeps/aarch64/multiarch/memcpy.c: Likewise.
4399         * sysdeps/aarch64/multiarch/memcpy_generic.S: Likewise.
4400         * sysdeps/aarch64/multiarch/memcpy_thunderx.S: Likewise.
4401         * sysdeps/aarch64/multiarch/memmove.c: Likewise.
4403 2017-05-24  Siddhesh Poyarekar  <siddhesh@sourceware.org>
4405         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
4406         (_dl_arm_cap_flags): Fix array subscript.
4407         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
4408         Fix count.
4410 2017-05-24  H.J. Lu  <hongjiu.lu@intel.com>
4412         * sysdeps/x86/cacheinfo.c: Skip if not in libc.
4414 2017-05-24  H.J. Lu  <hongjiu.lu@intel.com>
4416         * sysdeps/x86/cacheinfo.c (is_intel): Removed.
4417         (is_amd): Likewise.
4418         (max_cpuid): Likewise.
4419         (__cache_sysconf): Use __get_cpu_features to get cpu_features.
4420         (init_cacheinfo): Likewise.
4422 2017-05-23  Joseph Myers  <joseph@codesourcery.com>
4424         [BZ #21511]
4425         * signal/signal.h: Include <bits/types/struct_sigstack.h> only if
4426         [(__USE_XOPEN_EXTENDED && !__USE_XOPEN2K8) || __USE_MISC].
4427         (sigstack): Declare only if [(__USE_XOPEN_EXTENDED &&
4428         !__USE_XOPEN2K) || __USE_MISC].
4429         * conform/data/signal.h-data (struct sigstack): Expect type only
4430         if [!XOPEN2K8 && !POSIX2008].
4431         (sigstack): Expect function only if [XPG42 || UNIX98].
4433         [BZ #21457]
4434         * sysdeps/arm/sys/ucontext.h: Do not include <signal.h>,
4435         <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4436         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
4437         <bits/types/__sigset_t.h>.
4438         (ucontext_t): Use sigset_t instead of __sigset_t.
4439         * sysdeps/generic/sys/ucontext.h: Do not include <signal.h>,
4440         <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4441         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
4442         <bits/types/__sigset_t.h>.
4443         (ucontext_t): Use sigset_t instead of __sigset_t.
4444         * sysdeps/i386/sys/ucontext.h: Do not include <signal.h>,
4445         <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4446         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
4447         <bits/types/__sigset_t.h>.
4448         (ucontext_t): Use sigset_t instead of __sigset_t.
4449         * sysdeps/m68k/sys/ucontext.h: Do not include <signal.h>,
4450         <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4451         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
4452         <bits/types/__sigset_t.h>.
4453         (ucontext_t): Use sigset_t instead of __sigset_t.
4454         * sysdeps/mips/sys/ucontext.h: Do not include <signal.h>,
4455         <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4456         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
4457         <bits/types/__sigset_t.h>.
4458         (ucontext_t): Use sigset_t instead of __sigset_t.
4459         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h: Do not include
4460         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4461         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
4462         <bits/types/__sigset_t.h>.
4463         (ucontext_t): Use sigset_t instead of __sigset_t.
4464         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: Do not include
4465         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4466         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
4467         <bits/types/__sigset_t.h>.
4468         (ucontext_t): Use sigset_t instead of __sigset_t.
4469         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: Do not include
4470         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4471         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
4472         <bits/types/__sigset_t.h>.
4473         (ucontext_t): Use sigset_t instead of __sigset_t.
4474         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Do not include
4475         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4476         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
4477         <bits/types/__sigset_t.h>.
4478         (ucontext_t): Use sigset_t instead of __sigset_t.
4479         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Do not include
4480         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4481         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h>.
4482         * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h: Do not include
4483         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4484         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
4485         <bits/types/__sigset_t.h>.
4486         (ucontext_t): Use sigset_t instead of __sigset_t.
4487         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Do not include
4488         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4489         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
4490         <bits/types/__sigset_t.h>.
4491         (ucontext_t): Use sigset_t instead of __sigset_t.
4492         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: Do not include
4493         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4494         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
4495         <bits/types/__sigset_t.h>.
4496         (ucontext_t): Use sigset_t instead of __sigset_t.
4497         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Do not include
4498         <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4499         <bits/ss_flags.h>.
4500         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Do not include
4501         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4502         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
4503         <bits/types/__sigset_t.h>.
4504         (ucontext_t): Use sigset_t instead of __sigset_t.
4505         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Do not include
4506         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4507         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
4508         <bits/types/__sigset_t.h>.
4509         (ucontext_t): Use sigset_t instead of __sigset_t.
4510         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h: Do not include
4511         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4512         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
4513         <bits/types/__sigset_t.h>.
4514         (ucontext_t): Use sigset_t instead of __sigset_t.
4515         * sysdeps/unix/sysv/linux/tile/sys/ucontext.h: Do not include
4516         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4517         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
4518         <bits/types/__sigset_t.h>.
4519         (ucontext_t): Use sigset_t instead of __sigset_t.
4520         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: Include
4521         <bits/types.h>.
4522         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: Do not include
4523         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
4524         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
4525         <bits/types/__sigset_t.h>.
4526         (ucontext_t): Use sigset_t instead of __sigset_t.
4528 2017-05-22  Zack Weinberg  <zackw@panix.com>
4530         * sysdeps/unix/sysv/linux/bits/siginfo-consts.h
4531         (__SI_ASYNCIO_AFTER_SIGIO): Define default after including
4532         bits/siginfo-arch.h, only if not already defined.
4533         * sysdeps/unix/sysv/linux/bits/types/siginfo_t.h
4534         (__SI_ALIGNMENT, __SI_BAND_TYPE, __SI_CLOCK_T)
4535         (__SI_ERRNO_THEN_CODE, __SI_HAVE_SIGSYS, __SI_SEGFAULT_ADDL):
4536         Likewise.
4538         * sysdeps/unix/sysv/linux/ia64/bits/siginfo-arch.h
4539         * sysdeps/unix/sysv/linux/mips/bits/siginfo-arch.h
4540         * sysdeps/unix/sysv/linux/sparc/bits/siginfo-arch.h
4541         * sysdeps/unix/sysv/linux/tile/bits/siginfo-arch.h
4542         * sysdeps/unix/sysv/linux/x86/bits/siginfo-arch.h:
4543         Unconditionally define __SI_* macros.
4545 2017-05-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4547         [BZ #21393]
4548         * libio/freopen.c (freopen): Avoid dup already opened file descriptor
4549         and add a check for dup3 failure.
4550         * libio/freopen64.c (freopen64): Likewise.
4551         * libio/tst-freopen.c (do_test): Rename to do_test_basic and use
4552         libsupport.
4553         (do_test_bz21398): New test.
4554         * manual/stdio.texi (freopen): Add documentation of EBUSY failure.
4556 2017-05-22  Siddhesh Poyarekar  <siddhesh@sourceware.org>
4558         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
4559         Remove invalid comment.
4561 2017-05-21  Zack Weinberg  <zackw@panix.com>
4563         * signal/Makefile (headers): Add bits/types/sigval_t.h.
4565 2017-05-20  Zack Weinberg  <zackw@panix.com>
4567         * bits/sigevent-consts.h
4568         * bits/siginfo-consts.h
4569         * bits/types/__sigset_t.h
4570         * bits/types/sigevent_t.h
4571         * bits/types/siginfo_t.h
4572         * sysdeps/unix/sysv/linux/bits/sigevent-consts.h
4573         * sysdeps/unix/sysv/linux/bits/siginfo-consts.h
4574         * sysdeps/unix/sysv/linux/bits/types/__sigset_t.h
4575         * sysdeps/unix/sysv/linux/bits/types/sigevent_t.h
4576         * sysdeps/unix/sysv/linux/bits/types/siginfo_t.h:
4577         New system-dependent bits headers.
4579         * sysdeps/unix/sysv/linux/bits/siginfo-arch.h
4580         * sysdeps/unix/sysv/linux/bits/siginfo-consts-arch.h
4581         * sysdeps/unix/sysv/linux/ia64/bits/siginfo-arch.h
4582         * sysdeps/unix/sysv/linux/ia64/bits/siginfo-consts-arch.h
4583         * sysdeps/unix/sysv/linux/mips/bits/siginfo-arch.h
4584         * sysdeps/unix/sysv/linux/sparc/bits/siginfo-arch.h
4585         * sysdeps/unix/sysv/linux/tile/bits/siginfo-arch.h
4586         * sysdeps/unix/sysv/linux/tile/bits/siginfo-consts-arch.h
4587         * sysdeps/unix/sysv/linux/x86/bits/siginfo-arch.h:
4588         New Linux-only system-dependent bits headers.
4590         * signal/bits/types/sig_atomic_t.h
4591         * signal/bits/types/sigset_t.h
4592         * signal/bits/types/sigval_t.h:
4593         New non-system-dependent bits headers.
4595         * sysdeps/generic/sigsetops.h
4596         * sysdeps/unix/sysv/linux/sigsetops.h:
4597         New internal headers.
4599         * include/bits/types/sig_atomic_t.h
4600         * include/bits/types/sigset_t.h
4601         * include/bits/types/sigval_t.h:
4602         New wrappers.
4604         * signal/sigsetops.h
4605         * bits/siginfo.h
4606         * bits/sigset.h
4607         * sysdeps/unix/sysv/linux/bits/siginfo.h
4608         * sysdeps/unix/sysv/linux/bits/sigset.h
4609         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h
4610         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h
4611         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h
4612         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h
4613         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h
4614         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h:
4615         Deleted.
4617         * signal/Makefile, sysdeps/unix/sysv/linux/Makefile:
4618         Update lists of installed headers.
4620         * posix/bits/types.h: Define __sig_atomic_t here.
4621         * signal/signal.h: Use the new bits headers; no need to handle
4622         __need_sig_atomic_t nor __need_sigset_t.  Don't use __sigmask
4623         to define sigmask.
4624         * include/signal.h: No need to handle __need_sig_atomic_t
4625         nor __need_sigset_t.  Don't define __sigemptyset.
4627         * io/sys/poll.h, setjmp/setjmp.h
4628         * sysdeps/arm/sys/ucontext.h, sysdeps/generic/sys/ucontext.h
4629         * sysdeps/i386/sys/ucontext.h, sysdeps/m68k/sys/ucontext.h
4630         * sysdeps/mach/hurd/i386/bits/sigcontext.h
4631         * sysdeps/mips/sys/ucontext.h, sysdeps/powerpc/novmxsetjmp.h
4632         * sysdeps/pthread/bits/sigthread.h
4633         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h
4634         * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h
4635         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h
4636         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h
4637         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h
4638         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h
4639         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h
4640         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h
4641         * sysdeps/unix/sysv/linux/tile/sys/ucontext.h
4642         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h:
4643         Use bits/types/__sigset_t.h.
4645         * misc/sys/select.h, posix/spawn.h
4646         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h
4647         * sysdeps/unix/sysv/linux/sys/epoll.h
4648         * sysdeps/unix/sysv/linux/sys/signalfd.h:
4649         Use bits/types/sigset_t.h.
4651         * resolv/netdb.h, rt/mqueue.h: Use bits/types/sigevent_t.h.
4652         * rt/aio.h: Use bits/types/sigevent_t.h and bits/sigevent-consts.h.
4653         * socket/sys/socket.h: Don't include bits/sigset.h.
4655         * login/utmp_file.c, shadow/lckpwdf.c, signal/sigandset.c
4656         * signal/sigisempty.c, stdlib/abort.c, sysdeps/posix/profil.c
4657         * sysdeps/posix/sigignore.c, sysdeps/posix/sigintr.c
4658         * sysdeps/posix/signal.c, sysdeps/posix/sigset.c
4659         * sysdeps/posix/sprofil.c, sysdeps/posix/sysv_signal.c
4660         * sysdeps/unix/sysv/linux/nptl-signals.h:
4661         Include sigsetops.h.
4663         * signal/sigaddset.c, signal/sigandset.c, signal/sigdelset.c
4664         * signal/sigorset.c, stdlib/abort.c, sysdeps/posix/sigignore.c
4665         * sysdeps/posix/signal.c, sysdeps/posix/sigset.c:
4666         __sigaddset, __sigandset, __sigdelset, __sigemptyset, __sigorset
4667         now return no value.
4669         * signal/sigaddset.c, signal/sigdelset.c, signal/sigismem.c
4670         Include <errno.h>, <signal.h>, and <sigsetops.h> instead of
4671         "sigsetops.h".
4673         * signal/sigsetops.c: Explicitly define __sigismember,
4674         __sigaddset, and __sigdelset as compatibility symbols.
4676         * signal/Versions: Correct commentary on __sigpause,
4677         __sigaddset, __sigdelset, __sigismember.
4679         * inet/rcmd.c: Include sigsetops.h.  Convert old code using
4680         __sigblock/__sigsetmask to use __sigprocmask and friends.
4682         * resolv/resolv.h: Remove __need_res_state logic.
4683         Move definition of res_state and related constants to ...
4684         * resolv/bits/types/res_state.h: ...this new file.
4685         * resolv/Makefile: Install bits/types/res_state.h.
4686         * include/bits/types/res_state.h: New wrapper.
4687         * include/list.h: Remove __need_list_t logic.
4688         Move definition of list_t to ...
4689         * include/list_t.h: ...this new file.
4691         * nptl/descr.h: Include list_t.h and bits/types/res_state.h
4692         instead of list.h and resolv.h.
4694         * resolv/resolv.h: Remove __need_res_state logic.
4695         Move definition of res_state and related constants to ...
4696         * resolv/bits/types/res_state.h: ...this new file.
4697         * resolv/Makefile: Install bits/types/res_state.h.
4698         * include/bits/types/res_state.h: New wrapper.
4699         * include/list.h: Remove __need_list_t logic.
4700         Move definition of list_t to ...
4701         * include/list_t.h: ...this new file.
4703         * nptl/descr.h: Include list_t.h and bits/types/res_state.h
4704         instead of list.h and resolv.h.
4706 2017-05-20  H.J. Lu  <hongjiu.lu@intel.com>
4708         * sysdeps/x86_64/rawmemchr.S (L(return_null)): Removed.
4710 2017-05-20  Zack Weinberg  <zackw@panix.com>
4712         * sysdeps/arm/sysdep.h
4713         (ARM_SFI_MACROS, sfi_breg, sfi_pld, sfi_sp): Delete definitions.
4715         * sysdeps/arm/__longjmp.S, sysdeps/arm/add_n.S
4716         * sysdeps/arm/addmul_1.S, sysdeps/arm/arm-mcount.S
4717         * sysdeps/arm/armv6/rawmemchr.S, sysdeps/arm/armv6/strchr.S
4718         * sysdeps/arm/armv6/strcpy.S, sysdeps/arm/armv6/strlen.S
4719         * sysdeps/arm/armv6/strrchr.S, sysdeps/arm/armv6t2/memchr.S
4720         * sysdeps/arm/armv6t2/strlen.S
4721         * sysdeps/arm/armv7/multiarch/memcpy_impl.S
4722         * sysdeps/arm/armv7/strcmp.S, sysdeps/arm/dl-tlsdesc.S
4723         * sysdeps/arm/memcpy.S, sysdeps/arm/memmove.S
4724         * sysdeps/arm/memset.S, sysdeps/arm/setjmp.S
4725         * sysdeps/arm/strlen.S, sysdeps/arm/submul_1.S:
4726         Remove all uses of sfi_breg, sfi_pld, and sfi_sp.
4728 2017-05-20  Zack Weinberg  <zackw@panix.com>
4730         Remove the NaCl port.
4731         * sysdeps/arm/nacl: Remove directory and contents.
4732         * sysdeps/nacl: Remove directory and contents.
4733         * abi-tags: Remove .*-.*-nacl.* entry.
4735 2017-05-19  Rical Jasan  <ricaljasan@pacific.net>
4737         * manual/errno.texi: Convert @comment-based errno documentation to
4738         @errno.
4739         * manual/macros.texi (@errno): New macro.  Consolidate errors,
4740         their values, and messages, adding the error string to the Concept
4741         Index.  Provide a warning in the comment about external (to the
4742         manual) dependencies.
4743         * sysdeps/gnu/errlist.awk: Use @errno instead of @comments.
4744         * sysdeps/mach/hurd/errnos.awk: Likewise.
4746 2017-05-19  Joseph Myers  <joseph@codesourcery.com>
4748         * bits/ss_flags.h: New file.
4749         * bits/types/stack_t.h: Likewise.
4750         * include/bits/types/struct_sigstack.h: Likewise.
4751         * signal/bits/types/struct_sigstack.h: Likewise.
4752         * sysdeps/unix/sysv/linux/bits/ss_flags.h: Likewise.
4753         * sysdeps/unix/sysv/linux/bits/types/stack_t.h: Likewise.
4754         * sysdeps/unix/sysv/linux/mips/bits/types/stack_t.h: Likewise.
4755         * signal/Makefile (headers): Add bits/types/struct_sigstack.h,
4756         bits/types/stack_t.h and bits/ss_flags.h.
4757         * signal/signal.h [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8]:
4758         Include <bits/types/struct_sigstack.h>, <bits/types/stack_t.h> and
4759         <bits/ss_flags.h>.
4760         * bits/sigstack.h (struct sigstack): Remove.
4761         (stack_t): Likewise.
4762         (SS_ONSTACK): Likewise.
4763         (SS_DISABLE): Likewise.
4764         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h
4765         (struct sigstack): Likewise.
4766         (stack_t): Likewise.
4767         (SS_ONSTACK): Likewise.
4768         (SS_DISABLE): Likewise.
4769         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h (struct sigstack):
4770         Likewise.
4771         (stack_t): Likewise.
4772         (SS_ONSTACK): Likewise.
4773         (SS_DISABLE): Likewise.
4774         * sysdeps/unix/sysv/linux/bits/sigstack.h (struct sigstack):
4775         Likewise.
4776         (stack_t): Likewise.
4777         (SS_ONSTACK): Likewise.
4778         (SS_DISABLE): Likewise.
4779         * sysdeps/unix/sysv/linux/mips/bits/sigstack.h: Likewise.
4780         * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h (struct sigstack):
4781         Likewise.
4782         (stack_t): Likewise.
4783         (SS_ONSTACK): Likewise.
4784         (SS_DISABLE): Likewise.
4785         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h
4786         (struct sigstack): Likewise.
4787         (stack_t): Likewise.
4788         (SS_ONSTACK): Likewise.
4789         (SS_DISABLE): Likewise.
4790         * sysdeps/unix/sysv/linux/sparc/bits/sigstack.h (struct sigstack):
4791         Likewise.
4792         (stack_t): Likewise.
4793         (SS_ONSTACK): Likewise.
4794         (SS_DISABLE): Likewise.
4795         * sysdeps/arm/sys/ucontext.h: Include
4796         <bits/types/struct_sigstack.h>, <bits/types/stack_t.h> and
4797         <bits/ss_flags.h>.
4798         * sysdeps/generic/sys/ucontext.h: Likewise.
4799         * sysdeps/i386/sys/ucontext.h: Likewise.
4800         * sysdeps/m68k/sys/ucontext.h: Likewise.
4801         * sysdeps/mips/sys/ucontext.h: Likewise.
4802         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h: Likewise.
4803         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: Likewise.
4804         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: Likewise.
4805         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Likewise.
4806         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Likewise.
4807         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Likewise.
4808         * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h: Likewise.
4809         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
4810         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: Likewise.
4811         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
4812         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Likewise.
4813         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Likewise.
4814         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h: Likewise.
4815         * sysdeps/unix/sysv/linux/tile/sys/ucontext.h: Likewise.
4816         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: Likewise.
4818 2017-05-19  H.J. Lu  <hongjiu.lu@intel.com>
4820         * sysdeps/i386/i686/multiarch/memchr-sse2.S (MEMCHR): Use
4821         "edx + ecx - 16" to avoid possible addition overflow.
4822         * sysdeps/x86_64/memchr.S (memchr): Likewise.
4824 2017-05-19  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4826         * misc/Makefile (CFLAGS-vmsplice.c): Remove rule.
4827         (CFLAGS-splice.c): Likewise.
4828         (CFLAGS-open_by_handle_at.c): Likewise.
4829         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-vmsplice.c): New rule.
4830         (CFLAGS-splice.c): Likewise.
4831         (CFLAGS-open_by_handle_at.c): Likewise.
4833 2017-05-19  Joseph Myers  <joseph@codesourcery.com>
4835         * scripts/versions.awk: Generate ldbl-compat-choose.h.
4836         * sysdeps/ieee754/ldbl-opt/math-type-macros-ldouble.h: Include
4837         <ldbl-compat-choose.h>.
4838         (maybe_long_double_symbol): New macro.
4839         [!declare_mgen_alias] (declare_mgen_alias): Use
4840         maybe_long_double_symbol.
4841         * sysdeps/ieee754/ldbl-opt/s_canonicalizel.c: Remove.
4842         * sysdeps/ieee754/ldbl-opt/s_fmaxmagl.c: Likewise.
4843         * sysdeps/ieee754/ldbl-opt/s_fminmagl.c: Likewise.
4844         * sysdeps/ieee754/ldbl-opt/s_nextdownl.c: Likewise.
4845         * sysdeps/ieee754/ldbl-opt/w_llogbl.c: Likewise.
4846         * Makerules [$(build-shared) = yes && !avoid-generated]
4847         (before-compile): Add $(common-objpfx)ldbl-compat-choose.h.
4848         [$(build-shared) = yes && !avoid-generated]
4849         ($(common-objpfx)ldbl-compat-choose.h): New target.
4851         * scripts/versions.awk: Generate first-versions.h.
4852         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h: Include
4853         <first-versions.h>.
4854         (LDOUBLE_cabsl_libm_version): Remove macro.
4855         (LDOUBLE_cargl_libm_version): Likewise.
4856         (LDOUBLE_cimagl_libm_version): Likewise.
4857         (LDOUBLE_conjl_libm_version): Likewise.
4858         (LDOUBLE_creall_libm_version): Likewise.
4859         (LDOUBLE_cacosl_libm_version): Likewise.
4860         (LDOUBLE_cacoshl_libm_version): Likewise.
4861         (LDOUBLE_ccosl_libm_version): Likewise.
4862         (LDOUBLE_ccoshl_libm_version): Likewise.
4863         (LDOUBLE_casinl_libm_version): Likewise.
4864         (LDOUBLE_csinl_libm_version): Likewise.
4865         (LDOUBLE_casinhl_libm_version): Likewise.
4866         (LDOUBLE_csinhl_libm_version): Likewise.
4867         (LDOUBLE_catanl_libm_version): Likewise.
4868         (LDOUBLE_catanhl_libm_version): Likewise.
4869         (LDOUBLE_ctanl_libm_version): Likewise.
4870         (LDOUBLE_ctanhl_libm_version): Likewise.
4871         (LDOUBLE_cexpl_libm_version): Likewise.
4872         (LDOUBLE_clogl_libm_version): Likewise.
4873         (LDOUBLE_cprojl_libm_version): Likewise.
4874         (LDOUBLE_csqrtl_libm_version): Likewise.
4875         (LDOUBLE_cpowl_libm_version): Likewise.
4876         (LDOUBLE_clog10l_libm_version): Likewise.
4877         (LDOUBLE___clog10l_libm_version): Likewise.
4878         (LDOUBLE_fdiml_libm_version): Likewise.
4879         (LDOUBLE_fmaxl_libm_version): Likewise.
4880         (LDOUBLE_fminl_libm_version): Likewise.
4881         (LDOUBLE_ilogbl_libm_version): Likewise.
4882         (LDOUBLE_nanl_libm_version): Likewise.
4883         [!M_LIBM_NEED_COMPAT] (M_LIBM_NEED_COMPAT): Use
4884         FIRST_VERSION_libm_* macros.
4885         [!declare_mgen_libm_compat] (declare_mgen_libm_compat): Likewise.
4886         * Makerules [$(build-shared) = yes && !avoid-generated]
4887         (before-compile): Add $(common-objpfx)first-versions.h.
4888         [$(build-shared) = yes && !avoid-generated]
4889         ($(common-objpfx)first-versions.h): New target.
4890         ($(common-objpfx)sysd-versions): Depend on and change to rule for
4891         building $(common-objpfx)versions.stmp.
4893 2017-05-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4895         * rt/Makefile (CFLAGS-mq_timedsend.c): New flag.
4896         * sysdeps/unix/sysv/linux/mq_timedsend.c: New file.
4897         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Remove from
4898         auto-generation list.
4900         * rt/Makefile (CFLAGS-mq_timedreceive.c): New flag.
4901         * sysdeps/unix/sysv/linux/mq_timedreceive.c: New file.
4902         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedreceive): Remove
4903         from auto-generation list.
4905         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
4906         open_by_handle_at.
4907         (CFLAGS-open_by_handle_at.c): New flag.
4908         * sysdeps/unix/sysv/linux/open_by_handle_at.c: New file.
4909         * sysdeps/unix/sysv/linux/syscalls.list (open_by_handle_at): New
4910         file.
4911         * misc/Makefile (CFLAGS-open_by_handle_at.c): New rule.
4913         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add splice.
4914         (CFLAGS-splice.c): New flag.
4915         * sysdeps/unix/sysv/linux/splice.c: New file.
4916         * sysdeps/unix/sysv/linux/syscalls.list (splice): Remove from
4917         auto-generation syscall list.
4918         * misc/Makefile (CFLAGS-splice.c): New rule.
4920         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-vmsplice.c): New flag.
4921         * sysdeps/unix/sysv/linux/syscalls.list (vmsplice): Remove from
4922         auto-generation syscall list.
4923         * sysdeps/unix/sysv/linux/vmsplice.c: New file.
4924         * misc/Makefile (CFLAGS-vmsplice.c): New rule.
4926         * misc/Makefile (CFLAGS-fsync.c): New flag.
4927         * nptl/Makefile (CFLAGS-fsync.c): Likewise.
4928         * sysdeps/unix/syscalls.list (fsync): Remove from auto-generation
4929         syscall list.
4930         * sysdeps/unix/sysv/linux/fsync.c: New file.
4931         * sysdeps/unix/sysv/linux/arm/localplt.data [libpthread.so]
4932         (__errno_location): Remove.
4934         * misc/Makefile (CFLAGS-fdatasync.c): New rule.
4935         * nptl/Makefile (CFLAGS-fdatasync.c): Likewise.
4936         * sysdeps/unix/syscalls.list: Remove fdatasync from auto-generation
4937         list.
4938         * sysdeps/unix/sysv/linux/fdatasync.c: New file.
4940         * misc/Makefile (CFLAGS-msync.c): New rule.
4941         * nptl/Makefile (CFLAGS-msync.c): Likewise.
4942         * sysdeps/unix/syscalls.list: Remove msync from auto-generation list.
4943         * sysdeps/unix/sysv/linux/msync.c: New file.
4945         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Remove file.
4946         * sysdeps/unix/sysv/linux/sigsuspend.c: Simplify include list.
4947         * nptl/Makefile (CFLAGS-sigsuspend.c): New rule.
4948         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
4949         (CFLAGS-sigsuspend.c): Remove rule.
4951         * sysdeps/unix/sysv/linux/Makefile (sysdeps_routines): Add tee.
4952         (CFLAGS-tee.c): New rule.
4953         * sysdeps/unix/sysv/linux/syscalls.list: Remove tee from
4954         auto-generated list.
4955         * sysdeps/unix/sysv/linux/tee.c: New file.
4957         * nptl/Makefile (CFLAGS-nanosleep.c): New rule.
4958         * posix/Makefile (CFLAGS-nanosleep.c): Likewise.
4959         * sysdeps/unix/sysv/linux/nanosleep.c: New file.
4960         * sysdeps/unix/sysv/linux/syscalls.list: Remove nanosleep from
4961         auto-generated list.
4963         * sysdeps/unix/sysv/linux/sh/syscalls.list: Remove waitid from
4964         auto-generated list.
4965         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
4966         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
4967         * sysdeps/unix/sysv/linux/sparc/syscalls.list: Remove file.
4968         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4969         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
4971         * sysdeps/unix/sysv/linux/generic/pause.c: Remove file.
4972         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Likewise.
4973         * sysdeps/unix/sysv/linux/sparc/kernel-features.h [__arch64__]
4974         (__NR_pause): Undefine.
4975         * sysdeps/unix/sysv/linux/pause.c: New file.
4976         * sysdeps/unix/sysv/linux/syscalls.list: Remove pause from
4977         auto-generation list.
4978         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (CFLAGS-pause.c):
4979         Remove rule.
4980         * posix/Makefile (CFLAGS-pause.c): Remove redundant rule.
4982 2017-05-18  H.J. Lu  <hongjiu.lu@intel.com>
4984         * sysdeps/x86_64/multiarch/memcmp.S (__GI_memcmp): Correct
4985         comments.
4987 2017-05-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
4989         * elf/Makefile (tst-env-setuid-ENV): Reduce value of
4990         LD_HWCAP_MASK.
4992 2017-05-18  Rical Jasan  <ricaljasan@pacific.net>
4994         * manual/conf.texi: Convert @tables of annotated @items to
4995         @vtables.
4996         * manual/lang.texi: Likewise.
4997         * manual/pattern.texi: Likewise.
4998         * manual/resource.texi: Likewise.
4999         * manual/socket.texi: Likewise.
5001 2017-05-18  Rical Jasan  <ricaljasan@pacific.net>
5003         * manual/crypt.texi: Move a comment out of an @*x list.
5004         * manual/filesys.texi: Refactor some comments, one of which looks
5005         like a standard.  Fix incorrectly separated standards.
5006         * manual/locale.texi: Invert an annotation.
5007         * manual/resource.texi: Fix incorrectly separated standards.
5008         * manual/time.texi: Refactor a @vtable that obscures an
5009         annotation.
5010         * manual/users.texi: Refactor multiple headers to occupy a single
5011         @comment.
5013 2017-05-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
5015         * sysdeps/powerpc/powerpc64/multiarch/Makefile
5016         (sysdep_routines): Add memcmp-power8.
5017         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5018         (memcmp): Add __memcmp_power8 to list of memcmp functions.
5019         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c
5020         (memcmp): Add __memcmp_power8 to ifunc list.
5021         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power8.S: New file.
5022         * sysdeps/powerpc/powerpc64/power8/memcmp.S: New file.
5024 2017-05-17  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5025             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
5027         * math/math.h (__MATH_TG): Extend the conditions to add
5028         _Float128 support.
5029         * misc/sys/cdefs.h (__HAVE_GENERIC_SELECTION): New macro.
5031 2017-05-17  Paul A. Clarke  <pc@us.ibm.com>
5033         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
5034         [$(subdir) = math] (libm-sysdep_routines): Add s_cosf-power8 and
5035         s_cosf-ppc64.
5036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-power8.S: New file.
5037         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c: Likewise.
5038         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf.c: Likewise.
5039         * sysdeps/powerpc/powerpc64/power8/fpu/s_cosf.S: Likewise.
5041 2017-05-17  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5043         * math/Makefile (libm-calls): Move e_exp2F to gen-libm-calls.
5044         (gen-libm-calls): Add e_exp2F to use the template.
5045         * math/e_exp2l.c: Rename to math/e_exp2_template.c.
5046         * math/e_exp2_template.c: New file, renamed from
5047         math/e_exp2l.c, and made into a template.
5048         * sysdeps/generic/math-type-macros.h (M_MIN_EXP): New macro.
5050 2017-05-17  Siddhesh Poyarekar  <siddhesh@sourceware.org>
5052         * elf/dl-tunable-types.h (tunable_type_code_t): New type
5053         TUNABLE_TYPE_UINT_64.
5054         * elf/dl-tunables.c (tunables_strtoul): Return uint64_t.
5055         Simplify computation of overflow.
5056         (tunable_set_val_if_valid_range_signed,
5057         tunable_set_val_if_valid_range_unsigned): Remove and replace
5058         with this...
5059         (TUNABLE_SET_VAL_IF_VALID_RANGE): ... New macro.
5060         (tunable_initialize): Adjust.  Add uint64_t support.
5061         (__tunable_set_val): Add uint64_t support.
5062         * README.tunables: Document it.
5064         * scripts/gen-tunables.awk: Recognize 'default' keyword in
5065         dl-tunables.list.
5066         * README.tunables: Document it.
5068 2017-05-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5070         * sysdeps/posix/preadv.c: Use sysdeps/posix/preadv_common.c.
5071         * sysdeps/posix/preadv64.c: Likewise.
5072         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
5073         * sysdeps/unix/sysv/linux/preadv64.c: Likewise.
5074         * sysdeps/posix/pwritev.c: Use sysdeps/posix/pwritev_common.c.
5075         * sysdeps/posix/pwritev64.c: Likewise.
5076         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
5077         * sysdeps/unix/sysv/linux/pwritev64.c: Likewise.
5078         * sysdeps/posix/preadv_common.c: New file.
5079         * sysdeps/posix/pwritev_common.c: Likewise.
5081 2017-05-14  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5083         * sysdeps/generic/math-type-macros-float128.h
5084         (__USE_WRAPPER_TEMPLATE): Define to 1 to enable use of the
5085         wrapper templates.
5087 2017-05-14  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
5088             Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5090         * include/complex.h (__kernel_casinhf128): New declaration.
5091         * include/float.h: New file.
5092         * include/math.h (__finitef128): Add a hidden def.
5093         (__isinff128): Likewise.
5094         (__isnanf128): Likewise.
5095         (__fpclassify): Likewise.
5096         (__issignalling): Likewise.
5097         (__expf128): Likewise.
5098         (__expm1f128): Likewise.
5100         * sysdeps/generic/fix-fp-int-convert-overflow.h:
5101         (FIX_FLT128_LONG_CONVERT_OVERFLOW): New macro.
5102         (FIX_FLT128_LLONG_CONVERT_OVERFLOW): Likewise.
5104         * sysdeps/generic/math-type-macros-float128.h: New file.
5106         * sysdeps/generic/math_private.h: Include bits/floatn.h and
5107         math_private_calls.h for _Float128.
5108         (__isinff128): New inline implementation used when GCC < 7.0,
5109         since in this case __builtin_isinf_sign is broken.
5110         (fabsf128): New inline implementation that calls the builtin.
5111         (__EXPR_FLT128): New macro.
5112         (min_of_type): Optionally include _Float128 types too.
5114         * sysdeps/generic/math_private_calls.h (__kernel_sincos):
5115         Declare for _Float128.
5116         (__kernel_rem_pio2): Likewise.
5118         * sysdeps/ieee754/ldbl-opt/s_sin.c:
5119         (__DECL_SIMD_sincos_disablef128): New macro.
5121 2017-05-14  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5123         * math/math.h: Include bits/math-finite.h for float128.
5124         (__MATH_DECLARING_FLOATN): Define to control declaration of
5125         float128 functions.
5126         * math/bits/math-finite.h (pow10): Do not declare for float128.
5127         (gamma): Likewise.
5128         (scalb): Likewise.
5130 2017-05-14  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
5131             Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5133         * bits/floatn.h: New file.
5134         * bits/huge_val_flt128.h: Likewise.
5136         * bits/libm-simd-decl-stubs.h (__DECL_SIMD_cosf128): New macro.
5137         (__DECL_SIMD_sinf128): Likewise.
5138         (__DECL_SIMD_sincosf128): Likewise.
5139         (__DECL_SIMD_logf128): Likewise.
5140         (__DECL_SIMD_expf128): Likewise.
5141         (__DECL_SIMD_powf128): Likewise.
5143         * math/Makefile (headers): Install bits/floatn.h and
5144         bits/huge_val_flt128.h.
5146         * math/bits/cmathcalls.h (_Mdouble_complex_): Only define if not
5147         defined.
5149         * math/bits/mathcalls.h (pow10, isinf, finite, drem, significand)
5150         (isnan, gamma, nexttoward, scalb): Only define if not
5151         __MATH_DECLARING_FLOATN.
5152         (nextdown, nextup, llogb, roundeven, fromfp, ufromfp, fromfpx)
5153         (ufromfpx, fmaxmag, fminmag, totalorder, totalordermag)
5154         (canonicalize, getpayload, setpayload, setpayloadsig): Declare for
5155         _FloatN even if __STDC_WANT_IEC_60559_BFP_EXT__ is not defined.
5157         * math/complex.h: Include bits/libc-header-start.h and bits/floatn.h.
5158         Include bits/cmathcalls.h to get the declarations of _Float128
5159         versions of complex functions.
5160         [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (CMPLXF128):
5161         Define macro.
5163         * math/math.h: Include bits/floatn.h and bits/huge_val_flt128.h.
5164         Include bits/mathcalls-helper-functions.h and bits/mathcalls.h to
5165         get the declarations of _Float128 versions of math functions.
5166         (__MATH_DECLARING_FLOATN): New macro to control declaration of
5167         _FloatN types.
5168         [__GNUC_PREREQ (6,0)] (signbit): Since GCC 6.0, __builtin_signbit
5169         is type-generic, so use it without __MATH_TG.
5170         [__HAVE_DISTINCT_FLOAT128] (isinf): This builtin is broken for
5171         _Float128 type on GCC < 7.0.  Explicitly call __isinff128 for
5172         _Float128 type and GCC < 7.0, otherwise use the builtin.
5173         [__HAVE_FLOAT128 && defined __USE_GNU] (M_Ef128, M_LOG2Ef128)
5174         (M_LOG10Ef128, M_LN2f128, M_LN10f128, M_PIf128, M_PI_2f128)
5175         (M_PI_4f128, M_1_PIf128, M_2_PIf128, M_SQRT2f128, M_SQRT1_2f128):
5176         New _GNU_SOURCE enabled macros.
5178 2017-05-12  Joseph Myers  <joseph@codesourcery.com>
5180         * sysdeps/sparc/sparc32/fpu/s_signbit.S (signbit): Remove alias.
5181         (signbitf): Likewise.
5182         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S (signbit):
5183         Likewise.
5184         (signbitl): Likewise.
5185         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S (signbitf):
5186         Likewise.
5187         * sysdeps/sparc/sparc64/fpu/s_signbit.S (signbit): Likewise.
5188         (signbitl): Likewise.
5189         * sysdeps/sparc/sparc64/fpu/s_signbitf.S (signbitf): Likewise.
5191 2017-05-12  Florian Weimer  <fweimer@redhat.com>
5193         [BZ #21386]
5194         * sysdeps/nptl/fork.c (__libc_fork): Remove assertions on the
5195         parent PID.  The assertion in the child is incorrect with PID
5196         namespaces.
5198 2017-05-12  Joseph Myers  <joseph@codesourcery.com>
5200         * sysdeps/unix/sysv/linux/kernel-features.h
5201         (__ASSUME_STATFS_F_FLAGS): Remove macro.
5202         * sysdeps/unix/sysv/linux/internal_statvfs.c
5203         [!__ASSUME_STATFS_F_FLAGS]: Remove conditional code.
5205 2017-05-11  Zack Weinberg  <zackw@panix.com>
5207         * Makerules: New subdir configuration variables 'tests-internal'
5208         and 'test-internal-extras'.  Test files in these categories will
5209         still be compiled with MODULE_NAME=nonlib.  Test files in the
5210         existing categories (tests, xtests, test-srcs, test-extras) are
5211         now compiled with MODULE_NAME=testsuite.
5212         New subdir configuration variable 'modules-names-tests'.  Files
5213         which are in both 'modules-names' and 'modules-names-tests' will
5214         be compiled with MODULE_NAME=testsuite instead of
5215         MODULE_NAME=extramodules.
5216         (gen-as-const-headers): Move to tests-internal.
5217         (do-tests-clean, common-mostlyclean): Support tests-internal.
5218         * Makeconfig (built-modules): Add testsuite.
5219         * Makefile: Change libof-check-installed-headers-c and
5220         libof-check-installed-headers-cxx to 'testsuite'.
5221         * Rules: Likewise.  Support tests-internal.
5222         * benchtests/strcoll-inputs/filelist#en_US.UTF-8:
5223         Remove extra-modules.mk.
5225         * config.h.in: Don't check for __OPTIMIZE__ or __FAST_MATH__ here.
5226         * include/libc-symbols.h: Move definitions of _GNU_SOURCE,
5227         PASTE_NAME, PASTE_NAME1, IN_MODULE, IS_IN, and IS_IN_LIB to the
5228         very top of the file and rationalize their order.
5229         If MODULE_NAME is not defined at all, define IS_IN to always be
5230         false, and don't define _ISOMAC.
5231         If any of IS_IN (testsuite), IS_IN_build, or __cplusplus are
5232         true, define _ISOMAC and suppress everything else in this file,
5233         starting with the inclusion of config.h.
5234         Do check for inappropriate definitions of __OPTIMIZE__ and
5235         __FAST_MATH__ here, but only if _ISOMAC is not defined.
5236         Correct some out-of-date commentary.
5238         * include/math.h: If _ISOMAC is defined, undefine NO_LONG_DOUBLE
5239         and _Mlong_double_ before including math.h.
5240         * include/string.h: If _ISOMAC is defined, don't expose
5241         _STRING_ARCH_unaligned. Move a comment to a more appropriate
5242         location.
5244         * include/errno.h, include/stdio.h, include/stdlib.h, include/string.h
5245         * include/time.h, include/unistd.h, include/wchar.h: No need to
5246         check __cplusplus nor use __BEGIN_DECLS/__END_DECLS.
5248         * misc/sys/cdefs.h (__NTHNL): New macro.
5249         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h
5250         (__m81_defun): Use __NTHNL to avoid errors with GCC 6.
5252         * elf/tst-env-setuid-tunables.c: Include config.h with _LIBC
5253         defined, for HAVE_TUNABLES.
5254         * inet/tst-checks-posix.c: No need to define _ISOMAC.
5255         * intl/tst-gettext2.c: Provide own definition of N_.
5256         * math/test-signgam-finite-c99.c: No need to define _ISOMAC.
5257         * math/test-signgam-main.c: No need to define _ISOMAC.
5258         * stdlib/tst-strtod.c: Convert to test-driver. Split locale_test to...
5259         * stdlib/tst-strtod1i.c: ...this new file.
5260         * stdlib/tst-strtod5.c: Convert to test-driver and add copyright notice.
5261         Split tests of __strtod_internal to...
5262         * stdlib/tst-strtod5i.c: ...this new file.
5263         * string/test-string.h: Include stdint.h. Duplicate definition of
5264         inhibit_loop_to_libcall here (from libc-symbols.h).
5265         * string/test-strstr.c: Provide dummy definition of
5266         libc_hidden_builtin_def when including strstr.c.
5267         * sysdeps/ia64/fpu/libm-symbols.h: Suppress entire file in _ISOMAC
5268         mode; no need to test __STRICT_ANSI__ nor __cplusplus as well.
5269         * sysdeps/x86_64/fpu/math-tests-arch.h: Include cpu-features.h.
5270         Don't include init-arch.h.
5271         * sysdeps/x86_64/multiarch/test-multiarch.h: Include cpu-features.h.
5272         Don't include init-arch.h.
5274         * elf/Makefile: Move tst-ptrguard1-static, tst-stackguard1-static,
5275         tst-tls1-static, tst-tls2-static, tst-tls3-static, loadtest,
5276         unload, unload2, circleload1, neededtest, neededtest2,
5277         neededtest3, neededtest4, tst-tls1, tst-tls2, tst-tls3,
5278         tst-tls6, tst-tls7, tst-tls8, tst-dlmopen2, tst-ptrguard1,
5279         tst-stackguard1, tst-_dl_addr_inside_object, and all of the
5280         ifunc tests to tests-internal.
5281         Don't add $(modules-names) to test-extras.
5282         * inet/Makefile: Move tst-inet6_scopeid_pton to tests-internal.
5283         Add tst-deadline to tests-static-internal.
5284         * malloc/Makefile: Move tst-mallocstate and tst-scratch_buffer to
5285         tests-internal.
5286         * misc/Makefile: Move tst-atomic and tst-atomic-long to tests-internal.
5287         * nptl/Makefile: Move tst-typesizes, tst-rwlock19, tst-sem11,
5288         tst-sem12, tst-sem13, tst-barrier5, tst-signal7, tst-tls3,
5289         tst-tls3-malloc, tst-tls5, tst-stackguard1, tst-sem11-static,
5290         tst-sem12-static, and tst-stackguard1-static to tests-internal.
5291         Link tests-internal with libpthread also.
5292         Don't add $(modules-names) to test-extras.
5293         * nss/Makefile: Move tst-field to tests-internal.
5294         * posix/Makefile: Move bug-regex5, bug-regex20, bug-regex33,
5295         tst-rfc3484, tst-rfc3484-2, and tst-rfc3484-3 to tests-internal.
5296         * stdlib/Makefile: Move tst-strtod1i, tst-strtod3, tst-strtod4,
5297         tst-strtod5i, tst-tls-atexit, and tst-tls-atexit-nodelete to
5298         tests-internal.
5299         * sunrpc/Makefile: Move tst-svc_register to tests-internal.
5300         * sysdeps/powerpc/Makefile: Move test-get_hwcap and
5301         test-get_hwcap-static to tests-internal.
5302         * sysdeps/unix/sysv/linux/Makefile: Move tst-setgetname to
5303         tests-internal.
5304         * sysdeps/x86_64/fpu/Makefile: Add all libmvec test modules to
5305         modules-names-tests.
5307 2017-05-11  Zack Weinberg  <zackw@panix.com>
5309         * libio/libio.h: Condition dummy definition of _IO_lock_t on
5310         _IO_lock_t_defined, not _IO_MTSAFE_IO. Unconditionally use the
5311         non-_IO_MTSAFE_IO definitions for _IO_peekc, _IO_flockfile,
5312         _IO_funlockfile, and _IO_ftrylockfile.  Only define
5313         _IO_cleanup_region_start and _IO_cleanup_region_end if not
5314         already defined.
5315         * include/libio.h: If _IO_MTSAFE_IO is defined, redefine
5316         _IO_peekc, _IO_flockfile, _IO_funlockfile, and _IO_ftrylockfile
5317         appropriately.
5318         * sysdeps/generic/stdio-lock.h, sysdeps/nptl/stdio-lock.h:
5319         Define _IO_lock_t_defined after defining _IO_lock_t.
5321 2016-05-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5323         * sysdeps/powerpc/powerpc32/backtrace.c (is_sigtramp_address): Use
5324         void* for argument type and use VDSO_SYMBOL macro.
5325         (is_sigtramp_address_rt): Likewise.
5326         (__backtrace): Setup expected frame pointer address for signal
5327         handling.
5328         * sysdeps/powerpc/powerpc64/backtrace.c (is_sigtramp_address): Use
5329         void* for argumetn type and use VSDO_SYMBOL macro.
5330         (__backtrace): Setup expected frame pointer address for signal
5331         handling.
5333         * sysdeps/unix/sysv/linux/writev.c: New file.
5335         * sysdeps/unix/sysv/linux/readv.c: New file.
5337         * include/unistd.h (write): Add hidden proto.
5338         * io/Makefile (CFLAGS-write.c): New define.
5339         * nptl/Makefile (CFLAGS-write.c): Likewise.
5340         * sysdeps/unix/sysv/linux/write.c: New file.
5342         [BZ #21428]
5343         * include/unistd.h (read): Add hidden proto.
5344         * io/Makefile (CFLAGS-read.c): New define.
5345         * nptl/Makefile (CFLAGS-read.c): Likewise.
5346         * sysdeps/unix/sysv/linux/read.c: New file.
5348         * io/Makefile (CFLAGS-creat.c): New rule.
5349         (CFLAGS-creat64.c): Likewise.
5350         * sysdeps/unix/sysv/linux/alpha/creat.c: Remove file.
5351         * sysdeps/unix/sysv/linux/generic/creat.c: Likewise.
5352         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: Likewise.
5353         * sysdeps/unix/sysv/linux/creat.c: New file.
5354         * sysdeps/unix/sysv/linux/creat64.c: Likewise.
5355         * sysdeps/unix/sysv/linux/syscalls.list: Remove create from
5356         auto-generated list.
5357         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
5359         * sysdeps/unix/sysv/linux/generic/open.c: Remove file.
5360         * sysdeps/unix/sysv/linux/generic/open64.c: Likewise.
5361         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: Likewise.
5362         * sysdeps/unix/sysv/linux/open.c: New file.
5363         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Define symbol
5364         iff __WORDSIZE != 64 and use __NR_openat when available.
5365         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Remove open
5366         from auto-generated list.
5368         * nptl/Makefile (CFLAGS-close.c): New flag.
5369         * sysdeps/unix/sysv/linux/close.c: New file.
5371 2017-05-11  DJ Delorie  <dj@redhat.com>
5373         * MAINTAINERS: New.  Points to wiki.
5375 2017-05-11  Siddhesh Poyarekar  <siddhesh@sourceware.org>
5377         * scripts/gen-tunables.awk: Add attribute_relro to
5378         tunable_list.
5380 2017-05-11  Joseph Myers  <joseph@codesourcery.com>
5382         [BZ #21457]
5383         * sysdeps/arm/sys/ucontext.h (R0): Condition on [__USE_MISC].
5384         (R1): Likewise.
5385         (R2): Likewise.
5386         (R3): Likewise.
5387         (R4): Likewise.
5388         (R5): Likewise.
5389         (R6): Likewise.
5390         (R7): Likewise.
5391         (R8): Likewise.
5392         (R9): Likewise.
5393         (R10): Likewise.
5394         (R11): Likewise.
5395         (R12): Likewise.
5396         (R13): Likewise.
5397         (R14): Likewise.
5398         (R15): Likewise.
5399         * sysdeps/i386/sys/ucontext.h (REG_GS): Likewise.
5400         (REG_FS): Likewise.
5401         (REG_ES): Likewise.
5402         (REG_DS): Likewise.
5403         (REG_EDI): Likewise.
5404         (REG_ESI): Likewise.
5405         (REG_EBP): Likewise.
5406         (REG_ESP): Likewise.
5407         (REG_EBX): Likewise.
5408         (REG_EDX): Likewise.
5409         (REG_ECX): Likewise.
5410         (REG_EAX): Likewise.
5411         (REG_TRAPNO): Likewise.
5412         (REG_ERR): Likewise.
5413         (REG_EIP): Likewise.
5414         (REG_CS): Likewise.
5415         (REG_EFL): Likewise.
5416         (REG_UESP): Likewise.
5417         (REG_SS): Likewise.
5418         * sysdeps/m68k/sys/ucontext.h (R_D0): Likewise.
5419         (R_D1): Likewise.
5420         (R_D2): Likewise.
5421         (R_D3): Likewise.
5422         (R_D4): Likewise.
5423         (R_D5): Likewise.
5424         (R_D6): Likewise.
5425         (R_D7): Likewise.
5426         (R_A0): Likewise.
5427         (R_A1): Likewise.
5428         (R_A2): Likewise.
5429         (R_A3): Likewise.
5430         (R_A4): Likewise.
5431         (R_A5): Likewise.
5432         (R_A6): Likewise.
5433         (R_A7): Likewise.
5434         (R_SP): Likewise.
5435         (R_PC): Likewise.
5436         (R_PS): Likewise.
5437         (fpregset_t): Likewise.
5438         (MCONTEXT_VERSION): Likewise.
5439         * sysdeps/mips/sys/ucontext.h (CTX_R0): Likewise.
5440         (CTX_AT): Likewise.
5441         (CTX_V0): Likewise.
5442         (CTX_V1): Likewise.
5443         (CTX_A0): Likewise.
5444         (CTX_A1): Likewise.
5445         (CTX_A2): Likewise.
5446         (CTX_A3): Likewise.
5447         (CTX_T0): Likewise.
5448         (CTX_T1): Likewise.
5449         (CTX_T2): Likewise.
5450         (CTX_T3): Likewise.
5451         (CTX_T4): Likewise.
5452         (CTX_T5): Likewise.
5453         (CTX_T6): Likewise.
5454         (CTX_T7): Likewise.
5455         (CTX_S0): Likewise.
5456         (CTX_S1): Likewise.
5457         (CTX_S2): Likewise.
5458         (CTX_S3): Likewise.
5459         (CTX_S4): Likewise.
5460         (CTX_S5): Likewise.
5461         (CTX_S6): Likewise.
5462         (CTX_S7): Likewise.
5463         (CTX_T8): Likewise.
5464         (CTX_T9): Likewise.
5465         (CTX_K0): Likewise.
5466         (CTX_K1): Likewise.
5467         (CTX_GP): Likewise.
5468         (CTX_SP): Likewise.
5469         (CTX_S8): Likewise.
5470         (CTX_RA): Likewise.
5471         (CTX_MDLO): Likewise.
5472         (CTX_MDHI): Likewise.
5473         (CTX_CAUSE): Likewise.
5474         (CTX_EPC): Likewise.
5475         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h: Condition
5476         inclusion of <sys/procfs.h> on [__USE_MISC].
5477         (greg_t): Condition on [__USE_MISC].
5478         (gregset_t): Likewise.
5479         (fpregset_t): Likewise.
5480         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h (greg_t): Likewise.
5481         (NGREG): Likewise.
5482         (gregset_t): Likewise.
5483         (REG_R0): Likewise.
5484         (REG_R1): Likewise.
5485         (REG_R2): Likewise.
5486         (REG_R3): Likewise.
5487         (REG_R4): Likewise.
5488         (REG_R5): Likewise.
5489         (REG_R6): Likewise.
5490         (REG_R7): Likewise.
5491         (REG_R8): Likewise.
5492         (REG_R9): Likewise.
5493         (REG_R10): Likewise.
5494         (REG_R11): Likewise.
5495         (REG_R12): Likewise.
5496         (REG_R13): Likewise.
5497         (REG_R14): Likewise.
5498         (REG_R15): Likewise.
5499         (struct _libc_fpstate): Likewise.
5500         (fpregset_t): Likewise.
5501         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h (NGREG): Likewise.
5502         (NFPREG): Likewise.
5503         (gregset_t): Likewise.
5504         (fpregset_t): Likewise.
5505         * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h (R_D0): Likewise.
5506         (R_D1): Likewise.
5507         (R_D2): Likewise.
5508         (R_D3): Likewise.
5509         (R_D4): Likewise.
5510         (R_D5): Likewise.
5511         (R_D6): Likewise.
5512         (R_D7): Likewise.
5513         (R_A0): Likewise.
5514         (R_A1): Likewise.
5515         (R_A2): Likewise.
5516         (R_A3): Likewise.
5517         (R_A4): Likewise.
5518         (R_A5): Likewise.
5519         (R_A6): Likewise.
5520         (R_A7): Likewise.
5521         (R_SP): Likewise.
5522         (R_PC): Likewise.
5523         (R_PS): Likewise.
5524         (fpregset_t): Likewise.
5525         (MCONTEXT_VERSION): Likewise.
5526         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h (MCONTEXT_VERSION):
5527         Likewise.
5528         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h (REG_R0): Likewise.
5529         (REG_R1): Likewise.
5530         (REG_R2): Likewise.
5531         (REG_R3): Likewise.
5532         (REG_R4): Likewise.
5533         (REG_R5): Likewise.
5534         (REG_R6): Likewise.
5535         (REG_R7): Likewise.
5536         (REG_R8): Likewise.
5537         (REG_R9): Likewise.
5538         (REG_R10): Likewise.
5539         (REG_R11): Likewise.
5540         (REG_R12): Likewise.
5541         (REG_R13): Likewise.
5542         (REG_R14): Likewise.
5543         (REG_R15): Likewise.
5544         * sysdeps/unix/sysv/linux/tile/sys/ucontext.h: Condition inclusion
5545         of <arch/abi.h> on [__USE_MISC].
5546         (greg_t): Condition on [__USE_MISC].
5547         (NGREG): Likewise.
5548         (gregset_t): Likewise.
5550 2017-05-11  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5552         * sysdeps/arm/nptl/bits/pthreadtypes-arch.h
5553         (__pthread_rwlock_arch_t): Remove __data definition.
5554         * sysdeps/hppa/nptl/bits/pthreadtypes-arch.h
5555         (__pthread_rwlock_arch_t): Likewise.
5557 2017-05-11  Florian Weimer  <fweimer@redhat.com>
5559         * resolv/inet_pton.c: Reformat in GNU style.  Remove
5560         internal_function on static functions.
5562 2017-05-11  Florian Weimer  <fweimer@redhat.com>
5564         * support/support_format_addrinfo.c (format_ai_flags_1): Renamed
5565         from format_ai_flags.
5566         (format_ai_flags): New function.  Incorporate flag formatting code
5567         from format_ai_one.
5568         (format_ai_canonname): New function.
5569         (format_ai_one): Remove flags parameter.
5570         (format_ai_family): Likewise.
5571         (support_format_addrinfo): Call format_ai_flags,
5572         format_ai_canonname.
5573         * resolv/tst-resolv-basic.c (check_ai_hints): Extracted from
5574         check_ai.
5575         (check_ai): Call check_ai_hints.
5576         (do_test): Add AI_CANONNAME tests.
5578 2017-05-11  Florian Weimer  <fweimer@redhat.com>
5580         * sysdeps/posix/getaddrinfo.c (gethosts): Remove malloc_addrmem.
5581         (gaih_inet): Likewise.
5583 2017-05-10  Andreas Schwab  <schwab@suse.de>
5585         * nptl/tst-fork1.c: Include <support/test-driver.c>.
5586         (main): Rename to do_test and make static.
5588 2017-05-10  Joseph Myers  <joseph@codesourcery.com>
5590         * string/rawmemchr.c: Include <libc-diag.h>.
5591         (RAWMEMCHR): Disable -Wstringop-overflow around call to memchr
5592         with size (size_t)-1.
5594 2017-05-09  Joseph Myers  <joseph@codesourcery.com>
5596         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Remove file.
5597         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
5598         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
5600         * sysdeps/unix/sysv/linux/accept4.c (accept4): Use syscall if
5601         [__ASSUME_ACCEPT4_SYSCALL], otherwise socketcall.
5602         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Use syscall if
5603         [__ASSUME_RECVMMSG_SYSCALL], otherwise socketcall.
5604         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Use syscall if
5605         [__ASSUME_SENDMMSG_SYSCALL], otherwise socketcall.
5606         * sysdeps/unix/sysv/linux/kernel-features.h
5607         (__ASSUME_ACCEPT4_SYSCALL): Move to general list of macros for
5608         socket syscalls.
5609         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5610         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5611         * sysdeps/unix/sysv/linux/i386/kernel-features.h
5612         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Remove.
5613         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5614         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5615         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Remove.
5616         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
5617         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5618         * sysdeps/unix/sysv/linux/sh/kernel-features.h
5619         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5620         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
5621         (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5622         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5623         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5625 2017-05-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5627         * posix/Makefile (headers): Add pthreadtypes-arch.h and
5628         thread-shared-types.h.
5629         * sysdeps/aarch64/nptl/bits/pthreadtypes-arch.h: New file: arch
5630         specific thread definition.
5631         * sysdeps/alpha/nptl/bits/pthreadtypes-arch.h: Likewise.
5632         * sysdeps/arm/nptl/bits/pthreadtypes-arch.h: Likewise.
5633         * sysdeps/hppa/nptl/bits/pthreadtypes-arch.h: Likewise.
5634         * sysdeps/ia64/nptl/bits/pthreadtypes-arch.h: Likewise.
5635         * sysdeps/m68k/nptl/bits/pthreadtypes-arch.h: Likewise.
5636         * sysdeps/microblaze/nptl/bits/pthreadtypes-arch.h: Likewise.
5637         * sysdeps/mips/nptl/bits/pthreadtypes-arch.h: Likewise.
5638         * sysdeps/nios2/nptl/bits/pthreadtypes-arch.h: Likewise.
5639         * sysdeps/powerpc/nptl/bits/pthreadtypes-arch.h: Likewise.
5640         * sysdeps/s390/nptl/bits/pthreadtypes-arch.h: Likewise.
5641         * sysdeps/sh/nptl/bits/pthreadtypes-arch.h: Likewise.
5642         * sysdeps/sparc/nptl/bits/pthreadtypes-arch.h: Likewise.
5643         * sysdeps/tile/nptl/bits/pthreadtypes-arch.h: Likewise.
5644         * sysdeps/x86/nptl/bits/pthreadtypes-arch.h: Likewise.
5645         * sysdeps/nptl/bits/thread-shared-types.h: New file: shared
5646         thread definition between POSIX and C11.
5647         * sysdeps/aarch64/nptl/bits/pthreadtypes.h.: Remove file.
5648         * sysdeps/alpha/nptl/bits/pthreadtypes.h: Likewise.
5649         * sysdeps/arm/nptl/bits/pthreadtypes.h: Likewise.
5650         * sysdeps/hppa/nptl/bits/pthreadtypes.h: Likewise.
5651         * sysdeps/m68k/nptl/bits/pthreadtypes.h: Likewise.
5652         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Likewise.
5653         * sysdeps/mips/nptl/bits/pthreadtypes.h: Likewise.
5654         * sysdeps/nios2/nptl/bits/pthreadtypes.h: Likewise.
5655         * sysdeps/ia64/nptl/bits/pthreadtypes.h: Likewise.
5656         * sysdeps/powerpc/nptl/bits/pthreadtypes.h: Likewise.
5657         * sysdeps/s390/nptl/bits/pthreadtypes.h: Likewise.
5658         * sysdeps/sh/nptl/bits/pthreadtypes.h: Likewise.
5659         * sysdeps/sparc/nptl/bits/pthreadtypes.h: Likewise.
5660         * sysdeps/tile/nptl/bits/pthreadtypes.h: Likewise.
5661         * sysdeps/x86/nptl/bits/pthreadtypes.h: Likewise.
5662         * sysdeps/nptl/bits/pthreadtypes.h: New file: common thread
5663         definitions shared across all architectures.
5665 2017-05-09  Joseph Myers  <joseph@codesourcery.com>
5667         * sysdeps/unix/sysv/linux/kernel-features.h
5668         (__ASSUME_SENDMMSG_SYSCALL): Define unconditionally.
5669         (__ASSUME_SENDMMSG): Likewise.
5670         (__ASSUME_SENDMMSG_SOCKETCALL): Remove macro.
5671         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Define using
5672         sendmmsg syscall if that can be assumed to be present, socketcall
5673         otherwise, with no fallback for runtime failure.
5675         * sysdeps/unix/sysv/linux/kernel-features.h
5676         (__ASSUME_RECVMMSG_SYSCALL): Define unconditionally.
5677         (__ASSUME_RECVMMSG_SOCKETCALL): Remove macro.
5678         (__ASSUME_RECVMMSG): Likewise.
5679         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Define using
5680         recvmmsg syscall if it can be assumed to be present, socketcall
5681         otherwise, with no fallback for runtime failure.
5683 2017-05-09  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
5684             Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5686         * bits/libc-header-start.h:
5687         (__GLIBC_USE_IEC_60559_TYPES_EXT): New macro.
5688         * include/features.h: Describe __STDC_WANT_IEC_60559_TYPES_EXT__.
5689         * manual/creature.texi: Likewise.
5691 2017-05-09  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
5692             Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5694         * math/Makefile:
5695         (type-float128-suffix): New variable
5696         (type-float128-routines): Likewise
5697         (type-float128-yes): Likewise
5698         (types): Append float128 if supported
5699         (types-basic): New variable to control the use of templates for
5700         float, double, and long double, but not for float128 or newer types.
5701         (type-basic-foreach): Likewise.
5703         * sysdeps/ieee754/float128/Makeconfig: New file.
5704         * sysdeps/ieee754/float128/Versions: New file.
5706 2017-05-09  Joseph Myers  <joseph@codesourcery.com>
5708         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRLIMIT64):
5709         Remove macro.
5710         * sysdeps/unix/sysv/linux/getrlimit64.c (__getrlimit64): Assume
5711         prlimit64 is always available and does not give an ENOSYS error.
5712         * sysdeps/unix/sysv/linux/prlimit.c [__NR_prlimit64]: Make code
5713         unconditional.
5714         [!__NR_prlimit64]: Remove conditional code.
5715         * sysdeps/unix/sysv/linux/setrlimit.c (__setrlimit): Assume
5716         prlimit64 is always available and does not give an ENOSYS error.
5717         * sysdeps/unix/sysv/linux/setrlimit64.c (__setrlimit64): Likewise.
5719 2017-05-09  Zack Weinberg  <zackw@panix.com>
5721         * sunrpc/tst-xdrmem2.c: Include stdint.h.
5723 2017-05-09  Florian Weimer  <fweimer@redhat.com>
5725         [BZ #21474]
5726         * resolv/res_libc.c (res_init): Use RES_DFLRETRY.
5727         (__res_maybe_init): Likewise.
5729 2017-05-09  Zack Weinberg  <zackw@panix.com>
5731         * extra-modules.mk: Delete file.
5732         * cppflags-iterator.mk: Rename to ...
5733         * libof-iterator.mk: ...this.  Adjust comments.
5735         * Makerules, extra-lib.mk, benchtests/Makefile, elf/Makefile
5736         * elf/rtld-Rules, iconv/Makefile, locale/Makefile, malloc/Makefile
5737         * nscd/Makefile, sunrpc/Makefile, sysdeps/s390/Makefile:
5738         Use libof-iterator.mk instead of cppflags-iterator.mk or
5739         extra-modules.mk.
5741         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Remove
5742         extra-modules.mk and cppflags-iterator.mk, add libof-iterator.mk.
5744 2017-05-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
5746         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
5748 2017-05-08  Carlos O'Donell  <carlos@redhat.com>
5750         * stdio-common/vfprintf.c (EXTSIZ): Define.
5751         (vfprintf): Use EXTSIZ.
5752         (printf_positional): Likewise.
5754 2017-05-08  Joseph Myers  <joseph@codesourcery.com>
5756         * sysdeps/unix/sysv/linux/kernel-features.h
5757         (__ASSUME_PROC_PID_TASK_COMM): Remove macro.
5758         * sysdeps/unix/sysv/linux/tst-setgetname.c: Do not include
5759         <kernel-features.h>.
5760         (do_test) [!__ASSUME_PROC_PID_TASK_COMM]: Remove conditional code.
5762         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h
5763         (__ASSUME_GETCPU_SYSCALL): Remove macro.
5765 2017-05-08  Florian Weimer  <fweimer@redhat.com>
5767         Prevent multiple deletion of temporary files.
5768         * support/temp_file.c (struct temp_name_list): Add owner member.
5769         (add_temp_file): Record owner.
5770         (support_delete_temp_files): Delete file only if owner matches.
5771         * posix/tst-exec.c (temp_fd1, temp_fd2): Define.
5772         (do_prepare): Use create_temp_file instead of add_temp_file.
5773         Initialize temp_fd1, temp_fd2.
5774         (do_test): Use global temp_fd1, temp_fd2 variables.  Let the test
5775         framework remove the temporary files.
5776         * posix/tst-exec.c (temp_fd1, temp_fd2, temp_fd3): Define.
5777         (do_prepare): Use create_temp_file instead of add_temp_file.
5778         Initialize temp_fd1, temp_fd2, temp_fd3.
5779         (do_test): Use global temp_fd1, temp_fd2, temp_fd3 variables.  Let
5780         the test framework remove the temporary files.
5781         * posix/tst-vfork3.c (do_prepare): Adjust for LIFO order of file
5782         deletion.
5783         * posix/tst-pathconf.c (do_test): Do not call rmdir on the
5784         temporary directory.  It is removed by the test framework.
5785         * dirent/tst-scandir.c (do_test): Likewise.
5787 2017-05-08  Florian Weimer  <fweimer@redhat.com>
5789         Delete temporary files in LIFO order.
5790         * support/temp_file.c (struct temp_name_list): Replace q member
5791         with next.
5792         (add_temp_file): Add new file to front of linked list.
5793         (support_delete_temp_files): Use next member.
5794         (support_print_temp_files): Likewise.
5796 2017-05-08  Florian Weimer  <fweimer@redhat.com>
5798         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
5799         sys/ultrasound.h.
5800         * sysdeps/unix/sysv/linux/sys/ultrasound.h: Remove file.
5802 2017-05-08  Joseph Myers  <joseph@codesourcery.com>
5804         * sysdeps/unix/sysv/linux/i386/configure.ac (arch_minimum_kernel):
5805         Remove.
5806         * sysdeps/unix/sysv/linux/i386/configure: Regenerated.
5807         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac
5808         (arch_minimum_kernel): Remove.
5809         * sysdeps/unix/sysv/linux/x86_64/64/configure: Regenerated.
5810         * README: Update statement about Linux kernel requirements.
5812 2017-05-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5814         * manual/llio.texi: Add preadv and pwritev documentation.
5816 2017-05-04  Joseph Myers  <joseph@codesourcery.com>
5818         [BZ #21455]
5819         * bits/stdint-intn.h: New file.
5820         * bits/stdint-uintn.h: Likewise.
5821         * stdlib/Makefile (headers): Add bits/stdint-intn.h and
5822         bits/stdint-uintn.h.
5823         * inet/netinet/in.h: Include <bits/stdint-uintn.h> instead of
5824         <stdint.h>.
5825         * posix/sys/types.h: Include <bits/stdint-intn.h>.
5826         (__int8_t_defined): Do not define here.
5827         (int8_t): Likewise.
5828         (int16_t): Likewise.
5829         (int32_t): Likewise.
5830         (int64_t): Likewise.
5831         [__GNUC_PREREQ (2, 7)] (__intN_t): Likewise.
5832         * resolv/netdb.h: Include <bits/stdint-uintn.h> instead of
5833         <stdint.h>.
5834         * include/netdb.h [_ISOMAC]: Do not include <stdint.h>.
5835         * sysdeps/generic/stdint.h: Include <bits/stdint-intn.h> and
5836         <bits/stdint-uintn.h>.
5837         (int8_t): Do not define here.
5838         (int16_t): Likewise.
5839         (int32_t): Likewise.
5840         (int64_t): Likewise.
5841         (uint8_t): Likewise.
5842         (uint16_t): Likewise.
5843         (uint32_t): Likewise.
5844         (uint64_t): Likewise.
5845         * conform/Makefile (test-xfail-XPG42/arpa/inet.h/conform): Remove
5846         variable.
5847         (test-xfail-XPG42/netdb.h/conform): Likewise.
5848         (test-xfail-XPG42/netinet/in.h/conform): Likewise.
5849         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
5850         (test-xfail-UNIX98/netdb.h/conform): Likewise.
5851         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
5853 2017-05-04  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
5855         * sysdeps/generic/math_private.h (mathx_hidden_def): New macro.
5856         * sysdeps/ieee754/ldbl-128/s_finitel.c: Replace hidden_def with
5857         the above.
5858         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
5859         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
5861 2017-05-04  Joseph Myers  <joseph@codesourcery.com>
5863         [BZ #21445]
5864         * signal/signal.h [__USE_XOPEN2K8] (bsd_signal): Do not declare.
5866         [BZ #21457]
5867         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h
5868         [_MIPS_SIM != _ABIO32] (mcontext_t): Rename field reserved to
5869         __glibc_reserved1.
5870         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h
5871         (struct _fpx_sw_bytes): Rename field padding to __glibc_reserved1.
5872         (struct _fpxreg): Likewise.
5873         [!__x86_64__] (struct _fpstate): Rename field reserved to
5874         __glibc_reserved1.  Rename field padding to __glibc_reserved2.
5875         [__x86_64__] (struct _fpstate): Rename field padding to
5876         __glibc_reserved1.
5877         (struct _xsave_hdr): Rename field reserved1 to __glibc_reserved1.
5878         Rename field reserved2 to __glibc_reserved2.
5879         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h
5880         [__x86_64__] (struct _libc_fpxreg): Rename field padding to
5881         __glibc_reserved1.
5882         [__x86_64__] (struct _libc_fpstate): Rename field padding to
5883         __glibc_reserved1.
5885 2017-05-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
5887         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Correct hwcap
5888         variable name.
5890 2017-05-03  H.J. Lu  <hongjiu.lu@intel.com>
5892         [BZ #21391]
5893         * sysdeps/i386/dl-machine.h (dl_platform_init) [IS_IN (rtld)]:
5894         Only call init_cpu_features.
5895         [!IS_IN (rtld)]: Only set GLRO(dl_platform) to NULL if needed.
5896         * sysdeps/x86_64/dl-machine.h (dl_platform_init): Likewise.
5897         * sysdeps/i386/dl-procinfo.h: Removed.
5898         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Don't include
5899         <sysdeps/i386/dl-procinfo.h> nor <ldsodefs.h>.  Include
5900         <sysdeps/x86/dl-procinfo.h>.
5901         (_dl_procinfo): Replace _DL_HWCAP_COUNT with 32.
5902         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h [!IS_IN (ldconfig)]:
5903         Include <sysdeps/x86/dl-procinfo.h> instead of
5904          <sysdeps/generic/dl-procinfo.h>.
5905         * sysdeps/x86/cpu-features.c: Include <dl-hwcap.h>.
5906         (init_cpu_features): Set dl_platform, dl_hwcap and dl_hwcap_mask.
5907         * sysdeps/x86/cpu-features.h (bit_cpu_LZCNT): New.
5908         (bit_cpu_MOVBE): Likewise.
5909         (bit_cpu_BMI1): Likewise.
5910         (bit_cpu_BMI2): Likewise.
5911         (index_cpu_BMI1): Likewise.
5912         (index_cpu_BMI2): Likewise.
5913         (index_cpu_LZCNT): Likewise.
5914         (index_cpu_MOVBE): Likewise.
5915         (index_cpu_POPCNT): Likewise.
5916         (reg_BMI1): Likewise.
5917         (reg_BMI2): Likewise.
5918         (reg_LZCNT): Likewise.
5919         (reg_MOVBE): Likewise.
5920         (reg_POPCNT): Likewise.
5921         * sysdeps/x86/dl-hwcap.h: New file.
5922         * sysdeps/x86/dl-procinfo.h: Likewise.
5923         * sysdeps/x86/dl-procinfo.c (_dl_x86_hwcap_flags): New.
5924         (_dl_x86_platforms): Likewise.
5926 2017-05-03  DJ Delorie  <dj@redhat.com>
5928         [BZ #21411]
5929         * malloc/malloc.c: Tweak realloc/MREMAP comment to be more accurate.
5931 2017-05-03  Phil Blundell  <pb@pbcl.net>
5933         * inet/netinet/in.h (struct ip_mreq_source): Correct misplaced
5934         comments.
5936 2017-05-03  Carlos O'Donell  <carlos@redhat.com>
5938         [BZ #20116]
5939         * nptl/pthread_create.c: Expand comments to describe
5940         semaphore-like and mutex-like uses of PD->lock.
5942 2017-04-03  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5944         * sysdeps/unix/sysv/linux/epoll_wait.c: New file.
5945         * sysdeps/unix/sysv/linux/generic/epoll_wait.c: Remove file.
5946         * sysdeps/unix/sysv/linux/syscalls.list: Remove epoll_wait from
5947         auto-generation list.
5948         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
5949         epoll_wait.
5950         * sysdeps/unix/sysv/linux/generic/Makefile (sysdep_routines):
5951         Remove epoll_wait.
5953         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
5954         osf_select.
5955         * sysdeps/unix/sysv/linux/alpha/select.c: New file.
5956         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove select and
5957         osf_select from auto-generation list.
5958         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
5959         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5960         * sysdeps/unix/sysv/linux/generic/select.c: Remove file.
5961         * sysdeps/unix/sysv/linux/select.c: New file.
5963         * sysdeps/unix/sysv/linux/generic/poll.c: Remove file.
5964         * sysdeps/unix/sysv/linux/poll.c: New file.
5965         * sysdeps/unix/sysv/linux/syscalls.list: Remove poll from
5966         auto-generation list.
5968 2017-05-03  Joseph Myers  <joseph@codesourcery.com>
5970         * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_ASIMDRDM):
5971         New macro.
5973 2017-05-02  Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
5975         [BZ #21179]
5976         * sysdeps/sparc/sparc64/dl-machine.h: Handle R_SPARC_DISP64 and
5977         R_SPARC_REGISTER relocations.
5979 2017-05-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5981         * include/unistd.h (__pread): Add libc_hidden_proto.
5982         (__pread64): Likewise.
5983         (__pwrite): Likewise.
5984         * sysdeps/unix/sysv/linux/microblaze/localplt.data [libc.so]
5985         (__pread64): Remove.
5986         * sysdeps/unix/sysv/linux/pread.c (__pread64): Add libc_hidden_weak.
5987         * sysdeps/unix/sysv/linux/pread64.c (__pread64): Likewise.
5988         * sysdeps/unix/sysv/linux/pwrite.c (__pwrite): Likewise.
5990 2017-05-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
5992         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5994 2017-04-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5996         * nptl/tst-cancel4-common.c: Use libsupport.
5997         * nptl/tst-cancel4-common.h: Likewise.
5998         * nptl/tst-cancel4.c (tf_read): Likewise.
5999         (tf_readv): Likewise.
6000         (tf_write): Likewise.
6001         (tf_writev): Likewise.
6002         (tf_sleep): Likewise.
6003         (tf_usleep): Likewise.
6004         (tf_nanosleep): Likewise.
6005         (tf_select): Likewise.
6006         (tf_pselect): Likewise.
6007         (tf_poll): Likewise.
6008         (tf_ppoll): Likewise.
6009         (tf_wait): Likewise.
6010         (tf_waitpid): Likewise.
6011         (tf_waitid): Likewise.
6012         (tf_sigpause): Likewise.
6013         (tf_sigsuspend): Likewise.
6014         (tf_sigwait): Likewise.
6015         (tf_sigwaitinfo): Likewise.
6016         (tf_sigtimedwait): Likewise.
6017         (tf_pause): Likewise.
6018         (tf_accept): Likewise.
6019         (tf_send): Likewise.
6020         (tf_recv): Likewise.
6021         (tf_recvfrom): Likewise.
6022         (tf_recvmsg): Likewise.
6023         (tf_open): Likewise.
6024         (tf_close): Likewise.
6025         (tf_pread): Likewise.
6026         (tf_pwrite): Likewise.
6027         (tf_preadv): Likewise.
6028         (tf_pwritev): Likewise.
6029         (tf_fsync): Likewise.
6030         (tf_fdatasync): Likewise.
6031         (tf_msync): Likewise.
6032         (tf_sendto): Likewise.
6033         (tf_sendmsg): Likewise.
6034         (tf_creat): Likewise.
6035         (tf_connect): Likewise.
6036         (tf_tcdrain): Likewise.
6037         (tf_msgrcv): Likewise.
6038         (tf_msgsnd): Likewise.
6039         * nptl/tst-cancel4_1.c (tf_sendmmsg): Likewise.
6040         * nptl/tst-cancel4_2.c (tf_recvmmsg): Likewise.
6042         * misc/tst-preadvwritev-common.c (do_prepare): Use libsupport
6043         expected arguments.
6044         (do_test): Adapt to use libsupport.
6046 2017-05-01  Joseph Myers  <joseph@codesourcery.com>
6048         * sysdeps/gnu/netinet/tcp.h (TCP_FASTOPEN_CONNECT): New macro.
6050         * sysdeps/unix/sysv/linux/bits/socket.h (PF_SMC): New macro.
6051         (PF_MAX): Set to 44.
6052         (AF_SMC): New macro.
6054         * scripts/build-many-glibcs.py (Context.checkout): Default Linux
6055         kernel version to 4.11.
6057 2017-04-28  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
6059         [BZ #21280]
6060         * sysdeps/powerpc/power7/fpu/s_logbl.c (__logbl): Ignore the
6061         signal of subnormals and adjust the exponent of power of 2 down
6062         when low part has opposite sign.
6064 2017-04-28  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
6066         * sysdeps/powerpc/powerpc64le/Implies: New file.
6067         * sysdeps/powerpc/powerpc64le/fpu/Implies: New file.
6068         * sysdeps/powerpc/powerpc64le/fpu/multiarch/Implies: New file.
6069         * sysdeps/powerpc/powerpc64le/multiarch/Implies: New file.
6070         * sysdeps/powerpc/powerpc64le/power7/Implies: New file.
6071         * sysdeps/powerpc/powerpc64le/power7/fpu/Implies: New file.
6072         * sysdeps/powerpc/powerpc64le/power7/fpu/multiarch/Implies: New file.
6073         * sysdeps/powerpc/powerpc64le/power7/multiarch/Implies: New file.
6074         * sysdeps/powerpc/powerpc64le/power8/Implies: New file.
6075         * sysdeps/powerpc/powerpc64le/power8/fpu/Implies: New file.
6076         * sysdeps/powerpc/powerpc64le/power8/fpu/multiarch/Implies: New file.
6077         * sysdeps/powerpc/powerpc64le/power8/multiarch/Implies: New file.
6078         * sysdeps/powerpc/powerpc64le/power9/Implies: New file.
6079         * sysdeps/powerpc/powerpc64le/power9/fpu/Implies: New file.
6080         * sysdeps/powerpc/powerpc64le/power9/fpu/multiarch/Implies: New file.
6081         * sysdeps/powerpc/powerpc64le/power9/multiarch/Implies: New file.
6082         * sysdeps/powerpc/preconfigure: New file.
6083         * sysdeps/unix/sysv/linux/powerpc/powerpc64le/Implies: New file.
6084         * sysdeps/unix/sysv/linux/powerpc/powerpc64le/fpu/Implies: New file.
6086 2017-04-28  Joseph Myers  <joseph@codesourcery.com>
6088         * conform/data/semaphore.h-data [XOPEN2K] (time.h): Allow header
6089         inclusion.
6090         * conform/Makefile (test-xfail-XOPEN2K/semaphore.h/conform):
6091         Remove.
6093 2017-04-27  Joseph Myers  <joseph@codesourcery.com>
6095         * conform/GlibcConform.pm (XPG4): Rename standard to XPG42.
6096         (XPG3): Rename standard to XPG4.
6097         * conform/Makefile: Likewise.
6098         * conform/list-header-symbols.pl: Likewise.
6099         * conform/data/aio.h-data: Likewise.
6100         * conform/data/arpa/inet.h-data: Likewise.
6101         * conform/data/complex.h-data: Likewise.
6102         * conform/data/ctype.h-data: Likewise.
6103         * conform/data/dlfcn.h-data: Likewise.
6104         * conform/data/fcntl.h-data: Likewise.
6105         * conform/data/fenv.h-data: Likewise.
6106         * conform/data/float.h-data: Likewise.
6107         * conform/data/fmtmsg.h-data: Likewise.
6108         * conform/data/ftw.h-data: Likewise.
6109         * conform/data/grp.h-data: Likewise.
6110         * conform/data/inttypes.h-data: Likewise.
6111         * conform/data/iso646.h-data: Likewise.
6112         * conform/data/langinfo.h-data: Likewise.
6113         * conform/data/libgen.h-data: Likewise.
6114         * conform/data/limits.h-data: Likewise.
6115         * conform/data/locale.h-data: Likewise.
6116         * conform/data/math.h-data: Likewise.
6117         * conform/data/mqueue.h-data: Likewise.
6118         * conform/data/ndbm.h-data: Likewise.
6119         * conform/data/net/if.h-data: Likewise.
6120         * conform/data/netdb.h-data: Likewise.
6121         * conform/data/netinet/in.h-data: Likewise.
6122         * conform/data/poll.h-data: Likewise.
6123         * conform/data/pthread.h-data: Likewise.
6124         * conform/data/pwd.h-data: Likewise.
6125         * conform/data/sched.h-data: Likewise.
6126         * conform/data/search.h-data: Likewise.
6127         * conform/data/semaphore.h-data: Likewise.
6128         * conform/data/signal.h-data: Likewise.
6129         * conform/data/spawn.h-data: Likewise.
6130         * conform/data/stdbool.h-data: Likewise.
6131         * conform/data/stdint.h-data: Likewise.
6132         * conform/data/stdio.h-data: Likewise.
6133         * conform/data/stdlib.h-data: Likewise.
6134         * conform/data/string.h-data: Likewise.
6135         * conform/data/strings.h-data: Likewise.
6136         * conform/data/stropts.h-data: Likewise.
6137         * conform/data/sys/mman.h-data: Likewise.
6138         * conform/data/sys/resource.h-data: Likewise.
6139         * conform/data/sys/select.h-data: Likewise.
6140         * conform/data/sys/socket.h-data: Likewise.
6141         * conform/data/sys/stat.h-data: Likewise.
6142         * conform/data/sys/statvfs.h-data: Likewise.
6143         * conform/data/sys/time.h-data: Likewise.
6144         * conform/data/sys/timeb.h-data: Likewise.
6145         * conform/data/sys/types.h-data: Likewise.
6146         * conform/data/sys/uio.h-data: Likewise.
6147         * conform/data/sys/un.h-data: Likewise.
6148         * conform/data/sys/wait.h-data: Likewise.
6149         * conform/data/syslog.h-data: Likewise.
6150         * conform/data/termios.h-data: Likewise.
6151         * conform/data/tgmath.h-data: Likewise.
6152         * conform/data/time.h-data: Likewise.
6153         * conform/data/ucontext.h-data: Likewise.
6154         * conform/data/unistd.h-data: Likewise.
6155         * conform/data/utmpx.h-data: Likewise.
6156         * conform/data/varargs.h-data: Likewise.
6157         * conform/data/wchar.h-data: Likewise.
6158         * conform/data/wctype.h-data: Likewise.
6160 2017-04-26  Joseph Myers  <joseph@codesourcery.com>
6162         * scripts/build-many-glibcs.py (Context.checkout): Default gcc
6163         version to 7 branch.
6165 2017-04-25  Uros Bizjak  <ubizjak@gmail.com>
6167         * sysdeps/alpha/fpu/math_private.h (__ieee754_sqrt): Add
6168         earlyclobber to output operand of sqrt insn.
6169         (__ieee754_sqrtf): Ditto.
6171 2017-04-25  Joseph Myers  <joseph@codesourcery.com>
6173         [BZ #21426]
6174         * misc/bits/types/struct_iovec.h: New file.
6175         * misc/Makefile (headers): Add bits/types/struct_iovec.h.
6176         * include/bits/types/struct_iovec.h: New file.
6177         * bits/uio.h (struct iovec): Replace by inclusion of
6178         <bits/types/struct_iovec.h>.
6179         * sysdeps/unix/sysv/linux/bits/uio.h (struct iovec): Likewise.
6180         * socket/sys/socket.h: Include <bits/types/struct_iovec.h> instead
6181         of <sys/uio.h>.
6182         * nptl/tst-cancel4.c: Include <sys/uio.h>
6183         * posix/test-errno.c: Likewise.
6184         * support/resolv_test.c: Likewise.
6185         * conform/Makefile (test-xfail-POSIX2008/arpa/inet.h/conform):
6186         Remove.
6187         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
6188         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
6189         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
6191         * conform/data/sys/socket.h-data (*_t): Allow.
6193 2017-04-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6195         * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Remove ununsed
6196         assignment.
6198 2017-04-24  Daurnimator  <quae@daurnimator.com>
6199             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6201         [BZ #21340]
6202         * posix/Makefile (tests): Add tst-posix_spawn-setsid to list of tests.
6203         * posix/spawn.h: define POSIX_SPAWN_SETSID flag.
6204         * posix/spawnattr_setflags.c (ALL_FLAGS): Add POSIX_SPAWN_SETSID to
6205         valid flags.
6206         * posix/tst-posix_spawn-setsid.c: Add test for POSIX_SPAWN_SETSID.
6207         * sysdeps/mach/hurd/spawni.c (__spawni): Implementation of
6208         POSIX_SPAWN_SETSID.
6209         * sysdeps/posix/spawni.c (__spawni): Likewise.
6210         * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
6211         * NEWS: Add note about POSIX_SPAWN_SETSID support.
6213 2017-04-24  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
6215         * sysdeps/generic/math_private.h: Move the declaration of many
6216         functions to sysdeps/generic/math_private_calls.h.
6217         * sysdeps/generic/math_private_calls.h: New file with the
6218         declarations of the functions removed from math_private.h
6219         macroized by floating-point type.
6221 2017-04-21  Stefan Liebler  <stli@linux.vnet.ibm.com>
6223         * sysdeps/s390/multiarch/utf8-utf32-z9.c: New File.
6224         * sysdeps/s390/utf8-utf32-z9.c: Move ifunc resolvers to multiarch
6225         folder and define ifunc versions depending on HAVE_[FROM|TO]_[C|CU|VX].
6226         (HAVE_FROM_C, HAVE_FROM_CU, HAVE_FROM_VX, HAVE_TO_C, HAVE_TO_VX,
6227         FROM_LOOP_DEFAULT, FROM_LOOP_C, FROM_LOOP_CU, FROM_LOOP_VX,
6228         TO_LOOP_DEFAULT, TO_LOOP_C, TO_LOOP_VX): New Define.
6230 2017-04-21  Stefan Liebler  <stli@linux.vnet.ibm.com>
6232         * sysdeps/s390/multiarch/utf16-utf32-z9.c: New File.
6233         * sysdeps/s390/utf16-utf32-z9.c: Move ifunc resolvers to multiarch
6234         folder and define ifunc versions depending on HAVE_[FROM|TO]_[C|VX].
6235         (HAVE_FROM_C, HAVE_FROM_VX, HAVE_TO_C, HAVE_TO_VX, FROM_LOOP_DEFAULT,
6236         FROM_LOOP_C, FROM_LOOP_VX, TO_LOOP_DEFAULT, TO_LOOP_C, TO_LOOP_VX):
6237         New Define.
6239 2017-04-21  Stefan Liebler  <stli@linux.vnet.ibm.com>
6241         * sysdeps/s390/multiarch/utf8-utf16-z9.c: New File.
6242         * sysdeps/s390/utf8-utf16-z9.c: Move ifunc resolvers to multiarch
6243         folder and define ifunc versions depending on HAVE_[FROM|TO]_[C|CU|VX].
6244         (HAVE_FROM_C, HAVE_FROM_CU, HAVE_FROM_VX, HAVE_TO_C, HAVE_TO_VX,
6245         FROM_LOOP_DEFAULT, FROM_LOOP_C, FROM_LOOP_CU, FROM_LOOP_VX,
6246         TO_LOOP_DEFAULT, TO_LOOP_C, TO_LOOP_VX): New Define.
6248 2017-04-21  Stefan Liebler  <stli@linux.vnet.ibm.com>
6250         * sysdeps/s390/multiarch/ifunc-resolve.h
6251         (s390_libc_ifunc_expr_init, s390_libc_ifunc_expr): New Define.
6252         * sysdeps/s390/multiarch/8bit-generic.c
6253         (__to_generic, __from_generic): Use s390_libc_ifunc_expr to
6254         define ifunc resolvers.
6256 2017-04-21  Florian Weimer  <fweimer@redhat.com>
6258         [BZ #20424]
6259         * manual/memory.texi (Replacing malloc): New section.
6260         (Allocating Storage For Program Data): Reference it.
6261         (The GNU Allocator): Likewise.
6263 2017-04-20  Joseph Myers  <joseph@codesourcery.com>
6265         * stdlib/Versions (__strtod_internal): List explicitly, not as
6266         wildcard.
6267         (__strtof_internal): Likewise.
6268         (__strtold_internal): Likewise.
6269         (__strtol_internal): Likewise.
6270         (__strtoll_internal): Likewise.
6271         (__strtoul_internal): Likewise.
6272         (__strtoull_internal): Likewise.
6273         (__strtoq_internal): Likewise.
6274         (__strtouq_internal): Likewise.
6275         * wcsmbs/Versions (__wcstod_internal): Likewise.
6276         (__wcstof_internal): Likewise.
6277         (__wcstold_internal): Likewise.
6278         (__wcstol_internal): Likewise.
6279         (__wcstoll_internal): Likewise.
6280         (__wcstoul_internal): Likewise.
6281         (__wcstoull_internal): Likewise.
6283 2017-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6285         * io/sys/stat.h: Use __USE_XOPEN2K8 insteaf of __USE_ATFILE for
6286         struct timespec definition.
6288 2017-04-19  Florian Weimer  <fweimer@redhat.com>
6290         * resolv/nss_dns/dns-host.c (getanswer_r): Fix parentheses.
6292 2017-04-19  Florian Weimer  <fweimer@redhat.com>
6294         * inet/rcmd.c (rresvport_af): Fix typo in comment.
6295         * inet/rexec.c (rexec_af): Likewise.
6297 2017-04-19  Zack Weinberg  <zackw@panix.com>
6299         * posix/tst-mmap-offset.c: Include stdint.h.
6300         * resolv/tst-ns_name_compress.c: Include string.h.
6301         * resolv/tst-resolv-edns.c: Include resolv.h.
6303 2017-04-19  Florian Weimer  <fweimer@redhat.com>
6305         * resolv/gai_suspend.c (gai_suspend): Replace __builtin_expect
6306         with __glibc_likely.
6307         * resolv/nss_dns/dns-host.c (getanswer_r, gaih_getanswer_slice):
6308         Replace __builtin_expect with __glibc_unlikely.
6309         * resolv/res_init.c (__res_vinit): Likewise.
6310         * resolv/res_query.c (__libc_res_nquery): Likewise.
6311         * resolv/res_send.c (__libc_res_nsend): Likewise.
6313 2017-04-19  Florian Weimer  <fweimer@redhat.com>
6315         [BZ #15722]
6316         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Create socket
6317         with SOCK_CLOEXEC.
6318         * resolv/res_send.c (send_vc, reopen): Likewise.
6319         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Likewise.
6320         * sysdeps/unix/sysv/linux/check_native.c (__check_native):
6321         Likewise.
6322         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_open): Likewise.
6323         * inet/rexec.c (rexec_af): Add comment.
6324         * inet/rcmd.c (rresvport_af): Likewise.
6326 2017-04-19  Florian Weimer  <fweimer@redhat.com>
6328         * nscd/connections.c (have_accept4): Removed definition.
6329         (nscd_run_worker, main_loop_poll, main_loop_epolll): Assume that
6330         accept4 works.
6331         * manual/install.texi (Linux): Require at least kernel 3.2.18 for
6332         ia64 because that was the first version with accept4 support.
6333         * support/Makefile (libsupport-routines): Add xaccept4.
6334         * support/xsocket.h (xaccept4): Declare.
6335         * support/xaccept4.c: New file.
6336         * socket/tst-accept4.c: New file.
6337         * socket/Makefile (tests): Add tst-accept4.
6338         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Remove
6339         definition.
6340         * sysdeps/nacl/kernel-features.h (__ASSUME_ACCEPT4): Remove
6341         comment.
6342         * sysdeps/unix/sysv/linux/accept4.c: Assume that an accept4
6343         implementation is available.
6344         (accept4): Use the system call if available, otherwise use the
6345         socket call.
6346         * sysdeps/unix/sysv/linux/ia64/configure.ac (arch_minimum_kernel):
6347         Set to 3.2.18.
6348         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6349         (__ASSUME_ACCEPT4_SYSCALL, __ASSUME_ACCEPT4): Do not undefine.
6350         accept4 is unconditionally available in later 3.2 stable kernels.
6351         (__ASSUME_ACCEPT4_SYSCALL): Define.
6352         * sysdeps/unix/sysv/linux/kernel-features.h
6353         (__ASSUME_ACCEPT4_SOCKETCALL, __ASSUME_ACCEPT4): Remove
6354         definitions.
6355         * sysdeps/unix/sysv/linux/i386/kernel-features.h
6356         (__ASSUME_ACCEPT4_SYSCALL): Define for Linux 4.3 or later.
6358 2017-04-18  Joseph Myers  <joseph@codesourcery.com>
6360         * conform/Makefile (tests-special): Do not make addition of
6361         $(conformtest-header-tests) conditional on [$(cross-compiling) = no].
6362         (generated): Do not make addition of $(conformtest-header-base)
6363         conditional on [$(cross-compiling) = no].
6365         [BZ #21267]
6366         * sysdeps/unix/sysv/linux/bits/socket.h (IOCSIZE_MASK): Undefine
6367         if defined by <asm/socket.h> and not previously defined.
6368         (IOCSIZE_SHIFT): Likewise.
6369         (IOC_IN): Likewise.
6370         (IOC_INOUT): Likewise.
6371         (IOC_OUT): Likewise.
6373 2017-04-18  H.J. Lu  <hongjiu.lu@intel.com>
6375         [BZ #21396]
6376         * sysdeps/x86/cpu-features.c (init_cpu_features): Set
6377         Prefer_No_AVX512 if AVX512ER isn't available.
6378         * sysdeps/x86/cpu-features.h (bit_arch_Prefer_No_AVX512): New.
6379         (index_arch_Prefer_No_AVX512): Likewise.
6380         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Don't use
6381         AVX512 version if Prefer_No_AVX512 is set.
6382         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk):
6383         Likewise.
6384         * sysdeps/x86_64/multiarch/memmove.S (__libc_memmove): Likewise.
6385         * sysdeps/x86_64/multiarch/memmove_chk.S (__memmove_chk):
6386         Likewise.
6387         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
6388         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk):
6389         Likewise.
6390         * sysdeps/x86_64/multiarch/memset.S (memset): Likewise.
6391         * sysdeps/x86_64/multiarch/memset_chk.S (__memset_chk):
6392         Likewise.
6394 2017-04-18  H.J. Lu  <hongjiu.lu@intel.com>
6396         * sysdeps/x86/cpu-features.c (init_cpu_features): Set
6397         Prefer_No_VZEROUPPER if AVX512ER is available.
6398         * sysdeps/x86/cpu-features.h
6399         (bit_cpu_AVX512PF): New.
6400         (bit_cpu_AVX512ER): Likewise.
6401         (bit_cpu_AVX512CD): Likewise.
6402         (bit_cpu_AVX512BW): Likewise.
6403         (bit_cpu_AVX512VL): Likewise.
6404         (index_cpu_AVX512PF): Likewise.
6405         (index_cpu_AVX512ER): Likewise.
6406         (index_cpu_AVX512CD): Likewise.
6407         (index_cpu_AVX512BW): Likewise.
6408         (index_cpu_AVX512VL): Likewise.
6409         (reg_AVX512PF): Likewise.
6410         (reg_AVX512ER): Likewise.
6411         (reg_AVX512CD): Likewise.
6412         (reg_AVX512BW): Likewise.
6413         (reg_AVX512VL): Likewise.
6415 2017-04-18  Florian Weimer  <fweimer@redhat.com>
6417         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Assume that
6418         O_CLOEXEC is defined.
6419         * include/fcntl.h (__have_o_cloexec): Remove declaration.
6420         * io/Makefile (aux): Remove.
6421         * io/have_o_cloexec.c: Remove file.
6422         * libio/fileops.c (_IO_new_file_fopen): Assume that O_CLOEXEC is
6423         defined and works.
6424         * libio/iopopen.c (_IO_new_proc_open): Assume that O_CLOEXEC is
6425         defined.
6426         * login/utmp_file.c (O_flags): Remove definition.
6427         (setutent_file): Use O_CLOEXEC instead of O_flags.  Assume that
6428         O_CLOEXEC works.
6429         (pututline_file): Likewise.
6430         * malloc/mtrace.c: Assume that O_CLOEXEC works.
6431         * nis/nss_compat/compat-grp.c (__compat_have_cloexec): Remove
6432         definition.
6433         (internal_setgrent): Assume that O_CLOEXEC works.
6434         * nis/nss_compat/compat-initgroups.c (__compat_have_cloexec):
6435         Remove definition.
6436         (internal_setgrent): Assume that O_CLOEXEC works.
6437         * nis/nss_compat/compat-pwd.c (__compat_have_cloexec): Remove
6438         definition.
6439         (internal_setpwent): Assume that O_CLOEXEC works.
6440         * nis/nss_compat/compat-spwd.c (__compat_have_cloexec): Remove
6441         definition.
6442         (internal_setspent): Assume that O_CLOEXEC works.
6443         * nscd/connections.c (EXTRA_O_FLAGS): Remove definition.
6444         (nscd_init): Use O_CLOEXEC instead of EXTRA_O_FLAGS.  Assume that
6445         O_CLOEXEC is defined and works.
6446         * nss/Makefile (libnss_files-routines): Remove
6447         files-have_o_cloexec.
6448         * nss/nss_db/db-open.c (internal_setent): Assume that O_CLOEXEC is
6449         defined.
6450         * nss/nss_files/files-XXX.c (internal_setent): Assume that
6451         O_CLOEXEC is defined and works.
6452         * nss/nss_files/files-alias.c (internal_setent): Likewise.
6453         * nss/nss_files/files-have_o_cloexec.c: Remove.
6454         * posix/wordexp.c (exec_comm_child): Assume that O_CLOEXEC is
6455         defined.
6456         * shadow/lckpwdf.c (__lckpwdf): Assume that O_CLOEXEC is defined
6457         and works.
6458         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_O_CLOEXEC): Remove
6459         definition.
6460         * sysdeps/nacl/kernel-features.h (__ASSUME_O_CLOEXEC): Likewise.
6461         * sysdeps/posix/getcwd.c (__getcwd): Assume that O_CLOEXEC works.
6462         * sysdeps/posix/opendir.c (opendir_oflags): Turn into enum constant.
6463         (__opendirat, __opendir): Adjust opendir_oflags call.
6464         (check_have_o_cloexec): Remove.
6465         (__alloc_dir): Assume that O_CLOEXEC is defined and works.
6466         * sysdeps/posix/shm_open.c (shm_open): Assume that O_CLOEXEC is
6467         defined.
6468         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_O_CLOEXEC):
6469         Remove definition.
6471 2017-04-18  Florian Weimer  <fweimer@redhat.com>
6473         * include/unistd.h (__have_dup3): Remove declaration.
6474         * libio/freopen.c (freopen): Assume that O_CLOEXEC is defined and
6475         dup3 is available.
6476         * libio/freopen64.c (freopen64): Likewise.
6477         * socket/Makefile (aux): Remove have_sock_cloexec.
6478         * socket/have_sock_cloexec.c: Remove file.
6479         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Remove
6480         definition.
6481         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_DUP3):
6482         Likewise.
6483         * sysdeps/nacl/kernel-features.h: Update comment.
6485 2017-04-18  Florian Weimer  <fweimer@redhat.com>
6487         * include/unistd.h (__have_pipe2): Remove declaration.
6488         * socket/have_sock_cloexec.c (__have_pipe2): Remove definition.
6489         * libio/iopopen.c (_IO_new_proc_open): Assume that pipe2 is
6490         available.
6491         * posix/wordexp.c (exec_comm_child, exec_comm): Likewise.
6492         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PIPE2):
6493         Remove definition.
6495 2017-04-18  Florian Weimer  <fweimer@redhat.com>
6497         * malloc/malloc.c (cfree): Turn into compat symbol.
6498         (__cfree): Remove alias.
6499         * stdlib/stdlib.h (cfree): Remove declaration.
6500         * malloc/malloc.h (cfree): Likewise.
6501         * manual/memory.texi (Freeing after Malloc): Remove cfree.
6502         * malloc/Versions (GLIBC_2.26): Add.
6504 2017-04-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
6506         * sysdeps/powerpc/powerpc64/multiarch/Makefile
6507         (sysdep_routines): Add strrchr-power8.
6508         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6509         (strrchr): Add __strrchr_power8 to list of strrchr functions.
6510         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power8.S: New file.
6511         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c
6512         (strrchr): Add __strrchr_power8 to ifunc list.
6513         * sysdeps/powerpc/powerpc64/power8/strrchr.S: New file.
6515 2017-04-17  Rabin Vincent  <rabinv@axis.com>
6517         [BZ #21357]
6518         * sysdeps/generic/unwind-dw2-fde.c (__deregister_frame_info_bases):
6519         Call free() outside of mutex.
6521 2017-04-13  Florian Weimer  <fweimer@redhat.com>
6523         * csu/check_fds.c (__libc_check_standard_fds): Assume O_NOFOLLOW
6524         is defined.
6525         * elf/rtld.c (process_envvars): Likewise.
6526         * sysdeps/posix/shm_open.c (shm_open): Likewise.
6527         * elf/dl-profile.c (EXTRA_FLAGS): Remove definition.  Use
6528         O_NOFOLLOW directly.
6529         * gmon/gmon.c (O_NOFOLLOW): Remove definition.
6531 2017-04-13  Florian Weimer  <fweimer@redhat.com>
6533         [BZ #21369]
6534         Remove EDNS fallback.
6535         * resolv/res_query.c (__libc_res_nquery): Remove RES_F_EDNS0ERR
6536         handling.
6537         * resolv/res_send.c (send_dg): Likewise.
6538         * resolv/tst-resolv-edns.c (response): Handle "formerr." and
6539         "tcp." prefixes.
6540         (do_test): Send a "formerr."-prefixed query in an attempt to
6541         trigger EDNS fallback.
6543 2017-04-13  Florian Weimer  <fweimer@redhat.com>
6545         [BZ #21361]
6546         Limit EDNS buffer size to 1200 bytes.
6547         * include/resolv.h (__res_nopt): Remove declaration.
6548         * resolv/Makefile (tests): tst-resolv-edns.
6549         (tst-resolv-edns): Link with -lresolv, -lpthread.
6550         * resolv/res_mkquery.c (__res_ntop): Limit EDNS buffer size to the
6551         interval [512, 1200].
6552         * resolv/res_query.c (__libc_res_nquery): Use 1200 buffer size if
6553         we can resize the buffer.
6554         * resolv/resolv-internal.h (RESOLV_EDNS_BUFFER_SIZE): Define.
6555         (__res_nopt): Declare.
6556         * resolv/tst-resolv-edns.c: New file.
6557         * resolv/resolv_test.h (struct resolv_edns_info): Define.
6558         (struct resolv_response_context): Add edns member.
6559         * resolv/resolv_test.c (struct query_info): Add edns member.
6560         (parse_query): Extract EDNS information from the query.
6561         (server_thread_udp_process_one): Propagate EDNS data.
6562         (server_thread_tcp_client): Likewise.
6564 2017-04-13  Florian Weimer  <fweimer@redhat.com>
6566         [BZ #21359]
6567         * resolv/ns_name.c (ns_name_pack): Do not require an additional
6568         byte in the destination buffer.  Avoid out-of-bounds pointer
6569         arithmetic.
6570         * resolv/Makefile (tests): Add tst-ns_name_compress.
6571         (tst-ns_name_compress): Link with -lresolv.
6572         * resolv/tst-ns_name_compress.c: New file.
6573         * resolv/tst-resolv-basic.c (LONG_NAME): Define.
6574         (response): Recognize LONG_NAME.
6575         (do_test): Add LONG_NAME tests.
6576         * resolv/tst-ns_name.c (run_test_case): Fix expected data check
6577         for ns_name_unpack.  Add tests for ns_name_pton and
6578         ns_name_compress.
6580 2017-04-13  Florian Weimer  <fweimer@redhat.com>
6582         * resolv/resolv.h (RES_EXHAUSTIVE, p_section, res_npquery)
6583         (res_nisourserver): Remove definition.
6584         (p_section, res_npquery, res_nisourserver): Remove declaration.
6585         (RES_F_VC, RES_F_CONN, RES_F_EDNS0ERR): Move ...
6586         * resolv/resolv-internal.h (RES_F_VC, RES_F_CONN, RES_F_EDNS0ERR):
6587         ... here.
6588         * resolv/res_send.c: Include <resolv/resolv-internal.h> instead of
6589         <resolv.h>.
6590         * resolv/res_query.c: Likewise.
6591         * resolv/res_debug.c (p_section): Define as static.
6593 2017-04-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
6595         * sysdeps/powerpc/powerpc64/multiarch/Makefile (sysdep_routines): Add
6596         strncat-power8.
6597         * sysdeps/powerpc/powerpc64/multiarch/strncat.c (strncat): Add
6598         __strncat_power8 to ifunc list.
6599         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6600         (strncat): Add __strncat_power8 to list of strncat functions.
6601         * sysdeps/powerpc/powerpc64/multiarch/strncat-power8.c: New file.
6603 2017-04-11  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6605         [BZ #21270]
6606         * posix/tst-mmap-offset.c (do_prepare): New function.
6607         (do_test): Rename to do_test_bz18877 and use FAIL_RET.
6608         (do_test_bz21270): New function.
6609         * sysdeps/unix/sysv/linux/aarch64/mmap.c: Remove file.
6610         * sysdeps/unix/sysv/linux/arm/mmap.c: Remove file.
6611         * sysdeps/unix/sysv/linux/generic/wordsize-32/mmap.c: Likewise.
6612         * sysdeps/unix/sysv/linux/hppa/mmap.c: Likewise.
6613         * sysdeps/unix/sysv/linux/i386/mmap.c: Likewise.
6614         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
6615         * sysdeps/unix/sysv/linux/m68k/mmap64.c: Likewise.
6616         * sysdeps/unix/sysv/linux/microblaze/mmap.S: Likewise.
6617         * sysdeps/unix/sysv/linux/mips/mips32/mmap.c: Likewise.
6618         * sysdeps/unix/sysv/linux/mips/mips64/n32/mmap.c: Likewise.
6619         * sysdeps/unix/sysv/linux/mips/mips64/n64/mmap64.c: Likewise.
6620         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6621         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6622         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
6623         * sysdeps/unix/sysv/linux/wordsize-64/mmap.c: Likewise.
6624         * sysdeps/unix/sysv/linux/wordsize-64/mmap64.c: Likewise.
6625         * sysdeps/unix/sysv/linux/x86_64/64/mmap.c: Likewise.
6626         * sysdeps/unix/sysv/linux/mmap_internal.h: New file.
6627         * sysdeps/unix/sysv/linux/m68k/mmap_internal.h: Likewise.
6628         * sysdeps/unix/sysv/linux/mips/mips64/n32/mmap_internal.h: Likewise.
6629         * sysdeps/unix/sysv/linux/s390/mmap_internal.h: Likewise.
6630         * sysdeps/unix/sysv/linux/x86_64/64/mmap_internal.h: Likewise.
6631         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Remove mmap
6632         from auto-generation list.
6633         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Likewise.
6634         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
6635         * sysdeps/unix/sysv/linux/mmap.c: New file.
6636         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Add check for invalid
6637         offsets and support for mmap2 syscall.
6639         * posix/globtest.sh: Add cleanup routine on trap 0.
6641 2017-04-11  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
6643         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: Define the
6644         implementation-specific function name and remove unneeded
6645         macros definition.
6646         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: Likewise.
6647         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: Likewise.
6648         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Set a default function
6649         name if not defined and pass as parameter to macros accordingly.
6650         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
6651         * sysdeps/powerpc/powerpc64/power7/memmove.S: Likewise.
6653         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: Define the
6654         implementation-specific function name and remove unneeded
6655         macros definition.
6656         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: Likewise.
6657         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: Likewise.
6658         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: Likewise.
6659         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: Likewise.
6660         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
6661         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: Likewise.
6662         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Set a default function
6663         name if not defined and pass as parameter to macros accordingly.
6664         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
6665         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
6666         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
6667         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
6668         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
6669         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.
6671         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: Define the
6672         implementation-specific function name and remove unneeded macros
6673         definition.
6674         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: Likewise.
6675         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: Likewise.
6676         * sysdeps/powerpc/powerpc64/power7/memchr.S: Set a default
6677         function name if not defined and pass as parameter to macros
6678         accordingly.
6679         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
6680         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Likewise.
6682         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: Define the
6683         implementation-specific function name and remove unneeded macros
6684         definition.
6685         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
6686         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
6687         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: Likewise.
6688         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
6689         * sysdeps/powerpc/powerpc64/memset.S: Set a default function name if
6690         not defined and pass as parameter to macros accordingly.
6691         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
6692         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6693         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
6694         * sysdeps/powerpc/powerpc64/power8/memset.S: Likewise.
6696         * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S: Define the
6697         strcasestr implementation name and remove unneeded macros definition.
6698         * sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: Define
6699         strstr implementation name and remove unneeded macros definition.
6700         * sysdeps/powerpc/powerpc64/power7/strstr.S: Set a default function
6701         name if not defined and pass as parameter to macros accordingly.
6702         * sysdeps/powerpc/powerpc64/power8/strcasestr.S: Likewise.
6704         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: Define the
6705         implementation-specific function name and remove unneeded macros
6706         definition.
6707         * sysdeps/powerpc/powerpc64/multiarch/strchr-power8.S: Likewise.
6708         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: Likewise.
6709         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: Likewise.
6710         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power8.S: Likewise.
6711         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: Likewise.
6712         * sysdeps/powerpc/powerpc64/power7/strchr.S: Set a default
6713         function name if not defined and pass as parameter to macros
6714         accordingly.
6715         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Likewise.
6716         * sysdeps/powerpc/powerpc64/power7/strrchr.S: Likewise.
6717         * sysdeps/powerpc/powerpc64/power8/strchr.S: Likewise.
6718         * sysdeps/powerpc/powerpc64/strchr.S: Likewise.
6720         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: Define
6721         the strlen implementation name and remove unneeded macros definition.
6722         * sysdeps/powerpc/powerpc64/multiarch/strlen-power8.S: Likewise.
6723         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
6724         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Define
6725         the strnlen implementation name and remove unneeded macros definition.
6726         * sysdeps/powerpc/powerpc64/power7/strlen.S: Set a default function
6727         name if not defined and pass as parameter to macros accordingly.
6728         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Likewise.
6729         * sysdeps/powerpc/powerpc64/power8/strlen.S: Likewise.
6730         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
6732         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Define
6733         the implementation-specific function name and remove unneeded
6734         macros definition.
6735         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: Likewise.
6736         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S Likewise.
6737         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S: Likewise.
6738         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
6739         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: Likewise.
6740         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: Likewise.
6741         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: Likewise.
6742         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S: Likewise.
6743         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
6744         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Set a default function
6745         name if not defined and pass as parameter to macros accordingly.
6746         * sysdeps/powerpc/powerpc64/power7/strcmp.S: Likewise.
6747         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
6748         * sysdeps/powerpc/powerpc64/power8/strcmp.S: Likewise.
6749         * sysdeps/powerpc/powerpc64/power8/strncmp.S: Likewise.
6750         * sysdeps/powerpc/powerpc64/power9/strcmp.S: Likewise.
6751         * sysdeps/powerpc/powerpc64/power9/strncmp.S: Likewise.
6752         * sysdeps/powerpc/powerpc64/strcmp.S: Likewise.
6753         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
6755         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: Define the
6756         implementation-specific function name and remove unneeded macros
6757         definition.
6758         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: Likewise.
6759         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Likewise.
6760         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: Likewise.
6761         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: Likewise.
6762         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: Likewise.
6763         * sysdeps/powerpc/powerpc64/power7/strncpy.S: Set a default
6764         function name if not defined.
6765         * sysdeps/powerpc/powerpc64/power8/strcpy.S: Likewise.
6766         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Likewise.
6768 2017-04-11  Paul Clarke  <pc@us.ibm.com>
6770         * elf/elf.h (AT_L1I_CACHESIZE, AT_L1I_CACHEGEOMETRY, AT_L1D_CACHESIZE,
6771         AT_L1D_CACHEGEOMETRY, AT_L2_CACHESIZE, AT_L2_CACHEGEOMETRY,
6772         AT_L3_CACHESIZE, AT_L3_CACHEGEOMETRY): New.  Add auxvec
6773         identifiers from kernel arch/powerpc/include/uapi/asm/auxvec.h.
6775 2017-04-11  Florian Weimer  <fweimer@redhat.com>
6776             Zack Weinberg  <zackw@panix.com>
6778         * manual/filesys.texi (Reading/Closing Directory): Mark readdir,
6779         readdir64 as thread-safe.  Update warning about readdir_r.
6781 2017-04-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6783         * sysdeps/unix/sysv/linux/x86/Implies: New file.
6784         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: Move to ...
6785         * sysdeps/alpha/nptl/bits/pthreadtypes.h: ... here.
6786         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Move to ...
6787         * sysdeps/powerpc/nptl/bits/pthreadtypes.h: ... here.
6788         * sysdeps/x86/bits/pthreadtypes.h: Move to ...
6789         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
6791 2017-04-10  H.J. Lu  <hongjiu.lu@intel.com>
6793         * sysdeps/i386/dl-procinfo.c: Include
6794         <sysdeps/x86/dl-procinfo.c>.
6795         * sysdeps/x86_64/dl-procinfo.c: Likewise.
6796         * sysdeps/x86/dl-procinfo.c: New file.
6798 2017-04-10  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
6800         * sysdeps/generic/math_private.h: Remove declarations of
6801         many functions that are already declared in math.h.
6802         * sysdeps/ieee754/ldbl-128/e_logl.c: Include math.h to get the
6803         declaration for __frexpl.
6804         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Include math.h to get
6805         the declarations for __scalbnl and fabsl.
6807 2017-04-09  Dmitry V. Levin  <ldv@altlinux.org>
6809         [BZ #20831]
6810         * elf/dl-map-segments.h (_dl_map_segments): Check for failure
6811         of __mprotect to change protection on the excess portion
6812         to disallow all access.
6814 2017-04-07  H.J. Lu  <hongjiu.lu@intel.com>
6816         * sysdeps/i386/fpu/fclrexcpt.c (__feclearexcept): Use
6817         HAS_CPU_FEATURE to check for SSE.
6818         * sysdeps/i386/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6819         * sysdeps/i386/fpu/feenablxcpt.c (feenableexcept): Likewise.
6820         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Likewise.
6821         * sysdeps/i386/fpu/fegetmode.c (fegetmode): Likewise.
6822         * sysdeps/i386/fpu/feholdexcpt.c (__feholdexcept): Likewise.
6823         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Likewise.
6824         * sysdeps/i386/fpu/fesetmode.c (fesetmode): Likewise.
6825         * sysdeps/i386/fpu/fesetround.c (__fesetround): Likewise.
6826         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
6827         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Likewise.
6828         * sysdeps/i386/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
6829         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
6830         * sysdeps/i386/setfpucw.c (__setfpucw): Likewise.
6831         * sysdeps/x86/cpu-features.h (bit_cpu_SSE): New.
6832         (index_cpu_SSE): Likewise.
6833         (reg_SSE): Likewise.
6835 2017-04-07  Paul Eggert  <eggert@cs.ucla.edu>
6837         * posix/getopt1.c: Include <config.h>, not "config.h".
6839 2017-04-07  Zack Weinberg  <zackw@panix.com>
6841         * posix/bits/getopt_core.h, posix/bits/getopt_ext.h
6842         * posix/getopt.c, posix/getopt1.c, posix/getopt_int.h:
6843         Mention in top-of-file boilerplate that these files are shared
6844         with gnulib.
6845         * posix/getopt.h, posix/bits/getopt_posix.h:
6846         Mention in top-of-file boilerplate that these files are NOT shared
6847         with gnulib, unlike the rest of the getopt implementation.
6849         * posix/bits/getopt_core.h, posix/bits/getopt_ext.h:
6850         New files, intended to be shared with gnulib.
6851         * posix/bits/getopt_posix.h:
6852         New file, not intended to be shared with gnulib.
6853         * posix/getopt.h: Now just includes features.h,
6854         bits/getopt_core.h, and bits/getopt_ext.h.  Will
6855         no longer be shared with gnulib.
6856         * include/bits/getopt_core.h, include/bits/getopt_ext.h
6857         * include/bits/getopt_posix.h: New wrappers.
6858         * posix/Makefile: Install new headers.
6859         * posix/unistd.h, libio/stdio.h:
6860         Include bits/getopt_posix.h instead of getopt.h.
6862         * include/libc-symbols.h: For gnulib compatibility, define
6863         _GL_UNUSED, _GL_UNUSED_LABEL, _GL_ATTRIBUTE_PURE, and
6864         _GL_ATTRIBUTE_CONST.
6865         * posix/getopt.c (_getopt_initialize): Mark argc and argv
6866         parameters with _GL_UNUSED.
6868         * posix/getopt.c: When used standalone, define __libc_use_alloca
6869         as always false and alloca to abort if called.
6870         (process_long_option): Rewrite handling of ambiguous long options
6871         to use a single boolean vector, not a linked list; use
6872         __libc_use_alloca to decide whether to allocate this using alloca.
6873         * posix/tst-getopt_long1.c: Adjust text of expected error message.
6875         * posix/getopt.c (process_long_option): New function split out
6876         from _getopt_internal_r.
6877         (_getopt_internal_r): Replace both copies of the long-option
6878         processing code with calls to process_long_option.
6879         * posix/bug-getopt4.c (one_test): Print argv[0] in error messages.
6880         (do_test): Differentiate argv[0] in the two subtests.
6882         * posix/getopt_int.h (_getopt_data): Remove __posixly_correct field.
6883         * posix/getopt.c (_getopt_internal_r): Move some initialization code...
6884         (_getopt_initialize): ...here. Don't set d->__posixly_correct.
6886         * posix/getopt.h: Add backup definition of __nonnull for
6887         consistency with gnulib.  Define __getopt_argv_const to const
6888         if not already defined.
6889         (getopt): Update doc comment from gnulib.  Prototype
6890         unconditionally.  Add __nonnull annotation.
6891         (__posix_getopt): Add __nonnull annotation.
6892         (getopt_long, getopt_long_only): Use __getopt_argv_const in
6893         prototypes for consistency with gnulib.  Add __nonnull
6894         annotations.
6895         * posix/getopt.c (_getopt_initialize, _getopt_internal_r)
6896         (getopt_internal): Change 'argv' argument to type 'char **'.
6897         Remove now-unnecessary casts.
6898         (getopt, __posix_getopt): Eliminate repetition with a macro.
6899         Cast 'argv' to 'char **' when calling _getopt_internal.
6900         * posix/getopt1.c (getopt_long, getopt_long_only):
6901         Use __getopt_argv_const for consistency with gnulib.
6902         Cast 'argv' to 'char **' when calling _getopt_internal.
6903         (_getopt_long_r, _getopt_long_only_r):
6904         Change 'argv' argument to type 'char **'.
6905         (main): Constify 'long_options'.
6906         * posix/getopt_int.h (getopt_internal, _getopt_internal_r)
6907         (_getopt_long_r, _getopt_long_only_r):
6908         Change 'argv' argument to type 'char **'.
6910         * stdio-common/fxprintf.c (__fxprintf_nocancel): New function.
6911         (locked_vfxprintf): New helper function. Handle arbitrary
6912         multibyte strings, not just ASCII.
6913         * include/stdio.h: Declare __fxprintf_nocancel.
6914         * posix/getopt.c: When _LIBC is defined, define fprintf to
6915         __fxprintf_nocancel, flockfile to _IO_flockfile, and funlockfile
6916         to _IO_funlockfile.  When neither _LIBC nor
6917         _POSIX_THREAD_SAFE_FUNCTIONS is defined, define flockfile and
6918         funlockfile as no-ops.
6919         (_getopt_internal_r): Remove all internal #ifdef _LIBC blocks;
6920         the standalone error-printing code can now be used for libc as
6921         well.  Add an flockfile/funlockfile pair around one case where
6922         the error message is printed in several chunks.  Don't use fputc.
6923         * posix/tst-getopt-cancel.c: New test.
6924         * posix/Makefile: Run it.
6926         * posix/getopt.c (_getopt_internal_r): Don't increment
6927         d->optind a second time when reporting ambiguous -W options.
6929         * posix/getopt_int.h: Include getopt.h.
6930         Use impl-namespace names for all arguments to _getopt_internal and
6931         _getopt_internal_r.
6932         Declare __ordering enum outside the struct.
6933         Harmonize comments with gnulib.
6934         * posix/getopt1.c: Simplify #ifdeffage at top of file. Remove
6935         ELIDE_CODE logic entirely.  Move inclusion of stdlib.h to
6936         #ifdef TEST block and make unconditional.  Do not define NULL.
6937         * posix/getopt.c: Partial merge from gnulib, covering the
6938         initial includes and global declarations, commentary, and
6939         a couple of semantically-neutral code changes.
6941         * posix/getopt.c, posix/getopt.h, posix/getopt1.c, posix/getopt_int.h:
6942         Use '...' instead of `...' for quotation marks inside
6943         comments and strings.
6945         * config.h.in (USE_NONOPTION_FLAGS): Remove.
6946         * csu/init-first.c: Remove all #ifdef USE_NONOPTION_FLAGS blocks.
6947         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
6948         * posix/getopt_int.h: Likewise.
6949         * posix/getopt.c: Likewise. Also remove SWAP_FLAGS and the
6950         __libc_argc and __libc_argv externs, which were only used by
6951         #ifdef USE_NONOPTION_FLAGS blocks.
6952         * posix/getopt_init.c: Remove file.
6953         * posix/Makefile (routines): Remove getopt_init.
6954         * include/getopt.h: Don't declare __getopt_initialize_environment.
6955         * manual/getopt.texi: Remove mention of USE_NONOPTION_FLAGS in
6956         a comment.
6958 2017-04-07  Florian Weimer  <fweimer@redhat.com>
6960         * resolv/res_mkquery.c (res_nmkquery): Remove IQUERY support.
6962 2017-04-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6964         * sysdeps/sparc/sparc32/Makefile (libc.so-gnulib): New rule.
6965         * sysdeps/sparc/sparc32/sparcv8/udiv.S (.udiv): Make a strong_alias
6966         to __wrap_.udiv.
6967         * sysdeps/sparc/sparc32/sparcv9/udiv.S (.udiv): Likewise.
6968         * sysdeps/sparc/sparc32/udiv.S (.udiv): Likewise.
6970         * sysdeps/i386/symbol-hacks.h: New file.
6971         * sysdeps/m68k/symbol-hacks.h: New file.
6972         * sysdeps/powerpc/powerpc32/symbol-hacks.h: New file.
6973         * sysdeps/s390/s390-32/symbol-hacks.h: New file.
6974         * sysdeps/unix/sysv/linux/i386/Makefile
6975         [$(subdir) = csu] (sysdep_routines): New rule: divdi3 object.
6976         [$(subdir) = csu] (sysdep-only-routines): Likewise.
6977         [$(subdir) = csu] (CFLAGS-divdi3.c): Likewise.
6978         * sysdeps/unix/sysv/linux/m68k/Makefile
6979         [$(subdir) = csu] (sysdep_routines): Likewise.
6980         [$(subdir) = csu] (sysdep-only-routines): Likewise.
6981         [$(subdir) = csu] (CFLAGS-divdi3.c): Likewise.
6982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
6983         [$(subdir) = csu] (sysdep_routines): Likewise.
6984         [$(subdir) = csu] (sysdep-only-routines): Likewise.
6985         [$(subdir) = csu] (CFLAGS-divdi3.c): Likewise.
6986         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile
6987         [$(subdir) = csu] (sysdep_routines): Likewise.
6988         [$(subdir) = csu] (sysdep-only-routines): Likewise.
6989         [$(subdir) = csu] (CFLAGS-divdi3.c): Likewise.
6990         * sysdeps/wordsize-32/Makefile: Remove file.
6991         * sysdeps/wordsize-32/symbol-hacks.h: Definitions move to ...
6992         * sysdeps/wordsize-32/divdi3-symbol-hacks.h: ... here.
6994 2017-04-05  H.J. Lu  <hongjiu.lu@intel.com>
6996         * elf/tst-dlopen-aout.c (TEST_FUNCTION): Removed.
6997         (TEST_FUNCTION_ARGV): New.
6999 2017-04-05  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
7001         * elf/next.c: Import support/test-driver.c instead of
7002         test-skeleton.c and delete TEST_FUNCTION macro definition.
7003         * elf/nodelete.c: Likewise.
7004         * elf/order2.c: Likewise.
7005         * elf/tst-_dl_addr_inside_object.c: Likewise.
7006         * elf/tst-addr1.c: Likewise.
7007         * elf/tst-align.c: Likewise.
7008         * elf/tst-align2.c: Likewise.
7009         * elf/tst-audit11.c: Likewise.
7010         * elf/tst-audit12.c: Likewise.
7011         * elf/tst-audit2.c: Likewise.
7012         * elf/tst-audit9.c: Likewise.
7013         * elf/tst-auxv.c: Likewise and define TEST_FUNCTION_ARGV macro.
7014         * elf/tst-deep1.c: Likewise.
7015         * elf/tst-dl-iter-static.c: Likewise.
7016         * elf/tst-dlmodcount.c: Likewise.
7017         * elf/tst-dlmopen1.c: Likewise.
7018         * elf/tst-dlmopen2.c: Likewise.
7019         * elf/tst-dlmopen3.c: Likewise.
7020         * elf/tst-dlopen-aout.c: Likewise.
7021         * elf/tst-dlopenrpath.c: Likewise.
7022         * elf/tst-dlsym-error.c: Likewise.
7023         * elf/tst-execstack-needed.c: Likewise.
7024         * elf/tst-execstack-prog.c: Likewise.
7025         * elf/tst-execstack.c: Likewise.
7026         * elf/tst-global1.c: Likewise.
7027         * elf/tst-gnu2-tls1.c: Likewise.
7028         * elf/tst-latepthread.c: Likewise.
7029         * elf/tst-leaks1.c: Likewise.
7030         * elf/tst-linkall-static.c: Likewise.
7031         (do_test): New function.
7032         * elf/tst-nodelete-opened.c: Likewise.
7033         * elf/tst-nodelete.cc: Likewise.
7034         * elf/tst-nodelete2.c: Likewise.
7035         * elf/tst-noload.c: Likewise.
7036         * elf/tst-null-argv.c: Likewise and define TEST_FUNCTION_ARGV marcro.
7037         * elf/tst-order-main.c: Likewise.
7038         * elf/tst-pathopt.c: Likewise.
7039         * elf/tst-pie2.c: Likewise.
7040         * elf/tst-piemod1.c: Likewise.
7041         * elf/tst-prelink.c: Likewise.
7042         * elf/tst-protected1a.c: Likewise.
7043         * elf/tst-protected1b.c: Likewise.
7044         * elf/tst-ptrguard1.c: Likewise, import getopt.h,
7045         and define _GNU_SOURCE macro.
7046         (cmdline_process_function): New function.
7047         * elf/tst-relsort1.c: Likewise.
7048         * elf/tst-stackguard1.c: Likewise, import getopt.h,
7049         and define _GNU_SOURCE macro.
7050         (cmdline_process_function): New function.
7051         * elf/tst-thrlock.c: Likewise.
7052         * elf/tst-tls-dlinfo.c: Likewise.
7053         * elf/tst-tls-manydynamic.c: Likewise and import support/xthread.h.
7054         * elf/tst-tls1.c: Likewise.
7055         * elf/tst-tls10.c: Likewise.
7056         * elf/tst-tls11.c: Likewise.
7057         * elf/tst-tls12.c: Likewise.
7058         * elf/tst-tls13.c: Likewise.
7059         * elf/tst-tls14.c: Likewise.
7060         * elf/tst-tls15.c: Likewise.
7061         * elf/tst-tls16.c: Likewise.
7062         * elf/tst-tls17.c: Likewise.
7063         * elf/tst-tls18.c: Likewise.
7064         * elf/tst-tls19.c: Likewise.
7065         * elf/tst-tls2.c: Likewise.
7066         * elf/tst-tls3.c: Likewise.
7067         * elf/tst-tls4.c: Likewise.
7068         * elf/tst-tls5.c: Likewise.
7069         * elf/tst-tls6.c: Likewise.
7070         * elf/tst-tls7.c: Likewise.
7071         * elf/tst-tls8.c: Likewise.
7072         * elf/tst-tls9.c: Likewise.
7073         * elf/tst-tlsalign-extern.c: Likewise.
7074         * elf/tst-tlsalign.c: Likewise.
7075         * elf/tst-unique1.c: Likewise.
7076         * elf/tst-unique2.c: Likewise.
7077         * elf/vismain.c: Likewise.
7079 2017-04-05  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
7081         * string/test-strnlen.c (do_page_tests): New function
7082         to check length of strings ending at the page boundary.
7083         (test_main): Added call to the do_page_tests function.
7085 2017-04-05  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
7086             Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
7088         * sysdeps/powerpc/powerpc64/multiarch/Makefile
7089         (sysdep_routines): Add strnlen-power8.
7090         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7091         (strnlen): Add __strnlen_power8 to list of strnlen functions.
7092         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power8.S: New file.
7093         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c
7094         (__strnlen): Add __strnlen_power8 to ifunc list.
7095         * sysdeps/powerpc/powerpc64/power8/strnlen.S: New file.
7097 2017-04-04  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
7099         * wcsmbs/tst-btowc.c: Import support/test-driver.c and remove
7100         the TEST_FUNCTION macro definition.
7101         * wcsmbs/tst-mbrtowc2.c: Likewise.
7102         * wcsmbs/tst-mbsrtowcs.c: Likewise.
7103         * wcsmbs/tst-wchar-h.c: Likewise.
7104         * wcsmbs/tst-wcpncpy.c: Likewise.
7105         * wcsmbs/tst-wcrtomb.c: Likewise.
7106         * wcsmbs/tst-wcsnlen.c: Likewise.
7107         * wcsmbs/tst-wcstof.c: Likewise.
7109 2017-04-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7111         * nptl/pthread_create.c (START_THREAD_DEFN): Remove
7112         CALL_THREAD_FCT macro usage.
7113         * sysdeps/i386/nptl/tls.h (CALL_THREAD_FCT): Remove definition.
7114         * sysdeps/x86_64/nptl/tls.h (CALL_THREAD_FCT): Likewise.
7115         * sysdeps/x86_64/32/nptl/tls.h: Remove file.
7117         * nptl/pthreadP.h (USE_REQUEUE_PI): Remove ununsed macro.
7118         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7119         (__ASSUME_REQUEUE_PI): Likewise.
7120         * sysdeps/unix/sysv/linux/kernel-features.h
7121         (__ASSUME_REQUEUE_PI): Likewise.
7122         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7123         (__ASSUME_REQUEUE_PI): Likewise.
7124         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7125         (__ASSUME_REQUEUE_PI): Likewise.
7126         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
7127         (__ASSUME_REQUEUE_PI): Likewise.
7129 2017-04-04  Florian Weimer  <fweimer@redhat.com>
7131         * resolv/tst-resolv-canonname.c: New file.
7132         * resolv/Makefile (tests): Add tst-resolv-canonname.
7133         (tst-resolv-canonname): Link with -ldl, -lresolv, -lpthread.
7135 2017-04-04  Florian Weimer  <fweimer@redhat.com>
7137         * include/arpa/nameser.h (__ns_name_ntop, __ns_name_unpack):
7138         Declare.
7139         * resolv/nss_dns/dns-network.c: Include <arpa/nameser.h>.
7140         (NS_MAXCDNAME): Remove definition.
7141         (__ns_name_ntop, __ns_name_unpack): Remove declaration.
7142         * resolv/nss_dns/dns-host.c: Include <arpa/nameser.h>.
7143         (NS_MAXCDNAME): Remove definition.
7144         (__ns_name_ntop, __ns_name_unpack): Remove declaration.
7146 2017-04-04  Florian Weimer  <fweimer@redhat.com>
7148         * resolv/nss_dns/dns-network.c (getanswer_r): Remove __dn_expand
7149         call whose result is not used.
7151 2017-04-04  Florian Weimer  <fweimer@redhat.com>
7153         * resolv/tst-ns_name.c, resolv/tst-ns_name.data: New file.
7154         * resolv/Makefile (tests): Add tst-ns_name.
7155         (tst-ns_name): Link with -lresolv.
7156         (tst-ns_name.out): Depend on the input data file.
7158 2017-04-04  Stefan Liebler  <stli@linux.vnet.ibm.com>
7160         * sysdeps/s390/s390-32/tls-macros.h (TLS_LD, TLS_GD):
7161         Clobber also r14.
7163 2017-04-03  Mike Frysinger  <vapier@gentoo.org>
7165         [BZ #21253]
7166         * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Increase argv_size
7167         slack space by 32KiB.
7169 2017-04-01  Wladimir van der Laan  <laanwj@gmail.com>
7171         [BZ #21338]
7172         * malloc/malloc.c: Call do_set_arena_max for M_ARENA_MAX
7173         instead of incorrect do_set_arena_test
7175 2017-03-31  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
7177         * math/math.h: Fix check for __MATH_DECLARE_LDOUBLE.
7178         * math/bits/math-finite.h: Likewise.
7180 2017-03-31  Slava Barinov  <v.barinov@samsung.com>
7182         [BZ #21289]
7183         * io/fts.h (fts_set): Replace __REDIRECT with __REDIRECT_NTH.
7185 2017-03-30  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7187         * sysdeps/unix/sysv/linux/test-errno-linux.c (do_test): Handle
7188         non expected inotify_add_watch and quotactl return.
7190 2017-03-30  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
7192         * math/e_rem_pio2l.c (__ieee754_rem_pio2l): Change return type
7193         to int32_t.
7194         * sysdeps/generic/math_private.h: Declare __ieee754_rem_pio2l
7195         as returning int32_t.
7197 2017-03-30  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
7199         * math/math.h: Include bits/math-finite.h once per
7200         floating-point type.
7201         * math/bits/math-finite.h: Macroize all declarations by
7202         floating-point type.
7204 2017-03-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7206         [BZ #21182]
7207         * string/test-memchr.c (do_test): Add BZ#21182 checks for address
7208         near end of a page.
7209         * sysdeps/i386/i686/multiarch/memchr-sse2.S (__memchr): Fix
7210         overflow calculation.
7212 2017-03-28  Steve Ellcey  <sellcey@caviumnetworks.com>
7214         * benchtests/bench-memcpy-random.c (TEST_NAME): Change to memcpy.
7215         (IMPL) Call with 1 instead of 0 as argument.
7217 2017-03-28  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7219         * sysdeps/unix/sysv/linux/arm/setegid.c: Remove file.
7220         * sysdeps/unix/sysv/linux/arm/seteuid.c: Likewise.
7221         * sysdeps/unix/sysv/linux/arm/setgid.c: Likewise.
7222         * sysdeps/unix/sysv/linux/arm/setgroups.c: Likewise.
7223         * sysdeps/unix/sysv/linux/arm/setregid.c: Likewise.
7224         * sysdeps/unix/sysv/linux/arm/setresgid.c: Likewise.
7225         * sysdeps/unix/sysv/linux/arm/setresuid.c: Likewise.
7226         * sysdeps/unix/sysv/linux/arm/setreuid.c: Likewise.
7227         * sysdeps/unix/sysv/linux/arm/setuid.c: Likewise.
7228         * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise.
7229         * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise.
7230         * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
7231         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
7232         * sysdeps/unix/sysv/linux/i386/setregid.c: Likewise.
7233         * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
7234         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
7235         * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
7236         * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
7237         * sysdeps/unix/sysv/linux/m68k/setegid.c: Likewise.
7238         * sysdeps/unix/sysv/linux/m68k/seteuid.c: Likewise.
7239         * sysdeps/unix/sysv/linux/m68k/setgid.c: Likewise.
7240         * sysdeps/unix/sysv/linux/m68k/setgroups.c: Likewise.
7241         * sysdeps/unix/sysv/linux/m68k/setregid.c: Likewise.
7242         * sysdeps/unix/sysv/linux/m68k/setresgid.c: Likewise.
7243         * sysdeps/unix/sysv/linux/m68k/setresuid.c: Likewise.
7244         * sysdeps/unix/sysv/linux/m68k/setreuid.c: Likewise.
7245         * sysdeps/unix/sysv/linux/m68k/setuid.c: Likewise.
7246         * sysdeps/unix/sysv/linux/microblaze/setgroups.c: Likewise.
7247         * sysdeps/unix/sysv/linux/s390/s390-32/setegid.c: Likewise.
7248         * sysdeps/unix/sysv/linux/s390/s390-32/seteuid.c: Likewise.
7249         * sysdeps/unix/sysv/linux/s390/s390-32/setgid.c: Likewise.
7250         * sysdeps/unix/sysv/linux/s390/s390-32/setgroups.c: Likewise.
7251         * sysdeps/unix/sysv/linux/s390/s390-32/setregid.c: Likewise.
7252         * sysdeps/unix/sysv/linux/s390/s390-32/setresgid.c: Likewise.
7253         * sysdeps/unix/sysv/linux/s390/s390-32/setresuid.c: Likewise.
7254         * sysdeps/unix/sysv/linux/s390/s390-32/setreuid.c: Likewise.
7255         * sysdeps/unix/sysv/linux/s390/s390-32/setuid.c: Likewise.
7256         * sysdeps/unix/sysv/linux/sh/setegid.c: Likewise.
7257         * sysdeps/unix/sysv/linux/sh/seteuid.c: Likewise.
7258         * sysdeps/unix/sysv/linux/sh/setgid.c: Likewise.
7259         * sysdeps/unix/sysv/linux/sh/setgroups.c: Likewise.
7260         * sysdeps/unix/sysv/linux/sh/setregid.c: Likewise.
7261         * sysdeps/unix/sysv/linux/sh/setresgid.c: Likewise.
7262         * sysdeps/unix/sysv/linux/sh/setresuid.c: Likewise.
7263         * sysdeps/unix/sysv/linux/sh/setreuid.c: Likewise.
7264         * sysdeps/unix/sysv/linux/sh/setuid.c: Likewise.
7265         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: Likewise.
7266         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: Likewise.
7267         * sysdeps/unix/sysv/linux/sparc/sparc32/setgid.c: Likewise.
7268         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: Likewise.
7269         * sysdeps/unix/sysv/linux/sparc/sparc32/setregid.c: Likewise.
7270         * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: Likewise.
7271         * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: Likewise.
7272         * sysdeps/unix/sysv/linux/sparc/sparc32/setreuid.c: Likewise.
7273         * sysdeps/unix/sysv/linux/sparc/sparc32/setuid.c: Likewise.
7274         * sysdeps/unix/sysv/linux/setegid.c (setegid): Use
7275         INLINE_SYSCALL_ERROR_RETURN_VALUE.
7276         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
7277         * sysdeps/unix/sysv/linux/setgid.c (setgid): Use __NR_setgid32 if
7278         defined.
7279         * sysdeps/unix/sysv/linux/setgroups.c (setgroups): Use
7280         __NR_setgroups32 if defined.
7281         * sysdeps/unix/sysv/linux/setregid.c (__setregid): Use __NR_setregid32
7282         if defined.
7283         * sysdeps/unix/sysv/linux/setresgid.c (__setresgid): Use
7284         __NR_setresgid32 is defined.
7285         * sysdeps/unix/sysv/linux/setresuid.c (__setresuid): Use
7286         __NR_setresuid32 if defined.
7287         * sysdeps/unix/sysv/linux/setreuid.c (__setreuid): Use
7288         __NR_setreuid32 if defined.
7289         * sysdeps/unix/sysv/linux/setuid.c (__setuid): Use __NR_setuid32 if
7290         defined.
7291         * sysdeps/unix/sysv/linux/arm/setegid.c: Remove file.
7292         * sysdeps/unix/sysv/linux/arm/seteuid.c: Likewise.
7293         * sysdeps/unix/sysv/linux/arm/setgid.c: Likewise.
7294         * sysdeps/unix/sysv/linux/arm/setgroups.c: Likewise.
7295         * sysdeps/unix/sysv/linux/arm/setregid.c: Likewise.
7296         * sysdeps/unix/sysv/linux/arm/setresgid.c: Likewise.
7297         * sysdeps/unix/sysv/linux/arm/setresuid.c: Likewise.
7298         * sysdeps/unix/sysv/linux/arm/setreuid.c: Likewise.
7299         * sysdeps/unix/sysv/linux/arm/setuid.c: Likewise.
7300         * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise.
7301         * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise.
7302         * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
7303         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
7304         * sysdeps/unix/sysv/linux/i386/setregid.c: Likewise.
7305         * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
7306         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
7307         * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
7308         * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
7309         * sysdeps/unix/sysv/linux/m68k/setegid.c: Likewise.
7310         * sysdeps/unix/sysv/linux/m68k/seteuid.c: Likewise.
7311         * sysdeps/unix/sysv/linux/m68k/setgid.c: Likewise.
7312         * sysdeps/unix/sysv/linux/m68k/setgroups.c: Likewise.
7313         * sysdeps/unix/sysv/linux/m68k/setregid.c: Likewise.
7314         * sysdeps/unix/sysv/linux/m68k/setresgid.c: Likewise.
7315         * sysdeps/unix/sysv/linux/m68k/setresuid.c: Likewise.
7316         * sysdeps/unix/sysv/linux/m68k/setreuid.c: Likewise.
7317         * sysdeps/unix/sysv/linux/m68k/setuid.c: Likewise.
7318         * sysdeps/unix/sysv/linux/microblaze/setgroups.c: Likewise.
7319         * sysdeps/unix/sysv/linux/s390/s390-32/setegid.c: Likewise.
7320         * sysdeps/unix/sysv/linux/s390/s390-32/seteuid.c: Likewise.
7321         * sysdeps/unix/sysv/linux/s390/s390-32/setgid.c: Likewise.
7322         * sysdeps/unix/sysv/linux/s390/s390-32/setgroups.c: Likewise.
7323         * sysdeps/unix/sysv/linux/s390/s390-32/setregid.c: Likewise.
7324         * sysdeps/unix/sysv/linux/s390/s390-32/setresgid.c: Likewise.
7325         * sysdeps/unix/sysv/linux/s390/s390-32/setresuid.c: Likewise.
7326         * sysdeps/unix/sysv/linux/s390/s390-32/setreuid.c: Likewise.
7327         * sysdeps/unix/sysv/linux/s390/s390-32/setuid.c: Likewise.
7328         * sysdeps/unix/sysv/linux/sh/setegid.c: Likewise.
7329         * sysdeps/unix/sysv/linux/sh/seteuid.c: Likewise.
7330         * sysdeps/unix/sysv/linux/sh/setgid.c: Likewise.
7331         * sysdeps/unix/sysv/linux/sh/setgroups.c: Likewise.
7332         * sysdeps/unix/sysv/linux/sh/setregid.c: Likewise.
7333         * sysdeps/unix/sysv/linux/sh/setresgid.c: Likewise.
7334         * sysdeps/unix/sysv/linux/sh/setresuid.c: Likewise.
7335         * sysdeps/unix/sysv/linux/sh/setreuid.c: Likewise.
7336         * sysdeps/unix/sysv/linux/sh/setuid.c: Likewise.
7337         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: Likewise.
7338         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: Likewise.
7339         * sysdeps/unix/sysv/linux/sparc/sparc32/setgid.c: Likewise.
7340         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: Likewise.
7341         * sysdeps/unix/sysv/linux/sparc/sparc32/setregid.c: Likewise.
7342         * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: Likewise.
7343         * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: Likewise.
7344         * sysdeps/unix/sysv/linux/sparc/sparc32/setreuid.c: Likewise.
7345         * sysdeps/unix/sysv/linux/sparc/sparc32/setuid.c: Likewise.
7346         * sysdeps/unix/sysv/linux/setegid.c (setegid): Use
7347         INLINE_SYSCALL_ERROR_RETURN_VALUE.
7348         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
7349         * sysdeps/unix/sysv/linux/setgid.c (setgid): Use __NR_setgid32 if
7350         defined.
7351         * sysdeps/unix/sysv/linux/setgroups.c (setgroups): Use
7352         __NR_setgroups32 if defined.
7353         * sysdeps/unix/sysv/linux/setregid.c (__setregid): Use __NR_setregid32
7354         if defined.
7355         * sysdeps/unix/sysv/linux/setresgid.c (__setresgid): Use
7356         __NR_setresgid32 is defined.
7357         * sysdeps/unix/sysv/linux/setresuid.c (__setresuid): Use
7358         __NR_setresuid32 if defined.
7359         * sysdeps/unix/sysv/linux/setreuid.c (__setreuid): Use
7360         __NR_setreuid32 if defined.
7361         * sysdeps/unix/sysv/linux/setuid.c (__setuid): Use __NR_setuid32 if
7362         defined.
7364 2017-03-27  Joseph Myers  <joseph@codesourcery.com>
7366         [BZ #21277]
7367         * sysdeps/unix/sysv/linux/alpha/bits/termios.h (IUCLC): Define
7368         unconditionally.
7369         (IMAXBEL): Likewise.
7370         (IUTF8): Likewise.
7372 2017-03-27  Szabolcs Nagy  <szabolcs.nagy@arm.com>
7374         * sysdeps/aarch64/libm-test-ulps: Update.
7376 2017-03-24  Sunyeop Lee  <sunyeop97@gmail.com>
7378         * README.tunables: Updated descriptions.
7379         * elf/dl-tunables.list: Fixed typo: SXID_NONE -> NONE.
7380         * scripts/gen-tunables.awk: Updated the code related to the
7381         commit.
7383 2017-03-23  Wilco Dijkstra  <wdijkstr@arm.com>
7385         * benchtests/Makefile (string-benchset): Add memcpy-random.
7386         * benchtests/bench-memcpy-random.c: New file.
7388 2017-03-23  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
7390         * stdio-common/printf.h (register_printf_modifier): Change the
7391         order of __wur and __THROW.
7392         (register_printf_type): Likewise.
7394 2017-03-23  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
7396         * string/test-string.h (TEST_FUNCTION): Use test_main instead of
7397         test_main ().
7398         (CMDLINE_PROCESS): Use function instead of defined macro.
7399         * debug/test-strcpy_chk.c: Import support/test-driver.c and also
7400         <suppport/support.h> to use set_fortify_handler().
7401         * string/bug-envz1.c: Import support/test-driver.c instead of
7402         test-skeleton.c.
7403         * string/bug-strcoll2.c: Likewise.
7404         * string/bug-strtok1.c: Likewise.
7405         * string/stratcliff.c: Likewise.
7406         * string/test-ffs.c: Likewise.
7407         * string/test-memccpy.c: Likewise.
7408         * string/test-memchr.c: Likewise.
7409         * string/test-memcmp.c: Likewise.
7410         * string/test-memcpy.c: Likewise.
7411         * string/test-memmem.c: Likewise.
7412         * string/test-memmove.c: Likewise.
7413         * string/test-memrchr.c: Likewise.
7414         * string/test-memset.c: Likewise.
7415         * string/test-rawmemchr.c: Likewise.
7416         * string/test-strcasecmp.c: Likewise.
7417         * string/test-strcasestr.c: Likewise.
7418         * string/test-strcat.c: Likewise.
7419         * string/test-strchr.c: Likewise.
7420         * string/test-strcmp.c: Likewise.
7421         * string/test-strcpy.c: Likewise.
7422         * string/test-string.h: Likewise.
7423         * string/test-strlen.c: Likewise.
7424         * string/test-strncasecmp.c: Likewise.
7425         * string/test-strncat.c: Likewise.
7426         * string/test-strncmp.c: Likewise.
7427         * string/test-strncpy.c: Likewise.
7428         * string/test-strnlen.c: Likewise.
7429         * string/test-strpbrk.c: Likewise.
7430         * string/test-strrchr.c: Likewise.
7431         * string/test-strspn.c: Likewise.
7432         * string/test-strstr.c: Likewise.
7433         * string/tst-bswap.c: Likewise.
7434         * string/tst-cmp.c: Likewise.
7435         * string/tst-endian.c: Likewise.
7436         * string/tst-inlcall.c: Likewise.
7437         * string/tst-strcoll-overflow.c: Likewise.
7438         * string/tst-strfry.c: Likewise.
7439         * string/tst-strlen.c: Likewise.
7440         * string/tst-strtok.c: Likewise.
7441         * string/tst-strtok_r.c: Likewise.
7442         * string/tst-strxfrm.c: Likewise.
7443         * string/tst-strxfrm2.c: Likewise.
7444         * string/tst-svc.c: Likewise.
7445         * string/tst-svc2.c: Likewise.
7447 2017-03-22  Zack Weinberg  <zackw@panix.com>
7449         * stdio-common/bug25.c: Include stdlib.h.
7450         * support/tst-support_format_dns_packet.c: Include stdio.h,
7451         stdlib.h, and string.h.
7452         * support/tst-support_record_failure.c: Include string.h.
7453         * support/tst-support_record_failure-2.sh: Adjust line number
7454         expectations and correct a typo in an error message.
7456 2017-03-21  H.J. Lu  <hongjiu.lu@intel.com>
7458         [BZ #21258]
7459         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve_opt):
7460         Define only if _dl_runtime_resolve is defined to
7461         _dl_runtime_resolve_sse_vex.
7462         * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve_opt):
7463         Fallthrough to _dl_runtime_resolve_sse_vex.
7465 2017-03-21  Joseph Myers  <joseph@codesourcery.com>
7467         * INSTALL: Regenerated.
7469 2017-03-21  Thorsten Kukuk  <kukuk@suse.com>
7471         * config.h.in: Add LINK_OBSOLETE_NSL.
7472         * config.make.in: Add build-obsolete-nsl.
7473         * configure.ac: Add obsolete-nsl option.
7474         * include/libc-symbols.h: Define libnsl_hidden_nolink_def.
7475         * include/rpcsvc/yp.h: Add missing functions as libnsl_hidden_proto.
7476         * include/rpcsvc/nislib.h: Likewise.
7477         * include/rpcsvc/ypclnt.h: Likewise.
7478         * manual/install.texi: Document --enable-obsolete-nsl.
7479         * nis/Makefile: Build only libnsl by default (add build-obsolete-nsl).
7480         * nis/nis_add.c: Replace libnsl_hidden_def with
7481         libnsl_hidden_nolink_def.
7482         * nis/nis_addmember.c: Likewise.
7483         * nis/nis_call.c: Likewise.
7484         * nis/nis_clone_obj.c: Likewise.
7485         * nis/nis_defaults.c: Likeise.
7486         * nis/nis_domain_of_r.c: Likewise.
7487         * nis/nis_error.c: Likewise.
7488         * nis/nis_file.c: Likewise.
7489         * nis/nis_free.c: Likewise.
7490         * nis_local_names.c: Likewise.
7491         * nis/nis_lookup.c: Likewise.
7492         * nis/nis_modify.c: Likewise.
7493         * nis/nis_print.c: Likewise.
7494         * nis/nis_remove.c: Likewise.
7495         * nis/nis_table.c: Likewise.
7496         * nis/nis_util.c: Likewise.
7497         * nis/nis_xdr.c: Likewise.
7498         * nis/yp_xdr.c: Likewise.
7499         * nis/ypclnt.c: Likewise.
7500         * nis/ypupdate_xdr.c: Likewise.
7501         * nis/nis_checkpoint.c: Add libnsl_hidden_nolink_def to all functions.
7502         * nis/nis_clone_dir.c: Likewise.
7503         * nis/nis_clone_res.c: Likewise.
7504         * nis/nis_creategroup.c: Likewise.
7505         * nis/nis_destroygroup.c: Likewise.
7506         * nis/nis_domain_of.c: Likewise.
7507         * nis/nis_getservlist.c: Likewise.
7508         * nis/nis_ismember.c: Likewise.
7509         * nis/nis_mkdir.c: Likewise.
7510         * nis/nis_ping.c: Likewise.
7511         * nis/nis_print_group_entry.c: Likewise.
7512         * nis/nis_removemember.c: Likewise.
7513         * nis/nis_rmdir.c: Likewise.
7514         * nis/nis_server.c: Likewise.
7515         * nis/nis_subr.c: Likewise.
7516         * nis/nis_verifygroup.c: Likewise.
7518 2017-03-21  Stefan Liebler  <stli@linux.vnet.ibm.com>
7520         * malloc/tst-interpose-aux.c (check_for_allocations):
7521         Move compiler barrier before free.
7523 2017-03-20  Joseph Myers  <joseph@codesourcery.com>
7525         [BZ #21279]
7526         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile
7527         [$(subdir) = conform] (conformtest-xfail-conds): Update comment.
7528         * conform/data/mqueue.h-data (mq_attr.mq_flags): XFAIL for
7529         x86_64-x32-linux.
7530         (mq_attr.mq_maxmsg): Likewise.
7531         (mq_attr.mq_msgsize): Likewise.
7532         (mq_attr.mq_curmsgs): Likewise.
7534         [BZ #21278]
7535         * sysdeps/unix/sysv/linux/mips/mips32/Makefile
7536         [$(subdir) = conform] (conformtest-xfail-conds): Update comment.
7537         * conform/data/sys/stat.h-data (stat.st_rdev): XFAIL for
7538         mips-o32-linux.
7540         [BZ #21268]
7541         * sysdeps/unix/sysv/linux/alpha/bits/termios.h (NL2): Define only
7542         if [__USE_MISC]
7543         (NL3): Likewise.
7545 2017-03-20  Mike Frysinger  <vapier@gentoo.org>
7547         [BZ #21275]
7548         * sysdeps/unix/sysv/linux/spawni.c [__ia64__] (CLONE): Rename
7549         __stack to __stackbase.
7550         (STACK): Invert _STACK_GROWS_DOWN and _STACK_GROWS_UP order of
7551         checks so we can include defined(__ia64__) first.
7553 2017-03-19  Christian Brauner  <christian.brauner@ubuntu.com>
7555         * sysdeps/unix/sysv/linux/ttyname.h: New file.
7556         * sysdeps/unix/sysv/linux/ttyname.c: Include "ttyname.h".
7557         (ttyname) [!_STATBUF_ST_RDEV]: Make code unconditional.
7558         Call is_pty when the link does not exist or does not match, fail
7559         with ENODEV when it returns true.
7560         * sysdeps/unix/sysv/linux/ttyname_r.c: Include "ttyname.h".
7561         (__ttyname_r) [!_STATBUF_ST_RDEV]: Make code unconditional.
7562         Call is_pty when the link does not exist or does not match, fail
7563         with ENODEV when it returns true.
7565 2017-03-18  Joseph Myers  <joseph@codesourcery.com>
7567         [BZ #16437]
7568         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile
7569         [$(subdir) = conform] (conformtest-xfail-conds): New variable.
7570         * conform/data/signal.h-data (timespec.tv_nsec): XFAIL for
7571         x86_64-x32-linux.
7572         * conform/data/sys/select.h-data (timespec.tv_nsec): Likewise.
7573         * conform/data/sys/stat.h-data (timespec.tv_nsec): Likewise.
7574         * conform/data/time.h-data (timespec.tv_nsec): Likewise.
7576         [BZ #21261]
7577         * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h
7578         [__WORDSIZE == 64 && !_ASM] (__sparc64_jmp_buf): Use reserved
7579         names for all fields.
7580         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Update
7581         for jmp_buf field renaming.
7582         (_JMPBUF_UNWINDS_ADJ): Likewise.
7584         * conform/conformtest.pl: Handle xfail[cond]- in header mentioned
7585         with allow-header.
7587 2017-03-17  Chris Evans  <scarybeasts@gmail.com>
7589         * malloc/malloc.c (unlink): Add consistency check between size and
7590         next->prev->size, to further harden against 1-byte overflows.
7592 2017-03-17  H.J. Lu  <hongjiu.lu@intel.com>
7594         * sysdeps/x86/cpu-features.c (init_cpu_features): Check AVX with
7595         CPU_FEATURES_CPU_P.
7597 2017-03-17  Joseph Myers  <joseph@codesourcery.com>
7599         [BZ #21259]
7600         * sysdeps/unix/sysv/linux/alpha/bits/termios.h (IXANY): Define
7601         unconditionally, not just for [__USE_MISC].
7603         [BZ #17786]
7604         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
7605         * conform/data/sys/stat.h-data (stat.st_dev): XFAIL for
7606         mips-o32-linux.
7608         [BZ #21260]
7609         * sysdeps/unix/sysv/linux/alpha/Makefile
7610         [$(subdir) = conform] (conformtest-xfail-conds): New variable.
7611         * conform/data/netdb.h-data (netent.n_net): XFAIL for alpha-linux.
7613         * conform/conformtest.pl ($cross): New variable.
7614         (--cross): New command-line option.
7615         (runtest): Skip test execution when cross-compiling.
7616         * conform/Makefile (conformtest-cross): New variable.
7617         ($(conformtest-header-tests)): Pass $(conformtest-cross) to
7618         conformtest.pl.
7620         * conform/conformtest.pl ($xfail_str): New variable.
7621         (--xfail=): New command-line option.
7622         (top level): Handle expectations starting xfail[cond]-.
7623         * conform/Makefile (conformtest-xfail): New variable.
7624         ($(conformtest-header-tests)): Pass $(conformtest-xfail) to
7625         conformtest.pl.
7627 2017-03-16  Joseph Myers  <joseph@codesourcery.com>
7629         * conform/conformtest.pl: Use compilation instead of execution
7630         tests for testing values of constants and usability in #if.
7632 2017-03-16  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
7634         * math/auto-libm-test-in: Mark some catan and catanh as
7635         xfail-rounding:ibm128-libgcc.
7636         * math/auto-libm-test-out-catan: Regenerate.
7637         * math/auto-libm-test-out-catanh: Likewise.
7639 2017-03-16  Joseph Myers  <joseph@codesourcery.com>
7641         * misc/sys/cdefs.h (__BEGIN_NAMESPACE_STD): Remove macro.
7642         (__END_NAMESPACE_STD): Likewise.
7643         (__USING_NAMESPACE_STD): Likewise.
7644         (__BEGIN_NAMESPACE_C99): Likewise.
7645         (__END_NAMESPACE_C99): Likewise.
7646         (__USING_NAMESPACE_C99): Likewise.
7647         * math/math.h (_Mdouble_BEGIN_NAMESPACE): Do not define and
7648         undefine macro.
7649         (_Mdouble_END_NAMESPACE): Likewise.
7650         * ctype/ctype.h: Do not handle C++ namespaces.
7651         * libio/bits/stdio-ldbl.h: Likewise.
7652         * libio/stdio.h: Likewise.
7653         * locale/locale.h: Likewise.
7654         * math/bits/mathcalls.h: Likewise.
7655         * setjmp/setjmp.h: Likewise.
7656         * signal/signal.h: Likewise.
7657         * stdlib/bits/stdlib-float.h: Likewise.
7658         * stdlib/bits/stdlib-ldbl.h: Likewise.
7659         * stdlib/stdlib.h: Likewise.
7660         * string/string.h: Likewise.
7661         * sysdeps/x86/fpu/bits/mathinline.h: Likewise.
7662         * time/bits/types/clock_t.h: Likewise.
7663         * time/bits/types/struct_tm.h: Likewise.
7664         * time/bits/types/time_t.h: Likewise.
7665         * time/time.h: Likewise.
7666         * wcsmbs/bits/wchar-ldbl.h: Likewise.
7667         * wcsmbs/uchar.h: Likewise.
7668         * wcsmbs/wchar.h: Likewise.
7669         [_GLIBCPP_USE_NAMESPACES] (wint_t): Remove conditional definition.
7670         * wctype/wctype.h: Do not handle C++ namespaces.
7671         * scripts/begin-end-check.pl: Remove.
7672         * Makefile (installed-headers): Likewise.
7673         (tests-special): Do not add $(objpfx)begin-end-check.out.
7674         ($(objpfx)begin-end-check.out): Remove.
7676 2017-03-15  Steve Ellcey  <sellcey@caviumnetworks.com>
7677             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7679         * sysdeps/aarch64/dl-machine.h: Include cpu-features.c.
7680         (DL_PLATFORM_INIT): New define.
7681         (dl_platform_init): New function.
7682         * sysdeps/aarch64/ldsodefs.h: Include cpu-features.h.
7683         * sysdeps/unix/sysv/linux/aarch64/cpu-features.c: New file.
7684         * sysdeps/unix/sysv/linux/aarch64/cpu-features.h: Likewise.
7685         * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c: Likewise.
7686         * sysdeps/unix/sysv/linux/aarch64/libc-start.c: Likewise.
7688 2017-03-15  Mike Frysinger  <vapier@gentoo.org>
7690         * sysdeps/x86_64/mempcpy_chk.S (__mempcpy_chk): Check for SHARED
7691         instead of PIC.
7693 2017-03-15  Joseph Myers  <joseph@codesourcery.com>
7695         [BZ #21094]
7696         * sysdeps/ieee754/flt-32/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
7697         24+24+24-bit pi for wider range of values around pi/2.
7698         * math/auto-libm-test-in: Add more tests of cos and tan.
7699         * math/auto-libm-test-out-cos: Regenerated.
7700         * math/auto-libm-test-out-tan: Likewise.
7702 2017-03-15  John David Anglin  <danglin@gcc.gnu.org>
7704         * sysdeps/hppa/dl-machine.h (DL_STACK_END): Define.
7705         (RTLD_START): Don't record stack end address in _dl_start_user.
7707 2017-03-15  Alexey Neyman  <stilor@att.net>
7709         [BZ #21088]
7710         * nss/nsswitch.c (nscd_init_cb, is_nscd): Make the #if check
7711         around definitions match those around use.
7713 2017-03-15  Alexey Neyman  <stilor@att.net>
7715         * configure.ac: Avoid empty subexpression in grep.
7716         * configure: Regenerate.
7718 2017-03-13  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7720         * posix/test-errno.c (do_test): Initialize setsockopt optlen.
7721         * sysdeps/unix/sysv/linux/test-errno.c: Move to ...
7722         * sysdeps/unix/sysv/linux/test-errno-linux.c: ... here.
7723         (test_wrp_rv): Fix format.
7724         (test_wrp_rv2): New macro.
7725         (do_test): Handle mlock return on 64 bits kernels with 32 bits
7726         binaries.
7728 2017-03-15  Joseph Myers  <joseph@codesourcery.com>
7730         * sysdeps/x86/fpu/test-math-vector-sincos.h (INIT_VEC_PTRS_LOOP):
7731         Use a union when storing pointers.
7732         (VECTOR_WRAPPER_fFF_2): Do not take address of integer vector and
7733         cast result when passing to INIT_VEC_PTRS_LOOP.
7734         (VECTOR_WRAPPER_fFF_3): Likewise.
7735         (VECTOR_WRAPPER_fFF_4): Likewise.
7737 2017-03-14  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
7739         * include/bits/mathcalls-helper-functions.h: New file.
7740         * math/Makefile (headers): Add bits/mathcalls-helper-functions.h.
7741         * math/bits/mathcalls.h (__finite, __fpclassify, __iseqsig)
7742         (__isinf, __isnan, __issignaling, __signbit): Move declarations to
7743         math/bits/mathcalls-helper-functions.h.
7744         * math/bits/mathcalls-helper-functions.h: New file.
7745         * math/math.h: Include bits/mathcalls-helper-functions.h for
7746         float, double, and long double.
7748 2017-03-15  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
7750         * math/s_iseqsig_template.c (__iseqsig): Use __feraiseexcept
7751         instead of feraiseexcept.
7753 2017-03-15  Florian Weimer  <fweimer@redhat.com>
7755         [BZ #21243]
7756         * support/temp_file.c (support_delete_temp_files): Add comment
7757         about ignored errors.
7759 2017-03-15  Florian Weimer  <fweimer@redhat.com>
7761         [BZ #21244]
7762         * support/xclose.c: New file.
7763         * support/Makefile (libsupport-routines): Add xclose.
7764         * support/xunistd.h (xclose): Declare.
7765         * support/resolv_test.c (server_thread_tcp_client)
7766         (server_thread_tcp, make_server_sockets, resolv_test_start)
7767         (resolv_test_end): Call xclose instead of close.
7768         * support/support_enter_network_namespace.c
7769         (support_enter_network_namespace): Likewise.
7770         * support/support_run_diff.c (write_to_temp_file): Likewise.
7772 2017-03-15  Florian Weimer  <fweimer@redhat.com>
7774         * support/support_format_dns_packet.c (support_format_dns_packet):
7775         Handle CNAME records in the response.  Extract RDATA names from
7776         rdata, not the whole packet.  Check AAAA record length.
7777         * support/tst-support_format_dns_packet.c: New file.
7778         * support/Makefile (tests): Add tst-support_format_dns_packet.
7779         (tst-support_format_dns_packet): Link against libresolv.
7781 2017-03-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7783         [BZ #21232]
7784         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: Add
7785         posix_fadvise64 weak_alias for static build.
7787 2017-03-14  Andreas Schwab  <schwab@suse.de>
7789         * sysdeps/generic/dl-procinfo.h (_dl_platform_string): Remove.
7790         * sysdeps/alpha/dl-procinfo.h (_dl_platform_string): Remove.
7791         (_dl_string_platform): Use GLRO(dl_alpha_platforms) directly.
7792         * sysdeps/i386/dl-procinfo.h (_dl_platform_string): Remove.
7793         * sysdeps/mips/dl-procinfo.h (_dl_platform_string): Remove.
7794         (_dl_string_platform): Use GLRO(dl_mips_platforms) directly.
7795         * sysdeps/s390/dl-procinfo.h (_dl_platform_string): Remove.
7796         * sysdeps/sparc/dl-procinfo.h (_dl_platform_string): Remove.
7798 2017-03-13  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7800         * sysdeps/mach/hurd/send.c (__send): Convert hurdish error code into
7801         posix error code.
7802         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
7804 2017-03-13  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7806         * scripts/build-many-glibcs.py (Context.add_all_configs): Remove
7807         no_isolate usage for SH.
7809 2017-03-13  Wilco Dijkstra  <wdijkstr@arm.com>
7811         [BZ #15105]
7812         [BZ #19463]
7813         * elf/dl-cache.c (_dl_load_cache_lookup): Use __strdup.
7814         * inet/rcmd.c (rcmd_af): Likewise.
7815         * inet/rexec.c   (rexec_af): Likewise.
7816         * intl/dcigettext.c (_LIBC): Likewise.
7817         * intl/finddomain.c (_nl_find_domain): Use strdup expansion.
7818         * locale/loadarchive.c (_nl_load_locale_from_archive): Use __strdup.
7819         * locale/setlocale.c (setlocale): Likewise.
7820         * posix/spawn_faction_addopen.c
7821         (posix_spawn_file_actions_addopen): Likewise.
7822         * stdlib/putenv.c (putenv): Use __strndup.
7823         * sunrpc/svc_simple.c (__registerrpc): Use __strdup.
7824         * sysdeps/posix/getaddrinfo.c (gaih_inet): Use __strdup/__strndup.
7825         * include/stdlib.h (__need_malloc_and_calloc): Remove uses.
7826         (__Need_M_And_C) Remove define/undef.
7827         * stdlib/stdlib.h (__need_malloc_and_calloc): Remove uses.
7828         (__malloc_and_calloc_defined): Remove define.
7829         * string/bits/string2.h (__strdup): Remove define.
7830         (strdup): Likewise.
7831         (__strndup): Likewise.
7832         (strndup): Likewise.
7834 2017-03-13  Joseph Myers  <joseph@codesourcery.com>
7836         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_AUTOFLOWLABEL): New
7837         macro.
7838         (IPV6_ADDR_PREFERENCES): Likewise.
7839         (IPV6_MINHOPCOUNT): Likewise.
7840         (IPV6_ORIGDSTADDR): Likewise.
7841         (IPV6_RECVORIGDSTADDR): Likewise.
7842         (IPV6_TRANSPARENT): Likewise.
7843         (IPV6_UNICAST_IF): Likewise.
7844         (IPV6_RECVFRAGSIZE): Likewise.
7846 2017-03-13  Thorsten Kukuk  <kukuk@suse.com>
7848         * sunrpc/Makefile: only run rpcgen tests if we build rpcgen.
7850 2017-03-12  Alexey Neyman <stilor@att.net>
7852         * sysdeps/sh/dl-machine.h (elf_machine_rela): The condition
7853         in R_SH_DIR32 case is always false when inlined from
7854         dl-conflict.c. Ifdef out to prevent GCC from insertin an
7856 2016-03-12  Marko Myllynen  <myllynen@redhat.com>
7858         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7859         (__ASSUME_RECV_SYSCALL): Replace duplicate by
7860         __ASSUME_SEND_SYSCALL.
7862 2017-03-11  Thorsten Kukuk  <kukuk@suse.com>
7864         * sunrpc/Makefile: don't build and install rpcsvc header
7865         files, rpcgen and librpcsvc.a by default.
7867 2017-03-10  Stefan Liebler  <stli@linux.vnet.ibm.com>
7869         * math/auto-libm-test-out-catan: Regenerated.
7870         * math/auto-libm-test-out-catanh: Likewise.
7871         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
7873 2017-03-09  Joseph Myers  <joseph@codesourcery.com>
7875         * sysdeps/mips/mips64/libm-test-ulps: Update catan and catanh ulps
7876         for long double with corrected test expectations.
7878 2016-03-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7880         * sysdeps/unix/sysv/linux/sysdep.h (HAVE_INTERNAL_SEND_SYMBOL):
7881         Define.
7882         * sysdeps/unix/sysv/linux/aarch64/sysdep.h
7883         (HAVE_INTERNAL_SEND_SYMBOL): Undefine.
7884         * sysdeps/unix/sysv/linux/nios2/sysdep.h
7885         (HAVE_INTERNAL_SEND_SYMBOL): Likewise.
7886         * sysdeps/unix/sysv/linux/tile/sysdep.h
7887         (HAVE_INTERNAL_SEND_SYMBOL): Likewise.
7888         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7889         (__ASSUME_RECV_SYSCALL): Define.
7890         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7891         (__ASSUME_RECV_SYSCALL): Likewise.
7892         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7893         (__ASSUME_RECV_SYSCALL): Likewise.
7894         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7895         (__ASSUME_RECV_SYSCALL): Likewise.
7896         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7897         (__ASSUME_RECV_SYSCALL): Likewise.
7898         * sysdeps/unix/sysv/linux/i386/kernel-features.h
7899         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Remove define.
7900         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7901         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
7902         * sysdeps/unix/sysv/linux/s390/kernel-features.h
7903         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
7904         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove send from
7905         auto-generation list.
7906         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
7907         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
7908         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewike.
7909         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7910         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7911         * sysdeps/unix/sysv/linux/send.c: Simplify includes.
7912         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Replace by
7913         __ASSUME_SENDTO_SYSCALL.
7914         * sysdeps/unix/sysv/linux/x86_64/send.c: Remove file.
7915         * sysdeps/unix/sysv/linux/mips/mips64/send.c: Likewise.
7916         * sysdeps/unix/sysv/linux/generic/send.c: Likewise.
7918         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove sendto from
7919         auto-generation list.
7920         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
7921         * sysdeps/unix/sysv/linux/generic/syscalls.list: Likewise.
7922         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
7923         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
7924         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7925         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7926         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7927         * sysdeps/unix/sysv/linux/kernel-features.h
7928         (__ASSUME_SENDTO_SYSCALL): Define by default.
7929         * sysdeps/unix/sysv/linux/i386/kernel-features.h
7930         (__ASSUME_SENDTO_SYSCALL): Undef it is kernel does not support
7931         __NR_sendto.
7932         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7933         (__ASSUME_SENDTO_SYSCALL): Likewise.
7934         * sysdeps/unix/sysv/linux/s390/kernel-features.h
7935         (__ASSUME_SENDTO_SYSCALL): Likewise.
7936         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7937         (__ASSUME_SENDTO_SYSCALL): Remove definition.
7938         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
7939         (__ASSUME_SENDTO_SYSCALL): Likewise.
7940         * sysdeps/unix/sysv/linux/sh/kernel-features.h:
7941         (__ASSUME_SENDTO_SYSCALL): Likewise.
7942         * sysdeps/unix/sysv/linux/sendto.c: Simplify includes.
7944         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove recv from
7945         auto-generation list.
7946         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
7947         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
7948         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
7949         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7950         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7951         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7952         (__ASSUME_RECV_SYSCALL): New define.
7953         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7954         (__ASSUME_RECV_SYSCALL): Likewise.
7955         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7956         (__ASSUME_RECV_SYSCALL): Likewise.
7957         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7958         (__ASSUME_RECV_SYSCALL): Likewise.
7959         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7960         (__ASSUME_RECV_SYSCALL): Likewise.
7961         * sysdeps/unix/sysv/linux/i386/kernel-features.h
7962         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Remove define.
7963         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7964         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Remove define.
7965         * sysdeps/unix/sysv/linux/s390/kernel-features.h
7966         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Remove define.
7967         * sysdeps/unix/sysv/linux/generic/recv.c: Remove file.
7968         * sysdeps/unix/sysv/linux/mips/mips64/recv.c: Likewise.
7969         * sysdeps/unix/sysv/linux/x86_64/recv.c: Likewise.
7970         * sysdeps/unix/sysv/linux/recv.c: Simplify includes.
7971         (__libc_recv): Use __ASSUME_RECVFROM_SYSCALL instead of
7972         __ASSUME_RECVFROM_FOR_RECV_SYSCALL to issue recvfrom syscall.
7974         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove recvfrom from
7975         auto-generation list.
7976         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
7977         * sysdeps/unix/sysv/linux/generic/syscalls.list: Likewise.
7978         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
7979         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
7980         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7981         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7982         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7983         * sysdeps/unix/sysv/linux/i386/kernel-features.h
7984         (__ASSUME_RECVFROM_SYSCALL): Define by default.
7985         * sysdeps/unix/sysv/linux/kernel-features.h
7986         (__ASSUME_RECVFROM_SYSCALL): Undef it if kernel does not support
7987         __NR_recvfrom.
7988         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7989         (__ASSUME_RECVFROM_SYSCALL): Likewise.
7990         * sysdeps/unix/sysv/linux/s390/kernel-features.h
7991         (__ASSUME_RECVFROM_SYSCALL): Likewise.
7992         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7993         (__ASSUME_RECVFROM_SYSCALL): Remove definition.
7994         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
7995         (__ASSUME_RECVFROM_SYSCALL): Likewise.
7996         * sysdeps/unix/sysv/linux/sh/kernel-features.h
7997         (__ASSUME_RECVFROM_SYSCALL): Likewise.
7998         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
7999         (__ASSUME_RECVFROM_SYSCALL): Likewise.
8000         * sysdeps/unix/sysv/linux/recvfrom.c: Simplify includes.
8002         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove connect from
8003         auto-generation list.
8004         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
8005         * sysdeps/unix/sysv/linux/generic/syscalls.list: Likewise.
8006         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8007         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
8008         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
8009         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
8010         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
8011         * sysdeps/unix/sysv/linux/connect.c: Simplify include list.
8012         * sysdeps/unix/sysv/linux/kernel-features.h
8013         (__ASSUME_CONNECT_SYSCALL): Define.
8014         * sysdeps/unix/sysv/linux/i386/kernel-features.h
8015         (__ASSUME_CONNECT_SYSCALL): Undef if kernel does not support it.
8016         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8017         (__ASSUME_CONNECT_SYSCALL): Likewise.
8018         * sysdeps/unix/sysv/linux/s390/kernel-features.h
8019         (__ASSUME_CONNECT_SYSCALL): Likewise.
8020         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
8021         (__ASSUME_CONNECT_SYSCALL): Likewise.
8023         * sysdeps/unix/sysv/linux/accept.c (__libc_accept): Replace
8024         __ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL by __ASSUME_ACCEPT4_SYSCALL.
8025         * sysdeps/unix/sysv/linux/alpha/syscalls.list?: Remove accept from
8026         auto-generation list.
8027         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
8028         * sysdeps/unix/sysv/linux/generic/syscalls.list: Likewise.
8029         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
8030         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
8031         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
8032         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8033         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
8034         * sysdeps/unix/sysv/linux/i386/kernel-features.h
8035         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Remove define.
8036         (__ASSUME_ACCEPT_SYSCALL): Undefine.
8037         * sysdeps/unix/sysv/linux/kernel-features.h
8038         (__ASSUME_ACCEPT_SYSCALL): New define.
8039         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8040         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Remove define.
8041         (__ASSUME_ACCEPT_SYSCALL): Define wheter kernel version supports.
8042         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8043         (__ASSUME_ACCEPT_SYSCALL): Define.
8044         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
8045         (__ASSUME_ACCEPT_SYSCALL): Undefine.
8046         * sysdeps/unix/sysv/linux/s390/kernel-features.h
8047         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Remove define.
8048         (__ASSUME_ACCEPT_SYSCALL): Undefine.
8049         * sysdeps/unix/sysv/linux/sh/kernel-features.h
8050         (__ASSUME_ACCEPT_SYSCALL): Undefine.
8051         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
8052         (__ASSUME_ACCEPT_SYSCALL): Undefine for 32 bits.
8054 2017-03-08  Yury Norov <ynorov@caviumnetworks.com>
8055             Zack Weinberg  <zackw@panix.com>
8057         * posix/test-errno.c: New file.
8058         * posix/Makefile (tests): Add test-errno.
8059         * sysdeps/unix/sysv/linux/test-errno.c: New file.
8060         * sysdeps/unix/sysv/linux/Makefile (tests): Add test-errno.
8062 2017-03-08  Stefan Liebler  <stli@linux.vnet.ibm.com>
8064         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
8066 2017-03-07  Florian Weimer  <fweimer@redhat.com>
8068         * time/tzset.c (compute_offset): Open-code min macro.
8069         (min, max, sign): Remove.
8071 2017-03-07  Florian Weimer  <fweimer@redhat.com>
8073         [BZ #15576]
8074         Remove TZNAME_MAX limit from sysconf.
8075         * include/time.h (__tzname_cur_max, __tzname_max): Remove
8076         declaration.
8077         * time/tzfile.c (__tzfile_read, __tzfile_default): Do not call
8078         compute_tzname_max.
8079         (compute_tzname_max): Remove.
8080         * time/tzset.c (__tzname_cur_max, __tzname_max): Remove.
8081         (update_vars): Do not update __tzname_cur_max.
8082         (tzset_internal): Remove argument.
8083         (__tzset): Adjust call to tzset_internal.
8084         (__tz_convert): Likewise.
8086         * posix/sysconf.c (__sysconf): Return -1 for _SC_TZNAME_MAX.
8087         * sysdeps/posix/sysconf.c (__sysconf): Likewise.
8088         * manual/conf.texi (Sysconf Definition): Update comment.
8090 2017-03-07  Siddhesh Poyarekar  <siddhesh@sourceware.org>
8092         [BZ #21209]
8093         * elf/rtld.c (process_envvars): Ignore LD_HWCAP_MASK for
8094         AT_SECURE processes.
8095         * sysdeps/generic/unsecvars.h: Add LD_HWCAP_MASK.
8096         * elf/tst-env-setuid.c (test_parent): Test LD_HWCAP_MASK.
8097         (test_child): Likewise.
8098         * elf/Makefile (tst-env-setuid-ENV): Add LD_HWCAP_MASK.
8100 2017-03-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8102         * sysdeps/unix/sysv/linux/hppa/ipc_priv.h: New file.
8104 2017-03-06  Stefan Liebler  <stli@linux.vnet.ibm.com>
8106         * sysdeps/s390/atomic-machine.h
8107         (USE_ATOMIC_COMPILER_BUILTINS): Define to 1.
8108         (__arch_compare_and_exchange_val_8_acq,
8109         __arch_compare_and_exchange_val_16_acq,
8110         __arch_compare_and_exchange_val_32_acq,
8111         __arch_compare_and_exchange_val_64_acq):
8112         Delete macro.
8113         (atomic_compare_and_exchange_val_acq,
8114         atomic_compare_and_exchange_val_rel,
8115         atomic_compare_and_exchange_bool_acq,
8116         catomic_compare_and_exchange_bool_acq,
8117         atomic_exchange_acq, atomic_exchange_rel,
8118         atomic_exchange_and_add_acq,
8119         atomic_exchange_and_add_rel,
8120         catomic_exchange_and_add, atomic_or_val,
8121         atomic_or, catomic_or, atomic_bit_test_set,
8122         atomic_and_val, atomic_and, catomic_and):
8123         Define macros with help of C11 atomic builtins.
8125 2017-03-03  Justus Winter <justus@gnupg.org>
8127         * sysdeps/mach/hurd/ftruncate64.c: New file.
8128         * sysdeps/mach/hurd/truncate64.c: Likewise.
8130 2017-03-03  Florian Weimer  <fweimer@redhat.com>
8132         * time/tzfile.c (NOID): Do not define.
8133         * time/tzset.c (NOID): Likewise.
8135 2017-03-03  Florian Weimer  <fweimer@redhat.com>
8137         * time/tzset.c (compute_offset): Remove __attribute_noinline__.
8139 2017-03-02  Florian Weimer  <fweimer@redhat.com>
8141         * elf/get-dynamic-info.h: Remove header file inclusion guard.
8143 2017-03-02  Florian Weimer  <fweimer@redhat.com>
8145         [BZ #21015]
8146         * manual/install.texi (Configuring and compiling): Document
8147         --enable-bind-now.
8148         * Makeconfig [bind-now] (LDFLAGS-lib.so): Set.
8149         (build-shlib-helper): Use $(LDFLAGS-lib.so).
8150         (format.lds): Likewise.
8151         [bind-now] (LDFLAGS-c.so): Remove.
8152         * sysdeps/x86_64/localplt.data (libm.so): matherr relocation can
8153         be R_X86_64_GLOB_DAT.
8154         * sysdeps/unix/sysv/linux/i386/localplt.data (libm.so): matherr
8155         relocation can be R_386_GLOB_DAT.
8156         * sysdeps/unix/sysv/linux/alpha/localplt.data (libm.so): matherr
8157         relocaiton can be R_ALPHA_GLOB_DAT.
8158         * iconvdata/Makefile [bind-now] (LDFLAGS.so): Add -Wl,-z,now.
8160 2017-03-01  Zack Weinberg  <zackw@panix.com>
8162         * include/libc-pointer-arith.h: New file.  Define
8163         cast_to_integer, ALIGN_UP, ALIGN_DOWN, PTR_ALIGN_UP, and
8164         PTR_ALIGN_DOWN here.
8165         * include/libc-internal.h: Definitions of above macros
8166         moved from here.  Don't include libc-diag.h anymore either.
8167         * posix/wordexp-test.c: Include stdint.h and libc-pointer-arith.h.
8168         Don't include libc-internal.h.
8170         * debug/pcprofile.c, elf/dl-tunables.c, elf/soinit.c, io/openat.c
8171         * io/openat64.c, misc/ptrace.c, nptl/pthread_clock_gettime.c
8172         * nptl/pthread_clock_settime.c, nptl/pthread_cond_common.c
8173         * string/strcoll_l.c, sysdeps/nacl/brk.c
8174         * sysdeps/unix/clock_settime.c
8175         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c
8176         * sysdeps/unix/sysv/linux/ia64/get_clockfreq.c
8177         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
8178         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c:
8179         Don't include libc-internal.h.
8181         * elf/get-dynamic-info.h, iconv/loop.c
8182         * iconvdata/iso-2022-cn-ext.c, locale/weight.h, locale/weightwc.h
8183         * misc/reboot.c, nis/nis_table.c, nptl_db/thread_dbP.h
8184         * nscd/connections.c, resolv/res_send.c, soft-fp/fmadf4.c
8185         * soft-fp/fmasf4.c, soft-fp/fmatf4.c, stdio-common/vfscanf.c
8186         * sysdeps/ieee754/dbl-64/e_lgamma_r.c
8187         * sysdeps/ieee754/dbl-64/k_rem_pio2.c
8188         * sysdeps/ieee754/flt-32/e_lgammaf_r.c
8189         * sysdeps/ieee754/flt-32/k_rem_pio2f.c
8190         * sysdeps/ieee754/ldbl-128/k_tanl.c
8191         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c
8192         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c
8193         * sysdeps/ieee754/ldbl-96/k_tanl.c, sysdeps/nptl/futex-internal.h:
8194         Include libc-diag.h instead of libc-internal.h.
8196         * elf/dl-load.c, elf/dl-reloc.c, locale/programs/locarchive.c
8197         * nptl/nptl-init.c, string/strcspn.c, string/strspn.c
8198         * malloc/malloc.c, sysdeps/i386/nptl/tls.h
8199         * sysdeps/nacl/dl-map-segments.h, sysdeps/x86_64/atomic-machine.h
8200         * sysdeps/unix/sysv/linux/spawni.c
8201         * sysdeps/x86_64/nptl/tls.h:
8202         Include libc-pointer-arith.h instead of libc-internal.h.
8204         * elf/get-dynamic-info.h, sysdeps/nacl/dl-map-segments.h
8205         * sysdeps/x86_64/atomic-machine.h:
8206         Add multiple include guard.
8208         * nss/tst-cancel-getpwuid_r.c: Include nss.h.
8209         * string/strcasestr.c: No need to include config.h.
8210         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: Include
8211         sys/auxv.h. Don't include sysdep.h.
8212         * sysdeps/powerpc/tst-set_ppr.c: Don't include dl-procinfo.h.
8214         * dlfcn/tst-dladdr.c: Don't include ldsodefs.h.  Don't use
8215         DL_LOOKUP_ADDRESS.
8216         * math/test-misc.c: Instead of testing NO_LONG_DOUBLE, test whether
8217         LDBL_MANT_DIG is greater than DBL_MANT_DIG.
8218         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Use
8219         sysconf (_SC_PAGESIZE) instead of __getpagesize in definition
8220         of ARTIFICIAL_LIMIT.
8221         * sysdeps/unix/sysv/linux/tst-clone.c [__ia64__]: Add extern
8222         declaration of __clone2.
8224 2017-02-28  Florian Weimer  <fweimer@redhat.com>
8226         * scripts/backport-support.sh (latest_commit): New file.
8228 2017-02-28  Florian Weimer  <fweimer@redhat.com>
8230         [BZ #20257]
8231         * inet/Makefile (routines): Add deadline.
8232         (tests-static): Add tst-deadline.
8233         * inet/net-internal.h (struct deadline_current_time)
8234         (__deadline_current_time, struct deadline, __deadline_is_infinite)
8235         (__deadline_elapsed, __deadline_first, __deadline_from_timeval)
8236         (__deadline_to_ms, __is_timeval_valid_timeout): Declare.
8237         * inet/deadline.c: New file.
8238         * inet/tst-deadline.c: Likewise.
8239         * sunrpc/Makefile (tests): Add tst-udp-nonblocking,
8240         tst-udp-timeout, tst-udp-garbage.
8241         (tst-udp-nonblocking, tst-udp-timeout): Link against libc.so
8242         explicitly.
8243         (tst-udp-garbage): Likewise.  Also link against thread library.
8244         * sunrpc/clnt_udp.c (struct cu_data): Mention in comment that the
8245         struct layout is part of the ABI.
8246         (clntudp_call): Rework timeout handling.
8247         * sunrpc/tst-udp-garbage.c: New file.
8248         * sunrpc/tst-udp-nonblocking.c: Likewise.
8249         * sunrpc/tst-udp-timeout.c: Likewise.
8251 2017-02-28  Florian Weimer  <fweimer@redhat.com>
8253         [BZ #5010]
8254         * sunrpc/svc.c (svc_is_mapped): Remove.
8255         (svc_unregister): Obtain mapped status while the service is still
8256         registered.
8257         * sunrpc/Makefile [have-thread-library] (tests): Add
8258         tst-svc_register.
8259         (tst-svc_register): Link against libc.so explicitly and the thread
8260         library.
8261         * sunrpc/tst-svc_register.c: New file.
8263 2017-02-28  Andreas Schwab  <schwab@linux-m68k.org>
8265         * bits/sigthread.h: Refer to <signal.h>, not <pthread.h>.
8266         * sysdeps/pthread/bits/sigthread.h: Likewise.
8268 2017-02-27  Florian Weimer  <fweimer@redhat.com>
8270         [BZ #21115]
8271         * sunrpc/clnt_udp.c (clntudp_call): Free ancillary data later.
8272         * sunrpc/Makefile (tests): Add tst-udp-error.
8273         (tst-udp-error): Link against libc.so explicitly.
8274         * sunrpc/tst-udp-error: New file.
8276 2017-02-25  Zack Weinberg  <zackw@panix.com>
8278         * sysdeps/generic/math_private.h: Use __BIG_ENDIAN and
8279         __LITTLE_ENDIAN, not BIG_ENDIAN and LITTLE_ENDIAN.
8281         * sysdeps/generic/math_ldbl.h
8282         * sysdeps/ia64/fpu/math_ldbl.h
8283         * sysdeps/ieee754/ldbl-128/math_ldbl.h
8284         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
8285         * sysdeps/ieee754/ldbl-96/math_ldbl.h
8286         * sysdeps/powerpc/fpu/math_ldbl.h
8287         * sysdeps/x86_64/fpu/math_ldbl.h:
8288         Allow direct inclusion.  Use uintNN_t instead of u_intNN_t.
8289         Use __BIG_ENDIAN and __LITTLE_ENDIAN, not BIG_ENDIAN and
8290         LITTLE_ENDIAN.  Include endian.h and/or stdint.h if necessary.
8291         Add copyright notices.
8293         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_canonicalize_int):
8294         Don't use EXTRACT_WORDS64.
8296         * sysdeps/ieee754/ldbl-96/test-canonical-ldbl-96.c
8297         * sysdeps/ieee754/ldbl-96/test-totalorderl-ldbl-96.c
8298         * sysdeps/ieee754/ldbl-128ibm/test-canonical-ldbl-128ibm.c
8299         * sysdeps/ieee754/ldbl-128ibm/test-totalorderl-ldbl-128ibm.c:
8300         Include math_ldbl.h, not math_private.h.
8302 2017-02-25  Zack Weinberg  <zackw@panix.com>
8304         * include/libc-diag.h: New file.  Define ignore_value,
8305         DIAG_PUSH_NEEDS_COMMENT, DIAG_POP_NEEDS_COMMENT,
8306         DIAG_IGNORE_NEEDS_COMMENT, and DIAG_IGNORE_Os_NEEDS_COMMENT here.
8308         * include/libc-internal.h: Definitions of above macros moved from
8309         here.  Include libc-diag.h.  Add copyright notice.
8311         * malloc/tst-malloc.c, malloc/tst-memcheck.c, malloc/tst-realloc.c
8312         * misc/tst-error1.c, posix/tst-dir.c, stdio-common/bug21.c
8313         * stdio-common/scanf14.c, stdio-common/scanf4.c, stdio-common/scanf7.c
8314         * stdio-common/test-vfprintf.c, stdio-common/tst-printf.c
8315         * stdio-common/tst-printfsz.c, stdio-common/tst-sprintf.c
8316         * stdio-common/tst-unlockedio.c, stdio-common/tstdiomisc.c
8317         * stdlib/bug-getcontext.c, string/tester.c, string/tst-endian.c
8318         * time/tst-strptime2.c, wcsmbs/tst-wcstof.c:
8319         Include libc-diag.h instead of libc-internal.h.
8321         * stdlib/tst-environ.c: Include libc-diag.h.  Suppress -Wnonnull for
8322         call to unsetenv (NULL).
8323         * nptl/tst-mutex1.c: Include libc-diag.h.  Suppress -Wnonnull for
8324         call to pthread_mutexattr_destroy (NULL).
8326 2017-02-25  Zack Weinberg  <zackw@panix.com>
8328         * include/features.h (__GLIBC_USE_DEPRECATED_GETS): New macro.
8329         * libio/stdio.h, libio/bits/stdio2.h: Condition gets on
8330         __GLIBC_USE (DEPRECATED_GETS).  Update comments to indicate
8331         gets was removed from C++ in C++14.
8332         * include/stdio.h: Remove redundant declaration of gets.
8333         * debug/tst-chk1.c, stdio-common/tst-gets.c: Force gets to
8334         be declared, since we are testing it.
8335         * stdio-common/Makefile (tst-gets.c): Compile with
8336         -Wno-deprecated-declarations.
8337         * debug/Makefile (tst-chk1.c, tst-chk2.c, tst-chk3.c, tst-chk4.cc)
8338         (tst-chk5.cc, tst-chk6.cc, tst-lfschk1.c, tst-lfschk2.c)
8339         (tst-lfschk3.c, tst-lfschk4.cc, tst-lfschk5.cc, tst-lfschk6.cc):
8340         Compile with -Wno-deprecated-declarations.
8342 2017-02-24  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
8344         * math/libm-test-support.c (check_ulp): Use LIT() around literal
8345         numbers.
8347 2017-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
8349         * resolv/tst-resolv-qtypes.c (domain):
8350         Change type to const pointer to const char.
8352 2017-02-24  Joseph Myers  <joseph@codesourcery.com>
8354         * math/Makefile (libm-tests-generated): Remove variable.
8355         (libm-tests-base-normal): New variable.
8356         (libm-tests-base-finite): Likewise.
8357         (libm-tests-base-inline): Likewise.
8358         (libm-tests-base): Likewise.
8359         (libm-tests-normal): Likewise.
8360         (libm-tests-finite): Likewise.
8361         (libm-tests-inline): Likewise.
8362         (libm-tests-vector): Likewise.
8363         (libm-tests): Define in terms of these new variables.
8364         (libm-tests-for-type): New variable.
8365         (libm-tests.o): Move definition.
8366         (tests): Move addition of $(libm-tests).
8367         (generated): Update for new and removed libm test files.
8368         ($(objpfx)libm-test.c): Remove target.
8369         ($(objpfx)libm-have-vector-test.h): Likewise.
8370         (CFLAGS-test-double-vlen2.c): Remove variable.
8371         (CFLAGS-test-double-vlen4.c): Likewise.
8372         (CFLAGS-test-double-vlen8.c): Likewise.
8373         (CFLAGS-test-float-vlen4.c): Likewise.
8374         (CFLAGS-test-float-vlen8.c): Likewise.
8375         (CFLAGS-test-float-vlen16.c): Likewise.
8376         (CFLAGS-test-float.c): Likewise.
8377         (CFLAGS-test-float-finite.c): Likewise.
8378         (CFLAGS-libm-test-support-float.c): Likewise.
8379         (CFLAGS-test-double.c): Likewise.
8380         (CFLAGS-test-double-finite.c): Likewise.
8381         (CFLAGS-libm-test-support-double.c): Likewise.
8382         (CFLAGS-test-ldouble.c): Likewise.
8383         (CFLAGS-test-ldouble-finite.c): Likewise.
8384         (CFLAGS-libm-test-support-ldouble.c): Likewise.
8385         (libm-test-inline-cflags): New variable.
8386         (CFLAGS-test-ifloat.c): Remove variable.
8387         (CFLAGS-test-idouble.c): Likewise.
8388         (CFLAGS-test-ildouble.c): Likewise.
8389         ($(addprefix $(objpfx), $(libm-tests.o))): Move target and update
8390         dependencies.
8391         ($(foreach t,$(libm-tests-normal),$(objpfx)$(t).c)): New rule.
8392         ($(foreach t,$(libm-tests-finite),$(objpfx)$(t).c)): Likewise.
8393         ($(foreach t,$(libm-tests-inline),$(objpfx)$(t).c)): Likewise.
8394         ($(foreach t,$(libm-tests-vector),$(objpfx)$(t).c)): Likewise.
8395         ($(foreach t,$(types),$(objpfx)libm-test-support-$(t).c)):
8396         Likewise.
8397         (dependencies on libm-test-support-*.o): Remove.
8398         ($(foreach f,$(libm-test-funcs-all),$(objpfx)$(o)-$(f).o)): New
8399         rules using iterators.
8400         ($(addprefix $(objpfx),$(call libm-tests-for-type,$(o)))):
8401         Likewise.
8402         ($(objpfx)libm-test-support-$(o).o): Likewise.
8403         ($(addprefix $(objpfx),$(filter-out $(tests-static)
8404         $(libm-vec-tests),$(tests)))): Filter out $(libm-tests-vector)
8405         instead.
8406         ($(addprefix $(objpfx), $(libm-vec-tests))): Use iterator to
8407         define rule instead.
8408         * math/README.libm-test: Update.
8409         * math/libm-test-acos.inc: Include libm-test-driver.c.
8410         (do_test): New function.
8411         * math/libm-test-acosh.inc: Include libm-test-driver.c.
8412         (do_test): New function.
8413         * math/libm-test-asin.inc: Include libm-test-driver.c.
8414         (do_test): New function.
8415         * math/libm-test-asinh.inc: Include libm-test-driver.c.
8416         (do_test): New function.
8417         * math/libm-test-atan.inc: Include libm-test-driver.c.
8418         (do_test): New function.
8419         * math/libm-test-atan2.inc: Include libm-test-driver.c.
8420         (do_test): New function.
8421         * math/libm-test-atanh.inc: Include libm-test-driver.c.
8422         (do_test): New function.
8423         * math/libm-test-cabs.inc: Include libm-test-driver.c.
8424         (do_test): New function.
8425         * math/libm-test-cacos.inc: Include libm-test-driver.c.
8426         (do_test): New function.
8427         * math/libm-test-cacosh.inc: Include libm-test-driver.c.
8428         (do_test): New function.
8429         * math/libm-test-canonicalize.inc: Include libm-test-driver.c.
8430         (do_test): New function.
8431         * math/libm-test-carg.inc: Include libm-test-driver.c.
8432         (do_test): New function.
8433         * math/libm-test-casin.inc: Include libm-test-driver.c.
8434         (do_test): New function.
8435         * math/libm-test-casinh.inc: Include libm-test-driver.c.
8436         (do_test): New function.
8437         * math/libm-test-catan.inc: Include libm-test-driver.c.
8438         (do_test): New function.
8439         * math/libm-test-catanh.inc: Include libm-test-driver.c.
8440         (do_test): New function.
8441         * math/libm-test-cbrt.inc: Include libm-test-driver.c.
8442         (do_test): New function.
8443         * math/libm-test-ccos.inc: Include libm-test-driver.c.
8444         (do_test): New function.
8445         * math/libm-test-ccosh.inc: Include libm-test-driver.c.
8446         (do_test): New function.
8447         * math/libm-test-ceil.inc: Include libm-test-driver.c.
8448         (do_test): New function.
8449         * math/libm-test-cexp.inc: Include libm-test-driver.c.
8450         (do_test): New function.
8451         * math/libm-test-cimag.inc: Include libm-test-driver.c.
8452         (do_test): New function.
8453         * math/libm-test-clog.inc: Include libm-test-driver.c.
8454         (do_test): New function.
8455         * math/libm-test-clog10.inc: Include libm-test-driver.c.
8456         (do_test): New function.
8457         * math/libm-test-conj.inc: Include libm-test-driver.c.
8458         (do_test): New function.
8459         * math/libm-test-copysign.inc: Include libm-test-driver.c.
8460         (do_test): New function.
8461         * math/libm-test-cos.inc: Include libm-test-driver.c.
8462         (do_test): New function.
8463         * math/libm-test-cosh.inc: Include libm-test-driver.c.
8464         (do_test): New function.
8465         * math/libm-test-cpow.inc: Include libm-test-driver.c.
8466         (do_test): New function.
8467         * math/libm-test-cproj.inc: Include libm-test-driver.c.
8468         (do_test): New function.
8469         * math/libm-test-creal.inc: Include libm-test-driver.c.
8470         (do_test): New function.
8471         * math/libm-test-csin.inc: Include libm-test-driver.c.
8472         (do_test): New function.
8473         * math/libm-test-csinh.inc: Include libm-test-driver.c.
8474         (do_test): New function.
8475         * math/libm-test-csqrt.inc: Include libm-test-driver.c.
8476         (do_test): New function.
8477         * math/libm-test-ctan.inc: Include libm-test-driver.c.
8478         (do_test): New function.
8479         * math/libm-test-ctanh.inc: Include libm-test-driver.c.
8480         (do_test): New function.
8481         * math/libm-test-erf.inc: Include libm-test-driver.c.
8482         (do_test): New function.
8483         * math/libm-test-erfc.inc: Include libm-test-driver.c.
8484         (do_test): New function.
8485         * math/libm-test-exp.inc: Include libm-test-driver.c.
8486         (do_test): New function.
8487         * math/libm-test-exp10.inc: Include libm-test-driver.c.
8488         (do_test): New function.
8489         * math/libm-test-exp2.inc: Include libm-test-driver.c.
8490         (do_test): New function.
8491         * math/libm-test-expm1.inc: Include libm-test-driver.c.
8492         (do_test): New function.
8493         * math/libm-test-fabs.inc: Include libm-test-driver.c.
8494         (do_test): New function.
8495         * math/libm-test-fdim.inc: Include libm-test-driver.c.
8496         (do_test): New function.
8497         * math/libm-test-floor.inc: Include libm-test-driver.c.
8498         (do_test): New function.
8499         * math/libm-test-fma.inc: Include libm-test-driver.c.
8500         (do_test): New function.
8501         * math/libm-test-fmax.inc: Include libm-test-driver.c.
8502         (do_test): New function.
8503         * math/libm-test-fmaxmag.inc: Include libm-test-driver.c.
8504         (do_test): New function.
8505         * math/libm-test-fmin.inc: Include libm-test-driver.c.
8506         (do_test): New function.
8507         * math/libm-test-fminmag.inc: Include libm-test-driver.c.
8508         (do_test): New function.
8509         * math/libm-test-fmod.inc: Include libm-test-driver.c.
8510         (do_test): New function.
8511         * math/libm-test-fpclassify.inc: Include libm-test-driver.c.
8512         (do_test): New function.
8513         * math/libm-test-frexp.inc: Include libm-test-driver.c.
8514         (do_test): New function.
8515         * math/libm-test-fromfp.inc: Include libm-test-driver.c.
8516         (do_test): New function.
8517         * math/libm-test-fromfpx.inc: Include libm-test-driver.c.
8518         (do_test): New function.
8519         * math/libm-test-getpayload.inc: Include libm-test-driver.c.
8520         (do_test): New function.
8521         * math/libm-test-hypot.inc: Include libm-test-driver.c.
8522         (do_test): New function.
8523         * math/libm-test-ilogb.inc: Include libm-test-driver.c.
8524         (do_test): New function.
8525         * math/libm-test-iscanonical.inc: Include libm-test-driver.c.
8526         (do_test): New function.
8527         * math/libm-test-iseqsig.inc: Include libm-test-driver.c.
8528         (do_test): New function.
8529         * math/libm-test-isfinite.inc: Include libm-test-driver.c.
8530         (do_test): New function.
8531         * math/libm-test-isgreater.inc: Include libm-test-driver.c.
8532         (do_test): New function.
8533         * math/libm-test-isgreaterequal.inc: Include libm-test-driver.c.
8534         (do_test): New function.
8535         * math/libm-test-isinf.inc: Include libm-test-driver.c.
8536         (do_test): New function.
8537         * math/libm-test-isless.inc: Include libm-test-driver.c.
8538         (do_test): New function.
8539         * math/libm-test-islessequal.inc: Include libm-test-driver.c.
8540         (do_test): New function.
8541         * math/libm-test-islessgreater.inc: Include libm-test-driver.c.
8542         (do_test): New function.
8543         * math/libm-test-isnan.inc: Include libm-test-driver.c.
8544         (do_test): New function.
8545         * math/libm-test-isnormal.inc: Include libm-test-driver.c.
8546         (do_test): New function.
8547         * math/libm-test-issignaling.inc: Include libm-test-driver.c.
8548         (do_test): New function.
8549         * math/libm-test-issubnormal.inc: Include libm-test-driver.c.
8550         (do_test): New function.
8551         * math/libm-test-isunordered.inc: Include libm-test-driver.c.
8552         (do_test): New function.
8553         * math/libm-test-iszero.inc: Include libm-test-driver.c.
8554         (do_test): New function.
8555         * math/libm-test-j0.inc: Include libm-test-driver.c.
8556         (do_test): New function.
8557         * math/libm-test-j1.inc: Include libm-test-driver.c.
8558         (do_test): New function.
8559         * math/libm-test-jn.inc: Include libm-test-driver.c.
8560         (do_test): New function.
8561         * math/libm-test-lgamma.inc: Include libm-test-driver.c.
8562         (do_test): New function.
8563         * math/libm-test-llogb.inc: Include libm-test-driver.c.
8564         (do_test): New function.
8565         * math/libm-test-llrint.inc: Include libm-test-driver.c.
8566         (do_test): New function.
8567         * math/libm-test-llround.inc: Include libm-test-driver.c.
8568         (do_test): New function.
8569         * math/libm-test-log.inc: Include libm-test-driver.c.
8570         (do_test): New function.
8571         * math/libm-test-log10.inc: Include libm-test-driver.c.
8572         (do_test): New function.
8573         * math/libm-test-log1p.inc: Include libm-test-driver.c.
8574         (do_test): New function.
8575         * math/libm-test-log2.inc: Include libm-test-driver.c.
8576         (do_test): New function.
8577         * math/libm-test-logb.inc: Include libm-test-driver.c.
8578         (do_test): New function.
8579         * math/libm-test-lrint.inc: Include libm-test-driver.c.
8580         (do_test): New function.
8581         * math/libm-test-lround.inc: Include libm-test-driver.c.
8582         (do_test): New function.
8583         * math/libm-test-modf.inc: Include libm-test-driver.c.
8584         (do_test): New function.
8585         * math/libm-test-nearbyint.inc: Include libm-test-driver.c.
8586         (do_test): New function.
8587         * math/libm-test-nextafter.inc: Include libm-test-driver.c.
8588         (do_test): New function.
8589         * math/libm-test-nextdown.inc: Include libm-test-driver.c.
8590         (do_test): New function.
8591         * math/libm-test-nexttoward.inc: Include libm-test-driver.c.
8592         (do_test): New function.
8593         * math/libm-test-nextup.inc: Include libm-test-driver.c.
8594         (do_test): New function.
8595         * math/libm-test-pow.inc: Include libm-test-driver.c.
8596         (do_test): New function.
8597         * math/libm-test-remainder.inc: Include libm-test-driver.c.
8598         (do_test): New function.
8599         * math/libm-test-remquo.inc: Include libm-test-driver.c.
8600         (do_test): New function.
8601         * math/libm-test-rint.inc: Include libm-test-driver.c.
8602         (do_test): New function.
8603         * math/libm-test-round.inc: Include libm-test-driver.c.
8604         (do_test): New function.
8605         * math/libm-test-roundeven.inc: Include libm-test-driver.c.
8606         (do_test): New function.
8607         * math/libm-test-scalb.inc: Include libm-test-driver.c.
8608         (do_test): New function.
8609         * math/libm-test-scalbln.inc: Include libm-test-driver.c.
8610         (do_test): New function.
8611         * math/libm-test-scalbn.inc: Include libm-test-driver.c.
8612         (do_test): New function.
8613         * math/libm-test-setpayload.inc: Include libm-test-driver.c.
8614         (do_test): New function.
8615         * math/libm-test-setpayloadsig.inc: Include libm-test-driver.c.
8616         (do_test): New function.
8617         * math/libm-test-signbit.inc: Include libm-test-driver.c.
8618         (do_test): New function.
8619         * math/libm-test-significand.inc: Include libm-test-driver.c.
8620         (do_test): New function.
8621         * math/libm-test-sin.inc: Include libm-test-driver.c.
8622         (do_test): New function.
8623         * math/libm-test-sincos.inc: Include libm-test-driver.c.
8624         (do_test): New function.
8625         * math/libm-test-sinh.inc: Include libm-test-driver.c.
8626         (do_test): New function.
8627         * math/libm-test-sqrt.inc: Include libm-test-driver.c.
8628         (do_test): New function.
8629         * math/libm-test-tan.inc: Include libm-test-driver.c.
8630         (do_test): New function.
8631         * math/libm-test-tanh.inc: Include libm-test-driver.c.
8632         (do_test): New function.
8633         * math/libm-test-tgamma.inc: Include libm-test-driver.c.
8634         (do_test): New function.
8635         * math/libm-test-totalorder.inc: Include libm-test-driver.c.
8636         (do_test): New function.
8637         * math/libm-test-totalordermag.inc: Include libm-test-driver.c.
8638         (do_test): New function.
8639         * math/libm-test-trunc.inc: Include libm-test-driver.c.
8640         (do_test): New function.
8641         * math/libm-test-ufromfp.inc: Include libm-test-driver.c.
8642         (do_test): New function.
8643         * math/libm-test-ufromfpx.inc: Include libm-test-driver.c.
8644         (do_test): New function.
8645         * math/libm-test-y0.inc: Include libm-test-driver.c.
8646         (do_test): New function.
8647         * math/libm-test-y1.inc: Include libm-test-driver.c.
8648         (do_test): New function.
8649         * math/libm-test-yn.inc: Include libm-test-driver.c.
8650         (do_test): New function.
8651         * math/libm-test-driver.c: Do not include libm-have-vector-test.h.
8652         (HAVE_VECTOR): Remove macro.
8653         (START): Do not call HAVE_VECTOR.
8654         * math/test-double-vlen2.h (FUNC_TEST): Remove macro.
8655         * math/test-double-vlen4.h (FUNC_TEST): Remove macro.
8656         * math/test-double-vlen8.h (FUNC_TEST): Remove macro.
8657         * math/test-float-vlen16.h (FUNC_TEST): Remove macro.
8658         * math/test-float-vlen4.h (FUNC_TEST): Remove macro.
8659         * math/test-float-vlen8.h (FUNC_TEST): Remove macro.
8660         * math/test-math-vector.h (FUNC_TEST): New macro.
8661         (WRAPPER_DECL): Rename to WRAPPER_DECL_f.
8662         * sysdeps/x86_64/fpu/Makefile (double-vlen2-funcs): New variable.
8663         (double-vlen4-funcs): Likewise.
8664         (double-vlen4-avx2-funcs): Likewise.
8665         (double-vlen8-funcs): Likewise.
8666         (float-vlen4-funcs): Likewise.
8667         (float-vlen8-funcs): Likewise.
8668         (float-vlen8-avx2-funcs): Likewise.
8669         (float-vlen16-funcs): Likewise.
8670         (CFLAGS-test-double-vlen4-avx2.c): Remove variable.
8671         (CFLAGS-test-float-vlen8-avx2.c): Likewise.
8672         * sysdeps/x86_64/fpu/test-double-vlen4.h (TEST_VECTOR_cos): Remove
8673         macro.
8674         (TEST_VECTOR_sin): Likewise.
8675         (TEST_VECTOR_sincos): Likewise.
8676         (TEST_VECTOR_log): Likewise.
8677         (TEST_VECTOR_exp): Likewise.
8678         (TEST_VECTOR_pow): Likewise.
8679         * sysdeps/x86_64/fpu/test-double-vlen8.h (TEST_VECTOR_cos):
8680         Likewise.
8681         (TEST_VECTOR_sin): Likewise.
8682         (TEST_VECTOR_sincos): Likewise.
8683         (TEST_VECTOR_log): Likewise.
8684         (TEST_VECTOR_exp): Likewise.
8685         (TEST_VECTOR_pow): Likewise.
8686         * sysdeps/x86_64/fpu/test-float-vlen16.h (TEST_VECTOR_cosf):
8687         Likewise.
8688         (TEST_VECTOR_sinf): Likewise.
8689         (TEST_VECTOR_sincosf): Likewise.
8690         (TEST_VECTOR_logf): Likewise.
8691         (TEST_VECTOR_expf): Likewise.
8692         (TEST_VECTOR_powf): Likewise.
8693         * sysdeps/x86_64/fpu/test-float-vlen8.h (TEST_VECTOR_cosf):
8694         Likewise.
8695         (TEST_VECTOR_sinf): Likewise.
8696         (TEST_VECTOR_sincosf): Likewise.
8697         (TEST_VECTOR_logf): Likewise.
8698         (TEST_VECTOR_expf): Likewise.
8699         (TEST_VECTOR_powf): Likewise.
8700         * math/gen-libm-have-vector-test.sh: Remove file.
8701         * math/libm-test.inc: Likewise.
8702         * math/libm-test-support-double.c: Likewise.
8703         * math/libm-test-support-float.c: Likewise.
8704         * math/libm-test-support-ldouble.c: Likewise.
8705         * math/test-double-finite.c: Likewise.: Likewise.
8706         * math/test-double.c: Likewise.
8707         * math/test-float-finite.c: Likewise.
8708         * math/test-float.c: Likewise.
8709         * math/test-idouble.c: Likewise.
8710         * math/test-ifloat.c: Likewise.
8711         * math/test-ildouble.c: Likewise.
8712         * math/test-ldouble-finite.c: Likewise.
8713         * math/test-ldouble.c: Likewise.
8714         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
8715         * sysdeps/x86_64/fpu/test-double-vlen2.h: Likewise.
8716         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
8717         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
8718         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
8719         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
8720         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
8721         * sysdeps/x86_64/fpu/test-float-vlen4.h: Likewise.
8722         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
8723         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
8725 2017-02-23 Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
8726            Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
8728         * math/Makefile: Add wrappers to gen-libm-calls.
8729         * math/w_acos_template.c: New file.
8730         * math/w_acosh_template.c: Likewise.
8731         * math/w_asin_template.c: Likewise.
8732         * math/w_atan2_template.c: Likewise.
8733         * math/w_atanh_template.c: Likewise.
8734         * math/w_cosh_template.c: Likewise.
8735         * math/w_exp10_template.c: Likewise.
8736         * math/w_exp2_template.c: Likewise.
8737         * math/w_exp_template.c: Likewise.
8738         * math/w_fmod_template.c: Likewise.
8739         * math/w_hypot_template.c: Likewise.
8740         * math/w_j0_template.c: Likewise.
8741         * math/w_j1_template.c: Likewise.
8742         * math/w_jn_template.c: Likewise.
8743         * math/w_lgamma_r_template.c: Likewise.
8744         * math/w_lgamma_template.c: Likewise.
8745         * math/w_log10_template.c: Likewise.
8746         * math/w_log2_template.c: Likewise.
8747         * math/w_log_template.c: Likewise.
8748         * math/w_pow_template.c: Likewise.
8749         * math/w_remainder_template.c: Likewise.
8750         * math/w_sinh_template.c: Likewise.
8751         * math/w_sqrt_template.c: Likewise.
8752         * math/w_tgamma_template.c: Likewise.: Likewise.
8753         * sysdeps/generic/math-type-macros-double.h
8754         (__USE_WRAPPER_TEMPLATE): New macro to control inclusion of
8755         the new wrappers.
8756         * sysdeps/generic/math-type-macros-float.h: Likewise.
8757         * sysdeps/generic/math-type-macros-ldouble.h: Likewise.
8759 2017-02-22  Joseph Myers  <joseph@codesourcery.com>
8761         * sysdeps/unix/sysv/linux/sys/timerfd.h (TFD_TIMER_CANCEL_ON_SET):
8762         New enum constant and macro.
8764         * scripts/build-many-glibcs.py (Context.checkout): Default Linux
8765         kernel version to 4.10.
8767 2017-02-21  Joseph Myers  <joseph@codesourcery.com>
8769         * sysdeps/unix/sysv/linux/bits/in.h (IP_RECVFRAGSIZE): New macro.
8771 2017-02-21  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
8773         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8775 2017-02-21  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
8777         * sysdeps/powerpc/tst-set_ppr.c: New file.
8778         Implement test cases for __ppc_set_ppr_* functions.
8779         * sysdeps/powerpc/Makefile ($(subdir),misc): Add tst-set_ppr
8780         in the list of tests.
8782 2017-02-21  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
8784         * sysdeps/powerpc/test-get_hwcap.c: Use <support/test-driver.c>
8785         instead of test-skeleton.c.
8786         (do_test): Replaced pthread_create and pthread_join with
8787         xpthread_create and xpthread_join.  Use TEST_VERIFY_EXIT macro.
8788         Removed unneeded status variable.
8789         * sysdeps/powerpc/test-gettimebase.c: Use <support/test-driver.c>
8790         instead of test-skeleton.c.
8791         * sysdeps/powerpc/tst-tlsopt-powerpc.c: Likewise.
8793 2017-02-20  Mike FABIAN  <mfabian@redhat.com>
8795         [BZ #20313]
8796         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
8797         201605L, for Unicode 9.
8799 2017-02-20  Joseph Myers  <joseph@codesourcery.com>
8801         * math/libm-test-support.h (EXCEPTIONS_OK): Remove macro.
8802         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
8803         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
8804         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
8805         (UNDERFLOW_EXCEPTION_OK_DOUBLE): Likewise.
8806         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
8808 2017-02-19  Zack Weinberg  <zackw@panix.com>
8810         * rt/tst-mqueue4.c: Include stdint.h.
8812 2017-02-17  Joseph Myers  <joseph@codesourcery.com>
8814         * sysdeps/arm/libm-test-ulps: Update.
8815         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
8816         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8817         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
8819 2017-01-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8821         [BZ #21029]
8822         * config.h.in [CAN_USE_REGISTER_ASM_EBP]: New define.
8823         * sysdeps/unix/sysv/linux/i386/Makefile
8824         [$(subdir) = elf] (sysdep-dl-routines): Add libc-do-syscall.
8825         (uses-6-syscall-arguments): Remove.
8826         [$(subdir) = misc] (CFLAGS-epoll_pwait.o): Likewise.
8827         [$(subdir) = misc] (CFLAGS-epoll_pwait.os): Likewise.
8828         [$(subdir) = misc] (CFLAGS-mmap.o): Likewise.
8829         [$(subdir) = misc] (CFLAGS-mmap.os): Likewise.
8830         [$(subdir) = misc] (CFLAGS-mmap64.o): Likewise.
8831         [$(subdir) = misc] (CFLAGS-mmap64.os): Likewise.
8832         [$(subdir) = misc] (CFLAGS-pselect.o): Likewise.
8833         [$(subdir) = misc] (cflags-pselect.o): Likewise.
8834         [$(subdir) = misc] (cflags-pselect.os): Likewise.
8835         [$(subdir) = misc] (cflags-rtld-mmap.os): Likewise.
8836         [$(subdir) = sysvipc] (cflags-semtimedop.o): Likewise.
8837         [$(subdir) = sysvipc] (cflags-semtimedop.os): Likewise.
8838         [$(subdir) = io] (CFLAGS-posix_fadvise64.o): Likewise.
8839         [$(subdir) = io] (CFLAGS-posix_fadvise64.os): Likewise.
8840         [$(subdir) = io] (CFLAGS-posix_fallocate.o): Likewise.
8841         [$(subdir) = io] (CFLAGS-posix_fallocate.os): Likewise.
8842         [$(subdir) = io] (CFLAGS-posix_fallocate64.o): Likewise.
8843         [$(subdir) = io] (CFLAGS-posix_fallocate64.os): Likewise.
8844         [$(subdir) = io] (CFLAGS-sync_file_range.o): Likewise.
8845         [$(subdir) = io] (CFLAGS-sync_file_range.os): Likewise.
8846         [$(subdir) = io] (CFLAGS-fallocate.o): Likewise.
8847         [$(subdir) = io] (CFLAGS-fallocate.os): Likewise.
8848         [$(subdir) = io] (CFLAGS-fallocate64.o): Likewise.
8849         [$(subdir) = io] (CFLAGS-fallocate64.os): Likewise.
8850         [$(subdir) = nptl] (CFLAGS-pthread_rwlock_timedrdlock.o):
8851         Likewise.
8852         [$(subdir) = nptl] (CFLAGS-pthread_rwlock_timedrdlock.os):
8853         Likewise.
8854         [$(subdir) = nptl] (CFLAGS-pthread_rwlock_timedrwlock.o):
8855         Likewise.
8856         [$(subdir) = nptl] (CFLAGS-pthread_rwlock_timedrwlock.os):
8857         Likewise.
8858         [$(subdir) = nptl] (CFLAGS-sem_wait.o): Likewise.
8859         [$(subdir) = nptl] (CFLAGS-sem_wait.os): Likewise.
8860         [$(subdir) = nptl] (CFLAGS-sem_timedwait.o): Likewise.
8861         [$(subdir) = nptl] (CFLAGS-sem_timedwait.os): Likewise.
8862         * sysdeps/unix/sysv/linux/i386/configure.ac: Add check if compiler allows
8863         ebp on inline assembly.
8864         * sysdeps/unix/sysv/linux/i386/configure: Regenerate.
8865         * sysdeps/unix/sysv/linux/i386/sysdep.h (OPTIMIZE_FOR_GCC_5):
8866         Set if CAN_USE_REGISTER_ASM_EBP is set.
8868 2017-02-17  H.J. Lu  <hongjiu.lu@intel.com>
8870         * sysdeps/x86/cpu-features.c (init_cpu_features): Use
8871         index_cpu_RTM and reg_RTM to clear the bit_cpu_RTM bit.
8873 2017-02-17  Joseph Myers  <joseph@codesourcery.com>
8875         * math/auto-libm-test-in: Add tests of catan and catanh.
8876         * math/auto-libm-test-out-catan: New generated file.
8877         * math/auto-libm-test-out-catanh: Likewise.
8878         * math/libm-test-catan.inc (catan_test_data): Use AUTO_TESTS_c_c.
8879         Move tests with finite inputs, except divide-by-zero cases, to
8880         auto-libm-test-in.
8881         * math/libm-test-catanh.inc (catanh_test_data): Likewise.
8882         * math/Makefile (libm-test-funcs-auto): Add catan and catanh.
8883         (libm-test-funcs-noauto): Remove catan and catanh.
8884         * sysdeps/i386/fpu/libm-test-ulps: Update.
8885         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
8886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8888         * math/auto-libm-test-in: Add tests of casin and casinh.
8889         * math/auto-libm-test-out-casin: New generated file.
8890         * math/auto-libm-test-out-casinh: Likewise.
8891         * math/libm-test-casin.inc (casin_test_data): Use AUTO_TESTS_c_c.
8892         Move tests with finite inputs to auto-libm-test-in.
8893         * math/libm-test-casinh.inc (casinh_test_data): Likewise.
8894         * math/Makefile (libm-test-funcs-auto): Add casin and casinh.
8895         (libm-test-funcs-noauto): Remove casin and casinh.
8896         * sysdeps/i386/fpu/libm-test-ulps: Update.
8897         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
8898         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8900         * math/auto-libm-test-in: Add tests of cacos and cacosh.
8901         * math/auto-libm-test-out-cacos: New generated file.
8902         * math/auto-libm-test-out-cacosh: Likewise.
8903         * math/libm-test-cacos.inc (cacos_test_data): Use AUTO_TESTS_c_c.
8904         Move tests with finite inputs to auto-libm-test-in.
8905         * math/libm-test-cacosh.inc (cacosh_test_data): Likewise.
8906         * math/Makefile (libm-test-funcs-auto): Add cacos and cacosh.
8907         (libm-test-funcs-noauto): Remove cacos and cacosh.
8908         * sysdeps/i386/fpu/libm-test-ulps: Update.
8909         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
8910         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8912         Revert:
8913         2017-02-16  Zack Weinberg  <zackw@panix.com>
8915         * sysdeps/x86_64/fpu/math-tests-arch.h: Include cpu-features.h.
8916         Don't include init-arch.h.
8917         * sysdeps/x86_64/multiarch/test-multiarch.h: Include cpu-features.h.
8918         Don't include init-arch.h.
8920 2017-02-17  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
8922         [BZ #21171]
8923         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (__ieee754_lgamma_r): Return
8924         +Inf and raise divide-by-zero when x is negative.
8925         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Likewise.
8926         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r): Likewise.
8927         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10):  Return
8928         -Inf and raise divide-by-zero when x = +-0.
8929         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
8930         * sysdeps/ieee754/flt-32/e_log10f.c (__ieee754_log10f): Likewise.
8931         * sysdeps/ieee754/flt-32/e_log2f.c (__ieee754_log2f): Likewise.
8932         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
8933         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Likewise.
8934         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
8935         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
8937 2017-02-16  Zack Weinberg  <zackw@panix.com>
8939         * scripts/build-many-glibcs.py (bot_build_mail): If the
8940         bot_config does not contain all of the necessary email-
8941         related settings, just print a warning and continue.
8943 2017-02-16  Zack Weinberg  <zackw@panix.com>
8945         * crypt/md5.h: Test _LIBC with #if defined, not #if.
8946         * dirent/opendir-tst1.c: Include sys/stat.h.
8947         * dirent/tst-fdopendir.c: Include sys/stat.h.
8948         * dirent/tst-fdopendir2.c: Include stdlib.h.
8949         * dirent/tst-scandir.c: Include stdbool.h.
8950         * elf/tst-auditmod1.c: Include link.h and stddef.h.
8951         * elf/tst-tls15.c: Include stdlib.h.
8952         * elf/tst-tls16.c: Include stdlib.h.
8953         * elf/tst-tls17.c: Include stdlib.h.
8954         * elf/tst-tls18.c: Include stdlib.h.
8955         * iconv/tst-iconv6.c: Include endian.h.
8956         * iconvdata/bug-iconv11.c: Include limits.h.
8957         * io/test-utime.c: Include stdint.h.
8958         * io/tst-faccessat.c: Include sys/stat.h.
8959         * io/tst-fchmodat.c: Include sys/stat.h.
8960         * io/tst-fchownat.c: Include sys/stat.h.
8961         * io/tst-fstatat.c: Include sys/stat.h.
8962         * io/tst-futimesat.c: Include sys/stat.h.
8963         * io/tst-linkat.c: Include sys/stat.h.
8964         * io/tst-mkdirat.c: Include sys/stat.h and stdbool.h.
8965         * io/tst-mkfifoat.c: Include sys/stat.h and stdbool.h.
8966         * io/tst-mknodat.c: Include sys/stat.h and stdbool.h.
8967         * io/tst-openat.c: Include stdbool.h.
8968         * io/tst-readlinkat.c: Include sys/stat.h.
8969         * io/tst-renameat.c: Include sys/stat.h.
8970         * io/tst-symlinkat.c: Include sys/stat.h.
8971         * io/tst-unlinkat.c: Include stdbool.h.
8972         * libio/bug-memstream1.c: Include stdlib.h.
8973         * libio/bug-wmemstream1.c: Include stdlib.h.
8974         * libio/tst-fwrite-error.c: Include stdlib.h.
8975         * libio/tst-memstream1.c: Include stdlib.h.
8976         * libio/tst-memstream2.c: Include stdlib.h.
8977         * libio/tst-memstream3.c: Include stdlib.h.
8978         * malloc/tst-interpose-aux.c: Include stdint.h.
8979         * misc/tst-preadvwritev-common.c: Include sys/stat.h.
8980         * nptl/tst-basic7.c: Include limits.h.
8981         * nptl/tst-cancel25.c: Include pthread.h, not pthreadP.h.
8982         * nptl/tst-cancel4.c: Include stddef.h, limits.h, and sys/stat.h.
8983         * nptl/tst-cancel4_1.c: Include stddef.h.
8984         * nptl/tst-cancel4_2.c: Include stddef.h.
8985         * nptl/tst-cond16.c: Include limits.h.
8986         Use sysconf(_SC_PAGESIZE) instead of __getpagesize.
8987         * nptl/tst-cond18.c: Include limits.h.
8988         Use sysconf(_SC_PAGESIZE) instead of __getpagesize.
8989         * nptl/tst-cond4.c: Include stdint.h.
8990         * nptl/tst-cond6.c: Include stdint.h.
8991         * nptl/tst-stack2.c: Include limits.h.
8992         * nptl/tst-stackguard1.c: Include stddef.h.
8993         * nptl/tst-tls4.c: Include stdint.h. Don't include tls.h.
8994         * nptl/tst-tls4moda.c: Include stddef.h.
8995         Don't include stdio.h, unistd.h, or tls.h.
8996         * nptl/tst-tls4modb.c: Include stddef.h.
8997         Don't include stdio.h, unistd.h, or tls.h.
8998         * nptl/tst-tls5.h: Include stddef.h. Don't include stdlib.h or tls.h.
8999         * posix/tst-getaddrinfo2.c: Include stdio.h.
9000         * posix/tst-getaddrinfo5.c: Include stdio.h.
9001         * posix/tst-pathconf.c: Include sys/stat.h.
9002         * posix/tst-posix_fadvise-common.c: Include stdint.h.
9003         * posix/tst-preadwrite-common.c: Include sys/stat.h.
9004         * posix/tst-regex.c: Include stdint.h.
9005         Don't include spawn.h or spawn_int.h.
9006         * posix/tst-regexloc.c: Don't include spawn.h or spawn_int.h.
9007         * posix/tst-vfork3.c: Include sys/stat.h.
9008         * resolv/tst-bug18665-tcp.c: Include stdlib.h.
9009         * resolv/tst-res_hconf_reorder.c: Include stdlib.h.
9010         * resolv/tst-resolv-search.c: Include stdlib.h.
9011         * stdio-common/tst-fmemopen2.c: Include stdint.h.
9012         * stdio-common/tst-vfprintf-width-prec.c: Include stdlib.h.
9013         * stdlib/test-canon.c: Include sys/stat.h.
9014         * stdlib/tst-tls-atexit.c: Include stdbool.h.
9015         * string/test-memchr.c: Include stdint.h.
9016         * string/tst-cmp.c: Include stdint.h.
9017         * sysdeps/pthread/tst-timer.c: Include stdint.h.
9018         * sysdeps/unix/sysv/linux/tst-sync_file_range.c: Include stdint.h.
9019         * sysdeps/wordsize-64/tst-writev.c: Include limits.h and stdint.h.
9020         * sysdeps/x86_64/fpu/math-tests-arch.h: Include cpu-features.h.
9021         Don't include init-arch.h.
9022         * sysdeps/x86_64/multiarch/test-multiarch.h: Include cpu-features.h.
9023         Don't include init-arch.h.
9024         * sysdeps/x86_64/tst-auditmod10b.c: Include link.h and stddef.h.
9025         * sysdeps/x86_64/tst-auditmod3b.c: Include link.h and stddef.h.
9026         * sysdeps/x86_64/tst-auditmod4b.c: Include link.h and stddef.h.
9027         * sysdeps/x86_64/tst-auditmod5b.c: Include link.h and stddef.h.
9028         * sysdeps/x86_64/tst-auditmod6b.c: Include link.h and stddef.h.
9029         * sysdeps/x86_64/tst-auditmod6c.c: Include link.h and stddef.h.
9030         * sysdeps/x86_64/tst-auditmod7b.c: Include link.h and stddef.h.
9031         * time/clocktest.c: Include stdint.h.
9032         * time/tst-posixtz.c: Include stdint.h.
9033         * timezone/tst-timezone.c: Include stdint.h.
9035 2017-02-16  Zack Weinberg  <zackw@panix.com>
9037         * string/string.h [__USE_MISC]: Include strings.h.
9038         (__bzero, bcmp, bcopy, bzero, index, rindex)
9039         (strcasecmp, strncasecmp, strcasecmp_l, strncasecmp_l)
9040         (ffs, ffsl, ffsll): Don't declare.
9041         * string/strings.h: Do not suppress the file if string.h has
9042         already been included.
9043         (bcmp, bcopy, bzero, strcasecmp, strncasecmp): Add __nonnull
9044         annotations.
9045         (index, rindex): Define inline forwarders even if
9046         __CORRECT_ISO_CPP_STRING_H_PROTO is defined.
9047         (ffs): Use __attribute_const__.
9048         (ffsl, ffsll): Declare here.
9049         (strcasecmp_l, strncasecmp_l): Correct comments; these functions
9050         have now been standardized.
9051         * include/string.h (__bzero): Declare here.
9053         * bits/types.h: Move to posix/bits.
9054         * include/bits/types.h: New wrapper.
9056 2017-02-15  Wilco Dijkstra  <wdijkstr@arm.com>
9058         * string/bits/string2.h (strcmp): Remove define.
9059         (__strcmp_cg): Likewise.
9060         (strncmp): Likewise.
9062 2017-02-15  Wilco Dijkstra  <wdijkstr@arm.com>
9064         * include/string.h: Add __cplusplus check.
9066 2017-02-15  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
9068         [BZ #21134]
9069         * sysdeps/ieee754/dbl-64/e_j0.c (__ieee754_y0): Raise the
9070         "divide by zero" exception when the input is zero.
9071         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_y1): Likewise.
9072         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Likewise.
9073         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Likewise.
9074         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Likewise.
9075         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
9077 2017-02-15  Joseph Myers  <joseph@codesourcery.com>
9079         * sysdeps/x86_64/fpu/test-double-vlen2.c: Move most contents to,
9080         and include ...
9081         * sysdeps/x86_64/fpu/test-double-vlen2.h: ... here.  New file.
9082         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Move most contents
9083         to, and include ...
9084         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.h: ... here.  New
9085         file.
9086         * sysdeps/x86_64/fpu/test-double-vlen4.c: Move most contents to,
9087         and include ...
9088         * sysdeps/x86_64/fpu/test-double-vlen4.h: ... here.  New file.
9089         * sysdeps/x86_64/fpu/test-double-vlen8.c: Move most contents to,
9090         and include ...
9091         * sysdeps/x86_64/fpu/test-double-vlen8.h: ... here.  New file.
9092         * sysdeps/x86_64/fpu/test-float-vlen16.c: Move most contents to,
9093         and include ...
9094         * sysdeps/x86_64/fpu/test-float-vlen16.h: ... here.  New file.
9095         * sysdeps/x86_64/fpu/test-float-vlen4.c: Move most contents to,
9096         and include ...
9097         * sysdeps/x86_64/fpu/test-float-vlen4.h: ... here.  New file.
9098         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Move most contents
9099         to, and include ...
9100         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.h: ... here.  New file.
9101         * sysdeps/x86_64/fpu/test-float-vlen8.c: Move most contents to,
9102         and include ...
9103         * sysdeps/x86_64/fpu/test-float-vlen8.h: ... here.  New file.
9105 2017-02-14  Joseph Myers  <joseph@codesourcery.com>
9107         * math/libm-test-support.h: Do not include <math-tests-arch.h>
9108         here.
9109         * math/libm-test-support.c (libm_test_init): Do not call
9110         INIT_ARCH_EXT here.
9111         * math/libm-test-driver.c: Include <math-tests-arch.h>.
9112         (main): Call INIT_ARCH_EXT.
9114 2017-02-12  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
9116         [BZ #21130]
9117         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Return NAN
9118         with the "invalid" exception raised when x is -Inf.
9119         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
9121 2017-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
9123         * string/bits/string2.h (strchr): Remove define.
9125 2017-02-09  H.J. Lu  <hongjiu.lu@intel.com>
9127         * sysdeps/x86_64/Makefile (tests): Add tst-sse, tst-avx and
9128         tst-avx512.
9129         (test-extras): Add tst-avx-aux and tst-avx512-aux.
9130         (extra-test-objs): Add tst-avx-aux.o and tst-avx512-aux.o.
9131         (modules-names): Add tst-ssemod, tst-avxmod and tst-avx512mod.
9132         ($(objpfx)tst-sse): New rule.
9133         ($(objpfx)tst-avx): Likewise.
9134         ($(objpfx)tst-avx512): Likewise.
9135         (CFLAGS-tst-avx-aux.c): New.
9136         (CFLAGS-tst-avxmod.c): Likewise.
9137         (CFLAGS-tst-avx512-aux.c): Likewise.
9138         (CFLAGS-tst-avx512mod.c): Likewise.
9139         * sysdeps/x86_64/tst-avx-aux.c: New file.
9140         * sysdeps/x86_64/tst-avx.c: Likewise.
9141         * sysdeps/x86_64/tst-avx512-aux.c: Likewise.
9142         * sysdeps/x86_64/tst-avx512.c: Likewise.
9143         * sysdeps/x86_64/tst-avx512mod.c: Likewise.
9144         * sysdeps/x86_64/tst-avxmod.c: Likewise.
9145         * sysdeps/x86_64/tst-sse.c: Likewise.
9146         * sysdeps/x86_64/tst-ssemod.c: Likewise.
9148 2017-02-09  Joseph Myers  <joseph@codesourcery.com>
9150         * math/auto-libm-test-in: Add more tests of csin and csinh.
9151         * math/auto-libm-test-out-csin: Regenerated.
9152         * math/auto-libm-test-out-csinh: Likewise.
9153         * math/libm-test-csin.inc (csin_test_data): Remove tests moved to
9154         auto-libm-test-in.
9155         * math/libm-test-csinh.inc (csinh_test_data): Likewise.
9157 2017-02-09  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
9159         * math/Makefile (libm-compat-calls-ldouble-yes): Merge into
9160         libm-compat-calls-auto.
9161         (libm-compat-calls): Likewise.
9162         (libm-compat-calls-auto): Rename to libm-compat-calls and add
9163         w_lgamma_compatF and k_standardF (merged from the items above).
9164         (libm-routines): Use libm-compat-calls, instead of
9165         libm-compat-calls-auto, with type-foreach.
9167 2017-02-09  Joseph Myers  <joseph@codesourcery.com>
9169         * math/test-math-inline.h (__LIBC_INTERNAL_MATH_INLINES): Undefine
9170         macro.
9171         * math/Makefile (CPPFLAGS-test-ifloat.c): Rename to ...
9172         (CFLAGS-test-ifloat.c): ... this.  Remove
9173         -U__LIBC_INTERNAL_MATH_INLINES.
9174         * math/Makefile (CPPFLAGS-test-idouble.c): Rename to ...
9175         (CFLAGS-test-idouble.c): ... this.  Remove
9176         -U__LIBC_INTERNAL_MATH_INLINES.
9177         * math/Makefile (CPPFLAGS-test-ildouble.c): Rename to ...
9178         (CFLAGS-test-ildouble.c): ... this.  Remove
9179         -U__LIBC_INTERNAL_MATH_INLINES.
9181 2017-02-08  Joseph Myers  <joseph@codesourcery.com>
9183         * math/libm-test-support.c: New file.  Content from
9184         math/libm-test-driver.c.
9185         * math/libm-test-support.h: Likewise.
9186         * math/libm-test-support-double.c: New file.
9187         * math/libm-test-support-float.c: Likewise.
9188         * math/libm-test-support-ldouble.c: Likewise.
9189         * math/libm-test-driver.c: Remove main comment and header
9190         includes.  Include libm-test-support.h.
9191         [!_GNU_SOURCE] (_GNU_SOURCE): Do not define.
9192         (flag_test_errno): Remove static.
9193         (flag_test_exceptions): Likewise.
9194         (flag_test_finite): Likewise.
9195         (flag_test_inline): Likewise.
9196         (flag_test_mathvec): Likewise.
9197         (test_msg): Likewise.
9198         (NO_EXCEPTION): Remove.
9199         (INVALID_EXCEPTION): Likewise.
9200         (DIVIDE_BY_ZERO_EXCEPTION): Likewise.
9201         (OVERFLOW_EXCEPTION): Likewise.
9202         (UNDERFLOW_EXCEPTION): Likewise.
9203         (INEXACT_EXCEPTION): Likewise.
9204         (INVALID_EXCEPTION_OK): Likewise.
9205         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
9206         (OVERFLOW_EXCEPTION_OK): Likewise.
9207         (UNDERFLOW_EXCEPTION_OK): Likewise.
9208         (NO_INEXACT_EXCEPTION): Likewise.
9209         (EXCEPTIONS_OK): Likewise.
9210         (IGNORE_ZERO_INF_SIGN): Likewise.
9211         (TEST_NAN_SIGN): Likewise.
9212         (TEST_NAN_PAYLOAD): Likewise.
9213         (NO_TEST_INLINE): Likewise.
9214         (XFAIL_TEST): Likewise.
9215         (ERRNO_UNCHANGED): Likewise.
9216         (ERRNO_EDOM): Likewise.
9217         (ERRNO_ERANGE): Likewise.
9218         (IGNORE_RESULT): Likewise.
9219         (NON_FINITE): Likewise.
9220         (TEST_SNAN): Likewise.
9221         (NO_TEST_MATHVEC): Likewise.
9222         (__CONCATX): Likewise.
9223         (TYPE_MIN): Likewise.
9224         (TYPE_TRUE_MIN): Likewise.
9225         (TYPE_MAX): Likewise.
9226         (MIN_EXP): Likewise.
9227         (MAX_EXP): Likewise.
9228         (MANT_DIG): Likewise.
9229         (FSTR_MAX): Likewise.
9230         (ulp_idx): Likewise.
9231         (qtype_str): Remove static.
9232         (TEST_COND_binary32): Remove.
9233         (TEST_COND_binary64): Likewise.
9234         (TEST_COND_binary128): Likewise.
9235         (TEST_COND_ibm128): Likewise.
9236         (TEST_COND_intel96): Likewise.
9237         (TEST_COND_m68k96): Likewise.
9238         (TEST_COND_ibm128_libgcc): Likewise.
9239         (XFAIL_IBM128_LIBGCC): Likewise.
9240         (PAYLOAD_DIG): Likewise.
9241         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
9242         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
9243         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
9244         (UNDERFLOW_EXCEPTION_OK_DOUBLE): Likewise.
9245         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
9246         (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): Likewise.
9247         (TEST_COND_long32): Likewise.
9248         (TEST_COND_long64): Likewise.
9249         (TEST_COND_before_rounding): Likewise.
9250         (TEST_COND_after_rounding): Likewise.
9251         (ulps_file_name): Likewise.
9252         (ulps_file): Likewise.
9253         (output_ulps): Likewise.
9254         (output_dir): Likewise.
9255         (noErrors): Likewise.
9256         (noTests): Likewise.
9257         (noExcTests): Likewise.
9258         (noErrnoTests): Likewise.
9259         (verbose): Likewise.
9260         (output_max_error): Likewise.
9261         (output_points): Likewise.
9262         (ignore_max_ulp): Likewise.
9263         (max_error): Likewise.
9264         (real_max_error): Likewise.
9265         (imag_max_error): Likewise.
9266         (prev_max_error): Likewise.
9267         (prev_real_max_error): Likewise.
9268         (prev_imag_max_error): Likewise.
9269         (max_valid_error): Likewise.
9270         (TYPE_DECIMAL_DIG): Likewise.
9271         (TYPE_HEX_DIG): Likewise.
9272         (fmt_ftostr): Likewise.
9273         (compare_ulp_data): Likewise.
9274         (find_ulps): Likewise.
9275         (init_max_error): Likewise.
9276         (set_max_error): Likewise.
9277         (print_float): Likewise.
9278         (print_screen): Likewise.
9279         (print_screen_max_error): Likewise.
9280         (update_stats): Likewise.
9281         (print_function_ulps): Likewise.
9282         (print_complex_function_ulps): Likewise.
9283         (fpstack_test): Likewise.
9284         (print_max_error): Likewise.
9285         (print_complex_max_error): Likewise.
9286         (test_single_exception): Likewise.
9287         (test_exceptions): Likewise.
9288         (test_single_errno): Likewise.
9289         (test_errno): Likewise.
9290         (ULPDIFF): Likewise.
9291         (ulp): Likewise.
9292         (check_float_internal): Likewise.
9293         (check_float): Likewise.
9294         (check_complex): Likewise.
9295         (check_int): Likewise.
9296         (check_long): Likewise.
9297         (check_bool): Likewise.
9298         (check_longlong): Likewise.
9299         (check_intmax_t): Likewise.
9300         (check_uintmax_t): Likewise.
9301         (enable_test): Likewise.
9302         (matherr): Likewise.
9303         (initialize): Likewise.
9304         (options): Likewise.
9305         (doc): Remove static.
9306         (argp): Likewise.
9307         (parse_opt): Remove.
9308         (check_ulp): Likewise.
9309         (libm_test_init): Likewise.
9310         (libm_test_finish): Likewise.
9311         * math/Makefile (libm-test-support): New variable.
9312         (test-extras): Add libm-test-support files.
9313         (extra-test-objs): Likewise.
9314         (CFLAGS-libm-test-support-float.c): New variable.
9315         (CFLAGS-libm-test-support-double.c): Likewise.
9316         (CFLAGS-libm-test-support-ldouble.c): Likewise.
9317         ($(addprefix $(objpfx),$(libm-tests)): Depend on appropriate
9318         libm-test-support objects.
9320 2017-02-08  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
9322         * math/Makefile (libm-calls): Move w_exp...
9323         (libm-compat-calls-auto): Here.
9325         * math/w_expl.c: Add suffix "_compat" to filename.
9326         * sysdeps/ia64/fpu/w_expl.c: Likewise.
9327         * sysdeps/ia64/fpu/w_expf.c: Likewise.
9328         * sysdeps/ia64/fpu/w_exp.c: Likewise.
9329         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
9330         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
9331         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
9332         * sysdeps/ieee754/ldbl-128ibm/w_expl.c: Likewise.
9333         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
9335         * math/w_expl_compat.c: New file, copied from above.
9336         * sysdeps/ia64/fpu/w_exp_compat.c: Likewise.
9337         * sysdeps/ia64/fpu/w_expf_compat.c: Likewise.
9338         * sysdeps/ia64/fpu/w_expl_compat.c: Likewise.
9339         * sysdeps/ieee754/dbl-64/w_exp_compat.c: Likewise.
9340         * sysdeps/ieee754/flt-32/w_expf_compat.c: Likewise.
9341         * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Likewise.
9342         * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Likewise.
9343         * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Likewise.
9345         * sysdeps/ieee754/ldbl-64-128/w_expl.c: Add suffix "_compat"
9346         to filename.
9347         * sysdeps/ieee754/ldbl-opt/w_exp.c: Likewise.
9349         * sysdeps/ieee754/ldbl-64-128/w_expl_compat.c: New file,
9350         copied from above and adjusted for the new filenames.
9351         * sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Likewise.
9353 2017-02-08  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
9355         * math/Makefile (libm-calls): Move w_lgammaF...
9356         (libm-compat-calls-auto): Here.
9358         * math/w_lgamma.c: Add suffix "_compat2" to filename.
9359         * math/w_lgammaf.c: Likewise.
9360         * math/w_lgammal.c: Likewise.
9362         * math/w_lgamma_compat2.c: New file, copied from above.
9363         * math/w_lgammaf_compat2.c: Likewise.
9364         * math/w_lgammal_compat2.c: Likewise.
9366 2017-02-08  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
9368         * math/Makefile (libm-calls): Move w_lgammaF_r...
9369         (libm-compat-calls-auto): Here.
9371         * math/w_lgamma_r.c: Add suffix "_compat" to filename.
9372         * math/w_lgammaf_r.c: Likewise.
9373         * math/w_lgammal_r.c: Likewise.
9374         * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
9375         * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
9376         * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
9378         * math/w_lgamma_r_compat.c: New file, copied from above.
9379         * math/w_lgammaf_r_compat.c: Likewise.
9380         * math/w_lgammal_r_compat.c: Likewise.
9381         * sysdeps/ia64/fpu/w_lgamma_r_compat.c: Likewise.
9382         * sysdeps/ia64/fpu/w_lgammaf_r_compat.c: Likewise.
9383         * sysdeps/ia64/fpu/w_lgammal_r_compat.c: Likewise.
9385         * sysdeps/ieee754/ldbl-opt/w_lgamma_r.c: Add suffix "_compat"
9386         to filename.
9387         * sysdeps/ieee754/ldbl-opt/w_lgammal_r.c: Likewise.
9389         * sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c: New file
9390         copied from above and adjusted for the new filenames.
9391         * sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c: Likewise.
9393 2017-02-08  Yury Norov  <ynorov@caviumnetworks.com>
9395         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: use PTR_REG() for offset
9396         calculation in SYSCALL_ERROR_HANDLER().
9398 2017-02-08  Rical Jasan  <ricaljasan@pacific.net>
9400         * manual/contrib.texi: Fix typo.
9402 2017-02-08  Siddhesh Poyarekar  <siddhesh@sourceware.org>
9404         [BZ #21109]
9405         * elf/dl-tunable-types.h (tunable_callback_t): Accept
9406         tunable_val_t as argument.
9407         * elf/dl-tunables.c (__tunable_set_val): Add comment.
9408         * malloc/arena.c (set_mallopt_check): Take tunable_val_t as
9409         argument.
9410         (DL_TUNABLE_CALLBACK_FNDECL): Likewise.
9412 2017-02-08  Kir Kolyshkin  <kir@openvz.org>
9414         * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h (__ptrace_eventcodes):
9415         Add PTRACE_EVENT_STOP.
9416         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
9417         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
9418         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
9419         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
9420         * sysdeps/unix/sysv/linux/sys/ptrace.h: Likewise.
9421         * sysdeps/unix/sysv/linux/tile/sys/ptrace.h: Likewise.
9423 2017-02-07  Joseph Myers  <joseph@codesourcery.com>
9425         * math/test-math-finite.h (TEST_EXCEPTIONS): New macro.
9426         * math/test-math-no-finite.h (TEST_EXCEPTIONS): Likewise.
9427         * math/test-math-vector.h (TEST_EXCEPTIONS): Likewise.
9428         * math/test-math-no-inline.h (TEST_EXCEPTIONS): Remove macro.
9429         * math/test-double-vlen2.h (EXCEPTION_TESTS_double): Likewise.
9430         * math/test-double-vlen4.h (EXCEPTION_TESTS_double): Likewise.
9431         * math/test-double-vlen8.h (EXCEPTION_TESTS_double): Likewise.
9432         * math/test-float-vlen4.h (EXCEPTION_TESTS_float): Likewise.
9433         * math/test-float-vlen8.h (EXCEPTION_TESTS_float): Likewise.
9434         * math/test-float-vlen16.h (EXCEPTION_TESTS_float): Likewise.
9436         [BZ #21112]
9437         * sysdeps/ieee754/flt-32/e_powf.c (cp_h): Use value with trailing
9438         12 bits zero.
9439         (cp_l): Update for new value of cp_h.
9440         * math/auto-libm-test-in: Add another test of pow.
9441         * math/auto-libm-test-out-pow: Regenerated.
9443 2017-02-07  Siddhesh Poyarekar  <siddhesh@sourceware.org>
9445         * manual/contrib.texi: Fix typo.
9447 2017-02-07  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
9449         [BZ #15998]
9450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
9451         (arch_minimum_kernel): Set as 3.10.0 for ppc64le.
9452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
9454 2017-02-07  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
9456         * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S: Redefine
9457         STRCHR as __strchr_power8.
9458         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: Redefine
9459         strlen as __strlen_power8.
9461 2017-02-07  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
9463         * sysdeps/powerpc/powerpc64/power8/strcmp.S: Adjust address for
9464         unaligned load for shorter strings.
9465         * sysdeps/powerpc/powerpc64/power9/strcmp.S: Likewise.
9467 2017-02-06  Joseph Myers  <joseph@codesourcery.com>
9469         * math/libm-test-driver.c (flag_test_errno): New variable.
9470         (flag_test_exceptions): Likewise.
9471         (flag_test_finite): Likewise.
9472         (flag_test_inline): Likewise.
9473         (flag_test_mathvec): Likewise.
9474         (test_msg): Likewise.
9475         (ulp_idx): Likewise.
9476         (qtype_str): Likewise.
9477         (ULP_IDX): Remove macro.
9478         (QTYPE_STR): Likewise.
9479         (find_ulps): Use ulp_idx not ULP_IDX.
9480         (print_function_ulps): Use qtype_str, printed with %s, not
9481         QTYPE_STR, printed with concatentation to format string.
9482         (print_complex_function_ulps): Likewise.
9483         (test_exceptions): Use flag_test_exceptions not TEST_EXCEPTIONS.
9484         (test_errno): Use flag_test_errno not TEST_ERRNO.
9485         (enable_test): Use flag_test_inline, flag_test_finite and
9486         flag_test_mathvec instead of TEST_INLINE, TEST_FINITE and
9487         TEST_MATHVEC.
9488         (libm_test_init): New function.  Factored out of main.
9489         (libm_test_finish): Likewise.
9490         (main): Call libm_test_init and libm_test_finish and move most
9491         code to those functions.
9493         * math/libm-test-driver.c (STRX): New macro.
9494         (STR): Likewise.
9495         (STR_FLOAT): Likewise.
9496         (STR_VEC_LEN): Likewise.
9497         (TEST_MSG): Likewise.  Define here instead of expecting to be
9498         defined by including file.
9499         * math/test-double-finite.c (TEST_MSG): Remove macro.
9500         * math/test-double-vlen2.h (TEST_MSG): Likewise.
9501         * math/test-double-vlen4.h (TEST_MSG): Likewise.
9502         * math/test-double-vlen8.h (TEST_MSG): Likewise.
9503         * math/test-double.c (TEST_MSG): Likewise.
9504         * math/test-float-finite.c (TEST_MSG): Likewise.
9505         * math/test-float-vlen16.h (TEST_MSG): Likewise.
9506         * math/test-float-vlen4.h (TEST_MSG): Likewise.
9507         * math/test-float-vlen8.h (TEST_MSG): Likewise.
9508         * math/test-float.c (TEST_MSG): Likewise.
9509         * math/test-idouble.c (TEST_MSG): Likewise.
9510         * math/test-ifloat.c (TEST_MSG): Likewise.
9511         * math/test-ildouble.c (TEST_MSG): Likewise.
9512         * math/test-ldouble-finite.c (TEST_MSG): Likewise.
9513         * math/test-ldouble.c (TEST_MSG): Likewise.
9515         * math/libm-test.inc: Move all tests of individual functions to
9516         libm-test-*.inc and #include libm-test-*.c files.
9517         (acos_test_data): Remove.
9518         (acos_test): Likewise.
9519         (acosh_test_data): Likewise.
9520         (acosh_test): Likewise.
9521         (asin_test_data): Likewise.
9522         (asin_test): Likewise.
9523         (asinh_test_data): Likewise.
9524         (asinh_test): Likewise.
9525         (atan_test_data): Likewise.
9526         (atan_test): Likewise.
9527         (atanh_test_data): Likewise.
9528         (atanh_test): Likewise.
9529         (atan2_test_data): Likewise.
9530         (atan2_test): Likewise.
9531         (cabs_test_data): Likewise.
9532         (cabs_test): Likewise.
9533         (cacos_test_data): Likewise.
9534         (cacos_test): Likewise.
9535         (cacosh_test_data): Likewise.
9536         (cacosh_test): Likewise.
9537         (canonicalize_test_data): Likewise.
9538         (canonicalize_test): Likewise.
9539         (carg_test_data): Likewise.
9540         (carg_test): Likewise.
9541         (casin_test_data): Likewise.
9542         (casin_test): Likewise.
9543         (casinh_test_data): Likewise.
9544         (casinh_test): Likewise.
9545         (catan_test_data): Likewise.
9546         (catan_test): Likewise.
9547         (catanh_test_data): Likewise.
9548         (catanh_test): Likewise.
9549         (cbrt_test_data): Likewise.
9550         (cbrt_test): Likewise.
9551         (ccos_test_data): Likewise.
9552         (ccos_test): Likewise.
9553         (ccosh_test_data): Likewise.
9554         (ccosh_test): Likewise.
9555         (ceil_test_data): Likewise.
9556         (ceil_test): Likewise.
9557         (cexp_test_data): Likewise.
9558         (cexp_test): Likewise.
9559         (cimag_test_data): Likewise.
9560         (cimag_test): Likewise.
9561         (clog_test_data): Likewise.
9562         (clog_test): Likewise.
9563         (clog10_test_data): Likewise.
9564         (clog10_test): Likewise.
9565         (conj_test_data): Likewise.
9566         (conj_test): Likewise.
9567         (copysign_test_data): Likewise.
9568         (copysign_test): Likewise.
9569         (cos_test_data): Likewise.
9570         (cos_test): Likewise.
9571         (cosh_test_data): Likewise.
9572         (cosh_test): Likewise.
9573         (cpow_test_data): Likewise.
9574         (cpow_test): Likewise.
9575         (cproj_test_data): Likewise.
9576         (cproj_test): Likewise.
9577         (creal_test_data): Likewise.
9578         (creal_test): Likewise.
9579         (csin_test_data): Likewise.
9580         (csin_test): Likewise.
9581         (csinh_test_data): Likewise.
9582         (csinh_test): Likewise.
9583         (csqrt_test_data): Likewise.
9584         (csqrt_test): Likewise.
9585         (ctan_test_data): Likewise.
9586         (ctan_test): Likewise.
9587         (ctanh_test_data): Likewise.
9588         (ctanh_test): Likewise.
9589         (erf_test_data): Likewise.
9590         (erf_test): Likewise.
9591         (erfc_test_data): Likewise.
9592         (erfc_test): Likewise.
9593         (exp_test_data): Likewise.
9594         (exp_test): Likewise.
9595         (exp10_test_data): Likewise.
9596         (exp10_test): Likewise.
9597         (pow10_test): Likewise.
9598         (exp2_test_data): Likewise.
9599         (exp2_test): Likewise.
9600         (expm1_test_data): Likewise.
9601         (expm1_test): Likewise.
9602         (fabs_test_data): Likewise.
9603         (fabs_test): Likewise.
9604         (fdim_test_data): Likewise.
9605         (fdim_test): Likewise.
9606         (floor_test_data): Likewise.
9607         (floor_test): Likewise.
9608         (fma_test_data): Likewise.
9609         (fma_test): Likewise.
9610         (fmax_test_data): Likewise.
9611         (fmax_test): Likewise.
9612         (fmaxmag_test_data): Likewise.
9613         (fmaxmag_test): Likewise.
9614         (fmin_test_data): Likewise.
9615         (fmin_test): Likewise.
9616         (fminmag_test_data): Likewise.
9617         (fminmag_test): Likewise.
9618         (fmod_test_data): Likewise.
9619         (fmod_test): Likewise.
9620         (fpclassify_test_data): Likewise.
9621         (fpclassify_test): Likewise.
9622         (frexp_test_data): Likewise.
9623         (frexp_test): Likewise.
9624         (fromfp_test_data): Likewise.
9625         (fromfp_test): Likewise.
9626         (fromfpx_test_data): Likewise.
9627         (fromfpx_test): Likewise.
9628         (getpayload_test_data): Likewise.
9629         (getpayload_test): Likewise.
9630         (hypot_test_data): Likewise.
9631         (hypot_test): Likewise.
9632         (ilogb_test_data): Likewise.
9633         (ilogb_test): Likewise.
9634         (iscanonical_test_data): Likewise.
9635         (iscanonical_test): Likewise.
9636         (iseqsig_test_data): Likewise.
9637         (iseqsig_test): Likewise.
9638         (isfinite_test_data): Likewise.
9639         (isfinite_test): Likewise.
9640         (finite_test): Likewise.
9641         (isgreater_test_data): Likewise.
9642         (isgreater_test): Likewise.
9643         (isgreaterequal_test_data): Likewise.
9644         (isgreaterequal_test): Likewise.
9645         (isinf_test_data): Likewise.
9646         (isinf_test): Likewise.
9647         (isless_test_data): Likewise.
9648         (isless_test): Likewise.
9649         (islessequal_test_data): Likewise.
9650         (islessequal_test): Likewise.
9651         (islessgreater_test_data): Likewise.
9652         (islessgreater_test): Likewise.
9653         (isnan_test_data): Likewise.
9654         (isnan_test): Likewise.
9655         (isnormal_test_data): Likewise.
9656         (isnormal_test): Likewise.
9657         (issignaling_test_data): Likewise.
9658         (issignaling_test): Likewise.
9659         (issubnormal_test_data): Likewise.
9660         (issubnormal_test): Likewise.
9661         (isunordered_test_data): Likewise.
9662         (isunordered_test): Likewise.
9663         (iszero_test_data): Likewise.
9664         (iszero_test): Likewise.
9665         (j0_test_data): Likewise.
9666         (j0_test): Likewise.
9667         (j1_test_data): Likewise.
9668         (j1_test): Likewise.
9669         (jn_test_data): Likewise.
9670         (jn_test): Likewise.
9671         (lgamma_test_data): Likewise.
9672         (lgamma_test): Likewise.
9673         (gamma_test): Likewise.
9674         (llogb_test_data): Likewise.
9675         (llogb_test): Likewise.
9676         (lrint_test_data): Likewise.
9677         (lrint_test): Likewise.
9678         (llrint_test_data): Likewise.
9679         (llrint_test): Likewise.
9680         (log_test_data): Likewise.
9681         (log_test): Likewise.
9682         (log10_test_data): Likewise.
9683         (log10_test): Likewise.
9684         (log1p_test_data): Likewise.
9685         (log1p_test): Likewise.
9686         (log2_test_data): Likewise.
9687         (log2_test): Likewise.
9688         (logb_test_data): Likewise.
9689         (logb_test): Likewise.
9690         (lround_test_data): Likewise.
9691         (lround_test): Likewise.
9692         (llround_test_data): Likewise.
9693         (llround_test): Likewise.
9694         (modf_test_data): Likewise.
9695         (modf_test): Likewise.
9696         (nearbyint_test_data): Likewise.
9697         (nearbyint_test): Likewise.
9698         (nextafter_test_data): Likewise.
9699         (nextafter_test): Likewise.
9700         (nextup_test_data): Likewise.
9701         (nextup_test): Likewise.
9702         (nextdown_test_data): Likewise.
9703         (nextdown_test): Likewise.
9704         (nexttoward_test_data): Likewise.
9705         (nexttoward_test): Likewise.
9706         (pow_test_data): Likewise.
9707         (pow_test): Likewise.
9708         (remainder_test_data): Likewise.
9709         (remainder_test): Likewise.
9710         (drem_test): Likewise.
9711         (remquo_test_data): Likewise.
9712         (remquo_test): Likewise.
9713         (rint_test_data): Likewise.
9714         (rint_test): Likewise.
9715         (round_test_data): Likewise.
9716         (round_test): Likewise.
9717         (roundeven_test_data): Likewise.
9718         (roundeven_test): Likewise.
9719         (scalb_test_data): Likewise.
9720         (scalb_test): Likewise.
9721         (scalbn_test_data): Likewise.
9722         (scalbn_test): Likewise.
9723         (ldexp_test): Likewise.
9724         (scalbln_test_data): Likewise.
9725         (scalbln_test): Likewise.
9726         (setpayload_test_data): Likewise.
9727         (setpayload_test): Likewise.
9728         (setpayloadsig_test_data): Likewise.
9729         (setpayloadsig_test): Likewise.
9730         (signbit_test_data): Likewise.
9731         (signbit_test): Likewise.
9732         (sin_test_data): Likewise.
9733         (sin_test): Likewise.
9734         (sincos_test_data): Likewise.
9735         (sincos_test): Likewise.
9736         (sinh_test_data): Likewise.
9737         (sinh_test): Likewise.
9738         (sqrt_test_data): Likewise.
9739         (sqrt_test): Likewise.
9740         (tan_test_data): Likewise.
9741         (tan_test): Likewise.
9742         (tanh_test_data): Likewise.
9743         (tanh_test): Likewise.
9744         (tgamma_test_data): Likewise.
9745         (tgamma_test): Likewise.
9746         (totalorder_test_data): Likewise.
9747         (totalorder_test): Likewise.
9748         (totalordermag_test_data): Likewise.
9749         (totalordermag_test): Likewise.
9750         (trunc_test_data): Likewise.
9751         (trunc_test): Likewise.
9752         (ufromfp_test_data): Likewise.
9753         (ufromfp_test): Likewise.
9754         (ufromfpx_test_data): Likewise.
9755         (ufromfpx_test): Likewise.
9756         (y0_test_data): Likewise.
9757         (y0_test): Likewise.
9758         (y1_test_data): Likewise.
9759         (y1_test): Likewise.
9760         (yn_test_data): Likewise.
9761         (yn_test): Likewise.
9762         (significand_test_data): Likewise.
9763         (significand_test): Likewise.
9764         * math/Makefile (auto-libm-test-out-files): Remove variable.
9765         (libm-test-funcs-noauto): New variable.
9766         (libm-test-funcs-all): Likewise.
9767         (libm-test-c-auto): Likewise.
9768         (libm-test-c-noauto): Likewise.
9769         (libm-tests-generated): Add $(libm-test-c-auto) and
9770         $(libm-test-c-noauto).
9771         (generated): Do not add auto-libm-test-out.
9772         (libm-test-c-auto-obj): New variable.
9773         (libm-test-c-noauto-obj): Likewise.
9774         ($(objpfx)libm-test.c): Do not generate or use auto-libm-test-out.
9775         ($(libm-test-c-noauto-obj)): New static pattern rule.
9776         ($(libm-test-c-auto-obj)): Likewise.
9777         (libm-test-incs): New variable.
9778         ($(objpfx)libm-have-vector-test.h): Depend on $(libm-test-incs)
9779         and pass it to gen-libm-have-vector-test.sh.
9780         * math/gen-libm-have-vector-test.sh: Expect list of .inc files to
9781         be passed on command line.
9782         * math/libm-test-acos.inc: New file.  Content from
9783         math/libm-test.inc.
9784         * math/libm-test-acosh.inc: Likewise.
9785         * math/libm-test-asin.inc: Likewise.
9786         * math/libm-test-asinh.inc: Likewise.
9787         * math/libm-test-atan.inc: Likewise.
9788         * math/libm-test-atan2.inc: Likewise.
9789         * math/libm-test-atanh.inc: Likewise.
9790         * math/libm-test-cabs.inc: Likewise.
9791         * math/libm-test-cacos.inc: Likewise.
9792         * math/libm-test-cacosh.inc: Likewise.
9793         * math/libm-test-canonicalize.inc: Likewise.
9794         * math/libm-test-carg.inc: Likewise.
9795         * math/libm-test-casin.inc: Likewise.
9796         * math/libm-test-casinh.inc: Likewise.
9797         * math/libm-test-catan.inc: Likewise.
9798         * math/libm-test-catanh.inc: Likewise.
9799         * math/libm-test-cbrt.inc: Likewise.
9800         * math/libm-test-ccos.inc: Likewise.
9801         * math/libm-test-ccosh.inc: Likewise.
9802         * math/libm-test-ceil.inc: Likewise.
9803         * math/libm-test-cexp.inc: Likewise.
9804         * math/libm-test-cimag.inc: Likewise.
9805         * math/libm-test-clog.inc: Likewise.
9806         * math/libm-test-clog10.inc: Likewise.
9807         * math/libm-test-conj.inc: Likewise.
9808         * math/libm-test-copysign.inc: Likewise.
9809         * math/libm-test-cos.inc: Likewise.
9810         * math/libm-test-cosh.inc: Likewise.
9811         * math/libm-test-cpow.inc: Likewise.
9812         * math/libm-test-cproj.inc: Likewise.
9813         * math/libm-test-creal.inc: Likewise.
9814         * math/libm-test-csin.inc: Likewise.
9815         * math/libm-test-csinh.inc: Likewise.
9816         * math/libm-test-csqrt.inc: Likewise.
9817         * math/libm-test-ctan.inc: Likewise.
9818         * math/libm-test-ctanh.inc: Likewise.
9819         * math/libm-test-erf.inc: Likewise.
9820         * math/libm-test-erfc.inc: Likewise.
9821         * math/libm-test-exp.inc: Likewise.
9822         * math/libm-test-exp10.inc: Likewise.
9823         * math/libm-test-exp2.inc: Likewise.
9824         * math/libm-test-expm1.inc: Likewise.
9825         * math/libm-test-fabs.inc: Likewise.
9826         * math/libm-test-fdim.inc: Likewise.
9827         * math/libm-test-floor.inc: Likewise.
9828         * math/libm-test-fma.inc: Likewise.
9829         * math/libm-test-fmax.inc: Likewise.
9830         * math/libm-test-fmaxmag.inc: Likewise.
9831         * math/libm-test-fmin.inc: Likewise.
9832         * math/libm-test-fminmag.inc: Likewise.
9833         * math/libm-test-fmod.inc: Likewise.
9834         * math/libm-test-fpclassify.inc: Likewise.
9835         * math/libm-test-frexp.inc: Likewise.
9836         * math/libm-test-fromfp.inc: Likewise.
9837         * math/libm-test-fromfpx.inc: Likewise.
9838         * math/libm-test-getpayload.inc: Likewise.
9839         * math/libm-test-hypot.inc: Likewise.
9840         * math/libm-test-ilogb.inc: Likewise.
9841         * math/libm-test-iscanonical.inc: Likewise.
9842         * math/libm-test-iseqsig.inc: Likewise.
9843         * math/libm-test-isfinite.inc: Likewise.
9844         * math/libm-test-isgreater.inc: Likewise.
9845         * math/libm-test-isgreaterequal.inc: Likewise.
9846         * math/libm-test-isinf.inc: Likewise.
9847         * math/libm-test-isless.inc: Likewise.
9848         * math/libm-test-islessequal.inc: Likewise.
9849         * math/libm-test-islessgreater.inc: Likewise.
9850         * math/libm-test-isnan.inc: Likewise.
9851         * math/libm-test-isnormal.inc: Likewise.
9852         * math/libm-test-issignaling.inc: Likewise.
9853         * math/libm-test-issubnormal.inc: Likewise.
9854         * math/libm-test-isunordered.inc: Likewise.
9855         * math/libm-test-iszero.inc: Likewise.
9856         * math/libm-test-j0.inc: Likewise.
9857         * math/libm-test-j1.inc: Likewise.
9858         * math/libm-test-jn.inc: Likewise.
9859         * math/libm-test-lgamma.inc: Likewise.
9860         * math/libm-test-llogb.inc: Likewise.
9861         * math/libm-test-llrint.inc: Likewise.
9862         * math/libm-test-llround.inc: Likewise.
9863         * math/libm-test-log.inc: Likewise.
9864         * math/libm-test-log10.inc: Likewise.
9865         * math/libm-test-log1p.inc: Likewise.
9866         * math/libm-test-log2.inc: Likewise.
9867         * math/libm-test-logb.inc: Likewise.
9868         * math/libm-test-lrint.inc: Likewise.
9869         * math/libm-test-lround.inc: Likewise.
9870         * math/libm-test-modf.inc: Likewise.
9871         * math/libm-test-nearbyint.inc: Likewise.
9872         * math/libm-test-nextafter.inc: Likewise.
9873         * math/libm-test-nextdown.inc: Likewise.
9874         * math/libm-test-nexttoward.inc: Likewise.
9875         * math/libm-test-nextup.inc: Likewise.
9876         * math/libm-test-pow.inc: Likewise.
9877         * math/libm-test-remainder.inc: Likewise.
9878         * math/libm-test-remquo.inc: Likewise.
9879         * math/libm-test-rint.inc: Likewise.
9880         * math/libm-test-round.inc: Likewise.
9881         * math/libm-test-roundeven.inc: Likewise.
9882         * math/libm-test-scalb.inc: Likewise.
9883         * math/libm-test-scalbln.inc: Likewise.
9884         * math/libm-test-scalbn.inc: Likewise.
9885         * math/libm-test-setpayload.inc: Likewise.
9886         * math/libm-test-setpayloadsig.inc: Likewise.
9887         * math/libm-test-signbit.inc: Likewise.
9888         * math/libm-test-significand.inc: Likewise.
9889         * math/libm-test-sin.inc: Likewise.
9890         * math/libm-test-sincos.inc: Likewise.
9891         * math/libm-test-sinh.inc: Likewise.
9892         * math/libm-test-sqrt.inc: Likewise.
9893         * math/libm-test-tan.inc: Likewise.
9894         * math/libm-test-tanh.inc: Likewise.
9895         * math/libm-test-tgamma.inc: Likewise.
9896         * math/libm-test-totalorder.inc: Likewise.
9897         * math/libm-test-totalordermag.inc: Likewise.
9898         * math/libm-test-trunc.inc: Likewise.
9899         * math/libm-test-ufromfp.inc: Likewise.
9900         * math/libm-test-ufromfpx.inc: Likewise.
9901         * math/libm-test-y0.inc: Likewise.
9902         * math/libm-test-y1.inc: Likewise.
9903         * math/libm-test-yn.inc: Likewise.
9904         * math/README.libm-test: Update.
9906         * math/gen-auto-libm-tests.c: Update comment about use of program.
9907         (generate_output): Add argument FUNCTION.
9908         (main): Require extra argument.  Pass function name to
9909         generate_output.
9910         * math/Makefile (generated): Add auto-libm-test-out.
9911         (libm-test-funcs-auto): New variable.
9912         (auto-libm-test-out-files): New variable.
9913         ($(objpfx)libm-test.c): Depend on $(auto-libm-test-out-files).
9914         Concatenate those files to form $(objpfx)auto-libm-test-out and
9915         use it as input to gen-libm-test.pl.
9916         * math/README.libm-test: Update.
9917         * math/auto-libm-test-out: Remove.
9918         * math/auto-libm-test-out-acos: New generated file.
9919         * math/auto-libm-test-out-acosh: Likewise.
9920         * math/auto-libm-test-out-asin: Likewise.
9921         * math/auto-libm-test-out-asinh: Likewise.
9922         * math/auto-libm-test-out-atan: Likewise.
9923         * math/auto-libm-test-out-atan2: Likewise.
9924         * math/auto-libm-test-out-atanh: Likewise.
9925         * math/auto-libm-test-out-cabs: Likewise.
9926         * math/auto-libm-test-out-carg: Likewise.
9927         * math/auto-libm-test-out-cbrt: Likewise.
9928         * math/auto-libm-test-out-ccos: Likewise.
9929         * math/auto-libm-test-out-ccosh: Likewise.
9930         * math/auto-libm-test-out-cexp: Likewise.
9931         * math/auto-libm-test-out-clog: Likewise.
9932         * math/auto-libm-test-out-clog10: Likewise.
9933         * math/auto-libm-test-out-cos: Likewise.
9934         * math/auto-libm-test-out-cosh: Likewise.
9935         * math/auto-libm-test-out-cpow: Likewise.
9936         * math/auto-libm-test-out-csin: Likewise.
9937         * math/auto-libm-test-out-csinh: Likewise.
9938         * math/auto-libm-test-out-csqrt: Likewise.
9939         * math/auto-libm-test-out-ctan: Likewise.
9940         * math/auto-libm-test-out-ctanh: Likewise.
9941         * math/auto-libm-test-out-erf: Likewise.
9942         * math/auto-libm-test-out-erfc: Likewise.
9943         * math/auto-libm-test-out-exp: Likewise.
9944         * math/auto-libm-test-out-exp10: Likewise.
9945         * math/auto-libm-test-out-exp2: Likewise.
9946         * math/auto-libm-test-out-expm1: Likewise.
9947         * math/auto-libm-test-out-fma: Likewise.
9948         * math/auto-libm-test-out-hypot: Likewise.
9949         * math/auto-libm-test-out-j0: Likewise.
9950         * math/auto-libm-test-out-j1: Likewise.
9951         * math/auto-libm-test-out-jn: Likewise.
9952         * math/auto-libm-test-out-lgamma: Likewise.
9953         * math/auto-libm-test-out-log: Likewise.
9954         * math/auto-libm-test-out-log10: Likewise.
9955         * math/auto-libm-test-out-log1p: Likewise.
9956         * math/auto-libm-test-out-log2: Likewise.
9957         * math/auto-libm-test-out-pow: Likewise.
9958         * math/auto-libm-test-out-sin: Likewise.
9959         * math/auto-libm-test-out-sincos: Likewise.
9960         * math/auto-libm-test-out-sinh: Likewise.
9961         * math/auto-libm-test-out-sqrt: Likewise.
9962         * math/auto-libm-test-out-tan: Likewise.
9963         * math/auto-libm-test-out-tanh: Likewise.
9964         * math/auto-libm-test-out-tgamma: Likewise.
9965         * math/auto-libm-test-out-y0: Likewise.
9966         * math/auto-libm-test-out-y1: Likewise.
9967         * math/auto-libm-test-out-yn: Likewise.
9969         * math/Makefile (generated): Do not include libm-test.stmp.
9970         ($(addprefix $(objpfx), $(libm-tests-generated))): Do not depend
9971         on $(objpfx)libm-test.stmp.
9972         ($(objpfx)libm-test.stmp): Remove rule.
9973         ($(objpfx)libm-test-ulps.h): New rule.
9974         ($(objpfx)libm-test.c): Likewise.
9975         ($(objpfx)libm-have-vector-test.h): Likewise.
9976         ($(addprefix $(objpfx), $(libm-tests.o)): Depend directly on
9977         individual generated files, not libm-test.stmp.
9979         * math/gen-libm-test.pl ($output_dir): Remove variable.
9980         ($srcdir): Likewise.
9981         ($opt_a): New variable.
9982         ($opt_c): Likewise.
9983         ($opt_C): Likewise.
9984         ($opt_H): Likewise.
9985         (-n): Make option take argument and use it as NewUlps output.
9986         (-a): New option.  Use its argument for auto-libm-test-out input.
9987         (-c): New option.  Use its argument for libm-test.inc input.
9988         (-C): New option.  Use its argument for libm-test.c output.
9989         (-H): New option.  Use its argument for libm-test-ulps.h output.
9990         (top level): Only process inputs needed to generate outputs
9991         specified by command-line options.  Only generate outputs
9992         specified by command-line options.
9993         * math/README.libm-test: Update example gen-libm-test.pl command.
9994         * math/Makefile ($(objpfx)libm-test.stmp): Update gen-libm-test.pl
9995         commands.
9996         (regen-ulps): Likewise.
9998 2017-02-06  Wilco Dijkstra  <wdijkstr@arm.com>
10000         * hurd/path-lookup.c (file_name_path_scan): Rename index to strchr.
10001         * include/string.h (index): Remove define.
10002         (rindex): Likewise.
10003         * misc/getttyent.c (__getttyent): Rename index to strchr.
10004         * misc/ttyslot.c (ttyslot): Rename rindex to strrchr.
10005         * sunrpc/rpc_main.c (mkfile_output): Likewise.
10007 2017-02-06  Joseph Myers  <joseph@codesourcery.com>
10009         * math/libm-test-driver.c: New file.  Based on math/libm-test.inc.
10010         * math/libm-test.inc: Move all contents, other than tests of
10011         individual functions, to libm-test-driver.c.
10012         [!FE_TONEAREST] (FE_TONEAREST): Move to libm-test-driver.c.
10013         [!FE_TOWARDZERO] (FE_TOWARDZERO): Likewise.
10014         [!FE_UPWARD] (FE_UPWARD): Likewise.
10015         [!FE_DOWNWARD] (FE_DOWNWARD): Likewise.
10016         (NO_EXCEPTION): Likewise.
10017         (INVALID_EXCEPTION): Likewise.
10018         (DIVIDE_BY_ZERO_EXCEPTION): Likewise.
10019         (OVERFLOW_EXCEPTION): Likewise.
10020         (UNDERFLOW_EXCEPTION): Likewise.
10021         (INEXACT_EXCEPTION): Likewise.
10022         (INVALID_EXCEPTION_OK): Likewise.
10023         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
10024         (OVERFLOW_EXCEPTION_OK): Likewise.
10025         (UNDERFLOW_EXCEPTION_OK): Likewise.
10026         (NO_INEXACT_EXCEPTION): Likewise.
10027         (EXCEPTIONS_OK): Likewise.
10028         (IGNORE_ZERO_INF_SIGN): Likewise.
10029         (TEST_NAN_SIGN): Likewise.
10030         (TEST_NAN_PAYLOAD): Likewise.
10031         (NO_TEST_INLINE): Likewise.
10032         (XFAIL_TEST): Likewise.
10033         (ERRNO_UNCHANGED): Likewise.
10034         (ERRNO_EDOM): Likewise.
10035         (ERRNO_ERANGE): Likewise.
10036         (IGNORE_RESULT): Likewise.
10037         (NON_FINITE): Likewise.
10038         (TEST_SNAN): Likewise.
10039         (NO_TEST_MATHVEC): Likewise.
10040         (TEST_NAN_PAYLOAD_CANONICALIZE): Likewise.
10041         (__CONCATX): Likewise.
10042         (TYPE_MIN): Likewise.
10043         (TYPE_TRUE_MIN): Likewise.
10044         (TYPE_MAX): Likewise.
10045         (MIN_EXP): Likewise.
10046         (MAX_EXP): Likewise.
10047         (MANT_DIG): Likewise.
10048         (FSTR_MAX): Likewise.
10049         (ULP_IDX): Likewise.
10050         (QTYPE_STR): Likewise.
10051         (TEST_COND_binary32): Likewise.
10052         (TEST_COND_binary64): Likewise.
10053         (TEST_COND_binary128): Likewise.
10054         (TEST_COND_ibm128): Likewise.
10055         (TEST_COND_intel96): Likewise.
10056         (TEST_COND_m68k96): Likewise.
10057         (TEST_COND_ibm128_libgcc): Likewise.
10058         (XFAIL_IBM128_LIBGCC): Likewise.
10059         (PAYLOAD_DIG): Likewise.
10060         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
10061         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
10062         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
10063         (UNDERFLOW_EXCEPTION_OK_DOUBLE): Likewise.
10064         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
10065         (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): Likewise.
10066         (TEST_COND_long32): Likewise.
10067         (TEST_COND_long64): Likewise.
10068         (TEST_COND_before_rounding): Likewise.
10069         (TEST_COND_after_rounding): Likewise.
10070         (lit_pi_3_m_4_d): Likewise.
10071         (lit_pi_3_m_4_ln10_m_d): Likewise.
10072         (lit_pi_2_ln10_m_d): Likewise.
10073         (lit_pi_4_ln10_m_d): Likewise.
10074         (lit_pi_ln10_d): Likewise.
10075         (lit_pi_2_d): Likewise.
10076         (lit_pi_4_d): Likewise.
10077         (lit_pi): Likewise.
10078         (lit_e): Likewise.
10079         (ulps_file_name): Likewise.
10080         (ulps_file): Likewise.
10081         (output_ulps): Likewise.
10082         (output_dir): Likewise.
10083         (noErrors): Likewise.
10084         (noTests): Likewise.
10085         (noExcTests): Likewise.
10086         (noErrnoTests): Likewise.
10087         (verbose): Likewise.
10088         (output_max_error): Likewise.
10089         (output_points): Likewise.
10090         (ignore_max_ulp): Likewise.
10091         (plus_zero): Likewise.
10092         (minus_zero): Likewise.
10093         (plus_infty): Likewise.
10094         (minus_infty): Likewise.
10095         (qnan_value_pl): Likewise.
10096         (qnan_value): Likewise.
10097         (snan_value_pl): Likewise.
10098         (snan_value): Likewise.
10099         (max_value): Likewise.
10100         (min_value): Likewise.
10101         (min_subnorm_value): Likewise.
10102         (snan_value_ld): Likewise.
10103         (max_error): Likewise.
10104         (real_max_error): Likewise.
10105         (imag_max_error): Likewise.
10106         (prev_max_error): Likewise.
10107         (prev_real_max_error): Likewise.
10108         (prev_imag_max_error): Likewise.
10109         (max_valid_error): Likewise.
10110         (TYPE_DECIMAL_DIG): Likewise.
10111         (TYPE_HEX_DIG): Likewise.
10112         (fmt_ftostr): Likewise.
10113         (compare_ulp_data): Likewise.
10114         (find_ulps): Likewise.
10115         (init_max_error): Likewise.
10116         (set_max_error): Likewise.
10117         (print_float): Likewise.
10118         (print_screen): Likewise.
10119         (print_screen_max_error): Likewise.
10120         (update_stats): Likewise.
10121         (print_function_ulps): Likewise.
10122         (print_complex_function_ulps): Likewise.
10123         (fpstack_test): Likewise.
10124         (print_max_error): Likewise.
10125         (print_complex_max_error): Likewise.
10126         (test_single_exception): Likewise.
10127         (test_exceptions): Likewise.
10128         (test_single_errno): Likewise.
10129         (test_errno): Likewise.
10130         (ULPDIFF): Likewise.
10131         (ulp): Likewise.
10132         (check_float_internal): Likewise.
10133         (check_float): Likewise.
10134         (check_complex): Likewise.
10135         (check_int): Likewise.
10136         (check_long): Likewise.
10137         (check_bool): Likewise.
10138         (check_longlong): Likewise.
10139         (check_intmax_t): Likewise.
10140         (check_uintmax_t): Likewise.
10141         (enable_test): Likewise.
10142         (struct test_f_f_data): Likewise.
10143         (struct test_ff_f_data): Likewise.
10144         (struct test_fj_f_data): Likewise.
10145         (struct test_fi_f_data): Likewise.
10146         (struct test_fl_f_data): Likewise.
10147         (struct test_if_f_data): Likewise.
10148         (struct test_fff_f_data): Likewise.
10149         (struct test_fiu_M_data): Likewise.
10150         (struct test_fiu_U_data): Likewise.
10151         (struct test_c_f_data): Likewise.
10152         (struct test_f_f1_data): Likewise.
10153         (struct test_fF_f1_data): Likewise.
10154         (struct test_ffI_f1_data): Likewise.
10155         (struct test_c_c_data): Likewise.
10156         (struct test_cc_c_data): Likewise.
10157         (struct test_f_i_data): Likewise.
10158         (struct test_ff_i_data): Likewise.
10159         (struct test_f_l_data): Likewise.
10160         (struct test_f_L_data): Likewise.
10161         (struct test_fFF_11_data): Likewise.
10162         (struct test_Ff_b1_data): Likewise.
10163         (IF_ROUND_INIT_): Likewise.
10164         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
10165         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
10166         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
10167         (IF_ROUND_INIT_FE_UPWARD): Likewise.
10168         (ROUND_RESTORE_): Likewise.
10169         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
10170         (ROUND_RESTORE_FE_TONEAREST): Likewise.
10171         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
10172         (ROUND_RESTORE_FE_UPWARD): Likewise.
10173         (RM_): Likewise.
10174         (RM_FE_DOWNWARD): Likewise.
10175         (RM_FE_TONEAREST): Likewise.
10176         (RM_FE_TOWARDZERO): Likewise.
10177         (RM_FE_UPWARD): Likewise.
10178         (COMMON_TEST_SETUP): Likewise.
10179         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
10180         (COMMON_TEST_CLEANUP): Likewise.
10181         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
10182         (RUN_TEST_f_f): Likewise.
10183         (RUN_TEST_LOOP_f_f): Likewise.
10184         (RUN_TEST_fp_f): Likewise.
10185         (RUN_TEST_LOOP_fp_f): Likewise.
10186         (RUN_TEST_2_f): Likewise.
10187         (RUN_TEST_LOOP_2_f): Likewise.
10188         (RUN_TEST_ff_f): Likewise.
10189         (RUN_TEST_LOOP_ff_f): Likewise.
10190         (RUN_TEST_LOOP_fj_f): Likewise.
10191         (RUN_TEST_fi_f): Likewise.
10192         (RUN_TEST_LOOP_fi_f): Likewise.
10193         (RUN_TEST_fl_f): Likewise.
10194         (RUN_TEST_LOOP_fl_f): Likewise.
10195         (RUN_TEST_if_f): Likewise.
10196         (RUN_TEST_LOOP_if_f): Likewise.
10197         (RUN_TEST_fff_f): Likewise.
10198         (RUN_TEST_LOOP_fff_f): Likewise.
10199         (RUN_TEST_fiu_M): Likewise.
10200         (RUN_TEST_LOOP_fiu_M): Likewise.
10201         (RUN_TEST_fiu_U): Likewise.
10202         (RUN_TEST_LOOP_fiu_U): Likewise.
10203         (RUN_TEST_c_f): Likewise.
10204         (RUN_TEST_LOOP_c_f): Likewise.
10205         (RUN_TEST_f_f1): Likewise.
10206         (RUN_TEST_LOOP_f_f1): Likewise.
10207         (RUN_TEST_fF_f1): Likewise.
10208         (RUN_TEST_LOOP_fF_f1): Likewise.
10209         (RUN_TEST_fI_f1): Likewise.
10210         (RUN_TEST_LOOP_fI_f1): Likewise.
10211         (RUN_TEST_ffI_f1_mod8): Likewise.
10212         (RUN_TEST_LOOP_ffI_f1_mod8): Likewise.
10213         (RUN_TEST_Ff_b1): Likewise.
10214         (RUN_TEST_LOOP_Ff_b1): Likewise.
10215         (RUN_TEST_Ffp_b1): Likewise.
10216         (RUN_TEST_LOOP_Ffp_b1): Likewise.
10217         (RUN_TEST_c_c): Likewise.
10218         (RUN_TEST_LOOP_c_c): Likewise.
10219         (RUN_TEST_cc_c): Likewise.
10220         (RUN_TEST_LOOP_cc_c): Likewise.
10221         (RUN_TEST_f_i): Likewise.
10222         (RUN_TEST_LOOP_f_i): Likewise.
10223         (RUN_TEST_f_i_tg): Likewise.
10224         (RUN_TEST_LOOP_f_i_tg): Likewise.
10225         (RUN_TEST_ff_b): Likewise.
10226         (RUN_TEST_LOOP_ff_b): Likewise.
10227         (RUN_TEST_ff_i_tg): Likewise.
10228         (RUN_TEST_LOOP_ff_i_tg): Likewise.
10229         (RUN_TEST_f_b): Likewise.
10230         (RUN_TEST_LOOP_f_b): Likewise.
10231         (RUN_TEST_f_b_tg): Likewise.
10232         (RUN_TEST_LOOP_f_b_tg): Likewise.
10233         (RUN_TEST_f_l): Likewise.
10234         (RUN_TEST_LOOP_f_l): Likewise.
10235         (RUN_TEST_f_L): Likewise.
10236         (RUN_TEST_LOOP_f_L): Likewise.
10237         (RUN_TEST_fFF_11): Likewise.
10238         (RUN_TEST_LOOP_fFF_11): Likewise.
10239         (VEC_SUFF): Likewise.
10240         (STR_CONCAT): Likewise.
10241         (STR_CON3): Likewise.
10242         (HAVE_VECTOR): Likewise.
10243         (START): Likewise.
10244         (END): Likewise.
10245         (END_COMPLEX): Likewise.
10246         (ALL_RM_TEST): Likewise.
10247         (matherr): Likewise.
10248         (initialize): Likewise.
10249         (options): Likewise.
10250         (doc): Likewise.
10251         (parse_opt): Likewise.
10252         (argp): Likewise.
10253         (check_ulp): Likewise.
10254         (main): Likewise.
10255         (do_test): New function.  Call tests of individual functions
10256         previously called from main.
10258         * math/libm-test.inc: Remove comment listing functions tested and
10259         not tested.
10261 2016-02-06  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
10263         * nptl/allocatestack.c [COLORING_INCREMENT] (nptl_ncreated): Remove.
10264         (allocate_stack): Remove COLORING_INCREMENT usage.
10265         * nptl/stack-aliasing.h (COLORING_INCREMENT). Likewise.
10266         * sysdeps/i386/i686/stack-aliasing.h (COLORING_INCREMENT): Likewise.
10268 2017-02-06  Joseph Myers  <joseph@codesourcery.com>
10270         * manual/libm-err-tab.pl (@all_functions): Change to
10271         %all_functions.  Initialize as empty.
10272         (parse_ulps): Add to %all_functions based on functions found in
10273         ulps files.  Ignore results for non-default rounding modes and
10274         vector functions.
10275         (print_platforms): Use %all_platforms.
10276         * manual/math.texi (Errors in Math Functions): Document omissions
10277         from the table.
10279         * math/Makefile (before-compile): Remove.
10281 2017-02-06  Ivo Raisr <ivo.raisr@oracle.com>
10283         [BZ #21075]
10284         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): Remove
10285         unused assignment.
10286         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Likewise.
10288 2017-02-06  Stefan Liebler  <stli@linux.vnet.ibm.com>
10290         * sysdeps/nptl/lowlevellock.h (lll_trylock, lll_cond_trylock):
10291         Add __glibc_unlikely hint.
10293 2017-02-06  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
10295         [BZ #16640]
10296         * sysdeps/i386/i686/strtok.S: Remove file.
10297         * sysdeps/i386/i686/strtok_r.S: Likewise.
10298         * sysdeps/i386/strtok.S: Likewise.
10299         * sysdeps/i386/strtok_r.S: Likewise.
10300         * sysdeps/powerpc/powerpc64/strtok.S: Likewise.
10301         * sysdeps/powerpc/powerpc64/strtok_r.S: Likewise.
10302         * sysdeps/x86_64/strtok.S: Likewise.
10303         * sysdeps/x86_64/strtok_r.S: Likewise.
10305         * sysdeps/unix/sysv/linux/arm/posix_fadvise.c: Remove file.
10306         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: Likewise.
10307         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10308         (__ASSUME_FADVISE64_AS_64_64): Define.
10309         * sysdeps/unix/sysv/linux/posix_fadvise.c [__NR_fadvise64]: Add
10310         !defined __ASSUME_FADVISE64_AS_64_64 to use syscall issue.
10311         [!__NR_fadvise64 && __ASSUME_FADVISE64_64_6ARG]: Remove
10312         __ALIGNMENT_ARG usage.
10313         [!__NR_fadvise64 && !__ASSUME_FADVISE64_64_6ARG]: Define
10314         __NR_fadvise64_64 if it is not defined.
10316 2017-02-05  Siddhesh Poyarekar  <siddhesh@sourceware.org>
10318         * version.h (RELEASE): Set to "development"
10319         (VERSION): Set to 2.25.90.
10320         * NEWS: Add 2.26 section.
10322         * version.h (RELEASE): Set to "stable"
10323         (VERSION): Set to 2.25.
10324         * include/features.h (__GLIBC_MINOR__): Set to 25.
10326         * manual/contrib.texi: Add more contributors from this release
10327         and past releases.
10329         * NEWS (2.25): Add list of bugs fixed.
10331         * NEWS: Add missing news items.
10333 2017-02-04  Siddhesh Poyarekar  <siddhesh@sourceware.org>
10335         * elf/tst-env-setuid.c (do_execve): Return EXIT_UNSUPPORTED in
10336         parent if child exited in that manner.  Print WEXITSTATUS
10337         instead of the raw status.
10338         (do_test_prep): Rename to do_test.
10339         (do_test): Return the result of run_executable_sgid.
10340         (TEST_FUNCTION_ARGV): Adjust.
10342 2017-02-03  Alexandre Oliva  <aoliva@redhat.com>
10343             Florian Weimer  <fweimer@redhat.com>
10344             Carlos O'Donell  <carlos@redhat.com>
10346         [BZ #20915]
10347         * elf/dl-reloc.c (_dl_nothread_init_static_tls):
10348         Do not initialize DTV.
10349         * nptl/allocatestack.c (init_one_static_tls): Likewise.
10351 2017-02-03  David S. Miller  <davem@davemloft.net>
10353         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax-vis3.S: Remove file.
10354         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
10355         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: Likewise.
10356         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
10357         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: Likewise.
10358         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
10359         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: Likewise.
10360         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
10361         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
10362         (libm-sysdep_routines): Update.
10363         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Remove file.
10364         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: Likewise.
10365         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
10366         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: Likewise.
10367         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
10368         * sysdeps/sparc/sparc64/fpu/s_fmax.S: Likewise.
10369         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: Likewise.
10370         * sysdeps/sparc/sparc64/fpu/s_fmin.S: Likewise.
10371         * sysdeps/sparc/sparc64/fpu/s_fminf.S: Likewise.
10372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S:
10373         Likewise.
10374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
10375         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S:
10376         Likewise.
10377         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
10378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S:
10379         Likewise.
10380         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
10381         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S:
10382         Likewise.
10383         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
10384         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
10385         (libm-sysdep_routines): Update.
10387 2017-02-02  H.J. Lu  <hongjiu.lu@intel.com>
10389         * sysdeps/i386/dl-machine.h (elf_machine_rel): Replace
10390         _dl_fatal_printf with _dl_error_printf for IFUNC relocation
10391         against unrelocated shared library.
10392         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
10394 2017-02-02  Siddhesh Poyarekar  <siddhesh@sourceware.org>
10396         * sysdeps/generic/unsecvars.h: Add GLIBC_TUNABLES.
10397         * elf/tst-env-setuid-tunables.c
10398         (test_child_tunables)[!HAVE_TUNABLES]: Verify that
10399         GLIBC_TUNABLES is removed in a setgid process.
10401         [BZ #21073]
10402         * elf/dl-tunable-types.h (tunable_seclevel_t): New enum.
10403         * elf/dl-tunables.c (tunables_strdup): Remove.
10404         (get_next_env): Also return the previous envp.
10405         (parse_tunables): Erase tunables of category
10406         TUNABLES_SECLEVEL_SXID_ERASE.
10407         (maybe_enable_malloc_check): Make MALLOC_CHECK_
10408         TUNABLE_SECLEVEL_NONE if /etc/setuid-debug is accessible.
10409         (__tunables_init)[TUNABLES_FRONTEND ==
10410         TUNABLES_FRONTEND_valstring]: Update GLIBC_TUNABLES envvar
10411         after parsing.
10412         [TUNABLES_FRONTEND != TUNABLES_FRONTEND_valstring]: Erase
10413         tunable envvars of category TUNABLES_SECLEVEL_SXID_ERASE.
10414         * elf/dl-tunables.h (struct _tunable): Change member is_secure
10415         to security_level.
10416         * elf/dl-tunables.list: Add security_level annotations for all
10417         tunables.
10418         * scripts/gen-tunables.awk: Recognize and generate enum values
10419         for security_level.
10420         * elf/tst-env-setuid.c: New test case.
10421         * elf/tst-env-setuid-tunables: new test case.
10422         * elf/Makefile (tests-static): Add them.
10424 2017-02-01  Richard Henderson  <rth@twiddle.net>
10426         * sysdeps/alpha/memchr.c (__memchr): Use saturating arithmetic
10427         adjusting the byte count.
10429 2017-02-01  Andreas Schwab  <schwab@linux-m68k.org>
10431         * conform/Makefile (linknamespace-libs): Define.
10433         * sysdeps/m68k/m680x0/m68020/atomic-machine.h
10434         (__arch_compare_and_exchange_val_64_acq, atomic_exchange_acq)
10435         (atomic_exchange_and_add, atomic_add): Add casts to 64 bit asm
10436         operands.
10438 2017-01-31  Chung-Lin Tang  <cltang@codesourcery.com>
10440         * sysdeps/unix/sysv/linux/nios2/ipc_priv.h: New file.
10442 2017-01-30  H.J. Lu  <hongjiu.lu@intel.com>
10444         [BZ #21081]
10445         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
10446         (L(stosb)): Add VZEROUPPER before ret.
10448 2016-01-28  Carlos O'Donell  <carlos@redhat.com>
10449             Alexey Makhalov <amakhalov@vmware.com>
10450             Florian Weimer <fweimer@redhat.com>
10452         [BZ #20116]
10453         * nptl/pthread_create.c: Document concurrency notes.
10454         Enhance thread creation notes.
10455         (create_thread): Use bool *stopped_start.
10456         (START_THREAD_DEFN): Comment ownership of PD.
10457         (__pthread_create_2_1): Add local bool stopped_start and use
10458         that instead of pd->stopped_start where appropriate.
10459         * nptl/createthread.c (create_thread): Use bool *stopped_start.
10460         * sysdeps/nacl/createthread.c (create_thread): Use bool *stopped_start.
10461         * sysdeps/unix/sysv/linux/createthread.c (create_thread): Likewise.
10462         * nptl/tst-create-detached.c: New file.
10463         * nptl/Makefile (tests): Add tst-create-detached.
10464         * nptl/pthread_getschedparam.c (__pthread_getschedparam):
10465         Reference the enhanced thread creation notes.
10466         * nptl/pthread_setschedparam.c (__pthread_setschedparam): Likewise.
10467         * nptl/pthread_setschedprio.c (pthread_setschedprio): Likewise.
10468         * nptl/tpp.c (__pthread_tpp_change_priority): Likewise.
10469         (__pthread_current_priority): Likewise.
10470         * support/Makefile (libsupport-routines): Add xpthread_attr_destroy
10471         xpthread_attr_init, xpthread_attr_setdetachstate, and
10472         xpthread_attr_setstacksize.
10473         * support/xpthread_attr_destroy.c: New file.
10474         * support/xpthread_attr_init.c: New file.
10475         * support/xpthread_attr_setdetachstate.c: New file.
10476         * support/xpthread_attr_setstacksize.c: New file.
10477         * support/xthread.h: Define prototypes for xpthread_attr_destroy
10478         xpthread_attr_init, xpthread_attr_setdetachstate, and
10479         xpthread_attr_setstacksize.
10481 2017-01-27  Florian Weimer  <fweimer@redhat.com>
10483         * nptl/Makefile (tests): Add tst-robust-fork.
10484         * nptl/tst-robust-fork.c: New file.
10485         * support/Makefile (libsupport-routines): Add xmmap, xmunmap,
10486         xpthread_mutex_consistent, xpthread_mutex_destroy,
10487         xpthread_mutex_init, xpthread_mutexattr_destroy,
10488         xpthread_mutexattr_init, xpthread_mutexattr_setprotocol,
10489         xpthread_mutexattr_setpshared, xpthread_mutexattr_setrobust,
10490         xpthread_mutexattr_settype.
10491         * support/xmmap.c: New file.
10492         * support/xmunmap.c: Likewise.
10493         * support/xpthread_mutex_consistent.c: Likewise.
10494         * support/xpthread_mutex_destroy.c: Likewise.
10495         * support/xpthread_mutex_init.c: Likewise.
10496         * support/xpthread_mutexattr_destroy.c: Likewise.
10497         * support/xpthread_mutexattr_init.c: Likewise.
10498         * support/xpthread_mutexattr_setprotocol.c: Likewise.
10499         * support/xpthread_mutexattr_setpshared.c: Likewise.
10500         * support/xpthread_mutexattr_setrobust.c: Likewise.
10501         * support/xpthread_mutexattr_settype.c: Likewise.
10502         * support/xthread.h (xpthread_mutexattr_destroy)
10503         (xpthread_mutexattr_init, xpthread_mutexattr_setprotocol)
10504         (xpthread_mutexattr_setpshared, xpthread_mutexattr_setrobust)
10505         (xpthread_mutexattr_settype, xpthread_mutex_init)
10506         (xpthread_mutex_destroy, xpthread_mutex_consistent): Declare.
10507         * support/xunistd.h (xmmap, xmunmap): Likewise.
10509 2017-01-25  Florian Weimer  <fweimer@redhat.com>
10511         * string/Makefile (xtests): Add comment.
10512         (LOCALES): Add en_GB.UTF-8.
10513         (tst-strcoll-overflow.out): Depend on generated locales.
10514         * string/tst-strcoll-overflow.c: Convert to support/test-driver.c.
10515         (SIZE, TIMEOUT): Update comments.
10516         (do_test): Define as static.  Fail test if setlocale fails.
10517         Return EXIT_UNSUPPORTED if insufficient memory.  Enhance output
10518         messages.
10519         (EXPECTED_SIGNAL, EXPECTED_STATUS, TEST_FUNCTION): Remove.
10520         TIMEOUT at 300 seconds should be enough to run this test
10521         successfully.
10523 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
10525         * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV): Add
10526         /* FALLTHRU */ comments.
10528 2017-01-24  James Clarke  <jrtc27@jrtc27.com>
10530         [BZ #21053]
10531         * sysdeps/unix/sysv/linux/sh/sh3/ucontext_i.sym: Use new REG_R*
10532         constants instead of the old R* ones.
10533         * sysdeps/unix/sysv/linux/sh/sh4/ucontext_i.sym: Likewise.
10534         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h (NGPREG): Rename...
10535         (NGREG): ... to this, to fit in with other architectures.
10536         (gpregset_t): Use new NGREG macro.
10537         [__USE_GNU]: Remove condition; all architectures other than tile
10538         are unconditional.
10539         (R*): Rename to REG_R*.
10541 2017-01-20  DJ Delorie  <dj@redhat.com>
10543         * elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ...
10544         (tunable_set_val_if_valid_range_signed) ... this, and ...
10545         (tunable_set_val_if_valid_range_unsigned) ... this.
10546         (tunable_initialize): Call the correct one of the above based on type.
10548 2017-01-20  Joseph Myers  <joseph@codesourcery.com>
10550         * sysdeps/hppa/fpu/libm-test-ulps: Remove *_tonearest entries.
10551         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
10552         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
10553         * sysdeps/microblaze/libm-test-ulps: Likewise.
10554         * sysdeps/sh/libm-test-ulps: Likewise.
10556         * math/README.libm-test: Update list of characters for input and
10557         output types.
10559 2017-01-20  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
10561         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
10562         (__lll_unlock_elision): Fix adapt_count decrement.
10564 2017-01-14  Martin Galvan  <martingalvan@sourceware.org>
10566         * README.pretty-printers (Known issues): Warn about printers not
10567         always covering everything.
10568         * nptl/nptl-printers.py (MutexPrinter): Change output.
10569         * nptl/test-mutex-printers.py: Fix test and adapt to changed output.
10571 2017-01-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
10573         * sysdeps/unix/sysv/linux/s390/htm.h: Adjust comments.
10574         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10575         * sysdeps/unix/sysv/linux/s390/elision-lock.c: Adjust comments.
10576         (__lll_lock_elision): Do not test futex before starting a
10577         transaction.  Use __glibc_likely instead of __builtin_expect.
10578         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: Adjust comments.
10579         (__lll_trylock_elision): Do not test futex before starting a
10580         transaction.  Use __glibc_likely instead of __builtin_expect.
10582 2017-01-20  Siddhesh Poyarekar  <siddhesh@sourceware.org>
10584         * po/Makefile (update-translations): New target.
10586 2017-01-19  Joseph Myers  <joseph@codesourcery.com>
10588         [BZ #21061]
10589         * sysdeps/unix/sysv/linux/microblaze/clock-compat.c: New file.
10591 2017-01-19  Siddhesh Poyarekar  <siddhesh@sourceware.org>
10593         * elf/dl-tunables (get_next_env): Always advance envp.
10594         * stdlib/tst-empty-env.c: New test case.
10595         * stdlib/Makefile (tests): Use it.
10597 2017-01-19  Joseph Myers  <joseph@codesourcery.com>
10599         [BZ #21047]
10600         * sysdeps/arm/fpu_control.h [!__SOFTFP__] (_FPU_GETCW): Use VFP
10601         name for instruction.
10602         [!__SOFTFP__] (_FPU_SETCW): Likewise.
10604 2017-01-18  Joseph Myers  <joseph@codesourcery.com>
10606         * scripts/build-many-glibcs.py (Config.build_cross_tool): Use -j1
10607         for make install.
10609 2017-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
10611         * po/bg.po: Merge from Translation Project.
10612         * po/fr.po: Likewise.
10613         * po/ko.po: Likewise.
10614         * po/nl.po: Likewise.
10615         * po/sv.po: Likewise.
10617 2017-01-18  Joseph Myers  <joseph@codesourcery.com>
10619         * manual/install.texi (Tools for Compilation): Update GCC version
10620         known to work to build glibc.
10621         * INSTALL: Regenerated.
10623 2017-01-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
10625         [BZ #21006]
10626         * string/Makefile (LDFLAGS-tst-xbzero-opt): New variable.
10628 2017-01-16  Joseph Myers  <joseph@codesourcery.com>
10630         [BZ #21045]
10631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
10632         (__CONTEXT_FUNC_NAME): Pass address of signal mask to be restored
10633         to __sigprocmask.
10635 2017-01-16  Chris Metcalf  <cmetcalf@mellanox.com>
10637         * sysdeps/tile/tilegx/memchr.c (__memchr): Handle pointer
10638         wrap-around.
10639         * sysdeps/tile/tilepro/memchr.c (__memchr): Likewise.
10641         * sysdeps/unix/sysv/linux/tile/ipc_priv.h: New file.
10643 2016-01-14  Siddhesh Poyarekar  <siddhesh@sourceware.org>
10645         * NEWS: Fix typo.
10647 2016-01-13  Torvald Riegel  <triegel@redhat.com>
10649         * nptl/descr.h (ENQUEUE_MUTEX_BOTH, DEQUEUE_MUTEX): Add compiler
10650         barriers and comments.
10651         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full): Likewise.
10652         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
10653         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
10655 2016-01-13  Torvald Riegel  <triegel@redhat.com>
10657         [BZ #19402]
10658         * sysdeps/nptl/fork.c (__libc_fork): Clear list of acquired robust
10659         mutexes.
10661 2016-01-13  Torvald Riegel  <triegel@redhat.com>
10663         [BZ #20985]
10664         * nptl/Makefile: Adapt.
10665         * nptl/pthread_mutex_cond_lock.c (LLL_ROBUST_MUTEX_LOCK): Remove.
10666         (LLL_ROBUST_MUTEX_LOCK_MODIFIER): New.
10667         * nptl/pthread_mutex_lock.c (LLL_ROBUST_MUTEX_LOCK): Remove.
10668         (LLL_ROBUST_MUTEX_LOCK_MODIFIER): New.
10669         (__pthread_mutex_lock_full): Inline lll_robust* functions and adapt.
10670         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Inline
10671         lll_robust* functions and adapt.
10672         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
10673         * sysdeps/nptl/lowlevellock.h (__lll_robust_lock_wait,
10674         __lll_robust_lock, lll_robust_cond_lock, __lll_robust_timedlock_wait,
10675         __lll_robust_timedlock, __lll_robust_unlock): Remove.
10676         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_robust_lock,
10677         lll_robust_cond_lock, lll_robust_timedlock, lll_robust_unlock): Remove.
10678         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_robust_lock,
10679         lll_robust_cond_lock, lll_robust_timedlock, lll_robust_unlock): Remove.
10680         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (__lll_robust_lock_wait,
10681         __lll_robust_lock, lll_robust_cond_lock, __lll_robust_timedlock_wait,
10682         __lll_robust_timedlock, __lll_robust_unlock): Remove.
10683         * nptl/lowlevelrobustlock.c: Remove file.
10684         * nptl/lowlevelrobustlock.sym: Likewise.
10685         * sysdeps/unix/sysv/linux/i386/lowlevelrobustlock.S: Likewise.
10686         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Likewise.
10688 2017-01-13  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
10690         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
10692 2017-01-12  Siddhesh Poyarekar  <siddhesh@sourceware.org>
10694         * po/cs.po: Merge translations from the Translation Project.
10695         * po/de.po: Likewise.
10696         * po/pl.po: Likewise.
10697         * po/ru.po: Likewise.
10698         * po/tr.po: Likewise.
10699         * po/uk.po: Likewise.
10700         * po/vi.po: Likewise.
10701         * po/zh_CN.po: Likewise.
10703 2017-01-12  Joseph Myers  <joseph@codesourcery.com>
10705         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
10707         * math/fgetexcptflg.c (__fegetexceptflag): Store 0 in fexcept_t
10708         object.
10710 2017-01-11  Joseph Myers  <joseph@codesourcery.com>
10712         [BZ #16458]
10713         * bits/uintn-identity.h: New file.
10714         * inet/netinet/in.h: Include <bits/uintn-identity.h>.
10715         [__BYTE_ORDER == __BIG_ENDIAN] (ntohl): Use __uint32_identity.
10716         [__BYTE_ORDER == __BIG_ENDIAN] (ntohs): Use __uint16_identity.
10717         [__BYTE_ORDER == __BIG_ENDIAN] (htonl): Use __uint32_identity.
10718         [__BYTE_ORDER == __BIG_ENDIAN] (htohs): Use __uint16_identity.
10719         * string/endian.h: Include <bits/uintn-identity.h>.
10720         [__BYTE_ORDER == __LITTLE_ENDIAN] (htole16): Use
10721         __uint16_identity.
10722         [__BYTE_ORDER == __LITTLE_ENDIAN] (le16toh): Likewise.
10723         [__BYTE_ORDER == __LITTLE_ENDIAN] (htole32): Use
10724         __uint32_identity.
10725         [__BYTE_ORDER == __LITTLE_ENDIAN] (le32toh): Likewise.
10726         [__BYTE_ORDER == __LITTLE_ENDIAN] (htole64): Use
10727         __uint64_identity.
10728         [__BYTE_ORDER == __LITTLE_ENDIAN] (le64toh): Likewise.
10729         [__BYTE_ORDER != __LITTLE_ENDIAN] (htobe16): Use
10730         __uint16_identity.
10731         [__BYTE_ORDER != __LITTLE_ENDIAN] (be16toh): Likewise.
10732         [__BYTE_ORDER != __LITTLE_ENDIAN] (htobe32): Use
10733         __uint32_identity.
10734         [__BYTE_ORDER != __LITTLE_ENDIAN] (be32toh): Likewise.
10735         [__BYTE_ORDER != __LITTLE_ENDIAN] (htobe64): Use
10736         __uint64_identity.
10737         [__BYTE_ORDER != __LITTLE_ENDIAN] (be64toh): Likewise.
10738         * string/Makefile (headers): Add bits/uintn-identity.h.
10739         (tests): Add test-endian-types.
10740         * string/test-endian-types.c: New file.
10741         * inet/Makefile (tests): Add test-hnto-types.
10742         * inet/test-hnto-types.c: New file.
10744 2016-01-11  Siddhesh Poyarekar  <siddhesh@sourceware.org>
10746         * po/be.po: Update from Translation Project.
10747         * po/bg.po: Likewise.
10748         * po/ca.po: Likewise.
10749         * po/cs.po: Likewise.
10750         * po/da.po: Likewise.
10751         * po/de.po: Likewise.
10752         * po/el.po: Likewise.
10753         * po/eo.po: Likewise.
10754         * po/es.po: Likewise.
10755         * po/fi.po: Likewise.
10756         * po/fr.po: Likewise.
10757         * po/gl.po: Likewise.
10758         * po/hr.po: Likewise.
10759         * po/hu.po: Likewise.
10760         * po/ia.po: Likewise.
10761         * po/id.po: Likewise.
10762         * po/it.po: Likewise.
10763         * po/ja.po: Likewise.
10764         * po/ko.po: Likewise.
10765         * po/lt.po: Likewise.
10766         * po/nb.po: Likewise.
10767         * po/nl.po: Likewise.
10768         * po/pl.po: Likewise.
10769         * po/pt_BR.po: Likewise.
10770         * po/ru.po: Likewise.
10771         * po/rw.po: Likewise.
10772         * po/sk.po: Likewise.
10773         * po/sl.po: Likewise.
10774         * po/sv.po: Likewise.
10775         * po/tr.po: Likewise.
10776         * po/uk.po: Likewise.
10777         * po/vi.po: Likewise.
10778         * po/zh_CN.po: Likewise.
10779         * po/zh_TW.po: Likewise.
10781 2017-01-11  Joseph Myers  <joseph@codesourcery.com>
10783         * stdio-common/tst-printf.c [__GNUC_PREREQ (7, 0)]: Ignore
10784         -Wformat-truncation instead of -Wformat-length.
10785         * time/tst-strptime2.c (mkbuf) [__GNUC_PREREQ (7, 0)]: Likewise.
10786         * stdio-common/tstdiomisc.c (F): Ignore -Wformat-truncation for
10787         GCC 7.
10788         * wcsmbs/tst-wcstof.c: Include <libc-internal.h>.
10789         (do_test): Ignore -Wformat-truncation for GCC 7.
10791         * locale/programs/ld-address.c (INT_STR_ELEM): Increase size of
10792         buffer used to print long int value.
10794         * elf/sotruss-lib.c (init): Increase space allocated for pid by
10795         one byte.  Print it with %ld, cast to long int.
10797 2017-01-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
10799         * scripts/build-many-glibcs.py (os.cpu_count): Add compatibility definition.
10800         (re.fullmatch, subprocess.run): Likewise.
10802 2016-01-11  Siddhesh Poyarekar  <siddhesh@sourceware.org>
10804         * po/libc.pot: Regenerate.
10806 2016-01-10  Siddhesh Poyarekar  <siddhesh@sourceware.org>
10808         * elf/dl-tunables.c (tunables_unsetenv): Remove function.
10809         (min_strlen): Likewise.
10810         (disable_tunable): Likewise.
10811         (maybe_disable_malloc_check): Rename to
10812         maybe_enable_malloc_check.
10813         (maybe_enable_malloc_check): Enable glibc.malloc.check tunable
10814         if /etc/suid-debug file exists.
10815         (__tunables_init): Update caller.
10816         * elf/dl-tunables.list (glibc.malloc.check): Don't mark as
10817         secure.
10819 2016-01-10  Torvald Riegel  <triegel@redhat.com>
10821         * nptl/DESIGN-rwlock.txt: Remove.
10822         * nptl/lowlevelrwlock.sym: Remove.
10823         * nptl/Makefile: Add new tests.
10824         * nptl/pthread_rwlock_common.c: New file.  Contains the new rwlock.
10825         * nptl/pthreadP.h (PTHREAD_RWLOCK_PREFER_READER_P): Remove.
10826         (PTHREAD_RWLOCK_WRPHASE, PTHREAD_RWLOCK_WRLOCKED,
10827         PTHREAD_RWLOCK_RWAITING, PTHREAD_RWLOCK_READER_SHIFT,
10828         PTHREAD_RWLOCK_READER_OVERFLOW, PTHREAD_RWLOCK_WRHANDOVER,
10829         PTHREAD_RWLOCK_FUTEX_USED): New.
10830         * nptl/pthread_rwlock_init.c (__pthread_rwlock_init): Adapt to new
10831         implementation.
10832         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock_slow): Remove.
10833         (__pthread_rwlock_rdlock): Adapt.
10834         * nptl/pthread_rwlock_timedrdlock.c
10835         (pthread_rwlock_timedrdlock): Adapt.
10836         * nptl/pthread_rwlock_timedwrlock.c
10837         (pthread_rwlock_timedwrlock): Adapt.
10838         * nptl/pthread_rwlock_trywrlock.c (pthread_rwlock_trywrlock): Adapt.
10839         * nptl/pthread_rwlock_tryrdlock.c (pthread_rwlock_tryrdlock): Adapt.
10840         * nptl/pthread_rwlock_unlock.c (pthread_rwlock_unlock): Adapt.
10841         * nptl/pthread_rwlock_wrlock.c (__pthread_rwlock_wrlock_slow): Remove.
10842         (__pthread_rwlock_wrlock): Adapt.
10843         * nptl/tst-rwlock10.c: Adapt.
10844         * nptl/tst-rwlock11.c: Adapt.
10845         * nptl/tst-rwlock17.c: New file.
10846         * nptl/tst-rwlock18.c: New file.
10847         * nptl/tst-rwlock19.c: New file.
10848         * nptl/tst-rwlock2b.c: New file.
10849         * nptl/tst-rwlock8.c: Adapt.
10850         * nptl/tst-rwlock9.c: Adapt.
10851         * sysdeps/aarch64/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
10852         * sysdeps/arm/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
10853         * sysdeps/hppa/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
10854         * sysdeps/ia64/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
10855         * sysdeps/m68k/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
10856         * sysdeps/microblaze/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
10857         * sysdeps/mips/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
10858         * sysdeps/nios2/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
10859         * sysdeps/s390/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
10860         * sysdeps/sh/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
10861         * sysdeps/sparc/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
10862         * sysdeps/tile/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
10863         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
10864         (pthread_rwlock_t): Adapt.
10865         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
10866         (pthread_rwlock_t): Adapt.
10867         * sysdeps/x86/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
10868         * nptl/nptl-printers.py (): Adapt.
10869         * nptl/nptl_lock_constants.pysym: Adapt.
10870         * nptl/test-rwlock-printers.py: Adapt.
10871         * nptl/test-rwlockattr-printers.c: Adapt.
10872         * nptl/test-rwlockattr-printers.py: Adapt.
10874 2017-01-10  Joseph Myers  <joseph@codesourcery.com>
10876         * math/libm-test.inc (XFAIL_IBM128_LIBGCC): New macro.
10877         (fdim_test_data): Use XFAIL_ROUNDING_IBM128_LIBGCC for some tests.
10878         (fma_test_data): Likewise.
10879         (hypot_test_data): Likewise.
10880         (log1p_test_data): Likewise.
10881         (modf_test_data): Likewise.
10882         (pow_test_data): Likewise.
10883         (remainder_test_data): Likewise.
10884         (remquo_test_data): Likewise.
10885         (scalb_test_data): Likewise.
10886         (scalbn_test_data): Likewise.
10887         (scalbln_test_data): Likewise.
10888         * math/gen-libm-test.pl (parse_args): Transform
10889         XFAIL_ROUNDING_IBM128_LIBGCC to XFAIL_IBM128_LIBGCC or 0 depending
10890         on the rounding mode.
10892 2017-01-09  Joseph Myers  <joseph@codesourcery.com>
10894         * math/gen-auto-libm-tests.c (output_for_one_input_case): Apply
10895         xfail-rounding:ibm128-libgcc automatically to tests overflowing
10896         and those that can underflow to zero.
10897         * math/auto-libm-test-in: Remove most XFAILs for ibm128-libgcc and
10898         add others.
10899         * math/auto-libm-test-out: Regenerated.
10901         * math/test-fenv.c (fe_tests): Skip most tests when exceptions not
10902         supported.
10903         (feholdexcept_tests): Skip tests requiring exceptions or rounding
10904         modes support if not supported.
10906         * sysdeps/unix/sysv/linux/microblaze/localplt.data (__pread64):
10907         Add libc.so PLT entry.
10908         (__tls_get_addr): Make ld.so PLT entry optional.
10910 2017-01-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
10912         * string/bits/strings_fortified.h (explicit_bzero): Move back to ..
10913         * string/bits/string3.h: ... here.
10915 2017-01-05  Joseph Myers  <joseph@codesourcery.com>
10917         [BZ #21028]
10918         * math/fsetexcptflg.c (__fesetexceptflag): Always return 0.
10919         * math/test-fexcept.c (test_set): Allow failure of feraiseexcept
10920         if EXCEPTION_TESTS returns false.
10922 2017-01-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
10924         [BZ #20558]
10925         * string/bits/string3.h [__USE_MISC] (bcopy): Move to
10926         strings_fortified.h.
10927         [__USE_MISC] (bzero): Likewise.
10928         [__USE_MISC] (explicit_bzero): Likewise.
10929         * string/strings.h: Include strings_fortified.h.
10930         * string/Makefile (headers): Add strings_fortified.h.
10931         * string/bits/strings_fortified.h: New file.
10932         * include/bits/strings_fortified.h: Likewise.
10934 2017-01-05  Joseph Myers  <joseph@codesourcery.com>
10936         * elf/tst-tls13.c (TIMEOUT): Remove.
10937         * iconvdata/tst-loading.c (TIMEOUT): Likewise.
10938         * malloc/tst-malloc-thread-fail.c (TIMEOUT): Increase to 100.
10939         * malloc/tst-mallocfork2.c (TIMEOUT): Define to 100.
10940         * nss/tst-cancel-getpwuid_r.c (TIMEOUT): Define to 900.
10941         * nss/tst-nss-getpwent.c (TIMEOUT): Define to 300.
10943         [BZ #21026]
10944         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
10945         (readahead): New syscall entry.
10947 2017-01-04  Joseph Myers  <joseph@codesourcery.com>
10949         * string/tester.c (test_strncat): Disable -Wstringop-overflow=
10950         around tests of strncat with large sizes.
10952         * malloc/tst-malloc.c: Include <libc-internal.h>.
10953         (do_test): Disable -Walloc-size-larger-than= around tests of
10954         malloc with negative sizes.
10955         * malloc/tst-mcheck.c: Include <libc-internal.h>.
10956         (do_test): Disable -Walloc-size-larger-than= around tests of
10957         malloc and realloc with negative sizes.
10958         * malloc/tst-realloc.c: Include <libc-internal.h>.
10959         (do_test): Disable -Walloc-size-larger-than= around tests of
10960         realloc with negative sizes.
10962         * math/libm-test.inc (TEST_COND_ibm128_libgcc): New macro.
10963         (init_max_error) [TEST_COND_ibm128]: Increase maximum error
10964         allowed to 16 ulps.
10965         * math/auto-libm-test-in: Change most XFAILs for ibm128 to use
10966         ibm128-libgcc.  XFAIL more tests for ibm128-libgcc.
10967         * math/auto-libm-test-out: Regenerated.
10969 2017-01-04  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
10971         * math/Makefile (libm-calls): Move wrappers...
10972         (libm-compat-call-auto): Here.
10973         (libm-routines): Add items in libm-compat-calls-auto.
10974         * sysdeps/powerpc/nofpu/Makefile: Add suffix ("_compat") to
10975         the filenames of the wrappers that have been renamed.
10976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Likewise.
10977         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
10979         * math/w_acos.c: Add _compat suffix to filename.
10980         * math/w_acosf.c: Likewise.
10981         * math/w_acosh.c: Likewise.
10982         * math/w_acoshf.c: Likewise.
10983         * math/w_acoshl.c: Likewise.
10984         * math/w_acosl.c: Likewise.
10985         * math/w_asin.c: Likewise.
10986         * math/w_asinf.c: Likewise.
10987         * math/w_asinl.c: Likewise.
10988         * math/w_atan2.c: Likewise.
10989         * math/w_atan2f.c: Likewise.
10990         * math/w_atan2l.c: Likewise.
10991         * math/w_atanh.c: Likewise.
10992         * math/w_atanhf.c: Likewise.
10993         * math/w_atanhl.c: Likewise.
10994         * math/w_cosh.c: Likewise.
10995         * math/w_coshf.c: Likewise.
10996         * math/w_coshl.c: Likewise.
10997         * math/w_exp10.c: Likewise.
10998         * math/w_exp10f.c: Likewise.
10999         * math/w_exp10l.c: Likewise.
11000         * math/w_exp2.c: Likewise.
11001         * math/w_exp2f.c: Likewise.
11002         * math/w_exp2l.c: Likewise.
11003         * math/w_fmod.c: Likewise.
11004         * math/w_fmodf.c: Likewise.
11005         * math/w_fmodl.c: Likewise.
11006         * math/w_hypot.c: Likewise.
11007         * math/w_hypotf.c: Likewise.
11008         * math/w_hypotl.c: Likewise.
11009         * math/w_j0.c: Likewise.
11010         * math/w_j0f.c: Likewise.
11011         * math/w_j0l.c: Likewise.
11012         * math/w_j1.c: Likewise.
11013         * math/w_j1f.c: Likewise.
11014         * math/w_j1l.c: Likewise.
11015         * math/w_jn.c: Likewise.
11016         * math/w_jnf.c: Likewise.
11017         * math/w_jnl.c: Likewise.
11018         * math/w_log10.c: Likewise.
11019         * math/w_log10f.c: Likewise.
11020         * math/w_log10l.c: Likewise.
11021         * math/w_log2.c: Likewise.
11022         * math/w_log2f.c: Likewise.
11023         * math/w_log2l.c: Likewise.
11024         * math/w_log.c: Likewise.
11025         * math/w_logf.c: Likewise.
11026         * math/w_logl.c: Likewise.
11027         * math/w_pow.c: Likewise.
11028         * math/w_powf.c: Likewise.
11029         * math/w_powl.c: Likewise.
11030         * math/w_remainder.c: Likewise.
11031         * math/w_remainderf.c: Likewise.
11032         * math/w_remainderl.c: Likewise.
11033         * math/w_scalb.c: Likewise.
11034         * math/w_scalbf.c: Likewise.
11035         * math/w_scalbl.c: Likewise.
11036         * math/w_sinh.c: Likewise.
11037         * math/w_sinhf.c: Likewise.
11038         * math/w_sinhl.c: Likewise.
11039         * math/w_sqrt.c: Likewise.
11040         * math/w_sqrtf.c: Likewise.
11041         * math/w_sqrtl.c: Likewise.
11042         * math/w_tgamma.c: Likewise.
11043         * math/w_tgammaf.c: Likewise.
11044         * math/w_tgammal.c: Likewise.
11046         * math/w_acos_compat.c: New file copied from above and
11047         adjusted for new #includes path
11048         * math/w_acosf_compat.c: Likewise.
11049         * math/w_acosh_compat.c: Likewise.
11050         * math/w_acoshf_compat.c: Likewise.
11051         * math/w_acoshl_compat.c: Likewise.
11052         * math/w_acosl_compat.c: Likewise.
11053         * math/w_asin_compat.c: Likewise.
11054         * math/w_asinf_compat.c: Likewise.
11055         * math/w_asinl_compat.c: Likewise.
11056         * math/w_atan2_compat.c: Likewise.
11057         * math/w_atan2f_compat.c: Likewise.
11058         * math/w_atan2l_compat.c: Likewise.
11059         * math/w_atanh_compat.c: Likewise.
11060         * math/w_atanhf_compat.c: Likewise.
11061         * math/w_atanhl_compat.c: Likewise.
11062         * math/w_cosh_compat.c: Likewise.
11063         * math/w_coshf_compat.c: Likewise.
11064         * math/w_coshl_compat.c: Likewise.
11065         * math/w_exp10_compat.c: Likewise.
11066         * math/w_exp10f_compat.c: Likewise.
11067         * math/w_exp10l_compat.c: Likewise.
11068         * math/w_exp2_compat.c: Likewise.
11069         * math/w_exp2f_compat.c: Likewise.
11070         * math/w_exp2l_compat.c: Likewise.
11071         * math/w_fmod_compat.c: Likewise.
11072         * math/w_fmodf_compat.c: Likewise.
11073         * math/w_fmodl_compat.c: Likewise.
11074         * math/w_hypot_compat.c: Likewise.
11075         * math/w_hypotf_compat.c: Likewise.
11076         * math/w_hypotl_compat.c: Likewise.
11077         * math/w_j0_compat.c: Likewise.
11078         * math/w_j0f_compat.c: Likewise.
11079         * math/w_j0l_compat.c: Likewise.
11080         * math/w_j1_compat.c: Likewise.
11081         * math/w_j1f_compat.c: Likewise.
11082         * math/w_j1l_compat.c: Likewise.
11083         * math/w_jn_compat.c: Likewise.
11084         * math/w_jnf_compat.c: Likewise.
11085         * math/w_jnl_compat.c: Likewise.
11086         * math/w_log10_compat.c: Likewise.
11087         * math/w_log10f_compat.c: Likewise.
11088         * math/w_log10l_compat.c: Likewise.
11089         * math/w_log2_compat.c: Likewise.
11090         * math/w_log2f_compat.c: Likewise.
11091         * math/w_log2l_compat.c: Likewise.
11092         * math/w_log_compat.c: Likewise.
11093         * math/w_logf_compat.c: Likewise.
11094         * math/w_logl_compat.c: Likewise.
11095         * math/w_pow_compat.c: Likewise.
11096         * math/w_powf_compat.c: Likewise.
11097         * math/w_powl_compat.c: Likewise.
11098         * math/w_remainder_compat.c: Likewise.
11099         * math/w_remainderf_compat.c: Likewise.
11100         * math/w_remainderl_compat.c: Likewise.
11101         * math/w_scalb_compat.c: Likewise.
11102         * math/w_scalbf_compat.c: Likewise.
11103         * math/w_scalbl_compat.c: Likewise.
11104         * math/w_sinh_compat.c: Likewise.
11105         * math/w_sinhf_compat.c: Likewise.
11106         * math/w_sinhl_compat.c: Likewise.
11107         * math/w_sqrt_compat.c: Likewise.
11108         * math/w_sqrtf_compat.c: Likewise.
11109         * math/w_sqrtl_compat.c: Likewise.
11110         * math/w_tgamma_compat.c: Likewise.
11111         * math/w_tgammaf_compat.c: Likewise.
11112         * math/w_tgammal_compat.c: Likewise.
11114         * sysdeps/i386/fpu/w_sqrt.c: Add _compat suffix to filename.
11115         * sysdeps/ia64/fpu/w_sqrtl.c: Likewise.
11116         * sysdeps/ia64/fpu/w_acosl.c: Likewise.
11117         * sysdeps/ia64/fpu/w_sqrtf.c: Likewise.
11118         * sysdeps/ia64/fpu/w_sqrt.c: Likewise.
11119         * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
11120         * sysdeps/ia64/fpu/w_acosf.c: Likewise.
11121         * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
11122         * sysdeps/ia64/fpu/w_sinh.c: Likewise.
11123         * sysdeps/ia64/fpu/w_scalbl.c: Likewise.
11124         * sysdeps/ia64/fpu/w_scalbf.c: Likewise.
11125         * sysdeps/ia64/fpu/w_scalb.c: Likewise.
11126         * sysdeps/ia64/fpu/w_remainderl.c: Likewise.
11127         * sysdeps/ia64/fpu/w_remainderf.c: Likewise.
11128         * sysdeps/ia64/fpu/w_remainder.c: Likewise.
11129         * sysdeps/ia64/fpu/w_powl.c: Likewise.
11130         * sysdeps/ia64/fpu/w_powf.c: Likewise.
11131         * sysdeps/ia64/fpu/w_pow.c: Likewise.
11132         * sysdeps/ia64/fpu/w_logl.c: Likewise.
11133         * sysdeps/ia64/fpu/w_logf.c: Likewise.
11134         * sysdeps/ia64/fpu/w_log2l.c: Likewise.
11135         * sysdeps/ia64/fpu/w_log2f.c: Likewise.
11136         * sysdeps/ia64/fpu/w_log2.c: Likewise.
11137         * sysdeps/ia64/fpu/w_log10l.c: Likewise.
11138         * sysdeps/ia64/fpu/w_log10f.c: Likewise.
11139         * sysdeps/ia64/fpu/w_log10.c: Likewise.
11140         * sysdeps/ia64/fpu/w_log.c: Likewise.
11141         * sysdeps/ia64/fpu/w_hypotl.c: Likewise.
11142         * sysdeps/ia64/fpu/w_hypotf.c: Likewise.
11143         * sysdeps/ia64/fpu/w_hypot.c: Likewise.
11144         * sysdeps/ia64/fpu/w_fmodl.c: Likewise.
11145         * sysdeps/ia64/fpu/w_fmodf.c: Likewise.
11146         * sysdeps/ia64/fpu/w_fmod.c: Likewise.
11147         * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
11148         * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
11149         * sysdeps/ia64/fpu/w_exp2.c: Likewise.
11150         * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
11151         * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
11152         * sysdeps/ia64/fpu/w_exp10.c: Likewise.
11153         * sysdeps/ia64/fpu/w_coshl.c: Likewise.
11154         * sysdeps/ia64/fpu/w_coshf.c: Likewise.
11155         * sysdeps/ia64/fpu/w_cosh.c: Likewise.
11156         * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
11157         * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
11158         * sysdeps/ia64/fpu/w_atanh.c: Likewise.
11159         * sysdeps/ia64/fpu/w_atan2l.c: Likewise.
11160         * sysdeps/ia64/fpu/w_atan2f.c: Likewise.
11161         * sysdeps/ia64/fpu/w_atan2.c: Likewise.
11162         * sysdeps/ia64/fpu/w_asinl.c: Likewise.
11163         * sysdeps/ia64/fpu/w_asinf.c: Likewise.
11164         * sysdeps/ia64/fpu/w_asin.c: Likewise.
11165         * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
11166         * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
11167         * sysdeps/ia64/fpu/w_acosh.c: Likewise.
11168         * sysdeps/ia64/fpu/w_acos.c: Likewise.
11169         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
11170         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
11171         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
11172         * sysdeps/ieee754/ldbl-opt/w_acos.c: Likewise.
11173         * sysdeps/ieee754/ldbl-opt/w_acosh.c: Likewise.
11174         * sysdeps/ieee754/ldbl-opt/w_acoshl.c: Likewise.
11175         * sysdeps/ieee754/ldbl-opt/w_acosl.c: Likewise.
11176         * sysdeps/ieee754/ldbl-opt/w_asin.c: Likewise.
11177         * sysdeps/ieee754/ldbl-opt/w_asinl.c: Likewise.
11178         * sysdeps/ieee754/ldbl-opt/w_atan2.c: Likewise.
11179         * sysdeps/ieee754/ldbl-opt/w_atan2l.c: Likewise.
11180         * sysdeps/ieee754/ldbl-opt/w_atanh.c: Likewise.
11181         * sysdeps/ieee754/ldbl-opt/w_atanhl.c: Likewise.
11182         * sysdeps/ieee754/ldbl-opt/w_cosh.c: Likewise.
11183         * sysdeps/ieee754/ldbl-opt/w_coshl.c: Likewise.
11184         * sysdeps/ieee754/ldbl-opt/w_exp10.c: Likewise.
11185         * sysdeps/ieee754/ldbl-opt/w_exp10l.c: Likewise.
11186         * sysdeps/ieee754/ldbl-opt/w_fmod.c: Likewise.
11187         * sysdeps/ieee754/ldbl-opt/w_fmodl.c: Likewise.
11188         * sysdeps/ieee754/ldbl-opt/w_hypot.c: Likewise.
11189         * sysdeps/ieee754/ldbl-opt/w_hypotl.c: Likewise.
11190         * sysdeps/ieee754/ldbl-opt/w_j0.c: Likewise.
11191         * sysdeps/ieee754/ldbl-opt/w_j0l.c: Likewise.
11192         * sysdeps/ieee754/ldbl-opt/w_j1.c: Likewise.
11193         * sysdeps/ieee754/ldbl-opt/w_j1l.c: Likewise.
11194         * sysdeps/ieee754/ldbl-opt/w_jn.c: Likewise.
11195         * sysdeps/ieee754/ldbl-opt/w_jnl.c: Likewise.
11196         * sysdeps/ieee754/ldbl-opt/w_log10.c: Likewise.
11197         * sysdeps/ieee754/ldbl-opt/w_log10l.c: Likewise.
11198         * sysdeps/ieee754/ldbl-opt/w_log2.c: Likewise.
11199         * sysdeps/ieee754/ldbl-opt/w_log2l.c: Likewise.
11200         * sysdeps/ieee754/ldbl-opt/w_log.c: Likewise.
11201         * sysdeps/ieee754/ldbl-opt/w_logl.c: Likewise.
11202         * sysdeps/ieee754/ldbl-opt/w_pow.c: Likewise.
11203         * sysdeps/ieee754/ldbl-opt/w_powl.c: Likewise.
11204         * sysdeps/ieee754/ldbl-opt/w_remainder.c: Likewise.
11205         * sysdeps/ieee754/ldbl-opt/w_remainderl.c: Likewise.
11206         * sysdeps/ieee754/ldbl-opt/w_scalb.c: Likewise.
11207         * sysdeps/ieee754/ldbl-opt/w_scalbl.c: Likewise.
11208         * sysdeps/ieee754/ldbl-opt/w_sinh.c: Likewise.
11209         * sysdeps/ieee754/ldbl-opt/w_sinhl.c: Likewise.
11210         * sysdeps/ieee754/ldbl-opt/w_sqrt.c: Likewise.
11211         * sysdeps/ieee754/ldbl-opt/w_sqrtl.c: Likewise.
11212         * sysdeps/ieee754/ldbl-opt/w_tgamma.c: Likewise.
11213         * sysdeps/ieee754/ldbl-opt/w_tgammal.c: Likewise.
11214         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S:
11215         Likewise.
11216         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S:
11217         Likewise.
11218         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: Likewise.
11219         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S:
11220         Likewise.
11221         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S:
11222         Likewise.
11223         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: Likewise.
11224         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
11225         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
11226         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
11227         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
11228         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
11229         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
11230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: Likewise.
11231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
11232         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: Likewise.
11233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
11234         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
11235         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
11236         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
11237         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
11239         * sysdeps/i386/fpu/w_sqrt_compat.c: New file copied from above
11240         and adjusted for new #includes path
11241         * sysdeps/ia64/fpu/w_acos_compat.c: Likewise.
11242         * sysdeps/ia64/fpu/w_acosf_compat.c: Likewise.
11243         * sysdeps/ia64/fpu/w_acosh_compat.c: Likewise.
11244         * sysdeps/ia64/fpu/w_acoshf_compat.c: Likewise.
11245         * sysdeps/ia64/fpu/w_acoshl_compat.c: Likewise.
11246         * sysdeps/ia64/fpu/w_acosl_compat.c: Likewise.
11247         * sysdeps/ia64/fpu/w_asin_compat.c: Likewise.
11248         * sysdeps/ia64/fpu/w_asinf_compat.c: Likewise.
11249         * sysdeps/ia64/fpu/w_asinl_compat.c: Likewise.
11250         * sysdeps/ia64/fpu/w_atan2_compat.c: Likewise.
11251         * sysdeps/ia64/fpu/w_atan2f_compat.c: Likewise.
11252         * sysdeps/ia64/fpu/w_atan2l_compat.c: Likewise.
11253         * sysdeps/ia64/fpu/w_atanh_compat.c: Likewise.
11254         * sysdeps/ia64/fpu/w_atanhf_compat.c: Likewise.
11255         * sysdeps/ia64/fpu/w_atanhl_compat.c: Likewise.
11256         * sysdeps/ia64/fpu/w_cosh_compat.c: Likewise.
11257         * sysdeps/ia64/fpu/w_coshf_compat.c: Likewise.
11258         * sysdeps/ia64/fpu/w_coshl_compat.c: Likewise.
11259         * sysdeps/ia64/fpu/w_exp10_compat.c: Likewise.
11260         * sysdeps/ia64/fpu/w_exp10f_compat.c: Likewise.
11261         * sysdeps/ia64/fpu/w_exp10l_compat.c: Likewise.
11262         * sysdeps/ia64/fpu/w_exp2_compat.c: Likewise.
11263         * sysdeps/ia64/fpu/w_exp2f_compat.c: Likewise.
11264         * sysdeps/ia64/fpu/w_exp2l_compat.c: Likewise.
11265         * sysdeps/ia64/fpu/w_fmod_compat.c: Likewise.
11266         * sysdeps/ia64/fpu/w_fmodf_compat.c: Likewise.
11267         * sysdeps/ia64/fpu/w_fmodl_compat.c: Likewise.
11268         * sysdeps/ia64/fpu/w_hypot_compat.c: Likewise.
11269         * sysdeps/ia64/fpu/w_hypotf_compat.c: Likewise.
11270         * sysdeps/ia64/fpu/w_hypotl_compat.c: Likewise.
11271         * sysdeps/ia64/fpu/w_log10_compat.c: Likewise.
11272         * sysdeps/ia64/fpu/w_log10f_compat.c: Likewise.
11273         * sysdeps/ia64/fpu/w_log10l_compat.c: Likewise.
11274         * sysdeps/ia64/fpu/w_log2_compat.c: Likewise.
11275         * sysdeps/ia64/fpu/w_log2f_compat.c: Likewise.
11276         * sysdeps/ia64/fpu/w_log2l_compat.c: Likewise.
11277         * sysdeps/ia64/fpu/w_log_compat.c: Likewise.
11278         * sysdeps/ia64/fpu/w_logf_compat.c: Likewise.
11279         * sysdeps/ia64/fpu/w_logl_compat.c: Likewise.
11280         * sysdeps/ia64/fpu/w_pow_compat.c: Likewise.
11281         * sysdeps/ia64/fpu/w_powf_compat.c: Likewise.
11282         * sysdeps/ia64/fpu/w_powl_compat.c: Likewise.
11283         * sysdeps/ia64/fpu/w_remainder_compat.c: Likewise.
11284         * sysdeps/ia64/fpu/w_remainderf_compat.c: Likewise.
11285         * sysdeps/ia64/fpu/w_remainderl_compat.c: Likewise.
11286         * sysdeps/ia64/fpu/w_scalb_compat.c: Likewise.
11287         * sysdeps/ia64/fpu/w_scalbf_compat.c: Likewise.
11288         * sysdeps/ia64/fpu/w_scalbl_compat.c: Likewise.
11289         * sysdeps/ia64/fpu/w_sinh_compat.c: Likewise.
11290         * sysdeps/ia64/fpu/w_sinhf_compat.c: Likewise.
11291         * sysdeps/ia64/fpu/w_sinhl_compat.c: Likewise.
11292         * sysdeps/ia64/fpu/w_sqrt_compat.c: Likewise.
11293         * sysdeps/ia64/fpu/w_sqrtf_compat.c: Likewise.
11294         * sysdeps/ia64/fpu/w_sqrtl_compat.c: Likewise.
11295         * sysdeps/ia64/fpu/w_tgamma_compat.S: Likewise.
11296         * sysdeps/ia64/fpu/w_tgammaf_compat.S: Likewise.
11297         * sysdeps/ia64/fpu/w_tgammal_compat.S: Likewise.
11298         * sysdeps/ieee754/ldbl-opt/w_acos_compat.c: Likewise.
11299         * sysdeps/ieee754/ldbl-opt/w_acosh_compat.c: Likewise.
11300         * sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c: Likewise.
11301         * sysdeps/ieee754/ldbl-opt/w_acosl_compat.c: Likewise.
11302         * sysdeps/ieee754/ldbl-opt/w_asin_compat.c: Likewise.
11303         * sysdeps/ieee754/ldbl-opt/w_asinl_compat.c: Likewise.
11304         * sysdeps/ieee754/ldbl-opt/w_atan2_compat.c: Likewise.
11305         * sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c: Likewise.
11306         * sysdeps/ieee754/ldbl-opt/w_atanh_compat.c: Likewise.
11307         * sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c: Likewise.
11308         * sysdeps/ieee754/ldbl-opt/w_cosh_compat.c: Likewise.
11309         * sysdeps/ieee754/ldbl-opt/w_coshl_compat.c: Likewise.
11310         * sysdeps/ieee754/ldbl-opt/w_exp10_compat.c: Likewise.
11311         * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c: Likewise.
11312         * sysdeps/ieee754/ldbl-opt/w_fmod_compat.c: Likewise.
11313         * sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c: Likewise.
11314         * sysdeps/ieee754/ldbl-opt/w_hypot_compat.c: Likewise.
11315         * sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c: Likewise.
11316         * sysdeps/ieee754/ldbl-opt/w_j0_compat.c: Likewise.
11317         * sysdeps/ieee754/ldbl-opt/w_j0l_compat.c: Likewise.
11318         * sysdeps/ieee754/ldbl-opt/w_j1_compat.c: Likewise.
11319         * sysdeps/ieee754/ldbl-opt/w_j1l_compat.c: Likewise.
11320         * sysdeps/ieee754/ldbl-opt/w_jn_compat.c: Likewise.
11321         * sysdeps/ieee754/ldbl-opt/w_jnl_compat.c: Likewise.
11322         * sysdeps/ieee754/ldbl-opt/w_log10_compat.c: Likewise.
11323         * sysdeps/ieee754/ldbl-opt/w_log10l_compat.c: Likewise.
11324         * sysdeps/ieee754/ldbl-opt/w_log2_compat.c: Likewise.
11325         * sysdeps/ieee754/ldbl-opt/w_log2l_compat.c: Likewise.
11326         * sysdeps/ieee754/ldbl-opt/w_log_compat.c: Likewise.
11327         * sysdeps/ieee754/ldbl-opt/w_logl_compat.c: Likewise.
11328         * sysdeps/ieee754/ldbl-opt/w_pow_compat.c: Likewise.
11329         * sysdeps/ieee754/ldbl-opt/w_powl_compat.c: Likewise.
11330         * sysdeps/ieee754/ldbl-opt/w_remainder_compat.c: Likewise.
11331         * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c: Likewise.
11332         * sysdeps/ieee754/ldbl-opt/w_scalb_compat.c: Likewise.
11333         * sysdeps/ieee754/ldbl-opt/w_scalbl_compat.c: Likewise.
11334         * sysdeps/ieee754/ldbl-opt/w_sinh_compat.c: Likewise.
11335         * sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c: Likewise.
11336         * sysdeps/ieee754/ldbl-opt/w_sqrt_compat.c: Likewise.
11337         * sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c: Likewise.
11338         * sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c: Likewise.
11339         * sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c: Likewise.
11340         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-power5.S:
11341         Likewise.
11342         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-ppc32.S:
11343         Likewise.
11344         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat.c:
11345         Likewise.
11346         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-power5.S:
11347         Likewise.
11348         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-ppc32.S:
11349         Likewise.
11350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat.c:
11351         Likewise.
11352         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt_compat.S: Likewise.
11353         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf_compat.S: Likewise.
11354         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt_compat.S: Likewise.
11355         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf_compat.S: Likewise.
11356         * sysdeps/sparc/sparc32/fpu/w_sqrt_compat.S: Likewise.
11357         * sysdeps/sparc/sparc32/fpu/w_sqrtf_compat.S: Likewise.
11358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat-vis3.S:
11359         Likewise.
11360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat.S:
11361         Likewise.
11362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat-vis3.S:
11363         Likewise.
11364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat.S:
11365         Likewise.
11366         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt_compat.S: Likewise.
11367         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf_compat.S: Likewise.
11368         * sysdeps/sparc/sparc64/fpu/w_sqrt_compat.S: Likewise.
11369         * sysdeps/sparc/sparc64/fpu/w_sqrtf_compat.S: Likewise.
11371 2017-01-04  Joseph Myers  <joseph@codesourcery.com>
11373         * sysdeps/microblaze/bits/setjmp.h (__jmp_buf): Give struct tag
11374         __jmp_buf_internal_tag.
11376         * sysdeps/mips/mips32/sfp-machine.h (_FP_CHOOSENAN): Always
11377         preserve NaN payload if [__mips_nan2008].
11378         * sysdeps/mips/mips64/sfp-machine.h (_FP_CHOOSENAN): Likewise.
11380         [BZ #21022]
11381         * sysdeps/microblaze/backtrace.c (get_frame_size): Make static.
11383 2017-01-03  Joseph Myers  <joseph@codesourcery.com>
11385         * sysdeps/i386/fpu/libm-test-ulps: Update.
11387 2017-01-03  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11389         * sysdeps/ia64/strcat.c: Remove file.
11390         * sysdeps/powerpc/strcat.c: Likewise.
11391         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Use default
11392         C implementation.
11393         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: Likewise.
11394         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: Likewise.
11396 2017-01-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11397             Steven Munroe  <sjmunroe@us.ibm.com>
11398             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
11400         [BZ #20822]
11401         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
11402         (__lll_lock_elision): Access adapt_count via C11 atomics.
11403         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
11404         (__lll_trylock_elision): Likewise.
11405         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
11406         (__lll_unlock_elision):  Update adapt_count variable inside the
11407         critical section using C11 atomics.
11409 2017-01-03  Joseph Myers  <joseph@codesourcery.com>
11411         * math/test-fenvinline.c (do_test): Disable tests of raised
11412         exceptions if !EXCEPTION_TESTS (FLOAT).
11414 2017-01-03  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11416         [BZ #19390]
11417         * string/test-strncat.c (test_main): Add tests with SIZE_MAX as
11418         maximum string size.
11419         * sysdeps/i386/i686/multiarch/strcat-sse2.S (STRCAT): Avoid overflow
11420         in pointer addition.
11421         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S (STRCPY):
11422         Likewise.
11424 2017-01-03  Joseph Myers  <joseph@codesourcery.com>
11426         * elf/Makefile ($(objpfx)tst-ldconfig-X.out): Correct arguments
11427         passed to tst-ldconfig-X.sh.
11429 2017-01-03  Martin Galvan  <martingalvan@sourceware.org>
11431         * nptl/nptl-printers.py: Fix tabs/spaces mismatches.
11433 2017-01-02  Joseph Myers  <joseph@codesourcery.com>
11435         [BZ #21019]
11436         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (lseek64):
11437         New syscall entry.
11438         * sysdeps/unix/sysv/linux/mips/mips64/n32/lseek.c: New file.
11439         * io/test-lfs.c (do_test): Test offset returned from lseek64 and
11440         lseek.
11442         * scripts/build-many-glibcs.py (Context.add_all_configs): Add
11443         power4 glibc for powerpc-linux-gnu.
11445 2017-01-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11447         * sysvipc/test-sysvsem.c (do_test): Define and use union semun on
11448         semctl.
11450 2017-01-02  Joseph Myers  <joseph@codesourcery.com>
11452         * math/test-nearbyint-except.c: Include <stdbool.h>.
11453         (any_supported): New variable.
11454         (TEST_FUNC): Return early if !EXCEPTION_TESTS (FLOAT).  Otherwise
11455         set any_supported.
11456         (do_test): Return 77 if no floating-point type supported
11457         exceptions.
11459         * sysdeps/mips/math-tests.h (SNAN_TESTS_PRESERVE_PAYLOAD): Do not
11460         condition on [__mips_hard_float].
11462 2017-01-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11464         [BZ #21014]
11465         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S (MEMCHR): Avoid overflow
11466         in pointer addition.
11467         * sysdeps/i386/i686/multiarch/memchr-sse2.S (MEMCHR): Likewise.
11469 2017-01-02  Torvald Riegel  <triegel@redhat.com>
11471         * sysdeps/sparc/nptl/bits/pthreadtypes.h (pthread_cond_t): Adapt to
11472         new condvar.
11474 2017-01-02  Joseph Myers  <joseph@codesourcery.com>
11476         * scripts/build-many-glibcs.py (Context.checkout): Default
11477         binutils version to 2.28 branch.
11479 2017-01-01  Florian Weimer  <fweimer@redhat.com>
11481         * support/support_format_netent.c (support_format_netent): Work
11482         around alpha struct netent definition difference.
11484 2017-01-01  Florian Weimer  <fweimer@redhat.com>
11486         * support/xwrite.c (xwrite): Use %td for pointer difference.
11488 2017-01-01  Florian Weimer  <fweimer@redhat.com>
11490         * malloc/Makefile (tests): Add tst-malloc-usable-tunables for
11491         have-tunables only.
11492         (tests-static): Add tst-malloc-usable-static-tunables for
11493         have-tunables only.
11495 2017-01-01  Joseph Myers  <joseph@codesourcery.com>
11497         * scripts/config.guess: Update to version 2017-01-01.
11498         * scripts/config.sub: Update to version 2017-01-01.
11500         * NEWS: Update copyright dates.
11501         * catgets/gencat.c (print_version): Likewise.
11502         * csu/version.c (banner): Likewise.
11503         * debug/catchsegv.sh: Likewise.
11504         * debug/pcprofiledump.c (print_version): Likewise.
11505         * debug/xtrace.sh (do_version): Likewise.
11506         * elf/ldconfig.c (print_version): Likewise.
11507         * elf/ldd.bash.in: Likewise.
11508         * elf/pldd.c (print_version): Likewise.
11509         * elf/sotruss.sh: Likewise.
11510         * elf/sprof.c (print_version): Likewise.
11511         * iconv/iconv_prog.c (print_version): Likewise.
11512         * iconv/iconvconfig.c (print_version): Likewise.
11513         * locale/programs/locale.c (print_version): Likewise.
11514         * locale/programs/localedef.c (print_version): Likewise.
11515         * login/programs/pt_chown.c (print_version): Likewise.
11516         * malloc/memusage.sh (do_version): Likewise.
11517         * malloc/memusagestat.c (print_version): Likewise.
11518         * malloc/mtrace.pl: Likewise.
11519         * manual/libc.texinfo: Likewise.
11520         * nptl/version.c (banner): Likewise.
11521         * nscd/nscd.c (print_version): Likewise.
11522         * nss/getent.c (print_version): Likewise.
11523         * nss/makedb.c (print_version): Likewise.
11524         * posix/getconf.c (main): Likewise.
11525         * scripts/test-installation.pl: Likewise.
11526         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
11528         * All files with FSF copyright notices: Update copyright dates
11529         using scripts/update-copyrights.
11530         * intl/plural.c: Regenerated.
11531         * locale/programs/charmap-kw.h: Likewise.
11532         * locale/programs/locfile-kw.h: Likewise.
11534 2016-12-31  Florian Weimer  <fweimer@redhat.com>
11536         [BZ #20593]
11537         Update DNS RR type definitions.
11538         * scripts/gen-rrtypes.py: New file.
11539         * resolv/arpa/nameser.h (ns_type): Remove ns_t_zxfr, a
11540         BIND-internal RR type not used on the Internet.  Add ns_t_ds,
11541         ns_t_sshfp, ns_t_ipseckey, ns_t_rrsig, ns_t_nsec, ns_t_dnskey,
11542         ns_t_dhcid, ns_t_nsec3, ns_t_nsec3param, ns_t_tlsa, ns_t_smimea,
11543         ns_t_hip, ns_t_ninfo, ns_t_rkey, ns_t_talink, ns_t_cds,
11544         ns_t_cdnskey, ns_t_openpgpkey, ns_t_csync, ns_t_spf, ns_t_uinfo,
11545         ns_t_uid, ns_t_gid, ns_t_unspec, ns_t_nid, ns_t_l32, ns_t_l64,
11546         ns_t_lp, ns_t_eui48, ns_t_eui64, ns_t_uri, ns_t_caa, ns_t_avc,
11547         ns_t_ta, ns_t_dlv.
11548         * resolv/arpa/nameser_compat.h (T_KX, T_CERT, T_SINK, T_OPT)
11549         (T_APL, T_DS, T_SSHFP, T_IPSECKEY, T_RRSIG, T_NSEC, T_DNSKEY)
11550         (T_DHCID, T_NSEC3, T_NSEC3PARAM, T_TLSA, T_SMIMEA, T_HIP, T_NINFO)
11551         (T_RKEY, T_TALINK, T_CDS, T_CDNSKEY, T_OPENPGPKEY, T_CSYNC, T_SPF)
11552         (T_UINFO, T_UID, T_GID, T_UNSPEC, T_NID, T_L32, T_L64, T_LP)
11553         (T_EUI48, T_EUI64, T_TKEY, T_URI, T_CAA, T_AVC, T_TA, T_DLV):
11554         Define.
11555         * resolv/res_debug.c (__p_type_syms): Update comment.  Remove
11556         entry for ns_t_zxfr.
11558 2016-12-31  Florian Weimer  <fweimer@redhat.com>
11560         [BZ #18784]
11561         CVE-2015-5180
11562         * include/arpa/nameser_compat.h (T_QUERY_A_AND_AAAA): Rename from
11563         T_UNSPEC.  Adjust value.
11564         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Use it.
11565         * resolv/res_query.c (__libc_res_nquery): Likewise.
11566         * resolv/res_mkquery.c (res_nmkquery): Check for out-of-range
11567         QTYPEs.
11568         * resolv/tst-resolv-qtypes.c: New file.
11569         * resolv/Makefile (xtests): Add tst-resolv-qtypes.
11570         (tst-resolv-qtypes): Link against libresolv and libpthread.
11572 2016-12-31  Florian Weimer  <fweimer@redhat.com>
11574         * elf/dl-tunables.h (__tunables_init): Fix unused attribute.
11576 2016-12-31  Siddhesh Poyarekar  <siddhesh@sourceware.org>
11578         * manual/tunables.texi: New chapter.
11579         * manual/Makefile (chapters): Add it.
11580         * manual/probes.texi (@node): Point to the Tunables chapter.
11582         * Makeconfig (have-tunables): Check for non-negative instead
11583         of positive.
11584         * configure.ac: Add 'valstring' as a valid value for
11585         --enable-tunables.
11586         * configure: Regenerate.
11587         * elf/Makefile (have-tunables): Check for non-negative instead
11588         of positive.
11589         (CPPFLAGS-dl-tunables.c): Define TUNABLES_FRONTEND for
11590         dl-tunables.c.
11591         * elf/dl-tunables.c (GLIBC_TUNABLES): Define only when
11592         TUNABLES_FRONTEND == TUNABLES_FRONTEND_valstring.
11593         (tunables_strdup): Likewise.
11594         (disable_tunables): Likewise.
11595         (parse_tunables): Likewise.
11596         (__tunables_init): Process GLIBC_TUNABLES envvar only when.
11597         TUNABLES_FRONTEND == TUNABLES_FRONTEND_valstring.
11598         * elf/dl-tunables.h (TUNABLES_FRONTEND_valstring): New macro.
11599         (TUNABLES_FRONTEND_yes): New macro, define as
11600         TUNABLES_FRONTEND_valstring by default.
11601         * manual/install.texi: Document new acceptable values for
11602         --enable-tunables.
11603         * INSTALL: Regenerate.
11605         * config.make.in (have-loop-to-function): Define.
11606         * elf/Makefile (CFLAGS-dl-tunables.c): Add
11607         -fno-tree-loop-distribute-patterns.
11608         * elf/dl-tunables.c: Include libc-internals.h.
11609         (GLIBC_TUNABLES): New macro.
11610         (tunables_strdup): New function.
11611         (parse_tunables): New function.
11612         (min_strlen): New function.
11613         (__tunables_init): Use the new functions and macro.
11614         (disable_tunable): Disable tunable from GLIBC_TUNABLES.
11615         * malloc/tst-malloc-usable-tunables.c: New test case.
11616         * malloc/tst-malloc-usable-static-tunables.c: New test case.
11617         * malloc/Makefile (tests, tests-static): Add tests.
11619         * manual/install.texi: Add --enable-tunables option.
11620         * INSTALL: Regenerate.
11621         * README.tunables: New file.
11622         * Makeconfig (CPPFLAGS): Define TOP_NAMESPACE.
11623         (before-compile): Generate dl-tunable-list.h early.
11624         * config.h.in: Add HAVE_TUNABLES.
11625         * config.make.in: Add have-tunables.
11626         * configure.ac: Add --enable-tunables option.
11627         * configure: Regenerate.
11628         * csu/init-first.c (__libc_init_first): Move
11629         __libc_init_secure earlier...
11630         * csu/init-first.c (LIBC_START_MAIN):... to here.
11631         Include dl-tunables.h, libc-internal.h.
11632         (LIBC_START_MAIN) [!SHARED]: Initialize tunables for static
11633         binaries.
11634         * elf/Makefile (dl-routines): Add dl-tunables.
11635         * elf/Versions (ld): Add __tunable_set_val to GLIBC_PRIVATE
11636         namespace.
11637         * elf/dl-support (_dl_nondynamic_init): Unset MALLOC_CHECK_
11638         only when !HAVE_TUNABLES.
11639         * elf/rtld.c (process_envvars): Likewise.
11640         * elf/dl-sysdep.c [HAVE_TUNABLES]: Include dl-tunables.h
11641         (_dl_sysdep_start): Call __tunables_init.
11642         * elf/dl-tunable-types.h: New file.
11643         * elf/dl-tunables.c: New file.
11644         * elf/dl-tunables.h: New file.
11645         * elf/dl-tunables.list: New file.
11646         * malloc/tst-malloc-usable-static.c: New test case.
11647         * malloc/Makefile (tests-static): Add it.
11648         * malloc/arena.c [HAVE_TUNABLES]: Include dl-tunables.h.
11649         Define TUNABLE_NAMESPACE.
11650         (DL_TUNABLE_CALLBACK (set_mallopt_check)): New function.
11651         (DL_TUNABLE_CALLBACK_FNDECL): New macro.  Use it to define
11652         callback functions.
11653         (ptmalloc_init): Set tunable values.
11654         * scripts/gen-tunables.awk: New file.
11655         * sysdeps/mach/hurd/dl-sysdep.c: Include dl-tunables.h.
11656         (_dl_sysdep_start): Call __tunables_init.
11658 2016-12-31  Florian Weimer  <fweimer@redhat.com>
11660         * resolv/resolv.h (RES_BLAST): Deprecate.
11661         * resolv/res_debug.c (p_option): Remove RES_BLAST.
11662         * resolv/res_send.c (__libc_res_nsend): Remove vestigial reference
11663         to RES_BLAST.
11665 2016-12-27  Florian Weimer  <fweimer@redhat.com>
11667         [BZ #19582]
11668         Deprecate RES_USE_INET6.
11669         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostent_r)
11670         (_nss_nis_gethostbyname2_r, _nss_nis_gethostbyname_r)
11671         (_nss_nis_gethostbyaddr_r): Use res_use_inet6 instead of
11672         RES_USE_INET6.
11673         * nis/nss_nisplus/nisplus-hosts.c (internal_nisplus_gethostent_r)
11674         (_nss_nisplus_gethostbyname2_r, _nss_nisplus_gethostbyname_r)
11675         (_nss_nisplus_gethostbyaddr_r): Likewise.
11676         * nscd/aicache.c (addhstaiX): Use DEPRECATED_RES_USE_INET6 instead
11677         of res_use_inet6.
11678         * nscd/nscd_gethst_r.c (__nscd_gethostbyname_r): Use res_use_inet6
11679         instead of RES_USE_INET6.
11680         * nss/digits_dots.c (__nss_hostname_digits_dots): Likewise.
11681         * nss/nss_files/files-hosts.c (EXTRA_ARGS_VALUE)
11682         (_nss_files_gethostbyname3_r, _nss_files_gethostbyname_r):
11683         Likewise.
11684         * resolv/compat-gethnamaddr.c (getanswer, res_gethostbyname)
11685         (res_gethostbyname2, res_gethostbyaddr, _gethtent, _gethtbyname):
11686         Likewise.
11687         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r)
11688         (_nss_dns_gethostbyname_r): Likewise.
11689         (_nss_dns_gethostbyaddr2_r): Remove commented-out code for
11690         alternate RES_USE_INET6 handling.
11691         * resolv/res_debug.c (p_option): Use DEPRECATED_RES_USE_INET6
11692         instead of RES_USE_INET6.
11693         * resolv/res_init.c (res_setoptions): Likewise.
11694         * resolv/resolv.h (RES_USE_INET6): Mark as deprecated.
11695         * resolv/resolv-internal.h: New file.
11696         * resolv/Makefile (CFLAGS-tst-res_use_inet6.c): Use -Wno-error to
11697         make the deprecation warning non-fatal.
11698         * resolv/README (Using the resolver in multi-threaded code): Drop
11699         reference to RES_USE_INET6.
11700         * sysdeps/posix/getaddrinfo.c (gethosts, gaih_inet): Use
11701         DEPRECATED_RES_USE_INET6 instead of res_use_inet6.
11703 2016-12-31  Florian Weimer  <fweimer@redhat.com>
11705         * resolv/Makefile (tests): Add tst-bug18665, tst-bug18665-tcp,
11706         tst-res_use_inet6, tst-resolv-basic, tst-resolv-network,
11707         tst-resolv-search.
11708         (tst-bug18665, tst-bug18665-tcp, tst-res_use_inet6)
11709         (tst-resolv-basic, tst-resolv-network, tst-resolv-search): Link
11710         with libresolv and libpthread.
11711         * resolv/tst-bug18665.c: New file.
11712         * resolv/tst-bug18665-tcp: Likewise.
11713         * resolv/tst-res_use_inet6: Likewise.
11714         * resolv/tst-resolv-basic: Likewise.
11715         * resolv/tst-resolv-network: Likewise.
11716         * resolv/tst-resolv-search: Likewise.
11717         * support/Makefile (libsupport-routines): Add check_addrinfo,
11718         check_dns_packet, check_hostent, check_netent, resolv_test,
11719         support_format_address_family, support_format_addrinfo,
11720         support_format_dns_packet, support_format_herrno,
11721         support_format_hostent, support_format_netent, support_run_diff,
11722         xaccept, xbind, xconnect, xfclose, xfopen, xgetsockname, xlisten,
11723         xmemstream, xpoll, xpthread_once, xrecvfrom, xsendto, xsetsockopt,
11724         xstrdup, xwrite.
11725         * support/check_addrinfo.c: New file.
11726         * support/check_dns_packet.c: Likewise.
11727         * support/check_hostent.c: Likewise.
11728         * support/check_netent.c: Likewise.
11729         * support/check_nss.h: Likewise.
11730         * support/format_nss.h: Likewise.
11731         * support/resolv_test.c: Likewise.
11732         * support/resolv_test.h: Likewise.
11733         * support/run_diff.h: Likewise.
11734         * support/support_format_address_family.c: Likewise.
11735         * support/support_format_addrinfo.c: Likewise.
11736         * support/support_format_dns_packet.c: Likewise.
11737         * support/support_format_herrno.c: Likewise.
11738         * support/support_format_hostent.c: Likewise.
11739         * support/support_format_netent.c: Likewise.
11740         * support/support_run_diff.c: Likewise.
11741         * support/xaccept.c: Likewise.
11742         * support/xbind.c: Likewise.
11743         * support/xconnect.c: Likewise.
11744         * support/xfclose.c: Likewise.
11745         * support/xfopen.c: Likewise.
11746         * support/xgetsockname.c: Likewise.
11747         * support/xlisten.c: Likewise.
11748         * support/xmemstream.c: Likewise.
11749         * support/xmemstream.h: Likewise.
11750         * support/xpoll.c: Likewise.
11751         * support/xpthread_once.c: Likewise.
11752         * support/xrecvfrom.c: Likewise.
11753         * support/xsendto.c: Likewise.
11754         * support/xsetsockopt.c: Likewise.
11755         * support/xstdio.h: Likewise.
11756         * support/xstrdup.c: Likewise.
11757         * support/support.h (xstrdup): Declare.
11758         * support/xsocket.h (xsetsockopt, xgetsockname, xconnect, xbind)
11759         (xlisten, xaccept, xsendto, xrecvfrom, xpoll): Likewise.
11760         * support/xthread.h (xpthread_once): Likwise.
11761         * support/xunistd.h (xwrite): Declare.
11763 2016-12-31  Florian Weimer  <fweimer@redhat.com>
11765         * support/test-driver.h (TEST_DEFAULT_OPTIONS): Add --verbose.
11766         (test_verbose): Declare.
11767         * support/test-driver.c (main): Use TEST_DEFAULT_OPTIONS.
11768         * support/support_test_main.c (default_options): Likewise.
11769         (usage, support_test_main): Handle 'v'.
11770         (test_verbose): Define.
11771         * support/tst-support_record_failure.c (do_test): Use
11772         test_verbose.
11773         * support/tst-support_record_failure-2.sh (different_status): Add
11774         --verbose test.
11776 2016-12-31  Florian Weimer  <fweimer@redhat.com>
11778         * support/check.h (FAIL_RET, FAIL_EXIT, FAIL_EXIT1): Document that
11779         test failures are recorded.
11780         * support/check.c (support_print_failure_impl): Call
11781         support_record_failure.
11782         (support_exit_failure_impl): Call support_record_failure if status
11783         indicates failure.
11784         * support/delayed_exit.c (delayed_exit_thread): Use FAIL_EXIT1.
11785         * support/xasprintf.c (xasprintf): Likewise.
11786         * support/xfork.c (xfork): Likewise.
11787         * support/xpthread_check_return.c (xpthread_check_return):
11788         Likewise.
11789         * support/xsocket.c (xsocket): Likeweise.
11790         * support/xwaitpid.c (xwaitpid): Likewise.
11791         * support/support_record_failure.c (struct test_failures): Adjust
11792         to coding style.
11793         * support/support_test_verify_impl.c (support_test_verify_impl):
11794         Adjust error messages.
11795         * support/tst-support_record_failure-2.sh (different_status):
11796         Adjust error messages.
11798 2016-12-31  Florian Weimer  <fweimer@redhat.com>
11800         * support/namespace.h: New file.
11801         * support/support_become_root.c: Likewise.
11802         * support/support_enter_network_namespace.c: Likewise.
11803         * support/tst-support-namespace.c: Likewise.
11804         * support/xsocket.c: Likewise.
11805         * support/xsocket.h: Likewise.
11806         * support/Makefile (libsupport-routines): Add support_become_root,
11807         support_enter_network_namespace, xsocket.
11808         (tests): Add tst-support-namespace.
11810 2016-12-31  Florian Weimer  <fweimer@redhat.com>
11812         [BZ #17252]
11813         * posix/unistd.h (getentropy): Declare for __USE_MISC, not just
11814         __USE_GNU.
11816 2016-12-31  Torvald Riegel  <triegel@redhat.com>
11818         [BZ #13165]
11819         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast): Rewrite to
11820         use new algorithm.
11821         * nptl/pthread_cond_destroy.c (__pthread_cond_destroy): Likewise.
11822         * nptl/pthread_cond_init.c (__pthread_cond_init): Likewise.
11823         * nptl/pthread_cond_signal.c (__pthread_cond_signal): Likewise.
11824         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
11825         (__pthread_cond_timedwait): Move here from pthread_cond_timedwait.c.
11826         (__condvar_confirm_wakeup, __condvar_cancel_waiting,
11827         __condvar_cleanup_waiting, __condvar_dec_grefs,
11828         __pthread_cond_wait_common): New.
11829         (__condvar_cleanup): Remove.
11830         * npt/pthread_condattr_getclock.c (pthread_condattr_getclock): Adapt.
11831         * npt/pthread_condattr_setclock.c (pthread_condattr_setclock):
11832         Likewise.
11833         * npt/pthread_condattr_getpshared.c (pthread_condattr_getpshared):
11834         Likewise.
11835         * npt/pthread_condattr_init.c (pthread_condattr_init): Likewise.
11836         * nptl/tst-cond1.c: Add comment.
11837         * nptl/tst-cond20.c (do_test): Adapt.
11838         * nptl/tst-cond22.c (do_test): Likewise.
11839         * sysdeps/aarch64/nptl/bits/pthreadtypes.h (pthread_cond_t): Adapt
11840         structure.
11841         * sysdeps/arm/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
11842         * sysdeps/ia64/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
11843         * sysdeps/m68k/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
11844         * sysdeps/microblaze/nptl/bits/pthreadtypes.h (pthread_cond_t):
11845         Likewise.
11846         * sysdeps/mips/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
11847         * sysdeps/nios2/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
11848         * sysdeps/s390/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
11849         * sysdeps/sh/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
11850         * sysdeps/tile/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
11851         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_cond_t):
11852         Likewise.
11853         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h (pthread_cond_t):
11854         Likewise.
11855         * sysdeps/x86/bits/pthreadtypes.h (pthread_cond_t): Likewise.
11856         * sysdeps/nptl/internaltypes.h (COND_NWAITERS_SHIFT): Remove.
11857         (COND_CLOCK_BITS): Adapt.
11858         * sysdeps/nptl/pthread.h (PTHREAD_COND_INITIALIZER): Adapt.
11859         * nptl/pthreadP.h (__PTHREAD_COND_CLOCK_MONOTONIC_MASK,
11860         __PTHREAD_COND_SHARED_MASK): New.
11861         * nptl/nptl-printers.py (CLOCK_IDS): Remove.
11862         (ConditionVariablePrinter, ConditionVariableAttributesPrinter): Adapt.
11863         * nptl/nptl_lock_constants.pysym: Adapt.
11864         * nptl/test-cond-printers.py: Adapt.
11865         * sysdeps/unix/sysv/linux/hppa/internaltypes.h (cond_compat_clear,
11866         cond_compat_check_and_clear): Adapt.
11867         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: Remove file ...
11868         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c
11869         (__pthread_cond_timedwait): ... and move here.
11870         * nptl/DESIGN-condvar.txt: Remove file.
11871         * nptl/lowlevelcond.sym: Likewise.
11872         * nptl/pthread_cond_timedwait.c: Likewise.
11873         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: Likewise.
11874         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: Likewise.
11875         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
11876         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
11877         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: Likewise.
11878         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: Likewise.
11879         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: Likewise.
11880         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Likewise.
11881         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: Likewise.
11882         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: Likewise.
11883         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: Likewise.
11884         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Likewise.
11885         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: Likewise.
11886         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Likewise.
11887         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
11888         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise.
11890 2016-12-31  Joseph Myers  <joseph@codesourcery.com>
11892         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
11893         (fromfp): New declaration.
11894         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fromfpx): Likewise.
11895         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ufromfp): Likewise.
11896         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ufromfpx): Likewise.
11897         * math/tgmath.h (__TGMATH_TERNARY_FIRST_REAL_RET_ONLY): New macro.
11898         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fromfp): Likewise.
11899         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ufromfp): Likewise.
11900         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fromfpx): Likewise.
11901         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ufromfpx): Likewise.
11902         * math/math.h: Include <bits/types.h>.
11903         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FP_INT_UPWARD): New enum
11904         constant and macro.
11905         (FP_INT_DOWNWARD): Likewise.
11906         (FP_INT_TOWARDZERO): Likewise.
11907         (FP_INT_TONEARESTFROMZERO): Likewise.
11908         (FP_INT_TONEAREST): Likewise.
11909         * math/Versions (fromfp): New libm symbol at version GLIBC_2.25.
11910         (fromfpf): Likewise.
11911         (fromfpl): Likewise.
11912         (ufromfp): Likewise.
11913         (ufromfpf): Likewise.
11914         (ufromfpl): Likewise.
11915         (fromfpx): Likewise.
11916         (fromfpxf): Likewise.
11917         (fromfpxl): Likewise.
11918         (ufromfpx): Likewise.
11919         (ufromfpxf): Likewise.
11920         (ufromfpxl): Likewise.
11921         * math/Makefile (libm-calls): Add s_fromfpF, s_ufromfpF,
11922         s_fromfpxF and s_ufromfpxF.
11923         * math/gen-fromfp-tests.py: New file.
11924         * math/gen-fromfp-tests-inputs: Likewise.
11925         * math/libm-test.inc: Include <stdint.h>
11926         (check_intmax_t): New function.
11927         (check_uintmax_t): Likewise.
11928         (struct test_fiu_M_data): New type.
11929         (struct test_fiu_U_data): Likewise.
11930         (RUN_TEST_fiu_M): New macro.
11931         (RUN_TEST_LOOP_fiu_M): Likewise.
11932         (RUN_TEST_fiu_U): Likewise.
11933         (RUN_TEST_LOOP_fiu_U): Likewise.
11934         (fromfp_test_data): New array.
11935         (fromfp_test): New function.
11936         (fromfpx_test_data): New array.
11937         (fromfpx_test): New function.
11938         (ufromfp_test_data): New array.
11939         (ufromfp_test): New function.
11940         (ufromfpx_test_data): New array.
11941         (ufromfpx_test): New function.
11942         (main): Call fromfp_test, fromfpx_test, ufromfp_test and
11943         ufromfpx_test.
11944         * math/gen-libm-test.pl (parse_args): Handle u, M and U descriptor
11945         characters.
11946         * math/test-tgmath-ret.c: Include <stdint.h>.
11947         (rm): New variable.
11948         (width): Likewise.
11949         (CHECK_RET_CONST_TYPE): Take extra arguments and pass them to
11950         called function.
11951         (CHECK_RET_CONST_FLOAT): Take extra arguments and pass them to
11952         CHECK_RET_CONST_TYPE.
11953         (CHECK_RET_CONST_DOUBLE): Likewise.
11954         (CHECK_RET_CONST_LDOUBLE): Likewise.
11955         (CHECK_RET_CONST): Take extra arguments and pass them to calls
11956         macros.
11957         (fromfp): New CHECK_RET_CONST call.
11958         (ufromfp): Likewise.
11959         (fromfpx): Likewise.
11960         (ufromfpx): Likewise.
11961         (do_test): Call check_return_fromfp, check_return_ufromfp,
11962         check_return_fromfpx and check_return_ufromfpx.
11963         * math/test-tgmath.c: Include <stdint.h>
11964         (NCALLS): Increase to 138.
11965         (F(compile_test)): Initialize i.  Call fromfp functions.
11966         (F(fromfp)): New function.
11967         (F(fromfpx)): Likewise.
11968         (F(ufromfp)): Likewise.
11969         (F(ufromfpx)): Likewise.
11970         * manual/arith.texi (Rounding Functions): Document FP_INT_UPWARD,
11971         FP_INT_DOWNWARD, FP_INT_TOWARDZERO, FP_INT_TONEARESTFROMZERO,
11972         FP_INT_TONEAREST, fromfp, fromfpf, fromfpl, ufromfp, ufromfpf,
11973         ufromfpl, fromfpx, fromfpxf, fromfpxl, ufromfpx, ufromfpxf and
11974         ufromfpxl.
11975         * manual/libm-err-tab.pl (@all_functions): Add fromfp, fromfpx,
11976         ufromfp and ufromfpx.
11977         * math/fromfp.h: New file.
11978         * sysdeps/ieee754/dbl-64/s_fromfp.c: Likewise.
11979         * sysdeps/ieee754/dbl-64/s_fromfp_main.c: Likewise.
11980         * sysdeps/ieee754/dbl-64/s_fromfpx.c: Likewise.
11981         * sysdeps/ieee754/dbl-64/s_ufromfp.c: Likewise.
11982         * sysdeps/ieee754/dbl-64/s_ufromfpx.c: Likewise.
11983         * sysdeps/ieee754/flt-32/s_fromfpf.c: Likewise.
11984         * sysdeps/ieee754/flt-32/s_fromfpf_main.c: Likewise.
11985         * sysdeps/ieee754/flt-32/s_fromfpxf.c: Likewise.
11986         * sysdeps/ieee754/flt-32/s_ufromfpf.c: Likewise.
11987         * sysdeps/ieee754/flt-32/s_ufromfpxf.c: Likewise.
11988         * sysdeps/ieee754/ldbl-128/s_fromfpl.c: Likewise.
11989         * sysdeps/ieee754/ldbl-128/s_fromfpl_main.c: Likewise.
11990         * sysdeps/ieee754/ldbl-128/s_fromfpxl.c: Likewise.
11991         * sysdeps/ieee754/ldbl-128/s_ufromfpl.c: Likewise.
11992         * sysdeps/ieee754/ldbl-128/s_ufromfpxl.c: Likewise.
11993         * sysdeps/ieee754/ldbl-128ibm/s_fromfpl.c: Likewise.
11994         * sysdeps/ieee754/ldbl-128ibm/s_fromfpl_main.c: Likewise.
11995         * sysdeps/ieee754/ldbl-128ibm/s_fromfpxl.c: Likewise.
11996         * sysdeps/ieee754/ldbl-128ibm/s_ufromfpl.c: Likewise.
11997         * sysdeps/ieee754/ldbl-128ibm/s_ufromfpxl.c: Likewise.
11998         * sysdeps/ieee754/ldbl-96/s_fromfpl.c: Likewise.
11999         * sysdeps/ieee754/ldbl-96/s_fromfpl_main.c: Likewise.
12000         * sysdeps/ieee754/ldbl-96/s_fromfpxl.c: Likewise.
12001         * sysdeps/ieee754/ldbl-96/s_ufromfpl.c: Likewise.
12002         * sysdeps/ieee754/ldbl-96/s_ufromfpxl.c: Likewise.
12003         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fromfp,
12004         ufromfp, fromfpx and ufromfpx.
12005         (CFLAGS-nldbl-fromfp.c): New variable.
12006         (CFLAGS-nldbl-fromfpx.c): Likewise.
12007         (CFLAGS-nldbl-ufromfp.c): Likewise.
12008         (CFLAGS-nldbl-ufromfpx.c): Likewise.
12009         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Include <stdint.h>.
12010         * sysdeps/ieee754/ldbl-opt/nldbl-fromfp.c: New file.
12011         * sysdeps/ieee754/ldbl-opt/nldbl-fromfpx.c: Likewise.
12012         * sysdeps/ieee754/ldbl-opt/nldbl-ufromfp.c: Likewise.
12013         * sysdeps/ieee754/ldbl-opt/nldbl-ufromfpx.c: Likewise.
12014         * sysdeps/nacl/libm.abilist: Update.
12015         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
12016         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
12017         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
12018         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
12019         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
12020         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
12021         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
12022         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
12023         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
12024         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
12025         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
12026         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
12027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
12028         Likewise.
12029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
12030         Likewise.
12031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
12032         Likewise.
12033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
12034         Likewise.
12035         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
12036         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
12037         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
12038         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
12039         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
12040         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
12041         Likewise.
12042         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
12043         Likewise.
12044         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
12045         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
12046         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
12048 2016-12-30  Florian Weimer  <fweimer@redhat.com>
12050         * resolv/Makefile (libresolv-routines): Rename gethnamaddr to
12051         compat-gethnamaddr.
12052         (CPPFLAGS): Remove.
12053         * resolv/gethnamaddr.c: Rename ...
12054         * resolv/compat-gethnamaddr.c: ... to this file.
12055         (_endhtent): Make static.
12056         (res_gethostbyname): Renamed from gethostbyname.  Turn into compat
12057         symbol.
12058         (res_gethostbyname2): Renamed from gethostbyname2.  Turn into
12059         compat symbol.
12060         (res_gethostbyaddr): Renamed from gethostbyaddr.  Turn into compat
12061         symbol.
12062         (_sethtent, _gethtent, _gethtbyname, gethtbyname2, _gethtbyaddr):
12063         Turn into compat symbol.
12064         * include/resolv.h (_endhtent): Remove declaration.
12066 2016-12-30  Joseph Myers  <joseph@codesourcery.com>
12068         * bits/types.h (__intmax_t): New typedef.
12069         (__uintmax_t): Likewise.
12070         * sysdeps/generic/stdint.h: Include <bits/types.h>.
12071         (intmax_t): Define using __intmax_t.
12072         (uintmax_t): Define using __uintmax_t.
12074         * support/Makefile (tests-special): Make definition conditional on
12075         [$(run-built-tests) = yes].
12076         ($(objpfx)tst-support_record_failure-2.out): Make rule conditional
12077         on [$(run-built-tests) = yes].
12079 2016-12-30  Siddhesh Poyarekar  <siddhesh@sourceware.org>
12081         * Rules (tests): Add tests-printers-programs to tests to be
12082         built.
12084 2016-12-28  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12086         * sysvipc/Makefile (tests): Add test-sysvshm.
12087         * sysvipc/test-sysvshm.c: New file.
12089         * sysdeps/unix/sysv/linux/alpha/syscalls.list (shmget): Remove.
12090         * sysdeps/unix/sysv/linux/arm/syscalls.list (shmget): Likewise.
12091         * sysdeps/unix/sysv/linux/generic/syscalls.list (shmget): Likewise.
12092         * sysdeps/unix/sysv/linux/hppa/syscalls.list (shmget): Likewise.
12093         * sysdeps/unix/sysv/linux/ia64/syscalls.list (shmget): Likewise.
12094         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (shmget): Likewise.
12095         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (shmget):
12096         Likewise.
12097         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (shmget):
12098         Likewise.
12099         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (shmget): Likewise.
12100         * sysdeps/unix/sysv/linux/shmget.c (shmget): Use shmget syscall if it
12101         is defined.
12103         * sysdeps/unix/sysv/linux/alpha/syscalls.list (shmdt): Remove.
12104         * sysdeps/unix/sysv/linux/arm/syscalls.list (shmdt): Likewise.
12105         * sysdeps/unix/sysv/linux/generic/syscalls.list (shmdt): Likewise.
12106         * sysdeps/unix/sysv/linux/hppa/syscalls.list (shmdt): Likewise.
12107         * sysdeps/unix/sysv/linux/ia64/syscalls.list (shmdt): Likewise.
12108         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (shmdt): Likewise.
12109         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (shmdt):
12110         Likewise.
12111         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (shmdt):
12112         Likewise.
12113         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (shmdt): Likewise.
12114         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Use shmdt syscall if it is
12115         defined.
12117         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdeps_routines): Remove
12118         oldshmctl.
12119         * sysdeps/unix/sysv/linux/alpha/syscalls.list (shmctl): Remove.
12120         * sysdeps/unix/sysv/linux/arm/syscalls.list (shmctl): Likewise.
12121         * sysdeps/unix/sysv/linux/generic/syscalls.list (shmctl): Likewise.
12122         * sysdeps/unix/sysv/linux/hppa/syscalls.list (shmctl): Likewise.
12123         * sysdeps/unix/sysv/linux/ia64/syscalls.list (shmctl): Likewise.
12124         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (shmctl): Likewise.
12125         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (shmctl):
12126         Likewise.
12127         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (shmctl):
12128         Likewise.
12129         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (shmctl): Likewise.
12130         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Remove file.
12131         * sysdeps/unix/sysv/linux/arm/shmctl.c: Likewise.
12132         * sysdeps/unix/sysv/linux/microblaze/shmctl.c: Likewise.
12133         * sysdeps/unix/sysv/linux/mips/mips64/shmctl.c: Use default
12134         implementation.
12135         * sysdeps/unix/sysv/linux/shmctl.c (__new_shmctl): Use shmctl syscall
12136         if it is defined.
12138         * sysdeps/unix/sysv/linux/alpha/syscalls.list (shmat): Remove.
12139         * sysdeps/unix/sysv/linux/arm/syscalls.list (shmat): Likewise.
12140         * sysdeps/unix/sysv/linux/generic/syscalls.list (shmat): Likewise.
12141         * sysdeps/unix/sysv/linux/hppa/syscalls.list (shmat): Likewise.
12142         * sysdeps/unix/sysv/linux/ia64/syscalls.list (shmat): Likewise.
12143         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (shmat): Likewise.
12144         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (shmat):
12145         Likewise.
12146         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (shmat):
12147         Likewise.
12148         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (shmat): Likewise.
12149         * sysdeps/unix/sysv/linux/alpha/kernel-features.h (__NR_shmat):
12150         Define to __NR_osf_shmat.
12151         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use shmat syscall if it is
12152         defined.
12154         * sysvipc/Makefile (tests): Add test-sysvsem.
12155         * sysvipc/test-sysvsem.c: New file.
12157         * sysdeps/unix/sysv/linux/alpha/syscalls.list (semtimedop): Remove.
12158         * sysdeps/unix/sysv/linux/arm/syscalls.list (semtimedop): Likewise.
12159         * sysdeps/unix/sysv/linux/generic/syscalls.list (semtimedop):
12160         Likewise.
12161         * sysdeps/unix/sysv/linux/hppa/syscalls.list (semtimedop): Likewise.
12162         * sysdeps/unix/sysv/linux/ia64/syscalls.list (semtimedop): Likewise.
12163         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (semtimedop):
12164         Likewise.
12165         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (semtimedop):
12166         Likewise.
12167         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (semtimedop): Likewise.
12168         * sysdeps/unix/sysv/linux/m68k/semtimedop.S: Remove file.
12169         * sysdeps/unix/sysv/linux/s390/semtimedop.c: Reorganize headers and
12170         add a comment about s390 syscall difference from default one.
12171         * sysdeps/unix/sysv/linux/semtimedop.c (semtimedop): Use semtimedop
12172         syscall if it is defined.
12174         * sysdeps/unix/sysv/linux/alpha/syscalls.list (semop): Remove.
12175         * sysdeps/unix/sysv/linux/arm/syscalls.list (semop): Likewise.
12176         * sysdeps/unix/sysv/linux/generic/syscalls.list (semop): Likewise.
12177         * sysdeps/unix/sysv/linux/hppa/syscalls.list (semop): Likewise.
12178         * sysdeps/unix/sysv/linux/ia64/syscalls.list (semop): Likewise.
12179         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (semop): Likewise.
12180         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (semop):
12181         Likewise.
12182         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (semop):
12183         Likewise.
12184         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (semop): Likewise.
12185         * sysdeps/unix/sysv/linux/semop.c (semop): Use semop syscall if it is
12186         defined.
12188         * sysdeps/unix/sysv/linux/alpha/syscalls.list (semget): Remove.
12189         * sysdeps/unix/sysv/linux/arm/syscalls.list (semget): Likewise.
12190         * sysdeps/unix/sysv/linux/generic/syscalls.list (semget): Likewise.
12191         * sysdeps/unix/sysv/linux/hppa/syscalls.list (semget): Likewise.
12192         * sysdeps/unix/sysv/linux/ia64/syscalls.list (semget): Likewise.
12193         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (semget): Likewise.
12194         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (semget):
12195         Likewise.
12196         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (semget):
12197         Likewise.
12198         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (semget): Likewise.
12199         * sysdeps/unix/sysv/linux/semget.c (semget): Use semget syscall
12200         if it is defined.
12202         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdeps_routines): Remove
12203         oldsemctl.
12204         * sysdeps/unix/sysv/linux/alpha/semctl.c: Remove file.
12205         * sysdeps/unix/sysv/linux/arm/semctl.c: Likewise.
12206         * sysdeps/unix/sysv/linux/microblaze/semctl.c: Likewise.
12207         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Likewise.
12208         * sysdeps/unix/sysv/linux/mips/mips64/semctl.c: Use defaulf
12209         implementation.
12210         * sysdeps/unix/sysv/linux/semctl.c (__new_semctl): Use semctl
12211         syscall if it is defined.
12212         * sysdeps/unix/sysv/linux/generic/syscalls.list (semctl): Remove.
12213         * sysdeps/unix/sysv/linux/alpha/syscalls.list (semctl): Likewise.
12214         * sysdeps/unix/sysv/linux/hppa/syscalls.list (semctl): Likewise.
12215         * sysdeps/unix/sysv/linux/ia64/syscalls.list (semctl): Likewise.
12216         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (semctl):
12217         Likewise.
12218         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (semctl): Likewise.
12220         * sysvipc/Makefile (tests): Add test-sysvmsg.
12221         * sysvipc/test-sysvmsg.c: New file.
12222         * support/check.h (FAIL_UNSUPPORTED): New define.
12224         * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgget): Remove.
12225         * sysdeps/unix/sysv/linux/arm/syscalls.list (msgget): Likewise.
12226         * sysdeps/unix/sysv/linux/generic/syscalls.list (msgget): Likewise.
12227         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgget): Likewise.
12228         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgget): Likewise.
12229         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (msgget): Likewise.
12230         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (msgget):
12231         Likewise.
12232         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgget):
12233         Likewise.
12234         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgget): Likewise.
12235         * sysdeps/unix/sysv/linux/msgget.c (msgget): Use msgget syscall if
12236         define.
12238         * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgsnd): Remove.
12239         * sysdeps/unix/sysv/linux/arm/syscalls.list (msgsnd): Likewise.
12240         * sysdeps/unix/sysv/linux/generic/syscalls.list (msgsnd): Likewise.
12241         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgsnd): Likewise.
12242         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgsnd): Likewise.
12243         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (msgsnd): Likewise.
12244         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (msgsnd):
12245         Likewise.
12246         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgsnd):
12247         Likewise.
12248         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgsnd): Likewise.
12249         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Use msgsnd syscall
12250         if defined.
12252         * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgctl): Remove.
12253         * sysdeps/unix/sysv/linux/arm/syscalls.list (msgctl): Likewise.
12254         * sysdeps/unix/sysv/linux/generic/syscalls.list (msgctl): Likewise.
12255         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgctl): Likewise.
12256         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgctl): Likewise.
12257         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (msgctl): Likewise.
12258         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgctl):
12259         Likewise.
12260         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgctl): Likewise,
12261         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (msgctl):
12262         Likewise.
12263         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Use msgrcv syscall
12264         if defined.
12265         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Remove file.
12267         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdeps_routines): Remove
12268         oldmsgctl.
12269         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Remove file.
12270         * sysdeps/unix/sysv/linux/arm/msgctl.c: Likewise.
12271         * sysdeps/unix/sysv/linux/microblaze/msgctl.c: Likewise.
12272         * sysdeps/unix/sysv/linux/alpha/syscalls.list (oldmsgctl): Remove.
12273         * sysdeps/unix/sysv/linux/generic/syscalls.list (msgctl): Likewise.
12274         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgctl): Likewise.
12275         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgctl): Likewise.
12276         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgctl):
12277         Likewise.
12278         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgctl): Likewise.
12279         * sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: Use default
12280         implementation.
12281         * sysdeps/unix/sysv/linux/msgctl.c (__new_msgctl): Use msgctl syscall
12282         if defined.
12284         * sysdeps/unix/sysv/linux/aarch64/ipc_priv.h: New file.
12285         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Avoid included other arch
12286         definition and define its own.
12287         * sysdeps/unix/sysv/linux/ipc_ops.h: New file.
12288         * sysdeps/unix/sysv/linux/x86_64/ipc_priv.h: Likewise.
12289         * sysdeps/unix/sysv/linux/mips/ipc_priv.h: Remove file.
12290         * sysdeps/unix/sysv/linux/mips/mips64/ipc_priv.h: New file.
12291         * sysdeps/unix/sysv/linux/ipc_priv.h: Move ipc syscall operation
12292         definitions to common header.
12293         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: Use common syscall
12294         operation from ipc_ops.h.
12296         * sysdeps/unix/sysv/linux/kernel-features.h
12297         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): New define.
12298         * sysdeps/unix/sysv/linux/i386/kernel-features.h
12299         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Undef.
12300         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12301         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
12302         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12303         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
12304         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
12305         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
12306         * sysdeps/unix/sysv/linux/s390/kernel-features.h
12307         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
12308         * sysdeps/unix/sysv/linux/sh/kernel-features.h
12309         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
12310         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
12311         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
12313 2016-12-28  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
12315         * sysdeps/powerpc/powerpc32/power7/memchr.S (__memchr): Avoid an
12316         overflow in pointer addition.
12318 2016-12-28  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
12320         * sysdeps/powerpc/powerpc64/multiarch/Makefile
12321         (sysdep_routines): Add strchr-power8 and strchrnul_power8.
12322         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12323         (strchr): Add __strchr_power8 to list of strchr functions.
12324         (strchrnul): Add __strchrnul_power8 to list of strchr functions.
12325         * sysdeps/powerpc/powerpc64/multiarch/strchr-power8.S: New file.
12326         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power8.S: New file.
12327         * sysdeps/powerpc/powerpc64/multiarch/strchr.c
12328         (strchr): Add __strchr_power8 to ifunc list.
12329         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c
12330         (__strchrnul): Add __strchrnul_power8 to ifunc list.
12331         * sysdeps/powerpc/powerpc64/power8/strchr.S: New file.
12332         * sysdeps/powerpc/powerpc64/power8/strchrnul.S: New file.
12334 2016-12-28  Florian Weimer  <fweimer@redhat.com>
12336         * support/Makefile (libsupport-routines): Add
12337         support_test_verify_impl, support_record_failure, xfork, xwaitpid.
12338         (tests): Add tst-support_record_failure.
12339         (tests-special): tst-support_record_failure-2.
12340         (tst-support_record_failure-2.out): Depend on
12341         tst-support_record_failure-2.sh and tst-support_record_failure.
12342         * support/check.h (TEST_VERIFY, TEST_VERIFY_EXIT): Define.
12343         (support_test_verify_impl, support_record_failure)
12344         (support_report_failure, support_report_failure_reset): Declare.
12345         * support/support_test_main.c (adjust_exit_status): New function.
12346         (support_test_main): Call it to incorporate record test failures.
12347         * support/support_test_verify_impl.c: New file.
12348         * support/support_record_failure.c: Likewise.
12349         * support/tst-support_record_failure.c: Likewise.
12350         * support/tst-support_record_failure-2.sh: Likewise.
12351         * support/xunistd.h: Likewise.
12352         * support/xfork.c: Likewise.
12353         * support/xwaitpid.c: Likewise.
12355 2016-12-27  Steve Ellcey  <sellcey@caviumnetworks.com>
12357         * scripts/check-c++-types.sh: Add comments.
12359 2016-12-27  Dmitry V. Levin  <ldv@altlinux.org>
12361         [BZ #19514]
12362         * resolv/res_send.c: Fix typo in comment.
12363         * sysdeps/i386/i386-mcount.S: Likewise.
12364         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
12365         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
12366         * sysdeps/sparc/sparc-mcount.S: Likewise.
12368 2016-12-27  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12370         * sysdeps/powerpc/fpu/s_fmaxf.S: Remove file.
12371         * sysdeps/powerpc/fpu/s_fminf.S: Likewise.
12372         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
12373         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
12374         * sysdeps/powerpc/powerpc32/fpu/s_fmax.S: Likewise.
12375         * sysdeps/powerpc/powerpc32/fpu/s_fmin.S: Likewise.
12376         * sysdeps/powerpc/powerpc64/fpu/s_fmax.S: Likewise.
12377         * sysdeps/powerpc/powerpc64/fpu/s_fmin.S: Likewise.
12379 2016-12-27  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
12381         * manual/arith.texi (FP Comparison Functions): Fix typo in iseqsig.
12383 2016-12-27  Florian Weimer  <fweimer@redhat.com>
12385         [BZ #17252]
12386         * posix/unistd.h (getentropy): Declare.
12388 2016-12-27  Florian Weimer  <fweimer@redhat.com>
12390         * resolv/res_hconf.h (HCONF_FLAG_SPOOF, HCONF_FLAG_SPOOFALERT):
12391         Remove.
12392         * resolv/res_hconf.c (ENV_SPOOF, arg_spoof): Remove.
12393         (cmd): Remove spoof, nospoof, spoofalert.
12394         (parse_line): Ignore spoof-related lines.
12395         (do_init): Do not process RESOLV_SPOOF_CHECK.
12397 2016-12-27  Florian Weimer  <fweimer@redhat.com>
12399         [BZ #20964]
12400         sunrpc: Always obtain AF_INET addresses from NSS.
12401         * include/rpc/rpc.h (__libc_rpc_gethostbyname): Declare.
12402         * sunrpc/rpc_gethostbyname.c: New file.
12403         * sunrpc/Makefile (routines): Add it.
12404         * sunrpc/clnt_gen.c (clnt_create): Use __libc_rpc_gethostbyname.
12405         * sunrpc/clnt_simp.c (callrpc): Likewise.
12406         * sunrpc/getrpcport.c (getrpcport): Likewise.
12408 2016-12-27  Florian Weimer  <fweimer@redhat.com>
12410         * sunrpc/rpcinfo.c: Remove.
12411         * sunrpc/Makefile: Remove comments referring to rpcinfo.
12413 2016-12-27  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12415         [BZ #19387]
12416         * sysdeps/x86_64/memchr.S (memchr): Avoid overflow in pointer
12417         addition.
12418         * string/test-memchr.c (do_test): Remove alignment limitation.
12419         (test_main): Add test that trigger BZ #19387.
12421 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
12423         [BZ #7065]
12424         Enable stack protectore if requested by ./configure.
12425         * Makeconfig (+stack-protector): New variable.
12426         (+cflags): Use it.
12428 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
12430         [BZ #7065]
12431         * signal/Makefile (CFLAGS-sigreturn.c): Use $(no-stack-protector).
12432         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c:
12433         (__rt_sigreturn_stub): Use inhibit_stack_protector.
12434         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
12435         (__rt_sigreturn_stub, __sigreturn_stub): Likewise.
12437 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
12439         [BZ #7065]
12440         * login/Makefile (pt_chown-cflags): Remove.
12441         * nscd/Makefile (CFLAGS-nscd): Likewise.
12442         * resolv/Makefile (CFLAGS-libresolv): Likewise.
12444 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
12446         [BZ #7065]
12447         * elf/Makefile (CFLAGS-filtmod1.c): Use $(no-stack-protector) for
12448         non-libc-linking testcase.
12450 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
12451             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12452             Florian Weimer  <fweimer@redhat.com>
12454         [BZ #7065]
12455         PLT avoidance for __stack_chk_fail*.
12456         * debug/Makefile (CFLAGS-stack_chk_fail.c)
12457         (CFLAGS-stack_chk_fail_local.c): Build without stack protector.
12458         * debug/stack_chk_fail.c (__stack_chk_fail): Add
12459         __stack_chk_fail_local alias.
12460         * sysdeps/generic/symbol-hacks.h [IS_IN (libc)]
12461         (__stack_chk_fail): Turn into hidden reference to
12462         __stack_chk_fail_local.
12464 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
12466         [BZ #7065]
12467         * configure.ac: Add check for unsupported stack-protection level.
12468         (libc_cv_predef_stack_protector): Remove.
12469         (no_ssp): New variable.
12470         (STACK_PROTECTOR_LEVEL): Set to zero when --disable-stack-protector.
12471         (stack_protector): Set to -fno-stack-protector similarly.
12472         (libc_cv_ld_gnu_indirect_function): Use no_ssp.
12473         (libc_cv_asm_set_directive): Likewise.
12474         (libc_cv_protected_data): Likewise.
12475         (libc_cv_z_combreloc): Likewise.
12476         (libc_cv_hashstyle): Likewise.
12477         (libc_cv_has_glob_dat): Likewise.
12478         (libc_cv_output_format): Likewise.
12479         (libc_cv_output_format): Likewise.
12480         (libc_cv_ehdr_start): Likewise.
12481         * aclocal.m4 (LIBC_TRY_LINK_STATIC): Likewise.
12482         (LIBC_LINKER_FEATURE): Likewise.
12483         (LIBC_COMPILER_BUILTIN_INLINED): Likewise.
12485 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
12487         [BZ #7065]
12488         * elf/Makefile (dummy-stack-chk-fail): New.
12489         (librtld.map): Use it.
12491 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
12493         [BZ #7065]
12494         Compile the dynamic linker without stack protection.
12495         * elf/Makefile (elide-stack-protector): New.
12496         (CFLAGS-.os): Use it, eliding $(all-rtld-routines).
12497         (CFLAGS-.o, CFLAGS-.op): Likewise, but for $(elide-routines.os).
12498         * elf/rtld-Rules (rtld-CFLAGS): Add $(no-stack-protector).
12499         * sysdeps/i386/Makefile (rtld-CFLAGS): Use +=, not =.
12501 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
12503         [BZ #7065]
12504         * config.make.in (have-ssp, no-stack-protector): New.
12505         * csu/Makefile (CFLAGS-.o, CFLAGS-.op, CFLAGS-.os): Use it.
12506         * misc/Makefile (CFLAGS-sbrk.o): Likewise.
12507         (CFLAGS-sbrk.op): Likewise.
12508         (CFLAGS-brk.o): Likewise.
12509         (CFLAGS-brk.op): Likewise.
12510         * string/Makefile (CFLAGS-memcpy.c): Likewise.
12511         (CFLAGS-wordcopy.c): Likewise.
12513 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
12515         [BZ #7065]
12516         * configure.ac (HAVE_CC_NO_STACK_PROTECTOR): Define.
12517         * config.h.in (HAVE_CC_NO_STACK_PROTECTOR): New macro.
12518         * include/libc-symbols.h (inhibit_stack_protector): New macro.
12519         (__ifunc_resolver): Use it.
12520         * elf/ifuncdep2.c (foo1_ifunc, foo2_ifunc, foo3_ifunc): Apply
12521         inhibit_stack_protector.
12522         * elf/ifuncmain6pie.c (foo_ifunc): Likewise.
12523         * elf/ifuncmain7.c (foo_ifunc): Likewise.
12524         * elf/ifuncmod1.c (foo_ifunc, foo_hidden_ifunc)
12525         (foo_protected_ifunc): Likewise.
12526         * elf/ifuncmod5.c (foo_ifunc, foo_hidden_ifunc)
12527         (foo_protected_ifunc): Likewise.
12528         * sysdeps/generic/ifunc-sel.h (ifunc_sel, ifunc_one): Likewise.
12529         * sysdeps/nacl/nacl_interface_query.c
12530         (nacl_interface_query_ifunc): Likewise.
12531         * sysdeps/powerpc/ifunc-sel.h (ifunc_sel, ifunc_one): Likewise.
12532         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c (getcpu_ifunc):
12533         Likewise.
12534         * sysdeps/x86_64/ifuncmod8.c (foo_ifunc): Likewise.
12535         * sysdeps/unix/make-syscalls.sh: Apply inhibit_stack_protector to
12536         the generated vDSO syscall resolver.
12538 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
12539             Florian Weimer  <fweimer@redhat.com>
12541         [BZ #7065]
12542         Initialize the stack guard earlier when linking statically.
12543         * sysdeps/generic/ldsodefs.h (__libc_setup_tls)
12544         (__pthread_initialize_minimal): Declare.
12545         * csu/libc-start.c (__pthread_initialize_minimal): Remove
12546         declaration.
12547         (LIBC_START_MAIN): Call __libc_setup_tls early and directly.  Move
12548         stack canary and apply_irel initialization up.  Call
12549         __pthread_initialize_minimal only if linked in.
12550         * csu/libc-tls.c (__libc_setup_tls): Replace arguments with their
12551         constant values.
12552         (__pthread_initialize_minimal): Remove.
12553         * nptl/nptl-init.c (__libc_setup_tls): Remove declaration.
12554         (__pthread_initialize_minimal_internal): Do not call
12555         __libc_setup_tls.
12557 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
12559         [BZ #7065]
12560         * configure.ac (libc_cv_ssp): Move up.
12561         (libc_cv_ssp_strong): Likewise.
12562         (libc_cv_ssp_all): New.
12563         (stack_protector): Augment, adding -fstack-protector-all.
12564         (no_stack_protector): New.
12565         (STACK_PROTECTOR_LEVEL): New.
12566         (AC_ARG_ENABLE(stack-protector)): New configure flag.
12567         * manual/install.texi (--enable-stack-protector): Document it.
12568         * config.h.in (STACK_PROTECTOR_LEVEL): New macro.
12570 2016-12-24  Carlos O'Donell  <carlos@redhat.com>
12572         * README.pretty-printers: Must specify CPPFLAGS-* also.
12573         * nptl/Makefile (CPPFLAGS-test-mutexattr-printers.c): Define.
12574         (CPPFLAGS-test-mutex-printers.c): Define.
12575         (CPPFLAGS-test-condattr-printers.c): Define.
12576         (CPPFLAGS-test-cond-printers.c): Define.
12577         (CPPFLAGS-test-rwlockattr-printers.c): Define.
12578         (CPPFLAGS-test-rwlock-printers.c): Define.
12580         * nss/Makefile [ifeq (yes,$(have-thread-library))]
12581         (tests): Add tst-cancel-getpwuid_r.
12582         * nss/tst-cancel-getpwuid_r.c: New file.
12584         [BZ #11941]
12585         * elf/dl-close.c (_dl_close): Take dl_load_lock to examine map.
12586         Remove assert (map->l_init_called); if DF_1_NODELETE is set.
12587         * elf/Makefile [ifeq (yes,$(build-shared))] (tests): Add
12588         tst-nodelete-dlclose.
12589         (modules-names): Add tst-nodelete-dlclose-dso and
12590         tst-nodelete-dlclose-plugin.
12591         ($(objpfx)tst-nodelete-dlclose-dso.so): Define.
12592         ($(objpfx)tst-nodelete-dlclose-plugin.so): Define.
12593         ($(objpfx)tst-nodelete-dlclose): Define.
12594         ($(objpfx)tst-nodelete-dlclose.out): Define.
12596 2016-12-23  Florian Weimer  <fweimer@redhat.com>
12598         * scripts/test_printers_common.py: Log GDB output in case of
12599         Python detection failure.
12601 2016-12-22  Siddhesh Poyarekar  <siddhesh@sourceware.org>
12603         * configure.ac: Check for python3 or python.
12604         * configure: Regenerated.
12605         * config.make.in (PYTHON): New variable.
12606         * benchtests/Makefile: Don't define PYTHON.
12607         (bench): Define target only if PYTHON was defined.
12608         * Rules: Don't define PYTHON.
12609         Define pretty printer targets only if PYTHON was defined.
12610         (tests-printers): Add to tests-unsupported if PYTHON is not
12611         found.
12612         (python-flags, python-invoke): Remove.
12613         (tests-printers-out): Use PYTHON instead of python-invoke.
12615 2016-12-21  Joseph Myers  <joseph@codesourcery.com>
12617         [BZ #20978]
12618         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
12619         Compare name == NULL, not name != NULL.
12621         * manual/texinfo.tex: Update to version 2016-09-18.18 with
12622         trailing whitespace removed.
12623         * scripts/config.guess: Update to version 2016-10-02.
12624         * scripts/config.sub: Update to version 2016-11-19.
12625         * scripts/install-sh: Update to version 2016-01-11.22.
12626         * scripts/mkinstalldirs: Update to version 2016-01-11.22.
12627         * scripts/move-if-change: Update to version 2016-01-11 22:04.
12629 2015-12-21  Wilco Dijkstra  <wdijkstr@arm.com>
12631         * benchtests/bench-strsep.c (oldstrsep): Add old implementation.
12632         (do_one_test) Restore original string so iteration works.
12633         * string/string-inlines.c (do_test): Create better input strings.
12634         (test_main) Reduce number of testruns.
12635         * string/string-inlines.c (__old_strsep_1c): New function.
12636         (__old_strsep_2c): Likewise.
12637         (__old_strsep_3c): Likewise.
12638         * string/strsep.c (__strsep): Remove case of small delim string.
12639         Call strcspn directly rather than strpbrk.
12640         * string/bits/string2.h (__strsep): Remove define.
12641         (__strsep_1c): Remove.
12642         (__strsep_2c): Remove.
12643         (__strsep_3c): Remove.
12644         (strsep): Remove.
12645         * sysdeps/unix/sysv/linux/internal_statvfs.c
12646         (__statvfs_getflags): Rename to __strsep.
12648 2016-12-21  Florian Weimer  <fweimer@redhat.com>
12650         * csu/libc-tls.c (_dl_tls_setup): Remove.
12651         * elf/dl-tls.c (_dl_tls_setup): Likewise.
12652         * elf/Versions (GLIBC_PRIVATE): Remove _dl_tls_setup.
12653         * sysdeps/generic/ldsodefs.h (_dl_tls_setup): Remove declaration.
12655 2016-12-21  Nick Alcock <nick.alcock@oracle.com>
12657         [BZ #7065]
12658         * sysdeps/x86_64/Makefile [$(subdir) = elf]
12659         (CFLAGS-tst-quad1pie.c, CFLAGS-tst-quad2pie.c): Add $(PIE-ccflag).
12661 2016-12-21  Nick Alcock <nick.alcock@oracle.com>
12662             Florian Weimer  <fweimer@redhat.com>
12664         [BZ #7065]
12665         * csu/Makefile (tests): Empty assignment and document it.
12666         (tests-static): Remove.
12667         * csu/tst-empty.c: Move to...
12668         * misc/tst-empty.c: ... here.  Switch to new test driver.
12669         * csu/tst-atomic.c: Move to...
12670         * misc/tst-atomic.c: ... here.  Switch to new test driver.
12671         * csu/tst-atomic-long.c: Move to...
12672         * misc/tst-atomic-long.c: ... here.
12673         * misc/Makefile (tests): Add tst-empty, tst-atomic,
12674         tst-atomic-long.
12675         (tests-static): Add tst-empty.
12677 2016-12-21  Rical Jasan  <ricaljasan@pacific.net>
12679         * manual/nss.texi: Change incorrect @vtable to @table.
12680         * manual/arith.texi: Convert @tables of variables to @vtables
12681         and remove unnecessary indexing.
12682         * manual/filesys.texi: Likewise.
12683         * manual/llio.texi: Likewise.
12684         * manual/memory.texi: Likewise.
12685         * manual/process.texi: Likewise.
12686         * manual/resource.texi: Likewise.
12687         * manual/search.texi: Likewise.
12688         * manual/signal.texi: Likewise.
12689         * manual/socket.texi: Likewise.
12690         * manual/stdio.texi: Likewise.
12691         * manual/sysinfo.texi: Likewise.
12692         * manual/syslog.texi: Likewise.
12693         * manual/terminal.texi: Likewise.
12694         * manual/time.texi: Likewise.
12695         * manual/users.texi: Likewise.
12697 2016-12-21  Joseph Myers  <joseph@codesourcery.com>
12699         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12700         (roundeven): New declaration.
12701         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (roundeven): New
12702         macro.
12703         * math/Versions (roundeven): New libm symbol at version
12704         GLIBC_2.25.
12705         (roundevenf): Likewise.
12706         (roundevenl): Likewise.
12707         * math/Makefile (libm-calls): Add s_roundevenF.
12708         * math/libm-test.inc (roundeven_test_data): New array.
12709         (roundeven_test): New function.
12710         (main): Call roundeven_test.
12711         * math/test-tgmath.c (NCALLS): Increase to 134.
12712         (F(compile_test)): Call roundeven.
12713         (F(roundeven)): New function.
12714         * manual/arith.texi (Rounding Functions): Document roundeven,
12715         roundevenf and roundevenl.
12716         * manual/libm-err-tab.pl (@all_functions): Add roundeven.
12717         * include/math.h (roundeven): Use libm_hidden_proto.
12718         * sysdeps/ieee754/dbl-64/s_roundeven.c: New file.
12719         * sysdeps/ieee754/dbl-64/wordsize-64/s_roundeven.c: Likewise.
12720         * sysdeps/ieee754/flt-32/s_roundevenf.c: Likewise.
12721         * sysdeps/ieee754/ldbl-128/s_roundevenl.c: Likewise.
12722         * sysdeps/ieee754/ldbl-128ibm/s_roundevenl.c: Likewise.
12723         * sysdeps/ieee754/ldbl-96/s_roundevenl.c: Likewise.
12724         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
12725         roundeven.
12726         (CFLAGS-nldbl-roundeven.c): New variable.
12727         * sysdeps/ieee754/ldbl-opt/nldbl-roundeven.c: New file.
12728         * sysdeps/nacl/libm.abilist: Update.
12729         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
12730         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
12731         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
12732         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
12733         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
12734         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
12735         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
12736         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
12737         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
12738         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
12739         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
12740         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
12741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
12742         Likewise.
12743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
12744         Likewise.
12745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
12746         Likewise.
12747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
12748         Likewise.
12749         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
12750         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
12751         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
12752         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
12753         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
12754         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
12755         Likewise.
12756         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
12757         Likewise.
12758         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
12759         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
12760         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
12762 2016-12-20  Joseph Myers  <joseph@codesourcery.com>
12764         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (llogb): Add
12765         preprocessor indentation inside #if.
12767 2016-12-20  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
12769         * math/libm-test.inc (fmt_ftostr): New function.
12770         (print_float, check_float_internal): Replace some uses of
12771         FTOSTR with uses of fmt_ftostr.
12772         (print_max_error, print_complex_max_error, print_function_ulps)
12773         (print_complex_function_ulps): Remove uses of the macros
12774         PRINTF_EXPR, PRINTF_NEXPR, and PRINTF_XEXPR.
12775         * math/test-double.h (FTOSTR): Define to strfromd.
12776         (PRINTF_EXPR): Delete.
12777         (PRINTF_XEXPR): Likewise.
12778         (PRINTF_NEXPR): Likewise.
12779         * math/test-float.h (FTOSTR): Define to strfromf.
12780         (PRINTF_EXPR): Delete.
12781         (PRINTF_XEXPR): Likewise.
12782         (PRINTF_NEXPR): Likewise.
12783         * math/test-ldouble.h (FTOSTR): Define to strfroml.
12784         (PRINTF_EXPR): Delete.
12785         (PRINTF_XEXPR): Likewise.
12786         (PRINTF_NEXPR): Likewise.
12788 2016-12-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
12790         * sysdeps/unix/sysv/linux/s390/lowlevellock.h
12791         (__lll_unlock_elision, lll_unlock_elision): Add adapt_count argument.
12792         * sysdeps/unix/sysv/linux/s390/elision-lock.c:
12793         (__lll_lock_elision): Decrement adapt_count while unlocking
12794         instead of before locking.
12795         * sysdeps/unix/sysv/linux/s390/elision-trylock.c
12796         (__lll_trylock_elision): Likewise.
12797         * sysdeps/unix/sysv/linux/s390/elision-unlock.c:
12798         (__lll_unlock_elision): Likewise.
12800 2016-12-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
12802         * sysdeps/unix/sysv/linux/s390/htm.h(__libc_tbegin_retry): New macro.
12803         * sysdeps/unix/sysv/linux/s390/elision-lock.c (__lll_lock_elision):
12804         Use __libc_tbegin_retry macro.
12806 2016-12-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
12808         * sysdeps/unix/sysv/linux/s390/Makefile (elision-CFLAGS):
12809         Add -msoft-float.
12810         * sysdeps/unix/sysv/linux/s390/htm.h: New File.
12811         * sysdeps/unix/sysv/linux/s390/elision-lock.c:
12812         Use __libc_t* transaction macros instead of __builtin_t*.
12813         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
12814         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
12816 2016-12-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
12818         * sysdeps/unix/sysv/linux/s390/elision-lock.c
12819         (__lll_lock_elision): Use atomics to load / store adapt_count.
12820         * sysdeps/unix/sysv/linux/s390/elision-trylock.c
12821         (__lll_trylock_elision): Likewise.
12823 2016-12-20  Florian Weimer  <fweimer@redhat.com>
12825         Do not require memset elimination in explicit_bzero test.
12826         * string/tst-xbzero-opt.c (prepare_test_buffer): Force inlining.
12827         (enum test_expectation): Add NO_EXPECTATIONS.
12828         (subtests): NO_EXPECTATIONS for ordinary clear.
12829         (check_test_buffer): Handle NO_EXPECTATIONS.
12830         * string/Makefile (CFLAGS-tst-xbzero-opt.c): Compile with -O3.
12832 2016-12-20  Joseph Myers  <joseph@codesourcery.com>
12834         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12835         (fmaxmag): New declaration.
12836         (fminmag): Likewise.
12837         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (fmaxmag): New
12838         macro.
12839         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fminmag): Likewise.
12840         * math/Versions (fmaxmag): New libm symbol at version GLIBC_2.25.
12841         (fmaxmagf): Likewise.
12842         (fmaxmagl): Likewise.
12843         (fminmag): Likewise.
12844         (fminmagf): Likewise.
12845         (fminmagl): Likewise.
12846         * math/Makefile (gen-libm-calls): Add s_fmaxmagF and s_fminmagF.
12847         * math/s_fmaxmag_template.c: New file.
12848         * math/s_fminmag_template.c: Likewise.
12849         * math/libm-test.inc (fmaxmag_test_data): New array.
12850         (fmaxmag_test): New function.
12851         (fminmag_test_data): New array.
12852         (fminmag_test): New function.
12853         (main): Call fmaxmag_test and fminmag_test.
12854         * math/test-tgmath.c (NCALLS): Increase to 132.
12855         (F(compile_test)): Call fmaxmag and fminmag.
12856         (F(fminmag)): New function.
12857         (F(fmaxmag)): Likewise.
12858         * manual/arith.texi (Misc FP Arithmetic): Document fminmag,
12859         fminmagf, fminmagl, fmaxmag, fmaxmagf and fmaxmagl.
12860         * manual/libm-err-tab.pl (@all_functions): Add fmaxmag and
12861         fminmag.
12862         * sysdeps/ieee754/ldbl-opt/nldbl-fmaxmag.c: New file.
12863         * sysdeps/ieee754/ldbl-opt/nldbl-fminmag.c: Likewise.
12864         * sysdeps/ieee754/ldbl-opt/s_fmaxmagl.c: Likewise.
12865         * sysdeps/ieee754/ldbl-opt/s_fminmagl.c: Likewise.
12866         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fmaxmag
12867         and fminmag.
12868         (CFLAGS-nldbl-fmaxmag.c): New variable.
12869         (CFLAGS-nldbl-fminmag.c): Likewise.
12870         * sysdeps/nacl/libm.abilist: Update.
12871         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
12872         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
12873         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
12874         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
12875         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
12876         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
12877         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
12878         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
12879         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
12880         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
12881         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
12882         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
12883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
12884         Likewise.
12885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
12886         Likewise.
12887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
12888         Likewise.
12889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
12890         Likewise.
12891         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
12892         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
12893         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
12894         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
12895         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
12896         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
12897         Likewise.
12898         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
12899         Likewise.
12900         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
12901         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
12902         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
12904 2016-12-19  Torvald Riegel  <triegel@redhat.com>
12906         [BZ #20973]
12907         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full): Fix lost
12908         wake-up in robust mutexes.
12909         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
12911 2016-12-19  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12913         * benchtests/Makefile (bench-math): Add fminf and fmaxf.
12914         (CFLAGS-bench-fmaxf.c): New rule.
12915         (CFLAGS-bench-fminf.c): Likewise.
12916         * benchtests/fmaxf-inputs: New file.
12917         * benchtests/fminf-inputs: Likewise.
12919         * benchtests/Makefile (bench-math): Add fmin and fmax.
12920         (CFLAGS-bench-fmax.c): New rule.
12921         (CFLAGS-bench-fmin.c): Likewise.
12922         * benchtests/fmax-inputs: New file.
12923         * benchtests/fmin-inputs: Likewise.
12925         * benchtests/bench-string.h (TEST_FUNCTION): Use name without
12926         parenthesis.
12927         (CMDLINE_PROCESS): Define using function instead of macro.
12928         * benchtests/bench-memccpy.c: Include <support/test-driver.c> instead
12929         of test-skeleton.
12930         * benchtests/bench-memchr.c: Likewise.
12931         * benchtests/bench-memcmp.c: Likewise.
12932         * benchtests/bench-memcpy-large.c: Likewise.
12933         * benchtests/bench-memcpy.c: Likewise.
12934         * benchtests/bench-memmem.c: Likewise.
12935         * benchtests/bench-memmove-large.c: Likewise.
12936         * benchtests/bench-memmove.c: Likewise.
12937         * benchtests/bench-memset-large.c: Likewise.
12938         * benchtests/bench-memset.c: Likewise.
12939         * benchtests/bench-rawmemchr.c: Likewise.
12940         * benchtests/bench-strcasecmp.c: Likewise.
12941         * benchtests/bench-strcasestr.c: Likewise.
12942         * benchtests/bench-strcat.c: Likewise.
12943         * benchtests/bench-strchr.c: Likewise.
12944         * benchtests/bench-strcmp.c: Likewise.
12945         * benchtests/bench-strcpy.c: Likewise.
12946         * benchtests/bench-strcpy_chk.c: Likewise.
12947         * benchtests/bench-strlen.c: Likewise.
12948         * benchtests/bench-strncasecmp.c: Likewise.
12949         * benchtests/bench-strncmp.c: Likewise.
12950         * benchtests/bench-strncpy.c: Likewise.
12951         * benchtests/bench-strnlen.c: Likewise.
12952         * benchtests/bench-strpbrk.c: Likewise.
12953         * benchtests/bench-strrchr.c: Likewise.
12954         * benchtests/bench-strsep.c: Likewise.
12955         * benchtests/bench-strspn.c: Likewise.
12956         * benchtests/bench-strstr.c: Likewise.
12957         * benchtests/bench-strtok.c: Likewise.
12959 2016-12-19  Andrew Senkevich  <andrew.senkevich@intel.com>
12961         * sysdeps/x86/cpu-features.c (get_common_indeces): Add
12962         stepping identification.
12963         (init_cpu_features): Add handle of Haswell.
12965 2016-11-25  Jim Meyering  <meyering@fb.com>
12967         [BZ #20386]
12968         Let gcc detect assert(a = 1) errors.
12969         * assert/assert.h (assert): Rewrite, retaining the old definintion
12970         when required, but otherwise putting the expression as-is in an "if"
12971         expression (hence, with no added parentheses) within a statement
12972         expression.
12974 2016-12-17  Siddhesh Poyarekar  <siddhesh@sourceware.org>
12976         * benchtests/Makefile (binaries-benchset): Depend on libsupport
12977         DSO.
12979 2016-12-17  Martin Galvan  <martingalvan@sourceware.org>
12981         * Rules (python-flags, python-invoke): New.
12982         ($(test-printers-out)): Use $(python-flags).
12984 2016-12-16  Joseph Myers  <joseph@codesourcery.com>
12986         * manual/arith.texi (Math Error Reporting): Document that sNaN
12987         arguments are not considered domain errors.
12989 2016-12-16  Zack Weinberg <zackw@panix.com>
12990             Florian Weimer <fweimer@redhat.com>
12991             Nick Mathewson <nickm@torproject.org>
12993         * string/explicit_bzero.c: New routine.
12994         * string/test-explicit_bzero.c, string/tst-xbzero-opt.c: New tests.
12995         * string/Makefile (routines, strop-tests, tests): Add them.
12996         * string/test-memset.c: Add ifdeffage for testing explicit_bzero.
12997         * string/string.h [__USE_MISC]: Declare explicit_bzero.
12999         * debug/explicit_bzero_chk.c: New routine.
13000         * debug/Makefile (routines): Add it.
13001         * debug/tst-chk1.c: Test fortification of explicit_bzero.
13002         * string/bits/string3.h: Fortify explicit_bzero.
13004         * manual/string.texi: Document explicit_bzero.
13005         * NEWS: Mention addition of explicit_bzero.
13007         * crypt/crypt-entry.c (__crypt_r): Clear key-dependent intermediate
13008         data before returning, using explicit_bzero.
13009         * crypt/md5-crypt.c (__md5_crypt_r): Likewise.
13010         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
13011         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
13013         * include/string.h: Redirect internal uses of explicit_bzero
13014         to __explicit_bzero_chk[_internal].
13015         * string/Versions [GLIBC_2.25]: Add explicit_bzero.
13016         * debug/Versions [GLIBC_2.25]: Add __explicit_bzero_chk.
13017         * sysdeps/arm/nacl/libc.abilist
13018         * sysdeps/unix/sysv/linux/aarch64/libc.abilist
13019         * sysdeps/unix/sysv/linux/alpha/libc.abilist
13020         * sysdeps/unix/sysv/linux/arm/libc.abilist
13021         * sysdeps/unix/sysv/linux/hppa/libc.abilist
13022         * sysdeps/unix/sysv/linux/i386/libc.abilist
13023         * sysdeps/unix/sysv/linux/ia64/libc.abilist
13024         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist
13025         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist
13026         * sysdeps/unix/sysv/linux/microblaze/libc.abilist
13027         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
13028         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
13029         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
13030         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
13031         * sysdeps/unix/sysv/linux/nios2/libc.abilist
13032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
13033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
13034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
13035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
13036         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist
13037         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist
13038         * sysdeps/unix/sysv/linux/sh/libc.abilist
13039         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist
13040         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist
13041         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist
13042         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist
13043         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist
13044         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist
13045         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist:
13046         Add entries for explicit_bzero and __explicit_bzero_chk.
13048 2016-12-16  Joseph Myers  <joseph@codesourcery.com>
13050         * math/fenv.h
13051         [__GLIBC_USE (IEC_60559_BFP_EXT) && FE_INVALID && __SUPPORT_SNAN__]
13052         (FE_SNANS_ALWAYS_SIGNAL): New macro.
13053         * math/test-fe-snans-always-signal.c: New file.
13054         * math/Makefile (tests): Add test-fe-snans-always-signal.
13055         (CFLAGS-test-fe-snans-always-signal.c): New variable.
13056         * manual/arith.texi (Infinity and NaN): Document
13057         FE_SNANS_ALWAYS_SIGNAL.
13059 2016-12-16  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13061         * string/test-memchr.c (do_test): Typo on â€˜byte’ and missing closing
13062         bracket.
13064 2016-12-16  Joseph Myers  <joseph@codesourcery.com>
13066         * scripts/build-many-glibcs.py (Context.exec_self): Flush stdout
13067         before calling execv.
13069 2016-12-16  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13071         [BZ #20971]
13072         * sysdeps/powerpc/powerpc64/power7/memchr.S (__memchr): Avoid
13073         overflow in pointer addition.
13074         * string/test-memchr.c (do_test): Add an argument to pass as
13075         the size on memchr.
13076         (test_main): Add check for SIZE_MAX.
13078 2016-12-16  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
13080         * math/Makefile (gen-libm-calls): Remove w_scalblnF.
13081         (libm-calls): Add w_scalblnF.
13082         * math/w_scalbln.c: Remove.
13083         * math/w_scalblnf.c: Likewise.
13084         * math/w_scalblnl.c: Likewise.
13085         * math/w_scalbln_template.c: New file with type-generic
13086         implementation based on math/w_scalbln.c.
13087         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: Remove.
13088         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Use new template.
13090 2016-12-15  Joseph Myers  <joseph@codesourcery.com>
13092         [BZ #20947]
13093         * sysdeps/i386/fpu/s_fmaxl.S (__fmaxl): Add the arguments when
13094         either is a signaling NaN.
13095         * sysdeps/i386/fpu/s_fminl.S (__fminl): Likewise.  Make code
13096         follow fmaxl more closely.
13097         * sysdeps/i386/i686/fpu/s_fmaxl.S (__fmaxl): Add the arguments
13098         when either is a signaling NaN.
13099         * sysdeps/i386/i686/fpu/s_fminl.S (__fminl): Likewise.
13100         * sysdeps/x86_64/fpu/s_fmax.S (__fmax): Likewise.
13101         * sysdeps/x86_64/fpu/s_fmaxf.S (__fmaxf): Likewise.
13102         * sysdeps/x86_64/fpu/s_fmaxl.S (__fmaxl): Likewise.
13103         * sysdeps/x86_64/fpu/s_fmin.S (__fmin): Likewise.
13104         * sysdeps/x86_64/fpu/s_fminf.S (__fminf): Likewise.
13105         * sysdeps/x86_64/fpu/s_fminl.S (__fminl): Likewise.
13106         * math/libm-test.inc (fmax_test_data): Add tests of sNaN inputs.
13107         (fmin_test_data): Likewise.
13109 2016-12-15  Andreas Schwab  <schwab@suse.de>
13111         * support/support_test_main.c (support_test_main): Don't shadow
13112         file-local variable test_pid.
13114 2016-12-15  Joseph Myers  <joseph@codesourcery.com>
13116         [BZ #20947]
13117         * sysdeps/powerpc/fpu/s_fmax.S (__fmax): Add the arguments when
13118         either is a signaling NaN.
13119         * sysdeps/powerpc/fpu/s_fmin.S (__fmin): Likewise.
13121 2016-12-14  Joseph Myers  <joseph@codesourcery.com>
13123         [BZ #20947]
13124         * math/s_fmax_template.c (M_DECL_FUNC (__fmax)): Add the arguments
13125         when either is a signaling NaN.
13126         * math/s_fmin_template.c (M_DECL_FUNC (__fmin)): Likewise.
13128         * bits/long-double.h: New file.
13129         * sysdeps/ieee754/ldbl-128/bits/long-double.h: Likewise.
13130         * sysdeps/ieee754/ldbl-96/bits/long-double.h: Likewise.
13131         * sysdeps/ieee754/ldbl-opt/bits/long-double.h: Likewise.
13132         * sysdeps/mips/bits/long-double.h: Likewise.
13133         * sysdeps/unix/sysv/linux/sparc/bits/long-double.h: Likewise.
13134         * math/Makefile (headers): Add bits/long-double.h.
13135         * misc/sys/cdefs.h: Include <bits/long-double.h>.
13136         * stdlib/strtold.c: Include <bits/long-double.h> instead of
13137         <bits/wordsize.h>.
13138         * bits/mathdef.h [!_COMPLEX_H]: Do not allow inclusion.
13139         [!__NO_LONG_DOUBLE_MATH]: Remove conditional code.
13140         * math/math.h: Do not include <bits/mathdef.h>.
13141         * sysdeps/aarch64/bits/mathdef.h: Remove file.
13142         * sysdeps/alpha/bits/mathdef.h [!_COMPLEX_H]: Do not allow
13143         inclusion.
13144         * sysdeps/ia64/bits/mathdef.h: Remove file.
13145         * sysdeps/m68k/m680x0/bits/mathdef.h: Likewise.
13146         * sysdeps/mips/bits/mathdef.h: Likewise.
13147         * sysdeps/powerpc/bits/mathdef.h: Likewise.
13148         * sysdeps/s390/bits/mathdef.h: Likewise.
13149         * sysdeps/sparc/bits/mathdef.h: Likewise.
13150         * sysdeps/x86/bits/mathdef.h: Likewise.
13151         * sysdeps/s390/s390-32/bits/wordsize.h
13152         [!__NO_LONG_DOUBLE_MATH && !__LONG_DOUBLE_MATH_OPTIONAL]: Remove
13153         conditional code.
13154         * sysdeps/s390/s390-64/bits/wordsize.h
13155         [!__NO_LONG_DOUBLE_MATH && !__LONG_DOUBLE_MATH_OPTIONAL]:
13156         Likewise.
13157         * sysdeps/unix/sysv/linux/alpha/bits/wordsize.h
13158         [!__NO_LONG_DOUBLE_MATH && !__LONG_DOUBLE_MATH_OPTIONAL]:
13159         Likewise.
13160         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h
13161         [!__NO_LONG_DOUBLE_MATH && !__LONG_DOUBLE_MATH_OPTIONAL]:
13162         Likewise.
13163         * sysdeps/unix/sysv/linux/sparc/bits/wordsize.h
13164         [!__NO_LONG_DOUBLE_MATH && !__LONG_DOUBLE_MATH_OPTIONAL]:
13165         Likewise.
13167         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]: Include
13168         <linux/falloc.h>.
13169         (FALLOC_FL_KEEP_SIZE): Remove.
13170         (FALLOC_FL_PUNCH_HOLE): Likewise.
13171         (FALLOC_FL_COLLAPSE_RANGE): Likewise.
13172         (FALLOC_FL_ZERO_RANGE): Likewise.
13174 2016-12-14  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
13176         * stdlib/tst-strfrom.h (ENTRY): Replace use of CSUF with LSUF.
13178 2016-12-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13180         * sysdeps/unix/sysv/linux/renameat.c: New file.
13181         * sysdeps/unix/sysv/linux/syscalls.list: Remove renameat.
13183         * sysdeps/unix/sysv/linux/rename.c: New file.
13184         * sysdeps/unix/sysv/linux/generic/rename.c: Remove file.
13186 2015-12-14  Wilco Dijkstra  <wdijkstr@arm.com>
13188         * benchtests/bench-strtok.c (oldstrtok): Add old implementation.
13189         * string/strtok.c (strtok): Change to tailcall __strtok_r.
13190         * string/strtok_r.c (__strtok_r): Optimize for performance.
13191         * string/string-inlines.c (__old_strtok_r_1c): New function.
13192         * string/bits/string2.h (__strtok_r): Move to string-inlines.c.
13194 2016-12-14  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
13196         * math/Makefile (gen-libm-calls): Add w_log1pF.
13197         (libm-calls): Remove w_log1pF.
13198         * math/w_log1p.c: Remove.
13199         * math/w_log1pf.c: Likewise.
13200         * math/w_log1pl.c: Likewise.
13201         * math/w_log1p_template.c: New file with type-generic
13202         implementation based on math/w_log1p.c.
13203         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Remove.
13204         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: Likewise.
13206 2015-12-14  Wilco Dijkstra  <wdijkstr@arm.com>
13208         * string/rawmemchr.c (RAWMEMCHR): Use faster memchr/strlen.
13210 2016-12-14  Joseph Myers  <joseph@codesourcery.com>
13212         * scripts/build-many-glibcs.py (Context.checkout): Default Linux
13213         kernel version to 4.9.
13215 2016-12-12  Andrew Senkevich  <andrew.senkevich@intel.com>
13217         * math/Makefile ($(inst_libdir)/libm-$(version).a): New target.
13218         ($(inst_libdir)/libm.a): Fix rule to create the target only.
13220 2016-12-13  Andreas Schwab  <schwab@suse.de>
13222         * sysdeps/powerpc/dl-procinfo.c: Don't define
13223         _dl_powerpc_platforms.
13224         * sysdeps/powerpc/dl-procinfo.h (_dl_string_platform): Use string
13225         constants instead of referencing _dl_powerpc_platforms.
13226         (_dl_platform_string): Remove.
13228 2016-12-13  Florian Weimer  <fweimer@redhat.com>
13230         * nptl/tst-cancel7.c (cmdline_process): Add missing case label.
13232 2016-12-13  Florian Weimer  <fweimer@redhat.com>
13234         * Rules (binaries-shared-tests, binaries-pie-tests)
13235         (binaries-static-tests): Link with $(link-extra-libs-tests).
13236         * Makeconfig (+link-pie-tests, +link-static-tests, +link-tests):
13237         Remove $(link-extra-libs-tests).
13239 2016-12-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13241         * sysdeps/powerpc/powerpc64/multiarch/Makefile
13242         (sysdep_routines): Add strncmp_power9.
13243         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13244         (strncmp): Add __strncmp_power9 to list of strncmp functions.
13245         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S: New file.
13246         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c
13247         (strncmp): Add __strncmp_power9 to ifunc list.
13248         * sysdeps/powerpc/powerpc64/power9/strncmp.S: New file.
13250 2016-12-12  Florian Weimer  <fweimer@redhat.com>
13252         [BZ #17252]
13253         Add getentropy, getrandom.
13254         * stdlib/sys/random.h: New file.
13255         (headers): Add it.
13256         * stdlib/Makefile (routines): Add getentropy, getrandom.
13257         (tests): Add tst-getrandom.
13258         * stdlib/Versions (GLIBC_2.25): Add getrandom, getentropy.
13259         * stdlib/getentropy.c: New file.
13260         * stdlib/getrandom.c: Likewise.
13261         * stdlib/tst-getrandom.c: Likewise.
13262         * sysdeps/unix/sysv/linux/getentropy.c: Likewise.
13263         * sysdeps/unix/sysv/linux/getrandom.c: Likewise.
13264         * manual/crypt.texi (Unpredictable Bytes): New section.
13265         * manual/math.texi (Pseudo-Random Numbers): Add cross-reference.
13266         * sysdeps/arm/nacl/libc.abilist: Add getrandom, getentropy.
13267         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Likewise.
13268         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
13269         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
13270         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
13271         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
13272         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
13273         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
13274         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
13275         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
13276         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
13277         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
13278         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
13279         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
13280         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
13281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
13282         Likewise.
13283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
13284         Likewise.
13285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
13286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
13287         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
13288         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
13289         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
13290         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
13291         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
13292         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
13293         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
13294         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
13295         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
13296         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
13298 2016-12-10  Florian Weimer  <fweimer@redhat.com>
13300         [BZ #20956]
13301         * debug/tst-backtrace.h (NO_INLINE): Add noclone, weak attributes
13302         as additional compiler barriers.
13303         * debug/tst-backtrace2.c: Switch to <support/test-driver.c>.
13304         (fn2, do_test): Declare with external linkage.
13305         * debug/tst-backtrace3.c: Switch to <support/test-driver.c>.
13306         (do_test): Declare with external linkage.
13307         * debug/tst-backtrace4.c: Switch to <support/test-driver.c>.
13308         (do_test): Declare with external linkage.
13309         * debug/tst-backtrace5.c: Switch to <support/test-driver.c>.
13310         (do_test): Declare with external linkage.
13312 2016-12-10  Andreas Schwab  <schwab@linux-m68k.org>
13314         * support/support_test_main.c (support_test_main): Use correct
13315         timeout.
13317 2016-12-09  Carlos O'Donell  <carlos@redhat.com>
13318             Florian Weimer  <fweimer@redhat.com>
13320         [BZ #16421]
13321         * inet/netinet/in.h (struct in6_addr): Always define __u6_addr16
13322         and __u6_addr32 members.
13323         (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK)
13324         (IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL)
13325         (IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL):
13326         Use __u6_addr32.
13327         * inet/tst-checks.c: Use <support/test-driver.c>
13328         * inet/tst-checks-posix.c: New file.
13329         * inet/Makefile (tests): Add it.
13330         (CFLAGS-tst-checks-posix.c): Compile in C99 mode.
13332 2016-12-09  Florian Weimer  <fweimer@redhat.com>
13334         New subdirectory support for build and test infrastructure.
13335         * extra-libs.mk (extra-libs-noinstall): Add variable.  Use it when
13336         setting install-lib.
13337         * Makeconfig (link-extra-libs-tests): Define.
13338         (+link-pie-tests, +link-static-tests, +link-tests): Use
13339         link-extra-libs-tests.
13340         (rpath-dirs, all-subdirs): Add support.
13341         (built-modules): Add libsupport.
13342         (libsupport): Define.
13343         * support: New directory.
13344         * support/Makefile: New file.
13345         * support/check.c: Likewise.
13346         * support/check.h: Likewise.
13347         * support/delayed_exit.c: Likewise.
13348         * support/ignore_stderr.c: Likewise.
13349         * support/oom_error.c: Likewise.
13350         * support/set_fortify_handler.c: Likewise.
13351         * support/support.h: Likewise.
13352         * support/temp_file-internal.h: Likewise.
13353         * support/temp_file.c: Likewise.
13354         * support/test-driver.c: Likewise.
13355         * support/test-driver.h: Likewise.
13356         * support/test_main.c: Likewise.
13357         * support/write_message.c: Likewise.
13358         * support/xasprintf.c: Likewise.
13359         * support/xcalloc.c: Likewise.
13360         * support/xmalloc.c: Likewise.
13361         * support/xpthread_barrier_destroy.c: Likewise.
13362         * support/xpthread_barrier_init.c: Likewise.
13363         * support/xpthread_barrier_wait.c: Likewise.
13364         * support/xpthread_cancel.c: Likewise.
13365         * support/xpthread_check_return.c: Likewise.
13366         * support/xpthread_cond_wait.c: Likewise.
13367         * support/xpthread_create.c: Likewise.
13368         * support/xpthread_detach.c: Likewise.
13369         * support/xpthread_join.c: Likewise.
13370         * support/xpthread_mutex_lock.c: Likewise.
13371         * support/xpthread_mutex_unlock.c: Likewise.
13372         * support/xpthread_sigmask.c: Likewise.
13373         * support/xpthread_spin_lock.c: Likewise.
13374         * support/xpthread_spin_unlock.c: Likewise.
13375         * support/xrealloc.c: Likewise.
13376         * support/xsignal.h: Likewise.
13377         * support/xthread.h: Likewise.
13378         * support_tempfile.h: Likewise.
13379         * test-skeleton.c: Include <support/support.h>, <support/xsignal.h>.
13380         (TEST_DATA_LIMIT): Remove unused macro.
13381         (_FAIL, FAIL_RET, FAIL_EXIT, FAIL_EXIT1): Remove.  Now in
13382         <support/check.h>.
13383         (oom_error, xmalloc, xcalloc, xrealloc, xasprintf, write_message)
13384         (ignore_stderr, set_fortify_handler): Remove.  Now in
13385         <support/support.h>.
13386         (xpthread_sigmask): Remove.  Now in <support/xsignal.h>.
13387         (xpthread_mutex_lock, xpthread_spin_lock, xpthread_cond_wait)
13388         (xpthread_barrier_wait, xpthread_create, xpthread_detach)
13389         (xpthread_join): Remove.  Now in <support/xthread.h>.
13390         (TEST_FUNCTION, PREPARE, CLEANUP_HANDLER, CMDLINE_PROCESS):
13391         Introduce legacy wrappers.
13392         * dlfcn/Makefile (bug-atexit3-lib.so): Link with $(libsupport).
13393         * dlfcn/bug-atexit3-lib.cc: Include <support/support.h>.
13394         (write_message): Remove.
13395         * dirent/opendir-tst1.c: Use <support/test-driver.h> instead of
13396         test-skeleton.c.
13397         * io/test-open-tmpfile: Likewise.
13398         * io/tst-posix_fallocate-common.c: Likewise.
13399         * libio/tst-fseek.c: Likewise.
13400         * malloc/tst-malloc-backtrace.c: Likewise.
13401         * malloc/tst-malloc-fork-deadlock.c: Likewise.
13402         * malloc/tst-malloc-thread-exit.c: Likewise.
13403         * nptl/tst-cancel7.c: Likewise.
13404         * nptl/tst-cleanup0.c: Likewise.
13405         * posix/tst-posix_fadvise-common.c: Likewise.
13406         * rt/tst-shm.c: Likewise.
13407         * time/bug-getdate1.c: Likewise.
13408         * sysdeps/unix/sysv/linux/tst-fallocate-common.c: Likewise.
13409         * sysdeps/unix/sysv/linux/tst-sync_file_range.c: Likewise.
13410         * elf/Makefile (tst-piemod1.so): Link against libsupport.
13412 2016-12-08  Joseph Myers  <joseph@codesourcery.com>
13414         * Rules [$(run-built-tests) != no] (tests-expected): Add
13415         $(tests-printers).
13416         (tests): Do not pass $(tests-printers) to merge-test-results.sh.
13418 2016-12-08  Andrew Senkevich  <andrew.senkevich@intel.com>
13420         [BZ #20539]
13421         * math/Makefile (install-lib-ldscripts): Add libm.a.
13422         (install_subdir): Remove.
13423         (install-others): Add.
13424         ($(inst_libdir)/libm.a): Add rule for installation as
13425         linker script.
13426         * Makerules (install-lib.a): Filter out install-lib-ldscripts.
13428 2016-12-08  Martin Galvan  <martin.galvan@tallertechnologies.com>
13430         * INSTALL: Regenerated.
13431         * Makeconfig: Add comments and whitespace to make the control flow
13432         clearer.
13433         (+link-printers-tests, +link-pie-printers-tests,
13434         CFLAGS-printers-tests, installed-rtld-LDFLAGS,
13435         built-rtld-LDFLAGS, link-libc-rpath,
13436         link-libc-tests-after-rpath-link,
13437         link-libc-printers-tests): New.
13438         (rtld-LDFLAGS, rtld-tests-LDFLAGS, link-libc-tests-rpath-link,
13439         link-libc-tests): Use the new variables as required.
13440         * Makerules ($(py-const)): New rule.
13441         generated: Add $(py-const).
13442         * README.pretty-printers: New file.
13443         * Rules (tests-printers-programs, tests-printers-out, py-env): New.
13444         (others): Depend on $(py-const).
13445         (tests): Depend on $(tests-printers-programs) or
13446         $(tests-printers-out),
13447         as required.  Pass $(tests-printers) to merge-test-results.sh.
13448         * manual/install.texi: Add requirements for testing the pretty
13449         printers.
13450         * nptl/Makefile (gen-py-const-headers, pretty-printers,
13451         tests-printers, CFLAGS-test-mutexattr-printers.c
13452         CFLAGS-test-mutex-printers.c, CFLAGS-test-condattr-printers.c,
13453         CFLAGS-test-cond-printers.c, CFLAGS-test-rwlockattr-printers.c
13454         CFLAGS-test-rwlock-printers.c, tests-printers-libs): Define.
13455         * nptl/nptl-printers.py: New file.
13456         * nptl/nptl_lock_constants.pysym: Likewise.
13457         * nptl/test-cond-printers.c: Likewise.
13458         * nptl/test-cond-printers.py: Likewise.
13459         * nptl/test-condattr-printers.c: Likewise.
13460         * nptl/test-condattr-printers.py: Likewise.
13461         * nptl/test-mutex-printers.c: Likewise.
13462         * nptl/test-mutex-printers.py: Likewise.
13463         * nptl/test-mutexattr-printers.c: Likewise.
13464         * nptl/test-mutexattr-printers.py: Likewise.
13465         * nptl/test-rwlock-printers.c: Likewise.
13466         * nptl/test-rwlock-printers.py: Likewise.
13467         * nptl/test-rwlockattr-printers.c: Likewise.
13468         * nptl/test-rwlockattr-printers.py: Likewise.
13469         * scripts/gen-py-const.awk: Likewise.
13470         * scripts/test_printers_common.py: Likewise.
13471         * scripts/test_printers_exceptions.py: Likewise.
13473 2016-12-07  Joseph Myers  <joseph@codesourcery.com>
13475         * scripts/build-many-glibcs.py (Context.__init__): Take strip
13476         argument.
13477         (Glibc.build_glibc): Strip installed shared libraries if
13478         requested.
13479         (get_parser): Add --strip option.
13480         (main): Update Context call.
13482 2016-12-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13483             Dominik Vogt  <vogt@linux.vnet.ibm.com>
13485         [BZ #20847]
13486         * posix/execvpe.c (maybe_script_execute): Remove write past allocated
13487         array bounds for else branch.
13488         (__execvpe): Style fixes.
13489         * posix/tst-vfork3.c (run_script): New function.
13490         (create_script): Likewise.
13491         (do_test): Use run_script internal function.
13492         (do_prepare): Use create_script internal function.
13494 2016-12-07  Andreas Schwab  <schwab@suse.de>
13496         * sysdeps/unix/sysv/linux/x86/elision-conf.h
13497         (__elision_available): Don't declare.
13498         * sysdeps/unix/sysv/linux/x86/elision-conf.c
13499         (__elision_available): Don't define.
13500         (elision_init): Don't set __elision_available.
13502 2016-12-07  Joseph Myers  <joseph@codesourcery.com>
13504         [BZ #20940]
13505         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Do not
13506         return Inf for arguments Inf and sNaN.
13507         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Likewise.
13508         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
13509         Likewise.
13510         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
13511         Likewise.
13512         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
13513         * sysdeps/powerpc/fpu/e_hypot.c (TEST_INF_NAN): Do not return Inf
13514         for arguments Inf and sNaN.  When returning a NaN, compute it by
13515         arithmetic on the arguments.
13516         * sysdeps/powerpc/fpu/e_hypotf.c (TEST_INF_NAN): Likewise.
13517         * math/libm-test.inc (hypot_test_data): Add tests of sNaN
13518         arguments.
13520 2016-12-06  Joseph Myers  <joseph@codesourcery.com>
13522         [BZ #20916]
13523         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Do not return 1 for
13524         arguments (sNaN, 0) or (1, sNaN).  Do arithmetic on NaN arguments
13525         to compute result.
13526         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
13527         * math/libm-test.inc (pow_test_data): Add tests of sNaN arguments.
13529 2016-12-05  Torvald Riegel  <triegel@redhat.com>
13531         * include/atomic.h (__atomic_check_size_ls): New.
13532         (atomic_load_relaxed, atomic_load_acquire, atomic_store_relaxed,
13533         atomic_store_release): Use it.
13534         * sysdeps/x86/elide.h (ACCESS_ONCE): Remove.
13535         (elision_adapt, ELIDE_LOCK): Use atomics.
13536         * sysdeps/unix/sysv/linux/x86/elision-lock.c (__lll_lock_elision): Use
13537         atomics and improve code comments.
13538         * sysdeps/unix/sysv/linux/x86/elision-trylock.c
13539         (__lll_trylock_elision): Likewise.
13541 2016-12-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13543         * hurd/hurd.h: Cast errno constants to error_t to fix usage in C++
13544         programs.
13546 2016-12-02  Joseph Myers  <joseph@codesourcery.com>
13548         [BZ #20916]
13549         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Do not return 1
13550         for arguments (sNaN, 0) or (1, sNaN).  Do arithmetic on NaN
13551         arguments to compute result.
13552         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Do not return
13553         1 for arguments (sNaN, 0) or (1, sNaN).
13554         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
13555         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
13557         [BZ #20919]
13558         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Do not return
13559         NaN first argument when raised to power 0.
13560         * math/w_pow.c (__pow): Do not check for NaN or zero results from
13561         raising to power zero.
13562         * math/w_powf.c (__powf): Likewise.
13563         * math/w_powl.c (__powl): Likewise.
13564         * sysdeps/ieee754/k_standard.c (__kernel_standard): Do not handle
13565         pow (0, 0) or pow (NaN, 0).
13567 2016-12-02  Carlos O'Donell  <carlos@redhat.com>
13569         [BZ #20918]
13570         * configure.ac: Test for static NSS cryptographic libraries and set
13571         libc_cv_static_nss_crypt.
13572         * configure: Regenerate.
13573         * config.make.in (static-nss-crypt): Define.
13574         * elf/Makefile (CFLAGS-tst-linkall-static.c): Define.
13575         [ifeq (yesno,$(nss-crypt)$(static-nss-crypt))]
13576         (CFLAGS-tst-linkall-static.c): Define.
13577         ($(objpfx)tst-linkall-static): Remove libcrypt.a.
13578         [ifeq (yesyes,$(nss-crypt)$(static-nss-crypt))]
13579         ($(objpfx)tst-linkall-static): Define.
13580         [ifeq (no,$(nss-crypt))] ($(objpfx)tst-linkall-static): Define.
13581         * elf/tst-linkall-static.c [USE_CRYPT](references): Reference crypt().
13583 2016-12-02  Florian Weimer  <fweimer@redhat.com>
13585         * elf/Makefile [build-shared] (tests): Add tst-latepthread.
13586         (one-hundred, tst-tls-many-dynamic-modules): Define.
13587         (modules-names): Add $(tst-tls-many-dynamic-modules).
13588         (tst-tls-manydynamic%mod.os): Build with special preprocessor
13589         macros.
13590         (tst-tls-manydynamic): Link against libdl, libpthread.
13591         (tst-tls-manydynamic.out): The test needs the test modules at run
13592         time.
13593         * elf/tst-tls-manydynamic.c: New file.
13594         * elf/tst-tls-manydynamic.h: Likewise.
13595         * elf/tst-tls-manydynamicmod.c: Likewise.
13597 2016-12-02  Florian Weimer  <fweimer@redhat.com>
13599         * sysdeps/aarch64/tlsdesc.sym (TCBHEAD_DTV, DTV_COUNTER)
13600         (TLS_DTV_UNALLOCATED): Add.
13601         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use explicit
13602         offsets.
13604 2016-12-02  Stefan Liebler  <stli@linux.vnet.ibm.com>
13606         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
13608 2016-12-02  Stefan Liebler  <stli@linux.vnet.ibm.com>
13610         * elf/Makefile (CFLAGS-tst-latepthreadmod.c):
13611         Add -fno-optimize-sibling-calls.
13613 2016-12-02  Joseph Myers  <joseph@codesourcery.com>
13615         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (llogb):
13616         New declaration.
13617         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (llogb): New
13618         macro.
13619         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (__FP_LONG_MAX):
13620         New macro.
13621         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FP_LLOGB0): Likewise.
13622         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FP_LLOGBNAN): Likewise.
13623         * math/Versions (llogb): New libm symbol at version GLIBC_2.25.
13624         (llogbf): Likewise.
13625         (llogbl): Likewise.
13626         * math/Makefile (gen-libm-calls): Add w_llogbF.
13627         (tests): Add test-fp-llogb-constants.
13628         * math/w_llogb_template.c: New file.  Based on
13629         math/w_ilogb_template.c.
13630         * math/libm-test.inc (llogb_test_data): New array.
13631         (llogb_test): New function.
13632         (main): Call llogb_test.
13633         * math/test-fp-llogb-constants.c: New file.  Based on
13634         math/test-fp-ilogb-constants.c.
13635         * math/test-tgmath-ret.c (llogb): New CHECK_RET_CONST call.
13636         (do_test): Call check_return_llogb.
13637         * math/test-tgmath.c (NCALLS): Increase to 126.
13638         (F(compile_test)): Call llogb.
13639         (F(llogb)): New function.
13640         * manual/math.texi (Exponents and Logarithms): Document llogb,
13641         llogbf, llogbl, FP_LLOGB0 and FP_LLOGBNAN.
13642         * manual/libm-err-tab.pl (@all_functions): Add llogb.
13643         * sysdeps/ieee754/ldbl-opt/nldbl-llogb.c: New file.
13644         * sysdeps/ieee754/ldbl-opt/w_llogbl.c: Likewise.
13645         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add llogb.
13646         (CFLAGS-nldbl-llogb.c): New variable.
13647         * sysdeps/nacl/libm.abilist: Update.
13648         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
13649         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
13650         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
13651         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
13652         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
13653         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
13654         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
13655         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
13656         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
13657         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
13658         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
13659         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
13660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
13661         Likewise.
13662         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
13663         Likewise.
13664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
13665         Likewise.
13666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
13667         Likewise.
13668         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
13669         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
13670         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
13671         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
13672         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
13673         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
13674         Likewise.
13675         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
13676         Likewise.
13677         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
13678         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
13679         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
13681 2016-12-01  Joseph Myers  <joseph@codesourcery.com>
13683         * sysdeps/ieee754/ldbl-128/s_getpayloadl.c (getpayloadl): Use
13684         _Float128 instead of long double.
13685         * sysdeps/ieee754/ldbl-128/s_setpayloadl_main.c (FUNC): Likewise.
13687         * sysdeps/alpha/setjmp.S (__sigsetjmp): Use hidden_def.
13688         * sysdeps/hppa/setjmp.S (__sigsetjmp): Likewise.
13689         * sysdeps/mips/mips64/setjmp.S (__sigsetjmp): Likewise.
13690         * sysdeps/mips/setjmp.S (__sigsetjmp): Likewise.
13691         * sysdeps/sh/sh3/setjmp.S (__sigsetjmp): Likewise.
13692         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Likewise.
13693         * sysdeps/sparc/sparc32/setjmp.S (__sigsetjmp): Likewise.
13694         * sysdeps/tile/setjmp.S (__sigsetjmp): Likewise.
13695         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S (__sigsetjmp):
13696         Likewise.
13698 2016-12-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13700         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c (weak_alias):
13701         Remove redirection to __strrchr_ppc.
13703 2016-12-01  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13705         * sysdeps/powerpc/powerpc64/multiarch/Makefile
13706         (sysdep_routines): Add strcmp_power9.
13707         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13708         (strcmp): Add __strcmp_power9 to list of strcmp functions.
13709         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S: New file.
13710         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c
13711         (strcmp): Add __strcmp_power9 to ifunc list.
13712         * sysdeps/powerpc/powerpc64/power9/strcmp.S: New file.
13714 2016-12-01  Joseph Myers  <joseph@codesourcery.com>
13716         * bits/fp-logb.h: New file.
13717         * sysdeps/ia64/bits/fp-logb.h: Likewise.
13718         * sysdeps/m68k/m680x0/bits/fp-logb.h: Likewise.
13719         * sysdeps/x86/bits/fp-logb.h: Likewise.
13720         * math/Makefile (headers): Add bits/fp-logb.h.
13721         * math/math.h: Include <bits/fp-logb.h>.
13722         [__USE_ISOC99] (FP_ILOGB0): Define based on __FP_LOGB0_IS_MIN.
13723         [__USE_ISOC99] (FP_ILOGBNAN): Define based on __FP_LOGBNAN_IS_MIN.
13724         * bits/mathdef.h (FP_ILOGB0): Remove.
13725         (FP_ILOGBNAN): Likewise.
13726         * sysdeps/aarch64/bits/mathdef.h (FP_ILOGB0): Likewise.
13727         (FP_ILOGBNAN): Likewise.
13728         * sysdeps/alpha/bits/mathdef.h (FP_ILOGB0): Likewise.
13729         (FP_ILOGBNAN): Likewise.
13730         * sysdeps/ia64/bits/mathdef.h (FP_ILOGB0): Likewise.
13731         (FP_ILOGBNAN): Likewise.
13732         * sysdeps/m68k/m680x0/bits/mathdef.h (FP_ILOGB0): Likewise.
13733         (FP_ILOGBNAN): Likewise.
13734         * sysdeps/mips/bits/mathdef.h (FP_ILOGB0): Likewise.
13735         (FP_ILOGBNAN): Likewise.
13736         * sysdeps/powerpc/bits/mathdef.h (FP_ILOGB0): Likewise.
13737         (FP_ILOGBNAN): Likewise.
13738         * sysdeps/s390/bits/mathdef.h (FP_ILOGB0): Likewise.
13739         (FP_ILOGBNAN): Likewise.
13740         * sysdeps/sparc/bits/mathdef.h (FP_ILOGB0): Likewise.
13741         (FP_ILOGBNAN): Likewise.
13742         * sysdeps/x86/bits/mathdef.h (FP_ILOGB0): Likewise.
13743         (FP_ILOGBNAN): Likewise.
13745         * scripts/build-many-glibcs.py: Add bot to usage message.  Import
13746         time module.
13747         (Context.__init__): Initialize self.logsdir_old.
13748         (Context.run_builds): Handle bot action.
13749         (Context.bot_cycle): Copy logs directory before running builds.
13750         (Context.bot_run_self): Take argument for whether to check
13751         subprocess result.  Flush stdout before running subprocess.
13752         (Context.bot): New function.
13753         (get_parser): Allow bot action.
13755 2016-11-30  Joseph Myers  <joseph@codesourcery.com>
13757         * scripts/build-many-glibcs.py: Add bot-cycle to usage message.
13758         Import email.mime.text, email.utils and smtplib modules.
13759         (Context.__init__): Initialize self.bot_config_json.
13760         (Context.run_builds): Handle bot-cycle action.
13761         (Context.load_bot_config_json): New function.
13762         (Context.part_build_old): Likewise.
13763         (Context.bot_cycle): Likewise.
13764         (Context.bot_build_mail): Likewise.
13765         (Context.bot_run_self): Likewise.
13766         (get_parser): Allow bot-cycle action.
13768 2016-11-30  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13770         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c (weak_alias):
13771         Remove redirection to __stpcpy_ppc.
13773 2016-11-30  Florian Weimer  <fweimer@redhat.com>
13775         Remove __libc_memalign from ld.so because it is unused.
13776         * elf/dl-minimal.c: Update comment on the malloc implementation.
13777         (malloc): Renamed from __libc_memalign, replacing the original
13778         malloc implementation.  Replace the align parameter with
13779         MALLOC_ALIGNMENT.
13780         * elf/Versions (ld): Update comment and remove __libc_memalign.
13781         * sysdeps/nacl/ld.abilist: Likewise.
13782         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: Likewise.
13783         * sysdeps/unix/sysv/linux/alpha/ld.abilist: Likewise.
13784         * sysdeps/unix/sysv/linux/arm/ld.abilist: Likewise.
13785         * sysdeps/unix/sysv/linux/hppa/ld.abilist: Likewise.
13786         * sysdeps/unix/sysv/linux/i386/ld.abilist: Likewise.
13787         * sysdeps/unix/sysv/linux/ia64/ld.abilist: Likewise.
13788         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: Likewise.
13789         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: Likewise.
13790         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Likewise.
13791         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: Likewise.
13792         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: Likewise.
13793         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: Likewise.
13794         * sysdeps/unix/sysv/linux/nios2/ld.abilist: Likewise.
13795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Likewise.
13796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
13797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
13798         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: Likewise.
13799         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: Likewise.
13800         * sysdeps/unix/sysv/linux/sh/ld.abilist: Likewise.
13801         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: Likewise.
13802         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: Likewise.
13803         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: Likewise.
13804         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: Likewise.
13805         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: Likewise.
13806         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: Likewise.
13807         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: Likewise.
13808         * sysdeps/generic/localplt.data (ld.so): Likewise.
13809         * sysdeps/unix/sysv/linux/aarch64/localplt.data (ld.so): Likewise.
13810         * sysdeps/unix/sysv/linux/alpha/localplt.data (ld.so): Likewise.
13811         * sysdeps/unix/sysv/linux/arm/localplt.data (ld.so): Likewise.
13812         * sysdeps/unix/sysv/linux/hppa/localplt.data (ld.so): Likewise.
13813         * sysdeps/unix/sysv/linux/i386/localplt.data (ld.so): Likewise.
13814         * sysdeps/unix/sysv/linux/ia64/localplt.data (ld.so): Likewise.
13815         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Likewise.
13816         * sysdeps/unix/sysv/linux/microblaze/localplt.data (ld.so): Likewise.
13817         * sysdeps/unix/sysv/linux/nios2/localplt.data (ld.so): Likewise.
13818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data
13819         (ld.so): Likewise.
13820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data
13821         (ld.so): Likewise.
13822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data (ld.so):
13823         Likewise.
13824         * sysdeps/unix/sysv/linux/s390/localplt.data (ld.so): Likewise.
13825         * sysdeps/unix/sysv/linux/sh/localplt.data (ld.so): Likewise.
13826         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data (ld.so): Likewise.
13827         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data (ld.so): Likewise.
13828         * sysdeps/x86_64/localplt.data (ld.so): Likewise.
13830 2016-11-30  Florian Weimer  <fweimer@redhat.com>
13832         [BZ #16628]
13833         Implement _dl_catch_error, _dl_signal_error in libc.so.
13834         * elf/dl-error-skeleton.c: Rename from elf/dl-error.c.
13835         (catch_hook): Define as thread-local or regular variable,
13836         depending on DL_ERROR_BOOTSTRAP.
13837         (CATCH_HOOK): Remove.
13838         (dl_signal_error, _dl_catch_error): Use
13839         catch_hook.  Add hidden definition for libc.
13840         (_dl_receive_error, _dl_signal_cerror): Use catch_hook.  Compile
13841         for DL_ERROR_BOOTSTRAP only.
13842         * elf/dl-error.c: New file.
13843         * elf/dl-error-minimal.c: Likewise.
13844         * elf/tst-latepthread.c: Likewise.
13845         * elf/tst-latepthreadmod.c: Likewise.
13846         * elf/Makefile (routines): Add dl-error.
13847         (dl-routines): Remove dl-error.
13848         (rtld-routines): Add dl-error-minimal.
13849         [build-shared] (tests): Add tst-latepthread.
13850         (module-names): Add tst-latepthreadmod.
13851         (LDFLAGS-tst-latepthreadmod.so): Enable lazy binding to undefined
13852         symbol.
13853         (tst-latepthreadmod.so): Link against libpthread.
13854         (tst-latepthread): Link against libdbl.
13855         * elf/Versions [libc] (GLIBC_PRIVATE): Add _dl_signal_error,
13856         _dl_catch_error.
13857         [ld] (GLIBC_PRIVATE): Likewise.
13858         * elf/dl-close.c (_dl_cose): Call _dl_signal_error directly.
13859         * elf/dl-libc.c (dlerror_run): Call _dl_catch_error directly.
13860         * elf/dl-sym.c (do_sym): Call _dl_signal_error, _dl_catch_error
13861         directly.
13862         * elf/dl-tsd.c: Remove file.
13863         * elf/rtld.c (_rtld_global_ro): Remove initializers for
13864         _dl_catch_error, _dl_signal_error.
13865         (_dl_initial_error_catch_tsd): Remove definition.
13866         (do_preload): Remove initialization of dl_error_catch_tsd.
13867         * dlfcn/dlerror.c (_dlerror_run): Call _dl_catch_error directly.
13868         * dlfcn/dlinfo.c (dlinfo_doit): Call _dl_signal_error directly.
13869         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
13870         * dlfcn/dlopen.c (dlopen_doit): Likewise.
13871         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Do not
13872         set dl_error_catch_tsd.
13873         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
13874         _dl_error_catch_tsd member.
13875         (struct rtld_global_ro): Remove _dl_catch_error, _dl_signal_error
13876         members.
13877         (_dl_initial_error_catch_tsd): Remove declaration.
13878         (_dl_dprintf): Provide definition for use outside of ld.so.
13879         [!rtld] (_dl_signal_cerror): Redirect to _dl_signal_error.
13880         (_dl_signal_error, _dl_catch_error): Make public.  Add hidden
13881         prototype for libc.
13882         * sysdeps/generic/localplt.data (ld.so): Add _dl_signal_error,
13883         _dl_catch_error.
13884         * sysdeps/unix/sysv/linux/aarch64/localplt.data (ld.so): Likewise.
13885         * sysdeps/unix/sysv/linux/alpha/localplt.data (ld.so): Likewise.
13886         * sysdeps/unix/sysv/linux/arm/localplt.data (ld.so): Likewise.
13887         * sysdeps/unix/sysv/linux/hppa/localplt.data (ld.so): Likewise.
13888         * sysdeps/unix/sysv/linux/i386/localplt.data (ld.so): Likewise.
13889         * sysdeps/unix/sysv/linux/ia64/localplt.data (ld.so): Likewise.
13890         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Likewise.
13891         * sysdeps/unix/sysv/linux/microblaze/localplt.data (ld.so):
13892         Likewise.
13893         * sysdeps/unix/sysv/linux/nios2/localplt.data (ld.so): Likewise.
13894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data
13895         (ld.so): Likewise.
13896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data
13897         (ld.so): Likewise.
13898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data (ld.so):
13899         Likewise.
13900         * sysdeps/unix/sysv/linux/s390/localplt.data (ld.so): Likewise.
13901         * sysdeps/unix/sysv/linux/sh/localplt.data (ld.so): Likewise.
13902         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data (ld.so):
13903         Likewise.
13904         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data (ld.so):
13905         Likewise.
13906         * sysdeps/x86_64/localplt.data (ld.so): Likewise.
13908 2016-11-30  Florian Weimer  <fweimer@redhat.com>
13910         [BZ #4099]
13911         * libio/filedoalloc.c (_IO_file_doallocate): Limit buffer size to
13912         _IO_BUFSIZ (8192).
13914 2016-11-30  Carlos O'Donell  <carlos@redhat.com>
13916         * PROJECTS: Remove file.
13918 2016-11-29  Florian Weimer  <fweimer@redhat.com>
13920         * iconvdata/gbk.c (BODY): Add Euro sign support (both directions).
13922 2016-11-29  Yury Norov  <ynorov@caviumnetworks.com>
13923             Steve Ellcey  <sellcey@caviumnetworks.com>
13925         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat.c: Do not define
13926         fxstat if XSTAT_IS_XSTAT64 is set to non-zero.
13927         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Ditto for
13928         fxstatat.
13929         * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat.c: Ditto for
13930         lxstat.
13931         * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat.c: Ditto for xstat.
13932         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat64.c: New file.
13933         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat64.c: New file.
13934         * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat64.c: Make __lxstat
13935         an alias of __lxstat64 if XSTAT_IS_XSTAT64 is set to non-zero.
13936         * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat64.c: Ditto for
13937         __xstat.
13939 2016-11-29  Florian Weimer  <fweimer@redhat.com>
13941         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI___sigsetjmp):
13942         Define.
13943         * sysdeps/powerpc/powerpc32/setjmp.S (__sigsetjmp): Add hidden
13944         definition.
13946 2016-11-29  Florian Weimer  <fweimer@redhat.com>
13948         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S (__longjmp): Remove
13949         version and turn into strong alias.  Remove compat symbol.
13951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
13952         (__longjmp): Remove.
13954 2016-11-29  Joseph Myers  <joseph@codesourcery.com>
13956         * bits/fp-fast.h: New file.
13957         * sysdeps/aarch64/bits/fp-fast.h: Likewise.
13958         * sysdeps/powerpc/bits/fp-fast.h: Likewise.
13959         * math/Makefile (headers): Add bits/fp-fast.h.
13960         * math/math.h: Include <bits/fp-fast.h>.
13961         * bits/mathdef.h (FP_FAST_FMA): Remove.
13962         (FP_FAST_FMAF): Likewise.
13963         (FP_FAST_FMAL): Likewise.
13964         * sysdeps/aarch64/bits/mathdef.h (FP_FAST_FMA): Likewise.
13965         (FP_FAST_FMAF): Likewise.
13966         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Likewise.
13967         (FP_FAST_FMAF): Likewise.
13968         * sysdeps/x86/bits/mathdef.h (FP_FAST_FMA): Likewise.
13969         (FP_FAST_FMAF): Likewise.
13970         (FP_FAST_FMAL): Likewise.
13971         * sysdeps/arm/bits/mathdef.h: Remove file.
13972         * sysdeps/hppa/fpu/bits/mathdef.h: Likewise.
13973         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
13974         * sysdeps/tile/bits/mathdef.h: Likewise.
13976 2016-11-28  Joseph Myers  <joseph@codesourcery.com>
13978         * math/w_ilogb_template.c: New file.  Based on math/w_ilogb.c.
13979         * math/w_ilogb.c: Remove.
13980         * math/w_ilogbf.c: Likewise.
13981         * math/w_ilogbl.c: Likewise.
13982         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: Likewise.
13983         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: Likewise.
13984         * math/Makefile (gen-libm-calls): Add w_ilogbF.
13985         (libm-calls): Remove w_ilogbF.
13986         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h
13987         (LDOUBLE_ilogbl_libm_version): New macro.
13989         * sysdeps/unix/sysv/linux/ia64/tst-setcontext2.c: New file.
13991         * sysdeps/ia64/fpu/libm-symbols.h: Make contents conditional on
13992         [!__STRICT_ANSI__ && !__cplusplus].
13994 2016-11-28  H.J. Lu  <hongjiu.lu@intel.com>
13996         [BZ #20750]
13997         * sysdeps/x86_64/sysdep.h (JUMPTARGET): Check SHARED instead
13998         of PIC.
14000 2016-11-28  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
14001             Yury Norov  <ynorov@caviumnetworks.com>
14002             Steve Ellcey  <sellcey@caviumnetworks.com>
14004         * sysdeps/aarch64/crti.S: Add include of sysdep.h.
14005         (call_weak_fn): Use PTR_REG to get correct reg name in ILP32.
14006         * sysdeps/aarch64/dl-irel.h: Add include of sysdep.h.
14007         (elf_irela): Use AARCH64_R macro to get correct relocation in ILP32.
14008         * sysdeps/aarch64/dl-machine.h: Add include of sysdep.h.
14009         (elf_machine_load_address, RTLD_START, RTLD_START_1, RTLD_START,
14010         elf_machine_type_class, ELF_MACHINE_JMP_SLOT, elf_machine_rela,
14011         elf_machine_lazy_rel): Add ifdef's for ILP32 support.
14012         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return,
14013         _dl_tlsdesc_return_lazy, _dl_tlsdesc_dynamic,
14014         _dl_tlsdesc_resolve_hold): Extend pointers in ILP32, use PTR_REG
14015         to get correct reg name for ILP32.
14016         * sysdeps/aarch64/dl-trampoline.S (ip01): New Macro.
14017         (RELA_SIZE): New Macro.
14018         (_dl_runtime_resolve, _dl_runtime_profile): Use new macros and PTR_REG
14019         to support ILP32.
14020         * sysdeps/aarch64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Add
14021         cast for ILP32 mode.
14022         * sysdeps/aarch64/memcmp.S (memcmp): Extend arg pointers for ILP32 mode.
14023         * sysdeps/aarch64/memcpy.S (memmove, memcpy): Ditto.
14024         * sysdeps/aarch64/memset.S (__memset): Ditto.
14025         * sysdeps/aarch64/strchr.S (strchr): Ditto.
14026         * sysdeps/aarch64/strchrnul.S (__strchrnul): Ditto.
14027         * sysdeps/aarch64/strcmp.S (strcmp): Ditto.
14028         * sysdeps/aarch64/strcpy.S (strcpy): Ditto.
14029         * sysdeps/aarch64/strlen.S (__strlen): Ditto.
14030         * sysdeps/aarch64/strncmp.S (strncmp): Ditto.
14031         * sysdeps/aarch64/strnlen.S (strnlen): Ditto.
14032         * sysdeps/aarch64/strrchr.S (strrchr): Ditto.
14033         * sysdeps/unix/sysv/linux/aarch64/clone.S: Ditto.
14034         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext): Ditto.
14035         * sysdeps/unix/sysv/linux/aarch64/swapcontext.S (__swapcontext): Ditto.
14036         * sysdeps/aarch64/__longjmp.S (__longjmp): Extend pointers in ILP32,
14037         change PTR_MANGLE call to use register numbers instead of names.
14038         * sysdeps/unix/sysv/linux/aarch64/getcontext.S (__getcontext): Ditto.
14039         * sysdeps/aarch64/setjmp.S (__sigsetjmp): Extend arg pointers for
14040         ILP32 mode, change PTR_MANGLE calls to use register numbers.
14041         * sysdeps/aarch64/start.S (_start): Ditto.
14042         * sysdeps/aarch64/nptl/bits/pthreadtypes.h
14043         (__PTHREAD_RWLOCK_INT_FLAGS_SHARED): New define.
14044         (__SIZEOF_PTHREAD_ATTR_T, __SIZEOF_PTHREAD_MUTEX_T,
14045         __SIZEOF_PTHREAD_MUTEXATTR_T, __SIZEOF_PTHREAD_COND_T,
14046         __SIZEOF_PTHREAD_COND_COMPAT_T, __SIZEOF_PTHREAD_CONDATTR_T,
14047         __SIZEOF_PTHREAD_RWLOCK_T, __SIZEOF_PTHREAD_RWLOCKATTR_T,
14048         __SIZEOF_PTHREAD_BARRIER_T, __SIZEOF_PTHREAD_BARRIERATTR_T):
14049         Make defined values dependent on __ILP32__.
14050         * sysdeps/aarch64/nptl/bits/semaphore.h (__SIZEOF_SEM_T): Change define.
14051         (sem_t): Change __align type.
14052         * sysdeps/aarch64/sysdep.h (AARCH64_R, PTR_REG, PTR_LOG_SIZE, DELOUSE,
14053         PTR_SIZE): New Macros.
14054         (LDST_PCREL, LDST_GLOBAL) Update to use PTR_REG.
14055         * sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h (O_LARGEFILE):
14056         Set when in ILP32 mode.
14057         (F_GETLK64, F_SETLK64, F_SETLKW64): Only set in LP64 mode.
14058         * sysdeps/unix/sysv/linux/aarch64/dl-cache.h (DL_CACHE_DEFAULT_ID):
14059         Set elf flags for ILP32.
14060         (add_system_dir): Set ILP32 library directories.
14061         * sysdeps/unix/sysv/linux/aarch64/init-first.c
14062         (_libc_vdso_platform_setup): Set minimum kernel version for ILP32.
14063         * sysdeps/unix/sysv/linux/aarch64/ldconfig.h
14064         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add ILP32 names.
14065         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h (GET_PC, SET_PC):
14066         New Macros.
14067         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Handle ILP32 pointers.
14069 2016-11-28  Steve Ellcey  <sellcey@caviumnetworks.com>
14071         * sysdeps/unix/sysv/linux/fstatfs64.c: Reorder include files,
14072         only alias fstatfs and __fstatfs if STATFS_IS_STATFS64 is non-zero.
14073         * sysdeps/unix/sysv/linux/statfs64.c: Ditto for statfs and __statfs.
14075 2016-11-28  Joseph Myers  <joseph@codesourcery.com>
14077         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: Do not include
14078         <asm/cachectl.h>.
14080 2016-11-27  Zack Weinberg  <zackw@panix.com>
14082         * libio/libio.h: Use __USE_GNU, not _GNU_SOURCE, in a conditional.
14083         * test-skeleton.c: Include stdint.h to ensure uintptr_t is available.
14085 2016-11-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14087         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Cast expressions results to
14088         error_t to fix usage in C++ programs.
14090 2016-11-26  Joseph Myers  <joseph@codesourcery.com>
14092         * scripts/build-many-glibcs.py: Import datetime module.
14093         (Context.__init__): Load JSON build state.  Initialize list of
14094         status logs.
14095         (Context.run_builds): Update saved build state.
14096         (Context.add_makefile_cmdlist): Update list of status logs.
14097         (Context.load_build_state_json): New function.
14098         (Context.store_build_state_json): Likewise.
14099         (Context.clear_last_build_state): Likewise.
14100         (Context.update_build_state): Likewise.
14101         (CommandList.status_logs): Likewise.
14103 2016-11-25  Joseph Myers  <joseph@codesourcery.com>
14105         * scripts/build-many-glibcs.py (Context.__init__): Save text of
14106         script being executed.
14107         (Context.get_script_text): New function.
14108         (Context.exec_self): Likewise.
14109         (Context.checkout): Re-exec script if changed by checkout process.
14111 2016-11-24  Joseph Myers  <joseph@codesourcery.com>
14113         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
14114         (setpayloadsig): New declaration.
14115         * math/Versions (setpayloadsig): New libm symbol at version
14116         GLIBC_2.25.
14117         (setpayloadsigf): Likewise.
14118         (setpayloadsigl): Likewise.
14119         * math/Makefile (libm-calls): Add s_setpayloadsigF.
14120         * math/libm-test.inc (RUN_TEST_Ff_b1): Call feclearexcept
14121         (FE_ALL_EXCEPT) after initializing EXTRA_VAR.
14122         (setpayloadsig_test_data): New array.
14123         (setpayloadsig_test): New function.
14124         (main): Call setpayloadsig_test.
14125         * manual/arith.texi (FP Bit Twiddling): Document setpayloadsig,
14126         setpayloadsigf and setpayloadsigl.
14127         * manual/libm-err-tab.pl: Update comment on interfaces without
14128         ulps tabulated.
14129         * sysdeps/ieee754/dbl-64/s_setpayloadsig.c: New file.
14130         * sysdeps/ieee754/flt-32/s_setpayloadsigf.c: Likewise.
14131         * sysdeps/ieee754/ldbl-128/s_setpayloadsigl.c: Likewise.
14132         * sysdeps/ieee754/ldbl-128ibm/s_setpayloadsigl.c: Likewise.
14133         * sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c: Likewise.
14134         * sysdeps/ieee754/ldbl-opt/nldbl-setpayloadsig.c: Likewise.
14135         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
14136         setpayloadsig.
14137         (CFLAGS-nldbl-setpayloadsig.c): New variable.
14138         * sysdeps/nacl/libm.abilist: Update.
14139         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
14140         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
14141         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
14142         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
14143         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
14144         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
14145         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
14146         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
14147         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
14148         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
14149         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
14150         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
14151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
14152         Likewise.
14153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
14154         Likewise.
14155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
14156         Likewise.
14157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
14158         Likewise.
14159         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
14160         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
14161         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
14162         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
14163         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
14164         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
14165         Likewise.
14166         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
14167         Likewise.
14168         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
14169         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
14170         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
14172         * scripts/build-many-glibcs.py: Import json module.
14173         (Context.__init__): Take replace_sources argument.  Load
14174         versions.json.
14175         (Context.load_versions_json): New function.
14176         (Context.store_json): Likewise.
14177         (Context.store_versions_json): Likewise.
14178         (Context.set_component_version): Likewise.
14179         (Context.checkout): Update versions.json.  Check for and handle
14180         changes of version.  Prefer previously explicitly specified
14181         version to default version.
14182         (Context.checkout_vcs): Return a revision identifier.
14183         (Context.git_checkout): Likewise.
14184         (Context.gcc_checkout): Likewise.
14185         (get_parser): Add --replace-sources option.
14186         (main): Pass replace_sources argument to Context call.
14188 2016-11-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
14190         * sysdeps/nptl/fork.c (__libc_fork): Remove pid cache setting.
14191         * nptl/allocatestack.c (allocate_stack): Likewise.
14192         (__reclaim_stacks): Likewise.
14193         (setxid_signal_thread): Obtain pid through syscall.
14194         * nptl/nptl-init.c (sigcancel_handler): Likewise.
14195         (sighandle_setxid): Likewise.
14196         * nptl/pthread_cancel.c (pthread_cancel): Likewise.
14197         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
14198         * sysdeps/unix/sysv/linux/pthread_sigqueue.c (pthread_sigqueue):
14199         Likewise.
14200         * sysdeps/unix/sysv/linux/createthread.c (create_thread): Likewise.
14201         * sysdeps/unix/sysv/linux/raise.c (raise): Remove old behaviour
14202         comment.
14203         * sysdeps/unix/sysv/linux/getpid.c: Remove file.
14204         * nptl/descr.h (struct pthread): Change comment about pid value.
14205         * nptl/pthread_getattr_np.c (pthread_getattr_np): Remove thread
14206         pid assert.
14207         * sysdeps/unix/sysv/linux/pthread-pids.h (__pthread_initialize_pids):
14208         Do not set pid value.
14209         * nptl_db/td_ta_thr_iter.c (iterate_thread_list): Remove thread
14210         pid cache check.
14211         * nptl_db/td_thr_validate.c (td_thr_validate): Likewise.
14212         * sysdeps/aarch64/nptl/tcb-offsets.sym: Remove pid offset.
14213         * sysdeps/alpha/nptl/tcb-offsets.sym: Likewise.
14214         * sysdeps/arm/nptl/tcb-offsets.sym: Likewise.
14215         * sysdeps/hppa/nptl/tcb-offsets.sym: Likewise.
14216         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
14217         * sysdeps/ia64/nptl/tcb-offsets.sym: Likewise.
14218         * sysdeps/m68k/nptl/tcb-offsets.sym: Likewise.
14219         * sysdeps/microblaze/nptl/tcb-offsets.sym: Likewise.
14220         * sysdeps/mips/nptl/tcb-offsets.sym: Likewise.
14221         * sysdeps/nios2/nptl/tcb-offsets.sym: Likewise.
14222         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
14223         * sysdeps/s390/nptl/tcb-offsets.sym: Likewise.
14224         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
14225         * sysdeps/sparc/nptl/tcb-offsets.sym: Likewise.
14226         * sysdeps/tile/nptl/tcb-offsets.sym: Likewise.
14227         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
14228         * sysdeps/unix/sysv/linux/aarch64/clone.S: Remove pid and tid caching.
14229         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
14230         * sysdeps/unix/sysv/linux/arm/clone.S: Likewise.
14231         * sysdeps/unix/sysv/linux/hppa/clone.S: Likewise.
14232         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14233         * sysdeps/unix/sysv/linux/ia64/clone2.S: Likewise.
14234         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
14235         * sysdeps/unix/sysv/linux/nios2/clone.S: Likewise.
14236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
14237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
14238         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
14239         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
14240         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
14241         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Likewise.
14242         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
14243         * sysdeps/unix/sysv/linux/tile/clone.S: Likewise.
14244         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
14245         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Remove pid set and reset.
14246         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
14247         * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise.
14248         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
14249         * sysdeps/unix/sysv/linux/ia64/vfork.S: Likewise.
14250         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
14251         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
14252         * sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
14253         * sysdeps/unix/sysv/linux/nios2/vfork.S: Likewise.
14254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
14255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
14256         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
14257         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
14258         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
14259         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Likewise.
14260         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Likewise.
14261         * sysdeps/unix/sysv/linux/tile/vfork.S: Likewise.
14262         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
14263         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: Likewise.
14264         * sysdeps/unix/sysv/linux/tst-clone2.c (f): Remove direct pthread
14265         struct access.
14266         (clone_test): Remove function.
14267         (do_test): Rewrite to take in consideration pid is not cached anymore.
14269 2016-11-24  Joseph Myers  <joseph@codesourcery.com>
14271         * bits/flt-eval-method.h: New file.
14272         * sysdeps/m68k/m680x0/bits/flt-eval-method.h: Likewise.
14273         * sysdeps/s390/bits/flt-eval-method.h: Likewise.
14274         * sysdeps/x86/bits/flt-eval-method.h: Likewise.
14275         * math/Makefile (headers): Add bits/flt-eval-method.h.
14276         * math/math.h: Include <bits/flt-eval-method.h>.
14277         [__USE_ISOC99] (float_t): Define based on __GLIBC_FLT_EVAL_METHOD.
14278         [__USE_ISOC99] (double_t): Likewise.
14279         * bits/mathdef.h (float_t): Remove.
14280         (double_t): Likewise.
14281         * sysdeps/aarch64/bits/mathdef.h (float_t): Likewise.
14282         (double_t): Likewise.
14283         * sysdeps/alpha/bits/mathdef.h (float_t): Likewise.
14284         (double_t): Likewise.
14285         * sysdeps/arm/bits/mathdef.h (float_t): Likewise.
14286         (double_t): Likewise.
14287         * sysdeps/hppa/fpu/bits/mathdef.h (float_t): Likewise.
14288         (double_t): Likewise.
14289         * sysdeps/ia64/bits/mathdef.h (float_t): Likewise.
14290         (double_t): Likewise.
14291         * sysdeps/m68k/m680x0/bits/mathdef.h (float_t): Likewise.
14292         (double_t): Likewise.
14293         * sysdeps/mips/bits/mathdef.h (float_t): Likewise.
14294         (double_t): Likewise.
14295         * sysdeps/powerpc/bits/mathdef.h (float_t): Likewise.
14296         (double_t): Likewise.
14297         * sysdeps/s390/bits/mathdef.h (float_t): Likewise.
14298         (double_t): Likewise.
14299         * sysdeps/sh/sh4/bits/mathdef.h (float_t): Likewise.
14300         (double_t): Likewise.
14301         * sysdeps/sparc/bits/mathdef.h (float_t): Likewise.
14302         (double_t): Likewise.
14303         * sysdeps/tile/bits/mathdef.h (float_t): Likewise.
14304         (double_t): Likewise.
14305         * sysdeps/x86/bits/mathdef.h (float_t): Likewise.
14306         (double_t): Likewise.
14308 2016-11-24  Aurelien Jarno  <aurelien@aurel32.net>
14310         * sysdeps/x86_64/memcpy_chk.S (__memcpy_chk): Check for SHARED
14311         instead of PIC.
14313 2016-11-23  Joseph Myers  <joseph@codesourcery.com>
14315         [BZ #20859]
14316         * sysdeps/sh/sh4/bits/mathdef.h (FP_ILOGB0): Define to
14317         (-0x7fffffff) instead of 0x80000001.
14318         * math/test-fp-ilogb-constants.c: New file.
14319         * math/Makefile (tests): Add test-fp-ilogb-constants.
14321 2016-11-23  Maciej W. Rozycki  <macro@imgtec.com>
14323         * sysdeps/mips/mips32/crti.S (JALR_RELOC): New macro.
14324         (_init): Use it in place of hardcoded R_MIPS_JALR.
14325         * sysdeps/mips/mips64/n32/crti.S (JALR_RELOC): New macro.
14326         (_init): Use it in place of hardcoded R_MIPS_JALR.
14327         * sysdeps/mips/mips64/n64/crti.S (JALR_RELOC): New macro.
14328         (_init): Use it in place of hardcoded R_MIPS_JALR.
14330 2016-11-23  Joseph Myers  <joseph@codesourcery.com>
14332         [BZ #20787]
14333         * sysdeps/x86/bits/mathdef.h (float_t): Do not define to float if
14334         [__x86_64__] when __FLT_EVAL_METHOD__ is nonzero.
14335         (double_t): Do not define to double if [__x86_64__] when
14336         __FLT_EVAL_METHOD__ is nonzero.
14337         * sysdeps/x86/fpu/test-flt-eval-method-387.c: New file.
14338         * sysdeps/x86/fpu/test-flt-eval-method-sse.c: Likewise.
14339         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14340         test-flt-eval-method-387 and test-flt-eval-method-sse.
14341         [$(subdir) = math] (CFLAGS-test-flt-eval-method-387.c): New
14342         variable.
14343         [$(subdir) = math] (CFLAGS-test-flt-eval-method-sse.c): Likewise.
14345 2016-11-23  Chris Metcalf  <cmetcalf@mellanox.com>
14347         * scripts/build-many-glibcs.py (Context.add_all_configs): Revert
14348         use of -fno-isolate-erroneous-paths options for tilepro.
14350 2016-11-23  Florian Weimer  <fweimer@redhat.com>
14352         * elf/dl-load.c (_dl_map_object_from_fd): Delayed TLS data
14353         structure initialization is no longer needed.
14355 2016-11-23  Joseph Myers  <joseph@codesourcery.com>
14357         [BZ #20855]
14358         * bits/mathdef.h (float_t): Define to float.
14359         * math/test-flt-eval-method.c: New file.
14360         * math/Makefile (tests): Add test-flt-eval-method.
14361         (CFLAGS-test-flt-eval-method.c): New variable.
14363 2016-11-22  Steve Ellcey  <sellcey@caviumnetworks.com>
14365         * sysdeps/unix/sysv/linux/fstatfs64.c: Hide prototypes for fstatfs
14366         and __fstatfs.  Make them aliases of __fstatfs64 if
14367         STATFS_IS_STATFS64 is set to non-zero.
14368         * sysdeps/unix/sysv/linux/statfs64.c: Ditto for __statfs, statfs,
14369         and __statfs64.
14370         * sysdeps/unix/sysv/linux/generic/wordsize-32/fstatfs.c: Do not
14371         define __fstatfs and fstatfs if STATFS_IS_STATFS64 is non-zero.
14372         * sysdeps/unix/sysv/linux/generic/wordsize-32/statfs.c: Ditto
14373         for __statfs and statfs.
14374         * sysdeps/unix/sysv/linux/alpha/kernel_stat.h: Set STATFS_IS_STATFS64
14375         to 0.
14376         * sysdeps/unix/sysv/linux/generic/kernel_stat.h: Ditto.
14377         * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: Ditto.
14378         * sysdeps/unix/sysv/linux/ia64/kernel_stat.h: Ditto.
14379         * sysdeps/unix/sysv/linux/kernel_stat.h: Ditto.
14380         * sysdeps/unix/sysv/linux/microblaze/kernel_stat.h: Ditto.
14381         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Ditto.
14382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Ditto.
14383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/kernel_stat.h: Ditto.
14384         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Ditto.
14385         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Ditto.
14386         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Ditto.
14387         * sysdeps/unix/sysv/linux/x86_64/kernel_stat.h: Ditto.
14389 2016-11-22  Andreas Schwab  <schwab@suse.de>
14391         * misc/mkstemp.c: Include <fcntl.h>.
14392         * misc/mkstemps.c: Likewise.
14393         * misc/mkostemp.c: Likewise.
14394         * misc/mkostemps.c: Likewise.
14396 2016-11-22  Adhemerval Zanella  <adhemerva.zanella@linaro.org>
14398         [BZ #20847]
14399         * posix/execvpe.c (maybe_script_execute): Remove write past allocated
14400         array bounds.
14401         (__execvpe): Likewise.
14403 2016-11-22  Joseph Myers  <joseph@codesourcery.com>
14405         * scripts/build-many-glibcs.py (Context.add_all_configs): Also use
14406         -fno-isolate-erroneous-paths options for tilepro.
14408 2016-11-21  Steve Ellcey  <sellcey@caviumnetworks.com>
14410         * sysdeps/unix/sysv/linux/generic/kernel_stat.h: Set XSTAT_IS_XSTAT64
14411         to 0 when in 32 bit mode.
14412         * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: Set XSTAT_IS_XSTAT64 to 0.
14413         * sysdeps/unix/sysv/linux/kernel_stat.h: Ditto.
14414         * sysdeps/unix/sysv/linux/microblaze/kernel_stat.h: Ditto.
14415         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Ditto.
14416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Ditto.
14417         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Ditto.
14418         * sysdeps/unix/sysv/linux/fxstat.c: Replace #ifdef with #if on
14419         XSTAT_IS_XSTAT64 test.
14420         * sysdeps/unix/sysv/linux/fxstatat.c: Ditto.
14421         * sysdeps/unix/sysv/linux/generic/lxstat.c: Ditto.
14422         * sysdeps/unix/sysv/linux/generic/xstat.c: Ditto.
14423         * sysdeps/unix/sysv/linux/i386/fxstat.c: Ditto.
14424         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Ditto.
14425         * sysdeps/unix/sysv/linux/i386/lxstat.c: Ditto.
14426         * sysdeps/unix/sysv/linux/i386/xstat.c: Ditto.
14427         * sysdeps/unix/sysv/linux/lxstat.c: Ditto.
14428         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Ditto.
14429         * sysdeps/unix/sysv/linux/xstat.c: Ditto.
14430         * sysdeps/unix/sysv/linux/xstatconv.c: Ditto.
14432 2016-11-19  Joseph Myers  <joseph@codesourcery.com>
14434         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
14435         (setpayload): New declaration.
14436         * math/Versions (setpayload): New libm symbol at version
14437         GLIBC_2.25.
14438         (setpayloadf): Likewise.
14439         (setpayloadl): Likewise.
14440         * math/Makefile (libm-calls): Add s_setpayloadF.
14441         * math/libm-test.inc (struct test_Ffp_b1_data): Rename to struct
14442         test_Ff_b1_data.
14443         (RUN_TEST_Ff_b1): New macro.
14444         (RUN_TEST_LOOP_Ff_b1): Likewise.
14445         (canonicalize_test_data): Update type.
14446         (setpayload_test_data): New array.
14447         (setpayload_test): New function.
14448         (main): Call setpayload_test.
14449         * manual/arith.texi (FP Bit Twiddling): Document setpayload,
14450         setpayloadf and setpayloadl.
14451         * manual/libm-err-tab.pl: Update comment on interfaces without
14452         ulps tabulated.
14453         * sysdeps/ieee754/dbl-64/s_setpayload.c: New file.
14454         * sysdeps/ieee754/dbl-64/s_setpayload_main.c: Likewise.
14455         * sysdeps/ieee754/dbl-64/wordsize-64/s_setpayload_main.c:
14456         Likewise.
14457         * sysdeps/ieee754/flt-32/s_setpayloadf.c: Likewise.
14458         * sysdeps/ieee754/flt-32/s_setpayloadf_main.c: Likewise.
14459         * sysdeps/ieee754/ldbl-128/s_setpayloadl.c: Likewise.
14460         * sysdeps/ieee754/ldbl-128/s_setpayloadl_main.c: Likewise.
14461         * sysdeps/ieee754/ldbl-128ibm/s_setpayloadl.c: Likewise.
14462         * sysdeps/ieee754/ldbl-128ibm/s_setpayloadl_main.c: Likewise.
14463         * sysdeps/ieee754/ldbl-96/s_setpayloadl.c: Likewise.
14464         * sysdeps/ieee754/ldbl-96/s_setpayloadl_main.c: Likewise.
14465         * sysdeps/ieee754/ldbl-opt/nldbl-setpayload.c: Likewise.
14466         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
14467         setpayload.
14468         (CFLAGS-nldbl-setpayload.c): New variable.
14469         * sysdeps/nacl/libm.abilist: Update.
14470         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
14471         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
14472         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
14473         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
14474         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
14475         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
14476         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
14477         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
14478         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
14479         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
14480         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
14481         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
14482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
14483         Likewise.
14484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
14485         Likewise.
14486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
14487         Likewise.
14488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
14489         Likewise.
14490         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
14491         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
14492         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
14493         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
14494         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
14495         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
14496         Likewise.
14497         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
14498         Likewise.
14499         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
14500         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
14501         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
14503 2016-11-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
14505         * hurd/hurd.h (__hurd_fail_noerrno): Remove function.
14506         * include/unistd.h: Extend comment about __access_noerrno return
14507         semantics.
14508         * sysdeps/match/hurd/access.c (__hurd_fail_noerrno): Return -1.
14509         (access_common): Correct typo for EACCES.
14511 2016-11-18  Chris Metcalf  <cmetcalf@mellanox.com>
14513         * sysdeps/tile/math-tests.h: New file.
14515         * sysdeps/unix/sysv/linux/tile/set_dataplane.c
14516         (__old_set_dataplane): Rename from set_dataplane and make a
14517         compatibility symbol.
14518         * sysdeps/unix/sysv/linux/tile/sys/dataplane.h: Remove file.
14519         * sysdeps/unix/sysv/linux/tile/Makefile (sysdep_headers): Remove
14520         sys/dataplane.h.
14522 2016-11-18  Joseph Myers  <joseph@codesourcery.com>
14524         * scripts/build-many-glibcs.py (Context.write_files): Make wrapper
14525         script quote words in command output to log suitably for input to
14526         the shell.
14528 2016-11-18  Matthew Fortune  <Matthew.Fortune@imgtec.com>
14529             Maciej W. Rozycki  <macro@imgtec.com>
14531         * sysdeps/mips/mips32/crti.S (_init): Add `.insn' pseudo-op at
14532         `.Lno_weak_fn' label.
14533         * sysdeps/mips/mips64/n32/crti.S (_init): Likewise.
14534         * sysdeps/mips/mips64/n64/crti.S (_init): Likewise.
14536 2016-11-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
14537             Yury Norov  <ynorov@caviumnetworks.com>
14539         * bits/typesizes.h (__RLIM_T_MATCHES_RLIM64_T): define.
14540         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
14541         (__RLIM_T_MATCHES_RLIM64_T): Likewise.
14542         * sysdeps/unix/sysv/linux/generic/bits/typesizes.h
14543         (__RLIM_T_MATCHES_RLIM64_T): Likewise.
14544         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h [__s390x__]
14545         (__RLIM_T_MATCHES_RLIM64_T): Likewise.
14546         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
14547         [__arch64__ || __sparcv9] (__RLIM_T_MATCHES_RLIM64_T): Likewise.
14548         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h [__86_64__]
14549         (__RLIM_T_MATCHES_RLIM64_T): Likewise.
14550         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = resource]
14551         (sysdep_routines): Remove oldgetrlimit64.
14552         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = resource]
14553         (sysdep_routines): Likewise.
14554         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir) = resource]
14555         (sysdep_routines): Likewise.
14556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
14557         [$(subdir) = resource] (sysdep_routines): Likewise.
14558         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile
14559         [$(subdir) = resource] (sysdep_routines): Likewise.
14560         * sysdeps/unix/sysv/linux/arm/getrlimit64.c: Remove file.
14561         * sysdeps/unix/sysv/linux/arm/oldgetrlimit64.c: Likewise.
14562         * sysdeps/unix/sysv/linux/arm/oldgetrlimit.c: Likewise.
14563         * sysdeps/unix/sysv/linux/arm/oldsetrlimit.c: Likewise.
14564         * sysdeps/unix/sysv/linux/hppa/getrlimit64.c: Likewise.
14565         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
14566         * sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: Likewise.
14567         * sysdeps/unix/sysv/linux/m68k/getrlimit64.c: Likewise.
14568         * sysdeps/unix/sysv/linux/m68k/oldgetrlimit64.c: Likewise.
14569         * sysdeps/unix/sysv/linux/powerpc/getrlimit64.c: Likewise.
14570         * sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c: Likewise.
14571         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit64.c: Likewise.
14572         * sysdeps/unix/sysv/linux/s390/s390-32/oldgetrlimit64.c: Likewise.
14573         * sysdeps/unix/sysv/linux/sh/getrlimit64.c: Likewise.
14574         * sysdeps/unix/sysv/linux/wordsize-64/getrlimit64.c: Likewise.
14575         * sysdeps/unix/sysv/linux/wordsize-64/setrlimit64.c: Likewise.
14576         * sysdeps/sysv/linux/generic/wordsize-32/syscalls.list: Remove
14577         setrlimit and getrlimit.
14578         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
14579         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
14580         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list: Likewise.
14581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
14582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
14583         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
14584         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
14585         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
14586         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
14587         * sysdeps/unix/sysv/linux/getrlimit.c: New file.
14588         * sysdeps/unix/sysv/linux/sparc/getrlimit64.c: Likewise.
14589         * sysdeps/unix/sysv/linux/setrlimit.c: Likewise.
14590         * sysdeps/unix/sysv/linux/getrlimit64.c (__getrlimit64): Handle
14591         __RLIM_T_MATCHES_RLIM64_T and add alias if defined.
14592         (__old_getrlimit64): Add compatibility symbol.
14593         * sysdeps/unix/sysv/linux/setrlimit64.c (__setrlimit): Likewise.
14595 2016-11-17  Joseph Myers  <joseph@codesourcery.com>
14597         * scripts/build-many-glibcs.py (Config.build_gcc): Configure with
14598         newly built gmp, mpfr and mpc.
14600         * sysdeps/unix/sysv/linux/alpha/sys/user.h: Include <stddef.h>.
14602 2016-11-16  Joseph Myers  <joseph@codesourcery.com>
14604         * conform/Makefile (linknamespace-libs): Rename to
14605         linknamespace-libs-thr.
14606         (linknamespace-libs-posix): New variable.
14607         (linknamespace-libs-xsi): Likewise.
14608         (linknamespace-libs-XPG3): Include libcrypt.a.
14609         (linknamespace-libs-XPG4): Use $(linknamespace-libs-XPG3).
14610         (linknamespace-libs-POSIX): Use $(linknamespace-libs-thr).
14611         (linknamespace-libs-UNIX98): Use $(linknamespace-libs-xsi).
14612         (linknamespace-libs-XOPEN2K): Likewise.
14613         (linknamespace-libs-XOPEN2K8): Likewise.
14614         (linknamespace-libs-POSIX2008): Use $(linknamespace-libs-posix).
14616         [BZ #20829]
14617         * stdio-common/Versions (__snprintf): Add to version
14618         GLIBC_PRIVATE.
14619         * include/stdio.h (__snprintf): Use libc_hidden_proto.
14620         * stdio-common/snprintf.c (__snprintf): Use libc_hidden_def.
14621         * crypt/sha256-crypt.c (__sha256_crypt_r): Use __snprintf instead
14622         of snprintf.
14623         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
14625 2016-11-16  Zack Weinberg  <zackw@panix.com>
14627         * string/string.h: Remove obsolete comment stating that
14628         strcoll_l and strxfrm_l have not yet been standardized.
14630 2016-11-16  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
14632         * hurd/hurd.h (__hurd_fail_noerrno): New function.
14633         * include/unistd.h [IS_IN (rtld) || !defined SHARED]: Declare
14634         __access_noerrno.
14635         * io/access.c (__access_noerrno): New function.
14636         * sysdeps/mach/hurd/access.c (hurd_fail_seterrno): New function.
14637         (hurd_fail_seterrno): Likewise.
14638         (access_common): Likewise.
14639         (__access_noerrno): Likewise.
14640         * sysdeps/nacl/access.c (__access_noerrno): Likewise.
14641         * sysdeps/unix/sysv/linux/access.c (__access_noerrno): Likewise.
14642         * sysdeps/nacl/nacl-interfaces.h (NACL_CALL_NOERRNO): New
14643         macro.
14645 2016-11-16  Joseph Myers  <joseph@codesourcery.com>
14647         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h (register_dump):
14648         Only declare fpregs if [__SH_FPU_ANY__].
14650 2016-11-15  Joseph Myers  <joseph@codesourcery.com>
14652         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h [__SH4__ || __SH4A__]:
14653         Make code unconditional.
14654         [!(__SH4__ || __SH4A__)]: Remove conditional code.
14656 2016-11-15  Rical Jasan  <ricaljasan@pacific.net>
14658         * manual/sysinfo.texi (S_APPEND): Delete.
14659         (S_IMMUTABLE): Likewise.
14661 2016-11-15  Denis Kaganovich  <mahatma@eu.by>
14662             Magnus Granberg  <zorry@gentoo.org>
14663             Mike Frysinger  <vapier@gentoo.org>
14665         [BZ #20662]
14666         * configure.ac (libc_cv_predef_stack_protector): Also check for
14667         __stack_chk_fail_local symbols.
14668         * configure: Regenerated.
14670 2016-11-15  Florian Weimer  <fweimer@redhat.com>
14672         * sysdeps/s390/s390-64/setjmp.S (NEED_COMPAT_SYMBOLS): New macro.
14673         (libc_hidden_def): Remove redefinition.
14674         (__sigsetjmp): Add hidden definition.
14675         * sysdeps/s390/s390-32/setjmp.S (NEED_COMPAT_SYMBOLS): New macro.
14676         (libc_hidden_def): Remove redefinition.
14677         (__sigsetjmp): Add hidden definition.
14679 2016-11-14  Joseph Myers  <joseph@codesourcery.com>
14681         * scripts/build-many-glibcs.py (os.path): Do not import.
14682         (Context): Inherit explicitly from object.  Remove blank line
14683         between class and docstring.
14684         (Config): Likewise.
14685         (Glibc): Likewise.
14686         (Command): Likewise.
14687         (CommandList): Likewise.
14688         (Context.write_files): Store chmod mode in a variable.
14690         * sysdeps/unix/sysv/linux/tile/tilegx/configure.ac: Use
14691         LIBC_SLIBDIR_RTLDDIR for tilegx32.
14692         * sysdeps/unix/sysv/linux/tile/tilegx/configure: Regenerated.
14694 2016-11-14  Zack Weinberg  <zackw@panix.com>
14696         * sunrpc/Makefile (rpcgen-tests): Delete the .out file before
14697         creating or re-creating it.
14699         * string/bits/string2.h: Fix typo in comment.
14701 2016-11-14  Zack Weinberg  <zackw@panix.com>
14703         * misc/sys/sysmacros.h (__SYSMACROS_DM, __SYSMACROS_DM1): New macros.
14704         (__SYSMACROS_DEPRECATION_MSG, __SYSMACROS_FST_DECL_TEMPL)
14705         (__SYSMACROS_FST_IMPL_TEMPL): Delete.
14706         (major, minor, makedev): Use __SYSMACROS_DM in definition, instead
14707         of redirected function names.
14709         * misc/sys/cdefs.h (__glibc_macro_warning): Activate for clang >= 3.5
14710         as well.  Document that MESSAGE must be a single string literal.
14712 2016-11-11  Joseph Myers  <joseph@codesourcery.com>
14714         * scripts/build-many-glibcs.py: New file.
14716         * stdlib/bug-getcontext.c: Include <libc-internal.h>.
14717         (do_test): Disable -Wmaybe-uninitialized around uses of
14718         except_mask.
14720         * sysdeps/unix/sysv/linux/sh/sys/user.h: Include <stddef.h>.
14722 2016-11-10  Chris Metcalf  <cmetcalf@mellanox.com>
14724         * sysdeps/tile/tilepro/atomic-machine.h (atomic_store_relaxed)
14725         (atomic_store_release): Provide tilepro-specific implementations.
14727 2016-11-10  Joseph Myers  <joseph@codesourcery.com>
14729         * math/math.h (__MATH_TG): New macro.
14730         [__USE_ISOC99] (fpclassify): Define using __MATH_TG.
14731         [__USE_ISOC99] (signbit): Likewise.
14732         [__USE_ISOC99] (isfinite): Likewise.
14733         [__USE_ISOC99] (isnan): Likewise.
14734         [__USE_ISOC99] (isinf): Likewise.
14735         [__GLIBC_USE (IEC_60559_BFP_EXT)] (issignaling): Likewise.
14736         [__GLIBC_USE (IEC_60559_BFP_EXT)] (__MATH_EVAL_FMT2): New macro.
14737         [__GLIBC_USE (IEC_60559_BFP_EXT)] (iseqsig): Define using
14738         __MATH_TG and __MATH_EVAL_FMT2.
14739         * sysdeps/generic/math_private.h (fabs_tg): Define using
14740         __MATH_TG.
14741         * sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h
14742         [!__NO_LONG_DOUBLE_MATH] (__iscanonicalf): New macro.
14743         [!__NO_LONG_DOUBLE_MATH] (__iscanonical): Likewise.
14744         [!__NO_LONG_DOUBLE_MATH] (iscanonical): Define using __MATH_TG.
14745         * sysdeps/ieee754/ldbl-96/bits/iscanonical.h (__iscanonicalf): New
14746         macro.
14747         (__iscanonical): Likewise.
14748         (iscanonical): Define using __MATH_TG.
14750 2016-11-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
14752         * sysdeps/unix/sysv/linux/sh/kernel-features.h: Add include
14753         guards.
14755         * sysdeps/unix/sysv/linux/access.c: New file.
14756         * sysdeps/unix/sysv/linux/generic/access.c: Remove file.
14758 2016-11-10  Steve Ellcey  <sellcey@caviumnetworks.com>
14760         * sysdeps/tile/tilepro/bits/wordsize.h: Define __WORDSIZE32_SIZE_ULONG
14761         and __WORDSIZE32_PTRDIFF_LONG.
14763 2016-11-10  Siddhesh Poyarekar  <siddhesh@sourceware.org>
14765         * sysdeps/aarch64/libm-test-ulps: Regenerated.
14767 2016-11-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
14769         * sysdeps/unix/sysv/linux/arm/truncate64.c: Remove file.
14770         * sysdeps/unix/sysv/linux/generic/wordsize-32/truncate.c: Likewise.
14771         * sysdeps/sysv/linux/generic/wordsize-32/truncate64.c: Likewise.
14772         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: Likewise.
14773         * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: Likewise.
14774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Likewise.
14775         * sysdeps/unix/sysv/linux/wordsize-64/truncate64.c: Likewise.
14776         * sysdeps/unix/sysv/linux/truncate.c: New file.
14777         * sysdeps/unix/sysv/linux/truncate64.c (truncate64): Use
14778         INLINE_SYSCALL_CALL, __ALIGNMENT_ARG and SYSCALL_LL64 macros.
14779         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (truncate):
14780         Remove.
14781         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (truncate):
14782         Likewise.
14784         * posix/tst-truncate-common.c: New file.
14785         * posix/tst-truncate.c: Use tst-truncate-common.c.
14786         * posix/tst-truncate64.c: Likewise and add LFS tests.
14787         * sysdeps/unix/sysv/linux/arm/ftruncate64.c: Remove file.
14788         * sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate.c: Likewise.
14789         * sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate64.c: Likewise.
14790         * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: Likewise.
14791         * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: Likewise.
14792         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Likewise.
14793         * sysdeps/unix/sysv/linux/wordsize-64/ftruncate64.c: Likewise.
14794         * sysdeps/unix/sysv/linux/ftruncate.c: New file.
14795         * sysdeps/unix/sysv/linux/ftruncate64.c (__ftruncate64): Use
14796         INLINE_SYSCALL_CALL, __ALIGNMENT_ARG and SYSCALL_LL64 macros.
14797         [__OFF_T_MATCHES_OFF64_T] (ftruncate): Add alias.
14798         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
14799         Remove.
14800         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (ftruncate):
14801         Likewise.
14803 2016-11-08  Joseph Myers  <joseph@codesourcery.com>
14805         [BZ #20790]
14806         * sunrpc/rpc_parse.c (get_prog_declaration): Increase buffer size
14807         to MAXLINESIZE.
14808         * sunrpc/bug20790.x: New file.
14809         * sunrpc/Makefile [$(run-built-tests) = yes] (rpcgen-tests): New
14810         variable.
14811         [$(run-built-tests) = yes] (tests-special): Add $(rpcgen-tests).
14812         [$(run-built-tests) = yes] ($(rpcgen-tests)): New rule.
14814         * sysdeps/unix/sysv/linux/sh/localplt.data: New file.
14816         * sysdeps/unix/sysv/linux/hppa/localplt.data: New file.
14818         * sysdeps/unix/sysv/linux/alpha/localplt.data: Make __tls_get_addr
14819         optional in ld.so.  Allow R_ALPHA_GLOB_DAT relocation for malloc,
14820         calloc, realloc, free, memalign and __libc_memalign rather than
14821         making them optional.
14823         * sysdeps/unix/sysv/linux/nios2/localplt.data: Add __extendsfdf2
14824         for libc.so.
14826 2016-11-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
14828         * nptl/Makefile (libpthread-routines): Remove ptw-llseek and add
14829         ptw-lseek64.
14830         * sysdeps/unix/sysv/linux/Makefile (sysdeps_routines): Remove llseek.
14831         * sysdeps/unix/sysv/linux/alpha/Makefile  (sysdeps_routines):
14832         Likewise.
14833         * sysdeps/unix/sysv/linux/generic/wordsize-32/llseek.c: Remove file.
14834         * sysdeps/unix/sysv/linux/generic/wordsize-32/lseek.c: Remove file.
14835         * sysdeps/unix/sysv/linux/mips/mips64/llseek.c: Likewise.
14836         * sysdeps/unix/sysv/linux/llseek.c: Remove file.
14837         * sysdeps/unix/sysv/linux/lseek.c: New file.
14838         * sysdeps/unix/sysv/linux/lseek64.c: Add default Linux implementation.
14839         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove lseek and
14840         __libc_lseek64 from auto-generation.
14841         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
14842         * sysdeps/unix/sysv/linux/x86_64/x32/lseek64.S: New file.
14844 2016-11-07  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
14846         * nptl/tst-basic1.c (tf, do_test): Use write_message.
14847         * nptl/tst-cleanup1.c (do_test): Likewise.
14848         * nptl/tst-cleanup3.c (do_test): Likewise.
14849         * nptl/tst-key1.c (do_test): Likewise.
14850         * nptl/tst-key2.c (tf, do_test): Likewise.
14851         * nptl/tst-key3.c (tf, do_test): Likewise.
14852         * nptl/tst-stdio1.c (do_test): Likewise.
14853         * nptl/tst-stdio2.c (do_test): Likewise.
14855         * nptl/tst-kill3.c (handler): Use write_message in place of write.
14856         * nptl/tst-kill6.c (handler): Likewise.
14857         * nptl/tst-tls2.c (CB): Likewise.
14858         * nptl/tst-tls3.c (CB): Likewise.
14860 2016-11-07  Joseph Myers  <joseph@codesourcery.com>
14862         * scripts/check-installed-headers.sh: Ignore sys/sysctl.h for x32.
14864 2016-11-07  Yury Norov  <ynorov@caviumnetworks.com>
14865             Steve Ellcey  <sellcey@caviumnetworks.com>
14867         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: #define
14868           __ASSUME_ST_INO_64_BIT as 0
14869         * sysdeps/unix/sysv/linux/sh/kernel-features.h: Likewise.
14870         * sysdeps/unix/sysv/linux/fxstat64.c: Replace #ifdef with #if
14871           over the code where __ASSUME_ST_INO_64_BIT is used.
14872         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
14873         * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
14874         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
14876 2016-11-07  Florian Weimer  <fweimer@redhat.com>
14878         * sysdeps/aarch64/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
14879         Document ABI exposure of the __kind offset.
14880         * sysdeps/arm/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
14881         Mention reason for the __kind offset exposure in the ABI.
14882         * sysdeps/hppa/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
14883         Likewise.
14884         * sysdeps/ia64/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
14885         Likewise.
14886         * sysdeps/m68k/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
14887         Likewise.
14888         * sysdeps/microblaze/nptl/bits/pthreadtypes.h
14889         (struct __pthread_mutex_s): Likewise.
14890         * sysdeps/mips/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
14891         Likewise.
14892         * sysdeps/nios2/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
14893         Likewise.
14894         * sysdeps/s390/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
14895         Likewise.
14896         * sysdeps/sh/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
14897         Likewise.
14898         * sysdeps/sparc/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
14899         Likewise.
14900         * sysdeps/tile/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
14901         Likewise.
14902         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
14903         (struct __pthread_mutex_s): Likewise.
14904         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14905         (struct __pthread_mutex_s): Likewise.
14906         * sysdeps/x86/bits/pthreadtypes.h (struct __pthread_mutex_s):
14907         Likewise.
14909 2016-11-07  Steve Ellcey  <sellcey@caviumnetworks.com>
14911         * test-skeleton.c: Document do_test usage.
14913 2016-11-06  Aurelien Jarno  <aurelien@aurel32.net>
14915         * iconv/gconv.h (__gconv_info): Define __data element using a
14916         zero-length array.
14918 2016-11-04  Steve Ellcey  <sellcey@caviumnetworks.com>
14920         * math/test-tgmath2.c: Split up test function.
14922 2016-11-04  Joseph Myers  <joseph@codesourcery.com>
14924         * Rules (tests-expected): New variable, depending on
14925         $(run-built-tests).
14926         (tests): Pass $(tests-expected) to merge-test-results.sh, not
14927         $(tests).
14929         * Rules [$(run-built-tests) = no] (tests): Do not depend on
14930         $(tests-unsupported).
14932 2016-11-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
14934         * sysdeps/unix/sysv/linux/sparc/bits/wordsize.h
14935         (__WORDSIZE_TIME64_COMPAT32): Define for both 32 and  64 bits.
14937 2016-11-04  Joseph Myers  <joseph@codesourcery.com>
14939         [BZ #20768]
14940         * sysdeps/alpha/fpu/feholdexcpt.c (__feholdexcept): Call
14941         __fegetenv instead of fegetenv.
14943         [BZ #14139]
14944         * manual/libm-err-tab.pl (%pplatforms): Initialize to empty.
14945         (find_files): Obtain platform name from libm-test-ulps-name and
14946         store in %pplatforms.
14947         (canonicalize_platform): Remove.
14948         (print_platforms): Use $pplatforms directly.
14949         (by_platforms): Do not allow for platforms missing from
14950         %pplatforms.
14951         * sysdeps/aarch64/libm-test-ulps-name: New file.
14952         * sysdeps/alpha/fpu/libm-test-ulps-name: Likewise.
14953         * sysdeps/arm/libm-test-ulps-name: Likewise.
14954         * sysdeps/generic/libm-test-ulps-name: Likewise.
14955         * sysdeps/hppa/fpu/libm-test-ulps-name: Likewise.
14956         * sysdeps/i386/fpu/libm-test-ulps-name: Likewise.
14957         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps-name: Likewise.
14958         * sysdeps/ia64/fpu/libm-test-ulps-name: Likewise.
14959         * sysdeps/m68k/coldfire/fpu/libm-test-ulps-name: Likewise.
14960         * sysdeps/m68k/m680x0/fpu/libm-test-ulps-name: Likewise.
14961         * sysdeps/microblaze/libm-test-ulps-name: Likewise.
14962         * sysdeps/mips/mips32/libm-test-ulps-name: Likewise.
14963         * sysdeps/mips/mips64/libm-test-ulps-name: Likewise.
14964         * sysdeps/nios2/libm-test-ulps-name: Likewise.
14965         * sysdeps/powerpc/fpu/libm-test-ulps-name: Likewise.
14966         * sysdeps/powerpc/nofpu/libm-test-ulps-name: Likewise.
14967         * sysdeps/s390/fpu/libm-test-ulps-name: Likewise.
14968         * sysdeps/sh/libm-test-ulps-name: Likewise.
14969         * sysdeps/sparc/fpu/libm-test-ulps-name: Likewise.
14970         * sysdeps/tile/libm-test-ulps-name: Likewise.
14971         * sysdeps/x86_64/fpu/libm-test-ulps-name: Likewise.
14973         * sysdeps/unix/sysv/linux/mips/sys/user.h: Include <stddef.h>.
14975         * sysdeps/unix/sysv/linux/mips/Makefile [$(subdir) = elf]
14976         (test-xfail-check-execstack): New variable.
14978         * sysdeps/mips/localplt.data: New file.
14980 2016-11-04  Yury Norov  <ynorov@caviumnetworks.com>
14981             Steve Ellcey  <sellcey@caviumnetworks.com>
14983         * bits/wordsize.h: Add documentation.
14984         * sysdeps/aarch64/bits/wordsize.h : New file
14985         * sysdeps/generic/stdint.h (PTRDIFF_MIN, PTRDIFF_MAX): Update
14986         definitions.
14987         (SIZE_MAX): Change ifdef to if in __WORDSIZE32_SIZE_ULONG check.
14988         * sysdeps/gnu/bits/utmp.h (__WORDSIZE_TIME64_COMPAT32): Check
14989         with #if instead of #ifdef.
14990         * sysdeps/gnu/bits/utmpx.h (__WORDSIZE_TIME64_COMPAT32): Ditto.
14991         * sysdeps/mips/bits/wordsize.h (__WORDSIZE32_SIZE_ULONG,
14992         __WORDSIZE32_PTRDIFF_LONG, __WORDSIZE_TIME64_COMPAT32):
14993         Add or change defines.
14994         * sysdeps/powerpc/powerpc32/bits/wordsize.h: Likewise.
14995         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
14996         * sysdeps/s390/s390-32/bits/wordsize.h: Likewise.
14997         * sysdeps/s390/s390-64/bits/wordsize.h: Likewise.
14998         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
14999         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
15000         * sysdeps/tile/tilegx/bits/wordsize.h: Likewise.
15001         * sysdeps/tile/tilepro/bits/wordsize.h: Likewise.
15002         * sysdeps/unix/sysv/linux/alpha/bits/wordsize.h: Likewise.
15003         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
15004         * sysdeps/unix/sysv/linux/sparc/bits/wordsize.h: Likewise.
15005         * sysdeps/wordsize-32/bits/wordsize.h: Likewise.
15006         * sysdeps/wordsize-64/bits/wordsize.h: Likewise.
15007         * sysdeps/x86/bits/wordsize.h: Likewise.
15009 2016-11-04  Wilco Dijkstra  <wdijkstr@arm.com>
15010             Kevin Petit  <kevin.petit@arm.com>
15012         * sysdeps/aarch64/memchr.S (__memchr): New file.
15014 2016-11-04  Joseph Myers  <joseph@codesourcery.com>
15016         * sysdeps/tile/preconfigure: Accept tilegx* instead of tilegx.
15018 2016-11-03  Joseph Myers  <joseph@codesourcery.com>
15020         [BZ #19398]
15021         * conform/Makefile ($(linknamespace-header-tests)): Also depend on
15022         $(linknamespace-symlists-tests).
15024 2016-11-02  Steve Ellcey  <sellcey@caviumnetworks.com>
15026         * time/tst-strptime2.c: Ignore -Wformat-length warning.
15028 2016-11-02  Florian Weimer  <fweimer@redhat.com>
15029             Carlos O'Donell  <carlos@redhat.com>
15031         [Bug #20729]
15032         * resolv/res_send.c (send_vc): Revert DIAG_IGNORE_Os_NEEDS_COMMENT
15033         change to non -Os related diagnostic.  Use DIAG_IGNORE_Os_NEEDS_COMMENT
15034         for -Os related change.
15036 2016-11-01  Steve Ellcey  <sellcey@caviumnetworks.com>
15038         * stdio-common/tst-printf.c: Ignore -Wformat-length warning.
15040 2016-11-01  Joseph Myers  <joseph@codesourcery.com>
15042         [BZ #19673]
15043         * manual/math.texi (Exponents and Logarithms): Correct description
15044         of clog10.
15046 2016-10-31  Carlos O'Donell  <carlos@redhat.com>
15048         [Bz #20729]
15049         * locale/weight.h: Include libc-internal.h.
15050         * locale/weightwc.h: Likewise.
15051         * nptl/nptl_dbP.h: Likewise.
15053 2016-10-31  Brent W. Baccala  <cosine@freesoft.org>
15055         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Do not deallocate memobj_wr
15056         when it is MACH_PORT_NULL.
15058 2016-10-31  Andreas Schwab  <schwab@suse.de>
15060         [BZ #20707]
15061         * posix/glob.c (glob): Initialize pglob before checking for
15062         GLOB_BRACE.  Don't call glob recursively if pattern contains no
15063         valid brace expression despite GLOB_BRACE.
15064         * posix/globtest.sh: Test it.
15066 2016-10-28  Carlos O'Donell  <carlos@redhat.com>
15068         [BZ #20729]
15069         * include/libc-internal.h (DIAG_IGNORE_Os_NEEDS_COMMENT):
15070         Define.
15071         * iconvdata/iso-2022-cn-ext.c: Include libc-internal.h and ignore
15072         -Wmaybe-uninitialized for BODY macro only for -Os compiles.
15073         * locale/weight.h (findix): Ignore -Wmaybe-uninitialized error
15074         for seq2.back_us and seq1.back_us only for -Os compiles.
15075         * locale/weightwc.h (findix): Likewise.
15076         * nptl_db/thread_dbP.h: Ignore -Wmaybe-uninitialized error for
15077         DB_GET_FIELD_ADDRESS only for -Os compiles.
15078         * resolv/res_send (reopen): Ignore -Wmaybe-uninitialized error
15079         for slen only for -Os compiles.
15080         * string/strcoll_l.c (get_next_seq): Ignore
15081         -Wmaybe-uninitialized for seq2.save_idx and seq1.save_idx only
15082         for -Os compiles.
15084         * elf/Makefile (CFALGS-tst-linkall-static): Remove.
15085         * include/crypt.h: New file.
15087 2016-10-28  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
15089         * dlfcn/bug-atexit3-lib.cc (write_message): New function, copied
15090         from test-skeleton.c.
15091         (statclass): Replace calls to write with calls to write_message.
15093 2016-10-28  Joseph Myers  <joseph@codesourcery.com>
15095         * math/math.h
15096         [__GLIBC_USE (IEC_60559_BFP_EXT) && __GNUC_PREREQ (3, 3)] (SNANF):
15097         New macro.
15098         [__GLIBC_USE (IEC_60559_BFP_EXT) && __GNUC_PREREQ (3, 3)] (SNAN):
15099         Likewise.
15100         [__GLIBC_USE (IEC_60559_BFP_EXT) && __GNUC_PREREQ (3, 3)] (SNANL):
15101         Likewise.
15102         * manual/arith.texi (Infinity and NaN): Document SNANF, SNAN and
15103         SNANL.
15104         * math/test-double.h (snan_value_MACRO): New macro.
15105         * math/test-float.h (snan_value_MACRO): Likewise.
15106         * math/test-ldouble.h (snan_value_MACRO): Likewise.
15107         * math/libm-test.inc (issignaling_test_data): Add tests of
15108         snan_value_MACRO.
15110 2016-10-28  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
15112         * nptl/pthread_rwlock_unlock.c: Add a comment explaining its
15113         behavior when eliding a lock not held by the current thread.
15114         * sysdeps/powerpc/nptl/elide.h: Likewise.
15116 2016-10-28  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
15118         [BZ #20728]
15119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Replace a
15120         branch to _exit() by a function call.
15122 2016-10-28  Florian Weimer  <fweimer@redhat.com>
15124         * malloc/malloc.c: Update chunk layout comments.
15125         (chunk_main_arena): Update comment.
15127 2016-10-28  Florian Weimer  <fweimer@redhat.com>
15129         * crypt/sha256.c, crypt/sha256-block.c,
15130         sysdeps/sparc/sparc64/multiarch/sha256-block.c: Rename
15131         sha256_process_block to __sha256_process_block.
15132         * crypt/sha512.c, crypt/sha512-block.c,
15133         sysdeps/sparc/sparc64/multiarch/sha512-block.c: Rename
15134         sha512_process_block to __sha512_process_block.
15136 2016-10-28  Carlos O'Donell  <carlos@redhat.com>
15138         * elf/Makefile (CFLAGS-tst-linkall-static): Define.
15140         * math/test-nan-overflow.c: Include stdlib.h for malloc.
15142 2016-10-28  H.J. Lu  <hongjiu.lu@intel.com>
15144         [BZ #20019]
15145         * sysdeps/i386/dl-machine.h (elf_machine_rel): Check IFUNC
15146         definition in unrelocated shared library.
15147         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
15149 2016-10-28  Florian Weimer  <fweimer@redhat.com>
15151         [BZ #20729]
15152         Support i386 builds with CFLAGS which imply -fno-omit-frame-pointer.
15153         * sysdeps/unix/sysv/linux/i386/Makefile
15154         (uses-6-syscall-arguments): Define.
15155         [subdir == misc] (CFLAGS-epoll_pwait.o, CFLAGS-epoll_pwait.os)
15156         (CFLAGS-mmap.o, CFLAGS-mmap.os, CFLAGS-mmap64.o, CFLAGS-mmap64.os)
15157         (CFLAGS-pselect.o, CFLAGS-pselect.os, CFLAGS-rtld-mmap.os): Use it.
15158         [subdir = sysvipc] (CFLAGS-semtimedop.o, CFLAGS-semtimedop.os):
15159         Likewise.
15160         [subdir = io] (CFLAGS-posix_fadvise64.o, CFLAGS-posix_fadvise64.os)
15161         (CFLAGS-posix_fallocate.o, CFLAGS-posix_fallocate.os)
15162         (CFLAGS-posix_fallocate64.o, CFLAGS-posix_fallocate64.os)
15163         (CFLAGS-sync_file_range.o, CFLAGS-sync_file_range.os)
15164         (CFLAGS-fallocate.o, CFLAGS-fallocate.os, CFLAGS-fallocate64.o)
15165         (CFLAGS-fallocate64.os): Likewise.
15166         [subdir = nptl] (CFLAGS-pthread_rwlock_timedrdlock.o)
15167         (CFLAGS-pthread_rwlock_timedrdlock.os)
15168         (CFLAGS-pthread_rwlock_timedwrlock.o)
15169         (CFLAGS-pthread_rwlock_timedwrlock.os, CFLAGS-sem_wait.o)
15170         (CFLAGS-sem_wait.os, CFLAGS-sem_timedwait.o)
15171         (CFLAGS-sem_timedwait.os): Likewise.
15173 2016-10-28  Florian Weimer  <fweimer@redhat.com>
15175         * elf/tst-linkall-static.c: New file.
15176         * elf/Makefile (tests-static): Add tst-linkall-static.
15177         (tst-linkall-static): Link against static libraries.
15179 2016-10-27  Florian Weimer  <fweimer@redhat.com>
15181         * malloc/malloc.c (sysmalloc): Initialize previous size field of
15182         mmaped chunks.
15184 2016-10-28  Florian Weimer  <fweimer@redhat.com>
15186         * malloc/malloc.c (struct malloc_chunk): Rename prev_size, size
15187         members to mchunk_prev_size, mchunk_size.
15188         (chunk_main_arena): Reverse sense and rename from
15189         chunk_non_main_arena.
15190         (prev_inuse, chunk_is_mmapped, chunk_main_arena): Use
15191         mchunk_size instead of size.
15192         (set_non_main_arena): Define.
15193         (chunksize): Use chunksize_nomask instead of direct member access.
15194         (chunksize_nomask): Define.
15195         (next_chunk): Use chunksize instead of direct member access.
15196         (prev_size, set_prev_size): Define.
15197         (prev_chunk): Use prev_size instead of direct member access.
15198         (inuse, set_inuse, clear_inuse): Use chunksize and mchunk_size member.
15199         (inuse_bit_at_offset, set_inuse_bit_at_offset)
15200         (clear_inuse_bit_at_offset): Use mchunk_size member instead of size.
15201         (mchunk_prev_size, mchunk_size): Poison tokens.
15202         (unlink): Use chunksize_nomask, prev_size accessors.
15203         (do_check_remalloced_chunk): Use chunk_main_arena accessor.
15204         (do_check_free_chunk): Use prev_size accessor.
15205         (sysmalloc): Use set_prev_size, set_head accessors.
15206         (munmap_chunk, mremap_chunk): Use prev_size accessor.
15207         (__libc_free): Use chunksize_nomask accessor.
15208         (_int_malloc): Use set_non_main_arena, chunksize_nomask,
15209         chunk_main_arena accessors.
15210         (_int_free): Use chunksize_nomask, prev_size accessors.
15211         (malloc_consolidate): Use chunksize, prev_size accessors.
15212         (_int_realloc): Use chunksize_nomask accessor.
15213         (_int_memalign): Use set_prev_size accessor.
15214         (__malloc_info): Use chunksize_nomask accessor.
15215         * malloc/hooks.c (mem2chunk_check): Use prev_size, prev_inuse
15216         accessors.
15217         * malloc/arena.c (arena_for_chunk): Use chunk_main_arena accessor.
15218         (heap_trim): Use chunksize_nomask, prev_size accessors.
15220 2016-10-28  Joseph Myers  <joseph@codesourcery.com>
15222         [BZ #19380]
15223         * stdlib/strtod_l.c (round_and_return): Force "inexact" exception
15224         for inexact results.
15225         * stdlib/gen-tst-strtod-round.c (string_to_fp): Return indication
15226         of inexact result where mpfr_subnormalize is the only inexact
15227         step.
15228         * stdlib/tst-strtod-round-data.h: Regenerated.
15229         * stdlib/tst-strtod-round-skeleton.c [!FE_INEXACT] (FE_INEXACT):
15230         Define to 0.
15231         (GEN_ONE_TEST): Test inexact exceptions raised are as expected.
15233 2016-10-27  David S. Miller  <davem@davemloft.net>
15235         * sysdeps/unix/sysv/linux/sparc/sys/user.h: Include stddef.h
15237 2016-10-27  Siddhesh Poyarekar  <siddhesh@sourceware.org>
15239         * malloc/malloc.c (do_set_mallopt_check): New function.
15240         (do_set_mmap_threshold): Likewise.
15241         (do_set_mmaps_max): Likewise.
15242         (do_set_top_pad): Likewise.
15243         (do_set_perturb_byte): Likewise.
15244         (do_set_trim_threshold): Likewise.
15245         (do_set_arena_max): Likewise.
15246         (do_set_arena_test): Likewise.
15247         (__libc_mallopt): Use them.
15249 2016-10-26  Joseph Myers  <joseph@codesourcery.com>
15251         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
15252         (canonicalize): New declaration.
15253         * math/Versions (canonicalize): New libm symbol at version
15254         GLIBC_2.25.
15255         (canonicalizef): Likewise.
15256         (canonicalizel): Likewise.
15257         * math/Makefile (gen-libm-calls): Add s_canonicalizeF.
15258         * math/s_canonicalize_template.c: New file.
15259         * math/libm-test.inc: Update comment on functions tested and
15260         testing of NaN payloads.
15261         (TEST_NAN_PAYLOAD): New macro.
15262         (NO_TEST_INLINE): Update value.
15263         (XFAIL_TEST): Likewise.
15264         (ERRNO_UNCHANGED): Likewise.
15265         (ERRNO_EDOM): Likewise.
15266         (ERRNO_ERANGE): Likewise.
15267         (IGNORE_RESULT): Likewise.
15268         (NON_FINITE): Likewise.
15269         (TEST_SNAN): Likewise.
15270         (NO_TEST_MATHVEC): Likewise.
15271         (TEST_NAN_PAYLOAD_CANONICALIZE): New macro.
15272         (check_float_internal): Check NaN payloads if TEST_NAN_PAYLOAD.
15273         (struct test_Ffp_b1_data): New type.
15274         (RUN_TEST_Ffp_b1): New macro.
15275         (RUN_TEST_LOOP_Ffp_b1): Likewise.
15276         (canonicalize_test_data): New array.
15277         (canonicalize_test): New function.
15278         (main): Call canonicalize_test.
15279         * manual/arith.texi (FP Bit Twiddling): Document canonicalize,
15280         canonicalizef and canonicalizel.
15281         * manual/libm-err-tab.pl: Update comment on interfaces without
15282         ulps tabulated.
15283         * sysdeps/ieee754/ldbl-opt/nldbl-canonicalize.c: New file.
15284         * sysdeps/ieee754/ldbl-opt/s_canonicalizel.c: Likewise.
15285         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
15286         canonicalize.
15287         (CFLAGS-nldbl-canonicalize.c): New variable.
15288         * sysdeps/ieee754/ldbl-128ibm/test-iscanonical-ldbl-128ibm.c: Move
15289         to ...
15290         * sysdeps/ieee754/ldbl-128ibm/test-canonical-ldbl-128ibm.c:
15291         ... here.
15292         (do_test): Also test canonicalizel.
15293         * sysdeps/ieee754/ldbl-128ibm/Makefile (tests): Change
15294         test-iscanonical-ldbl-128ibm to test-canonical-ldbl-128ibm.
15295         * sysdeps/ieee754/ldbl-128ibm/include/bits/iscanonical.h: New
15296         file.
15297         * sysdeps/ieee754/ldbl-128ibm/s_iscanonicall.c (__iscanonicall):
15298         Use libm_hidden_def.
15299         * sysdeps/ieee754/ldbl-96/test-iscanonical-ldbl-96.c: Move to ...
15300         * sysdeps/ieee754/ldbl-96/test-canonical-ldbl-96.c: ... here.
15301         (do_test): Also test canonicalizel.
15302         * sysdeps/ieee754/ldbl-96/Makefile (tests): Change
15303         test-iscanonical-ldbl-96 to test-canonical-ldbl-96.
15304         * sysdeps/ieee754/ldbl-96/include/bits/iscanonical.h: New file.
15305         * sysdeps/ieee754/ldbl-96/s_iscanonicall.c (__iscanonicall): Use
15306         libm_hidden_def.
15307         * sysdeps/generic/math-tests.h (SNAN_TESTS_PRESERVE_PAYLOAD): New
15308         macro.
15309         * sysdeps/mips/math-tests.h [__mips_hard_float && !__mips_nan2008]
15310         (SNAN_TESTS_PRESERVE_PAYLOAD): Likewise.
15311         * sysdeps/nacl/libm.abilist: Update.
15312         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
15313         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
15314         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
15315         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
15316         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
15317         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
15318         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
15319         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
15320         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
15321         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
15322         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
15323         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
15324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
15325         Likewise.
15326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
15327         Likewise.
15328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
15329         Likewise.
15330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
15331         Likewise.
15332         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
15333         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
15334         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
15335         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
15336         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
15337         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
15338         Likewise.
15339         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
15340         Likewise.
15341         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
15342         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
15343         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
15345         * sysdeps/ieee754/ldbl-opt/nldbl-getpayload.c: New file.
15346         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
15347         getpayload.
15348         (CFLAGS-nldbl-getpayload.c): New variable.
15350 2016-10-26  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
15352         * stdio-common/vfscanf.c (_IO_vfwscanf): Use read_int to parse
15353         integer from the format string.
15355 2016-10-26  Florian Weimer  <fweimer@redhat.com>
15357         [BZ #19473]
15358         * malloc/malloc.h (malloc_get_state, malloc_set_state): Remove
15359         declarations.
15360         * malloc/malloc.c (malloc_get_state, malloc_set_state): Remove
15361         weak aliases.
15362         * malloc/hooks.c (__malloc_get_state): Remove definition.
15363         (malloc_get_state): New stub implementation as
15364         compatibility symbol.
15365         (malloc_set_state): Rename from __malloc_set_state.  Turn into
15366         compat symbol.
15367         * malloc/tst-mallocstate.c: Rewrite to approximate how Emacs uses
15368         malloc_set_state.
15369         * malloc/Makefile (LDFLAGS-tst-mallocstate): Link with -rdynamic.
15371 2016-10-26  Florian Weimer  <fweimer@redhat.com>
15373         * iconvdata/iso646.c (enum variant): Drop illegal_var.
15374         (names): Turn into concatenation of strings.
15375         (gconv_init): Adapt iteration over names.
15377 2016-10-26  Florian Weimer  <fweimer@redhat.com>
15379         * iconvdata/ibm930.h (__ucs4_to_ibm930sb): Remove indirection and
15380         make const.
15381         * iconvdata/ibm933.h (__ucs4_to_ibm933sb): Likewise.
15382         * iconvdata/ibm935.h (__ucs4_to_ibm935sb): Likewise.
15383         * iconvdata/ibm939.h (__ucs4_to_ibm939sb): Likewise.
15384         * iconvdata/ibm930.c [TO_LOOP] (BODY): Store converted single-byte
15385         character in sbconv.
15386         * iconvdata/ibm933.c [TO_LOOP] (BODY): Likewise.
15387         * iconvdata/ibm935.c [TO_LOOP] (BODY): Likewise.
15388         * iconvdata/ibm939.c [TO_LOOP] (BODY): Likewise.
15390 2016-10-26  Siddhesh Poyarekar  <siddhesh@sourceware.org>
15392         * malloc/malloc.c (M_ARENA_TEST, M_ARENA_MAX): Remove.
15394         * manual/memory.texi (M_TOP_PAD): Remove reference to sbrk.
15395         (M_TRIM_THRESHOLD): Likewise.
15397         * manual/memory.texi (M_ARENA_TEST): Add documentation.
15398         (M_ARENA_MAX): Likewise.
15399         * malloc/malloc.c: Remove obsolete comment.
15401         * manual/memory.texi: Add environment variable alternatives to
15402         setting mallopt parameters.
15404 2016-10-26  Carlos O'Donell  <carlos@redhat.com>
15406         * include/atomic.h
15407         [USE_COMPILER_ATOMIC_BUILTINS && !atomic_fetch_xor_release]
15408         (atomic_fetch_xor_release): Use atomic_compare_exchange_weak_release.
15410 2016-10-25  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15412         * stdlib/Makefile (tests): Add tst-strfrom and tst-strfrom-locale.
15413         * stdlib/tst-strfrom.h: New file.
15414         * stdlib/tst-strfrom.c: New file.
15415         * stdlib/tst-strfrom-locale.c: New file.
15417         * stdlib/bug-strtod.c: Refactor based on GEN_TEST_STRTOD_FOREACH.
15418         * stdlib/bug-strtod2.c: Likewise.
15419         * stdlib/tst-strtod-round-skeleton.c: Likewise.
15420         * stdlib/tst-strtod6.c: Likewise.
15421         * stdlib/tst-strtod.h (GEN_TEST_STRTOD_FOREACH): Use strfrom.
15423 2016-10-25  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
15425         * NEWS: Mention the addition of strfromd, strfromf, and strfroml.
15426         * manual/arith.texi: Document strfromd, strfromf, strfroml.
15427         * stdlib/Makefile: Add strfromd, strfromf, and strfroml.
15428         * stdlib/Versions (GLIBC_2.25): Add strfromd, strfromf, and strfroml.
15429         * stdlib/stdlib.h (strfromd): New declaration.
15430         (strfromf): Likewise.
15431         (strfroml): Likewise.
15432         * stdlib/strfrom-skeleton.c: New file.  Generic implementation for
15433         strfrom.
15434         * stdlib/strfromd.c: New file.
15435         * stdlib/strfromf.c: Likewise.
15436         * stdlib/strfroml.c: Likewise.
15437         * stdlib/bits/stdlib-ldbl.h: Add redirection from strfroml to strfromd.
15438         * sysdeps/ieee754/ldbl-opt/Makefile: Add rule for nldbl-strfroml.c.
15439         * sysdeps/ieee754/ldbl-opt/nldbl-strfroml.c: New file;
15440         * sysdeps/arm/nacl/libc.abilist: Update.
15441         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Likewise.
15442         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
15443         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
15444         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
15445         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
15446         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
15447         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
15448         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
15449         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
15450         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
15451         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
15452         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
15453         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
15454         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
15455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: Likewise.
15456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist: Likewise.
15457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
15458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
15459         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
15460         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
15461         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
15462         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
15463         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
15464         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
15465         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
15466         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
15467         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
15468         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
15470 2016-10-25  Joseph Myers  <joseph@codesourcery.com>
15472         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Use cmplwi
15473         instead of cmpli.
15474         * sysdeps/powerpc/powerpc64/power6/memset.S (memset): Use cmpldi
15475         instead of cmpli.
15477 2016-10-24  Yury Norov  <ynorov@caviumnetworks.com>
15479         * sysdeps/unix/sysv/linux/fxstat.c: Remove useless cast.
15480         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
15481         * sysdeps/unix/sysv/linux/xstat.c: Likewise.
15482         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
15483         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
15484         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
15486 2016-10-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
15488         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Use SYSCALL_LL_PRW.
15489         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
15490         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Use
15491         SYSCALL_LL64_PRW.
15492         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
15493         * sysdeps/unix/sysv/linux/sh/kernel-features.h: Define
15494         __ASSUME_PRW_DUMMY_ARG.
15495         * sysdeps/unix/sysv/linux/sh/pread.c: Remove file.
15496         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
15497         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
15498         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
15499         * sysdeps/unix/sysv/linux/sysdep.h: Define SYSCALL_LL_PRW and
15500         SYSCALL_LL_PRW64 based on __ASSUME_PRW_DUMMY_ARG.
15502 2016-10-24  Steve Ellcey  <sellcey@caviumnetworks.com>
15504         * sysdeps/unix/sysv/linux/tst-setgetname.c: Increase buffer size.
15506 2016-10-22  Florian Weimer  <fweimer@redhat.com>
15508         * math/math.h [__cplusplus] (iszero): Wrap C++ bits in extern
15509         "C++", to override a potential extern "C" directive around the
15510         header file inclusion.
15512 2016-10-21  Joseph Myers  <joseph@codesourcery.com>
15514         * benchtests/Makefile (CFLAGS-bench-sqrt.c): New variable.
15516 2016-10-21  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
15518         * sysdeps/powerpc/fpu/fenv_private.h:
15519         (_FPU_MASK_ALL): Rename to...
15520         (_FPU_ALL_TRAPS): New macro representing ISA VE OE UE ZE and
15521         XE FPSCR bits.
15523         (_FPU_MASK_RN): New macro to mask out ISA RN bits in FPSCR.
15525         (_FPU_MASK_ROUNDING): Rename to...
15526         (_FPU_MASK_NOT_RN_NI): New macro to mask out all but ISA RN and
15527         NI bits.
15529         (_FPU_MASK_EXCEPT_ROUND): Rename to...
15530         (_FPU_MASK_TRAPS_RN): New macro to mask out exception enable
15531         bits and rounding bits.
15533         (__libc_feholdbits_ppc): New inline function to mask, set,
15534         and pontentially clear FSPCR bits, and change MSR[FE] bits.
15535         (libc_feholdexcept_ppc): Redefine using __libc_feholdbits_ppc.
15536         (libc_feholdexcept_setround_ppc): Likewise.
15538         (__libc_femergeenv_ppc): New function to dynamically mask both
15539         old and new FP environments and merge.
15540         (libc_fesetenv_ppc): Redefine in terms of __libc_femergeenv_ppc.
15541         (libc_feresetround_ppc): Likewise.
15542         (libc_feupdateenv_test_ppc): Likewise.
15543         (libc_feupdateenv_ppc): Likewise.
15545         (libc_feholdsetround_ppc_ctx): Fix usage to include masking
15546         of ISA RN bits, and update macro names.
15547         (libc_feholdexcept_setround_ppc_ctx): Remove as it is
15548         effectively the same as the previously mentioned function.
15550         (libc_feupdateenv_ppc_ctx): Replace libc_feupdatedenv_test_ppc
15551         usage with fe_resetround_ppc.
15553         (libc_feholdexcept_setround_ctx): Remove, this doesn't appear
15554         to be used.
15555         (libc_feholdexcept_setround_ctxf): Likewise.
15556         (libc_feholdexcept_setround_ctxl): Likewise.
15558 2016-10-21  Florian Weimer  <fweimer@redhat.com>
15560         [BZ #20715]
15561         * math/math.h [__cplusplus] (iszero): Define as function template.
15562         * math/Makefile [CXX] (tests): Add test-math-iszero.
15563         (CFLAGS-test-math-iszero.cc): Set.
15564         * math/test-math-iszero.cc: New file.
15566 2016-10-20  Joseph Myers  <joseph@codesourcery.com>
15568         [BZ #20660]
15569         * sysdeps/arm/e_sqrt.c: New file.
15570         * sysdeps/arm/e_sqrtf.c: Likewise.
15572 2016-10-19  Joseph Myers  <joseph@codesourcery.com>
15574         [BZ #20718]
15575         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S (__copysignl): Do
15576         not use floating-point comparisons to test sign.
15577         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S (__copysignl):
15578         Likewise.
15580         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
15581         (getpayload): New declaration.
15582         * math/Versions (getpayload): New libm symbol at version
15583         GLIBC_2.25.
15584         (getpayloadf): Likewise.
15585         (getpayloadl): Likewise.
15586         * math/Makefile (libm-calls): Add s_getpayloadF.
15587         * math/libm-test.inc: Include <nan-high-order-bit.h>.
15588         (struct test_f_f_data): Add comment.
15589         (RUN_TEST_fp_f): New macro.
15590         (RUN_TEST_LOOP_fp_f): Likewise.
15591         (getpayload_test_data): New array.
15592         (getpayload_test): New function.
15593         (main): Call getpayload_test.
15594         * math/gen-libm-test.pl (parse_args): Handle 'p' in argument
15595         descriptor.
15596         * manual/arith.texi (FP Bit Twiddling): Document getpayload,
15597         getpayloadf and getpayloadl.
15598         * manual/libm-err-tab.pl: Update comment on interfaces without
15599         ulps tabulated.
15600         * sysdeps/ieee754/dbl-64/s_getpayload.c: New file.
15601         * sysdeps/ieee754/dbl-64/wordsize-64/s_getpayload.c: Likewise.
15602         * sysdeps/ieee754/flt-32/s_getpayloadf.c: Likewise.
15603         * sysdeps/ieee754/ldbl-128/s_getpayloadl.c: Likewise.
15604         * sysdeps/ieee754/ldbl-128ibm/s_getpayloadl.c: Likewise.
15605         * sysdeps/ieee754/ldbl-96/s_getpayloadl.c: Likewise.
15606         * sysdeps/nacl/libm.abilist: Update.
15607         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
15608         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
15609         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
15610         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
15611         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
15612         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
15613         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
15614         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
15615         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
15616         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
15617         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
15618         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
15619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
15620         Likewise.
15621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
15622         Likewise.
15623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
15624         Likewise.
15625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
15626         Likewise.
15627         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
15628         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
15629         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
15630         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
15631         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
15632         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
15633         Likewise.
15634         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
15635         Likewise.
15636         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
15637         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
15638         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
15640 2016-10-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
15642         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = math] (tests): Move
15643         tst-fallocate{64}.
15644         * sysdeps/unix/sysv/linux/tst-fallocate-common.c: Check for EOPNOTSUPP
15645         on syscall return.
15647 2016-10-17  Carlos O'Donell  <carlos@redhat.com>
15649         [BZ #20689]
15650         * sysdeps/x86/cpu-features.c: Only enable FMA and AVX2 if AVX is
15651         usable.
15653 2016-10-17  Joseph Myers  <joseph@codesourcery.com>
15655         * sysdeps/generic/nan-high-order-bit.h: New file.
15656         * sysdeps/hppa/nan-high-order-bit.h: Likewise.
15657         * sysdeps/mips/nan-high-order-bit.h: Likewise.
15658         * sysdeps/hppa/math_private.h: Remove file.
15659         * sysdeps/mips/math_private.h (HIGH_ORDER_BIT_IS_SET_FOR_SNAN): Do
15660         not define here.
15661         * sysdeps/ieee754/dbl-64/s_issignaling.c: Include
15662         <nan-high-order-bit.h>.
15663         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15664         * sysdeps/ieee754/dbl-64/s_totalorder.c: Include
15665         <nan-high-order-bit.h>.
15666         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15667         * sysdeps/ieee754/dbl-64/s_totalordermag.c: Include
15668         <nan-high-order-bit.h>.
15669         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15670         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Include
15671         <nan-high-order-bit.h>.
15672         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15673         * sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c: Include
15674         <nan-high-order-bit.h>.
15675         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15676         * sysdeps/ieee754/dbl-64/wordsize-64/s_totalordermag.c: Include
15677         <nan-high-order-bit.h>.
15678         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15679         * sysdeps/ieee754/flt-32/s_issignalingf.c: Include
15680         <nan-high-order-bit.h>.
15681         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15682         * sysdeps/ieee754/flt-32/s_totalorderf.c: Include
15683         <nan-high-order-bit.h>.
15684         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15685         * sysdeps/ieee754/flt-32/s_totalordermagf.c: Include
15686         <nan-high-order-bit.h>.
15687         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15688         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Include
15689         <nan-high-order-bit.h>.
15690         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15691         * sysdeps/ieee754/ldbl-128/s_totalorderl.c: Include
15692         <nan-high-order-bit.h>.
15693         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15694         * sysdeps/ieee754/ldbl-128/s_totalordermagl.c: Include
15695         <nan-high-order-bit.h>.
15696         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15697         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Include
15698         <nan-high-order-bit.h>.
15699         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15700         * sysdeps/ieee754/ldbl-128ibm/s_totalorderl.c: Include
15701         <nan-high-order-bit.h>.
15702         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15703         * sysdeps/ieee754/ldbl-128ibm/s_totalordermagl.c: Include
15704         <nan-high-order-bit.h>.
15705         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15706         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Include
15707         <nan-high-order-bit.h>.
15708         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15709         * sysdeps/ieee754/ldbl-96/s_totalorderl.c: Include
15710         <nan-high-order-bit.h>.
15711         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15712         * sysdeps/ieee754/ldbl-96/s_totalordermagl.c: Include
15713         <nan-high-order-bit.h>.
15714         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
15716 2016-10-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
15718         * sysdeps/s390/fpu/fix-fp-int-compare-invalid.h: New file.
15720 2016-09-22  John David Anglin  <dave.anglin@bell.net>
15722         * sysdeps/unix/sysv/linux/hppa/atomic-machine.h: Don't include
15723         abort-instr.h.
15724         (EFAULT): Remove conditional define.
15725         (ENOSYS): Likewise.
15726         (atomic_compare_and_exchange_val_acq): Use instruction nullification
15727         instead of conditional branch instructions.
15729 2016-10-15  Joseph Myers  <joseph@codesourcery.com>
15731         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
15732         (totalordermag): New declaration.
15733         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (totalordermag):
15734         New macro.
15735         * math/Versions (totalordermag): New libm symbol at version
15736         GLIBC_2.25.
15737         (totalordermagf): Likewise.
15738         (totalordermagl): Likewise.
15739         * math/Makefile (libm-calls): Add s_totalordermagF.
15740         * math/libm-test.inc (totalordermag_test_data): New array.
15741         (totalordermag_test): New function.
15742         (main): Call totalordermag_test.
15743         * math/test-tgmath.c (NCALLS): Increase to 125.
15744         (F(compile_test)): Call totalordermag.
15745         (F(totalordermag)): New function.
15746         * manual/arith.texi (FP Comparison Functions): Document
15747         totalordermag, totalordermagf and totalordermagl.
15748         * manual/libm-err-tab.pl: Update comment on interfaces without
15749         ulps tabulated.
15750         * sysdeps/ieee754/dbl-64/s_totalordermag.c: New file.
15751         * sysdeps/ieee754/dbl-64/wordsize-64/s_totalordermag.c: Likewise.
15752         * sysdeps/ieee754/flt-32/s_totalordermagf.c: Likewise.
15753         * sysdeps/ieee754/ldbl-128/s_totalordermagl.c: Likewise.
15754         * sysdeps/ieee754/ldbl-128ibm/s_totalordermagl.c: Likewise.
15755         * sysdeps/ieee754/ldbl-96/s_totalordermagl.c: Likewise.
15756         * sysdeps/ieee754/ldbl-opt/nldbl-totalordermag.c: Likewise.
15757         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
15758         totalordermag.
15759         (CFLAGS-nldbl-totalordermag.c): New variable.
15760         * sysdeps/ieee754/ldbl-128ibm/test-totalorderl-ldbl-128ibm.c
15761         (do_test): Also test totalordermagl.
15762         * sysdeps/ieee754/ldbl-96/test-totalorderl-ldbl-96.c (do_test):
15763         Likewise.
15764         * sysdeps/nacl/libm.abilist: Update.
15765         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
15766         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
15767         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
15768         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
15769         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
15770         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
15771         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
15772         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
15773         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
15774         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
15775         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
15776         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
15777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
15778         Likewise.
15779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
15780         Likewise.
15781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
15782         Likewise.
15783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
15784         Likewise.
15785         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
15786         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
15787         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
15788         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
15789         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
15790         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
15791         Likewise.
15792         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
15793         Likewise.
15794         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
15795         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
15796         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
15798 2016-10-14  Steve Ellcey  <sellcey@caviumnetworks.com>
15800         * sysdeps/ieee754/dbl-64/e_pow.c (checkint) Make conditions explicitly
15801         boolean.
15803 2016-10-13  Joseph Myers  <joseph@codesourcery.com>
15805         * math/s_ccosh_template.c (M_DECL_FUNC (__ccosh)): Instead of
15806         raising FE_INVALID with feraisexcept in case where part of
15807         argument is infinite, subtract that part of argument from itself.
15808         * math/s_cexp_template.c (M_DECL_FUNC (__cexp)): Likewise.
15809         * math/s_csin_template.c (M_DECL_FUNC (__csin)): Likewise.
15810         * math/s_csinh_template.c (M_DECL_FUNC (__csinh)): Likewise.
15812 2016-10-12  Joseph Myers  <joseph@codesourcery.com>
15814         * math/libm-test.inc (totalorder_test_data): Add more tests.
15816 2016-10-12  Adhemerval Zanela  <adhemerval.zanella@linaro.org>
15818         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c:
15819         Undefine weak_alias and add a comment why mips64 require
15820         versioning.
15822 2016-10-12  H.J. Lu  <hongjiu.lu@intel.com>
15824         [BZ #20647]
15825         * sysdeps/x86/cacheinfo.c (handle_intel): Return -1 if the
15826         maximum CPUID level is less than 2.
15828 2016-10-12  Joseph Myers  <joseph@codesourcery.com>
15830         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
15831         (totalorder): New declaration.
15832         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (totalorder):
15833         New macro.
15834         * math/Versions (totalorder): New libm symbol at version
15835         GLIBC_2.25.
15836         (totalorderf): Likewise.
15837         (totalorderl): Likewise.
15838         * math/Makefile (libm-calls): Add s_totalorderF.
15839         * math/gen-libm-test.pl (parse_args): Escape quotes in test name
15840         string.
15841         * math/libm-test.inc (PAYLOAD_DIG): New macro.
15842         (qnan_value_pl): Likewise.
15843         (snan_value_pl): Likewise.
15844         (qnan_value): Define using qnan_value_pl.
15845         (snan_value): Define using snan_value_pl.
15846         (struct test_ff_i_data): Add comment about which tests use this
15847         structure.
15848         (RUN_TEST_ff_b): New macro.
15849         (RUN_TEST_LOOP_ff_b): Likewise.
15850         (totalorder_test_data): New array.
15851         (totalorder_test): New function.
15852         (main): Call totalorder_test.
15853         * math/test-tgmath.c (NCALLS): Increase to 122.
15854         (F(compile_test)): Call totalorder.
15855         (F(totalorder)): New function.
15856         * manual/arith.texi (FP Comparison Functions): Document
15857         totalorder, totalorderf and totalorderl.
15858         * manual/libm-err-tab.pl: Update comment on interfaces without
15859         ulps tabulated.
15860         * sysdeps/ieee754/dbl-64/s_totalorder.c: New file.
15861         * sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c: Likewise.
15862         * sysdeps/ieee754/flt-32/s_totalorderf.c: Likewise.
15863         * sysdeps/ieee754/ldbl-128/s_totalorderl.c: Likewise.
15864         * sysdeps/ieee754/ldbl-128ibm/s_totalorderl.c: Likewise.
15865         * sysdeps/ieee754/ldbl-96/s_totalorderl.c: Likewise.
15866         * sysdeps/ieee754/ldbl-opt/nldbl-totalorder.c: Likewise.
15867         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
15868         totalorder.
15869         (CFLAGS-nldbl-totalorder.c): New variable.
15870         * sysdeps/ieee754/ldbl-128ibm/test-totalorderl-ldbl-128ibm.c: New
15871         file.
15872         * sysdeps/ieee754/ldbl-128ibm/Makefile [$(subdir) = math] (tests):
15873         Add test-totalorderl-ldbl-128ibm.
15874         * sysdeps/ieee754/ldbl-96/test-totalorderl-ldbl-96.c: New file.
15875         * sysdeps/ieee754/ldbl-96/Makefile [$(subdir) = math] (tests): Add
15876         test-totalorderl-ldbl-96.
15877         * sysdeps/nacl/libm.abilist: Update.
15878         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
15879         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
15880         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
15881         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
15882         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
15883         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
15884         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
15885         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
15886         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
15887         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
15888         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
15889         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
15890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
15891         Likewise.
15892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
15893         Likewise.
15894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
15895         Likewise.
15896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
15897         Likewise.
15898         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
15899         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
15900         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
15901         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
15902         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
15903         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
15904         Likewise.
15905         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
15906         Likewise.
15907         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
15908         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
15909         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
15911 2016-10-11  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
15913         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-sync_file_range.
15914         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Remove file.
15915         * sysdeps/sysv/linux/powerpc/powerpc64/sync_file_range.c: Likewise.
15916         * sysdeps/unix/sysv/linux/sync_file_range.c: Use SYSCALL_LL64 and
15917         remove ENOSYS implementation.
15918         * sysdeps/unix/sysv/linux/tst-sync_file_range.c (sync_file_range):
15919         Consolidate all Linux implementations.
15921 2016-10-11  Florian Weimer  <fweimer@redhat.com>
15923         * resolv/Makefile (+cflags): Do not set -Wno-write-strings.
15924         * resolv/herror.c (herror): Cast away const-ness.
15925         * resolv/res_debug.c (__p_class_syms, __p_default_section_syms)
15926         (__p_update_section_syms, __p_type_syms, __p_rcode_syms): Likewise.
15928 2016-10-11  Joseph Myers  <joseph@codesourcery.com>
15930         * math/s_ccosh_template.c (M_DECL_FUNC (__ccosh)): Use M_NAN
15931         instead of M_NAN + M_NAN.
15932         * math/s_csinh_template.c (M_DECL_FUNC (__csinh)): Likewise.
15934 2016-10-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15936         * misc/getauxval.c [!HAVE_AUX_VECTOR] (__getauxval): Do not define
15937         unused variable 'p'.
15939 2016-10-09  Alan Modra  <amodra@gmail.com>
15940             Andreas Schwab  <schwab@linux-m68k.org>
15942         [BZ #20554]
15943         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount)
15944         [PIC && !SHARED]: Set up PIC register for PLT call.
15946 2016-10-07  Joseph Myers  <joseph@codesourcery.com>
15948         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (iseqsig): Define
15949         conditional on value of [__FLT_EVAL_METHOD__].
15950         * math/test-iseqsig-excess-precision.c: New file.
15951         * math/Makefile (tests): Add test-iseqsig-excess-precision.
15953 2016-10-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
15955         * math/s_iseqsig_template.c: Include math-private.h.
15957         * posix/Makefile (tests): Add tst-posix_fadvise and tst-posix_fadvise64.
15958         * posix/tst-posix_fadvise.c: New file.
15959         * posix/tst-posix_fadvise64.c: Likewise.
15960         * posix/tst-posix_fadvise-common.c: Likewise.
15961         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15962         (__ASSUME_FADVISE64_64_6ARG): Define.
15963         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
15964         [!__powerpc64__] (__ASSUME_FADVISE64_64_6ARG): Define.
15965         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15966         [!LP64] (__ASSUME_FADVISE64_64_NO_ALIGN): Define.
15967         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c: Remove file.
15968         * sysdeps/unix/sysv/linux/generic/wordsize-32/posix_fadvise.c: Likewise.
15969         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Likewise.
15970         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: Likewise.
15971         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: Likewise.
15972         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c: Likewise.
15973         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: Likewise.
15974         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Likewise.
15975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise.c: Likewise.
15976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c:
15977         Likewise.
15978         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c: Likewise.
15979         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise64.c: Likewise.
15980         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c
15981         (SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3) [__posix_fadvise64_l64]:
15982         Alias to __posix_fadvise64_l32.
15983         (SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3) [__posix_fadvise64_l32]:
15984         Add compat definition to posix_fadvise64.
15985         (SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3) [__posix_fadvise64_l64]:
15986         Add versioned definition to posix_fadvise64.
15987         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Build iff
15988         __OFF_T_MATCHES_OFF64_T is defined, use INTERNAL_SYSCALL_CALL, add
15989         __ASSUME_FADVISE64_64_6ARG/__ASSUME_FADVISE64_64_NO_ALIGN support.
15990         * sysdeps/unix/sysv/linux/posix_fadvise64.c (posix_fadvise64): Add
15991         __ASSUME_FADVISE64_64_NO_ALIGN support and use INTERNAL_SYSCALL_CALL.
15993         * io/Makefile (tests): Add tst-posix_fallocate and
15994         tst-posix_fallocate64.
15995         * io/tst-posix_fallocate-common.c: New file.
15996         * io/tst-posix_fallocate.c: Likewise.
15997         * io/tst-posix_fallocate64.c: Likewise.
15998         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c: Remove
15999         file.
16000         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c:
16001         Likewise.
16002         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: Likewise.
16003         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c:
16004         Likewise.
16005         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: Likewise.
16006         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: Likewise.
16007         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Use
16008         SYSCALL_LL to pass both offset and len arguments.
16009         * sysdeps/unix/sysv/linux/posix_fallocate64.c (posix_fallocate64):
16010         Likewise.
16011         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (pwrite64): Add
16012         __libc_pwrite64 alias used by posix_fallocate64.
16014         * sysdeps/unix/sysv/linux/Makefile (test): Add tst-fallocate and
16015         tst-fallocate64.
16016         * sysdeps/unix/sysv/linux/tst-fallocate.c: New file.
16017         * sysdeps/unix/sysv/linux/tst-fallocate64.c: Likewise.
16018         * sysdeps/unix/sysv/linux/tst-fallocate-common.c: Likewise.
16019         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Remove file.
16020         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
16021         * sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c: Likewise.
16022         * sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: Likewise.
16023         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
16024         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: Likewise.
16025         * sysdeps/unix/sysv/linux/fallocate.c (fallocate): Use SYSCALL_LL
16026         macro on offset argument.
16027         * sysdeps/unix/sysv/linux/fallocate64.c (fallocate64): Use
16028         SYSCALL_LL64 on offset argument.
16030         * sysdeps/unix/sysv/linux/Makefile (test): Add tst-fallocate and
16031         tst-fallocate64.
16032         * sysdeps/unix/sysv/linux/tst-fallocate.c: New file.
16033         * sysdeps/unix/sysv/linux/tst-fallocate64.c: Likewise.
16034         * sysdeps/unix/sysv/linux/tst-fallocate-common.c: Likewise.
16035         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Remove file.
16036         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
16037         * sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c: Likewise.
16038         * sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: Likewise.
16039         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
16040         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: Likewise.
16041         * sysdeps/unix/sysv/linux/fallocate.c (fallocate): Use SYSCALL_LL
16042         macro on offset argument.
16043         * sysdeps/unix/sysv/linux/fallocate64.c (fallocate64): Use
16044         SYSCALL_LL64 on offset argument.
16045         * test-skeleton.c (FAIL_RET): Add macro.
16046         (FAIL_EXIT): Likewise.
16047         (FAIL_EXIT1): Likewise.
16048         (_FAIL): Likewise.
16050 2016-10-07  Florian Weimer  <fweimer@redhat.com>
16052         [BZ #20629]
16053         resolv: Remove RES_USEBSTRING and its implementation.
16054         * resolv/resolv.h (RES_USEBSTRING): Remove.
16055         * resolv/ns_name.c (NS_TYPE_ELT, DNS_LABELTYPE_BITSTRING)
16056         (digitvalue, encode_bitstring, decode_bitstring): Remove.
16057         (ns_name_ntop, ns_name_pton, ns_name_unpack, ns_name_skip)
16058         (labellen): Remove extended label types support.
16059         * resolv/res_debug.c (p_option): Remove RES_USEBSTRING handling.
16060         * resolv/res_init.c (res_setoptions): Likewise.
16061         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Likewise.
16063 2016-10-07  Florian Weimer  <fweimer@redhat.com>
16065         resolv: Remove RES_NOIP6DOTINT and its implementation.
16066         * resolv/resolv.h (RES_DEFAULT): Remove RES_NOIP6DOTINT.
16067         (RES_NOIP6DOTINT): Remove.
16068         * resolv/gethnamaddr.c (gethostbyaddr): Remove RES_NOIP6DOTINT
16069         handling.
16070         * resolv/res_debug.c (p_option): Likewise.
16071         * resolv/res_init.c (res_setoptions): Likewise.
16072         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Likewise.
16074 2016-10-07  Florian Weimer  <fweimer@redhat.com>
16076         resolv: Deprecate unimplemented flags.
16077         * misc/sys/cdefs.h (__glibc_macro_warning1)
16078         (__glibc_macro_warning): Define.
16079         * resolv/resolv.h (RES_AAONLY, RES_PRIMARY, RES_NOCHECKNAME)
16080         (RES_KEEPTSIG): Mark as deprecated.
16081         * resolv/res_debug.c (p_option): Remove RES_AAONLY, RES_PRIMARY,
16082         RES_NOCHECKNAME, RES_KEEPTSIG.
16083         * resolv/res_init.c (res_setoptions): Remove RES_NOCHECKNAME handling.
16085 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
16087         * nptl/pt-longjmp.c (DEFINE_LONGJMP): Use libc_ifunc macro.
16088         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c (longjmp, siglongjmp):
16089         Use strong_alias to create symbols for glibc verison 2.19.
16091 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
16093         * nptl/pt-vfork.c (DEFINE_VFORK): Use libc_ifunc macro.
16095 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
16097         * nptl/pt-system.c (system_ifunc): Use libc_ifunc macro.
16099 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
16101         * rt/clock-compat.c (COMPAT_REDIRECT): Use libc_ifunc macro.
16103 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
16105         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16106         Use libc_ifunc_hidden and libc_hidden_def macro. Redirect ifunced function
16107         in header for using it as type for ifunc function because __GI_* symbols
16108         for ppc32 do not target the ifunc symbols.
16109         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16111 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
16113         * sysdeps/unix/sysv/linux/x86/gettimeofday.c (__gettimeofday):
16114         Use libc_ifunc_hidden macro. Use libc_hidden_def instead of
16115         libc_ifunc_hidden_def.
16116         * sysdeps/unix/sysv/linux/x86/time.c (time): Likewise.
16117         * sysdeps/unix/sysv/linux/i386/gettimeofday.c (__gettimeofday):
16118         Redirect ifunced function in header for using it as type of ifunc'ed
16119         function. Redefine libc_hidden_def to use fallback non ifunc'ed
16120         function for __GI_* symbol.
16121         * sysdeps/unix/sysv/linux/i386/time.c (time): Likewise.
16122         * include/libc-symbols.h
16123         (libc_ifunc_hidden_def, libc_ifunc_hidden_def1): Delete macro.
16125 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
16127         [BZ #20478]
16128         * sysdeps/s390/multiarch/ifunc-resolve.h
16129         (s390_vx_libc_ifunc2, s390_libc_ifunc): Use __ifunc from libc-symbols.h
16130         to create ifunc symbols.
16131         (s390_vx_libc_ifunc_init, s390_vx_libc_ifunc_redirected
16132         , s390_vx_libc_ifunc2_redirected, s390_libc_ifunc_init): New define.
16133         * sysdeps/s390/multiarch/memchr.c: Redirect ifunced function in header
16134         for using it as type for ifunc function.
16135         * sysdeps/s390/multiarch/mempcpy.c: Likewise.
16136         * sysdeps/s390/multiarch/rawmemchr.c: Likewise.
16137         * sysdeps/s390/multiarch/stpcpy.c: Likewise.
16138         * sysdeps/s390/multiarch/stpncpy.c: Likewise.
16139         * sysdeps/s390/multiarch/strcat.c: Likewise.
16140         * sysdeps/s390/multiarch/strchr.c: Likewise.
16141         * sysdeps/s390/multiarch/strcmp.c: Likewise.
16142         * sysdeps/s390/multiarch/strcpy.c: Likewise.
16143         * sysdeps/s390/multiarch/strcspn.c: Likewise.
16144         * sysdeps/s390/multiarch/strlen.c: Likewise.
16145         * sysdeps/s390/multiarch/strncmp.c: Likewise.
16146         * sysdeps/s390/multiarch/strncpy.c: Likewise.
16147         * sysdeps/s390/multiarch/strnlen.c: Likewise.
16148         * sysdeps/s390/multiarch/strpbrk.c: Likewise.
16149         * sysdeps/s390/multiarch/strrchr.c: Likewise.
16150         * sysdeps/s390/multiarch/strspn.c: Likewise.
16151         * sysdeps/s390/multiarch/wcschr.c: Likewise.
16152         * sysdeps/s390/multiarch/wcscmp.c: Likewise.
16153         * sysdeps/s390/multiarch/wcspbrk.c: Likewise.
16154         * sysdeps/s390/multiarch/wcsspn.c: Likewise.
16155         * sysdeps/s390/multiarch/wmemchr.c: Likewise.
16156         * sysdeps/s390/multiarch/wmemset.c: Likewise.
16157         * sysdeps/s390/s390-32/multiarch/memcmp.c: Likewise.
16158         * sysdeps/s390/s390-32/multiarch/memcpy.c: Likewise.
16159         * sysdeps/s390/s390-32/multiarch/memset.c: Likewise.
16160         * sysdeps/s390/s390-64/multiarch/memcmp.c: Likewise.
16161         * sysdeps/s390/s390-64/multiarch/memcpy.c: Likewise.
16162         * sysdeps/s390/s390-64/multiarch/memset.c: Likewise.
16164 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
16166         * include/libc-symbols.h (__ifunc_resolver):
16167         New macro is used by __ifunc* macros.
16168         (__ifunc): New macro uses gcc attribute ifunc or inline assembly
16169         depending on HAVE_GCC_IFUNC.
16170         (libc_ifunc, libm_ifunc): Use __ifunc as base macro.
16171         (libc_ifunc_redirected, libc_ifunc_hidden, libm_ifunc_init): New macro.
16172         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
16173         Redirect ifunced function in header for using as type for ifunc function.
16174         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: Likewise.
16175         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: Likewise.
16176         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: Likewise.
16177         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: Likewise.
16178         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
16179         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
16180         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
16181         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
16182         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
16183         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
16184         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
16185         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
16186         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
16187         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
16188         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
16189         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: Likewise.
16190         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
16191         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: Likewise.
16192         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
16193         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
16194         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
16195         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
16196         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
16197         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
16198         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
16199         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
16200         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
16201         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
16202         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
16203         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
16204         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
16205         * sysdeps/powerpc/powerpc64/multiarch/strstr.c: Likewise.
16206         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
16207         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c:
16208         Add libc_hidden_def() and use libc_ifunc_hidden() macro
16209         instead of libc_ifunc() macro.
16210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: Likewise.
16211         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
16213 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
16215         * config.h.in (HAVE_GCC_IFUNC): New undef.
16216         * configure.ac: Add check if gcc supports attribute ifunc feature.
16217         * configure: Regenerated.
16218         * manual/install.texi: Add recommendation for gcc with
16219         indirect-function support.
16220         * INSTALL: Regenerated.
16222 2016-10-06  Joseph Myers  <joseph@codesourcery.com>
16224         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (iseqsig): New
16225         macro.
16226         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
16227         (__iseqsig): New declaration.
16228         * math/s_iseqsig_template.c: New file.
16229         * math/Versions (__iseqsigf): New libm symbol at version
16230         GLIBC_2.25.
16231         (__iseqsig): Likewise.
16232         (__iseqsigl): Likewise.
16233         * math/libm-test.inc (iseqsig_test_data): New array.
16234         (iseqsig_test): New function.
16235         (main): Call iseqsig_test.
16236         * math/Makefile (gen-libm-calls): Add s_iseqsigF.
16237         * manual/arith.texi (FP Comparison Functions): Document iseqsig.
16238         * manual/libm-err-tab.pl: Update comment on interfaces without
16239         ulps tabulated.
16240         * sysdeps/generic/fix-fp-int-compare-invalid.h: New file.
16241         * sysdeps/powerpc/fpu/fix-fp-int-compare-invalid.h: Likewise.
16242         * sysdeps/x86/fpu/fix-fp-int-compare-invalid.h: Likewise.
16243         * sysdeps/nacl/libm.abilist: Update.
16244         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
16245         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
16246         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
16247         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
16248         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
16249         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
16250         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
16251         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
16252         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
16253         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
16254         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
16255         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
16256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
16257         Likewise.
16258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
16259         Likewise.
16260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
16261         Likewise.
16262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
16263         Likewise.
16264         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
16265         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
16266         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
16267         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
16268         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
16269         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
16270         Likewise.
16271         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
16272         Likewise.
16273         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
16274         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
16275         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
16277 2016-10-06  Siddhesh Poyarekar  <siddhesh@sourceware.org>
16279         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute, do_sincos_1,
16280         do_sincos_2, sloww, sloww1): Update comments.
16282         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Adjust calls to
16283         do_sincos_1 and do_sincos_2 to pass a boolean shift_quadrant.
16285         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Make
16286         K boolean and rename it.
16287         (__sin): Adjust.
16288         (__cos): Adjust.
16290 2016-10-06  Rical Jasan  <ricaljasan@pacific.net>
16291             Siddhesh Poyarekar  <siddhesh@sourceware.org>
16293         * manual/nss.texi: Fix typos in the manual.
16295 2016-10-06  Rical Jasan  <ricaljasan@pacific.net>
16297         * manual/contrib.texi: Fix typos in the manual.
16299         * manual/maint.texi: Fix typos in the manual.
16301         * manual/install.texi: Fix typos in the manual.
16302         * INSTALL: Regenerated.
16304         * manual/lang.texi: Fix typos in the manual.
16306         * manual/probes.texi: Fix typos in the manual.
16308         * manual/threads.texi: Fix typos in the manual.
16310         * manual/debug.texi: Fix typos in the manual.
16312         * manual/crypt.texi: Fix typos in the manual.
16314         * manual/conf.texi: Fix typos in the manual.
16316         * manual/sysinfo.texi: Fix typos in the manual.
16318         * manual/users.texi: Fix typos in the manual.
16320         * manual/job.texi: Fix typos in the manual.
16322         * manual/process.texi: Fix typos in the manual.
16324         * manual/argp.texi: Fix typos in the manual.
16325         * manual/getopt.texi: Likewise.
16326         * manual/startup.texi: Likewise.
16328         * manual/signal.texi: Fix typos in the manual.
16330         * manual/setjmp.texi: Fix typos in the manual.
16332         * manual/resource.texi: Fix typos in the manual.
16334         * manual/time.texi: Fix typos in the manual.
16336         * manual/arith.texi: Fix typos in the manual.
16338         * manual/math.texi: Fix typos in the manual.
16340         * manual/syslog.texi: Fix typos in the manual.
16342         * manual/terminal.texi: Fix typos in the manual.
16344         * manual/socket.texi: Fix typos in the manual.
16346         * manual/filesys.texi: Fix typos in the manual.
16348         * manual/llio.texi: Fix typos in the manual.
16350         * manual/stdio.text: Fix typos in the manual.
16352 2016-10-05  Siddhesh Poyarekar  <siddhesh@sourceware.org>
16354         * sysdeps/ieee754/dbl-64/s_sin.c (do_sincos_1): Check N
16355         instead of K1.
16357         * sysdeps/ieee754/dbl-64/s_sin.c (do_sincos_1): Rename K to
16358         SHIFT_QUADRANT and make it bool.
16359         (do_sincos_2): Likewise.
16360         (sloww): Likewise.
16361         (sloww1): Likewise.
16362         (__sin): Adjust calls to do_sincos_1 and do_sincos_2.
16363         (__cos): Likewise.
16365 2016-10-05  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
16367         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
16369 2016-10-04  Joseph Myers  <joseph@codesourcery.com>
16371         * include/limits.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (LONG_WIDTH):
16372         Define to __WORDSIZE, not conditional on [LONG_MAX ==
16373         0x7fffffffL].
16374         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ULONG_WIDTH): Likewise.
16376 2016-10-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
16378         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Replace
16379         inline by __inline__.
16380         (__ppc_yield, __ppc_mdoio, __ppc_mdoom, __ppc_set_ppr_med): Likewise.
16381         (__ppc_set_ppr_med_low, __ppc_set_ppr_low): Likewise.
16382         (__ppc_set_ppr_very_low, __ppc_set_ppr_med_high): Likewise.
16383         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Require
16384         sigset_t from signal.h.
16385         * sysdeps/unix/sysv/linux/powerpc/sys/user.h: Include stddef.h,
16386         which is already required.
16388 2016-10-04  Stefan Liebler  <stli@linux.vnet.ibm.com>
16390         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
16392 2016-10-03  Joseph Myers  <joseph@codesourcery.com>
16394         * sysdeps/gnu/netinet/tcp.h (TCP_REPAIR_WINDOW): New macro.
16395         (struct tcp_repair_window): New type.
16397 2016-10-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
16399         * libio/tst-memstream3.c: Include string.h.
16401 2016-09-30  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
16403         [BZ #18241]
16404         [BZ #20181]
16405         * libio/Makefile (test): Add tst-memstream3 and tst-wmemstream3.
16406         * libio/memstream.c (_IO_mem_sync): Only append a null byte if
16407         write position is at the end the buffer.
16408         * libio/wmemstream.c (_IO_wmem_sync): Likewise.
16409         * libio/strops.c (_IO_str_switch_to_get_mode): New function.
16410         (_IO_str_seekoff): Set correct offset from negative displacement and
16411         set EINVAL for invalid ones.
16412         * libio/wstrops.c (enlarge_userbuf): Use correct function to calculate
16413         buffer length.
16414         (_IO_wstr_switch_to_get_mode): New function.
16415         (_IO_wstr_seekoff): Set correct offset from negative displacement and
16416         set EINVAL for invalid ones.
16417         * libio/tst-memstream3.c: New file.
16418         * libio/tst-wmemstream3.c: Likewise.
16419         * manual/examples/memstrm.c: Remove warning when priting size_t.
16421 2016-09-30  Joseph Myers  <joseph@codesourcery.com>
16423         * sysdeps/ieee754/dbl-64/dla.h [__FP_FAST_FMA] (DLA_FMS): Define
16424         macro to use __builtin_fma.
16425         * sysdeps/x86_64/fpu/dla.h: Remove file.
16427         * sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h
16428         [__NO_LONG_DOUBLE_MATH] (__iscanonicall): Do not declare.
16429         [__NO_LONG_DOUBLE_MATH] (iscanonical): Define to evaluate to 1.
16431 2016-09-30  Carlos O'Donell  <carlos@redhat.com>
16433         [BZ #20292]
16434         * elf/Makefile (routines): Add dl-addr-obj.
16435         [ifeq (yesyes,$(have-fpie)$(build-shared))] (tests): Add
16436         tst-_dl_addr_inside_object.
16437         [ifeq (yesyes,$(have-fpie)$(build-shared))] (tests-pie): Likewise.
16438         [ifeq (yesyes,$(have-fpie)$(build-shared))]
16439         ($(objpfx)tst-_dl_addr_inside_object): Add $(objpfx)dl-addr-obj.os.
16440         [ifeq (yesyes,$(have-fpie)$(build-shared))]
16441         (CFLAGS-tst-_dl_addr_inside_object.c): Add $(PIE-ccflag).
16442         * elf/dl-addr.c: Remove _dl_addr_inside_object function.
16443         * elf/dl-open.c: Likewise.
16444         * elf/dl-addr-obj.c: New file.
16445         * elf/tst-_dl_addr_inside_object.c: New file.
16447 2016-09-30  Joseph Myers  <joseph@codesourcery.com>
16449         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)]: Include
16450         <bits/iscanonical.h>.
16451         * bits/iscanonical.h: New file.
16452         * math/s_iscanonicall.c: Likewise.
16453         * math/Versions (__iscanonicall): New libm symbol at version
16454         GLIBC_2.25.
16455         * math/libm-test.inc (iscanonical_test_data): New array.
16456         (iscanonical_test): New function.
16457         (main): Call iscanonical_test.
16458         * math/Makefile (headers): Add bits/iscanonical.h.
16459         (type-ldouble-routines): Add s_iscanonicall.
16460         * manual/arith.texi (Floating Point Classes): Document
16461         iscanonical.
16462         * manual/libm-err-tab.pl: Update comment on interfaces without
16463         ulps tabulated.
16464         * sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h: New file.
16465         * sysdeps/ieee754/ldbl-128ibm/s_iscanonicall.c: Likewise.
16466         * sysdeps/ieee754/ldbl-128ibm/test-iscanonical-ldbl-128ibm.c:
16467         Likewise.
16468         * sysdeps/ieee754/ldbl-128ibm/Makefile (tests): Add
16469         test-iscanonical-ldbl-128ibm.
16470         * sysdeps/ieee754/ldbl-96/bits/iscanonical.h: New file.
16471         * sysdeps/ieee754/ldbl-96/s_iscanonicall.c: Likewise.
16472         * sysdeps/ieee754/ldbl-96/test-iscanonical-ldbl-96.c: Likewise.
16473         * sysdeps/ieee754/ldbl-96/Makefile: Likewise.
16474         * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
16475         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
16476         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
16477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
16478         Likewise.
16479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
16480         Likewise.
16481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
16482         Likewise.
16483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
16484         Likewise.
16485         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
16486         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
16488 2016-09-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
16490         * string/bits/string3.h: Remove C++ style comments.
16492 2016-09-29  Siddhesh Poyarekar  <siddhesh@sourceware.org>
16494         * sysdeps/ieee754/dbl-64/s_sin.c (do_sincos_1): Use copysign
16495         instead of ternary condition.
16496         (do_sincos_2): Likewise.
16497         (__sin): Likewise.
16498         (__cos): Likewise.
16499         (slow): Likewise.
16500         (sloww): Likewise.
16501         (sloww1): Likewise.
16502         (bsloww): Likewise.
16503         (bsloww1): Likewise.
16505         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos_slow): use copysign
16506         instead of ternary condition.
16507         (do_sin_slow): Likewise.
16508         (do_sincos_1): Likewise.
16509         (do_sincos_2): Likewise.
16510         (__cos): Likewise.
16511         (sloww): Likewise.
16512         (sloww1): Likewise.
16513         (sloww2): Likewise.
16514         (bsloww): Likewise.
16515         (bsloww1): Likewise.
16516         (bsloww2): Likewise.
16518         * sysdeps/ieee754/dbl-64/s_sin.c (slow1): Consolidate sign
16519         check from here...
16520         (slow2): ... and here...
16521         (__sin): ... to here.
16523 2016-09-28  Joseph Myers  <joseph@codesourcery.com>
16525         * math/math.h
16526         [__GLIBC_USE (IEC_60559_BFP_EXT) && !__SUPPORT_SNAN__] (iszero):
16527         Cast argument to its own type.
16528         * math/test-iszero-excess-precision.c: New file.
16529         * math/Makefile (tests): Add test-iszero-excess-precision.
16530         (CFLAGS-test-iszero-excess-precision.c): New variable.
16532 2016-09-28  Rasmus Villemoes <rv@rasmusvillemoes.dk>
16534         * sysdeps/unix/sysv/linux/spawni.c (posix_spawn_args): Remove pipe
16535         field, add err field.
16536         (__spawni_child): Report error through err member instead of pipe.
16537         (__spawnix): Likewise.
16539 2016-09-28  Zack Weinberg  <zackw@panix.com>
16541         * scripts/check-installed-headers.sh: Generalize treatment of
16542         sys/elf.h to all target architectures.
16544         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Restore accidentally-
16545         deleted typedef ucontext_t.
16547 2016-09-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
16549         * sysdeps/unix/sysdep.h (__INTERNAL_SYSCALL0): New macro.
16550         (__INTERNAL_SYSCALL1): Likewise.
16551         (__INTERNAL_SYSCALL2): Likewise.
16552         (__INTERNAL_SYSCALL3): Likewise.
16553         (__INTERNAL_SYSCALL4): Likewise.
16554         (__INTERNAL_SYSCALL5): Likewise.
16555         (__INTERNAL_SYSCALL6): Likewise.
16556         (__INTERNAL_SYSCALL7): Likewise.
16557         (__INTERNAL_SYSCALL_NARGS_X): Likewise.
16558         (__INTERNAL_SYSCALL_NARGS): Likewise.
16559         (__INTERNAL_SYSCALL_DISP): Likewise.
16560         (INTERNAL_SYSCALL_CALL): Likewise.
16561         (__SYSCALL0): Rename to __INLINE_SYSCALL0.
16562         (__SYSCALL1): Rename to __INLINE_SYSCALL1.
16563         (__SYSCALL2): Rename to __INLINE_SYSCALL2.
16564         (__SYSCALL3): Rename to __INLINE_SYSCALL3.
16565         (__SYSCALL4): Rename to __INLINE_SYSCALL4.
16566         (__SYSCALL5): Rename to __INLINE_SYSCALL5.
16567         (__SYSCALL6): Rename to __INLINE_SYSCALL6.
16568         (__SYSCALL7): Rename to __INLINE_SYSCALL7.
16569         (__SYSCALL_NARGS_X): Rename to __INLINE_SYSCALL_NARGS_X.
16570         (__SYSCALL_NARGS): Rename to __INLINE_SYSCALL_NARGS.
16571         (__SYSCALL_DISP): Rename to __INLINE_SYSCALL_DISP.
16572         (__SYSCALL_CALL): Rename to INLINE_SYSCALL_CALL.
16573         (SYSCALL_CANCEL): Replace __SYSCALL_CALL with INLINE_SYSCALL_CALL.
16575 2016-09-23  Joseph Myers  <joseph@codesourcery.com>
16577         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (iszero): New
16578         macro.
16579         * math/libm-test.inc (iszero_test_data): New array.
16580         (iszero_test): New function.
16581         (main): Call iszero_test.
16582         * manual/arith.texi (Floating Point Classes): Document iszero.
16583         * manual/libm-err-tab.pl: Update comment on interfaces without
16584         ulps tabulated.
16586 2016-09-23  Zack Weinberg  <zackw@panix.com>
16588         * scripts/check-installed-headers.sh: New script.
16589         * Rules: In each directory that defines header files to be installed,
16590         run check-installed-headers.sh on them as a special test.
16591         * Makefile: Likewise for the headers installed at top level.
16593         * include/aliases.h, include/alloca.h, include/argz.h
16594         * include/arpa/nameser.h, include/arpa/nameser_compat.h
16595         * include/elf.h, include/envz.h, include/err.h
16596         * include/execinfo.h, include/fpu_control.h, include/getopt.h
16597         * include/gshadow.h, include/ifaddrs.h, include/libintl.h
16598         * include/link.h, include/malloc.h, include/mcheck.h
16599         * include/mntent.h, include/netinet/ether.h
16600         * include/nss.h, include/obstack.h, include/printf.h
16601         * include/pty.h, include/resolv.h, include/rpc/auth.h
16602         * include/rpc/auth_des.h, include/rpc/auth_unix.h
16603         * include/rpc/clnt.h, include/rpc/des_crypt.h
16604         * include/rpc/key_prot.h, include/rpc/netdb.h
16605         * include/rpc/pmap_clnt.h, include/rpc/pmap_prot.h
16606         * include/rpc/pmap_rmt.h, include/rpc/rpc.h
16607         * include/rpc/rpc_msg.h, include/rpc/svc.h
16608         * include/rpc/svc_auth.h, include/rpc/xdr.h
16609         * include/rpcsvc/nis_callback.h, include/rpcsvc/nislib.h
16610         * include/rpcsvc/yp.h, include/rpcsvc/ypclnt.h
16611         * include/rpcsvc/ypupd.h, include/shadow.h
16612         * include/stdio_ext.h, include/sys/epoll.h
16613         * include/sys/file.h, include/sys/gmon.h, include/sys/ioctl.h
16614         * include/sys/prctl.h, include/sys/profil.h
16615         * include/sys/statfs.h, include/sys/sysctl.h
16616         * include/sys/sysinfo.h, include/ttyent.h, include/utmp.h
16617         * sysdeps/arm/nacl/include/bits/setjmp.h
16618         * sysdeps/mips/include/sys/asm.h
16619         * sysdeps/unix/sysv/linux/include/sys/sysinfo.h
16620         * sysdeps/unix/sysv/linux/include/sys/timex.h
16621         * sysdeps/x86/fpu/include/bits/fenv.h:
16622         Add #ifndef _ISOMAC guard around internal declarations.
16623         Add multiple-inclusion guard if not already present.
16625 2016-09-23  Zack Weinberg  <zackw@panix.com>
16627         * sysdeps/generic/sys/ucontext.h
16628         * sysdeps/arm/sys/ucontext.h
16629         * sysdeps/i386/sys/ucontext.h
16630         * sysdeps/m68k/sys/ucontext.h
16631         * sysdeps/mips/sys/ucontext.h
16632         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h
16633         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h
16634         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h
16635         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h
16636         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h
16637         * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h
16638         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h
16639         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h
16640         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h
16641         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h
16642         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h
16643         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h
16644         * sysdeps/unix/sysv/linux/tile/sys/ucontext.h
16645         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h:
16646         Include both bits/sigcontext.h and bits/sigstack.h.
16647         Fix grammar error in comment, if present.
16649         * bits/sigstack.h
16650         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h
16651         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h
16652         * sysdeps/unix/sysv/linux/bits/sigstack.h
16653         * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h
16654         * sysdeps/unix/sysv/linux/mips/bits/sigstack.h
16655         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h
16656         * sysdeps/unix/sysv/linux/sparc/bits/sigstack.h
16657         * bits/sigcontext.h
16658         * sysdeps/mach/hurd/i386/bits/sigcontext.h
16659         * sysdeps/unix/sysv/linux/bits/sigcontext.h
16660         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
16661         * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h:
16662         Add multiple inclusion guard.  Permit inclusion by sys/ucontext.h
16663         as well as signal.h, if this was not already allowed.  Request
16664         definition of size_t if necessary.  Minimize semantically-null
16665         differences across files.
16667 2016-09-23  Zack Weinberg  <zackw@panix.com>
16669         * time/time.h, bits/time.h, sysdeps/unix/sysv/linux/bits/time.h:
16670         Remove all logic conditional on __need macros.  Move all the
16671         conditionally defined types to their own headers...
16672         * time/bits/types/clock_t.h: Define clock_t here.
16673         * time/bits/types/clockid_t.h: Define clockid_t here.
16674         * time/bits/types/struct_itimerspec.h: Define struct itimerspec here.
16675         * time/bits/types/struct_timespec.h: Define struct timespec here.
16676         * time/bits/types/struct_timeval.h: Define struct timeval here.
16677         * time/bits/types/struct_tm.h: Define struct tm here.
16678         * time/bits/types/time_t.h: Define time_t here.
16679         * time/bits/types/timer_t.h: Define timer_t here.
16680         * time/Makefile: Install the new headers.
16682         * bits/resource.h, io/fcntl.h, io/sys/poll.h, io/sys/stat.h
16683         * io/utime.h, misc/sys/select.h, posix/sched.h, posix/sys/times.h
16684         * posix/sys/types.h, resolv/netdb.h, rt/aio.h, rt/mqueue.h
16685         * signal/signal.h, pthread/semaphore.h, sysdeps/nptl/pthread.h
16686         * sysdeps/unix/sysv/linux/alpha/bits/resource.h
16687         * sysdeps/unix/sysv/linux/alpha/sys/acct.h
16688         * sysdeps/unix/sysv/linux/bits/resource.h
16689         * sysdeps/unix/sysv/linux/bits/timex.h
16690         * sysdeps/unix/sysv/linux/mips/bits/resource.h
16691         * sysdeps/unix/sysv/linux/net/ppp_defs.h
16692         * sysdeps/unix/sysv/linux/sparc/bits/resource.h
16693         * sysdeps/unix/sysv/linux/sys/acct.h
16694         * sysdeps/unix/sysv/linux/sys/timerfd.h
16695         * sysvipc/sys/msg.h, sysvipc/sys/sem.h, sysvipc/sys/shm.h
16696         * time/sys/time.h, time/sys/timeb.h
16697         Use the new bits/types headers.
16699         * include/time.h: Remove __need logic.
16700         * include/bits/time.h
16701         * include/bits/types/clock_t.h, include/bits/types/clockid_t.h
16702         * include/bits/types/time_t.h, include/bits/types/timer_t.h
16703         * include/bits/types/struct_itimerspec.h
16704         * include/bits/types/struct_timespec.h
16705         * include/bits/types/struct_timeval.h
16706         * include/bits/types/struct_tm.h:
16707         New wrapper headers.
16709 2016-09-23  Zack Weinberg  <zackw@panix.com>
16711         * sysdeps/mach/hurd/net/if_ppp.h
16712         * sysdeps/unix/sysv/linux/net/if_ppp.h:
16713         Only define struct ifpppstatsreq and struct ifpppcstatsreq
16714         if __USE_MISC is defined, to ensure struct ifreq is declared.
16716         * inet/netinet/ether.h: Condition all function prototypes
16717         on __USE_MISC, to ensure struct ether_addr is declared.
16719         * socket/bits/types/struct_osockaddr.h: New header.
16720         * include/bits/types/struct_osockaddr.h: New wrapper.
16721         * socket/Makefile: Install the new header.
16722         * socket/sys/socket.h, inet/protocols/talkd.h:
16723         Refer to bits/types/struct_osockaddr.h for the definition of
16724         struct osockaddr.
16726 2016-09-23  Zack Weinberg  <zackw@panix.com>
16728         * bits/in.h, gmon/sys/gmon.h, inet/netinet/igmp.h
16729         * inet/protocols/routed.h, inet/protocols/talkd.h
16730         * inet/protocols/timed.h, io/fts.h, nptl_db/thread_db.h
16731         * resolv/arpa/nameser.h, resolv/resolv.h, sunrpc/rpc/rpc_des.h
16732         * sysdeps/generic/netinet/if_ether.h
16733         * sysdeps/generic/netinet/in_systm.h
16734         * sysdeps/generic/netinet/ip.h, sysdeps/generic/netinet/tcp.h
16735         * sysdeps/gnu/netinet/ip_icmp.h, sysdeps/gnu/netinet/tcp.h
16736         * sysdeps/gnu/netinet/udp.h, sysdeps/mach/hurd/net/ethernet.h
16737         * sysdeps/mach/hurd/net/if_arp.h
16738         * sysdeps/mach/hurd/net/if_ppp.h
16739         * sysdeps/mach/hurd/net/route.h, sysdeps/mach/sys/reboot.h
16740         * sysdeps/unix/sysv/linux/bits/in.h
16741         * sysdeps/unix/sysv/linux/net/ethernet.h
16742         * sysdeps/unix/sysv/linux/net/if_arp.h
16743         * sysdeps/unix/sysv/linux/net/if_ppp.h
16744         * sysdeps/unix/sysv/linux/net/if_shaper.h
16745         * sysdeps/unix/sysv/linux/net/route.h
16746         * sysdeps/unix/sysv/linux/netinet/if_ether.h
16747         * sysdeps/unix/sysv/linux/netinet/if_fddi.h
16748         * sysdeps/unix/sysv/linux/netinet/if_tr.h
16749         * sysdeps/unix/sysv/linux/netipx/ipx.h
16750         * sysdeps/unix/sysv/linux/sys/acct.h
16751         * include/arpa/nameser.h, include/resolv.h:
16752         Change all uses of u_char to unsigned char,
16753         u_short and ushort to unsigned short, u_int and uint to unsigned int,
16754         u_long and ulong to unsigned long, u_int8_t to uint8_t,
16755         u_int16_t to uint16_t, u_int32_t to uint32_t, quad_t to int64_t,
16756         and u_int64_t and u_quad_t to uint64_t.
16758         * mach/sys/reboot.h: Remove two casts of integer literals
16759         to the types they already have.
16761         * bits/in.h: Correct error in description of IP_MULTICAST_LOOP.
16762         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
16763         * sysdeps/unix/sysv/linux/netinet/if_ether.h: Change a comment
16764         from referring to 'unsigned char' to 'uint8_t' for consistency with
16765         the macro definition below.
16767         * gmon/sys/gmon.h, inet/netinet/igmp.h, inet/protocols/talkd.h
16768         * io/fts.h, resolv/arpa/nameser.h, resolv/resolv.h
16769         * sunrpc/rpc/rpc_des.h, sysdeps/generic/netinet/ip.h
16770         * sysdeps/gnu/netinet/tcp.h, sysdeps/gnu/netinet/udp.h
16771         * sysdeps/mach/hurd/net/if_ppp.h, sysdeps/unix/sysv/linux/net/if_ppp.h
16772         * sysdeps/unix/sysv/linux/sys/acct.h
16773         * include/arpa/nameser.h, include/resolv.h:
16774         Fix indentation disrupted by mechanical edits.
16776         * inet/protocols/talkd.h, resolv/arpa/nameser.h
16777         * sysdeps/generic/netinet/in_systm.h
16778         * sysdeps/gnu/netinet/ip_icmp.h, sysdeps/gnu/netinet/tcp.h
16779         * sysdeps/gnu/netinet/udp.h
16780         * sysdeps/unix/sysv/linux/net/ethernet.h
16781         * sysdeps/unix/sysv/linux/net/if_arp.h
16782         * sysdeps/unix/sysv/linux/net/if_ppp.h
16783         * sysdeps/unix/sysv/linux/net/if_shaper.h
16784         * sysdeps/unix/sysv/linux/netinet/if_fddi.h
16785         * sysdeps/unix/sysv/linux/netinet/if_tr.h
16786         * sysdeps/unix/sysv/linux/netipx/ipx.h
16787         * sysdeps/unix/sysv/linux/sys/acct.h
16788         Include stdint.h for uintNN_t definitions.
16789         Don't include sys/cdefs.h, features.h, or asm/types.h directly.
16791 2016-09-23  Zack Weinberg  <zackw@panix.com>
16793         * rpcsvc/nislib.h: Include rpcsvc/nis.h.
16794         * sysdeps/unix/sysv/linux/netrose/rose.h:
16795         Include sys/socket.h and netax25/ax25.h.
16797         * inet/netinet/icmp6.h, inet/netinet/ip6.h
16798         * resolv/arpa/nameser_compat.h:
16799         Use __BYTE_ORDER etc. instead of BYTE_ORDER etc.
16801         * sysdeps/unix/sysv/linux/sys/quota.h:
16802         Use __caddr_t instead of caddr_t.
16803         * sysdeps/unix/sysv/linux/sys/timerfd.h:
16804         Use __clockid_t instead of clockid_t.
16806         * sysvipc/sys/ipc.h: Remove unnecessary #warning.
16808         * argp/argp.h: Check whether _LIBC is defined before expanding it.
16809         * posix/glob.h: Check whether __USE_XOPEN2K8 is defined instead of
16810         expanding it.
16812         * misc/sys/cdefs.h: Tidy up conditional nest defining __flexarr.
16813         Define __glibc_c99_flexarr_available to 1 when the compiler
16814         supports C99-compatible flexible array members, 0 otherwise.
16815         * sysdeps/unix/sysv/linux/bits/socket.h
16816         * sysdeps/mach/hurd/bits/socket.h
16817         * bits/socket.h: Use __glibc_c99_flexarr_available in
16818         definitions of struct cmsghdr and CMSG_DATA.
16820 2016-09-23  Florian Weimer  <fweimer@redhat.com>
16822         * manual/nss.texi (NSS Modules Interface): Adjust function return
16823         type to enum nss_status.  Document errnop argument.  Clarify
16824         h_errnop semantics.  Fix cross-reference formatting.
16825         (NSS Module Function Internals): Mention that *errnop needs to be
16826         set on failure, but not to zero.
16828 2016-09-23  Florian Weimer  <fweimer@redhat.com>
16830         * io/tst-open-tmpfile.c (wrap_open64, wrap_openat64)
16831         (get_random_name): New functions.
16832         (check_wrapper_flags_mode): Use linkat to give the new file a name
16833         determined by get_random_name.
16834         (do_test): Add calls to test open64 and openat64.
16836 2016-09-23  Florian Weimer  <fweimer@redhat.com>
16838         * test-skeleton.c: Remove #include <stdarg.h>.
16840 2016-09-21  Alexandre Oliva <aoliva@redhat.com>
16842         [BZ #19826]
16843         * elf/dl-tls.c (_dl_allocate_tls_init): Restore DTV early
16844         initialization of static TLS entries.
16845         * elf/dl-reloc.c (_dl_nothread_init_static_tls): Likewise.
16846         * nptl/allocatestack.c (init_one_static_tls): Likewise.
16848 2016-09-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16850         * hurd/hurdmalloc.c (malloc_fork_prepare): Rename to
16851         _hurd_malloc_fork_prepare.
16852         (malloc_fork_parent): Rename to _hurd_malloc_fork_parent.
16853         (malloc_fork_child): Rename to _hurd_malloc_fork_child.
16854         (_hurd_fork_prepare_hook): Drop malloc_fork_prepare.
16855         (_hurd_fork_parent_hook): Drop malloc_fork_parent.
16856         (_hurd_fork_child_hook): Drop malloc_fork_child.
16857         * hurd/hurdmalloc.h (_hurd_malloc_fork_prepare,
16858         _hurd_malloc_fork_parent, _hurd_malloc_fork_child): Add declarations.
16859         * sysdeps/mach/hurd/fork.c (__fork): Call __malloc_fork_lock_parent
16860         after locking locks (notably hurd_dtable_lock). Call
16861         _hurd_malloc_fork_prepare after that. Call _hurd_malloc_fork_parent
16862         before __malloc_fork_unlock_parent and _hurd_malloc_fork_child before
16863         __malloc_fork_unlock_child.
16864         * sysdeps/mach/i386/syscall.S (syscall): Push back syscall number.
16866 2016-09-21  James Greenhalgh  <james.greenhalgh@arm.com>
16868         * soft-fp/extendhftf2.c: New.
16869         * soft-fp/fixhfti.c: Likewise.
16870         * soft-fp/fixunshfti.c: Likewise.
16871         * soft-fp/floattihf.c: Likewise.
16872         * soft-fp/floatuntihf.c: Likewise.
16873         * soft-fp/half.h: Likewise.
16874         * soft-fp/trunctfhf2.c: Likewise.
16876 2016-09-21  Joseph Myers  <joseph@codesourcery.com>
16878         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (issubnormal): New
16879         macro.
16880         * math/libm-test.inc (issubnormal_test_data): New array.
16881         (issubnormal_test): New function.
16882         * manual/arith.texi (Floating Point Classes): Document
16883         issubnormal.
16884         * manual/libm-err-tab.pl: Update comment on interfaces without
16885         ulps tabulated.
16887         * sysdeps/generic/stdint.h: Define
16888         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
16889         <bits/libc-header-start.h> instead of including <features.h>.
16890         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT8_WIDTH): New macro.
16891         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT8_WIDTH): Likewise.
16892         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT16_WIDTH): Likewise.
16893         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT16_WIDTH): Likewise.
16894         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT32_WIDTH): Likewise.
16895         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT32_WIDTH): Likewise.
16896         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT64_WIDTH): Likewise.
16897         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT64_WIDTH): Likewise.
16898         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_LEAST8_WIDTH): Likewise.
16899         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_LEAST8_WIDTH): Likewise.
16900         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_LEAST16_WIDTH): Likewise.
16901         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_LEAST16_WIDTH): Likewise.
16902         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_LEAST32_WIDTH): Likewise.
16903         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_LEAST32_WIDTH): Likewise.
16904         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_LEAST64_WIDTH): Likewise.
16905         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_LEAST64_WIDTH): Likewise.
16906         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_FAST8_WIDTH): Likewise.
16907         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_FAST8_WIDTH): Likewise.
16908         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_FAST16_WIDTH): Likewise.
16909         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_FAST16_WIDTH): Likewise.
16910         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_FAST32_WIDTH): Likewise.
16911         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_FAST32_WIDTH): Likewise.
16912         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_FAST64_WIDTH): Likewise.
16913         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_FAST64_WIDTH): Likewise.
16914         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INTPTR_WIDTH): Likewise.
16915         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINTPTR_WIDTH): Likewise.
16916         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INTMAX_WIDTH): Likewise.
16917         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINTMAX_WIDTH): Likewise.
16918         [__GLIBC_USE (IEC_60559_BFP_EXT)] (PTRDIFF_WIDTH): Likewise.
16919         [__GLIBC_USE (IEC_60559_BFP_EXT)] (SIG_ATOMIC_WIDTH): Likewise.
16920         [__GLIBC_USE (IEC_60559_BFP_EXT)] (SIZE_WIDTH): Likewise.
16921         [__GLIBC_USE (IEC_60559_BFP_EXT)] (WCHAR_WIDTH): Likewise.
16922         [__GLIBC_USE (IEC_60559_BFP_EXT)] (WINT_WIDTH): Likewise.
16923         * manual/arith.texi (Integers): Document these macros for types
16924         specified by width properties.
16925         * manual/lang.texi (Width of Type): Document these macros for
16926         other standard typedefs.
16927         * stdlib/tst-width-stdint.c: New file.
16928         * stdlib/Makefile (tests): Add tst-width-stdint.
16930 2016-09-21  Florian Weimer  <fweimer@redhat.com>
16932         [BZ #20016]
16933         * resolv/res_send.c (__libc_res_nsend): Remove USE_HOOK code.
16934         * resolv/res_data.c (res_send_setqhook, res_send_setrhook):
16935         Move ...
16936         * resolv/compat-hooks.c (res_send_setqhook, res_send_setrhook):
16937         ... here, as compatibility symbols in a new file.
16938         * resolv/Makefile (libresolv-routines): Add compat-hooks.
16939         * resolv/res_init.c (__res_vinit): Adjust member names.
16940         * include/resolv.h (res_send_setqhook, res_send_setrhook): Remove.
16941         * resolv/resolv.h (res_sendhookact, res_send_qhook)
16942         (res_send_rhook): Remove.
16943         (struct __res_state): Rename qhook, rhook members.
16945 2016-09-21  Florian Weimer  <fweimer@redhat.com>
16947         malloc: Use __libc_lock wrappers.
16948         * malloc/arena.c (list_lock, free_list_lock): Define using
16949         __libc_lock_define_initialized.
16950         (arena_lock): Adjust formatting.
16951         * malloc/malloc.c (struct malloc_state): Define mutex using
16952         __libc_lock_define.
16953         * sysdeps/generic/malloc-machine.h (mutex_t, mutex_init)
16954         (mutex_lock, mutex_trylock, mutex_unlock): Remove.
16955         * sysdeps/mach/hurd/malloc-machine.h (mutex_t, mutex_lock)
16956         (mutex_unlock, mutex_trylock): Remove.
16957         (__pthread_initialize): Remove unused macro.
16958         * sysdeps/nptl/malloc-machine.h (mutex_t, mutex_lock)
16959         (mutex_unlock, mutex_trylock): Remove.
16961 2016-09-21  Florian Weimer  <fweimer@redhat.com>
16963         [BZ #20592]
16964         Remove RR type classification macros.
16965         * resolv/arpa/nameser.h (ns_t_qt_p, ns_t_mrr_p, ns_t_rr_p)
16966         (ns_t_udp_p, ns_t_xfr_p): Remove.
16968 2016-09-21  Florian Weimer  <fweimer@redhat.com>
16970         Remove misleading version information.
16971         * resolv/arpa/nameser.h (__NAMESER): Remove.
16972         * resolv/arpa/nameser_compat.h (__BIND): Remove.
16974 2016-09-21  Florian Weimer  <fweimer@redhat.com>
16976         Remove the always-defined BIND_4_COMPAT macro.
16977         * resolv/arpa/nameser.h: Unconditionally include
16978         <arpa/nameser_compat.h>.
16979         (BIND_4_COMPAT): Remove.
16980         * resolv/res_comp.c: Do not check BIND_4_COMPAT.
16982 2016-09-21  Florian Weimer  <fweimer@redhat.com>
16984         [BZ #20591]
16985         Remove obsolete DNSSEC support.
16986         * resolv/arpa/nameser.h (ns_key_types, NS_KEY_*, NS_ALG_*)
16987         (NS_MD5_RSA_*, NS_DSA_*, NS_NXT_*, ns_sign, ns_sign2, ns_sign_tcp)
16988         (ns_sign_tcp2, ns_sign_tcp_init, ns_find_tsig, ns_verify)
16989         (ns_verify_tcp, ns_verify_tcp_init): Remove.
16990         (ns_cert_types): Add comment.
16991         * resolv/ns_print.c (ns_sprintrrf): Do not handle DNSSEC records
16992         separately.
16993         (KEY_RSA, KEY_HMAC_MD5, dst_s_id_calc, dst_s_get_int16)
16994         (dst_s_dns_key_id): Remove.
16995         * resolv/res_debug.c (__p_key_syms, __p_cert_syms): Remove unused
16996         variables.
16998 2016-09-21  Florian Weimer  <fweimer@redhat.com>
17000         [BZ #20524]
17001         * manual/string.texi (String/Array Comparison): Clarify the
17002         strverscmp behavior.
17004 2016-09-21  Florian Weimer  <fweimer@redhat.com>
17006         * test-skeleton.c (xasprintf): Add function.
17007         * io/tst-open-tmpfile.c: New test.
17008         * io/Makefile (tests): Add it.
17010 2016-09-21  Florian Weimer  <fweimer@redhat.com>
17012         Avoid running $(CXX) during build to obtain header file paths.
17013         * configure.ac (CXX_SYSINCLUDES, CXX_CMATH_HEADER): Set.
17014         * config.make.in (c++-cstdlib-header, c++-cmath-header): Define.
17015         * Makerules (cstdlib, cmath): Remove variables.  Use
17016         $(c++-cstdlib-header), $(c++-cmath-header) instead.
17017         * configure: Regenerate.
17019 2016-09-21  Florian Weimer  <fweimer@redhat.com>
17021         * Makeconfig (all-object-suffixes): Include .op only if
17022         $(build-profile).
17024 2016-09-21  Florian Weimer  <fweimer@redhat.com>
17026         * elf/sln.c: Remove HAVE_CONFIG_H, S_ISDIR, S_ISLNK preprocessor
17027         conditionals.  Do not define PATH_MAX.
17029 2016-09-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
17031         * posix/Makefile (tests): Add tst-spawn3.
17032         * posix/tst-spawn3.c: New file.
17033         * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Close file descriptor
17034         if it is already opened for open action.
17036         * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Correctly block and unblock
17037         all signals when executing the clone vfork child.
17038         (SIGALL_SET): Remove macro.
17040         * nptl/Makefile (tests): Add tst-exec5.
17041         * nptl/tst-exec5.c: New file.
17042         * sysdeps/unix/sysv/linux/spawni.c (__spawni): Correctly enable and disable
17043         asynchronous cancellation.
17045 2016-09-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17047         * hurd/exc2signal.c: #include <hurd/signal.h>
17048         (_hurd_exception2signal): Replace 'exception', 'code', 'subcode',
17049         'sigcode', 'error' parameters with 'detail' parameter.  Fix code
17050         accordingly.
17051         * mach/mach_error.c (mach_error): Fix old-style function definition.
17052         * mach/errstring.c (mach_error_type, mach_error_string): Likewise.
17054 2016-09-20  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17056         * math/Makefile (libm-calls): Remove s_nanF.
17057         (gen-libm-calls): Add s_nanF.
17059         * math/s_nan.c: Refactor into ...
17060         * math/s_nan_template.c: New file.
17062         * math/s_nanf.c: Removed.
17063         * math/s_nanl.c: Removed.
17064         * sysdeps/ieee754/ldbl-opt/s_nan.c: Removed.
17065         * sysdeps/ieee754/ldbl-opt/s_nanl.c: Removed.
17067         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h:
17068         (LDOUBLE_nanl_libm_version): New macro.
17070         * sysdeps/generic/math-type-macros-double.h:
17071         (M_STRTO_NAN): New macro.
17072         * sysdeps/generic/math-type-macros-float.h: Likewise.
17073         * sysdeps/generic/math-type-macros-ldouble.h: Likewise.
17075         * sysdeps/generic/math-type-macros.h: Document
17076         M_STRTO_NAN.
17078 2016-09-20  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17080         * math/s_nanf.c: Remove __nanf undef.
17081         * math/s_nan.c: Remove __nan undef.
17082         * math/s_nanl.c: Remove __nanl undef.
17084         * sysdeps/generic/math_private.h (__nan): Remove macro
17085         override.
17086         (__nanf): Likewise.
17087         (__nanl): Likewise.
17089 2016-09-20  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17091         * math/Makefile (gen-all-calls): New variable.
17092         (generated): Replace gen-libm-calls with gen-all-calls.
17093         (gen-libm-templates.stmp): Likewise.  Also, ensure
17094         the output directory exists or is created and add
17095         dependency on the Makefile.
17096         (calls): Move s_ldexpF into gen-calls.
17097         (gen-calls): New variable.
17099         * math/s_ldexpf.c: Removed.
17100         * math/s_ldexpl.c: Removed.
17101         * math/s_ldexp.c: Refactored into ...
17102         * math/s_ldexp_template.c: New file.
17104         * sysdeps/generic/math-type-macros-double.h: Remove
17105         redundant fall-through definition of declare_mgen_alias.
17106         (declare_mgen_alias_2): New macro.
17108         * sysdeps/generc/math-type-macros.h (declare_mgen_alias_2):
17109         New macro for function aliased to two exported symbols.
17111         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Update to use
17112         new template file.
17113         sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
17115 2016-09-20  Florian Weimer  <fweimer@redhat.com>
17117         * Makeconfig (all-object-suffixes): Remove .og.
17118         * Makerules (elide-routines.og): Remove.
17119         * sysdeps/i386/i686/Makefile (CFLAGS-.og, ASFLAGS-.og): Remove.
17120         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.og): Remove.
17121         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.op): Remove.
17123 2016-09-20  Florian Weimer  <fweimer@redhat.com>
17125         * scripts/sysd-rules.awk (BEGIN): Only generate rtld patterns for
17126         .os objects.
17128 2016-09-19  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
17130         [BZ #20615]
17131         * sysdeps/powerpc/powerpc32/power9/multiarch/Implies: Replace
17132         fpu directory by non-fpu.
17133         * sysdeps/powerpc/powerpc64/power9/fpu/Implies: Remove dependency
17134         on non-fpu directory from a fpu directory.
17136 2016-09-19  Joseph Myers  <joseph@codesourcery.com>
17138         * include/limits.h: Define
17139         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
17140         <bits/libc-header-start.h> instead of including <features.h>.
17141         [__GLIBC_USE (IEC_60559_BFP_EXT)] (CHAR_WIDTH): New macro.
17142         [__GLIBC_USE (IEC_60559_BFP_EXT)] (SCHAR_WIDTH): Likewise.
17143         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UCHAR_WIDTH): Likewise.
17144         [__GLIBC_USE (IEC_60559_BFP_EXT)] (SHRT_WIDTH): Likewise.
17145         [__GLIBC_USE (IEC_60559_BFP_EXT)] (USHRT_WIDTH): Likewise.
17146         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_WIDTH): Likewise.
17147         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_WIDTH): Likewise.
17148         [__GLIBC_USE (IEC_60559_BFP_EXT)] (LONG_WIDTH): Likewise.
17149         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ULONG_WIDTH): Likewise.
17150         [__GLIBC_USE (IEC_60559_BFP_EXT)] (LLONG_WIDTH): Likewise.
17151         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ULLONG_WIDTH): Likewise.
17152         * manual/lang.texi (Width of Type): Document these macros.
17153         * stdlib/tst-width.c: New file.
17154         * stdlib/Makefile (tests): Add tst-width.
17156 2016-09-18  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17158         * intl/dcigettext.c (PATH_MAX): Call __pathconf instead of pathconf.
17159         * sysdeps/posix/dup.c (__dup): Call __fcntl instead of fcntl.
17161 2016-09-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
17163         * nptl/sem_init.c (__new_sem_init): Init pad value to 0.
17164         * sysdeps/sparc/sparc32/sem_open.c: Remove file.
17165         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: Likewise.
17167 2016-09-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
17169         [BZ #18243]
17170         * rt/Makefile (test): Add tst-shm-cancel.
17171         * rt/tst-shm-cancel.c: New file.
17172         * sysdeps/posix/shm_open.c: Disable asynchronous cancellation.
17174         [BZ #18243]
17175         * nptl/pthreadP.h (__pthread_testcancel): Add prototype and hidden_proto.
17176         * nptl/pthread_testcancel.c (pthread_cancel): Add internal aliais
17177         definition.
17178         * nptl/sem_timedwait.c (sem_timedwait): Add cancellation check for
17179         uncontended case.
17180         * nptl/sem_wait.c (__new_sem_wait): Likewise.
17181         * nptl/tst-cancel12.c (cleanup): Remove wrong cancellation point.
17182         (tf): Fix check for uncontended case.
17183         (do_test): Likewise.
17184         * nptl/tst-cancel13.c (cleanup): Remove wrong cancellation point.
17185         (tf): Fix check for uncontended case.
17186         (do_test): Likewise.
17187         * nptl/tst-cancel14.c (cleanup): Remove wrong cancellation point.
17188         (tf): Fix check for uncontended case.
17189         (do_test): Likewise.
17190         * nptl/tst-cancel15.c (cleanup): Remove wrong cancellation point.
17191         (tf): Fix check for uncontended case.
17192         (do_test): Likewise.
17194         * sysdeps/sparc/sparc32/sem_wait.c: Remove file.
17195         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Likewise.
17197         [BZ #15765]
17198         * nptl/Makefile (tests): Add tst-sem16.
17199         * nptl/tst-sem16.c: New file.
17200         * nptl/sem_open.c (sem_open): Disable asynchronous cancellation.
17202         * nptl/sem_open.c (sem_open): Init pad value to 0.
17203         * sysdeps/sparc/sparc32/sem_open.c: Remove file.
17204         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: Likewise.
17206 2016-09-15  Florian Weimer  <fweimer@redhat.com>
17208         [BZ #20611]
17209         * inet/Makefile (routines): Add inet6_scopeid_pton.
17210         (tests): Add tst-inet6_scopeid_pton.
17211         * inet/inet6_scopeid_pton.c: New file.
17212         * inet/net-internal.h: Likewise.
17213         * inet/tst-inet6_scopeid_pton.c: New test.
17214         * inet/Versions (GLIBC_PRIVATE): Add __inet6_scopeid_pton.
17215         * resolv/res_init.c (__res_vinit): Use __inet6_scopeid_pton.
17216         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17218 2016-09-14  Florian Weimer  <fweimer@redhat.com>
17220         Remove support for compiling wrappers with PTW.
17221         * sysdeps/nptl/Makeconfig: Drop ptw- support.
17222         * nptl/Makefile (pthread-compat-wrappers): Define.
17223         (libpthread-routines): Use pthread-compat-wrappers.
17224         * sysdeps/unix/sysv/linux/alpha/Makefile
17225         (libpthread-routines, libpthread-shared-only-routines): Remove
17226         ptw- prefix.
17227         * sysdeps/s390/nptl/Makefile
17228         (libpthread-routines, libpthread-shared-only-routines): Likewise.
17229         * sysdeps/ia64/nptl/Makefile
17230         (libpthread-routines, libpthread-shared-only-routines): Likewise.
17231         * sysdeps/nacl/Makefile (libpthread-routines): Use
17232         pthread-compat-wrappers to filter the routines list instead of the
17233         ptw- prefix.
17235 2016-09-13  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17237         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Wrap long double literals
17238         with L() and remove explicit suffix, convert real literals
17239         which can be equivalentally substituted with integers, and
17240         transform -L(x) to L(-x).
17242         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
17243         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
17244         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
17245         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
17246         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
17247         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
17248         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
17249         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
17250         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
17251         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
17252         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
17253         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
17254         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
17255         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
17256         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
17257         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
17258         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
17259         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
17260         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
17261         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
17262         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
17263         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
17264         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
17265         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
17266         * sysdeps/ieee754/ldbl-128/lgamma_negl.c: Likewise.
17267         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
17268         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
17269         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
17270         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
17271         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
17272         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
17273         * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
17274         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
17275         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
17276         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
17277         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
17278         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
17279         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
17280         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
17281         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
17282         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
17283         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
17284         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
17285         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
17286         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
17287         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
17288         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
17289         * sysdeps/ieee754/ldbl-128/t_expl.h: Likewise.
17290         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
17291         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
17293 2016-09-13  Florian Weimer  <fweimer@redhat.com>
17295         * resolv/res_init.c: Remove _LIBC_REENTRANT; it is always defined.
17297 2016-09-10  Siddhesh Poyarekar  <siddhesh@sourceware.org>
17299         * malloc/Makefile (tests): Remove individual static test names
17300         and just add all of tests-static.
17302         * csu/libc-start.c (__libc_csu_irel): Remove declaration.
17304 2016-09-07  Joseph Myers  <joseph@codesourcery.com>
17306         * sysdeps/powerpc/powerpc32/e500/nofpu/fetestexceptflag.c: New
17307         file.
17309         * sysdeps/sparc/fpu/fegetmode.c: New file.
17310         * sysdeps/sparc/fpu/fesetmode.c: Likewise.
17312         * sysdeps/sh/sh4/fpu/fegetmode.c: New file.
17313         * sysdeps/sh/sh4/fpu/fesetmode.c: Likewise.
17315         * sysdeps/s390/fpu/fegetmode.c: New file.
17316         * sysdeps/s390/fpu/fesetmode.c: Likewise.
17318         * sysdeps/powerpc/fpu/fegetmode.c: New file.
17319         * sysdeps/powerpc/fpu/fesetmode.c: Likewise.
17320         * sysdeps/powerpc/nofpu/fegetmode.c: Likewise.
17321         * sysdeps/powerpc/nofpu/fesetmode.c: Likewise.
17322         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetmode.c: Likewise.
17323         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetmode.c: Likewise.
17325         * sysdeps/mips/fpu/fegetmode.c: New file.
17326         * sysdeps/mips/fpu/fesetmode.c: Likewise.
17328         * sysdeps/m68k/fpu/fegetmode.c: New file.
17329         * sysdeps/m69k/fpu/fesetmode.c: Likewise.
17331         * sysdeps/ia64/fpu/fegetmode.c: New file.
17332         * sysdeps/ia64/fpu/fesetmode.c: Likewise.
17334         * sysdeps/hppa/fpu/fegetmode.c: New file.
17335         * sysdeps/hppa/fpu/fesetmode.c: Likewise.
17337         * sysdeps/arm/fegetmode.c: New file.
17338         * sysdeps/arm/fesetmode.c: Likewise.
17340         * sysdeps/alpha/fpu/fegetmode.c: New file.
17341         * sysdeps/alpha/fpu/fesetmode.c: Likewise.
17343         * sysdeps/aarch64/fpu/fegetmode.c: New file.
17344         * sysdeps/aarch64/fpu/fesetmode.c: Likewise.
17346         * math/fegetmode.c: New file.
17347         * math/fesetmode.c: Likewise.
17348         * sysdeps/i386/fpu/fegetmode.c: Likewise.
17349         * sysdeps/i386/fpu/fesetmode.c: Likewise.
17350         * sysdeps/x86_64/fpu/fegetmode.c: Likewise.
17351         * sysdeps/x86_64/fpu/fesetmode.c: Likewise.
17352         * math/fenv.h: Update comment on inclusion of <bits/fenv.h>.
17353         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fegetmode): New function
17354         declaration.
17355         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fesetmode): Likewise.
17356         * bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (femode_t): New
17357         typedef.
17358         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
17359         * sysdeps/aarch64/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
17360         (femode_t): New typedef.
17361         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
17362         * sysdeps/alpha/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
17363         (femode_t): New typedef.
17364         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
17365         * sysdeps/arm/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
17366         (femode_t): New typedef.
17367         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
17368         * sysdeps/hppa/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
17369         (femode_t): New typedef.
17370         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
17371         * sysdeps/ia64/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
17372         (femode_t): New typedef.
17373         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
17374         * sysdeps/m68k/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
17375         (femode_t): New typedef.
17376         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
17377         * sysdeps/microblaze/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
17378         (femode_t): New typedef.
17379         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
17380         * sysdeps/mips/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
17381         (femode_t): New typedef.
17382         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
17383         * sysdeps/nios2/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
17384         (femode_t): New typedef.
17385         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
17386         * sysdeps/powerpc/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
17387         (femode_t): New typedef.
17388         [__GLIBC_USE (IEC_60559_BFP_EXT)] (__fe_dfl_mode): New variable
17389         declaration.
17390         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
17391         * sysdeps/s390/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
17392         (femode_t): New typedef.
17393         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
17394         * sysdeps/sh/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
17395         (femode_t): New typedef.
17396         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
17397         * sysdeps/sparc/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
17398         (femode_t): New typedef.
17399         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
17400         * sysdeps/tile/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
17401         (femode_t): New typedef.
17402         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
17403         * sysdeps/x86/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
17404         (femode_t): New typedef.
17405         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
17406         * manual/arith.texi (FE_DFL_MODE): Document macro.
17407         (fegetmode): Document function.
17408         (fesetmode): Likewise.
17409         * math/Versions (fegetmode): New libm symbol at version
17410         GLIBC_2.25.
17411         (fesetmode): Likewise.
17412         * math/Makefile (libm-support): Add fegetmode and fesetmode.
17413         (tests): Add test-femode and test-femode-traps.
17414         * math/test-femode-traps.c: New file.
17415         * math/test-femode.c: Likewise.
17416         * sysdeps/powerpc/fpu/fenv_const.c (__fe_dfl_mode): Declare as
17417         alias for __fe_dfl_env.
17418         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_dfl_mode): Likewise.
17419         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c
17420         (__fe_dfl_mode): Likewise.
17421         * sysdeps/powerpc/Versions (__fe_dfl_mode): New libm symbol at
17422         version GLIBC_2.25.
17423         * sysdeps/nacl/libm.abilist: Update.
17424         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
17425         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
17426         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
17427         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
17428         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
17429         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
17430         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
17431         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
17432         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
17433         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
17434         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
17435         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
17436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
17437         Likewise.
17438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
17439         Likewise.
17440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
17441         Likewise.
17442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
17443         Likewise.
17444         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
17445         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
17446         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
17447         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
17448         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
17449         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
17450         Likewise.
17451         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
17452         Likewise.
17453         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
17454         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
17455         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
17457 2016-09-06  H.J. Lu  <hongjiu.lu@intel.com>
17459         [BZ #20495]
17460         [BZ #20508]
17461         * sysdeps/x86/cpu-features.c (init_cpu_features): For Intel
17462         processors, set Use_dl_runtime_resolve_slow and set
17463         Use_dl_runtime_resolve_opt if XGETBV suports ECX == 1.
17464         * sysdeps/x86/cpu-features.h (bit_arch_Use_dl_runtime_resolve_opt):
17465         New.
17466         (bit_arch_Use_dl_runtime_resolve_slow): Likewise.
17467         (index_arch_Use_dl_runtime_resolve_opt): Likewise.
17468         (index_arch_Use_dl_runtime_resolve_slow): Likewise.
17469         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Use
17470         _dl_runtime_resolve_avx512_opt and _dl_runtime_resolve_avx_opt
17471         if Use_dl_runtime_resolve_opt is set.  Use
17472         _dl_runtime_resolve_slow if Use_dl_runtime_resolve_slow is set.
17473         * sysdeps/x86_64/dl-trampoline.S: Include <cpu-features.h>.
17474         (_dl_runtime_resolve_opt): New.  Defined for AVX and AVX512.
17475         (_dl_runtime_resolve): Add one for _dl_runtime_resolve_sse_vex.
17476         * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve_avx_slow):
17477         New.
17478         (_dl_runtime_resolve_opt): Likewise.
17479         (_dl_runtime_profile): Define only if _dl_runtime_profile is
17480         defined.
17482 2016-09-06  Stefan Liebler  <stli@linux.vnet.ibm.com>
17484         * sysdeps/unix/sysv/linux/s390/localplt.data: Mark ld.so:
17485         __libc_memalign with "+ RELA R_390_GLOB_DAT".
17487 2016-09-06  Florian Weimer  <fweimer@redhat.com>
17489         Convert malloc to __libc_lock.  Automated part, using this Perl
17490         s/// command:
17491           s/(?:\(void\)\s*)?mutex_((?:|un|try)lock|init)
17492             \s*\(\&([^\)]+)\)/__libc_lock_$1\ ($2)/gx;
17493         * malloc/malloc.c, malloc/arena.c, malloc/hooks.c: Perform
17494         conversion.
17496 2016-09-05  Aurelien Jarno  <aurelien@aurel32.net>
17498         * conform/Makefile (conformtest-header-tests): Pass -I. to $(PERL).
17499         (linknamespace-symlists-tests): Likewise.
17500         (linknamespace-header-tests): Likewise.
17502 2016-09-03  Aurelien Jarno  <aurelien@aurel32.net>
17504         [BZ #19810]
17505         * elf/dl-open.c (dl_open_worker): Set DF_1_NODELETE flag later.
17506         * elf/tst-noload.c: New test case.
17507         * elf/Makefile (tests): Add tst-noload.
17509 2016-09-02  Roland McGrath  <roland@hack.frob.com>
17511         * sysdeps/nacl/dup.c: Add libc_hidden_def.
17513         * sysdeps/posix/wait3.c: Don't treat STAT_LOC as a union, since it's
17514         not any more.
17516         * sysdeps/nacl/clock.c (clock): nacl_abi_clock_t -> nacl_irt_clock_t
17518 2016-09-02  Siddhesh Poyarekar  <siddhesh@sourceware.org>
17520         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos): Mark as inline.
17521         (do_cos_slow): Likewise.
17522         (do_sin): Likewise.
17523         (do_sin_slow): Likewise.
17524         (slow): Likewise.
17525         (slow1): Likewise.
17526         (slow2): Likewise.
17527         (sloww): Likewise.
17528         (sloww1): Likewise.
17529         (sloww2): Likewise.
17530         (bsloww): Likewise.
17531         (bsloww1): Likewise.
17532         (bsloww2): Likewise.
17533         (cslow2): Likewise.
17535         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use do_sin.
17537         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos): Accept X and DX as input
17538         arguments.  Consolidate input partitioning from callers here.
17539         (do_cos_slow): Likewise.
17540         (do_sin): Likewise.
17541         (do_sin_slow): Likewise.
17542         (do_sincos_1): Remove the no longer necessary input partitioning.
17543         (do_sincos_2): Likewise.
17544         (__sin): Likewise.
17545         (__cos): Likewise.
17546         (slow1): Likewise.
17547         (slow2): Likewise.
17548         (sloww1): Likewise.
17549         (sloww2): Likewise.
17550         (bsloww1): Likewise.
17551         (bsloww2): Likewise.
17552         (cslow2): Likewise.
17554 2016-09-02  Florian Weimer  <fweimer@redhat.com>
17556         * stdio-common/vfscanf.c (_IO_vfwscanf): Use MB_LEN_MAX instead of
17557         MB_CUR_MAX to avoid race condition.  Avoid pointer arithmetic
17558         outside of allocated array.
17560 2016-09-02  Florian Weimer  <fweimer@redhat.com>
17562         * stdio-common/vfprintf.c (process_string_arg): Use MB_LEN_MAX
17563         instead of MB_CUR_MAX to avoid variable-length array.
17565 2016-09-01  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17567         * math/Makefile (libm-calls): Remove k_rem_pio2F.
17568         (type-double-routines): Add k_rem_pio2.
17569         (type-float-routines): Add k_rem_pio2f.
17571         * sysdeps/generic/math_private.h:
17572         (__kernel_rem_pio2l): Removed.
17574         * math/k_rem_pio2l.c: Removed.
17575         * sysdeps/i386/fpu/k_rem_pio2l.c: Removed.
17576         * sysdeps/ia64/fpu/k_rem_pio2l.c: Removed.
17577         * sysdeps/m68k/m680x0/fpu/k_rem_pio2l.c: Removed.
17578         * sysdeps/x86_64/fpu/k_rem_pio2l.c: Removed.
17580 2016-09-01  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17582         * math/Makefile (gen-libm-calls): Add s_fmin
17583         (libm-calls): Remove above.
17585         * math/s_fmin.c: Refactor into ...
17586         * math/s_fmin_template.c: New file.
17588         * math/s_fminf.c: Removed.
17589         * math/s_fminl.c: Removed.
17590         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h:
17591         (LDOUBLE_fmin_libm_version): New macro.
17593         * sysdeps/ieee754/ldbl-opt/s_fmin.c: Removed.
17594         * sysdeps/ieee754/ldbl-opt/s_fminl.c: Removed.
17596 2016-09-01  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17598         * math/Makefile: (gen-libm-calls): Add s_fmax.
17599         (libm-calls): Remove above.
17601         * math/s_fmax.c: Refactor into ...
17602         * math/s_fmax_template.c: New file.
17603         * math/s_fmaxf.c: Removed.
17604         * math/s_fmaxl.c: Removed.
17606         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h:
17607         (LDOUBLE_fmaxl_libm_version): New macro.
17609         * sysdeps/ieee754/ldbl-opt/s_fmax.c: Removed.
17610         * sysdeps/ieee754/ldbl-opt/s_fmaxl.c: Removed.
17612         * sysdeps/aarch64/fpu/s_fmax.c: Append fpu/ to include of
17613         s_fmin.c to pick the aarch64 version of the file.
17614         * sysdeps/aarch64/fpu/s_fmaxf.c: Likewise.
17615         * sysdeps/aarch64/fpu/s_fminf.c: Likewise.
17617 2016-09-01  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17619         * math/Makefile: (gen-libm-calls): Add s_nextdown.
17620         (libm-calls): Remove above.
17622         * math/s_nextdown.c: Refactor into ...
17623         * math/s_nextdown_template.c: New file.
17624         * math/s_nextdownf.c: Removed.
17625         * math/s_nextdownl.c: Removed.
17627         * sysdeps/ieee754/ldbl-opt/s_nextdownl.c: New file.
17629 2016-09-01  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17631         * math/Makefile (gen-libm-calls): Add s_fdim.
17632         (libm-calls): Move to above.
17634         * math/s_fdim.c: Renamed and refactored into to ...
17635         * math/s_fdim_template.c: New file.
17636         * math/s_fdiml.c: Removed.
17637         * sysdeps/ieee754/ldbl-opt/s_fdim.c: Removed.
17638         * sysdeps/ieee754/ldbl-opt/s_fdiml.c: Removed.
17640         * sysdeps/generic/math-type-macros-double.h:
17641         (declare_mgen_alias): Don't declare if already declared.
17642         * sysdeps/ieee754/ldbl-opt/math-type-macros-ldouble.h:
17643         Likewise.
17645         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h:
17646         (declare_mgen_alias): Don't declare if already declared.
17647         (M_LIBM_NEED_COMPAT): Likewise.
17648         (declare_mgen_libm_compat): Likewise.
17649         (LDOUBLE_fdiml_libm_version): New macro.
17651         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c:
17652         Include math/s_fdim.c now that ldbl-opt version is not needed.
17653         (declare_mgen_alias): New macro to disable aliasing.
17655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.c:
17656         (declare_mgen_alias): Likewise.
17657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.c:
17658         (declare_mgen_alias): Likewise.
17659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.c:
17660         (declare_mgen_alias): Likewise.
17661         (M_LIBM_NEED_COMPAT): Likewise.
17663 2016-09-01  Florian Weimer  <fweimer@redhat.com>
17665         [BZ #20525]
17666         * sysdeps/unix/sysv/linux/sys/quota.h: Update copyright.
17667         Include <linux/quota.h>.
17668         (fs_to_dq_blocks): Hard-code BLOCK_SIZE as 1024, to match dbtob
17669         and btodb.
17670         (_LINUX_QUOTA_VERSION, MAXQUOTAS, USRQUOTA, GRPQUOTA, INITQFNAMES)
17671         (SUBCMDMASK, SUBCMDSHIFT, QCMD, Q_QUOTAON, Q_QUOTAOFF, Q_GETQUOTA)
17672         (Q_SETQUOTA, Q_SETUSE, Q_SYNC, Q_SETQLIM, Q_GETSTATS, Q_RSQUASH)
17673         (Q_GETFMT, Q_GETINFO, Q_SETINFO, Q_GETNEXTQUOTA, QIF_BLIMITS)
17674         (QIF_SPACE, QIF_ILIMITS, QIF_INODES, QIF_BTIME, QIF_ITIME)
17675         (QIF_LIMITS, QIF_USAGE, QIF_TIMES, QIF_ALL, IIF_BGRACE)
17676         (IIF_IGRACE, IIF_FLAGS, IIF_ALL): Remove.
17677         (struct dqblock, struct dqinfo): Use __uint64_t and __uint32_t
17678         types.
17679         * sysdeps/unix/sysv/linux/tst-quota.c: New test.
17680         * sysdeps/unix/sysv/linux/Makefile (tests): Add it.
17682 2016-08-31  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17684         * sysdeps/ieee754/ldbl-128/e_gammal_r.c:
17685         (gammal_positive): Fix spacing.
17686         (__ieee754_gammal_r): Likewise.
17688 2016-08-31  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17690         * sysdeps/ieee754/ldbl-128/math_ldbl.h:
17691         (_Float128): Define as long double, always.
17692         (L): Apply long double type suffix, always.
17694         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Rename long double
17695         _Float128, excepting comments.
17697         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
17698         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
17699         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
17700         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
17701         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
17702         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
17703         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
17704         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
17705         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
17706         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: Likewise.
17707         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
17708         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
17709         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
17710         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
17711         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
17712         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
17713         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
17714         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
17715         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
17716         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
17717         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
17718         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
17719         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
17720         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
17721         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
17722         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
17723         * sysdeps/ieee754/ldbl-128/lgamma_negl.c: Likewise.
17724         * sysdeps/ieee754/ldbl-128/lgamma_productl.c: Likewise.
17725         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
17726         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
17727         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
17728         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
17729         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
17730         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
17731         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
17732         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
17733         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
17734         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
17735         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
17736         * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
17737         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
17738         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
17739         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
17740         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
17741         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
17742         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
17743         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
17744         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
17745         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
17746         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
17747         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
17748         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
17749         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
17750         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
17751         * sysdeps/ieee754/ldbl-128/s_nextupl.c: Likewise.
17752         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
17753         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
17754         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
17755         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
17756         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
17757         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
17758         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
17759         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
17760         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
17761         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
17762         * sysdeps/ieee754/ldbl-128/t_expl.h: Likewise.
17763         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
17764         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
17766         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Rename long double
17767         _Float128, and include math_private.h.
17768         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
17770         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (L): Define using
17771         long double semantics.
17772         (_Float128): Likewise.
17773         * sysdeps/ieee754/ldbl-128ibm/e_j0l.c: Likewise.
17774         * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
17775         * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c: Likewise.
17776         * sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c: Likewise.
17778 2016-08-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
17780         * config.h.in (HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT): New undefine.
17781         * sysdeps/s390/configure.ac: Add test for z196 zarch support.
17782         * sysdeps/s390/configure: Regenerated.
17783         * sysdeps/s390/fpu/fraiseexcpt.c (__feraiseexcept): Use ledbra
17784         instruction for raising over-/underflow if z196 zarch is supported
17785         by default.
17786         * sysdeps/s390/fpu/fsetexcptflg.c (fesetexceptflag): Correct comment.
17788 2016-08-30  Svante Signell  <svante.signell@gmail.com>
17790         * sysdeps/mach/hurd/adjtime.c (__adjtime): When OLDDELTA is NULL, make
17791         it point to a dumb buffer for RPC to fill it.
17793 2016-08-30  Siddhesh Poyarekar  <siddhesh@sourceware.org>
17795         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos_slow): Use ternary
17796         instead of if/else.
17797         (do_sin_slow): Likewise.
17798         (do_sincos_1): Use fabs instead of if/else.
17799         (do_sincos_2): Likewise.
17800         (__sin): Likewise.
17801         (__cos): Likewise.
17802         (slow2): Likewise.
17803         (sloww): Likewise.
17804         (sloww1): Likewise.  Drop argument M.
17805         (sloww2): Use fabs instead of if/else.
17806         (bsloww): Likewise.
17807         (bsloww1): Likewise.
17808         (bsloww2): Likewise.
17810         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Add
17811         fall through comment.
17812         (do_sincos_1): Likewise.
17814         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute):
17815         Consolidate switch cases 0 and 2.
17817 2016-08-29  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17819         * math/Makefile (libm-gen-calls): Add cpow, clog, clog10, cexp, cproj.
17820         (libm-calls): Remove the above.
17822         * math/s_cexp_template.c: Update using type-generic macros.
17823         * math/s_clog10_template.c: Likewise.
17824         * math/s_cpow_template.c: Likewise.
17825         * math/s_clog_template.c: Likewise.
17826         * math/s_cproj_template.c: Likewise.
17827         * math/s_csqrt_template.c: Likewise.
17829         * math/s_cexp.c: Removed.
17830         * math/s_cexpf.c: Removed.
17831         * math/s_cexpl.c: Removed.
17832         * math/s_clog10.c: Removed.
17833         * math/s_clog10f.c: Removed.
17834         * math/s_clog10l.c: Removed.
17835         * math/s_cpow.c: Removed.
17836         * math/s_cpowf.c: Removed.
17837         * math/s_cpowl.c: Removed.
17838         * math/s_clog.c: Removed.
17839         * math/s_clogf.c: Removed.
17840         * math/s_clogl.c: Removed.
17841         * math/s_cproj.c: Removed.
17842         * math/s_cprojf.c: Removed.
17843         * math/s_cprojl.c: Removed.
17844         * math/s_csqrt.c: Removed.
17845         * math/s_csqrtf.c: Removed.
17846         * math/s_csqrtl.c: Removed.
17848         * sysdeps/alpha/fpu/s_cexpf.c: Update using templated version.
17849         * sysdeps/alpha/fpu/s_clog10f.c: Update using templated version.
17850         * sysdeps/alpha/fpu/s_clogf.c: Update using templated version.
17851         * sysdeps/alpha/fpu/s_cpowf.c: Update using templated version.
17852         * sysdeps/alpha/fpu/s_cprojf.c: Update using templated version.
17853         * sysdeps/alpha/fpu/s_csqrtf.c: Update using templated version.
17855         * sysdeps/ieee754/ldbl-opt/s_cexp.c: Removed.
17856         * sysdeps/ieee754/ldbl-opt/s_cexpl.c: Removed.
17857         * sysdeps/ieee754/ldbl-opt/s_clog.c: Removed.
17858         * sysdeps/ieee754/ldbl-opt/s_clog10.c: Removed.
17859         * sysdeps/ieee754/ldbl-opt/s_clog10l.c: Removed.
17860         * sysdeps/ieee754/ldbl-opt/s_cpow.c: Removed.
17861         * sysdeps/ieee754/ldbl-opt/s_cpowl.c: Removed.
17862         * sysdeps/ieee754/ldbl-opt/s_cproj.c: Removed.
17863         * sysdeps/ieee754/ldbl-opt/s_cprojl.c: Removed.
17864         * sysdeps/ieee754/ldbl-opt/s_csqrt.c: Removed.
17865         * sysdeps/ieee754/ldbl-opt/s_csqrtl.c: Removed.
17867         * sysdeps/ieee754/ldbl-opt/s_clogl.c: Update using templated
17868         version.
17870         * sysdeps/m68k/m680x0/fpu/s_cexp.c: Refactor into.
17871         * sysdeps/m68k/m680x0/fpu/s_cexp_template.c: New file.
17872         * sysdeps/m68k/m680x0/fpu/s_cexpf.c: Removed.
17873         * sysdeps/m68k/m680x0/fpu/s_cexpl.c: Removed.
17875 2016-08-29  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17877         * s_cexp_template.c: Copy of s_cexp.c.
17878         * s_clog_template.c: Copy of s_clog.c.
17879         * s_clog10_template.c: Copy of s_clog10.c.
17880         * s_cpow_template.c: Copy of s_cpow.c.
17881         * s_cproj_template.c: Copy of s_cproj.c.
17882         * s_csqrt_template.c: Copy of s_csqrt.c.
17884 2016-08-29  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17886         [BZ #20517]
17887         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c:
17888         Include ldbl-opt/s_fdim.c to ensure fdiml@GLIBC_2.1 is
17889         exported.
17891 2016-08-29  Joseph Myers  <joseph@codesourcery.com>
17893         * math/fetestexceptflag.c: New file.
17894         * sysdeps/s390/fpu/fetestexceptflag.c: Likewise.  Comment by
17895         Stefan Liebler.
17896         * math/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
17897         (fetestexceptflag): New function declaration.
17898         * manual/arith.texi (fetestexceptflag): Document function.
17899         * math/Versions (fetestexceptflag): New libm symbol at version
17900         GLIBC_2.25.
17901         * math/Makefile (libm-support): Add fetestexceptflag.
17902         (tests): Add test-fetestexceptflag.
17903         * math/test-fetestexceptflag.c: New file.
17904         * sysdeps/nacl/libm.abilist: Update.
17905         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
17906         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
17907         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
17908         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
17909         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
17910         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
17911         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
17912         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
17913         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
17914         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
17915         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
17916         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
17917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
17918         Likewise.
17919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
17920         Likewise.
17921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
17922         Likewise.
17923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
17924         Likewise.
17925         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
17926         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
17927         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
17928         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
17929         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
17930         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
17931         Likewise.
17932         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
17933         Likewise.
17934         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
17935         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
17936         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
17938 2016-08-26  Florian Weimer  <fweimer@redhat.com>
17940         [BZ #20432]
17941         Avoid strong references to malloc-internal symbols when linking
17942         statically, to support statically interposed mallocs.
17943         * include/libc-symbols.h (call_function_static_weak): New macro.
17944         * malloc/Makefile (tests): Add tst-interpose-nothread,
17945         tst-interpose-thread, tst-interpose-static-nothread,
17946         tst-interpose-static-thread.
17947         (tests-static): Add tst-interpose-static-nothread,
17948         tst-interpose-static-thread.
17949         (extra-tests-objs): Add tst-interpose-aux-nothread.o,
17950         tst-interpose-aux-thread.o.
17951         (test-extras): Add tst-interpose-aux-nothread,
17952         tst-interpose-aux-thread.
17953         (tst-interpose-nothread, tst-interpose-static-nothread): Link with
17954         tst-interpose-aux-nothread.o.
17955         (tst-interpose-thread, tst-interpose-static-thread): Link with
17956         tst-interpose-aux-thread.o and libthread.
17957         * malloc/tst-interpose-aux-nothread.c: New file.
17958         * malloc/tst-interpose-aux-thread.c: Likewise.
17959         * malloc/tst-interpose-aux.c: Likewise.
17960         * malloc/tst-interpose-aux.h: Likewise.
17961         * malloc/tst-interpose-nothread.c: Likewise.
17962         * malloc/tst-interpose-skeleton.c: Likewise.
17963         * malloc/tst-interpose-static-nothread.c: Likewise.
17964         * malloc/tst-interpose-static-thread.c: Likewise.
17965         * malloc/tst-interpose-thread.c: Likewise.
17966         * nptl/tst-tls3-malloc.c: Use new interposed malloc.
17967         * sysdeps/mach/hurd/fork.c (__fork): Only call
17968         __malloc_fork_lock_parent, __malloc_fork_unlock_parent,
17969         __malloc_fork_unlock_child if defined.
17970         * sysdeps/nptl/fork.c (__libc_fork): Likewise.
17972 2016-08-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
17974         * test-skeleton.c (delayed_exit_thread): Add initializer on struct
17975         timespec C99 designated initialization.
17977 2016-08-26  Florian Weimer  <fweimer@redhat.com>
17979         [BZ #19946]
17980         Avoid expected SIGALRM signals.
17981         * test-skeleton.c (xpthread_sigmask, xpthread_mutex_lock)
17982         (xpthread_spin_lock, xpthread_cond_wait, xpthread_barrier_wait)
17983         (xpthread_create, xpthread_detach, xpthread_join)
17984         (delayed_exit_thread, delayed_exit): New functions.
17985         * nptl/tst-cond3 (EXPECTED_SIGNAL): Remove.
17986         (tf): Use xpthread_cond_wait.
17987         (do_test): Likewise.  Replace alarm with delayed_exit.
17988         * nptl/tst-eintr1.c (EXPECTED_SIGNAL, TIMEOUT): Remove.
17989         (do_test): Call delayed_exit.  Report failure.
17990         * nptl/tst-eintr2.c (EXPECTED_SIGNAL, TIMEOUT): Remove.
17991         (do_test): Call delayed_exit.
17992         * nptl/tst-eintr3.c (EXPECTED_SIGNAL, TIMEOUT): Remove.
17993         (do_test): Call delayed_exit.  Use xpthread_join.  Report error.
17994         * nptl/tst-eintr4.c (EXPECTED_SIGNAL, TIMEOUT): Remove.
17995         (do_test): Call delayed_exit.  Use xpthread_barrier_wait.  Report
17996         error.
17997         * nptl/tst-eintr5.c (EXPECTED_SIGNAL, TIMEOUT): Remove.
17998         (do_test): Call delayed_exit.  Use xpthread_cond_wait.  Report
17999         error.
18000         * nptl/tst-exit2.c (EXPECTED_SIGNAL): Remove.
18001         (do_test): Call delayed_exit.
18002         * nptl/tst-exit3.c (EXPECTED_SIGNAL): Remove.
18003         (do_test): Call delayed_exit.
18004         * nptl/tst-mutex6.c (EXPECTED_SIGNAL): Remove.
18005         (do_test): Call delayed_exit instead of alarm.  Use
18006         xpthread_mutex_lock.
18007         * nptl/tst-rwlock5.c (EXPECTED_SIGNAL): Remove.
18008         (do_test): Call delayed_exit instead of alarm.  Use
18009         xpthread_mutex_lock.
18010         * nptl/tst-sem2.c (EXPECTED_SIGNAL): Remove.
18011         (do_test): Call delayed_exit instead of alarm.
18012         * nptl/tst-spin3.c (EXPECTED_SIGNAL): Remove.
18013         (do_test): Call delayed_exit instead of alarm.  Use
18014         xpthread_spin_lock.
18015         * nptl/tst-stdio1.c (EXPECTED_SIGNAL): Remove.
18016         (do_test): Call delayed_exit instead of alarm.  Use
18017         xpthread_join.
18019 2016-08-26  H.J. Lu  <hongjiu.lu@intel.com>
18021         * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve): Don't
18022         adjust CFA when allocating register save area on re-aligned
18023         stack.
18025 2016-08-26  Florian Weimer  <fweimer@redhat.com>
18027         * string/tst-cmp.c: New test.
18028         * string/Makefile (tests): Add it.
18030 2016-08-25  Mark Wielaard  <mark@klomp.org>
18032         * misc/tsearch.c (struct node_t): Reduce to 3 pointers if
18033         USE_MALLOC_LOW_BIT.  Define pointer/value accessors.
18034         (check_tree_recurse): Use newly defined accessors.
18035         (check_tree): Likewise.
18036         (maybe_split_for_insert): Likewise.
18037         (__tfind): Likewise.
18038         (__tdelete): Likewise.
18039         (trecurse): Likewise.
18040         (tdestroy_recurse): Likewise.
18041         (__tsearch): Likewise. And add asserts for malloc alignment.
18042         (__twalk): Cast root to node in case CHECK_TREE is defined.
18044 2016-08-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18046         * scripts/check-local-headers.sh (exclude): Add mach_debug/.
18048 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18050         * math/Makefile (libm-gen-calls): Add
18051         catan, catanh, ctan, ctanh.
18052         (libm-calls): Remove the above.
18054         * math/s_catan_template.c: Update using type-generic macros.
18055         * math/s_catanh_template.c: Likewise.
18056         * math/s_ctan_template.c: Likewise.
18057         * math/s_ctanh_template.c: Likewise.
18059         * math/s_catanf.c: Removed.
18060         * math/s_catan.c: Removed.
18061         * math/s_catanl.c: Removed.
18062         * math/s_catanhf.c: Removed.
18063         * math/s_catanh.c: Removed.
18064         * math/s_catanhl.c: Removed.
18065         * math/s_ctanf.c: Removed.
18066         * math/s_ctan.c: Removed.
18067         * math/s_ctanl.c: Removed.
18068         * math/s_ctanhf.c: Removed.
18069         * math/s_ctanh.c: Removed.
18070         * math/s_ctanhl.c: Removed.
18072         * sysdeps/ieee754/ldbl-opt/s_catanhl.c: Removed.
18073         * sysdeps/ieee754/ldbl-opt/s_catanl.c: Removed.
18074         * sysdeps/ieee754/ldbl-opt/s_ctan.c: Removed.
18075         * sysdeps/ieee754/ldbl-opt/s_ctanh.c: Removed.
18076         * sysdeps/ieee754/ldbl-opt/s_ctanhl.c: Removed.
18077         * sysdeps/ieee754/ldbl-opt/s_ctanl.c: Removed.
18079         * sysdeps/alpha/fpu/s_catanf.c: Update to use template file.
18080         * sysdeps/alpha/fpu/s_catanhf.c: Likewise.
18081         * sysdeps/alpha/fpu/s_ctanf.c: Likewise.
18082         * sysdeps/alpha/fpu/s_ctanhf.c: Likewise.
18084 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18086         * s_catan_template.c: Copy of s_catan.c.
18087         * s_catanh_template.c: Copy of s_catanh.c.
18088         * s_ctan_template.c: Copy of s_ctan.c.
18089         * s_ctanh_template.c: Copy of s_ctanh.c.
18091 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18093         * math/Makefile (gen-libm-calls): Move
18094         casin, casinh, csin, csinh here.
18095         (libm-calls): Remove the above.
18097         * math/s_casin_template.c: Update using type-generic macros.
18098         * math/s_casinh_template.c: Likewise.
18099         * math/s_csin_template.c: Likewise.
18100         * math/s_csinh_template.c: Likewise.
18101         * math/k_casinh_template.c: Likewise.
18103         * math/s_casinf.c: Removed.
18104         * math/s_casin.c: Removed.
18105         * math/s_casinl.c: Removed.
18106         * math/s_casinh.c: Removed.
18107         * math/s_casinhf.c: Removed.
18108         * math/s_casinhl.c: Removed.
18109         * math/s_csin.c: Removed.
18110         * math/s_csinf.c: Removed.
18111         * math/s_csinl.c: Removed.
18112         * math/s_csinh.c: Removed.
18113         * math/s_csinhf.c: Removed.
18114         * math/s_csinhl.c: Removed.
18115         * math/k_casinh.c: Removed.
18116         * math/k_casinhf.c: Removed.
18117         * math/k_casinhl.c: Removed.
18119         * sysdeps/alpha/fpu/s_casinf.c: Refactor using templated version.
18120         * sysdeps/alpha/fpu/s_casinhf.c: Likewise.
18121         * sysdeps/alpha/fpu/s_csinf.c: Likewise.
18122         * sysdeps/alpha/fpu/s_csinhf.c: Likewise.
18124         * sysdeps/ieee754/ldbl-opt/s_casin.c: Removed.
18125         * sysdeps/ieee754/ldbl-opt/s_casinh.c: Removed.
18126         * sysdeps/ieee754/ldbl-opt/s_casinhl.c: Removed.
18127         * sysdeps/ieee754/ldbl-opt/s_casinl.c: Removed.
18128         * sysdeps/ieee754/ldbl-opt/s_csin.c: Removed.
18129         * sysdeps/ieee754/ldbl-opt/s_csinh.c: Removed.
18130         * sysdeps/ieee754/ldbl-opt/s_csinhl.c: Removed.
18131         * sysdeps/ieee754/ldbl-opt/s_csinl.c: Removed.
18133         * sysdeps/m68k/m680x0/fpu/s_csin.c: Refactor into ...
18134         * sysdeps/m68k/m680x0/fpu/s_csin_template.c: New file.
18135         * sysdeps/m68k/m680x0/fpu/s_csinf.c: Removed.
18136         * sysdeps/m68k/m680x0/fpu/s_csinl.c: Removed.
18138         * sysdeps/m68k/m680x0/fpu/s_csinh.c: Refactor into.
18139         * sysdeps/m68k/m680x0/fpu/s_csinh_template.c: New file.
18140         * sysdeps/m68k/m680x0/fpu/s_csinhf.c: Removed.
18141         * sysdeps/m68k/m680x0/fpu/s_csinhl.c: Removed.
18143 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18145         * s_casin_template.c: Copy of s_casin.c.
18146         * s_casinh_template.c: Copy of s_casinh.c.
18147         * s_csin_template.c: Copy of s_csin.c.
18148         * s_csinh_template.c: Copy of s_csinh.c.
18149         * k_casinh_template.c: Copy of k_casinh.c.
18151 2016-08-19  H.J. Lu  <hongjiu.lu@intel.com>
18153         * sysdeps/x86/cpu-features.h (bit_YMM_state): Set to (1 << 2).
18155 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18157         * sysdeps/ieee754/ldbl-128/gamma_productl.c:
18158         (mul_split) Remove, rename as mul_splitl, remove
18159         redundant float.h include, and include via mul_splitl.h
18161         * sysdeps/ieee754/ldbl-128/lgamma_productl.c: Likewise.
18162         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
18163         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
18164         * sysdeps/ieee754/ldbl-96/lgamma_product.c: Likewise.
18165         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
18167         * math/mul_splitl.h: New file.
18169         * sysdeps/ieee754/dbl-64/gamma_product.c (mul_split):
18170         Move into mul_split.h, and remove redundant float.h include.
18172         * sysdeps/ieee754/dbl-64/lgamma_product.c: Likewise.
18173         * sysdeps/ieee754/dbl-64/x2y2m1.c: Likewise.
18174         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
18175         * sysdeps/ieee754/ldbl-128ibm/x2y2m1.c: Likewise.
18177         * math/mul_split.h: New file.
18179 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18181         * math/Makefile (libm-gen-calls): Move
18182         s_cacos, s_cacosh, s_ccos, s_ccosh from ...
18183         (libm-calls): Remove above.
18185         * math/s_cacos_template.c: Update using type-generic macros.
18186         * math/s_cacosh_template.c: Likewise.
18187         * math/s_ccos_template.c: Likewise.
18188         * math/s_ccosh_template.c: Likewise.
18190         * math/s_cacosf.c: Removed.
18191         * math/s_cacos.c: Removed.
18192         * math/s_cacosl.c: Removed.
18193         * math/s_cacoshf.c: Removed.
18194         * math/s_cacosh.c: Removed.
18195         * math/s_cacoshl.c: Removed.
18196         * math/s_ccosf.c: Removed.
18197         * math/s_ccos.c: Removed.
18198         * math/s_ccosl.c: Removed.
18199         * math/s_ccoshf.c: Removed.
18200         * math/s_ccosh.c: Removed.
18201         * math/s_ccoshl.c: Removed.
18203         * sysdeps/ieee754/ldbl-opt/s_cacoshl.c: Removed.
18204         * sysdeps/ieee754/ldbl-opt/s_cacosl.c: Removed.
18205         * sysdeps/ieee754/ldbl-opt/s_ccos.c: Removed.
18206         * sysdeps/ieee754/ldbl-opt/s_ccosh.c: Removed.
18207         * sysdeps/ieee754/ldbl-opt/s_ccoshl.c: Removed.
18208         * sysdeps/ieee754/ldbl-opt/s_ccosl.c: Removed.
18210         * sysdeps/m68k/m680x0/fpu/s_ccosh.c: Refactor into.
18211         * sysdeps/m68k/m680x0/fpu/s_ccosh_template.c: New file.
18212         * sysdeps/m68k/m680x0/fpu/s_ccoshf.c: Removed.
18213         * sysdeps/m68k/m680x0/fpu/s_ccoshl.c: Removed.
18215         * sysdeps/alpha/fpu/s_cacosf.c: Update to use template file.
18216         * sysdeps/alpha/fpu/s_cacoshf.c: Likewise.
18217         * sysdeps/alpha/fpu/s_ccosf.c: Likewise.
18218         * sysdeps/alpha/fpu/s_ccoshf.c: Likewise.
18220 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18222         * s_cacos_template.c: Copy of s_cacos.c.
18223         * s_cacosh_template.c: Copy of s_cacosh.c.
18224         * s_ccos_template.c: Copy of s_ccos.c.
18225         * s_ccosh_template.c: Copy of s_ccosh.c.
18227 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18229         * stdlib/tst-strtod-round-skeleton.c:
18230         Refactored from tst-strtod-round.c.
18232         (L_): New macro to apply literal modifier.
18233         (FNPFX): New macro to select str or wcs prefix.
18234         (CHAR): New macro to choose wchar_t or char.
18235         (STRM): New macro to choose printf for tested character type.
18237         (STRTO): New macro to choose appropriate string -> real function.
18238         (FNPFXS): Stringitized version of FNPFX.
18239         (STR): Support for above macro.
18240         (STRX): Likewise.
18242         (TEST): Update with above macros.
18243         (test): Likewise.
18244         (GEN_ONE_TEST): Likewise.
18245         (test_in_one_mode): Likewise.
18247         * stdlib/tst-strtod-round.c: New file.
18248         * wcsmbs/tst-wcstod-round.c: New file.
18250         * wcsmbs/Makefile: (tests): Add tst-wcstod-round
18251         (tst-wcstod-round): Add libm depencency for fesetround.
18253 2016-08-19  Zack Weinberg  <zackw@panix.com>
18255         * debug/tst-chk1.c: Add tests for fortification of bcopy and bzero.
18257 2016-08-18  Torvald Riegel  <triegel@redhat.com>
18259         [BZ #20477]
18260         * resolv/res_hconf.c (do_init): Use atomic access.
18261         * resolv/res_hconf.h: Add comments.
18262         * nscd/aicache.c (addhstaiX): Call _res_hconf_init unconditionally.
18263         * nss/getXXbyYY_r.c (REENTRANT_NAME): Likewise.
18264         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18266 2016-08-18  Stefan Liebler  <stli@linux.vnet.ibm.com>
18268         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2):
18269         Use DIAG_*_NEEDS_COMMENT macro to get rid of array-bounds warning.
18270         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
18271         Likewise.
18273 2016-08-18  Florian Weimer  <fweimer@redhat.com>
18275         [BZ #16907]
18276         * argp/argp.h: Switch to __BEGIN_DECLS and __END_DECLS.
18277         (__THROW, __NTH, __attribute__, __restrict): Remove definitions.
18278         * argp/argp-fmtstream.h: Add __BEGIN_DECLS and __END_DECLS.
18279         (__attribute__): Remove definition.
18281 2016-08-17  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18283         * sysdeps/ieee754/ldbl-128/e_asinl.c:
18284         Remove unused sqrtl declaration.
18286 2016-08-17  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18288         * math/Makefile: (gen-libm-templates.stmp): New rule.
18289         (libm-calls): Move carg conj cimag and cabs into ...
18290         (gen-libm-calls): New variable.
18291         (generated): Inform Make objects from gen-libm-calls
18292         may be generated.
18294         * sysdeps/generic/math-type-macros.h: New file.
18295         * sysdeps/generic/math-type-macros-float.h: Likewise.
18296         * sysdeps/generic/math-type-macros-double.h: Likewise.
18297         * sysdeps/generic/math-type-macros-ldouble.h: Likewise.
18298         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h: Likewise.
18299         * sysdeps/ieee754/ldbl-opt/math-type-macros-ldouble.h: Likewise.
18301         * math/cabs.c: Refactor into
18302         * math/cabs_template.c: new file.
18303         * math/cabsf.c: Removed.
18304         * math/cabsl.c: Removed.
18305         * sysdeps/ieee754/ldbl-opt/cabsf.c: Removed.
18306         * sysdeps/ieee754/ldbl-opt/cabsl.c: Removed.
18308         * math/carg.c: Refactor into
18309         * math/carg_template.c: new file.
18310         * math/cargf.c: Removed.
18311         * math/cargl.c: Removed.
18312         * sysdeps/ieee754/ldbl-opt/cargf.c: Removed.
18313         * sysdeps/ieee754/ldbl-opt/cargl.c: Removed.
18315         * math/conj.c: Refactor into
18316         * math/conj_template.c: new file.
18317         * math/conjf.c: Removed.
18318         * math/conjl.c: Removed.
18319         * sysdeps/ieee754/ldbl-opt/conjf.c: Removed.
18320         * sysdeps/ieee754/ldbl-opt/conjl.c: Removed.
18322         * math/cimag.c: Refactor into
18323         * math/cimag_template.c: new file.
18324         * math/cimagf.c: Removed.
18325         * math/cimagl.c: Removed.
18326         * sysdeps/ieee754/ldbl-opt/cimagf.c: Removed.
18327         * sysdeps/ieee754/ldbl-opt/cimagl.c: Removed.
18329         * math/cimag.c: Refactor into
18330         * math/cimag_template.c: new file.
18331         * math/cimagf.c: Removed.
18332         * math/cimagl.c: Removed.
18333         * sysdeps/ieee754/ldbl-opt/cimagf.c: Removed.
18334         * sysdeps/ieee754/ldbl-opt/cimagl.c: Removed.
18336 2016-08-17  Florian Weimer  <fweimer@redhat.com>
18338         Reduce time to expected nptl/tst-once5 failure.
18339         * nptl/tst-once5.cc (TIMEOUT): Define.
18341 2016-08-17  Florian Weimer  <fweimer@redhat.com>
18343         [BZ #20452]
18344         Avoid additional copies of objects in libc.a in static libraries.
18345         * sysdeps/ia64/nptl/Makefile (libpthread-shared-only-routines):
18346         Add ptw-sysdep, ptw-sigblock, ptw-sigprocmask.
18347         * sysdeps/mips/Makefile (librt-shared-only-routines): Add
18348         rt-sysdep.
18349         * sysdeps/mips/nptl/Makefile (libpthread-shared-only-routines):
18350         Add nptl-sysdep.
18351         * sysdeps/s390/nptl/Makefile (libpthread-shared-only-routines):
18352         Add ptw-sysdep.
18353         * sysdeps/unix/alpha/Makefile (librt-shared-only-routines): Add
18354         rt-sysdep.
18355         * sysdeps/unix/sysv/linux/alpha/Makefile
18356         (libpthread-shared-only-routines): Add ptw-sysdep,
18357         ptw-sigprocmask, ptw-rt_sigaction.
18358         * sysdeps/unix/sysv/linux/ia64/Makefile
18359         (librt-shared-only-routines): Add rt-sysdep.
18360         * sysdeps/unix/sysv/linux/i386/Makefile
18361         (libpthread-shared-only-routines): Add libc-do-syscall.
18362         * sysdeps/unix/sysv/linux/microblaze/Makefile
18363         (libpthread-shared-only-routines): Add sysdep.
18364         * sysdeps/unix/sysv/linux/powerpc/Makefile
18365         (librt-shared-only-routines): Add rt-sysdep.
18366         (libpthread-shared-only-routines): Add sysdep.
18367         * sysdeps/unix/sysv/linux/s390/Makefile
18368         (librt-shared-only-routines): Add rt-sysdep.
18369         * sysdeps/unix/sysv/linux/sparc/Makefile
18370         (librt-shared-only-routines): Add rt-sysdep.
18371         (libpthread-shared-only-routines): Add sysdep.
18372         * sysdeps/unix/sysv/linux/tile/Makefile
18373         (libpthread-shared-only-routines): Likewise.
18375 2016-08-16  Joseph Myers  <joseph@codesourcery.com>
18377         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_E):
18378         Mask implicit bit out of unpacked value.
18379         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_EP): Likewise.
18380         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_E): Likewise.
18381         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_EP): Likewise.
18383         * sysdeps/sparc/fpu/fesetexcept.c: New file.
18385         * sysdeps/sh/sh4/fpu/fesetexcept.c: New file.
18387         * sysdeps/s390/fpu/fesetexcept.c: New file.
18389         * sysdeps/powerpc/fpu/fesetexcept.c: New file.
18390         * sysdeps/powerpc/nofpu/fesetexcept.c: Likewise.
18391         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetexcept.c: Likewise.
18393         * sysdeps/mips/fpu/fesetexcept.c: New file.
18395         * sysdeps/m68k/fpu/fesetexcept.c: New file.
18397         * sysdeps/ia64/fpu/fesetexcept.c: New file.
18399         * sysdeps/hppa/fpu/fesetexcept.c: New file.
18401         * sysdeps/arm/fesetexcept.c: New file.
18403         * sysdeps/alpha/fpu/fesetexcept.c: New file.
18405         * sysdeps/aarch64/fpu/fesetexcept.c: New file.
18407         * math/fesetexcept.c: New file.
18408         * sysdeps/i386/fpu/fesetexcept.c: Likewise.
18409         * sysdeps/x86_64/fpu/fesetexcept.c: Likewise.
18410         * math/fenv.h: Define
18411         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
18412         <bits/libc-header-start.h> instead of including <features.h>.
18413         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fesetexcept): New function
18414         declaration.
18415         * manual/arith.texi (fesetexcept): Document function.
18416         * math/Versions (fesetexcept): New libm symbol at version
18417         GLIBC_2.25.
18418         * math/Makefile (libm-support): Add fesetexcept.
18419         (tests): Add test-fesetexcept and test-fesetexcept-traps.
18420         * math/test-fesetexcept.c: New file.
18421         * math/test-fesetexcept-traps.c: Likewise.
18422         * sysdeps/nacl/libm.abilist: Update.
18423         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
18424         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
18425         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
18426         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
18427         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
18428         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
18429         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
18430         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
18431         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
18432         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
18433         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
18434         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
18435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
18436         Likewise.
18437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
18438         Likewise.
18439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
18440         Likewise.
18441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
18442         Likewise.
18443         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
18444         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
18445         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
18446         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
18447         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
18448         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
18449         Likewise.
18450         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
18451         Likewise.
18452         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
18453         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
18454         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
18456 2016-08-16  Florian Weimer  <fweimer@redhat.com>
18458         * nptl/tst-tls3.c (default_stack_size_in_mb, stack_size_in_mb):
18459         New.
18460         (do_test): Apply default_stack_size_in_mb if not set.
18461         * nptl/tst-tls3-malloc.c (stack_size_in_mb): Override default.
18463 2016-08-15  Andreas Schwab  <schwab@suse.de>
18465         [BZ #20435]
18466         CVE-2016-6323
18467         * sysdeps/unix/sysv/linux/arm/setcontext.S (__startcontext): Mark
18468         as .cantunwind.
18470 2016-08-12  Joseph Myers  <joseph@codesourcery.com>
18472         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Add
18473         comment from fraiseexcpt.c.
18475         * math/test-fexcept.c (feraiseexcept_exact): New function.
18476         (test_set): Call feraiseexcept_exact instead of feraiseexcept.
18477         (test_except): Likewise.
18479 2016-08-10  Joseph Myers  <joseph@codesourcery.com>
18481         [BZ #20455]
18482         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Mask out
18483         all FE_INVALID sub-exceptions from FPSCR when FE_INVALID specified
18484         to be restored.
18486         * math/test-fexcept-traps.c: New file.
18487         * math/test-fexcept.c: Likewise.
18488         * math/Makefile (tests): Add test-fexcept and test-fexcept-traps.
18489         * sysdeps/generic/math-tests.h (EXCEPTION_SET_FORCES_TRAP): New
18490         macro.
18491         * sysdeps/powerpc/math-tests.h [!__NO_FPRS__]
18492         (EXCEPTION_SET_FORCES_TRAP): Likewise.
18494 2016-08-09  Torvald Riegel  <triegel@redhat.com>
18496         * include/atomic.h (atomic_fetch_and_relaxed,
18497         atomic_fetch_and_release, atomic_fetch_or_release,
18498         atomic_fetch_xor_release): New.
18500 2016-08-06  Christian Seiler  <christian@iwakd.de>
18502         [BZ #20444]
18503         * sysdeps/mach/hurd/recvmsg.c (__libc_recvmsg): Cope with aport being
18504         MACH_PORT_NULL.
18506 2016-08-05  Aurelien Jarno  <aurelien@aurel32.net>
18508         * math/s_fdim.c: Avoid alias renamed.
18509         * math/s_fdimf.c: Likewise.
18510         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
18511         [$(subdir) = math && $(have-as-vis3) = yes] (libm-sysdep_routines):
18512         Add s_fdimf-vis3, s_fdim-vis3.
18513         (CFLAGS-s_fdimf-vis3.c): New. Set to -Wa,-Av9d -mvis3.
18514         (CFLAGS-s_fdim-vis3.c): Likewise.
18515         sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.c: New file.
18516         sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c: Likewise.
18518 2016-08-05  Aurelien Jarno  <aurelien@aurel32.net>
18520         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
18521         [$(subdir) = math && $(have-as-vis3) = yes] (libm-sysdep_routines):
18522         Remove s_fdimf-vis3, s_fdim-vis3.
18523         * sysdeps/sparc/sparc32/fpu/s_fdim.S: Delete file.
18524         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: Likewise.
18525         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: Likewise.
18526         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: Likewise.
18527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: Likewise.
18528         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: Likewise.
18529         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: Likewise.
18530         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: Likewise.
18531         * sysdeps/sparc/sparc64/fpu/s_fdim.S: Likewise.
18532         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: Likewise.
18534 2016-08-05  Aurelien Jarno  <aurelien@aurel32.net>
18536         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Add -mvis.
18537         * sysdeps/sparc/sparc64/Makefile (sysdep-CFLAGS): New. Define to
18538         -Wa,-Av9a -mvis.
18540 2016-08-05  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18542         * math/gen-libm-test.pl (apply_lit): Rewrite to apply
18543         LIT() to individual constants in simple expressions
18544         after splitting on spaces.
18545         (_apply_lit): Rename replaced version, and use it to
18546         apply to what appears to be a token.
18548         * math/libm-test.inc: Fix many, many issues with
18549         spacing.
18551 2016-08-05  Joseph Myers  <joseph@codesourcery.com>
18553         * math/math.h: Move comment about <bits/mathdef.h> definitions
18554         above inclusion of <bits/mathdef.h>.  Do not mention
18555         FLT_EVAL_METHOD, INFINITY or DECIMAL_DIG in that comment.
18557 2016-08-05  Torvald Riegel  <triegel@redhat.com>
18559         * include/atomic.h (atomic_exchange_relaxed): New.
18561 2016-08-04  Joseph Myers  <joseph@codesourcery.com>
18563         * math/e_scalb.c: Do not include <fenv.h>.
18564         (invalid_fn): Do calculation resulting in NaN instead of raising
18565         FE_INVALID and returning a NaN explicitly.
18566         * math/e_scalbf.c: Do not include <fenv.h>.
18567         (invalid_fn): Do calculation resulting in NaN instead of raising
18568         FE_INVALID and returning a NaN explicitly.
18569         * math/e_scalbl.c: Do not include <fenv.h>.
18570         (invalid_fn): Do calculation resulting in NaN instead of raising
18571         FE_INVALID and returning a NaN explicitly.
18573 2016-08-04  Carlos O'Donell  <carlos@redhat.com>
18575         * po/de.po: Updated from Translation Project.
18576         * po/fi.po: Likewise.
18577         * po/sv.po: Likewise.
18579 2016-08-04  Florian Weimer  <fweimer@redhat.com>
18581         [BZ #20452]
18582         Use sysdep.o from libc.a in static libraries.
18583         * sysdeps/unix/sysv/linux/i386/Makefile
18584         (libpthread-shared-only-routines): Add sysdep.
18585         (librt-shared-only-routines): Likewise.
18587 2016-08-03  Joseph Myers  <joseph@codesourcery.com>
18589         * math/tgmath.h (nextdown): Define if
18590         [__GLIBC_USE (IEC_60559_BFP_EXT)], not if [__USE_GNU].
18591         (nextup): Likewise.
18593         * bits/libc-header-start.h (__GLIBC_USE_IEC_60559_FUNCS_EXT): New
18594         macro.
18595         * include/features.h (__STDC_WANT_IEC_60559_FUNCS_EXT__):
18596         Document.
18597         * manual/creature.texi (__STDC_WANT_IEC_60559_FUNCS_EXT__):
18598         Document macro.
18599         * manual/math.texi (exp10): Document as ISO from TS 18661-4:2015.
18600         (exp10f): Likewise.
18601         (exp10l): Likewise.
18602         * math/bits/mathcalls.h (exp10): Declare if
18603         [__GLIBC_USE (IEC_60559_FUNCS_EXT)], not [__USE_GNU].
18605         * manual/arith.texi (nextup): Fix typo in last change.
18607 2016-08-03  Zack Weinberg  <zackw@panix.com>
18609         [BZ #19239]
18610         * NEWS: Inclusion of <sys/sysmacros.h> by <sys/types.h> is deprecated.
18611         * misc/sys/sysmacros.h: If __SYSMACROS_DEPRECATED_INCLUSION is defined,
18612         define major, minor, and makedev to issue deprecation warnings on use.
18613         If __SYSMACROS_DEPRECATED_INCLUSION is *not* defined, suppress
18614         previously-activated deprecation warnings for these macros and prevent
18615         subsequent inclusions of this header from having any effect.
18616         * posix/sys/types.h: Define __SYSMACROS_DEPRECATED_INCLUSION before
18617         including <sys/sysmacros.h>, and undefine it again afterward.
18619 2016-08-03  Zack Weinberg  <zackw@panix.com>
18621         * sysdeps/generic/sys/sysmacros.h: Delete file.
18622         * sysdeps/unix/sysv/linux/makedev.c: Delete file.
18623         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Move file ...
18624         * bits/sysmacros.h: ... here; this encoding is now the generic
18625         encoding.  Now defines only the following macros:
18626         __SYSMACROS_DECLARE_MAJOR, __SYSMACROS_DEFINE_MAJOR,
18627         __SYSMACROS_DECLARE_MINOR, __SYSMACROS_DEFINE_MINOR,
18628         __SYSMACROS_DECLARE_MAKEDEV, __SYSMACROS_DEFINE_MAKEDEV.
18630         * misc/sys/sysmacros.h, misc/makedev.c: New files that use
18631         bits/sysmacros.h and the above new macros to generate the
18632         public implementations of major, minor, and makedev.
18633         * misc/tst-makedev.c: New test.
18634         * include/sys/sysmacros.h: New wrapper.
18636         * misc/Makefile (headers): Add sys/sysmacros.h, bits/sysmacros.h.
18637         (routines): Add makedev.
18638         (tests): Add tst-makedev.
18639         * misc/Versions [GLIBC_2.25]: Add gnu_dev_major, gnu_dev_minor,
18640         gnu_dev_makedev.
18641         * posix/Makefile (headers): Remove sys/sysmacros.h.
18642         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove makedev.
18644         * sysdeps/arm/nacl/libc.abilist: Add GLIBC_2.25,
18645         gnu_dev_major, gnu_dev_makedev, gnu_dev_minor.
18646         * sysdeps/unix/sysv/linux/aarch64/libc.abilist
18647         * sysdeps/unix/sysv/linux/alpha/libc.abilist
18648         * sysdeps/unix/sysv/linux/arm/libc.abilist
18649         * sysdeps/unix/sysv/linux/hppa/libc.abilist
18650         * sysdeps/unix/sysv/linux/i386/libc.abilist
18651         * sysdeps/unix/sysv/linux/ia64/libc.abilist
18652         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist
18653         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist
18654         * sysdeps/unix/sysv/linux/microblaze/libc.abilist
18655         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
18656         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
18657         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
18658         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
18659         * sysdeps/unix/sysv/linux/nios2/libc.abilist
18660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
18661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
18662         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
18663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
18664         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist
18665         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist
18666         * sysdeps/unix/sysv/linux/sh/libc.abilist
18667         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist
18668         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist
18669         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist
18670         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist
18671         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist
18672         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist
18673         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist:
18674         Add GLIBC_2.25.
18676         * include/features.h (__glibc_clang_prereq): New macro.
18677         * misc/sys/cdefs.h (__glibc_clang_has_extension)
18678         (__attribute_deprecated_msg__): New macros.
18680 2016-08-03  Joseph Myers  <joseph@codesourcery.com>
18682         * bits/libc-header-start.h (__GLIBC_USE_IEC_60559_BFP_EXT): New
18683         macro.
18684         * include/features.h (__STDC_WANT_IEC_60559_BFP_EXT__): Document.
18685         * manual/arith.texi (issignaling): Document as ISO from TS
18686         18661-1:2014.
18687         (nextup): Likewise.
18688         (nextupf): Likewise.
18689         (nextupl): Likewise.
18690         (nextdown): Likewise.
18691         (nextdownf): Likewise.
18692         (nextdownl): Likewise.
18693         * manual/creature.texi (__STDC_WANT_IEC_60559_BFP_EXT__): Document
18694         macro.
18695         * math/math.h: Define
18696         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
18697         <bits/libc-header-start.h> instead of including <features.h>.
18698         (issignaling): Define if [__GLIBC_USE (IEC_60559_BFP_EXT)], not
18699         [__USE_GNU].
18700         * math/bits/mathcalls.h (nextdown): Declare if
18701         [__GLIBC_USE (IEC_60559_BFP_EXT)], not [__USE_GNU].
18702         (nextup): Likewise.
18703         (__issignaling): Likewise.
18705 2016-08-03  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18707         * s_ccoshf.c (__ccoshf): Remove FE_INVALID
18708         check, and remove __glibc_likely hint
18709         from FP_INFINITE check.
18710         * s_csinhf.c (__csinhf): Likewise.
18712         * s_ccoshl.c (__ccoshl): Remove __glibc_likely
18713         hint from FP_INFINITE check.
18714         * s_csinhl.c (__csinhl): Likewise.
18716 2016-08-03  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18718         * math/Makefile (libm-calls): Insert F placeholder into
18719         object names.  Move w_lgamma_compat* routines into
18720         (libm-compat-calls): New variable.
18721         (libm-compat-calls-ldouble-yes): New variable.
18722         (calls): Insert F placeholder.
18723         (generated): Redefine using new type-foreach macro call.
18724         (routines): Likewise.
18726         (types): New variable to hold a list of symbolic names
18727         for each type supported by the target machine.
18728         (libm-routines): Redefine using new types variable.
18729         (type-foreach): macro to replace fooF with the
18730         appropriately suffixed foo for each types.
18732         (type-ldouble-suffix): New variable.
18733         (type-ldouble-routines): Likewise.
18734         (type-ldouble-yes): Likewise.
18735         (type-double-suffix): Likewise.
18736         (type-double-routines): Likewise.
18737         (type-float-suffix): Likewise.
18738         (type-float-routines): Likewise.
18740         (dbl-only-routines): Remove.
18741         (long-c-yes): Likewise.
18742         (long-m-routines): Likewise.
18743         (long-m-support): Likewise.
18744         (long-m-yes): Likewise.
18745         (test-longdouble-yes): Likewise.
18747         (test-float.o): Simplify by increasing the scope of the
18748         recipe which adds libm-test.stmp to the vector types.
18749         (test-ifloat.o): Likewise.
18750         (test-float-finite.o): Likewise.
18751         (test-double.o): Likewise
18752         (test-idouble.o): Likewise.
18753         (test-double-finite.o): Likewise.
18754         (test-ldouble.o): Likewise
18755         (test-ildoubl.o): Likewise.
18756         (test-ldouble-finite.o): Likewise.
18758         (libm-tests): Redefine type tests using foreach and the
18759         list of types in types.
18761         (CPPFLAGS-test-ildoubl.c): Rename to
18762         (CPPFLAGS-test-ildouble.c): New variable
18764         * math/test-ildoubl.c: Rename to
18765         * math/test-ildouble.c: New file.
18767 2016-08-03  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18769         * sysdeps/ieee754/ldbl-128/k_tanl.c (__kernal_tanl):
18770         Use fabsl instead of fabs.
18771         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl):
18772         Likewise.
18773         * sysdeps/ieee754/ldbl-128/s_atanl.c (__kernel_tanl):
18774         Add long double suffix to constant to ensure proper
18775         promotion to long double.
18777 2016-08-03  Tom Tromey  <tom@tromey.com>
18779         [BZ #20311]
18780         * nptl_db/Makefile (headers): Add proc_service.h.
18781         * nptl_db/proc_service.h: Add include guard.  Use
18782         __BEGIN/__END_DECLS.
18783         (ps_get_thread_area, ps_pstop, ps_pcontinue, ps_lstop)
18784         (ps_lcontinue): Remove "const" from "struct ps_prochandle *"
18785         arguments.
18788 2016-08-03  Florian Weimer  <fweimer@redhat.com>
18790         [BZ #17730]
18791         Avoid using memalign for TCB allocations.
18792         * elf/dl-tls.c (tcb_to_pointer_to_free_location): New.
18793         (_dl_allocate_tls_storage): Use malloc and manual alignment.
18794         Avoid alignment gap in the TLS_DTV_AT_TP case.
18795         (_dl_deallocate_tls): Use tcb_to_pointer_to_free_location to
18796         determine the pointer to free.
18797         * nptl/tst-tls3-malloc.c: New test.
18798         * nptl/Makefile (tests): Add it.
18799         (tst-tls3-malloc): Link with libdl, libpthread.
18800         (LDFLAGS-tst-tls3-malloc): Set.
18801         (tst-tls3-malloc.out): Depend on DSO used in test.
18803 2016-08-03  Florian Weimer  <fweimer@redhat.com>
18805         [BZ #17730]
18806         Avoid using memalign for TLS allocations.
18807         * sysdeps/generic/dl-dtv.h (struct dtv_pointer): New.  Replaces
18808         is_static member with to_free member.
18809         (union dtv): Use struct dtv_pointer.
18810         * csu/libc-tls.c (__libc_setup_tls): Set to_free member of struct
18811         dtv_pointer instead of is_static.
18812         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
18813         (_dl_deallocate_tls): Free to_free member of struct dtv_pointer
18814         instead of val.
18815         (allocate_dtv_entry): New function.
18816         (allocate_and_init): Return struct dtv_pointer.  Call
18817         allocate_dtv_entry instead of __libc_memalign.
18818         (_dl_update_slotinfo): Free to_free member of struct dtv_pointer
18819         instead of val.
18820         (tls_get_addr_tail): Set to_free member of struct dtv_pointer
18821         instead of is_static.  Adjust call to allocate_and_init.
18822         * nptl/allocatestack.c (get_cached_stack): Free to_free member of
18823         struct dtv_pointer instead of val.
18825 2016-08-03  Florian Weimer  <fweimer@redhat.com>
18827         * malloc/malloc.c (INTERNAL_SIZE_T, SIZE_SZ, MALLOC_ALIGNMENT)
18828         (MALLOC_ALIGN_MASK): Move ...
18829         * malloc/malloc-internal.h: ... to here.
18830         * elf/dl-minimal.c (malloc): Allocate with MALLOC_ALIGNMENT.
18832 2016-08-03  Joseph Myers  <joseph@codesourcery.com>
18834         * sysdeps/gnu/netinet/udp.h (UDP_ENCAP_GTP0): New macro.
18835         (UDP_ENCAP_GTP1U): Likewise.
18837         * sysdeps/unix/sysv/linux/bits/socket.h (PF_QIPCRTR): New macro.
18838         (PF_MAX): Update value.
18839         (AF_QIPCRTR): New macro.
18841 2016-08-03  Aurelien Jarno  <aurelien@aurel32.net>
18843         * sysdeps/ieee754/dbl-64/s_trunc.c: Avoid alias renamed.
18844         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
18845         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
18846         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
18847         [$(subdir) = math && $(have-as-vis3) = yes] (libm-sysdep_routines):
18848         Add s_ceilf-vis3, s_ceil-vis3, s_floorf-vis3, s_floor-vis3,
18849         s_truncf-vis3, s_trunc-vis3.
18850         (CFLAGS-s_ceilf-vis3.c): New. Set to -Wa,-Av9d -mvis3.
18851         (CFLAGS-s_ceil-vis3.c): Likewise.
18852         (CFLAGS-s_floorf-vis3.c): Likewise.
18853         (CFLAGS-s_floor-vis3.c): Likewise.
18854         (CFLAGS-s_truncf-vis3.c): Likewise.
18855         (CFLAGS-s_trunc-vis3.c): Likewise.
18856         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.c: New file.
18857         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.c: Likewise.
18858         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.c: Likewise.
18859         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.c: Likewise.
18860         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.c: Likewise.
18861         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.c: Likewise.
18862         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.c: Likewise.
18863         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.c: Likewise.
18864         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.c: Likewise.
18865         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c: Likewise.
18866         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.c: Likewise.
18867         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c: Likewise.
18869 2016-08-02  David S. Miller  <davem@davemloft.net>
18871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S
18872         (__nearbyint_vis3): Don't check for sNaN before float register is
18873         loaded with the incoming argument.
18874         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S
18875         (__nearbyintf_vis3): Likewise.
18876         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S (__nearbyint):
18877         Likewise.
18878         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S (__nearbyintf):
18879         Likewise.
18881         * string/test-strncmp.c (do_test_limit): Make sure the test data
18882         stream is aligned as required for the type "CHAR".
18883         (do_test): Likewise.
18885 2016-08-03  Aurelien Jarno  <aurelien@aurel32.net>
18887         * sysdeps/powerpc/ifunc-sel.h (ifunc_sel): Replace beqlr instructions
18888         by beq instructions jumping to the end of the function.
18889         * sysdeps/powerpc/ifunc-sel.h (ifunc_sel): Add "11", "12", "cr0" to the
18890         clobber list. Use "i" constraint instead of "X".
18891         (ifunc_one): Add "12" to the clobber list. Use "i" constraint instead
18892         of "X".
18894 2016-08-02  Joseph Myers  <joseph@codesourcery.com>
18896         * bits/libc-header-start.h: New file.
18897         * Makefile (headers): Add bits/libc-header-start.h.
18898         * include/features.h (__STDC_WANT_LIB_EXT2__): Document.
18899         (__GLIBC_USE): New macro.
18900         * libio/stdio.h: Define
18901         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
18902         <bits/libc-header-start.h> instead of including <features.h>.
18903         (fmemopen): Declare also if [__GLIBC_USE (LIB_EXT2)].
18904         (open_memstream): Likewise.
18905         (vasprintf): Declare if [__GLIBC_USE (LIB_EXT2)], not [__USE_GNU].
18906         (__asprintf): Likewise.
18907         (asprintf): Likewise.
18908         (__getdelim): Declare also if [__GLIBC_USE (LIB_EXT2)].
18909         (getdelim): Likewise.
18910         (getline): Likewise.
18911         * string/string.h: Define
18912         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
18913         <bits/libc-header-start.h> instead of including <features.h>.
18914         (strdup): Declare also if [__GLIBC_USE (LIB_EXT2)]
18915         (strndup): Likewise.
18916         * wcsmbs/wchar.h: Define
18917         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
18918         <bits/libc-header-start.h> instead of including <features.h>.
18919         (open_wmemstream): Declare also if [__GLIBC_USE (LIB_EXT2)].
18920         * manual/creature.texi (__STDC_WANT_LIB_EXT2__): Document macro.
18922 2016-08-02  Florian Weimer  <fweimer@redhat.com>
18924         Support linking against compatibility symbols, for use in tests.
18925         * include/libc-symbols.h (symbol_version_reference): New macro.
18926         (symbol_version): Use it.
18927         * include/shlib-compat.h: Unconditionally include <abi-versions.h>.
18928         (compat_symbol): Use compat_symbol_reference.
18929         (compat_symbol_1, compat_symbol_2): Remove.
18930         (compat_symbol_reference, compat_symbol_reference_1)
18931         (compat_symbol_reference_2): New macro.  Use
18932         symbol_version_reference.
18934 2016-08-02  Florian Weimer  <fweimer@redhat.com>
18936         [BZ #19469]
18937         * malloc/Makefile (CPPFLAGS): Compile tests with
18938         -DTEST_NO_MALLOPT.
18939         * test-skeleton.c (main): Only call mallopt if !TEST_NO_MALLOPT.
18941 2016-08-02  Andrew Senkevich  <andrew.senkevich@intel.com>
18943         [BZ #20033]
18944         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S: Call
18945         finite version.
18946         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S: Likewise.
18947         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S: Likewise.
18948         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core_sse4.S: Likewise.
18949         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core_avx2.S: Likewise.
18950         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S: Likewise.
18951         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S: Likewise.
18952         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S: Likewise.
18953         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S: Likewise.
18954         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: Likewise.
18955         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S: Likewise.
18956         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S: Likewise.
18957         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S: Likewise.
18958         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S: Likewise.
18959         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S: Likewise.
18960         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S: Likewise.
18961         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S: Likewise.
18962         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S: Likewise.
18963         * sysdeps/x86_64/fpu/svml_d_exp2_core.S: Likewise.
18964         * sysdeps/x86_64/fpu/svml_d_log2_core.S: Likewise.
18965         * sysdeps/x86_64/fpu/svml_d_pow2_core.S: Likewise.
18966         * sysdeps/x86_64/fpu/svml_s_expf4_core.S: Likewise.
18967         * sysdeps/x86_64/fpu/svml_s_logf4_core.S: Likewise.
18968         * sysdeps/x86_64/fpu/svml_s_powf4_core.S: Likewise.
18969         * math/libm-test.inc (pow_test_data): Exclude tests for qNaN
18970         in zero power.
18972 2016-08-02  Florian Weimer  <fweimer@redhat.com>
18974         [BZ #20370]
18975         * malloc/arena.c (get_free_list): Update comment.  Assert that
18976         arenas on the free list have no attached threads.
18977         (remove_from_free_list): New function.
18978         (reused_arena): Call it.
18980 2016-08-02  Aurelien Jarno  <aurelien@aurel32.net>
18982         * sysdeps/alpha/fpu/s_ceil.c (__ceil): Add argument with itself
18983         when it is a NaN.
18984         [_IEEE_FP_INEXACT] Remove.
18985         * sysdeps/alpha/fpu/s_ceilf.c (__ceilf): Likewise.
18986         * sysdeps/alpha/fpu/s_floor.c (__floor): Add argument with itself
18987         when it is a NaN.
18988         [_IEEE_FP_INEXACT] Remove.
18989         * sysdeps/alpha/fpu/s_floorf.c (__floorf): Likewise.
18990         * sysdeps/alpha/fpu/s_rint.c (__rint): Add argument with itself
18991         when it is a NaN.
18992         * sysdeps/alpha/fpu/s_rintf.c (__rintf): Likewise.
18993         * sysdeps/alpha/fpu/s_trunc.c (__trunc): Return the input value
18994         when its absolute value is greater than 0x1.0p52.
18995         [_IEEE_FP_INEXACT] Remove.
18996         * sysdeps/alpha/fpu/s_truncf.c (__truncf): Return the input value
18997         when its absolute value is greater than 0x1.0p23.
18998         [_IEEE_FP_INEXACT] Remove.
19000 2016-08-01  Carlos O'Donell  <carlos@redhat.com>
19002         * version.h (RELEASE): Set to "development"
19003         (VERSION): Set to 2.24.90.
19004         * NEWS: Add 2.25 section.
19006         * version.h (RELEASE): Set to "stable"
19007         (VERSION): Set to 2.24.
19008         * include/features.h (__GLIBC_MINOR__): Set to 24.
19010         * NEWS: Add 2.24 fixed bugs.
19011         * po/libc.pot: Regenerate.
19013 2016-08-01  Aurelien Jarno  <aurelien@aurel32.net>
19015         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
19016         [$(subdir) = math] (libm-sysdep_routines): Remove.
19017         [$(subdir) = math && $(have-as-vis3) = yes] (libm-sysdep_routines):
19018         Remove s_ceilf-vis3, s_ceil-vis3, s_floorf-vis3, s_floor-vis3,
19019         s_truncf-vis3, s_trunc-vis3.
19020         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
19021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: Delete
19022         file.
19023         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Likewise.
19024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Likewise.
19025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: Likewise.
19026         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: Likewise.
19027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
19028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: Likewise.
19029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Likewise.
19030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
19031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: Likewise.
19032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: Likewise.
19033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: Likewise.
19034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: Likewise.
19035         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: Likewise.
19036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: Likewise.
19037         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: Likewise.
19038         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
19039         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
19040         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
19041         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: Likewise.
19042         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: Likewise.
19043         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: Likewise.
19044         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: Likewise.
19045         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
19046         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
19047         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: Likewise.
19048         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
19049         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
19050         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: Likewise.
19051         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
19052         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
19053         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: Likewise.
19054         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
19055         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
19056         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: Likewise.
19057         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: Likewise.
19058         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: Likewise.
19059         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: Likewise.
19060         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
19061         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
19062         * sysdeps/sparc/sparc64/fpu/s_floor.S: Likewise.
19063         * sysdeps/sparc/sparc64/fpu/s_floorf.S: Likewise.
19064         * sysdeps/sparc/sparc64/fpu/s_trunc.S: Likewise.
19065         * sysdeps/sparc/sparc64/fpu/s_truncf.S: Likewise.
19067 2016-07-27  H.J. Lu  <hongjiu.lu@intel.com>
19069         [BZ #20384]
19070         * sysdeps/x86_64/fpu/Makefile (extra-test-objs): Add
19071         test-double-libmvec-sincos-avx-main.o,
19072         test-double-libmvec-sincos-avx2-main.o,
19073         test-double-libmvec-sincos-main.o,
19074         test-float-libmvec-sincosf-avx-main.o,
19075         test-float-libmvec-sincosf-avx2-main.o and
19076         test-float-libmvec-sincosf-main.o.
19077         test-float-libmvec-sincosf-avx512-main.o.
19078         ($(objpfx)test-double-libmvec-sincos): Also link with
19079         $(objpfx)test-double-libmvec-sincos-main.o.
19080         ($(objpfx)test-double-libmvec-sincos-avx): Also link with
19081         $(objpfx)test-double-libmvec-sincos-avx-main.o.
19082         ($(objpfx)test-double-libmvec-sincos-avx2): Also link with
19083         $(objpfx)test-double-libmvec-sincos-avx2-main.o.
19084         ($(objpfx)test-float-libmvec-sincosf): Also link with
19085         $(objpfx)test-float-libmvec-sincosf-main.o.
19086         ($(objpfx)test-float-libmvec-sincosf-avx): Also link with
19087         $(objpfx)test-float-libmvec-sincosf-avx2-main.o.
19088         [$(config-cflags-avx512) == yes] (extra-test-objs): Add
19089         test-double-libmvec-sincos-avx512-main.o and
19090         ($(objpfx)test-double-libmvec-sincos-avx512): Also link with
19091         $(objpfx)test-double-libmvec-sincos-avx512-main.o.
19092         ($(objpfx)test-float-libmvec-sincosf-avx512): Also link with
19093         $(objpfx)test-float-libmvec-sincosf-avx512-main.o.
19094         (CFLAGS-test-double-libmvec-sincos.c): Removed.
19095         (CFLAGS-test-float-libmvec-sincosf.c): Likewise.
19096         (CFLAGS-test-double-libmvec-sincos-main.c): New.
19097         (CFLAGS-test-double-libmvec-sincos-avx-main.c): Likewise.
19098         (CFLAGS-test-double-libmvec-sincos-avx2-main.c): Likewise.
19099         (CFLAGS-test-float-libmvec-sincosf-main.c): Likewise.
19100         (CFLAGS-test-float-libmvec-sincosf-avx-main.c): Likewise.
19101         (CFLAGS-test-float-libmvec-sincosf-avx2-main.c): Likewise.
19102         (CFLAGS-test-float-libmvec-sincosf-avx512-main.c): Likewise.
19103         (CFLAGS-test-double-libmvec-sincos-avx.c): Set to -DREQUIRE_AVX.
19104         (CFLAGS-test-float-libmvec-sincosf-avx.c ): Likewise.
19105         (CFLAGS-test-double-libmvec-sincos-avx2.c): Set to
19106         -DREQUIRE_AVX2.
19107         (CFLAGS-test-float-libmvec-sincosf-avx2.c ): Likewise.
19108         (CFLAGS-test-double-libmvec-sincos-avx512.c): Set to
19109         -DREQUIRE_AVX512F.
19110         (CFLAGS-test-float-libmvec-sincosf-avx512.c): Likewise.
19111         * sysdeps/x86_64/fpu/test-double-libmvec-sincos.c: Rewritten.
19112         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf.c: Likewise.
19113         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx-main.c: New
19114         file.
19115         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx2-main.c:
19116         Likewise.
19117         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx512-main.c:
19118         Likewise.
19119         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-main.c:
19120         Likewise.
19121         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx-main.c:
19122         Likewise.
19123         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx2-main.c:
19124         Likewise.
19125         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512-main.c:
19126         Likewise.
19127         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-main.c:
19128         Likewise.
19130 2016-07-27  Chung-Lin Tang  <cltang@codesourcery.com>
19132         * sysdeps/unix/sysv/linux/nios2/localplt.data (__eqsf2): Remove.
19134 2016-07-21  Gustavo Romero  <gromero@linux.vnet.ibm.com>
19136         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Fix missing verb
19137         and typo in a comment about AT_HWCAP entry.
19139 2016-07-21  Szabolcs Nagy  <szabolcs.nagy@arm.com>
19141         * sysdeps/aarch64/libm-test-ulps: Updated.
19143 2016-07-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
19145         * sysdeps/s390/s390-32/memcpy.S (memcpy): Eliminate the usage
19146         of r13 as it is not restored in mvcle case.
19148 2016-07-19  Mike Frysinger  <vapier@gentoo.org>
19150         * sysdeps/unix/sysv/linux/microblaze/sysdep.h (inline_syscall0):
19151         Rename "ret" to "__ret".
19152         (inline_syscall1, inline_syscall2, inline_syscall3, inline_syscall4,
19153         inline_syscall5, inline_syscall6): Likewise.
19155 2016-07-19   Will Newton  <will.newton@gmail.com>
19157         * elf/elf.h (R_METAG_REL8, R_METAG_REL16, R_METAG_TLS_GD
19158         R_METAG_TLS_LDM, R_METAG_TLS_LDO_HI16, R_METAG_TLS_LDO_LO16,
19159         R_METAG_TLS_LDO, R_METAG_TLS_IE, R_METAG_TLS_IENONPIC,
19160         R_METAG_TLS_IENONPIC_HI16, R_METAG_TLS_IENONPIC_LO16,
19161         R_METAG_TLS_LE, R_METAG_TLS_LE_HI16, R_METAG_TLS_LE_LO16): New.
19163 2016-07-18  H.J. Lu  <hongjiu.lu@intel.com>
19165         * sysdeps/i386/Makefile (rtld-CFLAGS): New.
19166         [subdir == elf] (CFLAGS-.os): Replace -mno-sse -mno-mmx
19167         -mfpmath=387 with $(rtld-CFLAGS).
19168         [subdir != elf] (CFLAGS-.os): Compile rtld-*.os with
19169         $(rtld-CFLAGS).
19171 2016-07-18   Ross Burton  <ross.burton@intel.com>
19172              Khem Raj  <raj.khem@gmail.com>
19174         * elf/elf.h (R_METAG_HIADDR16, R_METAG_LOADDR16,
19175         R_METAG_ADDR32, R_METAG_NONE, R_METAG_RELBRANCH,
19176         R_METAG_GETSETOFF, R_METAG_REG32OP1, R_METAG_REG32OP2,
19177         R_METAG_REG32OP3, R_METAG_REG16OP1, R_METAG_REG16OP2,
19178         R_METAG_REG16OP3, R_METAG_REG32OP4, R_METAG_HIOG,
19179         R_METAG_LOOG, R_METAG_GNU_VTINHERIT, R_METAG_GNU_VTENTRY,
19180         R_METAG_HI16_GOTOFF, R_METAG_LO16_GOTOFF,
19181         R_METAG_GETSET_GOTOFF, R_METAG_GETSET_GOT, R_METAG_HI16_GOTPC,
19182         R_METAG_LO16_GOTPC, R_METAG_HI16_PLT, R_METAG_LO16_PLT,
19183         R_METAG_RELBRANCH_PLT, R_METAG_GOTOFF, R_METAG_PLT,
19184         R_METAG_COPY, R_METAG_JMP_SLOT, R_METAG_RELATIVE,
19185         R_METAG_GLOB_DAT, R_METAG_TLS_TPOFF, R_METAG_TLS_DTPMOD,
19186         R_METAG_TLS_DTPOFF): New.
19188 2016-07-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
19189             Matt Clay  <mclay@lycos.com>
19191         [BZ #20357]
19192         * sysdeps/ieee754/dbl-64/s_sin.c (sloww): Fix up condition
19193         to call __mpsin/__mpcos and to negate values.
19194         * math/auto-libm-test-in: Add test.
19195         * math/auto-libm-test-out: Regenerate.
19197 2016-07-18  Zack Weinberg  <zackw@panix.com>
19199         * grp/Makefile: Don't install the internal header grp-merge.h.
19201 2016-07-18  Szabolcs Nagy  <szabolcs.nagy@arm.com>
19203         * sysdeps/aarch64/libm-test-ulps: Regenerated.
19205 2016-07-13  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19207         * bits/termios.h (TABDLY): Change macro to include TAB3 bit too.
19209 2016-07-13  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
19211         [BZ #15368]
19212         * sysdeps/unix/sysv/linux/nptl-signals.h
19213         (__nptl_clear_internal_signals): New function.
19214         (__libc_signal_block_all): Likewise.
19215         (__libc_signal_block_app): Likewise.
19216         (__libc_signal_restore_set): Likewise.
19217         * sysdeps/unix/sysv/linux/pt-raise.c (raise): Use Linux raise.c
19218         implementation.
19219         * sysdeps/unix/sysv/linux/raise.c (raise): Reimplement to not use
19220         the cached pid/tid value in pthread structure.
19222 2016-07-13  H.J. Lu  <hongjiu.lu@intel.com>
19224         [BZ #20347]
19225         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Regenerated.
19227 2016-07-12  H.J. Lu  <hongjiu.lu@intel.com>
19229         [BZ #20348]
19230         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add pread64,
19231         preadv64, pwrite64 and pwritev64.
19233 2016-07-12  H.J. Lu  <hongjiu.lu@intel.com>
19235         [BZ #20350]
19236         * posix/tst-preadwrite.c: Renamed to ...
19237         * posix/tst-preadwrite-common.c: This.
19238         (PREAD): Removed.
19239         (PWRITE): Likewise.
19240         (STRINGIFY): Likewise.
19241         (STRINGIFY2): Likewise.
19242         (do_prepare): Make it static and remove function arguments.
19243         (do_test): Likewise.
19244         (PREPARE): Updated.
19245         (TEST_FUNCTION): New.
19246         (name): Make it static.
19247         (fd): Likewise.
19248         (do_prepare): Use create_temp_file.
19249         (do_test): Renamed to ...
19250         (do_test_with_offset): This.  Make it static and accept offset.
19251         Properly check return value of PWRITE and PREAD.  Return bytes
19252         read.  Don't close fd nor unlink name.
19253         * posix/tst-preadwrite.c: Rewrite.
19254         * posix/tst-preadwrite64.c: Likewise.
19256 2016-07-12  H.J. Lu  <hongjiu.lu@intel.com>
19258         [BZ #20309]
19259         * configure.ac (have-mtls-dialect-gnu2): Set to yes if
19260         -mtls-dialect=gnu2 works.
19261         * configure: Regenerated.
19262         * elf/Makefile [have-mtls-dialect-gnu2 = yes]
19263         (tests): Add tst-gnu2-tls1.
19264         (modules-names): Add tst-gnu2-tls1mod.
19265         ($(objpfx)tst-gnu2-tls1): New.
19266         (tst-gnu2-tls1mod.so-no-z-defs): Likewise.
19267         (CFLAGS-tst-gnu2-tls1mod.c): Likewise.
19268         * elf/tst-gnu2-tls1.c: New file.
19269         * elf/tst-gnu2-tls1mod.c: Likewise.
19270         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Add 8
19271         bytes for push in the PLT entry to align the stack.
19273 2016-07-11  H.J. Lu  <hongjiu.lu@intel.com>
19275         [BZ #20349]
19276         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (LO_HI_LONG): New.
19278 2016-07-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
19280         [BZ #18707]
19281         * sysdeps/aarch64/Makefile (CFLAGS-mcount.c): Add -mgeneral-regs-only.
19282         * sysdeps/aarch64/sysdep.h (CALL_MCOUNT): Save argument registers.
19284 2016-07-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
19286         * sysdeps/unix/sysv/linux/sysdep.h
19287         [__WORDSIZE == 64 || __ASSUME_WORDSIZE64_ILP32] (LO_HI_LONG): Remove
19288         guards.
19289         * misc/tst-preadvwritev-common.c: New file.
19290         * misc/tst-preadvwritev.c: Use tst-preadvwritev-common.c.
19291         * misc/tst-preadvwritev64.c: Use tst-preadwritev-common.c and add
19292         a check for files larger than 2GB.
19294         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19295         (__ASSUME_OFF_DIFF_OFF64): Remove define.
19296         * sysdeps/unix/sysv/linux/pread.c
19297         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pread): Replace by
19298         __OFF_T_MATCHES_OFF64_T.
19299         * sysdeps/unix/sysv/linux/pread64.c
19300         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pread64): Likewise.
19301         * sysdeps/unix/sysv/linux/preadv.c
19302         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (preadv): Likewise.
19303         * sysdeps/unix/sysv/linux/preadv64.c
19304         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (preadv64): Likewise.
19305         * sysdeps/unix/sysv/linux/pwrite.c
19306         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pwrite): Likewise.
19307         * sysdeps/unix/sysv/linux/pwrite64.c
19308         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pwrite64): Likewise.
19309         * sysdeps/unix/sysv/linux/pwritev.c
19310         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pwritev): Likewise.
19311         * sysdeps/unix/sysv/linux/pwritev64.c
19312         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pwritev64): Likewise.
19314 2016-07-08  Chris Metcalf  <cmetcalf@mellanox.com>
19316         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19317         (__ASSUME_ALIGNED_REGISTER_PAIRS): Only define if !_LP64.
19319 2016-07-08  Aurelien Jarno  <aurelien@aurel32.net>
19321         * bits/in.h (__USE_KERNEL_IPV6_DEFS): Define to 0.
19323 2016-07-08  Aurelien Jarno  <aurelien@aurel32.net>
19325         [BZ #20240]
19326         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile
19327         (CFLAGS-s_modf-ppc32.c): New variable.
19328         (CFLAGS-s_modff-ppc32.c): Likewise.
19329         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
19330         (CFLAGS-s_modf-ppc64.c): Likewise.
19331         (CFLAGS-s_modff-ppc64.c): Likewise.
19333 2016-07-07  Andreas Schwab  <schwab@suse.de>
19335         [BZ #20263]
19336         * nptl/tst-robust10.c: New test.
19337         * nptl/Makefile (tests): Add tst-robust10.
19339 2016-07-07  Jiyoung Yun  <t2wish@gmail.com>
19341         [BZ #20263]
19342         * nptl/lowlevelrobustlock.c: Implement ETIMEDOUT logic.
19344 2016-07-06  Stefan Liebler  <stli@linux.vnet.ibm.com>
19346         * sysdeps/s390/linkmap.h (struct link_map_machine):
19347         Remove member gotplt and add member jmprel.
19348         * sysdeps/s390/s390-32/dl-machine.h
19349         (elf_machine_runtime_setup): Setup member jmprel with DT_JMPREL
19350         instead of gotplt with &got[3].
19351         (elf_machine_lazy_rel): Calculate address with reloc and jmprel.
19352         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
19354 2016-07-06  John David Anglin  <danglin@gcc.gnu.org>
19356         * sysdeps/hppa/fpu/libm-test-ulps: Regenerate.
19358 2016-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19360         * libio/iofopncook.c (_IO_cookie_read, _IO_cookie_write,
19361         _IO_cookie_seek, _IO_cookie_close, _IO_old_cookie_seek)
19362         [!PTR_DEMANGLE]: Do not call PTR_DEMANGLE.
19363         (set_callbacks) [!PTR_MANGLE]: Do not call PTR_MANGLE.
19364         * libio/vtables.c (_IO_vtable_check)
19365         [!PTR_DEMANGLE]: Do not call PTR_DEMANGLE.
19366         * libio/libioP.h (IO_set_accept_foreign_vtables)
19367         [!PTR_MANGLE]: Do not call PTR_MANGLE.
19369 2016-07-05  H.J. Lu  <hongjiu.lu@intel.com>
19371         [BZ #20314]
19372         * Makeconfig (CXXFLAGS): Prepend -I$(common-objpfx).
19373         * Makerules (before-compile): Add $(common-objpfx)cstdlib and
19374         $(common-objpfx)cmath.
19375         ($(common-objpfx)cstdlib): New target.
19376         ($(common-objpfx)cmath): Likewise.
19378 2016-07-05  Chris Metcalf  <cmetcalf@mellanox.com>
19380         * malloc/tst-malloc-thread-fail.c (TIMEOUT): Bump up to 30s.
19382 2016-07-05  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19384         [BZ #20327]
19385         * sysdeps/powerpc/powerpc64/power8/strcasecmp.S: Mask bits that
19386         are not part of the string.
19388 2016-07-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
19390         * nptl/tst-cancel4-common.c (do_test): Add temporary fifo creation.
19391         * nptl/tst-cancel4-common.h (fifoname): New variable.
19392         (fifofd): Likewise.
19393         (cl_fifo): New function.
19394         * nptl/tst-cancel4.c (tf_sigpause): Replace SIGCANCEL usage by
19395         SIGINT.
19396         (tf_open): Add early cancel test.
19398 2016-07-04  Andreas Schwab  <schwab@linux-m68k.org>
19400         * sysdeps/m68k/Makefile (CFLAGS-mcount.c): Define.
19402 2016-07-01  Maciej W. Rozycki  <macro@imgtec.com>
19404         * sysdeps/generic/ldsodefs.h
19405         (dl_symbol_visibility_binds_local_p): New inline function.
19406         * elf/dl-addr.c (determine_info): Treat hidden and internal
19407         symbols as local.
19408         * elf/dl-lookup.c (do_lookup_x): Likewise.
19409         * elf/dl-reloc.c (RESOLVE_MAP): Likewise.
19411 2016-07-01  Aurelien Jarno  <aurelien@aurel32.net>
19413         * sparc/sparc32/sparcv9/fpu/s_nearbyint.S (__nearbyint): Trigger an
19414         invalid exception for a sNaN input.
19415         * sparc/sparc32/sparcv9/fpu/s_nearbyintf.S (__nearbyintf): Likewise.
19416         * sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S
19417         (__nearbyint_vis3): Likewise
19418         * sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S
19419         (__nearbyintf_vis3): Likewise
19420         * sparc/sparc64/fpu/s_nearbyint.S (__nearbyint): Likewise.
19421         * sparc/sparc64/fpu/s_nearbyintf.S (__nearbyintf): Likewise.
19422         * sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S (__nearbyint_vis3):
19423         Likewise.
19424         * sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S (__nearbyintf_vis3):
19425         Likewise.
19427 2016-07-01  H.J. Lu  <hongjiu.lu@intel.com>
19429         [BZ #20139]
19430         * config.h.in (HAVE_AVX512_ASM_SUPPORT): Renamed to ...
19431         (HAVE_AVX512DQ_ASM_SUPPORT): This.
19432         * sysdeps/x86_64/configure.ac: Require assembler from binutils
19433         2.24 or above.
19434         (HAVE_AVX512_ASM_SUPPORT): Removed.
19435         (HAVE_AVX512DQ_ASM_SUPPORT): New.
19436         * sysdeps/x86_64/configure: Regenerated.
19437         * sysdeps/x86_64/dl-trampoline.S: Make HAVE_AVX512_ASM_SUPPORT
19438         check unconditional.
19439         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Likewise.
19440         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
19441         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
19442         * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S:
19443         Likewise.
19444         * sysdeps/x86_64/multiarch/memmove-avx512-unaligned-erms.S:
19445         Likewise.
19446         * sysdeps/x86_64/multiarch/memmove.S: Likewise.
19447         * sysdeps/x86_64/multiarch/memmove_chk.S: Likewise.
19448         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
19449         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
19450         * sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S:
19451         Likewise.
19452         * sysdeps/x86_64/multiarch/memset-avx512-unaligned-erms.S:
19453         Likewise.
19454         * sysdeps/x86_64/multiarch/memset.S: Likewise.
19455         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
19456         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: Check
19457         HAVE_AVX512DQ_ASM_SUPPORT instead of HAVE_AVX512_ASM_SUPPORT.
19458         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S:
19459         Likewise.
19460         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S:
19461         Likewise.
19462         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S:
19463         Likewise.
19464         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S:
19465         Likewise.
19466         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.:
19467         Likewise.
19468         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S:
19469         Likewise.
19470         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S:
19471         Likewise.
19472         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S:
19473         Likewise.
19474         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S:
19475         Likewise.
19476         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx51:
19477         Likewise.
19478         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S:
19479         Likewise.
19481 2016-07-01  Andrew Senkevich  <andrew.senkevich@intel.com>
19483         [BZ #20024]
19484         * sysdeps/x86/fpu/test-math-vector-sincos.h: New.
19485         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: Fixed ABI
19486         of this implementation of vector function.
19487         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: Likewise.
19488         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: Likewise.
19489         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S:
19490         Likewise.
19491         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S: Likewise.
19492         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S: Likewise.
19493         * sysdeps/x86_64/fpu/svml_d_sincos2_core.S: Likewise.
19494         * sysdeps/x86_64/fpu/svml_d_sincos4_core.S: Likewise.
19495         * sysdeps/x86_64/fpu/svml_d_sincos4_core_avx.S: Likewise.
19496         * sysdeps/x86_64/fpu/svml_d_sincos8_core.S: Likewise.
19497         * sysdeps/x86_64/fpu/svml_s_sincosf16_core.S: Likewise.
19498         * sysdeps/x86_64/fpu/svml_s_sincosf4_core.S: Likewise.
19499         * sysdeps/x86_64/fpu/svml_s_sincosf8_core.S: Likewise.
19500         * sysdeps/x86_64/fpu/svml_s_sincosf8_core_avx.S: Likewise.
19501         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Use another wrapper
19502         for testing vector sincos with fixed ABI.
19503         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
19504         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
19505         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
19506         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
19507         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
19508         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
19509         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
19510         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx.c: New test.
19511         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx2.c: Likewise.
19512         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx512.c: Likewise.
19513         * sysdeps/x86_64/fpu/test-double-libmvec-sincos.c: Likewise.
19514         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx.c: Likewise.
19515         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx2.c: Likewise.
19516         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512.c: Likewise.
19517         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf.c: Likewise.
19518         * sysdeps/x86_64/fpu/Makefile: Added new tests.
19520 2016-06-30  Aurelien Jarno  <aurelien@aurel32.net>
19522         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Add _Qp_cmp.
19524 2016-06-30  Anton Blanchard  <anton@samba.org>
19526         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
19527         [$(subdir) = math] (libm-sysdep_routines): Add s_sinf-power8 and
19528         s_sinf-ppc64.
19529         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-power8.S: New file.
19530         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Likewise.
19531         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf.c: Likewise.
19532         * sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S: Likewise.
19534 2016-06-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
19536         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19537         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
19538         [$(subdir) = math] (libm-sysdep_routines): Add e_expf-power8 and
19539         e_expf-ppc64.
19540         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-power8.S: New file.
19541         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-ppc64.c: Likewise.
19542         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf.c: Likewise.
19543         * sysdeps/powerpc/powerpc64/power8/fpu/e_expf.S: Likewise.
19545 2016-06-30  John David Anglin  <danglin@gcc.gnu.org>
19547         [BZ #20277]
19548         * sysdeps/hppa/start.S (_start): Correct loading of global pointer
19549         when SHARED is defined.
19551 2016-06-30  H.J. Lu  <hongjiu.lu@intel.com>
19553         * sysdeps/x86/cpu-features.h (bit_arch_Prefer_ERMS): New.
19554         (index_arch_Prefer_ERMS): Likewise.
19555         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Return
19556         __memcpy_erms for Prefer_ERMS.
19557         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
19558         (__memmove_erms): Enabled for libc.a.
19559         * ysdeps/x86_64/multiarch/memmove.S (__libc_memmove): Return
19560         __memmove_erms or Prefer_ERMS.
19561         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Return
19562         __mempcpy_erms for Prefer_ERMS.
19563         * sysdeps/x86_64/multiarch/memset.S (memset): Return
19564         __memset_erms for Prefer_ERMS.
19566 2016-06-30  Andreas Schwab  <schwab@suse.de>
19568         [BZ #20262]
19569         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn): Return
19570         NSS_STATUS_SUCCESS when done.  Return NSS_STATUS_TRYAGAIN when out
19571         of memory.
19573 2016-06-29  H.J. Lu  <hongjiu.lu@intel.com>
19575         [BZ #18645]
19576         * nptl/Makefile (extra-test-objs): Add tst-cleanupx4aux.o.
19577         (test-extras): Add tst-cleanupx4aux.
19578         (CFLAGS-tst-cleanupx4aux.c): New.  Set to -fexceptions.
19579         ($(objpfx)tst-cleanupx4): Replace tst-cleanup4aux.o with
19580         tst-cleanupx4aux.o.
19581         * nptl/tst-cleanupx4aux.c: New file.
19583 2016-06-30  Aurelien Jarno  <aurelien@aurel32.net>
19585         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Regenerated.
19587 2016-06-29  Andreas Schwab  <schwab@suse.de>
19589         [BZ #20260]
19590         * sysdeps/x86/bits/string.h (__strncat_g) [!__i686__]: Compute the
19591         address before the beginning of the string as an integer to avoid
19592         array-bounds warning.
19594 2016-06-28  Richard Henderson  <rth@redhat.com>
19596         * elf/elf.h (EM_BPF): New.
19597         (EM_NUM): Update.
19598         (R_BPF_NONE, R_BPF_MAP_FD): New.
19600         * elf/elf.h (EM_IAMCU, EM_SPU, EM_PDP10, EM_PDP11, EM_ARC_COMPACT,
19601         EM_VIDEOCORE, EM_TMM_GPP, EM_NS32K, EM_TPC, EM_SNP1K, EM_ST200,
19602         EM_IP2K, EM_MAX, EM_CR, EM_F2MC16, EM_MSP430, EM_BLACKFIN, EM_SE_C33,
19603         EM_SEP, EM_ARCA, EM_UNICORE, EM_EXCESS, EM_DXP, EM_ALTERA_NIOS2,
19604         EM_CRX, EM_XGATE, EM_C166, EM_M16C, EM_DSPIC30F, EM_CE, EM_M32C,
19605         EM_TSK3000, EM_RS08, EM_SHARC, EM_ECOG2, EM_SCORE7, EM_DSP24,
19606         EM_VIDEOCORE3, EM_LATTICEMICO32, EM_SE_C17, EM_TI_C6000, EM_TI_C2000,
19607         EM_TI_C5500, EM_TI_ARP32, EM_TI_PRU, EM_MMDSP_PLUS, EM_CYPRESS_M8C,
19608         EM_R32C, EM_TRIMEDIA, EM_QDSP6, EM_8051, EM_STXP7X, EM_NDS32,
19609         EM_ECOG1X, EM_MAXQ30, EM_XIMO16, EM_MANIK, EM_CRAYNV2, EM_RX,
19610         EM_METAG, EM_MCST_ELBRUS, EM_ECOG16, EM_CR16, EM_ETPU, EM_SLE9X,
19611         EM_L10M, EM_K10M, EM_AVR32, EM_STM8, EM_TILE64, EM_CUDA,
19612         EM_CLOUDSHIELD, EM_COREA_1ST, EM_COREA_2ND, EM_ARC_COMPACT2,
19613         EM_OPEN8, EM_RL78, EM_VIDEOCORE5, EM_78KOR, EM_56800EX, EM_BA1,
19614         EM_BA2, EM_XCORE, EM_MCHP_PIC, EM_KM32, EM_KMX32, EM_EMX16, EM_EMX8,
19615         EM_KVARC, EM_CDP, EM_COGE, EM_COOL, EM_NORC, EM_CSR_KALIMBA, EM_Z80,
19616         EM_VISIUM, EM_FT32, EM_MOXIE, EM_AMDGPU, EM_RISCV, EM_BPF): New.
19617         (EM_NUM): Update.
19619 2016-06-28  Stefan Liebler  <stli@linux.vnet.ibm.com>
19621         [BZ #18960]
19622         * locale/localeinfo.h (_NL_CURRENT_DEFINE):
19623         Set _nl_current_LC_CATEGORY_used to two instead of one.
19625 2016-06-27  Aurelien Jarno  <aurelien@aurel32.net>
19627         * sysdeps/mips/tst-mode-switch-1.c (main): Converted to ...
19628         (do_test): ... this.
19629         (TEST_FUNCTION): New macro.
19630          Include test-skeleton.c.
19631         * sysdeps/mips/tst-mode-switch-2.c (main): Likewise.
19632         * sysdeps/mips/tst-mode-switch-3.c (main): Likewise.
19634 2016-06-27  Joseph Myers  <joseph@codesourcery.com>
19636         [BZ #15479]
19637         * sysdeps/i386/fpu/s_trunc.S (__trunc): Save and restore
19638         floating-point environment rather than just control word.
19639         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
19640         * sysdeps/i386/fpu/s_truncl.S (__truncl): Save and restore
19641         floating-point environment, with "invalid" exceptions merged in,
19642         rather than just control word.
19643         * sysdeps/x86_64/fpu/s_truncl.S (__truncl): Likewise.
19644         * math/libm-test.inc (trunc_test_data): Do not allow spurious
19645         "inexact" exceptions.
19647         [BZ #15479]
19648         * sysdeps/i386/fpu/s_floor.S (__floor): Save and restore
19649         floating-point environment rather than just control word.
19650         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
19651         * sysdeps/i386/fpu/s_floorl.S (__floorl): Save and restore
19652         floating-point environment, with "invalid" exceptions merged in,
19653         rather than just control word.
19654         * sysdeps/x86_64/fpu/s_floorl.S (__floorl): Likewise.
19655         * math/libm-test.inc (floor_test_data): Do not allow spurious
19656         "inexact" exceptions.
19658         [BZ #15479]
19659         * sysdeps/i386/fpu/s_ceil.S (__ceil): Save and restore
19660         floating-point environment rather than just control word.
19661         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
19662         * sysdeps/i386/fpu/s_ceill.S (__ceill): Save and restore
19663         floating-point environment, with "invalid" exceptions merged in,
19664         rather than just control word.
19665         * sysdeps/x86_64/fpu/s_ceill.S (__ceill): Likewise.
19666         * math/libm-test.inc (ceil_test_data): Do not allow spurious
19667         "inexact" exceptions.
19669 2016-06-21  Aurelien Jarno  <aurelien@aurel32.net>
19671         * sysdeps/unix/sysv/linux/mips/vfork.S (__vfork): Rename into
19672         __libc_vfork.
19673         (__vfork) [IS_IN (libc)]: Remove alias.
19674         (__libc_vfork) [IS_IN (libc)]: Define as an alias.
19675         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Likewise.
19676         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Likewise.
19678 2016-06-24  Torvald Riegel  <triegel@redhat.com>
19680         * nscd/cache.c (cache_add): Use new C11-like atomic operation instead
19681         of atomic_compare_and_exchange_bool_rel.
19682         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
19683         * include/atomic.h (atomic_compare_and_exchange_bool_rel,
19684         catomic_compare_and_exchange_bool_rel): Remove.
19685         * sysdeps/aarch64/atomic-machine.h
19686         (atomic_compare_and_exchange_bool_rel): Likewise.
19687         * sysdeps/alpha/atomic-machine.h
19688         (atomic_compare_and_exchange_bool_rel): Likewise.
19689         * sysdeps/arm/atomic-machine.h
19690         (atomic_compare_and_exchange_bool_rel): Likewise.
19691         * sysdeps/mips/atomic-machine.h
19692         (atomic_compare_and_exchange_bool_rel): Likewise.
19693         * sysdeps/microblaze/atomic-machine.h
19694         ( __arch_compare_and_exchange_bool_8_rel,
19695         __arch_compare_and_exchange_bool_16_rel): Likewise.
19696         * sysdeps/powerpc/atomic-machine.h
19697         ( __arch_compare_and_exchange_bool_8_rel,
19698         __arch_compare_and_exchange_bool_16_rel): Likewise.
19699         * sysdeps/powerpc/powerpc32/atomic-machine.h
19700         ( __arch_compare_and_exchange_bool_32_rel,
19701         __arch_compare_and_exchange_bool_64_rel): Likewise.
19702         * sysdeps/powerpc/powerpc64/atomic-machine.h
19703         ( __arch_compare_and_exchange_bool_32_rel,
19704         __arch_compare_and_exchange_bool_64_rel): Likewise.
19705         * sysdeps/tile/atomic-machine.h
19706         (atomic_compare_and_exchange_bool_rel): Likewise.
19708 2016-06-23  Joseph Myers  <joseph@codesourcery.com>
19710         [BZ #20296]
19711         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Add arguments
19712         when either argument is a NaN.
19713         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
19714         * math/libm-test.inc (scalb_test_data): Add sNaN tests.
19716         * math/libm-test.inc (snan_value_ld): New macro.
19717         (isgreater_test_data): Add sNaN tests.
19718         (isgreaterequal_test_data): Likewise.
19719         (isless_test_data): Likewise.
19720         (islessequal_test_data): Likewise.
19721         (islessgreater_test_data): Likewise.
19722         (isunordered_test_data): Likewise.
19723         (nextafter_test_data): Likewise.
19724         (nexttoward_test_data): Likewise.
19725         (remainder_test_data): Likewise.
19726         (remquo_test_data): Likewise.
19727         (significand_test_data): Likewise.
19728         * math/gen-libm-test.pl (%beautify): Add snan_value_ld.
19730 2016-06-23  Siddhesh Poyarekar  <siddhesh@sourceware.org>
19732         * posix/getconf.c: Define ALL_ENVIRONMENTS_DEFINED if all
19733         environment macros are defined.
19734         (main): Avoid execve if ALL_ENVIRONMENTS_DEFINED is defined.
19736 2016-06-23  Florian Weimer  <fweimer@redhat.com>
19738         [BZ #20191]
19739         Implement vtable verification in libio.
19740         * Makerules (shlib.lds): Place __libc_IO_vtables section.
19741         * debug/obprintf_chk.c (_IO_obstack_jumps): Define as vtable.
19742         * debug/vdprintf_chk.c (__vdprintf_chk): Call
19743         _IO_new_file_init_internal instead of _IO_file_init.
19744         * debug/vsnprintf_chk.c (_IO_strn_jumps): Define as vtable.
19745         * debug/vsprintf_chk.c (_IO_str_chk_jumps): Likewise.
19746         * libio/Makefile (routines): Add vtables.
19747         * libio/libioP.h (_IO_JUMPS_FUNC): Call IO_validate_vtable.
19748         (_IO_init): Remove, not for internal use.
19749         (_IO_init_internal): Declare, internal replacement for _IO_init.
19750         (_IO_file_init): Remove, not for internal use.
19751         (_IO_new_file_init): Remove, not for internal use.
19752         (_IO_new_file_init_internal): Declare, internal replacement for
19753         _IO_new_file_init.
19754         (_IO_old_file_init): Remove, not for internal use.
19755         (_IO_old_file_init_internal): Declare, internal replacement for
19756         _IO_old_file_init.
19757         (_IO_str_init_static, _IO_str_init_readonly): Remove, not for
19758         internal use.
19759         (__libc_IO_vtables, IO_accept_foreign_vtables, _IO_vtable_check):
19760         Declare.
19761         (libio_vtable): New macro.
19762         (IO_set_accept_foreign_vtables, _IO_validate_vtable): New inline
19763         functions.
19764         * libio/fileops.c (_IO_new_file_init_internal): Rename from
19765         _IO_new_file_init.
19766         (_IO_new_file_init): New externally visible wrapper which disables
19767         vtable verification.
19768         (_IO_file_jumps, _IO_file_jumps_mmap, _IO_file_jumps_maybe_mmap):
19769         Define as vtables.
19770         * libio/genops.c (_IO_init_internal): Rename from _IO_init.
19771         (_IO_init): New externally visible wrapper which disables
19772         vtable verification.
19773         * libio/iofdopen.c (_IO_new_fdopen): Call
19774         _IO_new_file_init_internal instead of _IO_file_init.  Adjust
19775         comment.
19776         * libio/iofopen.c (__fopen_internal): Call
19777         _IO_new_file_init_internal instead of _IO_file_init.
19778         * libio/iofopncook.c (_IO_cookie_jumps, _IO_old_cookie_jumps):
19779         Define as vtables.
19780         (_IO_cookie_init): Call _IO_init_internal instead of _IO_init,
19781         _IO_new_file_init_internal instead of _IO_file_init.
19782         * libio/iopopen.c (_IO_new_popen): Likewise.
19783         (_IO_proc_jumps): Define as vtable.
19784         * libio/iovdprintf.c (_IO_vdprintf): Call
19785         _IO_new_file_init_internal instead of _IO_file_init.
19786         * libio/memstream.c (_IO_mem_jumps): Define as vtable.
19787         (__open_memstream): Call _IO_init_internal instead of _IO_init.
19788         * libio/obprintf.c (_IO_obstack_jumps): Define as vtable.
19789         * libio/oldfileops.c (_IO_old_file_init_internal): Rename from
19790         _IO_old_file_init.
19791         (_IO_old_file_init): New externally visible wrapper which disables
19792         vtable verification.
19793         (_IO_old_file_jumps): Define as vtable.
19794         * libio/oldiofdopen.c (_IO_old_fdopen): Call
19795         _IO_old_file_init_internal instead of _IO_old_file_init.
19796         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
19797         * libio/oldiopopen.c (_IO_old_popen): Likewise.
19798         (_IO_old_proc_jumps): Define as vtable.
19799         * libio/strops.c (_IO_str_jumps, _IO_strn_jumps, _IO_wstrn_jumps):
19800         Define as vtables.
19801         * libio/vtables.c: New file.
19802         * libio/wfileops.c (_IO_wfile_jumps, _IO_wfile_jumps_mmap)
19803         (_IO_wfile_jumps_maybe_mmap): Define as vtables.
19804         * libio/wmemstream.c (_IO_wmem_jumps): Define as vtable.
19805         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
19806         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
19807         * stdlib/strfmon_l.c (__vstrfmon_l): Call _IO_init_internal
19808         instead of _IO_init.
19810 2016-06-23  Florian Weimer  <fweimer@redhat.com>
19812         * test-skeleton.c (xrealloc): Support deallocation with n == 0.
19814 2016-06-23  Florian Weimer  <fweimer@redhat.com>
19816         * test-skeleton.c (xmalloc, xcalloc, xrealloc): Mark as
19817         potentially unused.
19819 2016-06-22  Florian Weimer  <fweimer@redhat.com>
19821         * test-skeleton.c (write_message): New function.
19822         * malloc/tst-mallocfork2.c (write_message): Remove.
19823         * debug/tst-longjmp_chk2.c (write_indented): New function.
19824         (write_message): Remove.
19825         (stackoverflow_handler): Call write_indented.
19827 2016-06-22  Joseph Myers  <joseph@codesourcery.com>
19829         * sysdeps/i386/fpu/s_nearbyint.S (__nearbyint): Do not mask
19830         "inexact" exceptions after fnstenv.
19831         * sysdeps/i386/fpu/s_nearbyintf.S (__nearbyintf): Likewise.
19832         * sysdeps/i386/fpu/s_nearbyintl.S (__nearbyintl): Likewise.
19833         * sysdeps/x86_64/fpu/s_nearbyintl.S (__nearbyintl): Likewise.
19835 2015-06-22  Zack Weinberg  <zackw@panix.com>
19837         * sysdeps/generic/bits/hwcap.h: Moved to ...
19838         * bits/hwcap.h: Here.
19840 2016-06-22  Wilco Dijkstra  <wdijkstr@arm.com>
19842         * sysdeps/aarch64/memcpy.S (memcpy):
19843         Further tuning for performance.
19845 2016-06-21  Florian Weimer  <fweimer@redhat.com>
19847         [BZ #20284]
19848         * malloc/arena.c (reused_arena): Do not return NULL if we start
19849         out with a non-corrupted arena.
19851 2016-06-21 Adhemerval Zanella  <adhemerval.zanella@linaro.org>
19853         * misc/Makefile (tests): Add tst-preadvwritev and tst-preadvwritev64.
19854         * misc/tst-preadvwritev.c: New file.
19855         * misc/tst-preadvwritev64.c: Likewise.
19856         * sysdeps/unix/sysv/linux/preadv.c (preadv): Remove SYSCALL_LL{64}
19857         usage.
19858         * sysdeps/unix/sysv/linux/preadv64.c (preadv64): Likewise.
19859         * sysdeps/unix/sysv/linux/pwritev.c (pwritev): Likewise.
19860         * sysdeps/unix/sysv/linux/pwritev64.c (pwritev64): Likewise.
19861         * sysdeps/unix/sysv/linux/sysdep.h (LO_HI_LONG): New macro.
19863 2016-06-20  Andrew Senkevich  <andrew.senkevich@intel.com>
19865         [BZ #19654]
19866         * sysdeps/x86_64/fpu/Makefile: Added new tests.
19867         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx-main.c: New.
19868         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx-mod.c: Likewise.
19869         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx.c: Likewise.
19870         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx2-main.c: Likewise.
19871         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx2-mod.c: Likewise.
19872         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx2.c: Likewise.
19873         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx512-main.c: Likewise.
19874         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx512-mod.c: Likewise.
19875         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx512.c: Likewise.
19876         * sysdeps/x86_64/fpu/test-double-libmvec-alias-main.c: Likewise.
19877         * sysdeps/x86_64/fpu/test-double-libmvec-alias-mod.c: Likewise.
19878         * sysdeps/x86_64/fpu/test-double-libmvec-alias.c: Likewise.
19879         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx-main.c: Likewise.
19880         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx-mod.c: Likewise.
19881         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx.c: Likewise.
19882         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2-main.c: Likewise.
19883         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2-mod.c: Likewise.
19884         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2.c: Likewise.
19885         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx512-main.c: Likewise.
19886         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx512-mod.c: Likewise.
19887         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx512.c: Likewise.
19888         * sysdeps/x86_64/fpu/test-float-libmvec-alias-main.c: Likewise.
19889         * sysdeps/x86_64/fpu/test-float-libmvec-alias-mod.c: Likewise.
19890         * sysdeps/x86_64/fpu/test-float-libmvec-alias.c: Likewise.
19891         * sysdeps/x86_64/fpu/test-libmvec-alias-mod.c: Likewise.
19893 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
19895         * sysdeps/aarch64/rawmemchr.S (__rawmemchr): New file.
19896         * sysdeps/aarch64/strlen.S (__strlen): Change to __strlen to avoid PLT.
19898 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
19900         * sysdeps/aarch64/memcpy.S (memcpy):
19901         Rewrite of optimized memcpy and memmove.
19902         * sysdeps/aarch64/memmove.S (memmove): Remove
19903         memmove code (merged into memcpy.S).
19905 2016-06-20  Florian Weimer  <fweimer@redhat.com>
19907         Consolidate machine-agnostic DTV definitions in <dl-dtv.h>.
19908         * sysdeps/generic/dl-dtv.h: New file.
19909         * sysdeps/aarch64/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
19910         * sysdeps/aarch64/nptl/tls.h: Include <dl-dtv.h>.
19911         (dtv_t): Remove.
19912         * sysdeps/alpha/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
19913         * sysdeps/alpha/nptl/tls.h: Include <dl-dtv.h>.
19914         (dtv_t): Remove.
19915         * sysdeps/arm/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
19916         * sysdeps/arm/nptl/tls.h: Include <dl-dtv.h>.
19917         (dtv_t): Remove.
19918         * sysdeps/hppa/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
19919         * sysdeps/hppa/nptl/tls.h: Include <dl-dtv.h>.
19920         (dtv_t): Remove.
19921         * sysdeps/i386/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
19922         * sysdeps/i386/nptl/tls.h: Include <dl-dtv.h>.
19923         (dtv_t): Remove.
19924         * sysdeps/ia64/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
19925         * sysdeps/ia64/nptl/tls.h: Include <dl-dtv.h>.
19926         (dtv_t): Remove.
19927         * sysdeps/m68k/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
19928         * sysdeps/m68k/nptl/tls.h: Include <dl-dtv.h>.
19929         (dtv_t): Remove.
19930         * sysdeps/mach/hurd/i386/tls.h: Include <dl-dtv.h>.
19931         (dtv_t): Remove.
19932         * sysdeps/microblaze/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
19933         * sysdeps/microblaze/nptl/tls.h: Include <dl-dtv.h>.
19934         (dtv_t): Remove.
19935         * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
19936         * sysdeps/mips/nptl/tls.h: Include <dl-dtv.h>.
19937         (dtv_t): Remove.
19938         * sysdeps/nios2/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
19939         * sysdeps/nios2/nptl/tls.h: Include <dl-dtv.h>.
19940         (dtv_t): Remove.
19941         * sysdeps/powerpc/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
19942         * sysdeps/powerpc/nptl/tls.h: Include <dl-dtv.h>.
19943         (dtv_t): Remove.
19944         * sysdeps/s390/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
19945         * sysdeps/s390/nptl/tls.h: Include <dl-dtv.h>.
19946         (dtv_t): Remove.
19947         * sysdeps/sh/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
19948         * sysdeps/sh/nptl/tls.h: Include <dl-dtv.h>.
19949         (dtv_t): Remove.
19950         * sysdeps/sparc/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
19951         * sysdeps/sparc/nptl/tls.h: Include <dl-dtv.h>.
19952         (dtv_t): Remove.
19953         * sysdeps/x86_64/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
19954         * sysdeps/x86_64/nptl/tls.h: Include <dl-dtv.h>.
19955         (dtv_t): Remove.
19957 2016-06-20  Florian Weimer  <fweimer@redhat.com>
19959         Revert symbol poisoning of  __malloc_initialize_hook.
19960         * include/stdc-predef.h (__malloc_initialize_hook): Remove
19961         poisoning.
19962         * malloc/Makefile: Remove un-poisoning.
19963         * malloc/arena.c (ptmalloc_init): Use __malloc_initialize_hook
19964         instead of old__malloc_initialize_hook.
19965         * malloc/malloc-hooks.h: Likewise.
19966         * malloc/malloc.c: Likewise.
19967         * malloc/mcheck-init.c: Likewise.
19969 2016-06-19  Carlos O'Donell  <carlos@redhat.com>
19971         * sysdeps/unix/sysv/linux/times.c (__times): Expand comments.
19973 2016-06-18  Aurelien Jarno  <aurelien@aurel32.net>
19975         * sysdeps/unix/sysv/linux/mips/vfork.S (__vfork): Conditionalize
19976         hidden_def, weak_alias and strong_alias on [IS_IN (libc)].
19977         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Likewise.
19978         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Likewise.
19980 2016-06-16  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19982         * NEWS: Mention addition of nextup and nextdown.
19983         * manual/arith.texi: Document nextup and nextdown.
19984         * manual/libm-err-tab.pl: Add nextup and nextdown.
19985         * math/Makefile (libm-calls): Add s_nextdown and s_nextup.
19986         * math/Versions (libm): Add GLIBC_2.24.
19987         * math/bits/mathcalls.h: Add nextup and nextdown declaration.
19988         * math/libm-test.inc (nextafter_test_data) [TEST_COND_intel96]:
19989         Add new test.
19990         (nextafter_test_data) [TEST_COND_binary32]: Likewise.
19991         (nextafter_test_data) [TEST_COND_m68k96]: Likewise.
19992         (nextafter_test_data) [TEST_COND_binary64]: Likewise.
19993         (nextafter_test_data) [TEST_COND_binary128]: Likewise.
19994         (nextup_test_data): Likewise.
19995         (nextdown_test_data): Likewise.
19996         * math/s_nextdown.c: New file.
19997         * math/s_nextdownf.c: Likewise.
19998         * math/s_nextdownl.c: Likewise.
19999         * math/test-tgmath.c F(compile_test)): Add nextup and nextdown tests.
20000         F(nextup): New function.
20001         F(nextdown): Likewise.
20002         * math/tgmath.h: Add nextup and nextdown.
20003         * sysdeps/ieee754/flt-32/s_nextupf.c: New file.
20004         * sysdeps/ieee754/dbl-64/s_nextup.c: Likewise.
20005         * sysdeps/ieee754/ldbl-128/s_nextupl.c: Likewise.
20006         * sysdeps/ieee754/ldbl-128ibm/s_nextupl.c: Likewise.
20007         * sysdeps/ieee754/ldbl-96/s_nextupl.c: Likewise.
20008         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls):
20009         Add nextup and nextdown.
20010         (CFLAGS-nldbl-nextup.c): New variable.
20011         (CFLAGS-nldbl-nextdown.c): Likewise.
20012         * sysdeps/ieee754/ldbl-opt/nldbl-nextdown.c: New file.
20013         * sysdeps/ieee754/ldbl-opt/nldbl-nextup.c: Likewise.
20014         * sysdeps/nacl/libm.abilist: Update.
20015         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
20016         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
20017         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
20018         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
20019         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
20020         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
20021         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
20022         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
20023         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
20024         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
20025         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
20026         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
20027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
20028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
20029         Likewise.
20030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
20031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
20032         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
20033         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
20034         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
20035         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
20036         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
20037         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: Likewise.
20038         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: Likewise.
20039         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
20040         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
20041         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: Likewise.
20042         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
20044 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
20046         * manual/pattern.texi: Fix typos & grammar errors.
20048 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
20050         * manual/search.texi: Fix typos & grammar errors.
20052 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
20054         * manual/message.texi: Fix typos & grammar errors.
20056 2016-06-16  Mike Frysinger  <vapier@gentoo.org>
20058         * manual/contrib.texi: Fix spelling typos.
20059         * manual/crypt.texi: Likewise.
20060         * manual/filesys.texi: Likewise.
20061         * manual/locale.texi: Likewise.
20062         * manual/message.texi: Likewise.
20063         * manual/nss.texi: Likewise.
20064         * manual/string.texi: Likewise.
20066 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
20068         * manual/locale.texi: Fix typos & grammar errors.
20070 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
20072         * manual/charset.texi: Fix typos & grammar errors.
20074 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
20076         * manual/string.texi: Fix typos.
20078 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
20080         * manual/ctype.texi: Fix typos.
20082 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
20084         * manual/memory.texi: Fix various typos & grammar errors.
20086 2016-06-14  Joseph Myers  <joseph@codesourcery.com>
20088         [BZ #20255]
20089         * sysdeps/i386/fpu/s_fdim.c: New file.  Based on math/s_fdim.c.
20090         * math/libm-test.inc (fdim_test_data): Add another test.
20092         [BZ #6796]
20093         [BZ #20255]
20094         [BZ #20256]
20095         * math/s_fdim.c: Include <math_private.h>.
20096         (__fdim): Use math_narrow_eval on result.
20097         * math/s_fdimf.c: Include <math_private.h>.
20098         (__fdimf): Use math_narrow_eval on result.
20099         * sysdeps/i386/fpu/s_fdim.S: Remove file.
20100         * sysdeps/i386/fpu/s_fdimf.S: Likewise.
20101         * sysdeps/i386/fpu/s_fdiml.S: Likewise.
20102         * sysdeps/i386/i686/fpu/s_fdim.S: Likewise.
20103         * sysdeps/i386/i686/fpu/s_fdimf.S: Likewise.
20104         * sysdeps/i386/i686/fpu/s_fdiml.S: Likewise.
20105         * sysdeps/powerpc/fpu/s_fdim.c: Likewise.
20106         * sysdeps/powerpc/fpu/s_fdimf.c: Likewise.
20107         * sysdeps/powerpc/powerpc32/fpu/s_fdim.c: Likewise.
20108         * sysdeps/powerpc/powerpc64/fpu/s_fdim.c: Likewise.
20109         * sysdeps/x86_64/fpu/s_fdiml.S: Likewise.
20110         * math/libm-test.inc (fdim_test_data): Expect errno setting on
20111         overflow.  Add sNaN tests.
20113         * math/s_fdim.c (__fdim): Use islessequal and isinf instead of
20114         fpclassify.
20115         * math/s_fdimf.c (__fdimf): Likewise.
20116         * math/s_fdiml.c (__fdiml): Likewise.
20118 2016-06-14  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20120         * sysdeps/powerpc/powerpc64/multiarch/Makefile:
20121         (sysdep_routines): Add P8 and PPC64 strcasecmp/strncasecmp targets.
20122         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20123         (__libc_ifunc_impl_list): Add entries for P8 and PPC64
20124         ifunc'ed strcasecmp/strncasecmp.
20125         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S:
20126         [EALIGN]: Removed.
20127         [END]: Likewise.
20128         [__strcasecmp]: Define instead of the above to control symbol name.
20129         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Add IFUNC selector
20130         for __strcasecmp_power8.
20131         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Add IFUNC selector
20132         for __strncasecmp_power8.
20133         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power8.S: New File.
20134         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-ppc64.c: Likewise.
20135         * sysdeps/powerpc/powerpc64/multiarch/strncase-power8.S: Likewise.
20136         * sysdeps/powerpc/powerpc64/multiarch/strncase-ppc64.c: Likewise.
20137         * sysdeps/powerpc/powerpc64/power8/strcasecmp.S: Likewise.
20138         * sysdeps/powerpc/powerpc64/power8/strncase.S: Likewise.
20140 2016-06-13  Joseph Myers  <joseph@codesourcery.com>
20142         [BZ #20252]
20143         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Add both
20144         arguments when second argument is a NaN.
20145         * math/libm-test.inc (atan2_test_data): Add sNaN tests and more
20146         qNaN tests.
20148         * math/libm-test.inc (cimag_test_data): Add sNaN tests.
20149         (conj_test_data): Likewise.
20150         (copysign_test_data): Likewise.
20151         (creal_test_data): Likewise.
20152         (fma_test_data): Likewise.
20153         (fmod_test_data): Likewise.
20155         [BZ #20250]
20156         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Add non-finite input to
20157         itself.
20158         * sysdeps/ieee754/dbl-64/s_frexp.c (__frexp): Add non-finite or
20159         zero input to itself.
20160         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp):
20161         Likewise.
20162         * sysdeps/ieee754/flt-32/s_frexpf.c (__frexpf): Likewise.
20163         * sysdeps/ieee754/ldbl-128/s_frexpl.c (__frexpl): Likewise.
20164         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20165         * sysdeps/ieee754/ldbl-96/s_frexpl.c (__frexpl): Likewise.
20166         * math/libm-test.inc (frexp_test_data): Add sNaN tests.
20168 2016-06-13  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
20170         * nptl/Makefile (test): Add tst-cancel4_1 and tst-cancel4_2.
20171         * nptl/tst-cancel4-common.c: New file.
20172         * nptl/tst-cancel4-common.h: Likewise.
20173         * nptl/tst-cancel4.c: Move common definitions to
20174         tst-cancel4-common.{c,h} file.
20175         * nptl/tst-cancel4_1.c: New test.
20176         * nptl/tst-cancel4_2.c: New test.
20178 2016-06-13  Florian Weimer  <fweimer@redhat.com>
20180         [BZ #20248]
20181         * debug/tst-longjmp_chk2.c (pass): Use volatile sig_atomic_t.
20182         (write_message): New function.
20183         (stackoverflow_handler): Call it instead of printf, to avoid
20184         excessive stack usage by printf.
20185         (do_test): Restore SIGSEGV, SIGBUS default handlers.
20187 2016-06-13  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
20189         * nptl/pthread_mutex_init.c [__ASSUME_FUTEX_LOCK_PI]
20190         (prio_inherit_missing): Remove define.
20191         * sysdeps/unix/sysv/linux/arm/kernel-features.h
20192         (__ASSUME_FUTEX_LOCK_PI): Likewise.
20193         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FUTEX_LOCK_PI):
20194         Likewise.
20195         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
20196         (__ASSUME_FUTEX_LOCK_PI): Likewise.
20197         * sysdeps/unix/sysv/linux/mips/kernel-features.h
20198         (__ASSUME_FUTEX_LOCK_PI): Likewise.
20199         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
20200         (__ASSUME_FUTEX_LOCK_PI): Likewise.
20202 2016-06-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
20204         [BZ #19670]
20205         [BZ #19672]
20207         * io/test-lfs.c (do_prepare): Use xmalloc.
20208         * io/tst-fcntl.c (do_prepare): Likewise.
20209         * libio/tst-fopenloc.c (do_bz17916): Likewise.
20210         * libio/tst-mmap2-eofsync.c (do_prepare): Likewise.
20211         * login/tst-utmp.c (do_prepare): Likewise.
20212         * posix/tst-exec.c (do_prepare): Likewise.
20213         * posix/tst-pathconf.c (prepare): Likewise.
20214         * posix/tst-spawn.c (do_prepare): Likewise.
20215         * posix/tst-truncate.c (do_prepare): Likewise.
20216         * rt/tst-aio.c (do_prepare): Likewise.
20217         * rt/tst-aio64.c (do_prepare): Likewise.
20219 2016-06-11  Florian Weimer  <fweimer@redhat.com>
20221         [BZ #20237]
20222         * nss/nss_db/db-XXX.c (set*ent): Reset entidx to NULL.
20223         (get*ent): Set entidx to NULL during initialization.  If entidx is
20224         NULL, start iteration from the beginning.
20226 2016-06-11  Florian Weimer  <fweimer@redhat.com>
20228         * malloc/malloc.c (musable): Return correct size for dumped fake
20229         mmapped chunk.
20231 2016-06-11  Florian Weimer  <fweimer@redhat.com>
20233         [BZ #20222]
20234         * libio/iofopncook.c (_IO_cookie_read): Demangle callback pointer.
20235         (_IO_cookie_write): Likewise.
20236         (_IO_cookie_seek): Likewise.
20237         (_IO_cookie_close): Likewise.
20238         (_IO_old_cookie_seek): Likewise.
20239         (set_callbacks): New function.
20240         (_IO_cookie_init): Call set_callbacks to copy callbacks.
20242 2016-06-11  Marko Myllynen  <myllynen@redhat.com>
20244         * locale/programs/localedef.c (oldstyle_tables): Remove.
20245         * locale/programs/localedef.h (oldstyle_tables): Likewise.
20247 2016-06-10  Joseph Myers  <joseph@codesourcery.com>
20249         [BZ #20240]
20250         * math/Makefile (CFLAGS-s_modf.c): New variable.
20251         (CFLAGS-s_modff.c): Likewise.
20252         (CFLAGS-s_modfl.c): Likewise.
20253         * math/libm-test.inc (modf_test_data): Add sNaN tests.
20255 2016-06-09  Carlos O'Donell  <carlos@redhat.com>
20257         [BZ #20215]
20258         * misc/sys/cdefs.h [__GNUC_PREREQ (3,2)]: Undef __always_inline first.
20259         [!__GNUC_PREREQ (3,2)]: Likewise.
20261 2016-06-10  Adhemerval Zanela  <adhemerval.zanella@linaro.org>
20263         * conform/data/sys/socket.h-data (msghdr.msg_iovlen): Add xfail-.
20264         (msghdr.msg_controllen): Likewise.
20265         (cmsghdr.cmsg_len): Likewise.
20266         * nptl/Makefile (libpthread-routines): Remove ptw-oldrecvmsg and
20267         ptw-oldsendmsg.
20268         (CFLAGS-oldrecvmsg.c): Remove rule.
20269         (CFLAGS-oldsendmsg.c): Likewise.
20270         (CFLAGS-recvmsg.c): Add rule.
20271         (CFLAGS-sendmsg.c): Likewise.
20272         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
20273         oldrecvmsg, oldsendmsg, oldrecvmmsg, oldsendmmsg.
20274         (CFLAGS-recvmsg.c): Remove rule.
20275         (CFLAGS-sendmsg.c): Likewise.
20276         (CFLAGS-oldrecvmsg.c): Likewise.
20277         (CFLAGS-oldsendmsg.c): Likewise.
20278         (CFLAGS-recvmmsg.c): Likewise.
20279         * sysdeps/unix/sysv/linux/bits/socket.h (msghdr.msg_iovlen): Revert
20280         to kernel defined interfaces.
20281         (msghdr.msg_controllen): Likewise.
20282         (cmsghdr.cmsg_len): Likewise.
20283         (msghdr.__glibc_reserved1): Remove member.
20284         (msghdr.__glibc_reserved2): Likewise.
20285         (cmsghdr.__glibc_reserved1): Likewise.
20286         * sysdeps/unix/sysv/linux/oldrecvmmsg.c: Remove file.
20287         * sysdeps/unix/sysv/linux/oldrecvmsg.c: Likewise.
20288         * sysdeps/unix/sysv/linux/oldsendmmsg.c: Likewise.
20289         * sysdeps/unix/sysv/linux/oldsendmsg.c: Likewise.
20290         * sysdeps/unix/sysv/linux/recvmmsg.c: Revert back to previous
20291         version.
20292         * sysdeps/unix/sysv/linux/recvmsg.c: Likewise.
20293         * sysdeps/unix/sysv/linux/sendmmsg.c: Likewise.
20294         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
20295         * sysdeps/unix/sysv/linux/aarch64/Versions [libc] (GLIBC_2.24):
20296         Remove recvmsg and sendmsg.
20297         * sysdeps/unix/sysv/linux/alpha/Versions [libc] (GLIBC_2.24):
20298         Likewise.
20299         * sysdeps/unix/sysv/linux/hppa/Versions [libc] (GLIBC_2.24):
20300         Likewise.
20301         * sysdeps/unix/sysv/linux/i386/Versions [libc] (GLIBC_2.24): Likewise.
20302         * sysdeps/unix/sysv/linux/m68k/Versions [libc] (GLIBC_2.24): Likewise.
20303         * sysdeps/unix/sysv/linux/microblaze/Versions [libc] (GLIBC_2.24):
20304         Likewise.
20305         * sysdeps/unix/sysv/linux/mips/mips32/Versions [libc] (GLIBC_2.24):
20306         Likewise.
20307         * sysdeps/unix/sysv/linux/mips/mips64/n32/Versions
20308         [libc] (GLIBC_2.24): Likewise.
20309         * sysdeps/unix/sysv/linux/nios2/Versions [libc] (GLIBC_2.24):
20310         Likewise.
20311         * sysdeps/unix/sysv/linux/powerpc/Versions [libc] (GLIBC_2.24):
20312         Likewise.
20313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
20314         [libc] (GLIBC_2.24): Likewise.
20315         * sysdeps/unix/sysv/linux/s390/s390-32/Versions [libc] (GLIBC_2.24):
20316         Likewise.
20317         * sysdeps/unix/sysv/linux/s390/s390-64/Versions [libc] (GLIBC_2.24):
20318         Likewise.
20319         * sysdeps/unix/sysv/linux/sh/Versions [libc] (GLIBC_2.24): Likewise.
20320         * sysdeps/unix/sysv/linux/sparc/Versions [libc] (GLIBC_2.24):
20321         Likewise.
20322         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions [libc] (GLIBC_2.24):
20323         Likewise.
20324         * sysdeps/unix/sysv/linux/tile/Versions [libc] (GLIBC_2.24):
20325         Likewise.
20326         * sysdeps/unix/sysv/linux/x86_64/Versions [libc] (GLIBC_2.24):
20327         Likewise.
20328         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Versions: Remove file
20329         * sysdeps/unix/sysv/linux/x86_64/64/Versions: Likewise.
20330         * sysdeps/unix/sysv/linux/mips/mips64/n64/Versions: Likewise.
20331         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Remove new 2.24
20332         version for {recv,send,recm,sendm}msg.
20333         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
20334         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
20335         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
20336         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
20337         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
20338         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
20339         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
20340         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
20341         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
20342         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
20343         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
20344         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
20345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
20346         Likewise.
20347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
20348         Likewise.
20349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
20350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
20351         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
20352         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
20353         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
20354         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
20355         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
20356         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
20357         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
20358         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
20359         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
20360         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
20361         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
20363 2016-06-10  Florian Weimer  <fweimer@redhat.com>
20365         [BZ #19564]
20366         Remove __malloc_initialize_hook from the API.
20367         * malloc/malloc.h (__malloc_initialize_hook): Remove.
20368         * include/stdc-predef.h (__malloc_initialize_hook): Poison with
20369         #pragma GCC poison.
20370         * malloc/malloc-hooks.h: New file.
20371         * malloc/arena.c (ptmalloc_init): Use old__malloc_initialize_hook.
20372         * malloc/malloc.c (HAVE_MALLOC_INIT_HOOK): New.
20373         (old__malloc_initialize_hook): Rename from
20374         __malloc_initialize_hook to evade poisoning.  Turn into compat
20375         symbol.
20376         * malloc/mcheck-init.c (old__malloc_initialize_hook): Rename from
20377         __malloc_initialize_hook.
20378         * malloc/Makefile (poisoned_apis, unpoisoned_api_defines): New.
20379         (mallo.c, mcheck-init.c): Compile with unpoisoned symbol.
20380         * manual/memory.texi (Hooks for Malloc): Remove
20381         __malloc_initialize_hook.  Adjust hook example.
20383 2016-06-09  Joseph Myers  <joseph@codesourcery.com>
20385         [BZ #20235]
20386         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Add NaN input to
20387         itself.
20388         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
20389         * math/libm-test.inc (log2_test_data): Add sNaN tests.
20391         [BZ #20234]
20392         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Add positive
20393         infinity or NaN input to itself.
20395         [BZ #20233]
20396         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Add NaN input
20397         to itself.
20399         [BZ #20232]
20400         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add NaN input to
20401         itself.
20403 2016-06-09  H.J. Lu  <hongjiu.lu@intel.com>
20405         * sysdeps/x86_64/start.S (_start): Always indirect branch to
20406         __libc_start_main via GOT.
20408 2016-06-09  H.J. Lu  <hongjiu.lu@intel.com>
20410         * sysdeps/x86_64/memcopy.h: New file.
20411         * sysdeps/x86_64/wordcopy.c: Likewise.
20413 2016-06-09  Florian Weimer  <fweimer@redhat.com>
20415         Prevent GCC 6 <cstdlib> from including /usr/include/stdlib.h.
20416         * stdlib/tst-quick_exit.cc: Include <stdlib.h> instead of
20417         <cstdlib>.
20418         (optimization_barrier): New.
20419         (do_test): Use it.  Call quick_exit in the global namespace.
20420         * stdlib/tst-thread-quick_exit.cc: Include <stdlib.h>, <pthread.h>
20421         instead of <cstdlib>, <thread>.
20422         (optimization_barrier): New.
20423         (non_main_thread): Adjust declaration.  Call optimization_barrier.
20424         Call quick_exit in the global namespace.
20425         (do_test): Call optimization_barrier.  Use pthread_create,
20426         pthread_join instead of std::thread.
20428 2016-06-09  Andreas Schwab  <schwab@suse.de>
20430         [BZ #19755]
20431         * nscd/pwdcache.c (cache_addpw): Lock prune_run_lock while adding
20432         new entries in auto-propagate mode.
20433         * nscd/grpcache.c (cache_addgr): Likewise.
20435 2016-06-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
20437         * test-skeleton.c (oom_error, xmalloc, xcalloc, xrealloc):
20438         New functions.
20439         (add_temp_file): Use them.
20441 2016-06-09  Samuel Thibault  <samuel.thibault@ens-lyon.org
20443         * mach/mach/mach_traps.h (mach_print): Add syscall declaration.
20445 2016-06-08  Joseph Myers  <joseph@codesourcery.com>
20447         [BZ #20229]
20448         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Add NaN input to itself.
20449         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
20450         * math/libm-test.inc (log1p_test_data): Add sNaN tests.
20452         [BZ #20228]
20453         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Add NaN input to
20454         itself.
20455         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Likewise.
20456         * math/libm-test.inc (log10_test_data): Add sNaN tests.
20458         [BZ #20227]
20459         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Add NaN input to
20460         itself.
20461         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
20462         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
20463         * math/libm-test.inc (log_test_data): Add sNaN tests.
20465         [BZ #20226]
20466         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Add NaN argument to
20467         itself.
20468         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20469         * math/libm-test.inc (exp_test_data): Add sNaN tests.
20470         (exp10_test_data): Likewise.
20471         (expm1_test_data): Likewise.
20473         [BZ #20225]
20474         * math/s_ldexp.c (__ldexp): Add non-finite or zero argument to
20475         itself.
20476         * math/s_ldexpf.c (__ldexpf): Likewise.
20477         * math/s_ldexpl.c (__ldexpl): Likewise.
20478         * math/w_scalbln.c (__w_scalbln): Likewise.
20479         * math/w_scalblnf.c (__w_scalblnf): Likewise.
20480         * math/w_scalblnl.c (__w_scalblnl): Likewise.
20481         * math/libm-test.inc (scalbn_test_data): Add sNaN tests.
20482         (scalbln_test_data): Likewise.
20484         [BZ #20224]
20485         * sysdeps/i386/fpu/s_cbrtl.S (__cbrtl): Add non-finite or zero
20486         argument to itself.
20487         * math/libm-test.inc (cbrt_test_data): Add sNaN tests.
20489 2016-06-08  H.J. Lu  <hongjiu.lu@intel.com>
20491         [BZ #19776]
20492         * sysdeps/x86_64/memcpy.S: Make it dummy.
20493         * sysdeps/x86_64/mempcpy.S: Likewise.
20494         * sysdeps/x86_64/memmove.S: New file.
20495         * sysdeps/x86_64/memmove_chk.S: Likewise.
20496         * sysdeps/x86_64/multiarch/memmove.S: Likewise.
20497         * sysdeps/x86_64/multiarch/memmove_chk.S: Likewise.
20498         * sysdeps/x86_64/memmove.c: Removed.
20499         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
20500         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20501         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: Likewise.
20502         * sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S:
20503         Likewise.
20504         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
20505         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
20506         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
20507         memcpy-sse2-unaligned, memmove-avx-unaligned,
20508         memcpy-avx-unaligned and memmove-sse2-unaligned-erms.
20509         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
20510         (__libc_ifunc_impl_list): Replace
20511         __memmove_chk_avx512_unaligned_2 with
20512         __memmove_chk_avx512_unaligned.  Remove
20513         __memmove_chk_avx_unaligned_2.  Replace
20514         __memmove_chk_sse2_unaligned_2 with
20515         __memmove_chk_sse2_unaligned.  Remove __memmove_chk_sse2 and
20516         __memmove_avx_unaligned_2.  Replace __memmove_avx512_unaligned_2
20517         with __memmove_avx512_unaligned.  Replace
20518         __memmove_sse2_unaligned_2 with __memmove_sse2_unaligned.
20519         Remove __memmove_sse2.  Replace __memcpy_chk_avx512_unaligned_2
20520         with __memcpy_chk_avx512_unaligned.  Remove
20521         __memcpy_chk_avx_unaligned_2.  Replace
20522         __memcpy_chk_sse2_unaligned_2 with __memcpy_chk_sse2_unaligned.
20523         Remove __memcpy_chk_sse2.  Remove __memcpy_avx_unaligned_2.
20524         Replace __memcpy_avx512_unaligned_2 with
20525         __memcpy_avx512_unaligned.  Remove __memcpy_sse2_unaligned_2
20526         and __memcpy_sse2.  Replace __mempcpy_chk_avx512_unaligned_2
20527         with __mempcpy_chk_avx512_unaligned.  Remove
20528         __mempcpy_chk_avx_unaligned_2.  Replace
20529         __mempcpy_chk_sse2_unaligned_2 with
20530         __mempcpy_chk_sse2_unaligned.  Remove __mempcpy_chk_sse2.
20531         Replace __mempcpy_avx512_unaligned_2 with
20532         __mempcpy_avx512_unaligned.  Remove __mempcpy_avx_unaligned_2.
20533         Replace __mempcpy_sse2_unaligned_2 with
20534         __mempcpy_sse2_unaligned.  Remove __mempcpy_sse2.
20535         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Support
20536         __memcpy_avx512_unaligned_erms and __memcpy_avx512_unaligned.
20537         Use __memcpy_avx_unaligned_erms and __memcpy_sse2_unaligned_erms
20538         if processor has ERMS.  Default to __memcpy_sse2_unaligned.
20539         (ENTRY): Removed.
20540         (END): Likewise.
20541         (ENTRY_CHK): Likewise.
20542         (libc_hidden_builtin_def): Likewise.
20543         Don't include ../memcpy.S.
20544         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Support
20545         __memcpy_chk_avx512_unaligned_erms and
20546         __memcpy_chk_avx512_unaligned.  Use
20547         __memcpy_chk_avx_unaligned_erms and
20548         __memcpy_chk_sse2_unaligned_erms if if processor has ERMS.
20549         Default to __memcpy_chk_sse2_unaligned.
20550         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
20551         Change function suffix from unaligned_2 to unaligned.
20552         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Support
20553         __mempcpy_avx512_unaligned_erms and __mempcpy_avx512_unaligned.
20554         Use __mempcpy_avx_unaligned_erms and __mempcpy_sse2_unaligned_erms
20555         if processor has ERMS.  Default to __mempcpy_sse2_unaligned.
20556         (ENTRY): Removed.
20557         (END): Likewise.
20558         (ENTRY_CHK): Likewise.
20559         (libc_hidden_builtin_def): Likewise.
20560         Don't include ../mempcpy.S.
20561         (mempcpy): New.  Add a weak alias.
20562         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Support
20563         __mempcpy_chk_avx512_unaligned_erms and
20564         __mempcpy_chk_avx512_unaligned.  Use
20565         __mempcpy_chk_avx_unaligned_erms and
20566         __mempcpy_chk_sse2_unaligned_erms if if processor has ERMS.
20567         Default to __mempcpy_chk_sse2_unaligned.
20569 2016-06-08  H.J. Lu  <hongjiu.lu@intel.com>
20571         [BZ #19881]
20572         * sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S: Folded
20573         into ...
20574         * sysdeps/x86_64/memset.S: This.
20575         (__bzero): Removed.
20576         (__memset_tail): Likewise.
20577         (__memset_chk): Likewise.
20578         (memset): Likewise.
20579         (MEMSET_CHK_SYMBOL): New. Define only if MEMSET_SYMBOL isn't
20580         defined.
20581         (MEMSET_SYMBOL): Define only if MEMSET_SYMBOL isn't defined.
20582         * sysdeps/x86_64/multiarch/memset-avx2.S: Removed.
20583         (__memset_zero_constant_len_parameter): Check SHARED instead of
20584         PIC.
20585         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
20586         memset-avx2 and memset-sse2-unaligned-erms.
20587         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
20588         (__libc_ifunc_impl_list): Remove __memset_chk_sse2,
20589         __memset_chk_avx2, __memset_sse2 and __memset_avx2_unaligned.
20590         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
20591         (__bzero): Enabled.
20592         * sysdeps/x86_64/multiarch/memset.S (memset): Replace
20593         __memset_sse2 and __memset_avx2 with __memset_sse2_unaligned
20594         and __memset_avx2_unaligned.  Use __memset_sse2_unaligned_erms
20595         or __memset_avx2_unaligned_erms if processor has ERMS.  Support
20596         __memset_avx512_unaligned_erms and __memset_avx512_unaligned.
20597         (memset): Removed.
20598         (__memset_chk): Likewise.
20599         (MEMSET_SYMBOL): New.
20600         (libc_hidden_builtin_def): Replace __memset_sse2 with
20601         __memset_sse2_unaligned.
20602         * sysdeps/x86_64/multiarch/memset_chk.S (__memset_chk): Replace
20603         __memset_chk_sse2 and __memset_chk_avx2 with
20604         __memset_chk_sse2_unaligned and __memset_chk_avx2_unaligned_erms.
20605         Use __memset_chk_sse2_unaligned_erms or
20606         __memset_chk_avx2_unaligned_erms if processor has ERMS.  Support
20607         __memset_chk_avx512_unaligned_erms and
20608         __memset_chk_avx512_unaligned.
20610 2016-06-08  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
20612         * math/gen-auto-libm-test.c (fp_format_desc): remove
20613         suffix member.
20614         (output_generic_value): Remove usage of suffix member,
20615         and the resulting unuse of the fp_format argument.
20616         (output_for_one_input_case): Remove unused fp_format
20617         parameter.
20619         * math/auto-libm-test-out: Regenerate.
20621         * math/libm-test.inc (TEST_COND_ldbl_128ibm): replace
20622         usage with TEST_COND_ibm128.
20623         (TEST_COND_flt_32): Remove.
20624         (TEST_COND_dbl_64): Remove.
20625         (TEST_COND_ldbl_96_intel): Remove.
20626         (TEST_COND_ldbl_96_m68k): Remove.
20627         (TEST_COND_ldbl_128): Remove.
20629 2016-06-08  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
20631         * auto-libm-test-in:
20632         Replace flt-32 usage with binary32.
20633         Replace dbl-64 usage with binary64.
20634         Replace ldbl-intel-96 usage with intel96.
20635         Replace ldbl-m68k-96 usage with m68k96.
20636         Replace ldbl-128ibm usage with ibm128.
20637         Replace ldbl-128 usage with binary128.
20639         * auto-libm-test-out: Regenerate.
20641 2016-06-08  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
20643         * math/gen-libm-test.pl (all_floats_pfx): New lookup table.
20644         (parse_ulps): Dynamically generate type name matching
20645         string from all_floats.
20646         (get_ulps): Generate the ulps as an array instead.
20647         (output_ulps): Dynamically compose the type based
20648         on the number of supported formats, and print
20649         the indices as type specific helper macros.
20651         * math/libm-test.inc: Remove comment about CHOOSE.
20652         (ulp_data): Generate the type in libm-test-ulps.h.
20653         (ULP_IDX): New macro.
20654         (find_ulps): Update usage of max_ulp.
20656         * math/test-double-vlen2.h (CHOOSE): Remove.
20657         * math/test-double-vlen4.h (CHOOSE): Likewise.
20658         * math/test-double-vlen8.h (CHOOSE): Likewise.
20659         * math/test-float.c (CHOOSE): Likewise.
20660         * math/test-float-finite.c (CHOOSE): Likewise.
20661         * math/test-double.c (CHOOSE): Likewise.
20662         * math/test-double-finite.c (CHOOSE): Likewise.
20663         * math/test-idouble.c (CHOOSE): Likewise.
20664         * math/test-ifloat.c (CHOOSE): Likewise.
20665         * math/test-ildoubl.c (CHOOSE): Likewise.
20666         * math/test-ldouble-finite.c (CHOOSE): Likewise.
20667         * math/test-ldouble.c (CHOOSE): Likewise.
20669         * math/test-float.h (TEST_FLOAT): Remove.
20670         * math/test-double.h (TEST_DOUBLE): Likewise.
20671         * math/test-ldouble.h (TEST_LDOUBLE): Likewise.
20673 2016-06-08  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
20675         * math/gen-libm-test.pl: (apply_lit): New subroutine.
20676         (parse_args): Strip C suffix from floating point literals
20677         typed with 'f' and wrap them with LIT().
20679         * math/libm-tests.inc (RUN_TEST_LOOP_fj_f): New macro.
20680         (test_ff_f_data_nexttoward): Rename to
20681         (test_fj_f_data): New struct.
20682         (nexttoward_test_data): Relabel tests as
20683         TEST_fj_f instead of TEST_ff_f.
20685 2016-06-08  Florian Weimer  <fweimer@redhat.com>
20687         Emacs bug 23726.
20688         * malloc/malloc.c (dumped_main_arena_start): Update comment.
20689         (__libc_realloc): Correct size computation for dumped fake mmapped
20690         chunks.
20692 2016-06-07  Joseph Myers  <joseph@codesourcery.com>
20694         [BZ #20219]
20695         * sysdeps/i386/fpu/e_atanhl.S (__ieee754_atanhl): Add NaN argument
20696         to itself.
20697         * math/libm-test.inc (atanh_test_data): Add sNaN tests.
20699         [BZ #20218]
20700         * sysdeps/i386/fpu/s_asinhl.S (__asinhl): Add non-finite argument
20701         to itself.
20702         * math/libm-test.inc (asinh_test_data): Add sNaN tests.
20704 2016-06-07  H.J. Lu  <hongjiu.lu@intel.com>
20706         [BZ #20195]
20707         * sysdeps/x86/cpu-features.c (get_common_indeces): Move FMA4
20708         check to ...
20709         (init_cpu_features): Here.
20711 2016-06-07  Carlos O'Donell  <carlos@redhat.com>
20713         [BZ #20214]
20714         * sysdeps/unix/sysv/linux/bits/in.h
20715         [defined _UAPI_LINUX_IN6_H || defined _UAPI_IPV6_H
20716          || defined _LINUX_IN6_H || defined _IPV6_H] (__USE_KERNEL_IPV6_DEFS):
20717         Define to 1.
20718         [!(defined _UAPI_LINUX_IN6_H || defined _UAPI_IPV6_H
20719          || defined _LINUX_IN6_H || defined _IPV6_H)] (__USE_KERNEL_IPV6_DEFS):
20720         Define to 0.
20721         [!__USE_KERNEL_IPV6_DEFS] (IPV6_ADD_MEMBERSHIP): Define.
20722         [!__USE_KERNEL_IPV6_DEFS] (IPV6_DROP_MEMBERSHIP): Define.
20724 2016-06-06  Carlos O'Donell  <carlos@redhat.com>
20726         [BZ #20198]
20727         * stdlib/Makefile (tests): Add tst-quick_exit, and
20728         tst-thread-quick_exit.
20729         [ifeq ($(have-cxx-thread_local),yes)]
20730         (CFLAGS-tst-quick_exit.o): Use -stdc=c++11.
20731         (CFLAGS-tst-thread-quick_exit.o): Likewise.
20732         (LDLIBS-tst-quick_exit): Use -lstdc++ for C++ program.
20733         (LDLIBS-tst-thread-quick_exit): Likewise.
20734         [ifneq ($(have-cxx-thread_local),yes)]
20735         (tests-unsupported): Add tst-quick_exit, and tst-thread-quick_exit.
20736         * stdlib/exit.c (__run_exit_handlers): Add run_dtors argument.
20737         If run_dtors is true call __call_tls_dtors.
20738         (exit): Call __run_exit_handlers with run_dtors set to true.
20739         * stdlib/exit.h: Add run_dtors argument to __run_exit_handlers
20740         definition.
20741         * stdlib/quick_exit.c (quick_exit): Remove function.
20742         (__new_quick_exit): New function.
20743         [SHLIB_COMPAT(libc, GLIBC_2_10, GLIBC_2_24)] (__old_quick_exit): New
20744         function.
20745         * stdlib/tst-quick_exit.cc: New file.
20746         * stdlib/tst-thread-quick_exit.cc: New file.
20747         * stdlib/Versions: Add quick_exit@GLIBC_2.24.
20748         * sysdeps/arm/nacl/libc.abilist: Add 'GLIBC_2.24 quick_exit F'.
20749         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Likewise
20750         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise
20751         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise
20752         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise
20753         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise
20754         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise
20755         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise
20756         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise
20757         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise
20758         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise
20759         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise
20760         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise
20761         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise
20762         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise
20763         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: Likewise
20764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist: Likewise
20765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise
20766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise
20767         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise
20768         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise
20769         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise
20770         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise
20771         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise
20772         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise
20773         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise
20774         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise
20775         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise
20776         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise
20778 2016-06-06  H.J. Lu  <hongjiu.lu@intel.com>
20780         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: Fix
20781         a typo in comments.
20783 2016-06-06  Joseph Myers  <joseph@codesourcery.com>
20785         [BZ #20213]
20786         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Add NaN
20787         argument to itself.
20788         * math/libm-test.inc (asin_test_data): Add sNaN tests.
20790 2016-06-06  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
20792         * misc/Makefile (CFLAGS-pwritev.c): New variable: add cancellation
20793         required flags.
20794         (CFLAGS-pwritev64.c): Likewise.
20795         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Remove file.
20796         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
20797         * sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: Likewise.
20798         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
20799         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.: Likewise.
20800         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list (pwritev): Remove
20801         syscall from auto-generation.
20802         * sysdeps/unix/sysv/linux/pwritev.c: Rewrite implementation.
20803         [WORDSIZE == 64] (pwritev64): Remove macro.
20804         [!PWRITEV] (PWRITEV): Likewise.
20805         [!PWRITEV] (PWRITEV_REPLACEMENT): Likewise.
20806         [!PWRITEV] (PWRITE): Likewise.
20807         [!PWRITEV] (OFF_T): Likewise.
20808         [!__ASSUME_PWRITEV] (PWRITEV_REPLACEMENT): Likewise.
20809         (LO_HI_LONG): Remove macro.
20810         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pwritev): Add function.
20811         * sysdeps/unix/sysv/linux/pwritev64.c: Rewrite implementation.
20812         (PWRITEV): Remove macro.
20813         (PWRITEV_REPLACEMENTE): Likewise.
20814         (PWRITE): Likewise.
20815         (OFF_T): Likewise.
20816         (pwritev64): New function.
20817         * nptl/tst-cancel4.c (tf_writev): Add test.
20819         * misc/Makefile (CFLAGS-preadv.c): New variable: add cancellation
20820         required flags.
20821         (CFLAGS-preadv64.c): Likewise.
20822         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Remove file.
20823         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
20824         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c: Likewise.
20825         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: Likewise.
20826         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.: Likewise.
20827         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list (preadv): Remove
20828         syscall from auto-generation.
20829         * sysdeps/unix/sysv/linux/preadv.c: Rewrite implementation.
20830         [WORDSIZE == 64] (preadv64): Remove macro.
20831         [!PREADV] (PREADV): Likewise.
20832         [!PREADV] (PREADV_REPLACEMENT): Likewise.
20833         [!PREADV] (PREAD): Likewise.
20834         [!PREADV] (OFF_T): Likewise.
20835         [!__ASSUME_PREADV] (PREADV_REPLACEMENT): Likewise.
20836         (LO_HI_LONG): Remove macro.
20837         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (preadv): Add function.
20838         * sysdeps/unix/sysv/linux/preadv64.c: Rewrite implementation.
20839         (PREADV): Remove macro.
20840         (PREADV_REPLACEMENTE): Likewise.
20841         (PREAD): Likewise.
20842         (OFF_T): Likewise.
20843         (preadv64): New function.
20844         * nptl/tst-cancel4.c (tf_preadv): Add test.
20846 2016-06-06  Joseph Myers  <joseph@codesourcery.com>
20848         [BZ #20212]
20849         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_acos): Add NaN
20850         argument to itself.
20851         * math/libm-test.inc (acos_test_data): Add sNaN tests.
20853 2016-06-06  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
20855         * sysdeps/powerpc/powerpc64/power8/strcasestr.S (__strcasestr):
20856         New symbol defined as libc_hidden_def.
20857         (strcasestr): Became a weak alias to __strcasestr.
20858         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Handle memset calls
20859         according to multi-arch support.  Move __stpncpy hidden
20860         definition from here to...
20861         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: ...here.  Add
20862         symbol stpncpy.
20863         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Undefine
20864         libc_hidden_builtin_def.
20865         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: Specify which
20866         memset symbol to use when multi-arch support is available.
20868 2016-06-06  Stefan Liebler  <stli@linux.vnet.ibm.com>
20870         * dlfcn/tst-rec-dlopen.c: Include string.h.
20872 2016-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
20874         * manual/install.texi: Remove mention of --without-tls
20875         * INSTALL: Regenerate.
20877 2016-06-05  Florian Weimer  <fweimer@redhat.com>
20879         * dlfcn/tst-rec-dlopen.c (custom_malloc_hook, old_malloc_hook):
20880         Remove.
20881         (call_function, interposed_malloc_called): New variables.
20882         (malloc): New function.
20883         (do_test): Do not change malloc hooks.  Initialize malloc.  Set
20884         and clear call_function as needed.
20886 2016-06-04  Andreas Schwab  <schwab@linux-m68k.org>
20888         * include/wchar.h (__wmemset): Use __typeof.
20890 2016-06-03  Carlos O'Donell  <carlos@redhat.com>
20892         * include/wchar.h (__wmemset): Declare function without typeof.
20894 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
20896         [BZ #20205]
20897         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Do not adjust
20898         exponent when incrementing negative subnormal with low mantissa
20899         word zero.
20900         * math/libm-test.inc (nextafter_test_data) [TEST_COND_intel96]:
20901         Add another test.
20903 2016-06-03  Florian Weimer  <fweimer@redhat.com>
20905         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf): Use
20906         __wmemset instead of wmemset.
20908 2016-06-02  Carlos O'Donell  <carlos@redhat.com>
20910         * sysdeps/unix/sysv/linux/bits/in.h [defined _UAPI_LINUX_IN6_H ||
20911         defined _UAPI_IPV6_H]: Define __USE_KERNEL_IPV6_DEFS to 1.
20912         [!(defined _UAPI_LINUX_IN6_H || defined _UAPI_IPV6_H)]: Define
20913         __USE_KERNEL_IPV6_DEFS to 0.
20914         * inet/netinet/in.h: Use '#if !__USE_KERNEL_IPV6_DEFS'.
20915         Update comment.
20917 2016-06-01  Florian Weimer  <fweimer@redhat.com>
20919         [BZ #19861]
20920         Do not use IFUNC resolver with potentially unrelocated symbol.
20921         * nptl/pt-fork.c [HAVE_IFUNC]: Remove.
20922         (DEFINE_FORK): Remove macro and inline definition.
20923         (fork_alias): Renamed from fork_ifunc.
20924         (__fork_alias): Renamed from __fork_ifunc.
20926 2016-05-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
20928         [BZ 19653]
20929         * inet/if_index.c (__protocol_available): Delete #if 0'd code.
20930         * inet/ruserpass.c (ruserpass): Delete #if 0'd code.
20932 2016-05-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20934         * scripts/check-local-headers.sh (exclude): Add hurd/ihash.h, and
20935         include .*-.*/ in addition to .*-.*-.*/ (i.e. i386-gnu in addition to
20936         i386-linux-gnu).
20937         * sysdeps/mach/hurd/configure.ac (libc_cv_ld_gnu_indirect_function):
20938         Set to no.
20939         * sysdeps/mach/hurd/configure: Refresh.
20941 2016-05-30  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
20943         [BZ #20178]
20944         * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Call _exit
20945         on failure instead of exit.
20947 2016-05-30  Roland McGrath  <roland@hack.frob.com>
20949         [BZ #3629]
20950         * manual/string.texi (Copying Strings and Arrays): stpcpy is part
20951         of POSIX.1-2008.
20953 2016-05-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20955         * sysdeps/mach/hurd/i386/____longjmp_chk.S (____longjmp_chk) [PIC]:
20956           Use PLT entry for calling _hurd_self_sigstate.
20958 2016-05-27  H.J. Lu  <hongjiu.lu@intel.com>
20960         * sysdeps/x86/cacheinfo.c (init_cacheinfo): Count number of
20961         available logical processors with SMT level type sharing L2
20962         cache for Intel processors.
20964 2016-05-27  Joseph Myers  <joseph@codesourcery.com>
20966         [BZ #20160]
20967         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S (__ceil): Add NaN
20968         argument to itself before returning the result.
20969         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S (__ceilf): Likewise.
20970         * sysdeps/powerpc/powerpc64/fpu/s_floor.S (__floor): Likewise.
20971         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S (__floorf): Likewise.
20972         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (__nearbyint):
20973         Likewise.
20974         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S (__nearbyintf):
20975         Likewise.
20976         * sysdeps/powerpc/powerpc64/fpu/s_rint.S (__rint): Likewise.
20977         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S (__rintf): Likewise.
20978         * sysdeps/powerpc/powerpc64/fpu/s_round.S (__round): Likewise.
20979         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S (__roundf): Likewise.
20980         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S (__trunc): Likewise.
20981         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S (__truncf): Likewise.
20983         [BZ #20160]
20984         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (__ceil): Add NaN
20985         argument to itself before returning the result.
20986         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (__ceilf): Likewise.
20987         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (__floor): Likewise.
20988         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (__floorf): Likewise.
20989         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint):
20990         Likewise.
20991         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
20992         Likewise.
20993         * sysdeps/powerpc/powerpc32/fpu/s_rint.S (__rint): Likewise.
20994         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (__rintf): Likewise.
20995         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Likewise.
20996         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
20997         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Likewise.
20998         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Likewise.
21000 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
21002         * libm-test.inc: Replace usage of M_El with
21003         (lit_e): New macro.
21005 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
21007         * libm-test.inc: Replace usage of M_PI_4l with
21008         (lit_pi_4_d): New macro.
21010 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
21012         * libm-test.inc: Replace usage of M_PIl with
21013         (lit_pi): New macro.
21015 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
21017         * libm-test.inc: Replace usage of M_PI2l with
21018         (lit_pi_2_d): New macro.
21020         * math/test-double.h (LITM): New macro.
21021         * math/test-float.h (LITM): Likewise.
21022         * math/test-ldouble.h (LITM): Likewise.
21024 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
21026         * libm-test.inc (M_PI_34l): Rename to
21027         (lit_pi_3_m_4_d): New Macro.
21028         (M_PI_34_LOG10El): Rename to
21029         (lit_pi_3_m_4_ln10_m_d): New Macro.
21030         (M_PI2_LOG10El): Rename to
21031         (lit_pi_2_ln10_m_d):  New Macro.
21032         (M_PI4_LOG10El): Rename to
21033         (lit_pi_4_ln10_m_d):  New Macro.
21034         (M_PI_LOG10El): Rename to
21035         (lit_pi_ln10_d):  New Macro.
21037 2016-05-27  Joseph Myers  <joseph@codesourcery.com>
21039         [BZ #20157]
21040         * sysdeps/powerpc/powerpc32/fpu/s_fabsl.S (__fabsl): Use fsel to
21041         determine whether to negate low half if [_ARCH_PPCGR], and integer
21042         comparison otherwise.
21043         * sysdeps/powerpc/powerpc64/fpu/s_fabsl.S (__fabsl): Use fsel to
21044         determine whether to negate low half.
21046         * math/libm-test.inc (NO_TEST_INLINE_FLOAT): Remove macro.
21047         (NO_TEST_INLINE_DOUBLE): Likewise.
21048         (TEST_COND_x86_64): Likewise.
21049         (TEST_COND_x86): Likewise.
21050         (M_PI_6l): Likewise.
21052 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
21054         * math/libm-test.inc:
21055         (TEST_FLOAT): Change usage to TEST_COND_binary32.
21056         (TEST_DOUBLE): Change usage to TEST_COND_binary64.
21057         (TEST_LDOUBLE): Update usage to evaluate as true if
21058         the guarded tests match the property being tested.
21059         (LDBL_MAX_EXP): Change to MAX_EXP.
21060         (LDBL_MIN_EXP): Change to MIN_EXP.
21061         (LDBL_MANT_DIG): Change to MANT_DIG, except for
21062         nexttoward tests.
21064 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
21066         * math/libm-test.inc:
21067         (TYPE_DECIMAL_DIG): Redefine using type supplied PREFIX macro.
21068         (TYPE_MIN): Likewise.
21069         (TYPE_TRUE_MIN): Likewise.
21070         (TYPE_MAX): Likewise.
21071         (MIN_EXP): Likewise.
21072         (MAX_EXP): Likewise.
21073         (MANT_DIG): Likewise.
21075         (FSTR_MAX): New macro.
21076         (__CONCATX): Likewise.
21077         (QTYPE_STR): Likewise.
21078         (TEST_COND_binary32): Likewise.
21079         (TEST_COND_binary64): Likewise.
21080         (TEST_COND_binary128): Likewise.
21081         (TEST_COND_ibm128): Likewise.
21082         (TEST_COND_intel96): Likewise.
21083         (TEST_COND_m68k96): Likewise.
21085         (TEST_COND_flt_32): Redefine as equivalent format test macro.
21086         (TEST_COND_dbl_64): Likewise.
21087         (TEST_COND_ldbl_96_intel): Likewise.
21088         (TEST_COND_ldbl_96_m68k): Likewise.
21089         (TEST_COND_ldbl_128): Likewise.
21090         (TEST_COND_ldbl_128ibm): Likewise.
21092         (plus_zero): Redefine using LIT macro.
21093         (minus_zero): Likewise.
21094         (plus_infty): Redefine as (INF).
21095         (minux_infty): Redefine as (-INF).
21096         (max_value): Redefine as TYPE_MAX.
21097         (min_value): Redefine as TYPE_MIN.
21098         (min_subnorm_value): Redefine as TYPE_TRUE_MIN.
21100         (print_float): Refactor to use snprintf to convert FLOAT values
21101         to string. This brings it closer to dropin replacement of strtof
21102         for the TS 18661 defined types.
21103         (update_stats): Likewise.
21104         (print_complex_function_ulps): Likewise.
21105         (print_max_error): Likewise.
21106         (print_complex_max_error): Likewise.
21107         (check_float_internal): Likewise.
21109         * math/test-float.h (PREFIX): New macro.
21110         (LIT): Likewise.
21111         (TYPE_STR): Likewise.
21112         (FTOSTR): Likewise.
21114         * math/test-double.h (PREFIX): New macro.
21115         (LIT): Likewise.
21116         (TYPE_STR): Likewise.
21117         (FTOSTR): Likewise.
21119         * math/test-ldouble.h (PREFIX): New macro.
21120         (LIT): Likewise.
21121         (TYPE_STR): Likewise.
21122         (FTOSTR): Likewise.
21124 2016-05-27  Joseph Myers  <joseph@codesourcery.com>
21126         [BZ #20156]
21127         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c (__ceill): Add high part
21128         to itself when zero or not finite.
21129         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c (__floorl): Likewise.
21130         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21131         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c (__roundl): Likewise.
21132         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c (__truncl): Likewise.
21134 2016-05-26  Joseph Myers  <joseph@codesourcery.com>
21136         [BZ #20153]
21137         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Return
21138         x * x + x for infinities and NaNs.
21140         [BZ #20151]
21141         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Add NaN
21142         argument to itself before returning result.
21143         (__ieee754_y0l): Likewise.
21144         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
21145         (__ieee754_y1l).
21147         * math/libm-test.inc (acosh_test_data): Add sNaN tests.
21148         (atan_test_data): Likewise.
21149         (ceil_test_data): Likewise.
21150         (cos_test_data): Likewise.
21151         (cosh_test_data): Likewise.
21152         (erf_test_data): Likewise.
21153         (exp2_test_data): Likewise.
21154         (fabs_test_data): Likewise.
21155         (floor_test_data): Likewise.
21156         (ilogb_test_data): Likewise.
21157         (j0_test_data): Likewise.
21158         (j1_test_data): Likewise.
21159         (jn_test_data): Likewise.
21160         (lgamma_test_data): Likewise.
21161         (lrint_test_data): Likewise.
21162         (llrint_test_data): Likewise.
21163         (logb_test_data): Likewise.
21164         (lround_test_data): Likewise.
21165         (llround_test_data): Likewise.
21166         (nearbyint_test_data): Likewise.
21167         (rint_test_data): Likewise.
21168         (round_test_data): Likewise.
21169         (sin_test_data): Likewise.
21170         (sincos_test_data): Likewise.
21171         (sinh_test_data): Likewise.
21172         (sqrt_test_data): Likewise.
21173         (tan_test_data): Likewise.
21174         (tanh_test_data): Likewise.
21175         (tgamma_test_data): Likewise.
21176         (trunc_test_data): Likewise.
21177         (y0_test_data): Likewise.
21178         (y1_test_data): Likewise.
21179         (yn_test_data): Likewise.
21181         * math/libm-test.inc: Update comment about NaN testing.
21182         (TEST_SNAN): New macro.
21183         (snan_value): Likewise.
21184         (enable_test): Disable tests of sNaNs when SNAN_TESTS fails.
21185         (fpclassify_test_data): Add sNaN tests.
21186         (isfinite_test_data): Likewise.
21187         (isinf_test_data): Likewise.
21188         (isnan_test_data): Likewise.
21189         (isnormal_test_data): Likewise.
21190         (issignaling_test_data): Likewise.
21191         (signbit_test_data): Likewise.
21192         * math/gen-libm-test.pl (%beautify): Add snan_value.
21193         (show_exceptions): Add argument $test_snan.
21194         (parse_args): Handle snan_value as non-finite.  Update call to
21195         show_exceptions.
21196         * math/Makefile (libm-test-no-inline-cflags): Add
21197         -fsignaling-nans.
21199 2016-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
21201         * nptl/Makefile (CFLAGS-oldrecvfrom.c): Remove rule.
21202         (CFLAGS-oldsendmsg.c): Add rule.
21203         * sysdeps/unix/sysv/linux/hppa/Versions [libc] (GLIBC_2.24):
21204         Correct recvmsg symbol name.
21205         * sysdeps/unix/sysv/linux/i386/Versions [libc] (GLIBC_2.24):
21206         Likewise.
21208 2016-05-25  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
21210         * sysdeps/unix/sysv/linux/Makefile
21211         [$(subdir) = socket] (sysdep_routines): Add oldrecvmmsg and
21212         oldsendmmsg.
21213         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Add recvmmsg and
21214         sendmmsg.
21215         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
21216         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
21217         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
21218         * sysdeps/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
21219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
21220         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
21221         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
21222         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
21223         Likewise.
21224         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
21225         * sysdeps/unix/sysv/linux/oldrecvmmsg.c: New file.
21226         * sysdeps/unix/sysv/linux/oldsendmmsg.c: Likewise.
21227         * sysdeps/unix/sysv/linux/recvmmsg.c (__recvmmsg): Adjust msghdr
21228         iovlen and controllen fields to adjust to POSIX specification.
21229         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
21231         * conform/data/sys/socket.h-data (msghdr.msg_iovlen): Remove xfail-
21232         and change to correct expected type.
21233         (msghdr.msg_controllen): Likewise.
21234         (cmsghdr.cmsg_len): Likewise.
21235         * sysdeps/unix/sysv/linux/bits/socket.h (msghdr.msg_iovlen): Fix
21236         expected POSIX assumption about the size.
21237         (msghdr.msg_controllen): Likewise.
21238         (msghdr.__glibc_reserved1): Likewise.
21239         (msghdr.__glibc_reserved2): Likewise.
21240         (cmsghdr.cmsg_len): Likewise.
21241         (cmsghdr.__glibc_reserved1): Likewise.
21242         * nptl/Makefile (libpthread-routines): Remove ptw-recvmsg and ptw-sendmsg.
21243         Add ptw-oldrecvmsg and ptw-oldsendmsg.
21244         (CFLAGS-sendmsg.c): Remove rule.
21245         (CFLAGS-recvmsg.c): Likewise.
21246         (CFLAGS-oldsendmsg.c): Add rule.
21247         (CFLAGS-oldrecvmsg.c): Likewise.
21248         * sysdeps/unix/sysv/linux/alpha/Versions [libc] (GLIBC_2.24): Add
21249         recvmsg and sendmsg.
21250         * sysdeps/unix/sysv/linux/aarch64/Version [libc] (GLIBC_2.24):
21251         Likewise.
21252         * sysdeps/unix/sysv/linux/arm/Versions [libc] (GLIBC_2.24): Likewise.
21253         * sysdeps/unix/sysv/linux/hppa/Versions [libc] (GLIBC_2.24): Likewise.
21254         * sysdeps/unix/sysv/linux/i386/Versions [libc] (GLIBC_2.24): Likewise.
21255         * sysdeps/unix/sysv/linux/ia64/Versions [libc] (GLIBC_2.24): Likewise.
21256         * sysdeps/unix/sysv/linux/m68k/Versions [libc] (GLIBC_2.24): Likewise.
21257         * sysdeps/unix/sysv/linux/microblaze/Versions [libc] (GLIBC_2.24):
21258         Likewise.
21259         * sysdeps/unix/sysv/linux/mips/mips32/Versions [libc] (GLIBC_2.24):
21260         Likewise.
21261         * sysdeps/unix/sysv/linux/mips/mips64/n32/Versions [libc] (GLIBC_2.24):
21262         Likewise.
21263         * sysdeps/unix/sysv/linux/mips/mips64/Versions [libc] (GLIBC_2.24):
21264         Likewise.
21265         * sysdeps/unix/sysv/linux/nios2/Versions [libc] (GLIBC_2.24):
21266         Likewise.
21267         * sysdeps/unix/sysv/linux/powerpc/Versions [libc] (GLIBC_2.24):
21268         Likewise.
21269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions [libc]
21270         (GLIBC_2.24): Likewise.
21271         * sysdeps/unix/sysv/linux/s390/s390-32/Versions [libc] (GLIBC_2.24):
21272         Likewise.
21273         * sysdeps/unix/sysv/linux/s390/s390-64/Versions [libc] (GLIBC_2.24):
21274         Likewise.
21275         * sysdeps/unix/sysv/linux/sh/Versions [libc] (GLIBC_2.24): Likewise.
21276         * sysdeps/unix/sysv/linux/sparc/Versions [libc] (GLIBC_2.24):
21277         Likewise.
21278         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions [libc] (GLIBC_2.24):
21279         Likewise.
21280         ( sysdeps/unix/sysv/linux/tile/Versions [libc] (GLIBC_2.24):
21281         Likewise.
21282         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Versions [libc]
21283         (GLIBC_2.24): Likewise.
21284         ( sysdeps/unix/sysv/linux/x86_64/64/Versions [libc] (GLIBC_2.24):
21285         Likewise.
21286         * sysdeps/unix/sysv/linux/x84_64/Versions [libc] (GLIBC_2.24):
21287         Likewise.
21288         * sysdeps/unix/sysv/linux/Makefile
21289         [$(subdir) = socket)] (sysdep_headers): Add oldrecvmsg and oldsendmsg.
21290         (CFLAGS-sendmsg.c): Add rule.
21291         (CFLAGS-recvmsg.c): Likewise.
21292         (CFLAGS-oldsendmsg.c): Likewise.
21293         (CFLAGS-oldrecvmsg.c): Likewise.
21294         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Fix msghdr
21295         initialization.
21296         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Likewise.
21297         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Likewise.
21298         * sysdeps/unix/sysv/linux/oldrecvmsg.c: New file.
21299         * sysdeps/unix/sysv/linux/oldsendmsg.c: Likewise.
21300         * sysdeps/unix/sysv/linux/recvmsg.c (__libc_recvmsg): Adjust msghdr
21301         iovlen and controllen fields to adjust to POSIX specification.
21302         * sysdeps/unix/sysv/linux/sendmsg.c (__libc_sendmsg): Likewise.
21303         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: New version and
21304         added recvmsg and sendmsg.
21305         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
21306         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
21307         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
21308         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
21309         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
21310         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
21311         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
21312         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
21313         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
21314         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
21315         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
21316         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise
21317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
21318         Likewise.
21319         * sysdeps/unix/linux/powerpc/powerpc32/nofpu/libc.abilist: Likewise.
21320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
21321         * sysdepe/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
21322         Likewise.
21323         Likewise.
21324         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
21325         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
21326         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
21327         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
21328         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
21329         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
21330         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
21331         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
21332         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
21333         Likewise.
21334         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
21335         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
21337         * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg): Remove
21338         from auto-generation.
21339         (sendmsg): Likewise.
21340         * sysdeps/unix/sysv/linux/arm/syscalls.list (recvmsg): Likewise.
21341         (sendmsg): Likewise.
21342         * sysdeps/unix/sysv/linux/generic/syscalls.list (recvmsg): Likewise.
21343         (sendmsg): Likewise.
21344         * sysdeps/unix/sysv/linux/hppa/syscalls.list (recvmsg): Likewise.
21345         (sendmsg): Likewise.
21346         * sysdeps/unix/sysv/linux/ia64/syscalls.list (recvmsg): Likewise.
21347         (sendmsg): Likewise.
21348         * sysdeps/unix/sysv/linux/mips/syscalls.list (recvmsg): Likewise.
21349         (sendmsg): Likewise.
21350         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (recvmsg):
21351         Likewise.
21352         (sendmsg): Likewise.
21353         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (recvmsg): Likewise.
21354         (sendmsg): Likewise.
21355         * sysdeps/unix/sysv/linux/i386/kernel-features.h
21356         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
21357         Remove.
21358         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
21359         Likewise.
21360         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_SENDMSG_SYSCALL):
21361         Undefine.
21362         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_RECVMSG_SYSCALL):
21363         Likewise.
21364         * sysdeps/unix/sysv/linux/kernel-features.h
21365         (__ASSUME_SENDMSG_SYSCALL): Define.
21366         (__ASSUME_RECVMSG_SYSCALL): Likewise.
21367         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
21368         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
21369         Remove.
21370         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
21371         Likewise.
21372         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_SENDMSG_SYSCALL):
21373         Undefine.
21374         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_RECVMSG_SYSCALL):
21375         Likewise.
21376         * sysdeps/unix/sysv/linux/s390/kernel-features.h
21377         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
21378         Remove.
21379         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
21380         Likewise.
21381         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_SENDMSG_SYSCALL):
21382         Undefine.
21383         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_RECVMSG_SYSCALL):
21384         Likewise.
21385         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
21386         (__ASSUME_SENDMSG_SYSCALL): Undefine.
21387         (__ASSUME_RECVMSG_SYSCALL): Likewise.
21388         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
21389         (__ASSUME_SENDMSG_SYSCALL): Likewise.
21390         (__ASSUME_RECVMSG_SYSCALL): Likewise.
21391         * sysdeps/unix/sysv/linux/sh/kernel-features.h
21392         (__ASSUME_SENDMSG_SYSCALL): Likewise.
21393         (__ASSUME_RECVMSG_SYSCALL): Likewise.
21395 2016-05-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
21397         * stdlib/gen-tst-strtod-round.c: Add backslash to
21398         compile command in comment.
21399         (printfp): Remove the literal suffix, and define an infinite
21400         value as INF to avoid expansion clash with INFINITY.
21401         (round_str): Remove the literal suffix.
21402         (round_for_all): Likewise, remove the now duplicate ldbl-64
21403         entry, and remove some magic constants.
21405         * stdlib/tst-strtod-round.c: (TEST): Redefine to reduce
21406         duplication.  Remove duplicate dbl-64 and ldbl-64 entries.
21407         (ROUNDING_TESTS_long_double): Define as 0 for ibm128.
21408         (_CONCAT): New macro.
21409         (CONCAT): Likewise.
21410         (CHOOSE_ld): Likewise.
21411         (CHOOSE_f): Likewise.
21412         (CHOOSE_d): Likewise.
21413         (FTYPE_MEMBER): Likewise.
21414         (BOOL_MEMBER): Likewise.
21415         (STRUCT_FOREACH_FLOAT_FTYPE): Likewise.
21416         (STRUCT_FOREACH_FLOAT_BOOL): Likewise.
21417         (_XNTRY): Likewise.
21418         (XNTRY): Likewise.
21419         (_ENTRY): Likewise.
21420         (ENTRY): Likewise.
21421         (test_exactness): Generate members via macro.
21422         (test_results): Likewise.
21423         (test): Update members.
21424         (TEST): Redefine using new macros.
21425         (INF): New macro.
21426         (fetestmodes): New structure.
21427         (do_test): Refactor to be type generic.
21428         (test_in_one_mode): Refactor duplicate code into
21429         (GEN_ONE_TEST): New macro.
21431         * stdlib/tst-strtod-round-data.h: Regenerate.
21433         * stdlib/tst-strtod.h (GEN_TEST_STRTOD_FOREACH):
21434         Extend to pass additional arbitrary parameters to
21435         generators.
21437 2016-05-25  Joseph Myers  <joseph@codesourcery.com>
21439         [BZ #15479]
21440         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S (__ceil): Move save of
21441         floating-point state after first floating-point operation on
21442         input.  Restore full floating-point state instead of just rounding
21443         mode.
21444         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S (__ceilf): Likewise.
21445         * sysdeps/powerpc/powerpc64/fpu/s_floor.S (__floor): Likewise.
21446         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S (__floorf): Likewise.
21447         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S (__trunc): Likewise.
21448         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S (__truncf): Likewise.
21450         [BZ #15479]
21451         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (__ceil): Move save of
21452         floating-point state after first floating-point operation on
21453         input.  Restore full floating-point state instead of just rounding
21454         mode.
21455         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (__ceilf): Likewise.
21456         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (__floor): Likewise.
21457         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (__floorf): Likewise.
21458         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Likewise.
21459         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Likewise.
21461 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
21463         [BZ #19727]
21464         * iconvdata/utf-16.c (BODY): Report an error if first word is not a
21465         valid high surrogate.
21466         * iconvdata/utf-32.c (BODY): Report an error if the value is in range
21467         of an utf16 surrogate.
21468         * iconv/gconv_simple.c (BODY): Likewise.
21469         * iconvdata/bug-iconv12.c: New file.
21470         * iconvdata/Makefile (tests): Add bug-iconv12.
21472 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
21474         [BZ #19726]
21475         * iconv/gconv_simple.c (ucs4le_internal_loop): Update inptrp and
21476         outptrp in case of an illegal input.
21477         * iconv/tst-iconv6.c: New file.
21478         * iconv/Makefile (tests): Add tst-iconv6.
21480 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
21482         * sysdeps/s390/utf16-utf32-z9.c: Disable cu42 instruction and report
21483         an error in case of a value in range of an utf16 low surrogate.
21485 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
21487         * sysdeps/s390/utf8-utf32-z9.c: Disable cu41 instruction and report
21488         an error in case of a value in range of an utf16 low surrogate.
21490 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
21492         * sysdeps/s390/s390-64/Makefile (iconvdata-subdirectory):
21493         Move to ...
21494         * sysdeps/s390/Makefile: ... here.
21495         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: Move to ...
21496         * sysdeps/s390/iso-8859-1_cp037_z900.c: ... here.
21497         (BRANCH_ON_COUNT): New define.
21498         (TR_LOOP): Use BRANCH_ON_COUNT instead of brctg.
21499         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Move to ...
21500         * sysdeps/s390/utf16-utf32-z9.c: ... here and adjust to
21501         run on s390-32, too.
21502         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Move to ...
21503         * sysdeps/s390/utf8-utf16-z9.c: ... here and adjust to
21504         run on s390-32, too.
21505         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Move to ...
21506         * sysdeps/s390/utf8-utf32-z9.c: ... here and adjust to
21507         run on s390-32, too.
21509 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
21511         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Use ifunc to select c,
21512         etf3eh or new vector loop-variant.
21514 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
21516         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Use ifunc to select c,
21517         etf3eh or new vector loop-variant.
21519 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
21521         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Use ifunc to select c, etf3eh
21522         or new vector loop-variant.
21524 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
21526         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c (TROO_LOOP):
21527         Rename to TR_LOOP and usage of tr instead of troo instruction.
21529 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
21531         * sysdeps/s390/multiarch/gconv_simple.c: New File.
21532         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add gconv_simple.
21534 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
21536         * sysdeps/s390/multiarch/8bit-generic.c: New File.
21537         * sysdeps/s390/multiarch/gen-8bit.sh: New File.
21538         * sysdeps/s390/multiarch/Makefile (generate-8bit-table):
21539         New override define.
21540         * sysdeps/s390/multiarch/iconv/skeleton.c: Likewise.
21542 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
21544         * config.h.in (HAVE_S390_VX_GCC_SUPPORT): New macro undefine.
21545         * sysdeps/s390/configure.ac: Add test for S390 vector register
21546         support in gcc.
21547         * sysdeps/s390/configure: Regenerated.
21549 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
21551         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules):
21552         Install file from $(objpfx)gconv-modules.
21553         ($(objpfx)gconv-modules): Concatenate architecture specific file
21554         in variable sysdeps-gconv-modules and gconv-modules in src dir.
21555         * sysdeps/s390/gconv-modules: New file.
21556         * sysdeps/s390/s390-64/Makefile: ($(inst_gconvdir)/gconv-modules):
21557         Deleted.
21558         ($(objpfx)gconv-modules-s390): Deleted.
21559         (sysdeps-gconv-modules): New variable.
21561 2016-05-24  Joseph Myers  <joseph@codesourcery.com>
21563         [BZ #15479]
21564         * sysdeps/x86_64/fpu/multiarch/s_ceil.S (__ceil_sse41): Set bit 3
21565         of immediate operand to rounding instruction.
21566         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S (__ceilf_sse41):
21567         Likewise.
21568         * sysdeps/x86_64/fpu/multiarch/s_floor.S (__floor_sse41):
21569         Likewise.
21570         * sysdeps/x86_64/fpu/multiarch/s_floorf.S (__floorf_sse41):
21571         Likewise.
21573 2016-05-24  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
21575         * math/libm-test.inc (MIN_EXP): Directly define as
21576         (DBL|LDBL|FLT)_MIN_EXP and fixup usage.
21578 2016-05-24  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
21580         * math/libm-test.inc (MANT_DIG): Directly define as
21581         (DBL|LDBL|FLT)_MANT_DIG and fixup usage.
21583 2016-05-24  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
21585         * stdlib/gen-tst-strtod-round.c (main):
21586           Change usage to more closely match the generated
21587           output.  Add usage and compilation instructions.
21588           (string_to_fp): Add and use FILE* parameter as
21589           output target.
21590           (print_fp): Likewise.
21591           (round_str): Likewise.
21592           (round_for_all): Likewise.
21593         * stdlib/tst-strtod-round.c (tests): Move into
21594         * stdlib/tst-strtod-round-data.h: New file.
21596 2016-05-24  Joseph Myers  <joseph@codesourcery.com>
21598         [BZ #15479]
21599         * sysdeps/ieee754/dbl-64/s_round.c (huge): Remove variable.
21600         (__round): Do not force "inexact" exception.
21601         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (huge): Remove
21602         variable.
21603         (__round): Do not force "inexact" exception.
21604         * sysdeps/ieee754/flt-32/s_roundf.c (huge): Remove variable.
21605         (__roundf): Do not force "inexact" exception.
21606         * sysdeps/ieee754/ldbl-128/s_roundl.c (huge): Remove variable.
21607         (__roundl): Do not force "inexact" exception.
21608         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Remove variable.
21609         (__roundl): Do not force "inexact" exception.
21610         * math/libm-test.inc (round_test_data): Do not allow spurious
21611         "inexact" exceptions.
21613         [BZ #15479]
21614         * sysdeps/ieee754/dbl-64/s_floor.c: Do not mention "inexact"
21615         exception in comment.
21616         (huge): Remove variable.
21617         (__floor): Do not force "inexact" exception.
21618         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Do not mention
21619         "inexact" exception in comment.
21620         (huge): Remove variable.
21621         (__floor): Do not force "inexact" exception.
21622         * sysdeps/ieee754/flt-32/s_floorf.c: Do not mention "inexact"
21623         exception in comment.
21624         (huge): Remove variable.
21625         (__floorf): Do not force "inexact" exception.
21626         * sysdeps/ieee754/ldbl-128/s_floorl.c: Do not mention "inexact"
21627         exception in comment.
21628         (huge): Remove variable.
21629         (__floorl): Do not force "inexact" exception.
21631         [BZ #15479]
21632         * sysdeps/ieee754/dbl-64/s_ceil.c: Do not mention "inexact"
21633         exception in comment.
21634         (huge): Remove variable.
21635         (__ceil): Do not force "inexact" exception.
21636         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Do not mention
21637         "inexact" exception in comment.
21638         (huge): Remove variable.
21639         (__ceil): Do not force "inexact" exception.
21640         * sysdeps/ieee754/flt-32/s_ceilf.c (huge): Remove variable.
21641         (__ceilf): Do not force "inexact" exception.
21642         * sysdeps/ieee754/ldbl-128/s_ceill.c: Do not mention "inexact"
21643         exception in comment.
21644         (huge): Remove variable.
21645         (__ceill): Do not force "inexact" exception.
21647 2016-05-24  H.J. Lu  <hongjiu.lu@intel.com>
21649         * config.h.in (BIND_NOW): New.
21650         * configure.ac (BIND_NOW): New.  Defined for --enable-bind-now.
21651         * configure: Regenerated.
21652         * sysdeps/x86_64/sysdep.h (JUMPTARGET)[BIND_NOW]: Defined to
21653         indirect branch via the GOT slot.
21655 2016-05-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
21657         [BZ #19765]
21658         * sysdeps/s390/mempcpy.S: New File.
21659         * sysdeps/s390/multiarch/mempcpy.c: Likewise.
21660         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add mempcpy.
21661         * sysdeps/s390/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21662         Add mempcpy variants.
21663         * sysdeps/s390/s390-32/memcpy.S: Add mempcpy entry point.
21664         (memcpy): Adjust to be usable from mempcpy entry point.
21665         (__memcpy_mvcle): Likewise.
21666         * sysdeps/s390/s390-64/memcpy.S: Likewise.
21667         * sysdeps/s390/s390-32/multiarch/memcpy-s390.S: Add entry points
21668         ____mempcpy_z196, ____mempcpy_z10 and add __GI_ symbols for mempcpy.
21669         (__memcpy_z196): Adjust to be usable from mempcpy entry point.
21670         (__memcpy_z10): Likewise.
21671         * sysdeps/s390/s390-64/multiarch/memcpy-s390x.S: Likewise.
21673 2016-05-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
21675         * sysdeps/s390/multiarch/ifunc-resolve.h (s390_libc_ifunc):
21676         Remove __GI_ symbol.
21677         * sysdeps/s390/s390-32/multiarch/memcmp-s390.S: Add __GI_memcmp symbol.
21678         * sysdeps/s390/s390-64/multiarch/memcmp-s390x.S: Likewise.
21679         * sysdeps/s390/s390-32/multiarch/memcpy-s390.S: Add __GI_memcpy symbol.
21680         * sysdeps/s390/s390-64/multiarch/memcpy-s390x.S: Likewise.
21681         * sysdeps/s390/s390-32/multiarch/memset-s390.S: Add __GI_memset symbol.
21682         * sysdeps/s390/s390-64/multiarch/memset-s390x.S: Likewise.
21684 2016-05-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
21686         * sysdeps/s390/s390-64/memcpy.S (memcpy):
21687         Use cghi instead of chi to compare 64bit value.
21689 2016-05-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
21691         * sysdeps/s390/s390-32/memcpy.S (memcpy):
21692         Jump to 1MB check before executing mvc-loop.
21694 2016-05-24  Florian Weimer  <fweimer@redhat.com>
21696         [BZ #6527]
21697         * malloc/malloc.c (MALLOC_ALIGNMENT): Use correct alignment
21698         unconditionally.
21699         * malloc/hooks.c (MALLOC_STATE_VERSION): Increase state version.
21701 2016-05-23  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
21703         * stdlib/tst-strtod6.c (do_test): Use new type generic
21704         invocation of the test function.
21705         (test): Refactor into ...
21706         (TEST_STRTOD): New macro base function.
21708 2016-05-23  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
21710         * stdlib/bug-strtod2.c (do_test): Refactor strtod usage into ...
21711         (TEST_STRTOD): New macro.
21712         (TEST_FUNCTION): Redefine to use STRTOD_TEST_FOREACH
21714 2016-05-23  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
21716         * stdlib/tst-strtod6.c (do_test): Use new type generic
21717         invocation of the test function.
21718         (test): Refactor into ...
21719         (TEST_STRTOD): New macro base function.
21721 2016-05-23  Florian Weimer  <fweimer@redhat.com>
21723         CVE-2016-4429
21724         [BZ #20112]
21725         * sunrpc/clnt_udp.c (clntudp_call): Use malloc/free for the error
21726         payload.
21728 2016-05-23  Florian Weimer  <fweimer@redhat.com>
21730         [BZ #20111]
21731         * bits/sockaddr.h (_SS_SIZE): Define.
21732         * bits/socket.h (_SS_SIZE): Remove.
21733         (_SS_PADSIZE): Adjust to account for all padding.
21734         (struct sockaddr_storage): Update comment.  Avoid implicit
21735         padding.
21736         * sysdeps/mach/hurd/bits/socket.h (_SS_SIZE): Remove.
21737         (_SS_PADSIZE): Adjust to account for all padding.
21738         (struct sockaddr_storage): Update comment.  Avoid implicit
21739         padding.
21740         * sysdeps/unix/bsd/bits/sockaddr.h (_SS_SIZE): Define.
21741         * sysdeps/unix/sysv/linux/bits/socket.h (_SS_SIZE): Remove.
21742         (_SS_PADSIZE): Adjust to account for all padding.
21743         (struct sockaddr_storage): Update comment.  Avoid implicit
21744         padding.
21745         * sysdeps/unix/sysv/linux/m68k/bits/sockaddr.h: New file.
21746         __SS_SIZE is 126 in this version.
21747         * inet/tst-sockaddr.c: New file.
21748         * inet/Makefile (tests): Add tst-sockaddr.c
21749         (tst-sockaddr.c): Compile with non-strict aliasing.
21751 2016-05-23  Joseph Myers  <joseph@codesourcery.com>
21753         * conform/data/limits.h-data (CHARCLASS_NAME_MAX): Also expect for
21754         [XPG3 || XPG4].
21755         (NL_ARGMAX): Also expect for [XPG3].
21756         (NL_LANGMAX): Likewise.
21757         (NL_MSGMAX): Likewise.
21758         (NL_NMAX): Likewise.
21759         (NL_SETMAX): Likewise.
21760         (NL_TEXTMAX): Likewise.
21761         (NZERO): Likewise.
21762         (TMP_MAX): Likewise.
21763         * conform/Makefile (test-xfail-XPG3/limits.h/conform): Remove
21764         variable.
21766         * sysdeps/unix/sysv/linux/bits/socket.h (PF_KCM): New macro.
21767         (PF_MAX): Update value.
21768         (AF_KCM): New macro.
21769         (SOL_NETBEUI): Likewise.
21770         (SOL_LLC): Likewise.
21771         (SOL_DCCP): Likewise.
21772         (SOL_NETLINK): Likewise.
21773         (SOL_TIPC): Likewise.
21774         (SOL_RXRPC): Likewise.
21775         (SOL_PPPOL2TP): Likewise.
21776         (SOL_BLUETOOTH): Likewise.
21777         (SOL_PNPIPE): Likewise.
21778         (SOL_RDS): Likewise.
21779         (SOL_IUCV): Likewise.
21780         (SOL_CAIF): Likewise.
21781         (SOL_ALG): Likewise.
21782         (SOL_NFC): Likewise.
21783         (SOL_KCM): Likewise.
21784         (MSG_BATCH): New enum value and macro.
21786 2016-05-20  H.J. Lu  <hongjiu.lu@intel.com>
21788         [BZ #18185]
21789         * sysdeps/x86/cacheinfo.c (init_cacheinfo): Don't limit threads
21790         sharing L2 cache to 2 for Knights Landing.
21792 2016-05-20  Joseph Myers  <joseph@codesourcery.com>
21794         * conform/data/ftw.h-data (struct FTW): Do not expect for [XPG3].
21795         (FTW_DP): Do not expect for [XPG3 || XPG4].
21796         (FTW_SL): Do not expect for [XPG3].
21797         (FTW_SLN): Likewise.
21798         (FTW_PHYS): Likewise.
21799         (FTW_MOUNT): Likewise.
21800         (FTW_DEPTH): Likewise.
21801         (FTW_CHDIR): Likewise.
21802         (nftw): Likewise.
21803         * conform/Makefile (test-xfail-XPG3/ftw.h/conform): Remove
21804         variable.
21806 2016-05-19  Rical Jasan  <ricaljasan@pacific.net>
21808         * manual/errno.texi: Fix various typos & grammar errors.
21810 2016-05-19  Rical Jasan  <ricaljasan@pacific.net>
21812         * manual/intro.texi: Fix duplicated typo.
21814 2016-05-19  Joseph Myers  <joseph@codesourcery.com>
21816         [BZ #13304]
21817         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Include <fenv.h>,
21818         <float.h>, <math_private.h> and <stdlib.h>.
21819         (add_split): New function.
21820         (mul_split): Likewise.
21821         (ext_val): New typedef.
21822         (store_ext_val): New function.
21823         (mul_ext_val): New function.
21824         (compare): New function.
21825         (add_split_ext): New function.
21826         (__fmal): After checking for Inf, NaN and zero, compute result as
21827         an exact sum of scaled double values in round-to-nearest before
21828         adding those up and adjusting for other rounding modes.
21829         * math/auto-libm-test-in: Remove xfail-rounding:ldbl-128ibm from
21830         tests of fma.
21831         * math/auto-libm-test-out: Regenerated.
21833 2016-05-19  H.J. Lu  <hongjiu.lu@intel.com>
21835         [BZ #20119]
21836         * sysdeps/x86/cacheinfo.c (init_cacheinfo): Correct Intel
21837         processor level type mask for CPUID with EAX == 11.
21839 2016-05-19  H.J. Lu  <hongjiu.lu@intel.com>
21841         * sysdeps/x86/cacheinfo.c (init_cacheinfo): Skip counting
21842         logical threads if the HTT bit is 0.
21843         * sysdeps/x86/cpu-features.h (bit_cpu_HTT): New.
21844         (index_cpu_HTT): Likewise.
21845         (reg_HTT): Likewise.
21847 2016-05-19  H.J. Lu  <hongjiu.lu@intel.com>
21849         [BZ #20115]
21850         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S (__memset):
21851         Remove alignments on jump targets.
21853 2016-05-19  Joseph Myers  <joseph@codesourcery.com>
21855         * conform/data/pwd.h-data (endpwent): Do not expect for [XPG3].
21856         (getpwent): Likewise.
21857         (setpwent): Likewise.
21858         * conform/Makefile (test-xfail-XPG3/pwd.h/conform): Remove
21859         variable.
21861         * conform/data/search.h-data (insque): Do not expect for [XPG3].
21862         (remque): Likewise.
21863         * conform/Makefile (test-xfail-XPG3/search.h/conform): Remove
21864         variable.
21866 2016-05-18  Joseph Myers  <joseph@codesourcery.com>
21868         * math/libm-test.inc: Update comment not to refer to signs of NaNs
21869         not being tested.
21871 2016-05-18  H.J. Lu  <hongjiu.lu@intel.com>
21873         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
21874         (__condvar_cleanup2): Remove JUMPTARGET from  _Unwind_Resume
21875         call.
21876         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
21877         (__condvar_cleanup1): Likewise.
21879 2016-05-18  H.J. Lu  <hongjiu.lu@intel.com>
21881         * sysdeps/unix/sysv/linux/x86_64/cancellation.S (PTHREAD_UNWIND):
21882         New
21883         (__pthread_unwind): Renamed to ...
21884         (PTHREAD_UNWIND): This.
21885         (__pthread_enable_asynccancel): Replace
21886         JUMPTARGET(__pthread_unwind) with PTHREAD_UNWIND.
21888 2016-05-18  Joseph Myers  <joseph@codesourcery.com>
21890         * sysdeps/unix/sysv/linux/bits/sched.h [__USE_GNU]
21891         (CLONE_NEWCGROUP): New macro.
21893         * sysdeps/unix/sysv/linux/sys/quota.h [_LINUX_QUOTA_VERSION >= 2]
21894         (Q_GETNEXTQUOTA): New macro.
21896 2016-05-18  H.J. Lu  <hongjiu.lu@intel.com>
21898         [BZ #19907]
21899         * benchtests/bench-memcpy.c (do_one_test): Clear the destination
21900         buffer updated by the previous run.
21901         * string/test-memcpy.c (do_one_test): Likewise.
21902         * benchtests/bench-memmove.c (do_one_test): Add a comment.
21903         * string/test-memmove.c (do_one_test): Likewise.
21905 2016-05-17  Joseph Myers  <joseph@codesourcery.com>
21907         [BZ #20094]
21908         * stdlib/stdlib.h (grantpt): Declare if [__USE_XOPEN_EXTENDED],
21909         not [__USE_XOPEN].
21910         (unlockpt): Likewise.
21911         (ptsname): Likewise.
21912         * conform/Makefile (test-xfail-XPG3/stdlib.h/conform): Remove
21913         variable.
21915         [BZ #20076]
21916         * io/sys/stat.h (S_IFSOCK): Define for [__USE_XOPEN_EXTENDED]
21917         instead of [__USE_UNIX98].
21918         (S_ISSOCK): Likewise.
21919         * conform/Makefile (test-xfail-XPG4/sys/stat.h/conform): Remove
21920         variable.
21922         [BZ #20074]
21923         * stdlib/stdlib.h (rand_r): Declare if [__USE_POSIX199506], not if
21924         [__USE_POSIX].
21925         * conform/Makefile (test-xfail-XPG4/stdlib.h/conform): Remove
21926         variable.
21928         [BZ #20051]
21929         * posix/unistd.h [__USE_XOPEN_EXTENDED && !__USE_UNIX98]
21930         (ttyslot): Do not declare.
21931         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && !__USE_XOPEN2K]
21932         (ttyslot): New prototype.
21933         * conform/Makefile (test-xfail-XPG4/unistd.h/conform): Remove
21934         variable.
21935         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
21937 2016-05-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
21939         * nptl/tst-cancel17.c (do_test): Wait for finishing aio_read(&a).
21941 2016-05-13  Florian Weimer  <fweimer@redhat.com>
21943         Fix race condition in tst-mallocfork2, use fewer resources.
21944         * malloc/tst-mallocfork2.c (sigusr1_handler): Do not send SIGSTOP
21945         to current process group.
21946         (signal_sender): Yield in the non-sleeping case.
21948 2016-05-13  Joseph Myers  <joseph@codesourcery.com>
21950         * conform/data/stdlib.h-data (a64l): Do not expect for [XPG3].
21951         (ecvt): Likewise.
21952         (fcvt): Likewise.
21953         (gcvt): Likewise.
21954         (getsubopt): Likewise.
21955         (grantpt): Likewise.
21956         (initstate): Likewise.
21957         (l64a): Likewise.
21958         (mktemp): Likewise.
21959         (mkstemp): Likewise.
21960         (ptsname): Likewise.
21961         (random): Likewise.
21962         (realpath): Likewise.
21963         (setstate): Likewise.
21964         (srandom): Likewise.
21965         (ttyslot): Likewise.
21966         (unlockpt): Likewise.
21967         (valloc): Likewise.
21969         * conform/data/string.h-data (strdup): Do not expect for [XPG3].
21970         * conform/Makefile (test-xfail-XPG3/string.h/conform): Remove
21971         variable.
21973 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
21975         [BZ #20072]
21976         * sysdeps/i386/dl-machine.h (dl_platform_init): Call
21977         init_cpu_features only if SHARED is defined.
21978         * sysdeps/x86_64/dl-machine.h (dl_platform_init): Likewise.
21980 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
21982         * sysdeps/x86/cacheinfo.c (init_cacheinfo): Check and support
21983         non-inclusive caches on Intel processors.
21985 2016-05-13  Florian Weimer  <fweimer@redhat.com>
21987         * malloc/malloc.c (dumped_main_arena_start)
21988         (dumped_main_arena_end): New variables.
21989         (DUMPED_MAIN_ARENA_CHUNK): New macro.
21990         (do_check_chunk): Skip dumped fake mmapped chunks.
21991         (munmap_chunk): Likewise.
21992         (__libc_free): Do not adjust statistics for fake mmapped chunks.
21993         (__libc_realloc): Adjust hardening check.  Always copy dumped fake
21994         mmapped chunks.
21995         * malloc/hooks.c (__malloc_set_state): Do not update main_arena.
21996         Mark dumped chunks as using mmap.  Update dumped_main_arena_start
21997         and dumped_main_arena_end to cover the dumped heap.
21999 2016-05-12  Joseph Myers  <joseph@codesourcery.com>
22001         * conform/data/time.h-data (getdate_err): Do not expect for
22002         [XPG3].
22003         (getdate): Likewise.
22004         * conform/Makefile (test-xfail-XPG3/time.h/conform): Remove
22005         variable.
22007         * conform/data/unistd.h-data (F_LOCK): Do not expect for [XPG3].
22008         (F_ULOCK): Likewise.
22009         (F_TEST): Likewise.
22010         (F_TLOCK): Likewise.
22011         (useconds_t): Likewise.
22012         (intptr_t): Do not expect for [XPG3] or [XPG4].
22013         (brk): Do not expect for [XPG3]
22014         (fchown): Likewise.
22015         (fchdir): Likewise.
22016         (ftruncate): Likewise.
22017         (getdtablesize): Likewise.
22018         (gethostid): Likewise.
22019         (getpagesize): Likewise.
22020         (getpgid): Likewise.
22021         (getsid): Likewise.
22022         (getwd): Likewise.
22023         (lchown): Likewise.
22024         (lockf): Likewise.
22025         (readlink): Likewise.
22026         (sbrk): Likewise.
22027         (setpgrp): Likewise.
22028         (setregid): Likewise.
22029         (setreuid): Likewise.
22030         (symlink): Likewise.
22031         (sync): Likewise.
22032         (truncate): Likewise.
22033         (ualarm): Likewise.
22034         (usleep): Likewise.
22035         (vfork): Likewise.
22036         * conform/Makefile (test-xfail-XPG3/unistd.h/conform): Remove
22037         variable.
22039         [BZ #20054]
22040         * posix/unistd.h (gethostname): Declare if [__USE_XOPEN_EXTENDED],
22041         not [__USE_UNIX98].
22042         * conform/data/unistd.h-data (gethostname): Do not expect for
22043         [XPG3].
22045         * conform/data/fcntl.h-data [!POSIX] (S_IFMT): Do not expect.
22046         [!POSIX] (S_IFBLK): Likewise.
22047         [!POSIX] (S_IFCHR): Likewise.
22048         [!POSIX] (S_IFIFO): Likewise.
22049         [!POSIX] (S_IFREG): Likewise.
22050         [!POSIX] (S_IFDIR): Likewise.
22051         [!POSIX] (S_IFLNK): Likewise.
22052         [!POSIX] (S_IFSOCK): Likewise.
22053         * conform/Makefile (test-xfail-XPG3/fcntl.h/conform): Remove
22054         variable.
22055         (test-xfail-XPG4/fcntl.h/conform): Likewise.
22057 2016-05-12  Wilco Dijkstra  <wdijkstr@arm.com>
22059         * sysdeps/aarch64/memset.S (__memset):
22060         Rewrite of optimized memset.
22062 2016-05-12  Florian Weimer  <fweimer@redhat.com>
22064         [BZ #19703]
22065         Partially async-signal-safe fork for single-threaded processes.
22066         * sysdeps/nptl/fork.c (__libc_fork): Introduce multiple_threads
22067         variable.  Do not acquire and reset/release malloc and libio locks
22068         in single-threaded processes.
22069         * malloc/tst-mallocfork2.c: New file.
22070         * malloc/Makefile (tests): Add it.
22072 2016-05-12  Florian Weimer  <fweimer@redhat.com>
22074         * sysdeps/posix/getaddrinfo.c (gaih_inet_serv): Add tmpbuf
22075         argument.  Use scratch buffer instead of extend_alloca.
22076         (gethosts): Use scratch buffer instead of extend_alloca.
22077         (gaih_inet): Add tmpbuf argument.  Use scratch buffer instead of
22078         extend_alloca.
22079         (getaddrinfo): Allocate scratch buffer and pass it to gaih_inet.
22081 2016-05-11  Joseph Myers  <joseph@codesourcery.com>
22083         [BZ #20055]
22084         * termios/termios.h (pid_t): Define for [__USE_XOPEN_EXTENDED]
22085         instead of [__USE_UNIX98].
22086         (tcgetsid): Declare for [__USE_XOPEN_EXTENDED] instead of
22087         [__USE_UNIX98].
22088         * conform/data/termios.h-data (tcgetsid): Do not expect for
22089         [XPG3].
22090         * conform/Makefile (test-xfail-XPG3/termios.h/conform): Remove
22091         variable.
22092         (test-xfail-XPG4/termios.h/conform): Likewise.
22094 2016-05-11  Florian Weimer  <fweimer@redhat.com>
22096         Do not use mcheck in localedef.
22097         * locale/programs/localedef.c (turn_on_mcheck)
22098         (__malloc_initialize_hook): Remove.
22100 2016-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
22102         * sysdeps/s390/s390-32/Makefile (pic-ccflag): Remove.
22103         * sysdeps/s390/s390-64/Makefile: Likewise.
22105 2016-05-11  H.J. Lu  <hongjiu.lu@intel.com>
22107         * sysdeps/i386/i686/multiarch/Makefile (gen-as-const-headers):
22108         Remove ifunc-defines.sym.
22109         * sysdeps/x86_64/multiarch/Makefile (gen-as-const-headers):
22110         Likewise.
22111         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: Removed.
22112         * sysdeps/x86/rtld-global-offsets.sym: Likewise.
22113         * sysdeps/x86_64/multiarch/ifunc-defines.sym: Likewise.
22114         * sysdeps/x86/Makefile (gen-as-const-headers): Remove
22115         rtld-global-offsets.sym.
22116         * sysdeps/x86_64/multiarch/ifunc-defines.sym: Merged with ...
22117         * sysdeps/x86/cpu-features-offsets.sym: This.
22118         * sysdeps/x86/cpu-features.h: Include <cpu-features-offsets.h>
22119         instead of <ifunc-defines.h> and <rtld-global-offsets.h>.
22121 2016-05-10  Joseph Myers  <joseph@codesourcery.com>
22123         [BZ #20073]
22124         * io/sys/stat.h (fchmod): Declare for
22125         [__USE_POSIX199309 || __USE_XOPEN_EXTENDED], not [__USE_POSIX].
22126         * conform/Makefile (test-xfail-XPG3/sys/stat.h/conform): Remove
22127         variable.
22129         * conform/data/sys/stat.h-data [XPG3] (S_IFLNK): Do not expect.
22130         [XPG3] (S_IFSOCK): Likewise.
22131         [XPG3] (S_ISVTX): Likewise.
22132         [XPG3] (S_ISLNK): Likewise.
22133         [XPG3] (S_ISSOCK): Likewise.
22134         [XPG3] (fchmod): Likewise.
22135         [XPG3] (lstat): Likewise.
22136         [XPG3] (mknod): Likewise.
22138         * conform/data/sys/stat.h-data (st_blksize): Do not expect for
22139         [XPG3].  Expect type long and XFAIL for [XPG4].
22140         (st_blocks): Likewise.
22142         [BZ #20044]
22143         * posix/unistd.h [__USE_UNIX98 && !__USE_XOPEN2K]
22144         (pthread_atfork): New prototype.
22145         * conform/Makefile (test-xfail-UNIX98/unistd.h/conform): Remove
22146         variable.
22148         [BZ #20043]
22149         * posix/unistd.h [__USE_XOPEN && !__USE_XOPEN2K] (cuserid): New
22150         prototype.
22152 2016-05-10  Florian Weimer  <fweimer@redhat.com>
22154         [BZ #20017]
22155         * resolv/res_debug.c (p_secstodate): Call __gmtime_r instead of
22156         gmtime.
22158 2016-05-10  Florian Weimer  <fweimer@redhat.com>
22160         [BZ #19994]
22161         * sysdeps/posix/getaddrinfo.c (gethosts): Restore RES_USE_INET6
22162         flag in _res.options.
22164 2016-05-09  Joseph Myers  <joseph@codesourcery.com>
22166         * conform/data/sys/types.h-data (blkcnt_t): Do not expect for
22167         [XPG3 || XPG4].
22168         (blksize_t): Likewise.
22169         (clockid_t): Likewise.
22170         * conform/Makefile (test-xfail-XPG3/sys/types.h/conform): Remove
22171         variable.
22172         (test-xfail-XPG4/sys/types.h/conform): Likewise.
22174 2016-05-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
22176         * sysdeps/unix/sysv/linux/s390/init-first.c:
22177         Add VDSO_SYMBOL(getcpu).
22178         (_libc_vdso_platform_setup): Initialize VDSO_SYMBOL(getcpu).
22179         * sysdeps/unix/sysv/linux/s390/libc-vdso.h:
22180         Add VDSO_SYMBOL(getcpu).
22181         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h:
22182         New define HAVE_GETCPU_VSYSCALL.
22183         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
22185 2016-05-08  H.J. Lu  <hongjiu.lu@intel.com>
22187         * sysdeps/i386/cacheinfo.c: Include <sysdeps/x86/cacheinfo.c>
22188         instead of <sysdeps/x86_64/cacheinfo.c>.
22189         * sysdeps/x86_64/cacheinfo.c: Moved to ...
22190         * sysdeps/x86/cacheinfo.c: Here.
22192 2016-05-04  Florian Weimer  <fweimer@redhat.com>
22194         * malloc/malloc-internal.h: Adjust header file guard.
22196 2016-05-04  Florian Weimer  <fweimer@redhat.com>
22198         [BZ #19787]
22199         * inet/getnameinfo.c (check_sprintf_result): New function.
22200         (CHECKED_SNPRINTF): New macro.
22201         (gni_host_inet_numeric): Use CHECKED_SNPRINTF to write the scope
22202         to the host buffer.
22203         (gni_host_local): Use checked_copy to copy the host name.
22204         (gni_serv_inet): Use CHECKED_SNPRINTF to write the service name.
22205         (gni_serv_local): Use checked_copy to copy the service name.
22206         (getnameinfo): Remove unnecessary truncation of result buffers.
22208 2016-05-04  Florian Weimer  <fweimer@redhat.com>
22210         * inet/getnameinfo.c (gni_host_inet_numeric): Return EAI_OVERFLOW
22211         in case of inet_ntop failure.
22213 2016-05-04  Florian Weimer  <fweimer@redhat.com>
22215         * inet/getnameinfo.c (gni_host_inet_name): Use temporaries to
22216         avoid long lines.
22217         (gni_host_inet_numeric): Likewise.  Reduce scope of local
22218         variables.
22219         (gni_host_inet, gni_host_local): Add comment.
22220         (gni_host): Add comment.  Use temporary to avoid long lines.
22222 2016-05-04  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
22224         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Fix use of condition
22225         registers specifiers where general purpose registers specifiers should
22226         have been used.
22228 2016-05-04  Florian Weimer  <fweimer@redhat.com>
22230         [BZ #19779]
22231         CVE-2016-1234
22232         Avoid copying names of directory entries.
22233         * posix/glob.c (DIRENT_MUST_BE, DIRENT_MIGHT_BE_SYMLINK)
22234         (DIRENT_MIGHT_BE_DIR, CONVERT_D_INO, CONVERT_D_TYPE)
22235         (CONVERT_DIRENT_DIRENT64, REAL_DIR_ENTRY): Remove macros.
22236         (struct readdir_result): New type.
22237         (D_TYPE_TO_RESULT, D_INO_TO_RESULT, READDIR_RESULT_INITIALIZER)
22238         (GL_READDIR): New macros.
22239         (readdir_result_might_be_symlink, readdir_result_might_be_dir)
22240         (convert_dirent, convert_dirent64): New functions.
22241         (glob_in_dir): Use struct readdir_result.  Call convert_dirent or
22242         convert_dirent64.  Adjust references to the readdir result.
22243         * sysdeps/unix/sysv/linux/i386/glob64.c:
22244         (convert_dirent, GL_READDIR): Redefine for second file inclusion.
22245         * posix/bug-glob2.c (LONG_NAME): Define.
22246         (filesystem): Add LONG_NAME.
22247         (my_DIR): Increase the size of room_for_dirent.
22249 2016-05-03  Joseph Myers  <joseph@codesourcery.com>
22251         [BZ #20041]
22252         * misc/sys/select.h (__need_timespec): Only define if
22253         [__USE_XOPEN2K].
22254         * conform/Makefile (test-xfail-XPG4/sys/time.h/conform): Remove
22255         variable.
22256         (test-xfail-XPG4/utmpx.h/conform): Likewise.
22257         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
22258         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
22260 2016-05-03  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
22261             Segher Boessenkool  <segher@gcc.gnu.org>
22263         [BZ #20004]
22264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S:
22265         (__novec_swapcontext): Add missing load.
22267 2016-05-02  Joseph Myers  <joseph@codesourcery.com>
22269         [BZ #20023]
22270         * io/fcntl.h [__USE_XOPEN && !__USE_XOPEN2K8]: Do not include
22271         <time.h>.
22272         * conform/Makefile (test-xfail-UNIX98/fcntl.h/conform): Remove
22273         variable.
22274         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
22276 2016-05-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
22278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone): Fix
22279         flags CLONE_VM compare.
22281 2016-05-02  Florian Weimer  <fweimer@redhat.com>
22283         [BZ #20031]
22284         * hesiod/hesiod.c (get_txt_records): Return error if TXT record is
22285         completely empty.
22287 2016-05-02  Florian Weimer  <fweimer@redhat.com>
22289         [BZ #19573]
22290         * hesiod/Makefile (libnss_hesiod-routines): Remove hesiod-init.
22291         * hesiod/nss_hesiod/hesiod-init.c: Remove file.
22292         * hesiod/nss_hesiod/nss_hesiod.h: Likewise.
22293         * hesiod/hesiod.h (__hesiod_res_get, __hesiod_res_set): Remove.
22294         (hesiod_init, hesiod_end, hesiod_to_bind, hesiod_resolve)
22295         (hesiod_free_list): Mark as hidden.
22296         * hesiod/hesiod_p (struct hesiod_p): Remove res, free_res,
22297         res_set, res_get.
22298         * hesiod/hesiod.c: Remove unnecessary forward declarations.
22299         (init, __hesiod_res_get, __hesiod_res_set): Remove.
22300         (hesiod_init): Remove obsolete res_ninit call.
22301         (hesiod_end): Do not free resolver state.  Do not invoke callback.
22302         (hesiod_bind): Do not call init.
22303         (get_txt_records): Use res_mkquery, res_send instead of
22304         res_nmkquery, res_nsend.
22305         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Call hesiod_init
22306         instead of _nss_hesiod_init.
22307         (_nss_hesiod_initgroups_dyn): Likewise.
22308         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
22309         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Likewise.
22310         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
22312 2016-05-02  Florian Weimer  <fweimer@redhat.com>
22314         * hesiod/hesiod_p.h (DEF_RHS): Remove.
22315         * hesiod/hesiod.c (hesiod_init): Remove code for handling DEF_RHS.
22317 2016-05-02  Florian Weimer  <fweimer@redhat.com>
22319         * hesiod/hesiod.h: Remove RCS keyword.
22320         * hesiod/hesiod_p.h: Likewise.
22322         * hesiod/hesiod.c: Likewise.
22324 2016-05-01  Arnas Udovičius  <arnas.udovicius@gmail.com>
22326         [BZ #12450]
22327         * locale/iso-639.def: Add Samogitian/sgs.
22329 2016-04-30  Andreas Schwab  <schwab@linux-m68k.org>
22331         * sysdeps/m68k/Makefile (CFLAGS-gmon-start.c): Define.
22333         * sysdeps/unix/sysv/linux/m68k/clone.S: Localize labels.
22335 2016-04-29  Stephen Gallagher  <sgallagh@redhat.com>
22336             Carlos O'Donell  <carlos@redhat.com>
22338         [BZ #19072]
22339         * grp/Makefile (headers): Add grp-merge.h
22340         (routines): Add grp-merge.
22341         * grp/getgrgid_r.c: Include grp-merge.h.
22342         (DEEPCOPY_FN): Define.
22343         (MERGE_FN): Define.
22344         * grp/getgrname_r.c: Include grp-merge.h.
22345         (DEEPCOPY_FN): Define.
22346         (MERGE_FN): Define.
22347         * grp/grp-merge.c: New file.
22348         * grp/grp-merge.h: New file.
22349         * include/grp-merge.h: New file.
22350         * grp/Versions: Define __merge_grp@GLIBC_PRIVATE, and
22351         __copy_grp@GLIBC_PRIVATE.
22352         * manual/nss.texi (Actions in the NSS configuration): Describe
22353         return, continue, and merge.
22354         * nscd/getgrgid_r.c: Include grp/grp-merge.h.
22355         (DEEPCOPY_FN): Define.
22356         (MERGE_FN): Define.
22357         * nscd/getgrnam_r.c: Include grp/grp-merge.h.
22358         (DEEPCOPY_FN): Define.
22359         (MERGE_FN): Define.
22360         * nss/getXXbyYY_r.c [!DEEPCOPY_FN]: Define __copy_einval.
22361         [!MERGE_FN]: Define __merge_einval.
22362         (CHECK_MERGE): Define.
22363         (REENTRANT_NAME): Process merge if do_merge is true.
22364         * nss/getnssent_r.c (__nss_setent): Process NSS_ACTION_MERGE.
22365         (__nss_getent_r): Likewise.
22366         * nss/nsswitch.c (nss_parse_service_list): Likewise.
22367         * nss/nsswitch.h (lookup_actions): Define NSS_ACTION_MERGE.
22369 2016-04-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
22371         [BZ #20012]
22372         * libio/fmemopen.c (fmemopen_read): Use buffer maximum position, not
22373         length to calculate the buffer to read.
22374         (fmemopen_write): Set the buffer position based on bytes written.
22375         (fmemopen_seek): Return EINVAL for invalid whence modes.
22377         [BZ #19957]
22378         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == nptl] (test): Remove
22379         tst-getpid2.
22380         (test): Add tst-clone2.
22381         * sysdeps/unix/sysv/linux/tst-clone2.c: New file.
22382         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Do not change
22383         pid/tid fields for CLONE_VM.
22384         * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Likewise.
22385         * sysdeps/unix/sysv/linux/arm/clone.S (__clone): Likewise.
22386         * sysdeps/unix/sysv/linux/hppa/clone.S (__clone): Likewise.
22387         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone): Likewise,
22388         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Likewise.
22389         * sysdeps/unix/sysv/linux/mips/clone.S (__clone): Likewise.
22390         * sysdeps/unix/sysv/linux/m68k/clone.S (__clone): Likewise.
22391         * sysdeps/unix/sysv/linux/nios2/clone.S (__clone): Likewise.
22392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone):
22393         Likewise.
22394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22395         Likewise.
22396         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (__clone): Likewise.
22397         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Likewise.
22398         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Likewise.
22399         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Likewise.
22400         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): Likewise.
22401         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Likewise.
22402         * sysdeps/unix/sysv/linux/x86_64/clone.S (__clone): Likewise.
22403         * sysdeps/unix/sysv/linux/tst-getpid2.c: Remove file.
22405 2016-04-29  Florian Weimer  <fweimer@redhat.com>
22407         [BZ #19642]
22408         * inet/getnameinfo.c (gni_host_inet_name, gni_host_inet_numeric)
22409         (gni_host_inet, gni_host_local, gni_host, gni_serv_inet)
22410         (gni_serv_local, gni_serv): New functions extracted from
22411         getnameinfo.
22412         (getnameinfo): Call gni_host and gni_serv to perform the
22413         processing.  Always free scratch buffer.
22415 2016-04-29  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
22417         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Call memset to pad the
22418         remaining bytes in the dest string, with zeros.
22420 2016-04-29  Florian Weimer  <fweimer@redhat.com>
22422         [BZ #20010]
22423         CVE-2016-3706
22424         * sysdeps/posix/getaddrinfo.c
22425         (convert_hostent_to_gaih_addrtuple): New function.
22426         (gethosts): Call convert_hostent_to_gaih_addrtuple.
22427         (gaih_inet): Use convert_hostent_to_gaih_addrtuple to convert
22428         AF_INET data.
22430 2016-04-29  Florian Weimer  <fweimer@redhat.com>
22432         glob: Simplify and document the interface for the GLOB_ALTDIRFUNC
22433         callback function gl_readdir.
22434         * posix/glob.c (NAMELEN, CONVERT_D_NAMLEN): Remove.
22435         (CONVERT_DIRENT_DIRENT64): Use strcpy instead of memcpy.
22436         (glob_in_dir): Remove len.  Use strdup instead of malloc and
22437         memcpy to copy the name.
22438         * manual/pattern.texi (Calling Glob): Document requirements for
22439         implementations of the gl_readdir callback function.
22440         * manual/examples/mkdirent.c: New example.
22441         * posix/bug-glob2.c (my_readdir): Set d_ino to 1 unconditionally,
22442         per the manual guidance.
22443         * posix/tst-gnuglob.c (my_readdir): Likewise.
22445 2016-04-28  Joseph Myers  <joseph@codesourcery.com>
22447         [BZ #20014]
22448         * libio/stdio.h (getc_unlocked): Declare if [__USE_POSIX199506],
22449         not [__USE_POSIX].
22450         (getchar_unlocked): Likewise.
22451         (putc_unlocked): Likewise.
22452         (putchar_unlocked): Likewise.
22453         (flockfile): Likewise.
22454         (ftrylockfile): Likewise.
22455         (funlockfile): Likewise.
22456         * conform/Makefile (test-xfail-XPG3/stdio.h/conform): Remove
22457         variable.
22458         (test-xfail-XPG4/stdio.h/conform): Likewise.
22460         * conform/data/langinfo.h-data [XPG3 || XPG4 || UNIX98] (YESSTR):
22461         Expect constant.
22462         [XPG3 || XPG4 || UNIX98] (NOSTR): Likewise.
22463         * conform/Makefile (test-xfail-XPG3/langinfo.h/conform): Remove
22464         variable.
22465         (test-xfail-XPG4/langinfo.h/conform): Likewise.
22466         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
22468         * libio/stdio.h (off_t): Also define if [__USE_UNIX98].
22469         [__USE_LARGEFILE64] (off64_t): Likewise.
22470         * conform/Makefile (test-xfail-UNIX98/stdio.h/conform): Remove
22471         variable.
22473 2016-04-28  Florian Weimer  <fweimer@redhat.com>
22475         * inet/getnameinfo.c (getnameinfo): Do not preserve errno.
22477 2016-04-28  Florian Weimer  <fweimer@redhat.com>
22479         * resolv/inet_addr.c: Reindent preprocessor conditionals.
22480         * resolv/res_init.c: Likewise.
22481         * resolv/res_mkquery.c: Likewise.
22483 2016-04-28  Florian Weimer  <fweimer@redhat.com>
22485         * resolv/res_init.c (isascii): Do not define.  Use definition in
22486         <ctype.h>.
22487         * resolv/gethnamaddr.c: Remove USE_OPTIONS_H conditional.
22488         (LOG_AUTH): Remove.
22489         (SPRINTF): Remove, adjust caller.
22490         (MULTI_PTRS_ARE_ALIASES): Remove, always defined.
22492 2016-04-28  Florian Weimer  <fweimer@redhat.com>
22494         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Remove
22495         SUNSECURITY conditional.
22496         * resolv/gethnamaddr.c (gethostbyaddr): Likewise.
22498 2016-04-28  Florian Weimer  <fweimer@redhat.com>
22500         * resolv/arpa/nameser.h: Include <sys/types.h> unconditionally.
22501         * resolv/gethnamaddr.c: Use include files from conf/portability.h.
22502         Remove BSD-related preprocessor conditionals.
22503         * conf/portability.h: Remove.
22505 2016-04-28  Florian Weimer  <fweimer@redhat.com>
22507         * resolv/resolv.h: Remove __BIND_NOSTATIC conditional.
22508         * resolv/res_data.c: Likewise.
22510 2016-04-28  Florian Weimer  <fweimer@redhat.com>
22512         * resolv/res_comp.c: Remove code conditional on __ultrix__.
22513         * resolv/res_data.c: Remove code conditional on ultrix.
22515 2016-04-28  Florian Weimer  <fweimer@redhat.com>
22517         * resolv/res_init.c (RFC1535): Do not define.  Remove
22518         RFC1535 preprocessor conditionals.
22519         * resolv/README: Update.  Do not claim strict RFC 1535 compliance
22520         because there configuration options which make the resolver
22521         behavior different.
22523 2016-04-28  Florian Weimer  <fweimer@redhat.com>
22525         * resolv/gethnamaddr.c (RESOLVSORT): Do not define.  Remove
22526         RESOLVSORT preprocessor conditionals.
22527         * resolv/nss_dns/dns-host.c: Likewise.
22528         * resolv/res_init.c: Likewise.
22530 2016-04-28  Florian Weimer  <fweimer@redhat.com>
22532         * resolv/res_data.c: Remove code conditional on BIND_UPDATE.  It
22533         is never defined.
22535 2016-04-28  Florian Weimer  <fweimer@redhat.com>
22537         * inet/inet_lnaof.c: Remove SCSS keyword.
22538         * inet/inet_mkadr.c: Likewise.
22539         * inet/inet_net.c: Likewise.
22540         * inet/inet_netof.c: Likewise.
22541         * inet/rcmd.c: Likewise.
22542         * inet/rexec.c: Likewise.
22543         * inet/ruserpass.c: Likewise.
22545 2016-04-28  Florian Weimer  <fweimer@redhat.com>
22547         * resolv/inet_addr.c: Remove _LIBC conditionals.
22548         * resolv/res_data.c: Likewise.
22549         * resolv/res_init.c: Likewise.
22550         * resolv/res_mkquery.c: Likewise.
22551         * resolv/res_libc.c: Update comment.
22552         * resolv/README: Update.
22554 2016-04-28  Florian Weimer  <fweimer@redhat.com>
22556         * resolv/gethnamaddr.c: Remove SCSS keyword.
22557         * resolv/herror.c: Likewise.
22558         * resolv/inet_addr.c: Likewise.
22559         * resolv/inet_net_ntop.c: Likewise.
22560         * resolv/inet_net_pton.c: Likewise.
22561         * resolv/inet_neta.c: Likewise.
22562         * resolv/inet_ntop.c: Likewise.
22563         * resolv/inet_pton.c: Likewise.
22564         * resolv/ns_date.c: Remove RCS keyword.
22565         * resolv/ns_name.c: Likewise.
22566         * resolv/ns_netint.c: Likewise.
22567         * resolv/ns_parse.c: Likewise.
22568         * resolv/ns_print.c: Likewise.
22569         * resolv/ns_samedomain.c: Likewise.
22570         * resolv/ns_ttl.c: Likewise.
22571         * resolv/nsap_addr.c: Likewise.
22572         * resolv/res_comp.c: Remove SCSS and RCS keyword.
22573         * resolv/res_data.c: Remove RCS keyword.
22574         * resolv/res_debug.c: Remove SCSS and RCS keyword.
22575         * resolv/res_init.c: Likewise.
22576         * resolv/res_mkquery.c: Likewise.
22577         * resolv/res_query.c: Likewise.
22578         * resolv/res_send.c: Likewise.
22580 2016-04-27  Joseph Myers  <joseph@codesourcery.com>
22582         * conform/data/stdio.h-data (fdopen): Expect also for
22583         [XPG3 || XPG4].
22585         * conform/data/stdio.h-data (flockfile): Also expect for [UNIX98].
22586         (fseeko): Likewise.
22587         (ftello): Likewise.
22588         (ftrylockfile): Likewise.
22589         (funlockfile): Likewise.
22590         (getc_unlocked): Likewise.
22591         (getchar_unlocked): Likewise.
22592         (putc_unlocked): Likewise.
22593         (putchar_unlocked): Likewise.
22595 2016-04-27  Florian Weimer  <fweimer@redhat.com>
22597         [BZ #19868]
22598         * resolv/nss_dns/dns-network.c (getanswer_r): Implement additional
22599         DNS packet syntax checks (which were not needed before).  Skip
22600         over non-PTR records.
22602 2016-04-27  Florian Weimer  <fweimer@redhat.com>
22604         * resolv/nss_dns/dns-network.c (offsetof): Remove macro
22605         definition.  Include <stddef.h> instead.
22607 2016-04-27  Florian Weimer  <fweimer@redhat.com>
22609         [BZ #19831]
22610         * resolv/nss_dns/dns-host.c (rrtype_to_rdata_length): New
22611         function.
22612         (getanswer_r): Check RDATA length against RRTYPE and QTYPE.
22613         (gaih_getanswer_slice): Check RDATA length against RRTYPE.
22615 2016-04-27  Florian Weimer  <fweimer@redhat.com>
22617         [BZ #19862]
22618         * resolv/nss_dns/dns-host.c (AskedForGot): Remove.
22619         (getanswer_r): Do not call syslog.
22620         (gaih_getanswer_slice): Likewise.
22621         * resolv/gethnamaddr.c (AskedForGot): Remove.
22622         (getanswer): Do not call syslog.
22623         (gethostbyaddr): Likewise.
22625 2016-04-27  Joseph Myers  <joseph@codesourcery.com>
22627         * conform/data/signal.h-data (union sigval): Expect also if
22628         [XOPEN2K].
22629         (struct sigevent): Likewise.
22630         (SIGEV_NONE): Likewise.
22631         (SIGEV_SIGNAL): Likewise.
22632         (SIGEV_THREAD): Likewise.
22633         (SIGRTMIN): Likewise.
22634         (SIGRTMAX): Likewise.
22635         * conform/Makefile (test-xfail-XOPEN2K/aio.h/conform): Remove
22636         variable.
22637         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
22639 2016-04-27  Florian Weimer  <fweimer@redhat.com>
22641         [BZ #19830]
22642         * resolv/nss_dns/dns-host.c (getanswer_r): Check RDATA length.
22643         (gaih_getanswer_slice): Likewise.
22644         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Likewise.
22645         Also check for availability of RR metadata.
22647 2016-04-27  Florian Weimer  <fweimer@redhat.com>
22649         [BZ #19825]
22650         * resolv/res_send.c (send_vc): Remove early *resplen2
22651         initialization.  Set *resplen2 on socket error.  Call
22652         close_and_return_error for other errors.
22654 2016-04-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
22656         * sysdeps/unix/sysv/linux/netiucv/iucv.h
22657         (SOL_IUCV, SO_IPRMDATA_MSG, SO_MSGLIMIT, SO_MSGSIZE)
22658         (SCM_IUCV_TRGCLS): New define.
22660 2016-04-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
22662         [BZ #20005]
22663         * libio/fmemopen.c (fmemopen_write): Update internal position after
22664         write.
22665         * stdio-common/Makefile (tests): Add tst-fmemopen4.c.
22666         * stdio-common/tst-fmemopen4.c: New file..
22668 2016-04-26  Joseph Myers  <joseph@codesourcery.com>
22670         [BZ #19996]
22671         * locale/langinfo.h (nl_langinfo_l): Declare if [__USE_XOPEN2K8],
22672         not [__USE_XOPEN2K].
22673         * conform/Makefile (test-xfail-XOPEN2K/langinfo.h/conform): Remove
22674         variable.
22676         * conform/data/stdarg.h-data [XOPEN2K] (va_copy): Require macro.
22677         * conform/Makefile (test-xfail-XOPEN2K/stdarg.h/conform): Remove
22678         variable.
22680         * libio/stdio.h (off_t): Define if [__USE_XOPEN2K], not
22681         [__USE_XOPEN2K8].
22682         [__USE_LARGEFILE64] (off64_t): Likewise.
22683         * conform/Makefile (test-xfail-XOPEN2K/stdio.h/conform): Remove
22684         variable.
22686 2016-04-25  Joseph Myers  <joseph@codesourcery.com>
22688         [BZ #19989]
22689         * libio/stdio.h (cuserid): Do not declare if
22690         [__USE_XOPEN2K && !__USE_GNU].
22691         * conform/Makefile (test-xfail-XOPEN2K8/stdio.h/conform): Remove
22692         variable.
22694 2016-04-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
22696         * sysdeps/powerpc/powerpc64/multiarch/Makefile:
22697         (sysdep_routines): Add P8 and PPC64 strcspn targets.
22698         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
22699         (__libc_ifunc_impl_list): Add entries for P8 and PPC64
22700         ifunc'ed strcspn.
22701         * sysdeps/powerpc/powerpc64/multiarch/strspn-power8.S:
22702         [EALIGN]: Removed.
22703         [END]: Likewise
22704         [STRSPN]: Define instead of the above to control symbol name.
22705         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power8.S:
22706         New file.
22707         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c:
22708         Likewise.
22709         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c:
22710         Likewise.
22711         * sysdeps/powerpc/powerpc64/power8/strcspn.S:
22712         Likewise.
22713         * sysdeps/powerpc/powerpc64/power8/strspn.S:
22714         [INITIAL_MASK]: New macro.
22715         [STRCSPN]: Likewise.
22716         [UPDATE_MASK]: Likewise.
22717         [USE_AS_STRCSPN]: Likewise.
22719 2016-04-25  Florian Weimer  <fweimer@redhat.com>
22721         [BZ #19931]
22722         * stdio-common/tst-vfprintf-width-prec.c: New file.
22723         * stdio-common/Makefile (tests): Add tst-vfprintf-width-prec.
22724         (tests-special): Add tst-vfprintf-width-prec-mem.out.
22725         (generated): Add mtrace-related files.
22726         (tst-vfprintf-width-prec-ENV): Set MALLOC_TRACE.
22727         (tst-%-mem.out): New pattern rule, replaces
22728         tst-printf-bz18872-mem.out.
22729         * stdio-common/vfprintf.c (vfprintf): When handling a precision
22730         specifier, deallocate any previously allocated work buffer.
22732 2016-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
22734         * sysdeps/unix/sysv/linux/nios2/setcontext.S (__startcontext):
22735         Add nop before __startcontext, add explaining comments.
22737 2016-04-25  Samuel thibault  <samuel.thibault@ens-lyon.org>
22739         RFC2292 macros were obsoleted by RFC3542, and should not be exposed
22740         any more. Notably since IPV6_PKTINFO has been reintroduced with a
22741         completely different API.
22743         * bits/in.h (IPV6_PKTINFO): Rename to IPV6_2292PKTINFO.
22744         (IPV6_HOPOPTS): Rename to IPV6_2292HOPOPTS.
22745         (IPV6_DSTOPTS): Rename to IPV6_2292DSTOPTS.
22746         (IPV6_RTHDR): Rename to IPV6_2292RTHDR.
22747         (IPV6_PKTOPTIONS): Rename to IPV6_2292PKTOPTIONS.
22748         (IPV6_HOPLIMIT): Rename to IPV6_2292HOPLIMIT.
22749         (IPV6_RECVPKTINFO, IPV6_PKTINFO, IPV6_RECVHOPLIMIT, IPV6_HOPLIMIT,
22750         IPV6_RECVHOPOPTS, IPV6_HOPOPTS, IPV6_RTHDRDSTOPTS, IPV6_RECVRTHDR,
22751         IPV6_RTHDR, IPV6_RECVDSTOPTS, IPV6_DSTOPTS, IPV6_RECVPATHMTU,
22752         IPV6_PATHMTU, IPV6_DONTFRAG): New macros.
22754 2016-04-23  H.J. Lu  <hongjiu.lu@intel.com>
22756         * elf/dl-minimal.c (__libc_memalign): Mmap one extra page.
22758 2016-04-23  Mike Frysinger  <vapier@gentoo.org>
22760         * locale/programs/ld-time.c (time_finish): Set week_1stweek to 7
22761         when it is the default of 0.
22763 2016-04-22  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22765         * sysdeps/powerpc/locale-defines.sym:  Add new macros.
22766         * sysdeps/powerpc/powerpc64/multiarch/Makefile:
22767         (sysdep_routines): Add new strcasestr targets.
22768         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
22769         (__libc_ifunc_impl_list): Likewise.
22770         * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S: New file.
22771         * sysdeps/powerpc/powerpc64/multiarch/strcasestr-ppc64.c: New file.
22772         * sysdeps/powerpc/powerpc64/multiarch/strcasestr.c: New file.
22773         * sysdeps/powerpc/powerpc64/power8/Makefile:
22774         New file to add strcasestr-ppc64 to sysdep_routines.
22775         * sysdeps/powerpc/powerpc64/power8/strcasestr-ppc64.c: New file.
22776         * sysdeps/powerpc/powerpc64/power8/strcasestr.S: New file.
22778 2016-04-20  Siddhesh Poyarekar  <sid@reserved-bit.com>
22780         * benchtests/Makefile (wcsmbs-benchset): Include only for
22781         native builds and runs.
22782         (LOCALES): Likewise.
22783         (bench-build): Build timing-type here instead of the bench
22784         target.  Generate locale only for native builds.
22785         * benchtests/README: Add note for cross-building.
22787         * benchtests/Makefile (bench-clean): Clean up extra-objs.
22789         * benchtests/README: Update README to include instructions on
22790         using bench-build.
22792         * Makefile.in (bench-build): New target.
22793         * Rules (PHONY): Add bench-build target.
22794         * benchtests/Makefile (bench): Depend on bench-build.
22795         (bench-build): New target.
22797 2016-04-19  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22799         * sysdeps/mach/hurd/profil.c (update_waiter): Initialize
22800         profil_reply_port.
22801         (profile_waiter): Do not initialize profil_reply_port.
22802         * sysdeps/mach/hurd/profil.c (__profile_frequency): Return tick
22803         frequency instead of tick length in us.
22805 2016-04-18  Wilco Dijkstra  <wdijkstr@arm.com>
22807         [BZ #18712]
22808         * string/string-inlines.c (__STRING2_COPY_TYPE): Add, moved from string2.h.
22809         (__old_mempcpy_small): Likewise.
22810         (__old_strcpy_small): Likewise.
22811         (__old_stpcpy_small): Likewise.
22812         (__old_strpbrk_c2): Fix compat symbol name.
22813         (__old_strpbrk_c3): Likewise.
22814         * string/bits/string2.h (__STRING2_COPY_TYPE): Remove.
22815         (__mempcpy_small): Remove.
22816         (__strcpy_small): Remove.
22817         (__stpcpy_small): Remove.
22819 2016-04-16  Robin van der Vliet <info@robinvandervliet.com>
22821         [BZ #19400]
22822         * locale/iso-639.def: Add the Talossan/tzl language.
22824 2016-04-16  Mike Frysinger  <vapier@gentoo.org>
22826         [BZ #16983]
22827         * locale/programs/ld-address.c (address_finish): Update postal_fmt
22828         comment.  Add "ln" to strchr check on postal_fmt.
22830 2016-04-16  Mike Frysinger  <vapier@gentoo.org>
22832         * locale/programs/ld-telephone.c (telephone_finish): Add %t to the
22833         default tel_int_fmt.  Add "Cet" to strchr check on tel_int_fmt and
22834         tel_dom_fmt.
22836 2016-04-15  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
22838         * sysdeps/powerpc/powerpc64/multiarch/Makefile:
22839         (sysdep_routines): Added __strlen_power8.
22840         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Added
22841         __strlen_power8 entry.
22842         * sysdeps/powerpc/powerpc64/multiarch/strlen-power8.S: New file.
22843         Implementation for POWER8.
22844         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Added IFUNC selector
22845         for __strlen_power8.
22846         * sysdeps/powerpc/powerpc64/power8/strlen.S: New file.
22847         Implementation for POWER8.
22849 2016-04-15  Mike Frysinger  <vapier@gentoo.org>
22851         * locale/iso-4217.def: Add SSP and change ZMK to ZMW.
22853 2016-04-15   H.J. Lu  <hongjiu.lu@intel.com>
22855         * sysdeps/x86/cpu-features.c (init_cpu_features): Detect Intel
22856         Goldmont and Airmont processors.
22858 2016-04-15  Wilco Dijkstra  <wdijkstr@arm.com>
22860         * string/string.h: Use __GNUC_PREREQ(3,4) for bits/string2.h.
22861         * string/bits/string2.h (__STRING2_SMALL_GET16): Remove.
22862         (__STRING2_SMALL_GET32): Remove.
22863         (memset): Remove.
22864         (__memset_1): Remove.
22865         (__memset_gc): Remove.
22866         (__mempcpy): Remove.
22867         (mempcpy): Remove.
22868         (__mempcpy_args): Remove.
22869         (strchr): Remove.
22870         (strcpy): Remove.
22871         (strcpy_args): Remove.
22872         (__stpcpy_args): Remove.
22873         (__strcmp_cc): Remove.
22874         (__strcmp_gc): Remove.
22875         (strstr): Remove.
22877 2016-04-15  Yvan Roux  <yvan.roux@linaro.org>
22879         * stdlib/setenv.c (unsetenv): Fix ambiguous 'else'.
22880         * nis/nis_call.c (nis_server_cache_add): Likewise.
22882 2016-04-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
22884         * sysdeps/unix/sysv/linux/sysdep.h: Include kernel-features.h.
22886 2016-04-14  Florian Weimer  <fweimer@redhat.com>
22888         * malloc/arena.c (__malloc_fork_lock_parent)
22889         (__malloc_fork_unlock_parent, __malloc_fork_unlock_child): Add
22890         internal_function attribute.
22892 2016-04-14  Stefan Liebler  <stli@linux.vnet.ibm.com>
22894         * stdio-common/printf_fp.c (__printf_fp_l):
22895         Rename ___printf_fp_l to __printf_fp_l and
22896         remove strong alias. Use libc_hidden_def instead
22897         of ldbl_hidden_def macro.
22899 2016-04-14  Florian Weimer  <fweimer@redhat.com>
22901         Remove malloc hooks from fork handler.  They are no longer needed
22902         because malloc runs right before fork, and no malloc calls from
22903         other fork handlers are not possible anymore.
22904         * malloc/malloc.c (malloc_atfork, free_atfork): Remove
22905         declarations.
22906         * malloc/arena.c (save_malloc_hook, save_free_hook, save_arena)
22907         (ATFORK_ARENA_PTR, malloc_atfork, free_atfork)
22908         (atfork_recursive_cntr): Remove.
22909         (__malloc_fork_lock_parent): Do not override malloc hooks and
22910         thread_arena.
22911         (__malloc_fork_unlock_parent): Do not restore malloc hooks and
22912         thread_arena.
22913         (__malloc_fork_unlock_child): Do not restore malloc hooks.  Use
22914         thread_arena instead of save_arena.
22916 2016-04-14  Florian Weimer  <fweimer@redhat.com>
22918         * sysdeps/nptl/malloc-machine.h (ATFORK_MEM, __dso_handle)
22919         (thread_atfork, thread_atfork_static): Remove.
22920         * sysdeps/mach/hurd/malloc-machine.h:
22921         (thread_atfork, thread_atfork_static): Remove.
22923 2016-04-14  Florian Weimer  <fweimer@redhat.com>
22925         [BZ #19431]
22926         Run the malloc fork handler as late as possible to avoid deadlocks.
22927         * malloc/malloc-internal.h: New file.
22928         * malloc/malloc.c: Include it.
22929         * malloc/arena.c (ATFORK_MEM): Remove.
22930         (__malloc_fork_lock_parent): Rename from ptmalloc_lock_all.
22931         Update comment.
22932         (__malloc_fork_unlock_parent): Rename from ptmalloc_unlock_all.
22933         (__malloc_fork_unlock_child): Rename from ptmalloc_unlock_all2.
22934         Remove outdated comment.
22935         (ptmalloc_init): Do not call thread_atfork.  Remove
22936         thread_atfork_static.
22937         * malloc/tst-malloc-fork-deadlock.c: New file.
22938         * Makefile (tests): Add tst-malloc-fork-deadlock.
22939         (tst-malloc-fork-deadlock): Link against libpthread.
22940         * manual/memory.texi (Aligned Memory Blocks): Update safety
22941         annotation comments.
22942         * sysdeps/nptl/fork.c (__libc_fork): Call
22943         __malloc_fork_lock_parent, __malloc_fork_unlock_parent,
22944         __malloc_fork_unlock_child.
22945         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
22947 2016-04-14  Florian Weimer  <fweimer@redhat.com>
22949         [BZ #19613]
22950         Remove union wait.
22951         * bits/waitstatus.h (union wait, w_termsig, w_coredump, w_retcode)
22952         (w_stopsig, w_stopval): Remove.
22953         * include/sys/wait.h (__wait, __wait3, __wait4): Use int * for the
22954         stat_loc argument.
22955         * posix/sys/wait.h (__WAIT_INT, __WAIT_STATUS)
22956         (__WAIT_STATUS_DEFN): Remove.
22957         (WEXITSTATUS, WTERMSIG, WSTOPSIG, WIFEXITED, WIFSIGNALED)
22958         (WIFSTOPPED, WIFCONTINUED, WCOREDUMP): Remove __WAIT_INT.
22959         (wait, wait3, wait4): Use int * for the stat_loc argument.
22960         * posix/wait.c (__wait): Likewise.
22961         * posix/wait3.c (__wait3): Likewise.
22962         * posix/wait4.c (__wait4): Likewise.
22963         * stdlib/stdlib.h (__WAIT_INT, __WAIT_STATUS)
22964         (__WAIT_STATUS_DEFN): Remove.
22965         (WEXITSTATUS, WTERMSIG, WSTOPSIG, WIFEXITED, WIFSIGNALED)
22966         (WIFSTOPPED, WIFCONTINUED): Remove __WAIT_INT.
22967         * sysdeps/mach/hurd/wait4.c (__wait4): Use int * for the stat_loc
22968         argument.
22969         * sysdeps/posix/wait.c (__libc_wait): Likewise.
22970         * sysdeps/posix/wait3.c (__wait3): Likewise.
22971         * sysdeps/unix/bsd/wait.c (__libc_wait): Likewise.
22972         * sysdeps/unix/bsd/wait3.c (__wait3): Likewise.
22973         * sysdeps/unix/bsd/waitpid.c (__waitpid): Remove cast.
22974         * sysdeps/unix/sysv/linux/wait.c (__libc_wait): Use int * for the
22975         stat_loc argument.
22976         * manual/process.texi (BSD Wait Functions): Remove union wait.
22978 2016-04-13  Andreas Schwab  <schwab@suse.de>
22980         * elf/Makefile (extra-test-objs): Add tst-tlsalign-vars.o.
22981         (test-extras): Add tst-tlsalign-vars.
22982         * math/Makefile: Wrap long lines.
22983         (libm-vec-test-wrappers): Define.
22984         (test-extras): Add $(libm-vec-test-wrappers).
22985         (extra-test-objs): Add $(libm-vec-test-wrappers) objects.
22986         * nss/Makefile (extra-test-objs): Add nss_test1.os.
22987         * stdlib/Makefile (extra-test-objs): Add $(modules-names) objects.
22988         * sysdeps/x86_64/Makefile (test-extras): Add tst-quadmod1pie
22989         tst-quadmod2pie tst-audit4-aux tst-audit10-aux.
22990         (extra-test-objs): Add corresponding objects.
22992 2016-04-12   H.J. Lu  <hongjiu.lu@intel.com>
22994         [BZ #19928]
22995         * sysdeps/x86_64/cacheinfo.c (__x86_shared_non_temporal_threshold):
22996         New.
22997         (init_cacheinfo): Set __x86_shared_non_temporal_threshold to 6
22998         times of shared cache size.
22999         * sysdeps/x86_64/multiarch/memmove-avx-unaligned-erms.S
23000         (VMOVNT): New.
23001         * sysdeps/x86_64/multiarch/memmove-avx512-unaligned-erms.S
23002         (VMOVNT): Likewise.
23003         * sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S
23004         (VMOVNT): Likewise.
23005         (VMOVU): Changed to movups for smaller code sizes.
23006         (VMOVA): Changed to movaps for smaller code sizes.
23007         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: Update
23008         comments.
23009         (PREFETCH): New.
23010         (PREFETCH_SIZE): Likewise.
23011         (PREFETCHED_LOAD_SIZE): Likewise.
23012         (PREFETCH_ONE_SET): Likewise.
23013         Rewrite to use forward and backward loops, which move 4 vector
23014         registers at a time, to support overlapping addresses and use
23015         non temporal store if size is above the threshold and there is
23016         no overlap between destination and source.
23018 2016-04-12  Alex Smith  <alex.smith@imgtec.com>
23020         * sysdeps/unix/sysv/linux/mips/Makefile (sysdep_routines):
23021         Include dl-vdso.
23022         * sysdeps/unix/sysv/linux/mips/Versions: Add
23023         __vdso_clock_gettime.
23024         * sysdeps/unix/sysv/linux/mips/init-first.c: New file.
23025         * sysdeps/unix/sysv/linux/mips/libc-vdso.h: New file.
23026         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h:
23027         (INTERNAL_VSYSCALL_CALL): Define to be compatible with MIPS
23028         definitions of INTERNAL_SYSCALL_{ERROR_P,ERRNO}.
23029         (HAVE_CLOCK_GETTIME_VSYSCALL): Define.
23030         (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
23031         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
23032         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
23034 2016-04-11  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
23036         * sysdeps/unix/sysv/linux/arm/pwrite.c: Remove file.
23037         * sysdeps/unix/sysv/linux/arm/pwrite64.c: Likewise.
23038         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
23039         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
23040         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
23041         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
23042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
23043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
23044         * sysdeps/unix/sysv/linux/wordsize-64/pwrite64.c: Likewise.
23045         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (prite): Remove
23046         syscalls generation.
23047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
23048         [__NR_pwrite64] (__NR_write): Remove define.
23049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
23050         [__NR_pwrite64] (__NR_write): Remove define.
23051         * sysdeps/unix/sysv/linux/pwrite.c [__NR_pwrite64] (__NR_pwrite):
23052         Remove define.
23053         (__libc_pwrite): Use SYSCALL_LL macro on offset argument.
23054         * sysdeps/unix/sysv/linux/pwrite64.c [__NR_pwrite64] (__NR_pwrite):
23055         Remove define.
23056         (__libc_pwrite64): Use SYSCALL_LL64 macro on offset argument.
23057         * sysdeps/unix/sysv/linux/sh/pwrite.c: Rewrite using default
23058         Linux implementation as base.
23059         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
23061         * sysdeps/unix/sysv/linux/arm/pread.c: Remove file.
23062         * sysdeps/unix/sysv/linux/arm/pread64.c: Likewise.
23063         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
23064         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
23065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise,
23066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
23067         * sysdeps/unix/sysv/linux/wordsize-64/pread64.c: Likewise.
23068         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (pread): Remove
23069         syscall generation.
23070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
23071         [__NR_pread64] (__NR_pread): Remove define.
23072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
23073         [__NR_pread64] (__NR_pread): Likewise.
23074         * sysdeps/unix/sysv/linux/pread.c [__NR_pread64] (__NR_pread): Remove
23075         define.
23076         (__libc_pread): Use SYSCALL_LL macro on offset argument.
23077         * sysdeps/unix/sysv/linux/pread64.c [__NR_pread64] (__NR_pread):
23078         Remove define.
23079         (__libc_pread64): Use SYSCALL_LL64 macro on offset argument.
23080         * sysdeps/unix/sysv/linux/sh/pread.c: Rewrite using default
23081         Linux implementation as base.
23082         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
23083         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
23084         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
23086         * sysdeps/unix/sysv/linux/generic/sysdep.h (__ALIGNMENT_ARG): Move
23087         definition.
23088         (__ALIGNMENT_COUNT): Likewise.
23089         * sysdeps/unix/sysv/linux/sysdep.h (__ALIGNMENT_ARG): To here.
23090         (__ALIGNMENT_COUNT): Likewise.
23091         (SYSCALL_LL): New define.
23092         (SYSCALL_LL64): Likewise.
23093         * sysdeps/unix/sysv/linux/mips/kernel-features.h:
23094         [_MIPS_SIM == _ABIO32] (__ASSUME_WORDSIZE64_ILP32): Define.
23095         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h:
23096         [ILP32] (__ASUME_WORDSIZE64_ILP32): Likewise.
23098         * sysdeps/unix/sysv/linux/arm/kernel-features.h
23099         (__ASSUME_ALIGNED_REGISTER_PAIRS): Define.
23100         * sysdeps/unix/sysv/linux/mips/kernel-features.h
23101         [_MIPS_SIM == _ABIO32] (__ASSUME_ALIGNED_REGISTER_PAIRS): Likewise.
23102         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
23103         [!__powerpc64__] (__ASSUME_ALIGNED_REGISTER_PAIRS): Likewise.
23105 2016-04-11  Florian Weimer  <fweimer@redhat.com>
23107         [BZ #19865]
23108         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Restore
23109         original buffer before retry.
23111 2016-04-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23113         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro)
23114         [!HAVE_AUX_VECTOR]: Do not define _dl_auxv field.
23115         * misc/getauxval.c (__getauxval) [!HAVE_AUX_VECTOR]: Do not go through
23116         GLRO(dl_auxv) list.
23117         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_VECTOR): Define before
23118         including <ldsodefs.h>.
23119         * sysdeps/nacl/ldsodefs.h (HAVE_AUX_VECTOR): Likewise.
23121 2016-04-09  Nick Alcock  <nick.alcock@oracle.com>
23123         * elf/rtld-Rules (rtld-compile-command.c): Add $(rtld-CFLAGS).
23124         * scripts/sysd-rules.awk: Substitute in $(CFLAGS) as well as
23125         $(CPPFLAGS).
23127 2016-04-09  Khem Raj  <raj.khem@gmail.com>
23129         [BZ #17950]
23130         * sysdeps/i386/Makefile [$(subdir) == elf] (CFLAGS-.os):
23131         Add -mfpmath=387.
23133 2016-04-09  Mike Frysinger  <vapier@gentoo.org>
23135         * sysdeps/i386/configure.ac: Change == to = when calling test.
23136         * sysdeps/x86_64/configure.ac: Likewise.
23137         * sysdeps/i386/configure: Regenerated.
23138         * sysdeps/x86_64/configure: Likewise.
23140 2016-04-08  Mike Frysinger  <vapier@gentoo.org>
23142         [BZ #16137]
23143         * benchtests/Makefile (LOCALES): Change iw_IL to he_IL.
23144         * benchtests/bench-strcoll.c (input_files): Likewise.
23145         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
23146         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Rename to ...
23147         * benchtests/strcoll-inputs/lorem_ipsum#he_IL.UTF-8: ... here.
23149 2016-04-08  Joseph Myers  <joseph@codesourcery.com>
23151         [BZ #19929]
23152         * include/bits/xopen_lim.h (NL_NMAX): Do not define if
23153         [__USE_XOPEN2K8 && !__USE_GNU].
23154         * conform/Makefile (test-xfail-XOPEN2K8/limits.h/conform): Remove
23155         variable.
23157         [BZ #19925]
23158         * sysdeps/unix/sysv/linux/alpha/bits/termios.h (XCASE): Do not
23159         define if [!__USE_MISC && __USE_XOPEN2K].
23160         * sysdeps/unix/sysv/linux/bits/termios.h (XCASE): Likewise.
23161         * sysdeps/unix/sysv/linux/mips/bits/termios.h (XCASE): Likewise.
23162         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XCASE):
23163         Likewise.
23164         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (XCASE): Likewise.
23165         * conform/Makefile (test-xfail-XOPEN2K/termios.h/conform): Remove
23166         variable.
23167         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
23169 2016-04-07  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
23171         * sysdeps/powerpc/powerpc64/multiarch/Makefile:
23172         (sysdep_routines): Add new strspn targets.
23173         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
23174         (__libc_ifunc_impl_list): Add strspn.
23175         * sysdeps/powerpc/powerpc64/multiarch/strspn-power8.S:
23176         New file.
23177         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c:
23178         Likewise.
23179         * sysdeps/powerpc/powerpc64/multiarch/strspn.c:
23180         Likewise.
23181         * sysdeps/powerpc/powerpc64/power8/strspn.S:
23182         Likewise.
23184 2016-04-07  Florian Weimer  <fweimer@redhat.com>
23186         * misc/hsearch_r.c: Include <limits.h>.
23188 2016-04-07  Florian Weimer  <fweimer@redhat.com>
23190         * malloc/scratch_buffer_set_array_size.c: Include <limits.h>.
23192 2016-04-06   H.J. Lu  <hongjiu.lu@intel.com>
23194         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
23195         (MEMCPY_SYMBOL): New.
23196         (MEMPCPY_SYMBOL): Likewise.
23197         (MEMMOVE_CHK_SYMBOL): Likewise.
23198         Replace MEMMOVE_SYMBOL with MEMMOVE_CHK_SYMBOL on __mempcpy_chk
23199         symbols.  Replace MEMMOVE_SYMBOL with MEMPCPY_SYMBOL on
23200         __mempcpy symbols.  Provide alias for __memcpy_chk in libc.a.
23201         Provide alias for memcpy in libc.a and ld.so.
23203 2016-04-06   H.J. Lu  <hongjiu.lu@intel.com>
23205         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
23206         (MEMSET_CHK_SYMBOL): New.  Define if not defined.
23207         (__bzero): Check VEC_SIZE == 16 instead of USE_MULTIARCH.
23208         Disabled fro now.
23209         Replace MEMSET_SYMBOL with MEMSET_CHK_SYMBOL on __memset_chk
23210         symbols.  Properly check USE_MULTIARCH on __memset symbols.
23212 2016-04-06   H.J. Lu  <hongjiu.lu@intel.com>
23214         * benchtests/Makefile (string-benchset): Add memcpy-large,
23215         memmove-large and memset-large.
23216         * benchtests/bench-memcpy-large.c: New file.
23217         * benchtests/bench-memmove-large.c: Likewise.
23218         * benchtests/bench-memmove-large.c: Likewise.
23219         * benchtests/bench-string.h (TIMEOUT): Don't redefine.
23221 2016-04-05   H.J. Lu  <hongjiu.lu@intel.com>
23223         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S: Force
23224         32-bit displacement to avoid long nop between instructions.
23226 2016-04-05   H.J. Lu  <hongjiu.lu@intel.com>
23228         * sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S: Add
23229         a comment on VMOVU and VMOVA.
23231 2016-04-04  Florian Weimer  <fweimer@redhat.com>
23233         [BZ #19633]
23234         Use specified locale for number formatting in strfmon_l.
23235         * locale/localeinfo.h (__nl_lookup, _nl_lookup_wstr)
23236         (__nl_lookup_word): New inline functions.
23237         * include/printf.h (__print_fp_l): Declare.
23238         * stdio-common/printf_fp.c (___printf_fp_l): Renamed from
23239         ___printf_fp.  Add locale argument.  Replace _NL_CURRENT with
23240         _nl_lookup and _NL_CURRENT_WORD with _nl_lookup_word.
23241         (___printf_fp): New function.
23242         * stdlib/strfmon_l.c (__printf_fp): Remove declaration.
23243         (__vstrfmon_l): Call __printf_fp_l instead of printf_fp.
23244         * stdlib/tst-strfmon_l.c (do_test): New test.
23245         * stdlib/Makefile (tests): Add kt.
23246         (LOCALES): Build additional locales.
23247         (tst-strfmon_l.out): Require locales.
23249 2016-04-03   H.J. Lu  <hongjiu.lu@intel.com>
23251         * sysdeps/x86_64/multiarch/memmove-avx-unaligned-erms.S: Skip
23252         if not in libc.
23253         * sysdeps/x86_64/multiarch/memmove-avx512-unaligned-erms.S:
23254         Likewise.
23255         * sysdeps/x86_64/multiarch/memset-avx2-unaligned-erms.S:
23256         Likewise.
23257         * sysdeps/x86_64/multiarch/memset-avx512-unaligned-erms.S:
23258         Likewise.
23260 2016-04-03   H.J. Lu  <hongjiu.lu@intel.com>
23262         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:
23263         (__mempcpy_erms, __memmove_erms): Moved before __mempcpy_chk
23264         with unaligned_erms.
23265         (__memmove_erms): Skip if source == destination.
23266         (__memmove_unaligned_erms): Don't check source == destination
23267         first.
23269 2016-04-01   H.J. Lu  <hongjiu.lu@intel.com>
23271         * sysdeps/x86/cpu-features.c (init_cpu_features): Don't set
23272         bit_arch_Fast_Copy_Backward for Intel Core proessors.
23274 2016-04-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
23276         * string/strcspn.c (strcspn): Use PTR_ALIGN_DOWN.
23277         * string/strspn.c (strspn): Likewise.
23279 2016-04-01   H.J. Lu  <hongjiu.lu@intel.com>
23281         * benchtests/bench-memset.c (do_test): Support 64-byte
23282         alignment.
23283         (test_main): Test 64-byte alignment.
23285 2016-04-01   H.J. Lu  <hongjiu.lu@intel.com>
23287         * benchtests/bench-memmove.c (test_main): Test 64-byte
23288         alignment.
23290 2016-04-01   H.J. Lu  <hongjiu.lu@intel.com>
23292         * benchtests/bench-memcpy.c (test_main): Test 64-byte alignment.
23294 2016-04-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
23296         * sysdeps/powerpc/powerpc64/strcspn.S: Remove file.
23297         * sysdeps/powerpc/powerpc64/strpbrk.S: Remove file.
23298         * sysdeps/powerpc/powerpc64/strspn.S: Remove file.
23300         * string/strpbrk.c (strpbrk): Rewrite function.
23301         * string/bits/string2.h (strpbrk): Use __builtin_strpbrk.
23302         (__strpbrk_c2): Likewise.
23303         (__strpbrk_c3): Likewise.
23304         * string/string-inlines.c
23305         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strpbrk_c2):
23306         Likewise.
23307         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strpbrk_c3):
23308         Likewise.
23310         * string/strspn.c (strcspn): Rewrite function.
23311         * string/bits/string2.h (strspn): Use __builtin_strcspn.
23312         (__strspn_c1): Remove inline function.
23313         (__strspn_c2): Likewise.
23314         (__strspn_c3): Likewise.
23315         * string/string-inlines.c
23316         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strspn_c1): Add
23317         compatibility symbol.
23318         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strspn_c2):
23319         Likewise.
23320         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strspn_c3):
23321         Likewise.
23322         * string/string-inlines.c: Include generic version.
23324 2016-04-01  Wilco Dijkstra  <wdijkstr@arm.com>
23325             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
23327         * string/Version (libc): Add GLIBC_2.24.
23328         * string/strcspn.c (strcspn): Rewrite function.
23329         * string/bits/string2.h (strcspn): Use __builtin_strcspn.
23330         (__strcspn_c1): Remove inline function.
23331         (__strcspn_c2): Likewise.
23332         (__strcspn_c3): Likewise.
23333         * string/string-inline.c
23334         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strcspn_c1): Add
23335         compatibility symbol.
23336         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strcspn_c2):
23337         Likewise.
23338         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strcspn_c3):
23339         Likewise.
23340         * sysdeps/i386/string-inlines.c: Include generic string-inlines.c.
23342 2016-04-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
23344         * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
23345         Use ahi instead of aghi to adjust stack pointer.
23347 2016-03-31  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
23349         [BZ #19853]
23350         * stdio-common/tst-sprintf3.c [TEST_N]: Refactor
23351         TEST to take significant digits as second parameter.
23352         [TEST]: Redefine in terms of TEST_N taking 30
23353         significant digits.
23354         (do_test): Add test case to demonstrate precision
23355         failure in the ldbl-128ibm printf.
23356         * sysdeps/ieee754/ldbl-128ibm/ldbl2pm.c:
23357         (__mpn_extract_long_double): Carry 7 extra intermediate
23358         bits of precision to aide computing difference when
23359         signs differ.
23361 2016-03-31   H.J. Lu  <hongjiu.lu@intel.com>
23363         [BZ #19881]
23364         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
23365         memset-sse2-unaligned-erms, memset-avx2-unaligned-erms and
23366         memset-avx512-unaligned-erms.
23367         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23368         (__libc_ifunc_impl_list): Test __memset_chk_sse2_unaligned,
23369         __memset_chk_sse2_unaligned_erms, __memset_chk_avx2_unaligned,
23370         __memset_chk_avx2_unaligned_erms, __memset_chk_avx512_unaligned,
23371         __memset_chk_avx512_unaligned_erms, __memset_sse2_unaligned,
23372         __memset_sse2_unaligned_erms, __memset_erms,
23373         __memset_avx2_unaligned, __memset_avx2_unaligned_erms,
23374         __memset_avx512_unaligned_erms and __memset_avx512_unaligned.
23375         * sysdeps/x86_64/multiarch/memset-avx2-unaligned-erms.S: New
23376         file.
23377         * sysdeps/x86_64/multiarch/memset-avx512-unaligned-erms.S:
23378         Likewise.
23379         * sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S:
23380         Likewise.
23381         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:
23382         Likewise.
23384 2016-03-31   H.J. Lu  <hongjiu.lu@intel.com>
23386         [BZ #19776]
23387         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
23388         memmove-sse2-unaligned-erms, memmove-avx-unaligned-erms and
23389         memmove-avx512-unaligned-erms.
23390         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23391         (__libc_ifunc_impl_list): Test
23392         __memmove_chk_avx512_unaligned_2,
23393         __memmove_chk_avx512_unaligned_erms,
23394         __memmove_chk_avx_unaligned_2, __memmove_chk_avx_unaligned_erms,
23395         __memmove_chk_sse2_unaligned_2,
23396         __memmove_chk_sse2_unaligned_erms, __memmove_avx_unaligned_2,
23397         __memmove_avx_unaligned_erms, __memmove_avx512_unaligned_2,
23398         __memmove_avx512_unaligned_erms, __memmove_erms,
23399         __memmove_sse2_unaligned_2, __memmove_sse2_unaligned_erms,
23400         __memcpy_chk_avx512_unaligned_2,
23401         __memcpy_chk_avx512_unaligned_erms,
23402         __memcpy_chk_avx_unaligned_2, __memcpy_chk_avx_unaligned_erms,
23403         __memcpy_chk_sse2_unaligned_2, __memcpy_chk_sse2_unaligned_erms,
23404         __memcpy_avx_unaligned_2, __memcpy_avx_unaligned_erms,
23405         __memcpy_avx512_unaligned_2, __memcpy_avx512_unaligned_erms,
23406         __memcpy_sse2_unaligned_2, __memcpy_sse2_unaligned_erms,
23407         __memcpy_erms, __mempcpy_chk_avx512_unaligned_2,
23408         __mempcpy_chk_avx512_unaligned_erms,
23409         __mempcpy_chk_avx_unaligned_2, __mempcpy_chk_avx_unaligned_erms,
23410         __mempcpy_chk_sse2_unaligned_2, __mempcpy_chk_sse2_unaligned_erms,
23411         __mempcpy_avx512_unaligned_2, __mempcpy_avx512_unaligned_erms,
23412         __mempcpy_avx_unaligned_2, __mempcpy_avx_unaligned_erms,
23413         __mempcpy_sse2_unaligned_2, __mempcpy_sse2_unaligned_erms and
23414         __mempcpy_erms.
23415         * sysdeps/x86_64/multiarch/memmove-avx-unaligned-erms.S: New
23416         file.
23417         * sysdeps/x86_64/multiarch/memmove-avx512-unaligned-erms.S:
23418         Likewise.
23419         * sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S:
23420         Likewise.
23421         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:
23422         Likewise.
23424 2016-03-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
23426         * sysdeps/s390/bits/link.h: (La_s390_vr) New typedef.
23427         (La_s390_32_regs): Append vector register lr_v24-lr_v31.
23428         (La_s390_64_regs): Likewise.
23429         (La_s390_32_retval): Append vector register lrv_v24.
23430         (La_s390_64_retval): Likeweise.
23431         * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_profile):
23432         Handle extended structs La_s390_32_regs and La_s390_32_retval.
23433         * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_profile):
23434         Handle extended structs La_s390_64_regs and La_s390_64_retval.
23436 2016-03-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
23438         [BZ #19916]
23439         * sysdeps/s390/s390-32/dl-trampoline.S: Include dl-trampoline.h twice
23440         to create a non-vector/vector version for _dl_runtime_resolve and
23441         _dl_runtime_profile. Move implementation to ...
23442         * sysdeps/s390/s390-32/dl-trampoline.h: ... here.
23443         (_dl_runtime_resolve) Save and restore fpr/vrs.
23444         (_dl_runtime_profile) Save and restore vrs and fix some issues
23445         if _dl_call_pltexit is called.
23446         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
23447         Choose the correct resolver function if running on a machine with vx.
23448         * sysdeps/s390/s390-64/dl-trampoline.S: Include dl-trampoline.h twice
23449         to create a non-vector/vector version for _dl_runtime_resolve and
23450         _dl_runtime_profile. Move implementation to ...
23451         * sysdeps/s390/s390-64/dl-trampoline.h: ... here.
23452         (_dl_runtime_resolve) Save and restore fpr/vrs.
23453         (_dl_runtime_profile) Save and restore vrs and fix some issues
23454         * sysdeps/s390/s390-64/dl-machine.h: (elf_machine_runtime_setup):
23455         Choose the correct resolver function if running on a machine with vx.
23457 2016-03-31  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
23459         * elf/tst-dlsym-error.c: Include <string.h> for strchrnul.
23461 2016-03-31  Florian Weimer  <fweimer@redhat.com>
23463         [BZ #19509]
23464         * elf/dl-lookup.c (_dl_lookup_symbol_x): Report error even if
23465         skip_map != NULL.
23466         * elf/tst-dlsym-error.c: New file.
23467         * elf/Makefile (tests): Add tst-dlsym-error.
23468         (tst-dlsym-error): Link against libdl.
23470 2016-03-29  Joseph Myers  <joseph@codesourcery.com>
23472         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
23473         (__ASSUME_FUTIMESAT): Remove macro.
23474         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: Remove file.
23476 2016-03-29  Florian Weimer  <fweimer@redhat.com>
23478         [BZ #19879]
23479         CVE-2016-3075
23480         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Do not
23481         copy name.
23483 2016-03-29  Florian Weimer  <fweimer@redhat.com>
23485         [BZ #19837]
23486         * nss/nss_db/db-XXX.c (_nss_db_getENTNAME_r): Propagate ERANGE
23487         error if parse_line fails.
23489 2016-03-28   H.J. Lu  <hongjiu.lu@intel.com>
23491         * sysdeps/x86/cpu-features.h (bit_cpu_ERMS): New.
23492         (index_cpu_ERMS): Likewise.
23493         (reg_ERMS): Likewise.
23495 2016-03-28  Aurelien Jarno  <aurelien@aurel32.net>
23497         * sysdeps/unix/sysv/linux/sys/personality.h (UNAME26, FDPIC_FUNCPTRS,
23498         PER_LINUX_FDPIC): Add.
23500 2016-03-28   H.J. Lu  <hongjiu.lu@intel.com>
23502         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
23503         memcpy-avx512-no-vzeroupper.
23504         * sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S: Renamed
23505         to ...
23506         * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S: This.
23507         (MEMCPY): Don't define.
23508         (MEMCPY_CHK): Likewise.
23509         (MEMPCPY): Likewise.
23510         (MEMPCPY_CHK): Likewise.
23511         (MEMPCPY_CHK): Renamed to ...
23512         (__mempcpy_chk_avx512_no_vzeroupper): This.
23513         (MEMPCPY_CHK): Renamed to ...
23514         (__mempcpy_chk_avx512_no_vzeroupper): This.
23515         (MEMCPY_CHK): Renamed to ...
23516         (__memmove_chk_avx512_no_vzeroupper): This.
23517         (MEMCPY): Renamed to ...
23518         (__memmove_avx512_no_vzeroupper): This.
23519         (__memcpy_avx512_no_vzeroupper): New alias.
23520         (__memcpy_chk_avx512_no_vzeroupper): Likewise.
23522 2016-03-28   H.J. Lu  <hongjiu.lu@intel.com>
23524         [BZ #18858]
23525         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
23526         mempcpy-ssse3, mempcpy-ssse3-back, mempcpy-avx-unaligned
23527         and mempcpy-avx512-no-vzeroupper.
23528         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S (MEMPCPY_CHK):
23529         New.
23530         (MEMPCPY): Likewise.
23531         * sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S
23532         (MEMPCPY_CHK): New.
23533         (MEMPCPY): Likewise.
23534         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S (MEMPCPY_CHK): New.
23535         (MEMPCPY): Likewise.
23536         * sysdeps/x86_64/multiarch/memcpy-ssse3.S (MEMPCPY_CHK): New.
23537         (MEMPCPY): Likewise.
23538         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: Removed.
23539         * sysdeps/x86_64/multiarch/mempcpy-avx512-no-vzeroupper.S:
23540         Likewise.
23541         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: Likewise.
23542         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: Likewise.
23544 2016-03-28   H.J. Lu  <hongjiu.lu@intel.com>
23545              Amit Pawar  <Amit.Pawar@amd.com>
23547         [BZ #19583]
23548         * sysdeps/x86/cpu-features.c (init_cpu_features): Set
23549         Fast_Unaligned_Copy with Fast_Unaligned_Load for Intel
23550         processors.  Set Fast_Copy_Backward for AMD Excavator
23551         processors.
23552         * sysdeps/x86/cpu-features.h (bit_arch_Fast_Unaligned_Copy):
23553         New.
23554         (index_arch_Fast_Unaligned_Copy): Likewise.
23555         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check
23556         Fast_Unaligned_Copy instead of Fast_Unaligned_Load.
23558 2016-03-25  Florian Weimer  <fweimer@redhat.com>
23560         [BZ #19791]
23561         * resolv/res_send.c (close_and_return_error): New function.
23562         (send_dg): Initialize *resplen2 after reopen failure.  Call
23563         close_and_return_error for error returns.  On error paths without
23564         __res_iclose, initialze *resplen2 explicitly.  Update comment for
23565         successful return.
23567 2016-03-25  Florian Weimer  <fweimer@redhat.com>
23569         [BZ #19860]
23570         * sysdeps/x86_64/tst-audit10.c (avx512_enabled): Always return
23571         zero if the compiler does not provide the AVX512F bit.
23573 2016-03-24  Joseph Myers  <joseph@codesourcery.com>
23575         [BZ #19848]
23576         * sysdeps/i386/fpu/e_powl.S (p3): Rename to p2 and change value
23577         from 8 to 4.
23578         (__ieee754_powl): Compare integer exponent against 4 not 8.
23579         * sysdeps/x86_64/fpu/e_powl.S (p3): Rename to p2 and change value
23580         from 8 to 4.
23581         (__ieee754_powl): Compare integer exponent against 4 not 8.
23582         * math/auto-libm-test-in: Add more tests of pow.
23583         * math/auto-libm-test-out: Regenerated.
23584         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Update.
23585         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23587 2016-03-23  Aurelien Jarno  <aurelien@aurel32.net>
23589         * sysdeps/unix/sysv/linux/futimens.c (futimens) [__NR_utimensat]:
23590         Make code unconditional.
23591         [!__NR_utimensat]: Remove conditional code.
23592         * sysdeps/unix/sysv/linux/lutimes.c (lutimes) [__NR_utimensat]:
23593         Make code unconditional.
23594         [!__NR_utimensat]: Remove conditional code.
23595         * sysdeps/unix/sysv/linux/utimensat.c (utimensat) [__NR_utimensat]:
23596         Make code unconditional.
23597         [!__NR_utimensat]: Remove conditional code.
23599 2016-03-23  Aurelien Jarno  <aurelien@aurel32.net>
23601         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64) [__NR_openat]:
23602         Make code unconditional.
23604 2016-03-23  Nick Alcock  <nick.alcock@oracle.com>
23606         * sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S: Reload
23607         call-clobbered %eax on retry path.
23608         * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Likewise.
23610 2016-03-22  H.J. Lu  <hongjiu.lu@intel.com>
23612         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S (MEMCPY):
23613         Don't set %rcx twice before "rep movsb".
23615 2016-03-22  H.J. Lu  <hongjiu.lu@intel.com>
23617         [BZ #19583]
23618         * sysdeps/x86/cpu-features.c (get_common_indeces): Remove
23619         inline.  Check family before setting family, model and
23620         extended_model.  Set AVX, AVX2, AVX512, FMA and FMA4 usable
23621         bits here.
23622         (init_cpu_features): Replace HAS_CPU_FEATURE and
23623         HAS_ARCH_FEATURE with CPU_FEATURES_CPU_P and
23624         CPU_FEATURES_ARCH_P.  Set index_arch_AVX_Fast_Unaligned_Load
23625         for Intel processors with usable AVX2.  Call get_common_indeces
23626         for other processors with family == NULL.
23627         * sysdeps/x86/cpu-features.h (CPU_FEATURES_CPU_P): New macro.
23628         (CPU_FEATURES_ARCH_P): Likewise.
23629         (HAS_CPU_FEATURE): Use CPU_FEATURES_CPU_P.
23630         (HAS_ARCH_FEATURE): Use CPU_FEATURES_ARCH_P.
23632 2016-03-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23634         * malloc/Makefile ($(objpfx)tst-malloc-backtrace,
23635         $(objpfx)tst-malloc-thread-exit, $(objpfx)tst-malloc-thread-fail): Use
23636         $(shared-thread-library) instead of hardcoding the path to libpthread.
23638 2016-03-22  Joseph Myers  <joseph@codesourcery.com>
23640         * sysdeps/unix/sysv/linux/kernel-features.h
23641         (__ASSUME_GETDENTS64_SYSCALL): Remove macro.
23642         * sysdeps/unix/sysv/linux/getdents.c
23643         [!__ASSUME_GETDENTS64_SYSCALL]: Remove conditional code.
23644         [!have_no_getdents64_defined]: Likewise.
23645         (__GETDENTS): Remove __have_no_getdents64 conditional.
23647 2016-03-21  Joseph Myers  <joseph@codesourcery.com>
23649         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_SIGNALFD4):
23650         Remove macro.
23651         * sysdeps/unix/sysv/linux/signalfd.c: Do not include
23652         <kernel-features.h>.
23653         (signalfd) [__NR_signalfd4]: Make code unconditional.
23654         (signalfd) [!__ASSUME_SIGNALFD4]: Remove conditional code.
23656 2016-03-21  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
23658         * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Fix implict checks
23659         style.
23661 2016-03-21  H.J. Lu  <hongjiu.lu@intel.com>
23663         * sysdeps/unix/sysv/linux/x86_64/cancellation.S
23664         (__pthread_enable_asynccancel): Use JUMPTARGET to call
23665         __pthread_unwind.
23666         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
23667         (__condvar_cleanup2): Use JUMPTARGET to call _Unwind_Resume.
23668         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
23669         (__condvar_cleanup1): Likewise.
23671 2016-03-21  Dylan Alex Simon  <dylan-sourceware@dylex.net>
23673         [BZ #19822]
23674         * math/Makefile ($(inst_libdir)/libm.so): Write output to $@.tmp and
23675         move it to the final $@ location.
23677 2016-03-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
23679         * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Fix invalid memory
23680         access where posix_spawn success and pid argument is null.
23681         * posix/tst-spawn.c (do_test): Add posix_spawn null pid argument for
23682         success case.
23684 2016-03-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>:
23686         * sysdeps/mach/hurd/i386/c++-types.data: New file.
23688         * sysdeps/mach/hurd/libc-lock.h (_IO_lock_inexpensive): Define to 1.
23690         * sysdeps/generic/dl-fcntl.h: New file, adds attribute_hidden to __open
23691         and __fcntl.
23692         * sysdeps/mach/hurd/dl-fcntl.h: New file, adds attribute_hidden to
23693         __fcntl only.
23694         * include/fcntl.h [IS_IN (rtld)]: Include <dl-fcntl.h> instead of
23695         adding attribute_hidden to __open and __fcntl.
23697         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Strip
23698         "-include $(common-objpfx)libc-modules.h" from CPPFLAGS, and do not
23699         depend on libc-modules.h,
23700         * mach/Makefile ($(objpfx)mach-syscalls.mk): Depend on libc-modules.h.
23702 2016-03-17  Joseph Myers  <joseph@codesourcery.com>
23704         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_EVENTFD2):
23705         Remove macro.
23706         * sysdeps/unix/sysv/linux/eventfd.c: Remove file.
23707         * sysdeps/unix/sysv/linux/syscalls.list (eventfd): New syscall
23708         entry.
23710         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FALLOCATE):
23711         Remove macro.
23712         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: Do not
23713         include <kernel-features.h>.
23714         [!__ASSUME_FALLOCATE]: Remove conditional code.
23715         (posix_fallocate) [__NR_fallocate]: Make code unconditional.
23717 2016-03-16  H.J. Lu  <hongjiu.lu@intel.com>
23719         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S
23720         (_ZGVbN2v_cos_sse4): Use JUMPTARGET to call cos.
23721         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S
23722         (_ZGVdN4v_cos_avx2): Likewise.
23723         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S
23724         (_ZGVdN4v_cos): Likewise.
23725         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S
23726         (_ZGVbN2v_exp_sse4): Use JUMPTARGET to call exp.
23727         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S
23728         (_ZGVdN4v_exp_avx2): Likewise.
23729         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S
23730         (_ZGVdN4v_exp): Likewise.
23731         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core_sse4.S
23732         (_ZGVbN2v_log_sse4): Use JUMPTARGET to call log.
23733         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core_avx2.S
23734         (_ZGVdN4v_log_avx2): Likewise.
23735         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S
23736         (_ZGVdN4v_log): Likewise.
23737         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S
23738         (_ZGVbN2vv_pow_sse4): Use JUMPTARGET to call pow.
23739         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S
23740         (_ZGVdN4vv_pow_avx2): Likewise.
23741         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S
23742         (_ZGVdN4vv_pow): Likewise.
23743         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S
23744         (_ZGVbN2v_sin_sse4): Use JUMPTARGET to call sin.
23745         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S
23746         (_ZGVdN4v_sin_avx2): Likewise.
23747         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S
23748         (_ZGVdN4v_sin): Likewise.
23749         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S
23750         (_ZGVbN2vvv_sincos_sse4): Use JUMPTARGET to call sin and cos.
23751         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S
23752         (_ZGVdN4vvv_sincos_avx2): Likewise.
23753         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S
23754         (_ZGVdN4vvv_sincos): Likewise.
23755         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S
23756         (_ZGVdN8v_cosf): Use JUMPTARGET to call cosf.
23757         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S
23758         (_ZGVbN4v_cosf_sse4): Likewise.
23759         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S
23760         (_ZGVdN8v_cosf_avx2): Likewise.
23761         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S
23762         (_ZGVdN8v_expf): Use JUMPTARGET to call expf.
23763         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S
23764         (_ZGVbN4v_expf_sse4): Likewise.
23765         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S
23766         (_ZGVdN8v_expf_avx2): Likewise.
23767         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S
23768         (_ZGVdN8v_logf): Use JUMPTARGET to call logf.
23769         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S
23770         (_ZGVbN4v_logf_sse4): Likewise.
23771         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S
23772         (_ZGVdN8v_logf_avx2): Likewise.
23773         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S
23774         (_ZGVdN8vv_powf): Use JUMPTARGET to call powf.
23775         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S
23776         (_ZGVbN4vv_powf_sse4): Likewise.
23777         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S
23778         (_ZGVdN8vv_powf_avx2): Likewise.
23779         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S
23780         (_ZGVdN8vv_powf): Use JUMPTARGET to call sinf and cosf.
23781         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S
23782         (_ZGVbN4vvv_sincosf_sse4): Likewise.
23783         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S
23784         (_ZGVdN8vvv_sincosf_avx2): Likewise.
23785         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S
23786         (_ZGVdN8v_sinf): Use JUMPTARGET to call sinf.
23787         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S
23788         (_ZGVbN4v_sinf_sse4): Likewise.
23789         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S
23790         (_ZGVdN8v_sinf_avx2): Likewise.
23791         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h (WRAPPER_IMPL_SSE2):
23792         Use JUMPTARGET to call callee.
23793         (WRAPPER_IMPL_SSE2_ff): Likewise.
23794         (WRAPPER_IMPL_SSE2_fFF): Likewise.
23795         (WRAPPER_IMPL_AVX): Likewise.
23796         (WRAPPER_IMPL_AVX_ff): Likewise.
23797         (WRAPPER_IMPL_AVX_fFF): Likewise.
23798         (WRAPPER_IMPL_AVX512): Likewise.
23799         (WRAPPER_IMPL_AVX512_ff): Likewise.
23800         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h (WRAPPER_IMPL_SSE2):
23801         Likewise.
23802         (WRAPPER_IMPL_SSE2_ff): Likewise.
23803         (WRAPPER_IMPL_SSE2_fFF): Likewise.
23804         (WRAPPER_IMPL_AVX): Likewise.
23805         (WRAPPER_IMPL_AVX_ff): Likewise.
23806         (WRAPPER_IMPL_AVX_fFF): Likewise.
23807         (WRAPPER_IMPL_AVX512): Likewise.
23808         (WRAPPER_IMPL_AVX512_ff): Likewise.
23809         (WRAPPER_IMPL_AVX512_fFF): Likewise.
23811 2016-03-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23813         * sysdeps/mach/hurd/openat.c (__openat): Add missing ellipsis.
23814         * resolv/gai_sigqueue.c (__gai_sigqueue): Add missing internal_function
23815         qualifier.
23816         * /rt/aio_sigqueue.c (__aio_sigqueue): Add missing attribute_hidden
23817         internal_function qualifiers.
23819 2016-03-15  Carlos O'Donell <carlos@redhat.com>
23821         * catgets/tst-catgets.c (do_bz17905): Mark result unused.
23822         * dlfcn/bug-dl-leaf-lib.c (check_val_fini): Mark ret unused.
23823         * math/atest-exp.c (exp_mpn): Mark chk unused.
23824         * math/atest-exp2.c (exp_mpn): Likewise.
23825         * sysdeps/arm/dl-machine.h (elf_machine_rela): Mark td unused.
23826         * sysdeps/i386/i686/dl-hash.h: Mark _dl_elf_hash unused.
23828 2016-03-15  Joseph Myers  <joseph@codesourcery.com>
23830         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PPOLL):
23831         Remove macro.
23832         * sysdeps/unix/sysv/linux/ppoll.c: Do not include
23833         <kernel-features.h>.
23834         [__NR_ppoll]: Make code unconditional.
23835         [!__ASSUME_PPOLL]: Remove conditional code.
23837         * sysdeps/unix/sysv/linux/kernel-features.h
23838         (__ASSUME_ACCEPT4_SYSCALL): Define unconditionally.
23839         (__ASSUME_ACCEPT4): Likewise.
23840         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
23841         Define.
23842         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG):
23843         Likewise.
23844         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
23845         Likewise.
23846         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG):
23847         Likewise.
23848         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h: Remove file.
23849         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: Likewise.
23850         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
23851         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
23852         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
23853         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
23854         * sysdeps/unix/sysv/linux/arm/kernel-features.h
23855         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
23856         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
23857         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
23858         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
23859         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
23860         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
23861         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
23862         * sysdeps/unix/sysv/linux/i386/kernel-features.h
23863         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
23864         Likewise.
23865         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
23866         Likewise.
23867         (__ASSUME_ACCEPT4_SYSCALL): Undefine if [__LINUX_KERNEL_VERSION <
23868         0x040300] instead of defining if [__LINUX_KERNEL_VERSION >=
23869         0x040300].
23870         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
23871         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
23872         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
23873         (__ASSUME_ACCEPT4_SYSCALL): Undefine if [__LINUX_KERNEL_VERSION <
23874         0x030300] instead of defining if [__LINUX_KERNEL_VERSION >=
23875         0x030300].
23876         [__LINUX_KERNEL_VERSION < 0x030300] (__ASSUME_ACCEPT4): Undefine.
23877         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
23878         (__ASSUME_ACCEPT4_SYSCALL): Undefine if [__LINUX_KERNEL_VERSION <
23879         0x040300] instead of defining if [__LINUX_KERNEL_VERSION >=
23880         0x040300].
23881         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
23882         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
23883         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
23884         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
23885         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
23886         (__ASSUME_SENDMMSG_SYSCALL): Undefine if [__LINUX_KERNEL_VERSION <
23887         0x030300] instead of defining if [__LINUX_KERNEL_VERSION >=
23888         0x030300].
23889         * sysdeps/unix/sysv/linux/mips/kernel-features.h
23890         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
23891         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
23892         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
23893         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
23894         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
23895         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
23896         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
23897         * sysdeps/unix/sysv/linux/s390/kernel-features.h
23898         (__ASSUME_ACCEPT4_SYSCALL): Undefine if [__LINUX_KERNEL_VERSION <
23899         0x040300] instead of defining if [__LINUX_KERNEL_VERSION >=
23900         0x040300].
23901         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
23902         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
23903         * sysdeps/unix/sysv/linux/sh/kernel-features.h
23904         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
23905         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
23906         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
23907         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
23908         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
23909         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
23910         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
23911         * sysdeps/unix/sysv/linux/tile/kernel-features.h
23912         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
23913         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
23914         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
23915         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h
23916         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
23917         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
23918         Likewise.
23919         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
23920         Likewise.
23922 2016-03-15  Andreas Schwab  <schwab@suse.de>
23924         [BZ #19257]
23925         * resolv/res_init.c (__res_iclose): Use statp->nscount instead of
23926         statp->_u._ext.nscount as loop count.
23928 2016-03-14  Andreas Schwab  <schwab@linux-m68k.org>
23930         * math/test-signgam-finite-c99.c: Also #undef
23931         __LIBC_INTERNAL_MATH_INLINES.
23932         * math/test-signgam-main.c: Likewise.
23934 2016-03-14  Joseph Myers  <joseph@codesourcery.com>
23936         * bits/mman-linux.h [__USE_MISC] (MADV_FREE): New macro.
23937         * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
23938         (MADV_FREE): Likewise.
23939         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_HDRINCL): Likewise.
23940         * sysdeps/unix/sysv/linux/sys/epoll.h (enum EPOLL_EVENTS): Add
23941         EPOLLEXCLUSIVE.
23943 2016-03-14  Carlos O'Donell  <carlos@redhat.com>
23945         * timezone/README: Remove mention of checktab.awk. Mention wiki
23946         SharedSourceFiles.
23948 2016-03-13  Samuel Thibault  <samuel.thibault@ens-lyon.org
23950         * sysdeps/posix/waitid.c (OUR_WAITID): Test against WSTOPPED instead of
23951         WUNTRACED.
23953 2016-03-11  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
23955         * malloc/malloc.c (malloc_consolidate): Replace 0 by NULL in
23956         order to match the type of p when calling atomic_exchange_acq().
23958 2016-03-11  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
23960         * sysdeps/powerpc/powerpc32/power4/memcmp.S (memcmp): Rearrange
23961         cfi_offset calls.
23962         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Likewise.
23963         * sysdeps/powerpc/powerpc32/power7/memcmp.S (memcmp): Likewise.
23964         * sysdeps/powerpc/powerpc64/power4/memcmp.S (memcmp): Likewise.
23965         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Likewise.
23966         * sysdeps/powerpc/powerpc64/power7/strstr.S (strstr): Likewise.
23968 2016-03-10  Carlos O'Donell  <carlos@redhat.com>
23970         * timezone/checktab.awk: Removed.
23972 2016-03-10  Joseph Myers  <joseph@codesourcery.com>
23974         * manual/math.texi (Errors in Math Functions): Document relaxed
23975         accuracy goals for IBM long double.
23976         * math/libm-test.inc (test_exceptions): Always allow spurious
23977         "underflow" and "inexact" exceptions for IBM long double.
23979 2016-03-10  H.J. Lu  <hongjiu.lu@intel.com>
23981         [BZ #19762]
23982         * sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h
23983         (EXTRA_LD_ENVVARS): Add _arch_ to index_*/bit_*.
23984         * sysdeps/x86/cpu-features.c (init_cpu_features): Likewise.
23985         * sysdeps/x86/cpu-features.h (bit_*): Renamed to ...
23986         (bit_arch_*): This for feature array.
23987         (bit_*): Renamed to ...
23988         (bit_cpu_*): This for cpu array.
23989         (index_*): Renamed to ...
23990         (index_arch_*): This for feature array.
23991         (index_*): Renamed to ...
23992         (index_cpu_*): This for cpu array.
23993         [__ASSEMBLER__] (HAS_FEATURE): Add and use field.
23994         [__ASSEMBLER__] (HAS_CPU_FEATURE)): Pass cpu to HAS_FEATURE.
23995         [__ASSEMBLER__] (HAS_ARCH_FEATURE)): Pass arch to HAS_FEATURE.
23996         [!__ASSEMBLER__] (HAS_CPU_FEATURE): Replace index_##name and
23997         bit_##name with index_cpu_##name and bit_cpu_##name.
23998         [!__ASSEMBLER__] (HAS_ARCH_FEATURE): Replace index_##name and
23999         bit_##name with index_arch_##name and bit_arch_##name.
24001 2016-03-09  Aurelien Jarno  <aurelien@aurel32.net>
24003         [BZ #19792]
24004         * sysdeps/unix/sysv/linux/mips/makecontext.S (__makecontext):
24005         Terminate FDE before return label.
24007 2016-03-09  Joseph Myers  <joseph@codesourcery.com>
24009         [BZ #19790]
24010         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c [USE_AS_NEARBYINTL]
24011         (rintl): Define as macro.
24012         [USE_AS_NEARBYINTL] (__rintl): Likewise.
24013         (__rintl) [USE_AS_NEARBYINTL]: Use SET_RESTORE_ROUND_NOEX instead
24014         of fesetround.  Ensure results are evaluated before end of scope.
24015         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Define
24016         USE_AS_NEARBYINTL and include s_rintl.c.
24017         * sysdeps/powerpc/fpu/fenv_private.h (libc_feholdsetround_ppc):
24018         Disable exception traps in new environment.
24019         (libc_feholdsetround_ppc_ctx): Likewise.
24021 2016-03-08  Roland McGrath  <roland@hack.frob.com>
24023         * sysdeps/x86_64/tst-audit10.c: #include <cpu-features.h>.
24024         * sysdeps/x86_64/tst-audit10-aux.c: Move audit_test extern decl ...
24025         (tst_audit10_aux) [__AVX512F__]: ... here.
24027 2016-03-08  Aurelien Jarno  <aurelien@aurel32.net>
24029         * include/sys/auxv.h: New file.
24031 2016-03-08  H.J. Lu  <hongjiu.lu@intel.com>
24033         [BZ #19759]
24034         * sysdeps/x86/bits/string.h (_HAVE_STRING_ARCH_mempcpy): New.
24036 2016-03-08  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
24038         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Remove use of %s
24039         operand modifier.
24040         (feclearexcept): Likewise.
24042 2016-03-08  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
24044         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Updated
24045         to reflect the entire 32-bit HWCAP.
24046         * sysdeps/powerpc/dl-procinfo.h: Code cleanup.
24047         (_DL_HWCAP_FIRST): Removed.  Replaced by 0 accordingly.
24049 2016-03-08  H.J. Lu  <hongjiu.lu@intel.com>
24051         [BZ #19783]
24052         * benchtests/Makefile (run-bench): Replace $(rtld-prefix) with
24053         $(test-via-rtld-prefix).
24054         ($(binaries-bench)): Replace $(+link) with $(+link-tests).
24056 2016-03-08  Florian Weimer  <fweimer@redhat.com>
24058         * sunrpc/key_call.c (key_call_keyenvoy): Use int status instead of
24059         union wait.  Report any non-zero exit status as error.
24061 2016-03-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
24063         * posix/tst-execvpe5.c (do_test): Fix fix test invocation when
24064         configured with --enable-hardcoded-path-in-tests.
24066 2016-03-08  Joseph Myers  <joseph@codesourcery.com>
24068         [BZ #19677]
24069         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c
24070         (__ieee754_remainderl): Put zero low parts in canonical form.
24071         * sysdeps/ieee754/ldbl-128ibm/test-fmodrem-ldbl-128ibm.c: New
24072         file.  Based on
24073         sysdeps/ieee754/ldbl-128ibm/test-fmodl-ldbl-128ibm.c.
24074         * sysdeps/ieee754/ldbl-128ibm/test-fmodl-ldbl-128ibm.c: Replace
24075         with wrapper round test-fmodrem-ldbl-128ibm.c.
24076         * sysdeps/ieee754/ldbl-128ibm/test-remainderl-ldbl-128ibm.c: New
24077         file.
24078         * sysdeps/ieee754/ldbl-128ibm/test-remquol-ldbl-128ibm.c:
24079         Likewise.
24080         * sysdeps/ieee754/ldbl-128ibm/Makefile (tests): Add
24081         test-remainderl-ldbl-128ibm and test-remquol-ldbl-128ibm.
24083 2016-03-07  Florian Weimer  <fweimer@redhat.com>
24085         [BZ #19610]
24086         * elf/ldconfig.c (opt_link): Update comment.
24087         (options): Update help string for option -X.
24088         (search_dir): Unlink stale symbolic link only if updating symbolic
24089         links.
24090         * elf/tst-ldconfig-X.sh: New file.
24091         * elf/Makefile (tests-special): Add tst-ldconfig-X.out.
24092         (tst-ldconfig-X.out): New rule to run tst-ldconfig-X.sh.
24094 2016-03-07  Andreas Schwab  <schwab@suse.de>
24096         * iconv/gconv_builtin.h ("=ascii->INTERNAL"): Correct min/max
24097         needed arguments.
24099 2016-03-07  Hongjiu Zhang  <noctuorare@gmail.com>
24101         [BZ #15333]
24102         * elf/sln.c (makesymlink): Change struct stat to stat64, and lstat
24103         to lstat64.
24105 2016-03-07  Florian Weimer  <fweimer@redhat.com>
24107         * libio/filedoalloc.c (isatty): Remove.
24108         (local_isatty): Add comment.  Call __isatty directly.
24109         (_IO_file_doallocate): Update comment.  Assume _LIBC.
24110         * libio/wfiledoalloc.c (isatty): Remove.
24111         (_IO_wfile_doallocate): Update comment.
24113 2016-03-07  Florian Weimer  <fweimer@redhat.com>
24115         [BZ #19269]
24116         * sysdeps/x86_64/Makefile (tst-audit4): Depend on
24117         tst-audit4-aux.o.
24118         (tst-audit10): Depend on tst-audit10-aux.o.
24119         (CFLAGS-tst-audit4-aux.c): Compile with AVX enabled.
24120         (CFLAGS-tst-audit10-aux.c): Compile with AVX512 enabled.
24121         * sysdeps/x86_64/tst-audit4.c (do_test): Call tst_audit4_aux
24122         instead of inline AVX code.
24123         * sysdeps/x86_64/tst-audit10.c (do_test): Call tst_audit10_aux
24124         instead of inline AVX512 code.
24125         * sysdeps/x86_64/tst-audit4-aux.c: New file
24126         * sysdeps/x86_64/tst-audit10-aux.c: New file
24128         [BZ #19648]
24129         * test-skeleton.c (main): Do not set RLIMIT_DATA.
24131 2016-03-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
24133         [BZ #14750]
24134         [BZ #10354]
24135         [BZ #18433]
24136         * include/sched.h (__clone): Add hidden prototype.
24137         (__clone2): Likewise.
24138         * include/unistd.h (__dup): Likewise.
24139         * posix/Makefile (tests): Add tst-spawn2.
24140         * posix/tst-spawn2.c: New file.
24141         * sysdeps/posix/dup.c (__dup): Add hidden definition.
24142         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Likewise.
24143         * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Likewise.
24144         * sysdeps/unix/sysv/linux/arm/clone.S (__clone): Likewise.
24145         * sysdeps/unix/sysv/linux/hppa/clone.S (__clone): Likewise.
24146         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Likewise.
24147         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone): Likewise.
24148         * sysdeps/unix/sysv/linux/m68k/clone.S (__clone): Likewise.
24149         * sysdeps/unix/sysv/linux/microblaze/clone.S (__clone): Likewise.
24150         * sysdeps/unix/sysv/linux/mips/clone.S (__clone): Likewise.
24151         * sysdeps/unix/sysv/linux/nios2/clone.S (__clone): Likewise.
24152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone):
24153         Likewise.
24154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
24155         Likewise.
24156         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (__clone): Likewise.
24157         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Likewise.
24158         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Likewise.
24159         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Likewise.
24160         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): Likewise.
24161         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Likewise.
24162         * sysdeps/unix/sysv/linux/x86_64/clone.S (__clone): Likewise.
24163         * sysdeps/unix/sysv/linux/nptl-signals.h
24164         (____nptl_is_internal_signal): New function.
24165         * sysdeps/unix/sysv/linux/spawni.c: New file.
24167         * posix/execvpe.c (__execvpe): Remove dynamic allocation.
24168         * posix/Makefile (tests): Add tst-execvpe{1,2,3,4,5,6}.
24169         * posix/tst-execvp1.c (do_test): Use a macro to call execvp.
24170         * posix/tst-execvp2.c (do_test): Likewise.
24171         * posix/tst-execvp3.c (do_test): Likewise.
24172         * posix/tst-execvp4.c (do_test): Likewise.
24173         * posix/tst-execvpe1.c: New file.
24174         * posix/tst-execvpe2.c: Likewise.
24175         * posix/tst-execvpe3.c: Likewise.
24176         * posix/tst-execvpe4.c: Likewise.
24177         * posix/tst-execvpe5.c: Likewise.
24178         * posix/tst-execvpe6.c: Likewise.
24180         [BZ #19534]
24181         * posix/execl.c (execl): Remove dynamic memory allocation.
24182         * posix/execle.c (execle): Likewise.
24183         * posix/execlp.c (execlp): Likewise.
24185 2016-03-06  H.J. Lu  <hongjiu.lu@intel.com>
24187         * sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S:
24188         Replace .text with .text.avx512.
24189         * sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S:
24190         Likewise.
24192 2016-03-07  Aurelien Jarno  <aurelien@aurel32.net>
24194         * sysdeps/generic/libnsl.abilist: New file.
24195         * sysdeps/generic/libutil.abilist: New file.
24197 2016-03-06  H.J. Lu  <hongjiu.lu@intel.com>
24199         [BZ #19762]
24200         * sysdeps/i386/i686/multiarch/bcopy.S (bcopy): Use
24201         HAS_ARCH_FEATURE with Fast_Rep_String.
24202         * sysdeps/i386/i686/multiarch/bzero.S (__bzero): Likewise.
24203         * sysdeps/i386/i686/multiarch/memcpy.S (memcpy): Likewise.
24204         * sysdeps/i386/i686/multiarch/memcpy_chk.S (__memcpy_chk):
24205         Likewise.
24206         * sysdeps/i386/i686/multiarch/memmove_chk.S (__memmove_chk):
24207         Likewise.
24208         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy): Likewise.
24209         * sysdeps/i386/i686/multiarch/mempcpy_chk.S (__mempcpy_chk):
24210         Likewise.
24211         * sysdeps/i386/i686/multiarch/memset.S (memset): Likewise.
24212         * sysdeps/i386/i686/multiarch/memset_chk.S (__memset_chk):
24213         Likewise.
24215 2016-03-04  H.J. Lu  <hongjiu.lu@intel.com>
24217         [BZ #19745]
24218         * sysdeps/x86_64/crti.S (_init): Replace PREINIT_FUNCTION@PLT
24219         with *%rax in call.
24221 2016-03-04  H.J. Lu  <hongjiu.lu@intel.com>
24223         [BZ #19745]
24224         * sysdeps/x86_64/start.S (_start): Replace __libc_start_main@PLT
24225         with *__libc_start_main@GOTPCREL(%rip) in call.
24227 2016-03-04  Roland McGrath  <roland@hack.frob.com>
24229         * Makefile (tests-special): Add $(objpfx)c++-types-check.out only
24230         inside conditional for nonempty $(CXX).
24232         * math/Makefile (tests): Add test-math-isinff only if $(CXX) is
24233         nonempty.
24235         * Makefile ($(objpfx)c++-types-check.out): Fix conditionalization
24236         to test for empty $(CXX) rather than $(CXX) of "no".
24238 2016-03-04  H.J. Lu  <hongjiu.lu@intel.com>
24240         * sysdeps/x86_64/Makefile (sysdep_noprof): Add comments.
24242 2016-03-04  Amit Pawar  <Amit.Pawar@amd.com>
24243             H.J. Lu  <hongjiu.lu@intel.com>
24245         [BZ #18880]
24246         * sysdeps/x86_64/multiarch/memcpy.S: Check Fast_Unaligned_Load,
24247         instead of Slow_BSF, and also check for Fast_Copy_Backward to
24248         enable __memcpy_ssse3_back.
24250 2016-03-03  H.J. Lu  <hongjiu.lu@intel.com>
24252         [BZ #19758]
24253         * sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h
24254         (EXTRA_LD_ENVVARS): Or in bit_Prefer_MAP_32BIT_EXEC.
24256 2016-03-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
24258         [BZ #19490]
24259         * sysdeps/x86_64/_mcount.S (_mcount): Add unwind descriptor.
24260         (__fentry__): Likewise.
24262 2016-03-03  H.J. Lu  <hongjiu.lu@intel.com>
24264         * gmon/Makefile (noprof): Add $(sysdep_noprof).
24265         * sysdeps/x86_64/Makefile (sysdep_noprof): Add _mcount.
24267 2016-03-01  H.J. Lu  <hongjiu.lu@intel.com>
24269         * sysdeps/x86_64/_mcount.S (C_LABEL(_mcount)): Call
24270         __mcount_internal directly.
24271         (C_LABEL(__fentry__)): Likewise.
24272         * sysdeps/x86_64/setjmp.S __sigsetjmp): Call __sigjmp_save
24273         directly.
24275 2016-03-01  H.J. Lu  <hongjiu.lu@intel.com>
24277         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
24278         (__start_context): Call __setcontext directly.
24280 2016-02-26  Joseph Myers  <joseph@codesourcery.com>
24282         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
24283         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
24284         [__LINUX_KERNEL_VERSION >= 0x030200]: Likewise.
24285         [__LINUX_KERNEL_VERSION < 0x020621]: Remove conditional code.
24286         * sysdeps/unix/sysv/linux/arm/kernel-features.h
24287         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
24288         [__LINUX_KERNEL_VERSION >= 0x020624]: Likewise.
24289         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
24290         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
24291         [__LINUX_KERNEL_VERSION >= 0x020622]: Likewise.
24292         [__LINUX_KERNEL_VERSION >= 0x030100]: Likewise.
24293         [__LINUX_KERNEL_VERSION < 0x020625]: Remove conditional code.
24294         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
24295         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
24296         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
24297         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
24298         [__LINUX_KERNEL_VERSION < 0x030000]: Remove conditional code.
24299         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
24300         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
24301         [__LINUX_KERNEL_VERSION < 0x020621]: Remove conditional code.
24302         [__LINUX_KERNEL_VERSION < 0x020625]: Likewise.
24303         * sysdeps/unix/sysv/linux/mips/kernel-features.h
24304         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
24305         [__LINUX_KERNEL_VERSION >= 0x030100]: Likewise.
24306         [_MIPS_SIM == _ABIN32 && __LINUX_KERNEL_VERSION < 0x020623]:
24307         Remove conditional code.
24308         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
24309         [__LINUX_KERNEL_VERSION >= 0x020625]: Make code unconditional.
24310         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
24311         * sysdeps/unix/sysv/linux/sh/kernel-features.h
24312         [__LINUX_KERNEL_VERSION >= 0x020625]: Likewise.
24313         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
24314         [__LINUX_KERNEL_VERSION < 0x020625]: Remove conditional code.
24315         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
24316         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
24317         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
24318         * sysdeps/unix/sysv/linux/tile/kernel-features.h
24319         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
24321 2016-02-24  Marko Myllynen  <myllynen@redhat.com>
24323         * NEWS (2.23): Fix typo in bug 19048 text.
24325 2016-02-24  Carlos O'Donell  <carlos@redhat.com>
24327         [BZ #14259]
24328         * Makeconfig: Rename msgcatdir to localedir.
24329         Rename inst_msgcatdir to inst_localedir.
24330         * catgets/Makefile (catgets-CPPFLAGS): Use localedir.
24331         * config.make.in: Add localedir.
24332         * elf/Makefile ($(objpfx)sotruss): Use localedir.
24333         (ldd-rewrite): Likewise.
24334         * intl/Makefile: Rename inst_msgcatdir to inst_localedir.
24335         (install-others): Use inst_localedir.
24336         (CPPFLAGS): Use localedir.
24337         * locale/Makefile (locale-CPPFLAGS): Likewise.
24338         * po/Makefile (mo-installed): Use inst_localedir.
24340         [BZ #19575]
24341         * localedata/charmaps/GB18030: Update comments regarding PAU to
24342         non-PUA mappings.
24344 2016-02-24  Joseph Myers  <joseph@codesourcery.com>
24346         * sysdeps/unix/sysv/linux/configure.ac (linux/fanotify.h): Do not
24347         test for header.
24348         * sysdeps/unix/sysv/linux/configure: Regenerated.
24349         * config.h.in (HAVE_LINUX_FANOTIFY_H): Remove #undef.
24350         * sysdeps/unix/sysv/linux/tst-fanotify.c [!HAVE_LINUX_FANOTIFY_H]:
24351         Remove conditional code.
24352         [HAVE_LINUX_FANOTIFY_H]: Make code unconditional.
24354         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
24355         Define to 3.2.0.
24356         (arch_minimum_kernel): Likewise.
24357         * sysdeps/unix/sysv/linux/configure: Regenerated.
24358         * sysdeps/unix/sysv/linux/i386/configure.ac (arch_minimum_kernel):
24359         Define to 2.6.32.
24360         * sysdeps/unix/sysv/linux/i386/configure: Regenerated.
24361         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac
24362         (arch_minimum_kernel): Define to 2.6.32.
24363         * sysdeps/unix/sysv/linux/x86_64/64/configure: Regenerated.
24364         * README: Document Linux 3.2 requirement.
24365         * manual/install.texi (Linux): Document Linux 3.2 headers
24366         requirement.
24367         * INSTALL: Regenerated.
24369 2016-02-24  Andreas Schwab  <schwab@suse.de>
24371         * math/test-math-isinff.cc (do_test): Only call isinfl and isnanl
24372         if !NO_LONG_DOUBLE.
24374 2016-02-22  Roland McGrath  <roland@hack.frob.com>
24376         * sysdeps/arm/nacl/libc.abilist (GLIBC_2.23): Add GLIBC_2.23,
24377         fts64_children, fts64_close, fts64_open, fts64_read and fts64_set.
24379 2016-02-22  Dmitry V. Levin  <ldv@altlinux.org>
24381         [BZ #19512]
24382         * config.h.in (HAVE_BUILTIN_EXPECT): New macro.
24384 2016-02-22  Stefan Liebler  <stli@linux.vnet.ibm.com>
24386         * posix/tst-dir.c: Include libc-internal.h.
24388 2016-02-20  Florian Weimer  <fweimer@redhat.com>
24390         [BZ #19056]
24391         * dirent/dirent.h (readdir_r, readdir64_r): Mark as deprecated.
24392         * manual/filesys.texi (Reading/Closing Directory): Mention
24393         deprecaion.
24394         * posix/tst-dir.c (main): Disable deprecation warning in test.
24396 2016-02-19  H.J. Lu  <hongjiu.lu@intel.com>
24398         [BZ #19679]
24399         * sysdeps/x86_64/dl-trampoline.S (DL_RUNIME_UNALIGNED_VEC_SIZE):
24400         Renamed to ...
24401         (DL_RUNTIME_UNALIGNED_VEC_SIZE): This.  Set to 8.
24402         (DL_RUNIME_RESOLVE_REALIGN_STACK): Renamed to ...
24403         (DL_RUNTIME_RESOLVE_REALIGN_STACK): This.  Updated.
24404         (DL_RUNIME_RESOLVE_REALIGN_STACK): Renamed to ...
24405         (DL_RUNTIME_RESOLVE_REALIGN_STACK): This.
24406         * sysdeps/x86_64/dl-trampoline.h
24407         (DL_RUNIME_RESOLVE_REALIGN_STACK): Renamed to ...
24408         (DL_RUNTIME_RESOLVE_REALIGN_STACK): This.
24410 2016-02-19  Mark Wielaard  <mjw@redhat.com>
24412         * elf/elf.h: Add NT_ARM_SYSTEM_CALL.
24414 2016-02-19  Mark Wielaard  <mjw@redhat.com>
24416         * elf/elf.h (R_386_GOT32X): New.
24417         (R_386_NUM): Update.
24418         (R_X86_64_GOTPCRELX: New.
24419         (R_X86_64_REX_GOTPCRELX): New.
24420         (R_X86_64_NUM): Update.
24422 2016-02-19  Mike Frysinger  <vapier@gentoo.org>
24424         * test-skeleton.c (TIMEOUT): Change to 20 and adjust comment.
24426 2016-02-19  Carlos O'Donell  <carlos@systemhalted.org>
24428         * nptl/allocatestack.c (allocate_stack): Declare new stackaddr,
24429         assign attr->stackaddr to it, and adjust it down when
24430         _STACK_GROWS_UP.  Change all attr->stackaddr to stackaddr.
24431         [_STACK_GROWS_UP]: Delete assert.
24432         * nptl/pthread_create.c (START_THREAD_DEFN) [!_STACK_GROWS_DOWN]:
24433         Implement stack grows up logic.
24434         * nptl/pthread_getattr_np.c (pthread_getattr_np): Implement
24435         stack grows up logic.
24437 2016-02-19  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
24439         * NEWS: Update with 2.24 template.
24441 2016-02-19  Joseph Myers  <joseph@codesourcery.com>
24443         [BZ #19678]
24444         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
24445         Ensure +0.0 is returned when taking the next value below the least
24446         positive value.
24448 2016-02-19  Florian Weimer  <fweimer@redhat.com>
24450         * sysdeps/generic/malloc-machine.h: Assume mutex_init is always
24451         available.  Do not define NO_THREADS.
24452         * malloc/malloc.c: Do not check NO_THREADS.
24453         * malloc/arena.c: Likewise.
24455 2016-02-19  Florian Weimer  <fweimer@redhat.com>
24457         * malloc/malloc.c (__libc_mallinfo): Update comment.
24458         (struct malloc_par): Remove max_total_mem member, it was always 0.
24459         (int_mallinfo): Store 0 into usmblks (no functional change).
24460         * malloc/hooks.c (struct malloc_state): Document that
24461         max_total_mem is always 0.
24462         * malloc/malloc.h (struct mallinfo): Dcoument that usmblks is
24463         always 0.
24464         * manual/memory.texi (Statistics of Malloc): Likewise.
24466 2016-02-19  Florian Weimer  <fweimer@redhat.com>
24468         * malloc/malloc.c (sysmalloc): Do not update arena_max.
24469         * malloc/arena.c (arena_max): Remove.
24470         (heap_trim, _int_new_arena): Do not update arena_max.
24472 2016-02-19  Florian Weimer  <fweimer@redhat.com>
24474         * resolv/res_init.c (res_ninit): Update comment.
24476 2016-02-19  Florian Weimer  <fweimer@redhat.com>
24478         [BZ #19505]
24479         * posix/spawn_int.h: Add headers and include guard.
24480         (__spawn_valid_fd): New function.
24481         * posix/spawn_faction_addopen.c
24482         (posix_spawn_file_actions_addopen): Use __spawn_valid_fd.
24483         * posix/spawn_faction_addclose.c
24484         (posix_spawn_file_actions_addclose): Likewise.
24485         * posix/spawn_faction_adddup2.c
24486         (posix_spawn_file_actions_adddup2): Likewise.  Add check for
24487         second file descriptor.
24488         * posix/spawn_valid_fd.c: New file.
24489         * posix/tst-posix_spawn-fd.c: New file.
24490         * posix/Makefile (routines): Add spawn_valid_fd.
24491         (tests): Add tst-posix_spawn-fd.
24493 2016-02-19  Florian Weimer  <fweimer@redhat.com>
24495         * malloc/tst-malloc-thread-exit.c: Include test-skeleton.c early.
24496         (do_test): Limit the number of arenas, so that we can use fewer
24497         outer threads.  Limit timeout to 3 seconds, in preparation for a
24498         larger TIMEOUT value.
24500 2016-02-19  Joseph Myers  <joseph@codesourcery.com>
24502         [BZ #19674]
24503         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Include
24504         sign in overflowing and underflowing results when overflow or
24505         underflow is detected early.  Include sign in result before rather
24506         than after scaling.
24508         [BZ #19603]
24509         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c
24510         (__ieee754_remainderl): Adjust sign of integer version of low part
24511         when taking absolute value of high part.
24512         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
24513         * math/libm-test.inc (remainder_test_data): Add another test.
24514         (remquo_test_data): Likewise.
24516 2016-02-18  Joseph Myers  <joseph@codesourcery.com>
24518         [BZ #19602]
24519         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Handle
24520         equal high parts and both low parts zero specially.
24521         * sysdeps/ieee754/ldbl-128ibm/test-fmodl-ldbl-128ibm.c: New test.
24522         * sysdeps/ieee754/ldbl-128ibm/Makefile [$(subdir) = math] (tests):
24523         Add test-fmodl-ldbl-128ibm.
24525         [BZ #19595]
24526         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Use
24527         common logic for all cases of shifting subnormal results.  Do not
24528         insert sign bit in shifted mantissa.  Always pass -1023 as biased
24529         exponent to ldbl_insert_mantissa in subnormal case.
24531         [BZ #19594]
24532         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c (__roundl): Use __round
24533         on high and low parts then adjust result and use
24534         ldbl_canonicalize_int if needed.
24536         [BZ #19593]
24537         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c (__truncl): Use __trunc
24538         on high part and __floor or __ceil on low part then use
24539         ldbl_canonicalize_int if needed.
24541         [BZ #19592]
24542         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c (__ceill): Use __ceil on
24543         high and low parts then use ldbl_canonicalize_int if needed.
24545         [BZ #17899]
24546         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_canonicalize_int):
24547         New function.
24548         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c (__floorl): Use __floor
24549         on high and low parts then use ldbl_canonicalize_int if needed.
24551 2016-02-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
24553         * configure: Regenerated.
24555         * po/libc.pot: Regenerated.
24557         * po/be.po: Updated translation.
24558         * po/bg.po: Likewise.
24559         * po/ca.po: Likewise.
24560         * po/cs.po: Likewise.
24561         * po/da.po: Likewise.
24562         * po/el.po: Likewise.
24563         * po/eo.po: Likewise.
24564         * po/es.po: Likewise.
24565         * po/fi.po: Likewise.
24566         * po/fr.po: Likewise.
24567         * po/gl.po: Likewise.
24568         * po/hr.po: Likewise.
24569         * po/hu.po: Likewise.
24570         * po/ia.po: Likewise.
24571         * po/id.po: Likewise.
24572         * po/it.po: Likewise.
24573         * po/ja.po: Likewise.
24574         * po/lt.po: Likewise.
24575         * po/nb.po: Likewise.
24576         * po/nl.po: Likewise.
24577         * po/pt_BR.po: Likewise.
24578         * po/rw.po: Likewise.
24579         * po/sk.po: Likewise.
24580         * po/sl.po: Likewise.
24581         * po/sv.po: Likewise.
24582         * po/tr.po: Likewise.
24583         * po/zh_CN.po: Likewise.
24584         * po/zh_TW.po: Likewise.
24586         * version.h (RELEAES): Set to "development".
24587         (VERSION): Set to 2.23.90.
24589         * version.h (RELEASE): Set to "stable".
24590         (VERSION): Set to 2.23.
24591         * include/feature.h (__GLIBC_MINOR__): Set to 23.
24593         * NEWS: Updated fixed bugs.
24595 2016-02-18  H.J. Lu  <hongjiu.lu@intel.com>
24596             Wilco Dijkstra  <wdijkstr@arm.com>
24598         [BZ #19462]
24599         * bits/string.h (_STRING_ARCH_unaligned): Renamed to ...
24600         (_STRING_INLINE_unaligned): This.
24601         * include/string.h: Include <string_private.h>.
24602         * string/bits/string2.h: Replace _STRING_ARCH_unaligned with
24603         _STRING_INLINE_unaligned.
24604         * sysdeps/aarch64/bits/string.h (_STRING_ARCH_unaligned): Removed.
24605         (_STRING_INLINE_unaligned): New.
24606         * sysdeps/aarch64/string_private.h: New file.
24607         * sysdeps/generic/string_private.h: Likewise.
24608         * sysdeps/m68k/m680x0/m68020/string_private.h: Likewise.
24609         * sysdeps/s390/string_private.h: Likewise.
24610         * sysdeps/x86/string_private.h: Likewise.
24611         * sysdeps/m68k/m680x0/m68020/bits/string.h
24612         (_STRING_ARCH_unaligned): Renamed to ...
24613         (_STRING_INLINE_unaligned): This.
24614         * sysdeps/s390/bits/string.h (_STRING_ARCH_unaligned): Renamed
24615         to ...
24616         (_STRING_INLINE_unaligned): This.
24617         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Renamed
24618         to ...
24619         (_STRING_INLINE_unaligned): This.
24620         * sysdeps/x86/bits/string.h (_STRING_ARCH_unaligned): Renamed
24621         to ...
24622         (_STRING_INLINE_unaligned): This.
24624 2016-02-17  Andrew Senkevich  <andrew.senkevich@intel.com>
24625             H.J. Lu  <hongjiu.lu@intel.com>
24627         [BZ #19590]
24628         * sysdeps/x86_64/fpu/svml_finite_alias.S (ALIAS_IMPL): Use PIC
24629         relocation.
24631 2016-02-15  Carlos O'Donell  <carlos@redhat.com>
24633         [BZ #18665]
24634         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Always set
24635         *herrno_p.
24636         (gaih_getanswer): Document functional behviour. Return tryagain
24637         if any result is tryagain.
24638         * resolv/res_query.c (__libc_res_nsearch): Set buffer size to zero
24639         when freed.
24640         * resolv/res_send.c: Add copyright text.
24641         (__libc_res_nsend): Document that MAXPACKET is expected.
24642         (send_vc): Document. Remove buffer reuse.
24643         (send_dg): Document. Remove buffer reuse. Set *thisanssizp to set the
24644         size of the buffer. Add Dprint for truncated UDP buffer.
24646 2016-02-14  Carlos O'Donell  <carlos@redhat.com>
24648         * manual/install.texi: Latest tested is GCC 5.3, texinfo 6.0, gawk
24649         4.1.3, and sed 4.2.2. Remove po2test.sed comments.
24650         * INSTALL: Regenerate.
24652 2016-02-14  Jakub Jelinek  <jakub@redhat.com>
24653             Jonathan Wakely  <jwakely@redhat.com>
24654             Carlos O'Donell  <carlos@redhat.com>
24656         [BZ 19439]
24657         * math/Makefile (tests): Add test-math-isinff.
24658         (CFLAGS-test-math-isinff.cc): Use -std=gnu++11.
24659         * math/bits/mathcalls.h [__USE_MISC]: Use
24660         '|| __MATH_DECLARING_DOUBLE == 0' to relax definition of
24661         functions not in C++11 and which don't conflict e.g. isinff,
24662         isinfl etc.
24663         * math/test-math-isinff.cc: New file.
24665 2016-02-12  Florian Weimer  <fweimer@redhat.com>
24667         * misc/bug18240.c (do_test): Set RLIMIT_AS.
24669 2016-02-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
24671         [BZ #19529]
24672         * stdlib/Makefile (CFLAGS-tst-makecontext.c): Add -funwind-tables.
24674 2016-02-04  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
24676         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
24678 2016-02-01  Joseph Myers  <joseph@codesourcery.com>
24680         [BZ #19550]
24681         * sysdeps/unix/sysv/linux/mips/mips32/mmap.c: New file.
24682         * sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: Move to ....
24683         * sysdeps/unix/sysv/linux/mips/mips64/n64/mmap64.c: ... here.
24684         * sysdeps/unix/sysv/linux/mips/mips64/n32/mmap.c: New file.
24685         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (mmap64):
24686         New syscall entry.
24687         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (mmap):
24688         New syscall entry.
24689         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): Remove
24690         syscall entry.
24692 2016-01-27  Paul Eggert  <eggert@cs.ucla.edu>
24694         [BZ #18240]
24695         * misc/hsearch_r.c (isprime, __hcreate_r): Protect against
24696         unsigned int wraparound.
24698 2016-01-27  Florian Weimer  <fweimer@redhat.com>
24700         [BZ #18240]
24701         * misc/bug18240.c: New test.
24702         * misc/Makefile (tests): Add it.
24704 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
24705             Joseph Myers  <joseph@codesourcery.com>
24707         * sysdeps/mips/memcpy.S (MEMCPY_NAME) [USE_DOUBLE]: Avoid word
24708         load in branch delay slot when less than a word of input left.
24710 2016-01-27  Andreas Schwab  <schwab@suse.de>
24712         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (half): Remove.
24713         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (maxlog, big): Remove.
24714         * sysdeps/powerpc/fpu/s_cosf.c (one): Remove.
24715         * sysdeps/powerpc/fpu/e_hypotf.c (two30): Remove.
24717 2016-01-26  David S. Miller  <davem@davemloft.net>
24719         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Add _Q_cmp.
24721 2016-01-25  David S. Miller  <davem@davemloft.net>
24723         * sysdeps/sparc/sparc32/Versions (GLIBC_2.23): Add entry for
24724         __sqrtl_finite.
24725         * sysdeps/sparc/sparc32/fpu/e_sqrtl.c (__sqrtl_finite): Define
24726         instead using versioned_symbol.
24727         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Fix ordering
24728         of entries.
24730         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Move
24731         __sqrtl_finite to GLIBC_2.23
24733 2016-01-25  Ricchard Henderson  <rth@redhat.com>
24735         * sysdeps/alpha/fpu/libm-test-ulps: Update.
24737 2016-01-25  Andreas Schwab  <schwab@suse.de>
24739         [BZ #17514]
24740         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock)
24741         <case PTHREAD_MUTEX_ERRORCHECK_NP>: Don't do lock elision.
24742         * nptl/Makefile (tests): Add tst-mutex-errorcheck.
24743         * nptl/tst-mutex-errorcheck.c: New file.
24745 2016-01-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
24747         [BZ #18560]
24748         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h (__ipc): Remove.
24749         (IPCOP_semop): Likewise.
24750         (IPCOP_semget): Likewise.
24751         (IPCOP_semctl): Likewise.
24752         (IPCOP_msgsnd): Likewise.
24753         (IPCOP_msgrcv): Likewise.
24754         (IPCOP_msgget): Likewise.
24755         (IPCOP_msgctl): Likewise.
24756         (IPCOP_shmat): Likewise.
24757         (IPCOP_shmdt): Likewise.
24758         (IPCOP_shmget): Likewise.
24759         (IPCOP_shmctl): Likewise.
24761 2016-01-22  Stefan Liebler  <stli@linux.vnet.ibm.com>
24763         * string/tst-endian.c: Include <libc-internal.h>.
24764         (do_test): Ignore tautological-compare warnings around
24765         "htobeXX (beXXtoh (i)) != i" and
24766         "htoleXX (leXXtoh (i)) != i" if-statements.
24768 2016-01-24  David S. Miller  <davem@davemloft.net>
24770         * sysdeps/sparc/sparc32/fpu/e_sqrtl.c: New file.
24771         * sysdeps/sparc/sparc32/soft-fp/q_sqrt.c (__ieee754_sqrtl): Remove
24772         alias.
24773         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Add
24774         __sqrtl_finite.
24776         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24778 2016-01-25  Maciej W. Rozycki  <macro@imgtec.com>
24780         * sysdeps/unix/sysv/linux/mips/configure.ac: Set
24781         `arch_minimum_kernel' to 4.5.0 if 2008 NaN encoding is used.
24782         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
24784 2016-01-22  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
24786         * nptl/tst-setuid3.c (is_invalid_barrier_ret): New function.
24787         (thread_func): Use new function to simplify barrier check.
24788         (do_test): Use new function to simplify checking barrier exit
24789         code, and actually join the child thread.
24791 2016-01-22  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
24793         * sysdeps/unix/sysv/linux/powerpc/htm.h (__libc_tbegin): Remove
24794         semicolon.
24795         (__libc_tend): Likewise.
24796         (__libc_tabort): Likewise.
24798 2016-01-22  Chung-Lin Tang  <cltang@codesourcery.com>
24800         * sysdeps/nios2/libm-test-ulps: Update.
24801         * sysdeps/unix/sysv/linux/nios2/localplt.data (__gtdf2): Add.
24802         (__gtsf2): Likewise.
24803         (__unorddf2): Likewise.
24804         (__unordsf2): Likewise.
24805         (__ledf2): Likewise.
24807 2016-01-20  Chris Metcalf  <cmetcalf@ezchip.com>
24809         * nis/nis_table.c (__follow_path): Disable diagnostic for
24810         uninitialized variable that is a false positive for gcc 4.7.
24811         * stdio-common/vfscanf.c (_IO_vfwscanf): Likewise.
24813 2016-01-20  Roland McGrath  <roland@hack.frob.com>
24815         * sysdeps/nacl/lowlevellock-futex.h
24816         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake):
24817         Always evaluate PRIVATE argument.
24819 2016-01-20  Paul Pluzhnikov  <ppluzhnikov@google.com>
24821         [BZ #19490]
24822         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
24823         (pthread_cond_broadcast): Use ENTRY/END
24824         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S
24825         (pthread_cond_signal): Likewise.
24826         * sysdeps/x86_64/nptl/pthread_spin_lock.S (pthread_spin_lock):
24827         Likewise.
24828         * sysdeps/x86_64/nptl/pthread_spin_trylock.S (pthread_spin_trylock):
24829         Likewise.
24830         * sysdeps/x86_64/nptl/pthread_spin_unlock.S (pthread_spin_unlock):
24831         Likewise.
24833 2016-01-20  Joseph Myers  <joseph@codesourcery.com>
24835         * sysdeps/ieee754/dbl-64/s_finite.c
24836         [NO_LONG_DOUBLE && LDBL_CLASSIFY_COMPAT] (__finitel): Define
24837         compat symbol at version GLIBC_2_1 and use GLIBC_2_1 in
24838         SHLIB_COMPAT condition for libm, not GLIBC_2_0.
24839         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c
24840         [NO_LONG_DOUBLE && LDBL_CLASSIFY_COMPAT] (__finitel): Likewise.
24842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data
24843         (__gtsf2): Add as optional for libc.so.
24844         (__unordsf2): Likewise.
24845         (__signbit): Remove for libc.so.
24846         (__signbitl): Likewise.
24848 2016-01-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
24850         * iconvdata/bug-iconv11.c (test_ibm93x):
24851         Use %zu printf format specifier for size_t argument.
24853 2016-01-19  Joseph Myers  <joseph@codesourcery.com>
24855         * math/gen-libm-test.pl (parse_ulps): Do not reduce
24856         already-recorded ulps.
24857         * sysdeps/arm/libm-test-ulps: Regenerated.
24858         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
24859         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
24860         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
24862 2016-01-19  Andrew Senkevich  <andrew.senkevich@intel.com>
24863             Paul Pluzhnikov  <ppluzhnikov@google.com>
24865         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Fixed build with
24866         assembler not supporting AVX-512.
24868 2016-01-18  Stefan Liebler  <stli@linux.vnet.ibm.com>
24870         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
24872 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
24874         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
24875         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
24877         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
24879         * sysdeps/arm/libm-test-ulps: Regenerated.
24881 2016-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
24883         [BZ #19451]
24884         * math/Makefile (libm-vec-tests): Move libraries after wrappers.o
24886 2016-01-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
24888         [BZ #19486]
24889         * sysdeps/s390/fix-fp-int-convert-overflow.h: New File.
24890         * sysdeps/generic/fix-fp-int-convert-overflow.h
24891         (FIX_LDBL_LONG_CONVERT_OVERFLOW,
24892         FIX_LDBL_LLONG_CONVERT_OVERFLOW): New define.
24893         * sysdeps/arm/fix-fp-int-convert-overflow.h: Likewise.
24894         * sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h:
24895         Likewise.
24896         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl):
24897         Avoid conversions to long int where inexact exceptions
24898         could be raised.
24899         * sysdeps/ieee754/ldbl-128/s_lroundl.c (__lroundl):
24900         Likewise.
24901         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl):
24902         Avoid conversions to long long int where inexact exceptions
24903         could be raised.
24904         * sysdeps/ieee754/ldbl-128/s_llroundl.c (__llroundl):
24905         Likewise.
24907 2016-01-17  Mike Frysinger  <vapier@gentoo.org>
24909         * configure.ac: Rewrite error comment and use AC_MSG_ERROR.
24910         * configure: Regenerated.
24912 2016-01-16  Andrew Senkevich  <andrew.senkevich@intel.com>
24914         * sysdeps/x86_64/multiarch/memcpy_chk.S: Fixed typos.
24916 2016-01-16  Mike Frysinger  <vapier@gentoo.org>
24918         * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MCL_ONFAULT): Move
24919         outside of comment.
24921 2016-01-15  Torvald Riegel  <triegel@redhat.com>
24923         * nptl/tst-barrier1.c: Add description on first line.
24924         * nptl/tst-barrier2.c: Likewise.
24925         * nptl/tst-barrier3.c: Likewise.
24926         * nptl/tst-barrier4.c: Likewise.
24927         * nptl/tst-barrier5.c: Likewise.
24929 2016-01-15  Torvald Riegel  <triegel@redhat.com>
24931         [BZ #18868]
24932         * nptl/pthread_barrier_init.c (__pthread_barrier_init): Apply fix.
24934 2016-01-16  Andrew Senkevich  <andrew.senkevich@intel.com>
24936         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Added new files.
24937         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Added new tests.
24938         * sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S: New file.
24939         * sysdeps/x86_64/multiarch/mempcpy-avx512-no-vzeroupper.S: Likewise.
24940         * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S: Likewise.
24941         * sysdeps/x86_64/multiarch/memcpy.S: Added new IFUNC branch.
24942         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
24943         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
24944         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
24945         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
24946         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
24948 2016-01-15  Torvald Riegel  <triegel@redhat.com>
24950         [BZ #13065]
24951         * nptl/pthread_barrier_wait.c (__pthread_barrier_wait): Replace with
24952         new implementation.
24953         * nptl/pthread_barrier_destroy.c (pthread_barrier_destroy): Likewise.
24954         * nptl/pthread_barrier_init.c (__pthread_barrier_init): Adapt.
24955         * sysdeps/nptl/internaltypes.h (pthread_barrier): Adapt.
24956         (BARRIER_IN_THRESHOLD): New macro.
24957         * nptl/pthread_barrierattr_setpshared.c
24958         (pthread_barrierattr_setpshared): Clean up.
24959         * nptl/tst-barrier4.c: Correct comment.
24960         * nptl/tst-barrier5.c: New file.
24961         * nptl/Makefile (tests): Add nptl/tst-barrier5.c.
24962         (gen-as-const-headers): Remove lowlevelbarrier.sym.
24963         * sysdeps/unix/sysv/linux/i386/pthread_barrier_wait.S: Remove.
24964         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Remove.
24965         * nptl/lowlevelbarrier.sym: Remove.
24966         * nptl/DESIGN-barrier.txt: Remove.
24967         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Remove.
24968         * sysdeps/sparc/nptl/pthread_barrier_init.c: Remove.
24969         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Remove.
24970         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: Replace with build
24971         error.
24972         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: Use generic
24973         implementation.
24975 2016-01-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
24977         * rt/tst-mqueue5.c (thr): Cleanup misleading comment.
24978         (do_child): Mask SIGRTMIN while thr is running.
24980 2016-01-15  Martin Sebor  <msebor@redhat.com>
24982         [BZ #19432]
24983         * iconvdata/Makefile: Add bug-iconv11.
24984         * iconvdata/bug-iconv11.c: New test.
24985         * iconvdata/ibm930.c: Do not reject redundant shift sequences.
24986         * iconvdata/ibm933.c: Same.
24987         * iconvdata/ibm935.c: Same.
24988         * iconvdata/ibm937.c: Same.
24989         * iconvdata/ibm939.c: Same.
24991 2016-01-15  Martin Sebor  <msebor@redhat.com>
24993         [BZ #19443]
24994         * crypt/crypt_util.c [DEBUG] (_ufc_prbits): Correct format string.
24995         [DEBUG] (_ufc_set_bits): Declare used.
24996         * iconv/gconv_dl.c [DEBUG]: Add a missing include directive.
24997         [DEBUG] (print_all): Declare used.
24998         * resolv/res_send.c [DEBUG] (__libc_res_nsend): Explicitly convert
24999         operands of the ternary ?: expression to target type.
25000         * stdlib/rshift.c [DEBUG] (mpn_rshift): Use assert() instead of
25001         calling the undeclared abort.
25002         * time/mktime.c [DEBUG] (DEBUG): Rename to DEBUG_MKTIME.
25004 2016-01-15  Martin Sebor  <msebor@redhat.com>
25006         [BZ #18755]
25007         * iconv/skeleton.c (FUNCTION_NAME): Suppress -Wunused-but-set-variable
25008         warnings.
25009         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread): Same.
25010         (__gai_create_helper_thread): Same.
25011         * nscd/nscd.c (do_exit): Suppress -Wunused-variable.
25012         * iconvdata/iso-2022-cn-ext.c (BODY): Initialize local variable
25013         to suppress -Wmaybe-uninitialized warnings.
25015 2016-01-15  H.J. Lu  <hongjiu.lu@intel.com>
25017         [BZ #19465]
25018         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Call math_opt_barrier
25019         inside if.
25020         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
25021         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
25022         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
25024 2016-01-14  H.J. Lu  <hongjiu.lu@intel.com>
25026         [BZ #19466]
25027         * time/tst-mktime2.c (time_t_max): Removed.
25028         (time_t_min): Likewise.
25029         (TYPE_SIGNED): New.
25030         (TYPE_MINIMUM): Likewise.
25031         (TYPE_MAXIMUM): Likewise.
25032         (TIME_T_MIN): Likewise.
25033         (TIME_T_MAX): Likewise.
25034         (mktime_test): Replace time_t_max and time_t_min with TIME_T_MAX
25035         and TIME_T_MIN.
25036         (do_test): Likewise.
25038 2016-01-14  Amit Pawar  <amit.pawar@amd.com>
25040         [BZ #19467]
25041         * sysdeps/x86/cpu-features.c (init_cpu_features): Set
25042         index_Fast_Unaligned_Load flag for Excavator family CPUs.
25044 2016-01-02  Marcin Koƛcielnicki  <koriakin@0x04.net>
25046         * sysdeps/s390/nptl/tls.h (struct tcbhead_t): Add __private_ss field.
25048 2016-01-13  Carlos O'Donell  <carlos@redhat.com>
25050         * benchtests/Makefile (PYTHON): Define.
25051         (bench-func): Use $(PYTHON) to run python scripts.
25052         ($(objpfx)bench-%.c): Likewise.
25054 2016-01-13  Flavio Cruz  <flaviocruz@gmail.com>
25056         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Do not remove
25057         leading slash when `file_name' is "/".
25059 2016-01-12  Joseph Myers  <joseph@codesourcery.com>
25061         * bits/mman-linux.h [!MCL_CURRENT] (MCL_ONFAULT): New macro.
25062         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MCL_ONFAULT):
25063         Likewise.
25064         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MCL_ONFAULT):
25065         Likewise.
25066         * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MCL_ONFAULT):
25067         Likewise.
25068         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETSIGMASK): New
25069         enum constant and macro.
25070         (PTRACE_SETSIGMASK): Likewise.
25071         (PTRACE_SECCOMP_GET_FILTER): Likewise.
25072         * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
25073         (PTRACE_GETSIGMASK): Likewise.
25074         (PTRACE_SETSIGMASK): Likewise.
25075         (PTRACE_SECCOMP_GET_FILTER): Likewise.
25076         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_GETSIGMASK):
25077         Likewise.
25078         (PTRACE_SETSIGMASK): Likewise.
25079         (PTRACE_SECCOMP_GET_FILTER): Likewise.
25080         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
25081         (PTRACE_GETSIGMASK): Likewise.
25082         (PTRACE_SETSIGMASK): Likewise.
25083         (PTRACE_SECCOMP_GET_FILTER): Likewise.
25084         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_GETSIGMASK):
25085         Likewise.
25086         (PTRACE_SETSIGMASK): Likewise.
25087         (PTRACE_SECCOMP_GET_FILTER): Likewise.
25088         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_GETSIGMASK):
25089         Likewise.
25090         (PTRACE_SETSIGMASK): Likewise.
25091         (PTRACE_SECCOMP_GET_FILTER): Likewise.
25092         * sysdeps/unix/sysv/linux/tile/sys/ptrace.h (PTRACE_GETSIGMASK):
25093         Likewise.
25094         (PTRACE_SETSIGMASK): Likewise.
25095         (PTRACE_SECCOMP_GET_FILTER): Likewise.
25097 2016-01-11  Jonathan Wakely  <jwakely.gcc@gmail.com>
25098             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
25100         [BZ #19439]
25101         * math/bits/mathcalls.h
25102         [!__cplusplus || __cplusplus < 201103L] (isinf): Do not declare
25103         prototype.
25104         [!__cplusplus || __cplusplus < 201103L] (isnan): Likewise.
25106 2016-01-11  Andreas Schwab  <schwab@suse.de>
25108         [BZ #19253]
25109         * time/tzfile.c (__tzfile_default): Invalidate tzfile attribute
25110         cache when TZDEFRULES was used.
25111         * time/tst-tzname.c: New file.
25112         * time/Makefile (test): Add tst-tzname.
25113         (tst-tzname-ENV, CPPFLAGS-tst-tzname.c): Define.
25114         * timezone/Makefile (test-zones): Add $(posixrules-file).
25115         ($(testdata)/$(posixrules-file)): New rule.
25117 2016-01-10  Paul Eggert  <eggert@cs.ucla.edu>
25119         Fix doc quoting problems with Texinfo 5
25120         Without this change, in the info file output, Texinfo 5 quotes code
25121         in text with undirected single quotes 'like this' and generates
25122         code examples that with many PDF readers cannot be cut out of PDFs
25123         and pasted into code.
25124         * manual/libc.texinfo: Configure the libc manual like the GNU
25125         Emacs manual, by using @documentencoding and setting
25126         txicodequoteundirected and txicodequotebacktick.  This way,
25127         Texinfo 5 quotes code in text with directed single quotes â€˜like
25128         this’ and produces examples that can be cut out of PDFs.  This
25129         change causes Texinfo 5 to generate info files that contain UTF-8
25130         characters in the set {'‘', '’', '“', '”', 'Ä', 'Ă€', 'ö', '−',
25131         '–', '—', '©', '⇒', '‱', '
'}, which is OK nowadays.
25133 2016-01-08  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
25135         * sysdeps/unix/sysv/linux/powerpc/htm.h (__libc_tbegin,
25136         __libc_tabort, __libc_tend): New wrappers that enforce compiler
25137         barriers to their respective compiler built-ins.
25138         * sysdeps/powerpc/nptl/elide.h (__get_new_count, ELIDE_LOCK,
25139         ELIDE_TRYLOCK, __elide_unlock): Use the new wrappers.
25140         * sysdeps/powerpc/sysdep.h: Likewise.
25141         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: Likewise.
25142         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: Likewise.
25143         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: Likewise.
25145 2016-01-08  Marko Myllynen  <myllynen@redhat.com>
25147         * scripts/config.guess: Revert previous shebang change.
25148         * scripts/config.sub: Likewise.
25149         * scripts/mkinstalldirs: Likewise.
25151 2016-01-08  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
25153         * sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_ARCH_3_00 and
25154         PPC_FEATURE2_HAS_IEEE128.
25155         * sysdeps/powerpc/dl-procinfo.c:
25156         (_dl_powerpc_cap_flags): Add corresponding names to new capabilities.
25158 2016-01-08  John David Anglin  <danglin@gcc.gnu.org>
25160         [BZ #19415]
25161         * sysdeps/hppa/dl-fptr.c (_dl_fixup): Declare.
25162         (elf_machine_resolve): New.  Return address of _dl_runtime_resolve.
25163         (_dl_lookup_address): Rewrite using function resolver trampoline.
25164         * sysdeps/hppa/dl-lookupcfg.h (DL_LOOKUP_ADDRESS): Don't clear bottom
25165         two bits in address.
25167 2016-01-07  Mike Frysinger  <vapier@gentoo.org>
25169         * longlong.h: Change !__SHMEDIA__ to
25170         (!defined (__SHMEDIA__) || !__SHMEDIA__).
25171         Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
25173 2016-01-07  Daniel Jacobowitz  <dan@codesourcery.com>
25174             Joseph Myers  <joseph@codesourcery.com>
25175             Mark Shinwell  <shinwell@codesourcery.com>
25176             Andrew Stubbs  <ams@codesourcery.com>
25177             Rich Felker <dalias@libc.org>
25179         * longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH.
25181 2016-01-07  Richard Henderson  <rth@redhat.com>
25183         * longlong.h [__alpha] (umul_ppmm): Disable for c++.
25185 2016-01-07  Mike Frysinger  <vapier@gentoo.org>
25187         * sysdeps/unix/sysv/linux/fxstat64.c (___fxstat64): Change
25188         __ASSUME_ST_INO_64_BIT == 0 to !defined __ASSUME_ST_INO_64_BIT.
25189         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
25190         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
25191         * sysdeps/unix/sysv/linux/xstatconv.c (__xstat32_conv): Likewise.
25193 2016-01-07  Paul Eggert  <eggert@cs.ucla.edu>
25194             Joseph Myers  <joseph@codesourcery.com>
25196         * timezone/private.h: Update from tzcode 2015g.
25197         * timezone/tzfile.h: Likewise.
25198         * timezone/tzselect.ksh: Likewise.
25199         * timezone/zdump.c: Likewise.
25200         * timezone/zic.c: Likewise.
25201         * timezone/ialloc.c: Remove file.
25202         * timezone/scheck.c: Likewise.
25203         * timezone/Makefile (extra-objs): Remove variable.
25204         ($(objpfx)zic): Do not depend on scheck.o and ialloc.o.
25205         (tz-cflags): Add -DHAVE_GETTEXT -DUSE_LTZ=0
25206         -Wno-maybe-uninitialized.
25207         (CFLAGS-zdump.c): Remove -fwrapv -DNOID -DHAVE_GETTEXT.
25208         (CFLAGS-zic.c): Remove -DNOID -DHAVE_GETTEXT.
25209         (CFLAGS-ialloc.c): Remove variable.
25210         (CFLAGS-scheck.c): Likewise.
25211         * timezone/README: Update list of files from tzcode.
25213 2016-01-07  Khem Raj  <raj.khem@gmail.com>
25215         * argp/argp-fmtstream.c (__argp_fmtstream_free): Use fwrite_unlocked
25216         instead of __fxprintf when _LIBC is undefined.
25218 2016-01-07  Marko Myllynen  <myllynen@redhat.com>
25220         * catgets/test-gencat.sh: Remove space after shebang.
25221         * conform/GlibcConform.pm: Likewise.
25222         * conform/check-header-lists.sh: Likewise.
25223         * conform/conformtest.pl: Likewise.
25224         * conform/linknamespace.pl: Likewise.
25225         * conform/list-header-symbols.pl: Likewise.
25226         * debug/catchsegv.sh: Likewise.
25227         * elf/genrtldtbl.awk: Likewise.
25228         * elf/tst-pathopt.sh: Likewise.
25229         * elf/tst-rtld-load-self.sh: Likewise.
25230         * grp/tst_fgetgrent.sh: Likewise.
25231         * iconvdata/gen-8bit-gap-1.sh: Likewise.
25232         * iconvdata/gen-8bit-gap.sh: Likewise.
25233         * iconvdata/gen-8bit.sh: Likewise.
25234         * iconvdata/run-iconv-test.sh: Likewise.
25235         * intl/tst-gettext.sh: Likewise.
25236         * intl/tst-gettext2.sh: Likewise.
25237         * intl/tst-gettext4.sh: Likewise.
25238         * intl/tst-gettext6.sh: Likewise.
25239         * intl/tst-translit.sh: Likewise.
25240         * io/ftwtest-sh: Likewise.
25241         * libio/test-freopen.sh: Likewise.
25242         * locale/gen-translit.pl: Likewise.
25243         * malloc/tst-mtrace.sh: Likewise.
25244         * manual/check-safety.sh: Likewise.
25245         * manual/libc-texinfo.sh: Likewise.
25246         * manual/tsort.awk: Likewise.
25247         * manual/xtract-typefun.awk: Likewise.
25248         * nptl/tst-cancel-wrappers.sh: Likewise.
25249         * nptl/tst-tls6.sh: Likewise.
25250         * posix/globtest.sh: Likewise.
25251         * posix/tst-getconf.sh: Likewise.
25252         * posix/wordexp-tst.sh: Likewise.
25253         * scripts/check-c++-types.sh: Likewise.
25254         * scripts/check-local-headers.sh: Likewise.
25255         * scripts/config.guess: Likewise.
25256         * scripts/config.sub: Likewise.
25257         * scripts/cpp: Likewise.
25258         * scripts/cross-test-ssh.sh: Likewise.
25259         * scripts/documented.sh: Likewise.
25260         * scripts/evaluate-test.sh: Likewise.
25261         * scripts/gen-libc-abis: Likewise.
25262         * scripts/gen-sorted.awk: Likewise.
25263         * scripts/list-fixed-bugs.py: Likewise.
25264         * scripts/merge-test-results.sh: Likewise.
25265         * scripts/mkinstalldirs: Likewise.
25266         * scripts/rellns-sh: Likewise.
25267         * scripts/test-installation.pl: Likewise.
25268         * scripts/update-copyrights: Likewise.
25269         * stdio-common/tst-printf.sh: Likewise.
25270         * stdio-common/tst-unbputc.sh: Likewise.
25271         * stdlib/tst-fmtmsg.sh: Likewise.
25272         * stdlib/tst-setcontext3.sh: Likewise.
25273         * sysdeps/i386/tst-ld-sse-use.sh: Likewise.
25274         * sysdeps/unix/make-syscalls.sh: Likewise.
25276 2016-01-06  John David Anglin  <dave.anglin@bell.net>
25278         * sysdeps/hppa/nptl/pthread_spin_init.c (pthread_spin_init): Replace
25279         asm stw with atomic_exchange_rel.  Add explanatory comment.
25280         * sysdeps/hppa/nptl/pthread_spin_unlock.c (pthread_spin_unlock):
25281         Likewise.
25283 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
25285         [BZ #19122]
25286         * include/unistd.h [IS_IN (rtld)]: Include <dl-unistd.h>.
25287         * sysdeps/generic/dl-unistd.h: New file.
25288         * sysdeps/mach/hurd/dl-unistd.h: Likewise.
25290 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
25292          [BZ #19122]
25293          * include/sys/mman.h [IS_IN (rtld)]: Include <dl-mman.h>.
25294          * sysdeps/generic/dl-mman.h: New file.
25295          * sysdeps/mach/hurd/dl-mman.h: Likewise.
25297 2016-01-05  Joseph Myers  <joseph@codesourcery.com>
25299         * manual/texinfo.tex: Update to version 2016-01-04.21 with
25300         trailing whitespace removed.
25301         * scripts/config.guess: Update to version 2016-01-01.
25302         * scripts/config.sub: Update to version 2016-01-01.
25303         * scripts/move-if-change: Update from gnulib.
25305 2016-01-04  Anton Blanchard  <anton@samba.org>
25307         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Use unsigned int
25308         for array indices.
25309         * sysdeps/ieee754/dbl-64/e_pow.c (my_log2): Likewise.
25311 2016-01-04  Joseph Myers  <joseph@codesourcery.com>
25313         * NEWS: Update copyright dates.
25314         * catgets/gencat.c (print_version): Likewise.
25315         * csu/version.c (banner): Likewise.
25316         * debug/catchsegv.sh: Likewise.
25317         * debug/pcprofiledump.c (print_version): Likewise.
25318         * debug/xtrace.sh (do_version): Likewise.
25319         * elf/ldconfig.c (print_version): Likewise.
25320         * elf/ldd.bash.in: Likewise.
25321         * elf/pldd.c (print_version): Likewise.
25322         * elf/sotruss.sh: Likewise.
25323         * elf/sprof.c (print_version): Likewise.
25324         * iconv/iconv_prog.c (print_version): Likewise.
25325         * iconv/iconvconfig.c (print_version): Likewise.
25326         * locale/programs/locale.c (print_version): Likewise.
25327         * locale/programs/localedef.c (print_version): Likewise.
25328         * login/programs/pt_chown.c (print_version): Likewise.
25329         * malloc/memusage.sh (do_version): Likewise.
25330         * malloc/memusagestat.c (print_version): Likewise.
25331         * malloc/mtrace.pl: Likewise.
25332         * manual/libc.texinfo: Likewise.
25333         * nptl/version.c (banner): Likewise.
25334         * nscd/nscd.c (print_version): Likewise.
25335         * nss/getent.c (print_version): Likewise.
25336         * nss/makedb.c (print_version): Likewise.
25337         * posix/getconf.c (main): Likewise.
25338         * scripts/test-installation.pl: Likewise.
25339         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
25341         * All files with FSF copyright notices: Update copyright dates
25342         using scripts/update-copyrights.
25343         * intl/plural.c: Regenerated.
25344         * locale/programs/charmap-kw.h: Likewise.
25345         * locale/programs/locfile-kw.h: Likewise.
25347 2016-01-02  Helge Deller  <deller@gmx.de>
25349         [BZ #19285]
25350         * sysdeps/unix/sysv/linux/hppa/bits/mman.h (MAP_STACK): Define.
25351         (MAP_HUGETLB, MCL_ONFAULT): Likewise.
25352         (MADV_HUGEPAGE, MADV_NOHUGEPAGE, MADV_DONTDUMP, MADV_DODUMP): Likewise.
25353         (MADV_xxK_PAGES): Remove.
25355 2016-01-01  Mike Frysinger  <vapier@gentoo.org>
25357         [BZ #15421]
25358         * sysdeps/ia64/fpu/w_lgamma_main.c: Include math.h & math_private.h.
25359         [BUILD_LGAMMA]: Wrap all code by define.  Re-indent sub-preprocessor.
25360         * sysdeps/ia64/fpu/w_lgammaf_main.c: Likewise.
25361         * sysdeps/ia64/fpu/w_lgammal_main.c: Likewise.
25363 2015-12-30  Dmitry V. Levin  <ldv@altlinux.org>
25365         [BZ #19408]
25366         * sysdeps/unix/sysv/linux/personality.c: New file.
25367         * sysdeps/unix/sysv/linux/sparc/sparc64/personality.c: Likewise.
25368         * sysdeps/unix/sysv/linux/tst-personality.c: Likewise.
25369         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == misc]
25370         (sysdep_routines): Add personality.
25371         (tests): Add tst-personality.
25372         * sysdeps/unix/sysv/linux/syscalls.list (personality): Move ...
25373         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ... here.
25374         * sysdeps/unix/sysv/linux/arm/syscalls.list (personality): New entry.
25375         * sysdeps/unix/sysv/linux/hppa/syscalls.list (personality): Likewise.
25376         * sysdeps/unix/sysv/linux/i386/syscalls.list (personality): Likewise.
25377         * sysdeps/unix/sysv/linux/m68k/syscalls.list (personality): Likewise.
25378         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (personality):
25379         Likewise.
25380         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (personality):
25381         Likewise.
25382         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (personality):
25383         Likewise.
25384         * sysdeps/unix/sysv/linux/sh/syscalls.list (personality): Likewise.
25385         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list (personality):
25386         Likewise.
25388 2015-12-30  Aurelien Jarno  <aurelien@aurel32.net>
25390         * sysdeps/unix/sysv/linux/arm/ioperm.c: Do not include <string.h>.
25391         (PATH_ARM_SYSTYPE): Remove.
25392         (PATH_CPUINFO): Likewise.
25393         (IO_BASE_FOOTBRIDGE): Likewise.
25394         (IO_SHIFT_FOOTBRIDGE): Likewise.
25395         (struct platform): Likewise.
25396         (init_iosys): Remove compatibility code for 2.4 kernels.
25397         * sysdeps/unix/sysv/linux/arm/localplt.data: Remove fscanf.
25399 2015-12-29  Florian Weimer  <fweimer@redhat.com>
25401         * malloc/tst-malloc-thread-fail.c: New file.
25402         * malloc/Makefile (tests): Add tst-malloc-thread-fail.
25403         (tst-malloc-thread-fail): Link against libpthread.
25405 2015-12-29  Mike Frysinger  <vapier@gentoo.org>
25407         * scripts/list-fixed-bugs.py: Import argparse.  Call main instead.
25408         (get_parser): New function.
25409         (main): New function.
25411 2015-12-29  Rob Wu  <rob@robwu.nl>
25413         [BZ #19369]
25414         * resolv/res_init.c (__res_vinit): Reset defdname before use.
25416 2015-12-29  John David Anglin  <danglin@gcc.gnu.org>
25418         [BZ #19270]
25419         * sysdeps/hppa/fpu/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Define.
25421 2015-12-28  Mike Frysinger  <vapier@gentoo.org>
25423         [BZ #15421]
25424         * sysdeps/ia64/fpu/w_lgamma_main.c: Change gammaf to gamma.
25426 2015-12-23  Torvald Riegel  <triegel@redhat.com>
25428         [BZ #13690]
25429         * sysdeps/nptl/lowlevellock.h (__lll_unlock): Do not access the lock
25430         after releasing it.
25431         (__lll_robust_unlock): Likewise.
25432         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
25433         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (lll_unlock): Likewise.
25434         (lll_robust_unlock): Likewise.
25435         * sysdeps/unix/sysv/linux/lowlevellock-futex.h (__lll_private_flag):
25436         Prevent warnings in callers.
25438 2015-12-23  Florian Weimer  <fweimer@redhat.com>
25440         * malloc/arena.c (list_lock): Update comment.
25442 2015-12-22  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
25444         * sysdeps/powerpc/hwcapinfo.c: Export symbol
25445         __parse_hwcap_and_convert_at_platform to libc.a.
25447 2015-12-22  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
25449         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Added
25450         platform and feature support for POWER9.
25451         * sysdeps/powerpc/dl-procinfo.h: Likewise.
25452         * sysdeps/powerpc/powerpc32/power9/Implies: New file.
25453         * sysdeps/powerpc/powerpc32/power9/fpu/multiarch/Implies: Likewise.
25454         * sysdeps/powerpc/powerpc32/power9/multiarch/Implies: Likewise.
25455         * sysdeps/powerpc/powerpc64/power9/Implies: Likewise, for powerpc64.
25456         * sysdeps/powerpc/powerpc64/power9/fpu/Implies: Likewise.
25457         * sysdeps/powerpc/powerpc64/power9/fpu/multiarch/Implies: Likewise.
25458         * sysdeps/powerpc/powerpc64/power9/multiarch/Implies: Likewise.
25460 2015-12-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25462         Harmonize generic stdio-lock support with nptl
25464         This fixes build when _IO_funlockfile is a macro, fixes build where
25465         _IO_acquire_lock_clear_flags2 is used, and fixes unlocking on unexpected
25466         stack unwind.
25468         * sysdeps/generic/stdio-lock.h [__EXCEPTIONS] (_IO_acquire_lock,
25469         _IO_release_lock ): Use cleanup attribute on new
25470         _IO_acquire_lock_file variable instead of assuming that
25471         _IO_release_lock will be called.
25472         [!__EXCEPTIONS] (_IO_acquire_lock): Define to non-existing
25473         _IO_acquire_lock_needs_exceptions_enabled.
25474         (_IO_acquire_lock_clear_flags2): New macro.
25476 2015-12-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
25478         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
25480 2015-12-21  Florian Weimer  <fweimer@redhat.com>
25482         [BZ #19182]
25483         * malloc/arena.c (list_lock): Document lock ordering requirements.
25484         (free_list_lock): New lock.
25485         (ptmalloc_lock_all): Comment on free_list_lock.
25486         (ptmalloc_unlock_all2): Reinitialize free_list_lock.
25487         (detach_arena): Update comment.  free_list_lock is now needed.
25488         (_int_new_arena): Use free_list_lock around detach_arena call.
25489         Acquire arena lock after list_lock.  Add comment, including FIXME
25490         about incorrect synchronization.
25491         (get_free_list): Switch to free_list_lock.
25492         (reused_arena): Acquire free_list_lock around detach_arena call
25493         and attached threads counter update.  Add two FIXMEs about
25494         incorrect synchronization.
25495         (arena_thread_freeres): Switch to free_list_lock.
25496         * malloc/malloc.c (struct malloc_state): Update comments to
25497         mention free_list_lock.
25499 2015-12-21  Siddhesh Poyarekar  <siddhesh.poyarekar@linaro.org>
25501         * sysdeps/ieee754/dbl-64/s_sin.c (csloww, csloww1, csloww2):
25502         Remove functions.
25503         (sloww, sloww1): Accept argument to offset quadrant.
25504         (sloww, sloww1, sloww2): Call __mpsin or __mpcos based on
25505         quadrant.
25506         (__sin, __cos): Consolidate common code into new functions.
25507         (reduce_sincos_1, do_sincos_1): New functions.
25508         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use them.
25510         * sysdeps/ieee754/dbl-64/s_sin.c (__sin, __cos): Move common
25511         code to new functions.
25512         (reduce_sincos_2, do_sincos_2): New functions.
25513         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use them.
25515         * sysdeps/ieee754/dbl-64/s_sin.c (__sin) [!IN_SINCOS]: Skip
25516         common code for sincos.
25517         (__cos) [!IN_SINCOS]: Likewise.
25518         * sysdeps/ieee754/dbl-64/s_sincos.c (reduce_and_compute_sincos):
25519         New function.
25520         (__sincos): Use it.
25522 2015-12-20  Aurelien Jarno  <aurelien@aurel32.net>
25524         * sysdeps/i386/fpu/libm-test-ulps: Move to ....
25525         * sysdeps/i386/i686/multiarch/fpu/libm-test-ulps: ...here.
25526         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
25528 2015-12-19  Andrew Senkevich  <andrew.senkevich@intel.com>
25530         * sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S: New file.
25531         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Added new file.
25532         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Added new tests.
25533         * sysdeps/x86_64/multiarch/memset.S: Added new IFUNC branch.
25534         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
25535         * sysdeps/x86/cpu-features.h (bit_Prefer_No_VZEROUPPER,
25536         index_Prefer_No_VZEROUPPER): New feature.
25537         * sysdeps/x86/cpu-features.c (init_cpu_features): Set the
25538         Prefer_No_VZEROUPPER for Knights Landing.
25540 015-12-18  Torvald Riegel  <triegel@redhat.com>
25542         * math/atest-exp2.c (mp_exp_m1): Remove.
25544 2015-12-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
25546         * sysdeps/unix/sysdep.h (SYSCALL_CANCEL): Fix macro for zero argument
25547         syscalls.
25548         (__SYSCALL0): New macro.
25549         (__SYSCALL1): Likewise.
25550         (__SYSCALL2): Likewise.
25551         (__SYSCALL3): Likewise.
25552         (__SYSCALL4): Likewise.
25553         (__SYSCALL5): Likewise.
25554         (__SYSCALL6): Likewise.
25555         (__SYSCALL_CONCAT_X): Likewise.
25556         (__SYSCALL_CONCAT): Likewise.
25557         (__SYSCALL_DIST): Likewise.
25558         (__SYSCALL_CALL): Likewise.
25560 2015-12-17  H.J. Lu  <hongjiu.lu@intel.com>
25562         [BZ #19363]
25563         * sysdeps/unix/sysv/linux/x86_64/x32/times.c: New file.
25565 2015-12-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
25567         [BZ #19375]
25568         * sysdeps/powerpc/power7/fpu/s_logb.c (__logb): Fix return for
25569         negative subnormals.
25571 2015-12-16  H.J. Lu  <hongjiu.lu@intel.com>
25573         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
25574         (REGISTERS_CLOBBERED_BY_SYSCALL): New.
25575         (INTERNAL_SYSCALL_NCS): Use it.
25576         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
25578 2015-12-16  Florian Weimer  <fweimer@redhat.com>
25580         [BZ #19243]
25581         * malloc/arena.c (get_free_list): Remove assert and adjust
25582         reference count handling.  Add comment about reused_arena
25583         interaction.
25584         (reused_arena): Add comments abount get_free_list interaction.
25585         * malloc/tst-malloc-thread-exit.c: New file.
25586         * malloc/Makefile (tests): Add tst-malloc-thread-exit.
25587         (tst-malloc-thread-exit): Link against libpthread.
25589 2015-12-15  H.J. Lu  <hongjiu.lu@intel.com>
25591         [BZ #19367]
25592         * sysdeps/unix/sysv/linux/wordsize-64/mmap.c: New file.
25593         * sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h: Likewise.
25594         * sysdeps/unix/sysv/linux/x86_64/64/mmap.c: Likewise.
25595         * sysdeps/x86/cpu-features.h (bit_Prefer_MAP_32BIT_EXEC): New.
25596         (index_Prefer_MAP_32BIT_EXEC): Likewise.
25598 2015-12-15  H.J. Lu  <hongjiu.lu@intel.com>
25600         * sysdeps/x86/cpu-features.c (init_cpu_features): Enable
25601         Silvermont optimizations for Knights Landing.
25603 2015-12-15  Andreas Schwab  <schwab@suse.de>
25605         [BZ #17197]
25606         * iconvdata/ibm930.c (BODY for TO_LOOP): Record current DBCS state
25607         immediately after emitting SI.
25608         * iconvdata/ibm933.c (BODY for TO_LOOP): Likewise.
25609         * iconvdata/ibm935.c (BODY for TO_LOOP): Likewise.
25610         * iconvdata/ibm937.c (BODY for TO_LOOP): Likewise.
25611         * iconvdata/ibm939.c (BODY for TO_LOOP): Likewise.
25612         * iconvdata/bug-iconv10.c: New file.
25613         * iconvdata/Makefile (tests): Add bug-iconv10.
25614         ($(objpfx)bug-iconv10.out): New rule.
25616 2015-12-15  Florian Weimer  <fweimer@redhat.com>
25618         * dlfcn/tst-rec-dlopen.c (call_func): Cast dlsym result, fixing an
25619         aliasing violation.
25621 2015-12-14  Joseph Myers  <joseph@codesourcery.com>
25623         [BZ #18472]
25624         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Handle entries
25625         for the form NAME@VERSION:OBSOLETED and generate SHLIB_COMPAT
25626         conditionals for them.
25627         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Likewise.
25628         * sysdeps/unix/sysv/linux/sys/kdaemon.h: Remove file.
25629         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
25630         sys/kdaemon.h.
25631         * sysdeps/unix/sysv/linux/syscalls.list (bdflush): Make into
25632         compat-only syscall, obsoleted in glibc 2.23.
25633         (create_module): Likewise.
25634         (get_kernel_syms): Likewise.
25635         (query_module): Likewise.
25636         (uselib): Likewise.
25637         * manual/sysinfo.texi (System Parameters): Do not mention bdflush.
25639 2015-12-11  Aurelien Jarno  <aurelien@aurel32.net>
25641         * sysdeps/unix/sysv/linux/arm/ioperm.c: Do not include
25642         <linux/version.h>.
25643         [LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)]: Remove
25644         conditional code.
25645         (init_iosys): Use CTL_BUS_ISA instead of BUS_ISA in iobase_name
25646         and ioshift_name initialization.
25648 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
25650         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
25651         Fix indentation.
25653 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
25655         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation.
25657 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
25659         * stdlib/strtol_l.c (__strtol_l): Fix indentation.
25661 2015-12-10  Aurelien Jarno  <aurelien@aurel32.net>
25662             Jakub Wilk  <jwilk@debian.org>
25664         [BZ #19347]
25665         * sysdeps/unix/grantpt.c [!HAVE_PT_CHOWN] (grantpt): Do not try
25666         to change the group of the device to the tty group.
25668 2015-12-10  Paul Eggert  <eggert@cs.ucla.edu>
25670         Split large string section; add truncation advice
25671         * manual/examples/strncat.c: Remove.
25672         This example was misleading, as the code would have undefined
25673         behavior if "hello" was longer than SIZE.  Anyway, the manual
25674         shouldn't encourage strncpy+strncat for this sort of thing.
25675         * manual/string.texi (Copying Strings and Arrays): Split into
25676         three sections Copying Strings and Arrays, Concatenating Strings,
25677         and Truncating Strings, as this section was way too long.  All
25678         cross-referenced changed.  Add advice about string-truncation
25679         functions.  Remove misleading strncat example.
25681 2015-12-10  Carlos O'Donell  <carlos@redhat.com>
25683         * manual/nss.texi (NSS Modules Interface): Document
25684         NSS_STATUS_NOTFOUND and SUCCESS.
25686 2015-12-09  Mike FABIAN  <mfabian@redhat.com>
25688         [BZ 18568]
25689         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
25690         201505L, for Unicode 8.
25692 2015-12-09  Carlos O'Donell  <carlos@redhat.com>
25694         * locale/C-translit.h: Regenerate.
25696 2015-12-09  Mike FABIAN  <mfabian@redhat.com>
25698         * locale/C-translit.h.in: Remove duplicate transliterations for U+0152
25699         and U+0153.
25701 2015-12-09  Joseph Myers  <joseph@codesourcery.com>
25703         [BZ #19351]
25704         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): When
25705         expanding log(1+z), compare z rather than its square with epsilon
25706         to determine when to avoid evaluating the expansion.
25708         [BZ #19350]
25709         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl):
25710         Increase overflow threshold.
25712         [BZ #19349]
25713         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Return argument
25714         when small.
25716         * sysdeps/unix/sysv/linux/i386/kernel-features.h
25717         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SOCKET_SYSCALL):
25718         New macro.
25719         [__LINUX_KERNEL_VERSION >= 0x040300]
25720         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
25721         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_BIND_SYSCALL):
25722         Likewise.
25723         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_CONNECT_SYSCALL):
25724         Likewise.
25725         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_LISTEN_SYSCALL):
25726         Likewise.
25727         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_ACCEPT4_SYSCALL):
25728         Likewise.
25729         [__LINUX_KERNEL_VERSION >= 0x040300]
25730         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Likewise.
25731         [__LINUX_KERNEL_VERSION >= 0x040300]
25732         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
25733         [__LINUX_KERNEL_VERSION >= 0x040300]
25734         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
25735         [__LINUX_KERNEL_VERSION >= 0x040300]
25736         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
25737         [__LINUX_KERNEL_VERSION >= 0x040300]
25738         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
25739         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDTO_SYSCALL):
25740         Likewise.
25741         [__LINUX_KERNEL_VERSION >= 0x040300]
25742         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
25743         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
25744         Likewise.
25745         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVFROM_SYSCALL):
25746         Likewise.
25747         [__LINUX_KERNEL_VERSION >= 0x040300]
25748         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Likewise.
25749         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
25750         Likewise.
25751         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SHUTDOWN_SYSCALL):
25752         Likewise.
25753         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
25754         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMMSG_SYSCALL):
25755         Likewise.
25756         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMMSG_SYSCALL):
25757         Likewise.
25758         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SOCKET_SYSCALL):
25759         Likewise.
25760         [__LINUX_KERNEL_VERSION >= 0x040300]
25761         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
25762         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_BIND_SYSCALL):
25763         Likewise.
25764         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_CONNECT_SYSCALL):
25765         Likewise.
25766         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_LISTEN_SYSCALL):
25767         Likewise.
25768         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_ACCEPT4_SYSCALL):
25769         Likewise.
25770         [__LINUX_KERNEL_VERSION >= 0x040300]
25771         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Likewise.
25772         [__LINUX_KERNEL_VERSION >= 0x040300]
25773         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
25774         [__LINUX_KERNEL_VERSION >= 0x040300]
25775         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
25776         [__LINUX_KERNEL_VERSION >= 0x040300]
25777         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
25778         [__LINUX_KERNEL_VERSION >= 0x040300]
25779         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
25780         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDTO_SYSCALL):
25781         Likewise.
25782         [__LINUX_KERNEL_VERSION >= 0x040300]
25783         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
25784         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
25785         Likewise.
25786         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVFROM_SYSCALL):
25787         Likewise.
25788         [__LINUX_KERNEL_VERSION >= 0x040300]
25789         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Likewise.
25790         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
25791         Likewise.
25792         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SHUTDOWN_SYSCALL):
25793         Likewise.
25794         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
25795         (__ASSUME_SOCKET_SYSCALL): Likewise.
25796         (__ASSUME_BIND_SYSCALL): Likewise.
25797         (__ASSUME_CONNECT_SYSCALL): Likewise.
25798         (__ASSUME_LISTEN_SYSCALL): Likewise.
25799         (__ASSUME_ACCEPT_SYSCALL): Likewise.
25800         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
25801         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
25802         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
25803         (__ASSUME_SEND_SYSCALL): Likewise.
25804         (__ASSUME_SENDTO_SYSCALL): Likewise.
25805         (__ASSUME_RECV_SYSCALL): Likewise.
25806         (__ASSUME_RECVFROM_SYSCALL): Likewise.
25807         (__ASSUME_SHUTDOWN_SYSCALL): Likewise.
25808         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
25809         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
25810         (__ASSUME_SENDMSG_SYSCALL): Likewise.
25811         (__ASSUME_RECVMSG_SYSCALL): Likewise.
25812         * sysdeps/unix/sysv/linux/sh/kernel-features.h
25813         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SOCKET_SYSCALL):
25814         Likewise.
25815         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_BIND_SYSCALL):
25816         Likewise.
25817         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_CONNECT_SYSCALL):
25818         Likewise.
25819         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_LISTEN_SYSCALL):
25820         Likewise.
25821         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_ACCEPT_SYSCALL):
25822         Likewise.
25823         [__LINUX_KERNEL_VERSION >= 0x020625]
25824         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
25825         [__LINUX_KERNEL_VERSION >= 0x020625]
25826         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
25827         [__LINUX_KERNEL_VERSION >= 0x020625]
25828         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
25829         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SEND_SYSCALL):
25830         Likewise.
25831         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SENDTO_SYSCALL):
25832         Likewise.
25833         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECV_SYSCALL):
25834         Likewise.
25835         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECVFROM_SYSCALL):
25836         Likewise.
25837         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SHUTDOWN_SYSCALL):
25838         Likewise.
25839         [__LINUX_KERNEL_VERSION >= 0x020625]
25840         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
25841         [__LINUX_KERNEL_VERSION >= 0x020625]
25842         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
25843         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SENDMSG_SYSCALL):
25844         Likewise.
25845         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECVMSG_SYSCALL):
25846         Likewise.
25848 2015-12-09  Aurelien Jarno  <aurelien@aurel32.net>
25850         * sysdeps/unix/sysv/linux/mips/configure.ac (has-mpf64): Define to
25851         record the current if the current ABI and CPU support the FP64
25852         extension.
25853         (has-modd-spreg): Define to record the current if the current ABI and
25854         CPU support 32-bit floating point values in odd FPU registers.
25855         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
25856         * sysdeps/mips/Makefile (tst-abi-fpxxomod): Only build when
25857         $(has-modd-spreg) equals yes.
25858         (tst-abi-fp64amod): Only build when $(has-mpf64) equals yes.
25859         (tst-abi-fp64mod): Only build when both $(has-mpf64) and
25860         $(has-modd-spreg) equal yes.
25862 2015-12-09  Aurelien Jarno  <aurelien@aurel32.net>
25864         * sysdeps/unix/grantpt.c (grantpt): Call__basename instead of
25865         basename.
25867 2015-12-08  Siddhesh Poyarekar  <sid@reserved-bit.com>
25869         * benchtests/Makefile (bench-math): Move ffs and ffsll...
25870         (bench-string): ... here.
25871         (bench): Add bench-string.
25872         (string-bench, wcsmbs-bench, stdlib-bench, stdio-common-bench): Rename
25873         to *-benchset to reflect what they are.
25874         (benchset): Adjust.
25876         * benchtests/sincos-inputs: Add inputs from sin-inputs and
25877         cos-inputs.
25879 2015-12-07  Andrew Senkevich  <andrew.senkevich@intel.com>
25881         * sysdeps/x86/fpu/bits/math-vector.h: W/o -fopenmp use GCC 6.*
25882         __attribute__ ((__simd__)) for vector math function declarations.
25884 2015-12-04  Paul Eggert  <eggert@cs.ucla.edu>
25886         Fix typo in strncat, wcsncat manual entries
25887         * manual/string.texi (Copying and Concatenation): Fix typos in
25888         sample implementations of strncat and wcsncat, by having them use
25889         the old value of the destination length, not the new one.
25891 2015-12-04  Joseph Myers  <joseph@codesourcery.com>
25893         [BZ #16961]
25894         [BZ #16962]
25895         * math/s_nan.c (__nan): Use __strtod_nan instead of constructing a
25896         string on the stack for strtod.
25897         * math/s_nanf.c (__nanf): Use __strtof_nan instead of constructing
25898         a string on the stack for strtof.
25899         * math/s_nanl.c (__nanl): Use __strtold_nan instead of
25900         constructing a string on the stack for strtold.
25901         * stdlib/Versions (libc): Add __strtof_nan, __strtod_nan and
25902         __strtold_nan to GLIBC_PRIVATE.
25903         * math/test-nan-overflow.c: New file.
25904         * math/test-nan-payload.c: Likewise.
25905         * math/Makefile (tests): Add test-nan-overflow and
25906         test-nan-payload.
25908 2015-12-04  Paul Eggert  <eggert@cs.ucla.edu>
25910         Consistency about byte vs character in string.texi
25911         * manual/string.texi (String and Array Utilities):
25912         Distinguish more carefully among bytes, multibyte characters,
25913         and wide characters.  Use "byte" when talking about C 'char',
25914         to distinguish it more clearly from multibyte characters.
25915         Say "wide character" or "multibyte character" instead of
25916         "character", when a wide or multibyte character is intended.
25917         Similarly for "multibyte string" versus "string".
25918         Define these terms more carefully.
25920 2015-12-03  Chris Metcalf  <cmetcalf@ezchip.com>
25922         * sysdeps/arm/math_private.h (LDBL_CLASSIFY_COMPAT): New symbol.
25923         * sysdeps/microblaze/math_private.h (LDBL_CLASSIFY_COMPAT):
25924         Likewise.
25925         * sysdeps/mips/math_private.h (LDBL_CLASSIFY_COMPAT): Likewise.
25926         * sysdeps/nios2/math_private.h (LDBL_CLASSIFY_COMPAT): Likewise.
25927         * sysdeps/sh/math_private.h: New file.
25928         * sysdeps/m68k/coldfire/fpu/math_private.h: Likewise.
25929         * sysdeps/ieee754/dbl-64/s_finite.c [defined NO_LONG_DOUBLE &&
25930         defined LDBL_CLASSIFY_COMPAT]: Create compat symbol for internal
25931         long double function name.
25932         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
25933         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
25934         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25935         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
25936         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25937         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist:
25938         Remove __finitel, __isinfl, and __isnanl.
25939         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
25940         Likewise.
25941         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
25942         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
25943         Remove __finitel.
25944         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
25945         Likewise.
25946         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
25948 2015-12-03  Andrew Senkevich  <andrew.senkevich@intel.com>
25950         * math/Makefile ($(inst_libdir)/libm.so): Corrected path to
25951         installed libmvec_nonshared.a.
25953 2015-12-03  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
25955         * sysdeps/powerpc/Makefile (sysdep-dl-routines): Add hwcapinfo.
25956         (sysdep_routines): Likewise.
25957         (sysdep-rtld-routines): Likewise.
25958         [$(subdir) = nptl](tests): Add test-get_hwcap and test-get_hwcap-static
25959         [$(subdir) = nptl](tests-static): test-get_hwcap-static
25960         * sysdeps/powerpc/Versions: Added new
25961         __parse_hwcap_and_convert_at_platform symbol to GLIBC-2.23.
25962         * sysdeps/powerpc/hwcapinfo.c: New file.
25963         (__tcb_parse_hwcap_and_convert_at_platform): New function to initialize
25964         and parse hwcap, hwcap2 and platform number information.
25965         * sysdeps/powerpc/hwcapinfo.h: New file.  Creates global variables
25966         to store HWCAP+HWCAP2 and platform number.
25967         * sysdeps/powerpc/nptl/tcb-offsets.sym: Added new offsets
25968         for HWCAP+HWCAP2 and platform number in the TCB.
25969         * sysdeps/powerpc/nptl/tls.h: New functionality.  Stores
25970         the HWCAP, HWCAP2 and platform number in the TCB.
25971         (dtv): Added new fields for HWCAP+HWCAP2 and platform number.
25972         (TLS_INIT_TP): Included calls to add the hwcap and
25973         at_platform values in the TCB in TP initialization.
25974         (TLS_DEFINE_INIT_TP): Likewise.
25975         (THREAD_GET_HWCAP): New macro.
25976         (THREAD_SET_HWCAP): Likewise.
25977         (THREAD_GET_AT_PLATFORM): Likewise.
25978         (THREAD_SET_AT_PLATFORM): Likewise.
25979         * sysdeps/powerpc/powerpc32/dl-machine.h:
25980         (dl_platform_init): New function that calls
25981         __parse_hwcap_and_convert_at_platform for the dymanic linking case for
25982         powerpc32.
25983         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise, for powerpc64.
25984         * sysdeps/powerpc/test-get_hwcap-static.c: New file.  Testcase for
25985         this functionality, static linking case.
25986         * sysdeps/powerpc/test-get_hwcap.c: New file.  Likewise, dynamic
25987         linking case.
25988         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Added call to
25989         __parse_hwcap_and_convert_at_platform for the static linking case.
25990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist:
25991         Included the new __parse_hwcap_and_convert_at_platform symbol in the
25992         ABI list for GLIBC 2.23.
25993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist:
25994         Likewise.
25995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist:
25996         Likewise.
25998 2015-12-02  Ludovic CourtĂšs  <ludo@gnu.org>
26000         * configure.ac: Use 'pwd -P' instead of '/bin/pwd'.
26001         * configure: Regenerate.
26002         * io/ftwtest-sh: Use 'pwd -P' instead of '/bin/pwd'.
26003         * scripts/rellns-sh: Likewise.  Remove 'pwd' variable.
26005 2015-12-02  Carlos O'Donell  <carlos@redhat.com>
26007         * iconvdata/ibm930.c: Add comment explaining encoding uses.
26008         * iconvdata/ibm933.c: Likewise.
26009         * iconvdata/ibm935.c: Likewise.
26010         * iconvdata/ibm937.c: Likewise.
26011         * iconvdata/ibm939.c: Likewise.
26013 2015-12-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
26015         * nptl/tst-cancel20.c (do_one_test): Move the pipe closing after
26016         pthread_join.
26017         * nptl/tst-cancel21.c (tf): Likewise.
26019 2015-12-01  H.J. Lu  <hongjiu.lu@intel.com>
26021         [BZ #19313]
26022         * bits/typesizes.h (__CPU_MASK_TYPE): New.
26023         * sysdeps/mach/hurd/bits/typesizes.h (__CPU_MASK_TYPE): Likewise.
26024         * sysdeps/nacl/bits/typesizes.h (__CPU_MASK_TYPE): Likewise.
26025         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__CPU_MASK_TYPE):
26026         Likewise.
26027         * sysdeps/unix/sysv/linux/generic/bits/typesizes.h (__CPU_MASK_TYPE):
26028         Likewise.
26029         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h (__CPU_MASK_TYPE):
26030         Likewise.
26031         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__CPU_MASK_TYPE):
26032         Likewise.
26033         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h (__CPU_MASK_TYPE):
26034         * sysdeps/unix/sysv/linux/bits/sched.h (__cpu_mask): Replace
26035         unsigned long int with __CPU_MASK_TYPE.
26037 2015-12-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
26039         * sysdeps/aarch64/libm-test-ulps: Regenerated.
26041 2015-12-01  Joseph Myers  <joseph@codesourcery.com>
26043         * sysdeps/ieee754/dbl-64/e_sqrt.c: Do not include uroot.h.
26044         (__ieee754_sqrt): Use hex float constants instead of tm256.x and
26045         t512.x.
26046         * sysdeps/ieee754/dbl-64/uroot.h: Remove file.
26048 2015-11-30  Amit Pawar  <amit.pawar@amd.com>
26050         [BZ #19214]
26051         * sysdeps/x86/cpu-features.c (get_common_indeces): Add an
26052         argument to return extended model.  Update family and model
26053         with extended family and model when family == 0x0f.
26054         (init_cpu_features): Updated.
26056 2015-11-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26058         The RPC interface used by mmap uses the unsigned vm_offset_t, not the
26059         signed off_t, so 32bit bigger than 2GiB values are fine actually.
26061         * sysdeps/mach/hurd/mmap64.c: New file.
26063 2015-11-29  Thomas Schwinge  <thomas@codesourcery.com>
26065         * sysdeps/mach/hurd/fork.c (__fork): Install correct number of send
26066         rights for its main user thread in NEWTASK.
26068 2015-11-28  Maciej W. Rozycki  <macro@imgtec.com>
26070         * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Include ABS2008.
26071         (_FPU_DEFAULT, _FPU_IEEE) [__mips_nan2008]: Set ABS2008.
26073 2015-11-27  Carlos O'Donell  <carlos@redhat.com>
26075         [BZ #14259]
26076         * Makeconfig: Rename localedir to complocaledir.
26077         Rename inst_localedir to inst_complocaledir.
26078         * aclocal.m4: Rename libc_cv_localedir to libc_cv_complocaledir.
26079         * config.make.in: Use complocaledir and libc_cv_complocaledir.
26080         * configure.ac: Use libc_cv_complocaledir.
26081         * configure: Regenerate.
26082         * locale/Makefile: Use complocaledir. Rename define -DLOCALEDIR to
26083         -DCOMPLOCALEDIR.
26084         * locale/findlocale.c: Use COMPLOCALEDIR.
26085         * locale/loadarchive.c: Likewise.
26086         * locale/programs/locale.c: Likewise.
26087         * locale/programs/localedef.c: Likewise.
26088         * locale/programs/locarchive.c: Likewise.
26089         * localedata/Makefile: Use inst_complocaledir.
26090         * sysdeps/gnu/configure: Regenerate.
26091         * sysdeps/hppa/configure: Regenerate.
26092         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerate.
26093         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
26094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
26095         * sysdeps/unix/sysv/linux/s390/s390-64/configure: Regenerate.
26096         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: Regenerate.
26097         * sysdeps/unix/sysv/linux/x86_64/64/configure: Regenerate.
26098         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Regenerate.
26100 2015-11-27  Andrew Senkevich  <andrew.senkevich@intel.com>
26102         [BZ #19058]
26103         * math/Makefile ($(inst_libdir)/libm.so): Added libmvec_nonshared.a to
26104         AS_NEEDED.
26105         * sysdeps/x86/fpu/bits/math-vector.h: Removed code with asm aliases
26106         workaround.
26107         * sysdeps/x86_64/fpu/Makefile (libmvec-support,
26108         libmvec-static-only-routines): Added new file.
26109         * sysdeps/x86_64/fpu/svml_finite_alias.S: New file.
26111 2015-11-25  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26113         * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Destroy reply port
26114         of interrupted RPC instead of restoring it.
26116         * sysdeps/i386/setjmp.S (__sigsetjmp): Add hidden_def.
26117         * sysdeps/mach/hurd/accept4.c (__libc_accept4): Remove
26118         libc_hidden_def.
26119         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Initialize to get
26120         into initialized data instead of common. Define rtld_hidden_data_def.
26121         * sysdeps/mach/hurd/fxstatat64.c (__fxstatat64): Add libc_hidden_def.
26122         * sysdeps/mach/hurd/if_index.c (__if_freenameindex): Add
26123         libc_hidden_def.
26124         (if_freenameindex): Add libc_hidden_weak.
26125         (if_nameindex): Add libc_hidden_weak.
26126         * sysdeps/mach/hurd/open.c (_open64): Rename libc_hidden_weak into
26127         __open64.
26128         * sysdeps/mach/hurd/sigwait.c (__sigwait): Add libc_hidden_def.
26129         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Add libc_hidden_def.
26130         * sysdeps/mach/nanosleep.c: Include <time.h>
26131         (__nanosleep): Rename to __libc_nanosleep.
26132         (__nanosleep): Add weak_alias.
26133         (nanosleep): Update alias.
26135 2015-11-24  Joseph Myers  <joseph@codesourcery.com>
26137         * stdlib/strtod_nan.c: New file.
26138         * stdlib/strtod_nan_double.h: Likewise.
26139         * stdlib/strtod_nan_float.h: Likewise.
26140         * stdlib/strtod_nan_main.c: Likewise.
26141         * stdlib/strtod_nan_narrow.h: Likewise.
26142         * stdlib/strtod_nan_wide.h: Likewise.
26143         * stdlib/strtof_nan.c: Likewise.
26144         * stdlib/strtold_nan.c: Likewise.
26145         * sysdeps/ieee754/ldbl-128/strtod_nan_ldouble.h: Likewise.
26146         * sysdeps/ieee754/ldbl-128ibm/strtod_nan_ldouble.h: Likewise.
26147         * sysdeps/ieee754/ldbl-96/strtod_nan_ldouble.h: Likewise.
26148         * wcsmbs/wcstod_nan.c: Likewise.
26149         * wcsmbs/wcstof_nan.c: Likewise.
26150         * wcsmbs/wcstold_nan.c: Likewise.
26151         * stdlib/Makefile (routines): Add strtof_nan, strtod_nan and
26152         strtold_nan.
26153         * wcsmbs/Makefile (routines): Add wcstod_nan, wcstold_nan and
26154         wcstof_nan.
26155         * include/stdlib.h (__strtof_nan): Declare and use
26156         libc_hidden_proto.
26157         (__strtod_nan): Likewise.
26158         (__strtold_nan): Likewise.
26159         (__wcstof_nan): Likewise.
26160         (__wcstod_nan): Likewise.
26161         (__wcstold_nan): Likewise.
26162         * include/wchar.h (____wcstoull_l_internal): Declare.
26163         * stdlib/strtod_l.c: Do not include <ieee754.h>.
26164         (____strtoull_l_internal): Remove declaration.
26165         (STRTOF_NAN): Define macro.
26166         (SET_MANTISSA): Remove macro.
26167         (STRTOULL): Likewise.
26168         (____STRTOF_INTERNAL): Use STRTOF_NAN to parse NaN payload.
26169         * stdlib/strtof_l.c (____strtoull_l_internal): Remove declaration.
26170         (STRTOF_NAN): Define macro.
26171         (SET_MANTISSA): Remove macro.
26172         * sysdeps/ieee754/ldbl-128/strtold_l.c (STRTOF_NAN): Define macro.
26173         (SET_MANTISSA): Remove macro.
26174         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (STRTOF_NAN): Define
26175         macro.
26176         (SET_MANTISSA): Remove macro.
26177         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (STRTOF_NAN): Define
26178         macro.
26179         (SET_MANTISSA): Remove macro.
26180         * sysdeps/ieee754/ldbl-96/strtold_l.c (STRTOF_NAN): Define macro.
26181         (SET_MANTISSA): Remove macro.
26182         * wcsmbs/wcstod_l.c (____wcstoull_l_internal): Remove declaration.
26183         * wcsmbs/wcstof_l.c (____wcstoull_l_internal): Likewise.
26184         * wcsmbs/wcstold_l.c (____wcstoull_l_internal): Likewise.
26186         [BZ #19266]
26187         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check directly for
26188         upper case and lower case letters inside NAN(), not using TOLOWER.
26189         * stdlib/tst-strtod-nan-locale-main.c: New file.
26190         * stdlib/tst-strtod-nan-locale.c: Likewise.
26191         * stdlib/Makefile (tests): Add tst-strtod-nan-locale.
26192         [$(run-built-tests) = yes] ($(objpfx)tst-strtod-nan-locale.out):
26193         Depend on $(gen-locales).
26194         ($(objpfx)tst-strtod-nan-locale): Depend on $(libm).
26195         * wcsmbs/tst-wcstod-nan-locale.c: New file.
26196         * wcsmbs/Makefile (tests): Add tst-wcstod-nan-locale.
26197         [$(run-built-tests) = yes] ($(objpfx)tst-wcstod-nan-locale.out):
26198         Depend on $(gen-locales).
26199         ($(objpfx)tst-wcstod-nan-locale): Depend on $(libm).
26201 2015-11-24  Chris Metcalf  <cmetcalf@ezchip.com>
26203         * misc/tst-tsearch.c (TIMEOUT): Set to 10.
26205         * sysdeps/tile/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Define.
26206         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Add
26207         __finitel, __isinfl, and __isnanl.
26208         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
26209         Likewise.
26210         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
26211         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: Add
26212         __finitel.
26213         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
26214         Likewise.
26215         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
26217 2015-11-24  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
26219         * malloc/memusage.c (me): Remove redundant getenv call.
26221 2015-10-24  Florian Weimer  <fweimer@redhat.com>
26223         [BZ #19143]
26224         [BZ #19164]
26225         * nptl/check-cpuset.h: Remove.
26226         * nptl/pthread_attr_setaffinity.c (__pthread_attr_setaffinity_new):
26227         Remove CPU set size check.
26228         * nptl/pthread_setattr_default_np.c (pthread_setattr_default_np):
26229         Likewise.
26230         * sysdeps/unix/sysv/linux/check-cpuset.h: Remove.
26231         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
26232         (__kernel_cpumask_size, __determine_cpumask_size): Remove.
26233         (__pthread_setaffinity_new): Remove CPU set size check.
26234         * sysdeps/unix/sysv/linux/sched_setaffinity.c
26235         (__kernel_cpumask_size): Remove.
26236         (__sched_setaffinity_new): Remove CPU set size check.
26237         * manual/threads.texi (Default Thread Attributes): Remove stale
26238         reference to check_cpuset_attr, determine_cpumask_size in comment.
26239         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == posix] (tests):
26240         Remove tst-getcpu.  Add tst-affinity, tst-affinity-pid.
26241         [$(subdir) == nptl] (tests): Add tst-thread-affinity-pthread,
26242         tst-thread-affinity-pthread2, tst-thread-affinity-sched.
26243         * sysdeps/unix/sysv/linux/tst-affinity.c: New file.
26244         * sysdeps/unix/sysv/linux/tst-affinity-pid.c: New file.
26245         * sysdeps/unix/sysv/linux/tst-skeleton-affinity.c: New skeleton test file.
26246         * sysdeps/unix/sysv/linux/tst-thread-affinity-sched.c: New file.
26247         * sysdeps/unix/sysv/linux/tst-thread-affinity-pthread.c: New file.
26248         * sysdeps/unix/sysv/linux/tst-thread-affinity-pthread2.c: New file.
26249         * sysdeps/unix/sysv/linux/tst-thread-skeleton-affinity.c: New
26250         skeleton test file.
26251         * sysdeps/unix/sysv/linux/tst-getcpu.c: Remove.  Superseded by
26252         tst-affinity-pid.
26254 2015-11-24  Florian Weimer  <fweimer@redhat.com>
26256         * scripts/update-abilist.sh: New file.
26257         * Makefile (+subdir_targets): Add subdir_update-all-abi.
26258         * Makerules (update-all-abi-%, update-all-abi)
26259         (subdir_update-all-abi): New targets.
26260         * elf/Makefile (update-all-abi): New target.
26262 2015-11-24  Florian Weimer  <fweimer@redhat.com>
26264         Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic code.
26265         * sysdeps/mach/hurd/libc-lock.h (_LIBC_LOCK_INITIALIZER): Define.
26266         (__libc_lock_define_initialized): Use it.
26267         * sysdeps/nptl/libc-lockP.h (_LIBC_LOCK_INITIALIZER): Define.
26268         * malloc/arena.c (list_lock): Use _LIBC_LOCK_INITIALIZER.
26269         * malloc/malloc.c (main_arena): Likewise.
26270         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): Remove.
26271         * sysdeps/nptl/malloc-machine.h (MUTEX_INITIALIZER): Remove.
26273 2015-11-23  Joseph Myers  <joseph@codesourcery.com>
26275         * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
26276         (PTRACE_O_EXITKILL): New value in enum __ptrace_setoptions.
26277         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
26278         (PTRACE_O_MASK): Update value.
26279         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_O_EXITKILL):
26280         New value in enum __ptrace_setoptions.
26281         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
26282         (PTRACE_O_MASK): Update value.
26283         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
26284         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
26285         (PTRACE_O_MASK): Update value.
26286         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h
26287         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
26288         (PTRACE_O_MASK): Update value.
26289         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h
26290         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
26291         (PTRACE_O_MASK): Update value.
26292         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_SUSPEND_SECCOMP):
26293         New value in enum __ptrace_setoptions.
26294         (PTRACE_O_MASK): Update value.
26295         * sysdeps/unix/sysv/linux/tile/sys/ptrace.h (PTRACE_O_EXITKILL):
26296         New value in enum __ptrace_setoptions.
26297         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
26298         (PTRACE_O_MASK): Update value.
26300         * sysdeps/unix/sysv/linux/netpacket/packet.h (PACKET_COPY_THRESH):
26301         New macro.
26302         (PACKET_AUXDATA): Likewise.
26303         (PACKET_ORIGDEV): Likewise.
26304         (PACKET_VERSION): Likewise.
26305         (PACKET_HDRLEN): Likewise.
26306         (PACKET_RESERVE): Likewise.
26307         (PACKET_TX_RING): Likewise.
26308         (PACKET_LOSS): Likewise.
26309         (PACKET_VNET_HDR): Likewise.
26310         (PACKET_TX_TIMESTAMP): Likewise.
26311         (PACKET_TIMESTAMP): Likewise.
26312         (PACKET_FANOUT): Likewise.
26313         (PACKET_TX_HAS_OFF): Likewise.
26314         (PACKET_QDISC_BYPASS): Likewise.
26315         (PACKET_ROLLOVER_STATS): Likewise.
26316         (PACKET_FANOUT_DATA): Likewise.
26317         (PACKET_MR_UNICAST): Likewise.
26319         [BZ #19242]
26320         * stdlib/strtol_l.c (ISALPHA): Use _nl_C_locobj_ptr for locale.
26321         (TOUPPER): Likewise.
26322         * stdlib/tst-strtol-locale-main.c: New file.
26323         * stdlib/tst-strtol-locale.c: Likewise.
26324         * stdlib/Makefile (tests): Add tst-strtol-locale.
26325         [$(run-built-tests) = yes] (LOCALES): Add tr_TR.ISO-8859-9.
26326         [$(run-built-tests) = yes] ($(objpfx)tst-strtol-locale.out):
26327         Depend on $(gen-locales).
26328         * wcsmbs/tst-wcstol-locale.c: New file.
26329         * wcsmbs/Makefile (tests): Add tst-wcstol-locale.
26330         [$(run-built-tests) = yes] (LOCALES): Add tr_TR.UTF-8 and
26331         tr_TR.ISO-8859-9.
26332         [$(run-built-tests) = yes] ($(objpfx)tst-wcstol-locale.out):
26333         Depend on $(gen-locales).
26335 2015-11-20  Roland McGrath  <roland@hack.frob.com>
26337         * sysdeps/nacl/dl-map-segments.h (_dl_map_segments): Use
26338         __glibc_likely instead of __builtin_expect.  After falling back to
26339         dyncode_create in a non-ET_DYN case, use the allocate_code_data
26340         system interface to register the code pages as occupied.
26342 2015-11-20  Joseph Myers  <joseph@codesourcery.com>
26344         * sysdeps/arm/math_private.h [!_MATH_PRIVATE_H]: Change guard to
26345         [!ARM_MATH_PRIVATE_H].
26346         [!ARM_MATH_PRIVATE_H] (ARM_MATH_PRIVATE_H): Define macro.
26347         * sysdeps/hppa/math_private.h [!_MATH_PRIVATE_H]: Change guard to
26348         [!HPPA_MATH_PRIVATE_H].
26349         [!HPPA_MATH_PRIVATE_H] (HPPA_MATH_PRIVATE_H): Define macro.
26350         * sysdeps/i386/fpu/math_private.h [!_MATH_PRIVATE_H]: Change guard
26351         to [!I386_MATH_PRIVATE_H].
26352         [!I386_MATH_PRIVATE_H] (I386_MATH_PRIVATE_H): Define macro.
26353         * sysdeps/m68k/m680x0/fpu/math_private.h [!_MATH_PRIVATE_H]:
26354         Change guard to [!M68K_MATH_PRIVATE_H].
26355         [!M68K_MATH_PRIVATE_H] (M68K_MATH_PRIVATE_H): Define macro.
26356         * sysdeps/microblaze/math_private.h [!_MATH_PRIVATE_H]: Change
26357         guard to [!MICROBLAZE_MATH_PRIVATE_H].
26358         [!MICROBLAZE_MATH_PRIVATE_H] (MICROBLAZE_MATH_PRIVATE_H): Define
26359         macro.
26360         * sysdeps/mips/math_private.h [!_MATH_PRIVATE_H]: Change guard to
26361         [!MIPS_MATH_PRIVATE_H].
26362         [!MIPS_MATH_PRIVATE_H] (MIPS_MATH_PRIVATE_H): Define macro.
26363         * sysdeps/nios2/math_private.h [!_MATH_PRIVATE_H]: Change guard to
26364         [!NIO2_MATH_PRIVATE_H].
26365         [!NIO2_MATH_PRIVATE_H] (NIO2_MATH_PRIVATE_H): Define macro.
26366         * sysdeps/tile/math_private.h [!_MATH_PRIVATE_H]: Change guard to
26367         [!TILE_MATH_PRIVATE_H].
26368         [!TILE_MATH_PRIVATE_H] (TILE_MATH_PRIVATE_H): Define macro.
26370         [BZ #15421]
26371         * sysdeps/ieee754/s_signgam.c (signgam): Rename to __signgam,
26372         initialize with 0 and define as weak alias of __signgam.
26373         * include/math.h [!_ISOMAC] (__signgam): Declare.
26374         * math/Makefile (libm-calls): Add w_lgamma_compat.
26375         (tests): Add test-signgam-uchar, test-signgam-uchar-init,
26376         test-signgam-uint, test-signgam-uint-init, test-signgam-ullong and
26377         test-signgam-ullong-init.
26378         (tests-static): Add test-signgam-uchar-static,
26379         test-signgam-uchar-init-static, test-signgam-uint-static,
26380         test-signgam-uint-init-static, test-signgam-ullong-static and
26381         test-signgam-ullong-init-static.
26382         (CFLAGS-test-signgam-uchar.c): New variable.
26383         (CFLAGS-test-signgam-uchar-init.c): Likewise.
26384         (CFLAGS-test-signgam-uchar-static.c): Likewise.
26385         (CFLAGS-test-signgam-uchar-init-static.c): Likewise.
26386         (CFLAGS-test-signgam-uint.c): Likewise.
26387         (CFLAGS-test-signgam-uint-init.c): Likewise.
26388         (CFLAGS-test-signgam-uint-static.c): Likewise.
26389         (CFLAGS-test-signgam-uint-init-static.c): Likewise.
26390         (CFLAGS-test-signgam-ullong.c): Likewise.
26391         (CFLAGS-test-signgam-ullong-init.c): Likewise.
26392         (CFLAGS-test-signgam-ullong-static.c): Likewise.
26393         (CFLAGS-test-signgam-ullong-init-static.c): Likewise.
26394         * math/Versions (libm): Add GLIBC_2.23.
26395         * math/lgamma-compat.h: New file.
26396         * math/test-signgam-main.c: Likewise.
26397         * math/test-signgam-uchar-init-static.c: Likewise.
26398         * math/test-signgam-uchar-init.c: Likewise.
26399         * math/test-signgam-uchar-static.c: Likewise.
26400         * math/test-signgam-uchar.c: Likewise.
26401         * math/test-signgam-uint-init-static.c: Likewise.
26402         * math/test-signgam-uint-init.c: Likewise.
26403         * math/test-signgam-uint-static.c: Likewise.
26404         * math/test-signgam-uint.c: Likewise.
26405         * math/test-signgam-ullong-init-static.c: Likewise.
26406         * math/test-signgam-ullong-init.c: Likewise.
26407         * math/test-signgam-ullong-static.c: Likewise.
26408         * math/test-signgam-ullong.c: Likewise.
26409         * math/w_lgamma.c: Rename to w_lgamma_main.c and replace by
26410         wrapper of w_lgamma_main.c.
26411         * math/w_lgamma_compat.c: New file.
26412         * math/w_lgamma_compatf.c: Likewise.
26413         * math/w_lgamma_compatl.c: Likewise.
26414         * math/w_lgamma_main.c: New file.  Based on w_lgamma.c.  Include
26415         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
26416         defining compatibility symbols.
26417         (__lgamma): Change to LGFUNC (__lgamma).  Use CALL_LGAMMA.
26418         * math/w_lgammaf.c: Rename to w_lgammaf_main.c and replace by
26419         wrapper of w_lgammaf_main.c.
26420         * math/w_lgammaf_main.c: New file.  Based on w_lgammaf.c.  Include
26421         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
26422         defining compatibility symbols.
26423         (__lgammaf): Change to LGFUNC (__lgammaf).  Use CALL_LGAMMA.
26424         * math/w_lgammal.c: Rename to w_lgammal_main.c and replace by
26425         wrapper of w_lgammal_main.c.
26426         * math/w_lgammal_main.c: New file.  Based on w_lgammal.c.  Include
26427         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
26428         defining compatibility symbols.
26429         (__lgammal): Change to LGFUNC (__lgammal).  Use CALL_LGAMMA.
26430         * sysdeps/ia64/fpu/lgamma-compat.h: New file.
26431         * sysdeps/ia64/fpu/w_lgamma.c: Move to ....
26432         * sysdeps/ia64/fpu/w_lgamma_main.c: ...here.  Include
26433         <lgamma-compat.h>.
26434         (__ieee754_lgamma): Change to LGFUNC (lgamma).  Use CALL_LGAMMA.
26435         (__ieee754_gamma): Define as alias.
26436         * sysdeps/ia64/fpu/w_lgammaf.c: Move to ....
26437         * sysdeps/ia64/fpu/w_lgammaf_main.c: ...here.  Include
26438         <lgamma-compat.h>.
26439         (__ieee754_lgammaf): Change to LGFUNC (lgammaf).  Use CALL_LGAMMA.
26440         (__ieee754_gammaf): Define as alias.
26441         * sysdeps/ia64/fpu/w_lgammal.c: Move to ....
26442         * sysdeps/ia64/fpu/w_lgammal_main.c: ...here.  Include
26443         <lgamma-compat.h>.
26444         (__ieee754_lgammal): Change to LGFUNC (lgammal).  Use CALL_LGAMMA.
26445         (__ieee754_gammal): Define as alias.
26446         * sysdeps/ieee754/ldbl-opt/w_lgamma.c: Move to ....
26447         * sysdeps/ieee754/ldbl-opt/w_lgamma_compat.c: ...here.  Include
26448         <math/w_lgamma_compat.c>.
26449         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (__lgammal_dbl_compat):
26450         Define as alias of __lgamma_compat and use in defining lgammal.
26451         * sysdeps/ieee754/ldbl-opt/w_lgammal.c: Move to ....
26452         * sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c: ...here.  Include
26453         <math/lgamma-compat.h> and <math/w_lgamma_compatl.c>.
26454         (USE_AS_COMPAT): New macro.
26455         (LGAMMA_OLD_VER): Undefine and redefine.
26456         (lgammal): Do not define here.
26457         (gammal): Only define here if [GAMMA_ALIAS].
26458         * conform/linknamespace.pl (@whitelist): Remove signgam.
26459         * sysdeps/nacl/libm.abilist: Update.
26460         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
26461         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
26462         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
26463         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
26464         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
26465         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
26466         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
26467         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
26468         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
26469         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
26470         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
26471         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
26472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
26473         Likewise.
26474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
26475         Likewise.
26476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
26477         Likewise.
26478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
26479         Likewise.
26480         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
26481         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
26482         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
26483         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
26484         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
26485         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
26486         Likewise.
26487         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
26488         Likewise.
26489         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
26490         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
26491         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
26493 2015-11-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
26495         [BZ #16364]
26496         * sysdeps/unix/sysv/linux/sleep.c: Remove file.
26497         * sysdeps/posix/sleep.c (__sleep): Simplify cancellation handling.
26499 2015-11-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
26501         * sysdeps/s390/fpu/bits/mathinline.h:
26502         Use __asm__ [__volatile__] instead of asm [volatile].
26503         * sysdeps/s390/abort-instr.h: Likewise.
26504         * sysdeps/s390/atomic-machine.h: Likewise.
26505         * sysdeps/s390/bits/string.h: Likewise.
26506         * sysdeps/s390/dl-tls.h: Likewise.
26507         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
26508         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
26509         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
26510         * sysdeps/s390/fpu/fesetround.c: Likewise.
26511         * sysdeps/s390/fpu/fpu_control.h: Likewise.
26512         * sysdeps/s390/fpu/s_fma.c: Likewise.
26513         * sysdeps/s390/fpu/s_fmaf.c: Likewise.
26514         * sysdeps/s390/memusage.h: Likewise.
26515         * sysdeps/s390/multiarch/ifunc-resolve.h: Likewise.
26516         * sysdeps/s390/nptl/pthread_spin_lock.c: Likewise.
26517         * sysdeps/s390/nptl/pthread_spin_trylock.c: Likewise.
26518         * sysdeps/s390/nptl/pthread_spin_unlock.c: Likewise.
26519         * sysdeps/s390/nptl/tls.h: Likewise.
26520         * sysdeps/s390/s390-32/__longjmp.c: Likewise.
26521         * sysdeps/s390/s390-32/backtrace.c: Likewise.
26522         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
26523         * sysdeps/s390/s390-32/multiarch/memcmp.c: Likewise.
26524         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
26525         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
26526         * sysdeps/s390/s390-64/__longjmp.c: Likewise.
26527         * sysdeps/s390/s390-64/backtrace.c: Likewise.
26528         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
26529         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: Likewise.
26530         * sysdeps/s390/s390-64/multiarch/memcmp.c: Likewise.
26531         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
26532         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
26533         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Likewise.
26534         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
26535         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
26536         * sysdeps/unix/sysv/linux/s390/brk.c: Likewise.
26537         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
26538         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Likewise.
26539         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
26540         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: Likewise.
26541         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
26542         * sysdeps/unix/sysv/linux/s390/sysconf.c: Likewise.
26544 2015-11-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26545             Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
26547         * sysdeps/powerpc/nptl/pthread_spin_lock.c (pthread_spin_lock):
26548         Add lwarx hint, and use macro for acquire instruction.
26549         * sysdeps/powerpc/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
26550         Likewise.
26551         * sysdep/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Move to ...
26552         * sysdeps/powerpc/nptl/pthread_spin_unlock.c: ... here, and
26553         update to use new atomic macros.
26555 2015-11-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
26557         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
26558         (__lll_trylock_elision): Fix setting of adapt_count.
26559         * sysdeps/unix/sysv/linux/powerpc/htm.h
26560         (_ABORT_PERSISTENT): Define to clarify persistent aborts.
26561         (_ABORT_NESTED_TRYLOCK): Renumber, and make persistent.
26562         (_ABORT_SYSCALL): Renumber, and clarify definition.
26563         (_ABORT_LOCK_BUSY): Renumber, make non-persistent.
26565 2015-11-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
26567         * sysdeps/ieee754/ldbl-128ibm/mpn2ldl.c: Include gmp headers
26568         after system headers to prevent MIN/MAX redefinition.  Define
26569         HAVE_ALLOCA to preserve builtin alloca usage.
26571 2015-11-17  Siddhesh Poyarekar  <siddhesh.poyarekar@linaro.org>
26573         * sysdeps/ieee754/dbl-64/s_sin.c (__sin)[IN_SINCOS]: Mark function
26574         static and don't set or restore rounding.
26575         (__cos)[IN_SINCOS]: Likewise.
26576         * sysdeps/ieee754/dbl-64/s_sincos.c: Include s_sin.c.
26577         (__sincos): Set and restore rounding mode.  Remove check for infinite
26578         or NaN input.
26580         * sysdeps/ieee754/dbl-64/s_sin.c: Remove redundant else clauses.
26582         * benchtests/scripts/bench.py (_print_arg_data): Mark output variables
26583         as used.
26585 2015-11-16  Florian Weimer  <fweimer@redhat.com>
26587         * math/test-signgam-finite-c99.c (_Mlong_double_): Undefine.
26589 2015-11-14  H.J. Lu  <hongjiu.lu@intel.com>
26591         * config.make.in (have-glob-dat-reloc): New.
26592         * configure.ac (libc_cv_has_glob_dat): New.  Set to yes if
26593         target supports GLOB_DAT relocaton. AC_SUBST.
26594         * configure: Regenerated.
26595         * elf/Makefile (tests): Add tst-prelink.
26596         (tests-special): Add $(objpfx)tst-prelink-cmp.out.
26597         (tst-prelink-ENV): New.
26598         ($(objpfx)tst-prelink-conflict.out): Likewise.
26599         ($(objpfx)tst-prelink-cmp.out): Likewise.
26600         * sysdeps/x86/tst-prelink.c: Moved to ...
26601         * elf/tst-prelink.c: Here.
26602         * sysdeps/x86/tst-prelink.exp: Moved to ...
26603         * elf/tst-prelink.exp: Here.
26604         * sysdeps/x86/Makefile (tests): Don't add tst-prelink.
26605         (tst-prelink-ENV): Removed.
26606         ($(objpfx)tst-prelink-conflict.out): Likewise.
26607         ($(objpfx)tst-prelink-cmp.out): Likewise.
26608         (tests-special): Don't add $(objpfx)tst-prelink-cmp.out.
26610 2015-11-13  Joseph Myers  <joseph@codesourcery.com>
26612         [BZ #14551]
26613         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Include <errno.h>.
26614         (__mpn_construct_long_double): If high part overflows to infinity,
26615         set errno and recompute overflowed result of the correct sign.
26616         * sysdeps/ieee754/ldbl-128ibm/Makefile
26617         [$(subdir) = stdlib] (tests): Add tst-strtold-ldbl-128ibm.
26618         [$(subdir) = stdlib] ($(objpfx)tst-strtold-ldbl-128ibm): Depend on
26619         $(libm).
26620         * sysdeps/ieee754/ldbl-128ibm/tst-strtold-ldbl-128ibm.c: New file.
26622 2015-11-12  Joseph Myers  <joseph@codesourcery.com>
26624         [BZ #15479]
26625         [BZ #19238]
26626         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Save
26627         floating-point state after first operation on input.  Restore full
26628         state rather than just rounding mode.
26629         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
26630         * sysdeps/powerpc/powerpc64/fpu/s_round.S (__round): Likewise.
26631         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S (__roundf): Likewise.
26633         [BZ #19235]
26634         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Do not
26635         add 0.5 to integer arguments.
26636         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf):
26637         Likewise.
26638         (.LC2): New object.
26640 2015-11-11  Mike Frysinger  <vapier@gentoo.org>
26642         * scripts/pylintrc (reports): Set to no.
26644 2015-11-10  Roland McGrath  <roland@hack.frob.com>
26646         * elf/dl-load.c (open_verify): Take new argument FD.
26647         Skip __open call if passed FD is not -1.
26648         (_dl_map_object, open_path): Update callers.
26649         * elf/dl-sysdep-open.h: New file.
26650         * elf/dl-load.c: Include it.
26651         (_dl_map_object): Try _dl_sysdep_open_object before ldconfig cache.
26652         * sysdeps/nacl/dl-sysdep.c (_dl_sysdep_open_object): New function.
26653         * sysdeps/nacl/dl-sysdep-open.h: New file.
26654         * sysdeps/nacl/nacl-interface-list.h: Move nacl_irt_resource_open
26655         from libc to rtld.
26657 2015-11-10  Joseph Myers  <joseph@codesourcery.com>
26659         [BZ #19228]
26660         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Save
26661         and restore full floating-point state.
26662         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
26663         Likewise.
26664         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (__nearbyint):
26665         Likewise.
26666         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S (__nearbyintf):
26667         Likewise.
26668         * math/test-nearbyint-except-2.c: New file.
26669         * math/Makefile (tests): Add test-nearbyint-except-2.
26671 2015-11-10  H.J. Lu  <hongjiu.lu@intel.com>
26673         [BZ #19178]
26674         * sysdeps/x86/Makefile (tests): Add tst-prelink.
26675         (tst-prelink-ENV): New.
26676         ($(objpfx)tst-prelink-conflict.out): Likewise.
26677         ($(objpfx)tst-prelink-cmp.out): Likewise.
26678         (tests-special): Add $(objpfx)tst-prelink-cmp.out.
26679         * sysdeps/x86/tst-prelink.c: New file.
26680         * sysdeps/x86/tst-prelink.exp: Likewise.
26682 2015-11-10  Joseph Myers  <joseph@codesourcery.com>
26684         * math/auto-libm-test-in: Add another test of pow.
26685         * math/auto-libm-test-out: Regenerated.
26686         * math/libm-test.inc (pow_test_data): Add another test.
26688 2015-11-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
26690         [BZ #19219]
26691         * sysdeps/ia64/fpu/s_nearbyintl.S (__nearbyint): Define and
26692         weak_alias to nearbyintl.
26694 2015-11-10  Wilco Dijkstra  <wdijkstr@arm.com>
26696         * sysdeps/aarch64/bits/string.h: New file.
26697         (_STRING_ARCH_unaligned): Define.
26699 2015-11-10  Wilco Dijkstra  <wdijkstr@arm.com>
26701         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Remove __signbit*.
26702         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
26703         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
26704         * sysdeps/unix/sysv/linux/nios2/localplt.data: Likewise.
26705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data: Likewise.
26707 2015-11-09  Ulrich Drepper  <drepper@gmail.com>
26709         * elf/dl-load.c (_dl_map_object_from_fd): Add additional parameter
26710         for original name of the DSO.  Add it to the name list of the DSO
26711         if it is actually given.
26712         (_dl_map_object): Keep track of whether an audit module rewrote
26713         the file name.  If yes, pass the original name to
26714         _dl_map_object_from_fd in a new parameter, otherwise NULL.  When
26715         debugging is enabled, log the change of the file name.
26716         * sysdeps/mach/hur/dl-sysdep.c: Adjust commented-out call to
26717         _dl_map_object_from_fd.
26718         * elf/Makefile: Build and run tst-audit11 and tst-audit12.
26719         * elf/tst-audit11.c: New file
26720         * elf/tst-auditmod11.c: New file.
26721         * elf/tst-audit11mod1.c: New file.
26722         * elf/tst-audit11mod2.c: New file.
26723         * elf/tst-audit11mod2.map: New file.
26724         * elf/tst-audit12.c: New file
26725         * elf/tst-auditmod12.c: New file.
26726         * elf/tst-audit12mod1.c: New file.
26727         * elf/tst-audit12mod2.c: New file.
26728         * elf/tst-audit12mod2.map: New file.
26729         * elf/tst-audit12mod3.c: New file.
26731 2015-11-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
26733         * sysdeps/s390/longjmp.c (longjmp, _longjmp, siglongjmp):
26734         Don't create weak aliases,
26735         because versioned symbols are created later.
26736         * sysdeps/s390/s390-32/setjmp.S
26737         (setjmp, _setjmp): Remove weak and rename to an unique name
26738         in SHARED case due to existing versioned symbols.
26739         * sysdeps/s390/s390-64/setjmp.S: Likewise.
26740         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S
26741         (getcontext): Create weak alias only in non SHARED case.
26742         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
26744 2015-11-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
26746         * sysdeps/unix/sysv/linux/s390/kernel-features.h:
26747         (__ASSUME_*_SYSCALL) Define new macros.
26748         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:
26749         Remove socketcall syscalls.
26750         * sysdeps/unix/sysv/linux/accept.c (__libc_accept):
26751         Use accept4 if defined __ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL.
26752         * sysdeps/unix/sysv/linux/recv.c (__libc_recv):
26753         Use recvfrom if defined __ASSUME_RECVFROM_FOR_RECV_SYSCALL.
26754         * sysdeps/unix/sysv/linux/send.c (__libc_send):
26755         Use sendto if defined __ASSUME_SENDTO_FOR_SEND_SYSCALL.
26757 2015-11-09  Florian Weimer  <fweimer@redhat.com>
26759         [BZ #12926]
26760         Terminate process on invalid netlink response.
26761         * sysdeps/unix/sysv/linux/netlinkaccess.h
26762         (__netlink_assert_response): Declare.
26763         * sysdeps/unix/sysv/linux/netlink_assert_response.c: New file.
26764         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == inet]
26765         (sysdep_routines): Add netlink_assert_response.
26766         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Call
26767         __netlink_assert_response.
26768         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Likewise.
26769         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Likewise.
26770         * sysdeps/unix/sysv/linux/Versions (GLIBC_PRIVATE): Add
26771         __netlink_assert_response.
26773 2015-11-07  H.J. Lu  <hongjiu.lu@intel.com>
26775         [BZ #19178]
26776         * elf/dl-lookup.c (RTYPE_CLASS_VALID): New.
26777         (RTYPE_CLASS_PLT): Likewise.
26778         (RTYPE_CLASS_COPY): Likewise.
26779         (RTYPE_CLASS_TLS): Likewise.
26780         (_dl_debug_bindings): Use RTYPE_CLASS_TLS and RTYPE_CLASS_VALID
26781         to set relocation type class for DL_DEBUG_PRELINK.  Keep only
26782         ELF_RTYPE_CLASS_PLT and ELF_RTYPE_CLASS_COPY bits for
26783         DL_DEBUG_PRELINK.
26785 2015-11-06  Joseph Myers  <joseph@codesourcery.com>
26787         * math/test-signgam-finite.c (RUN_TESTS): Correct messages about
26788         calls with argument -0.5.
26789         * math/test-signgam-finite-c99.c (RUN_TESTS): Likewise.
26791         * configure.ac (libc_cv_z_nodelete): Remove configure test.
26792         (libc_cv_z_nodlopen): Likewise.
26793         (libc_cv_z_initfirst): Likewise.
26794         * configure: Regenerated.
26796 2015-11-06  Florian Weimer  <fweimer@redhat.com>
26798         Simplify abilist format to be line-based.
26799         * scripts/abilist.awk: Collect descriptors in the descs variable.
26800         (emit): Write descs variable and sort it
26801         externally, with sort.
26802         * sysdeps/**/*.abilist: Convert to new format.
26804 2015-11-06  Mark Wielaard  <mjw@redhat.com>
26806         [BZ #11460]
26807         * io/Makefile (routines): Add fts64.
26808         (tests): Add tst-fts and tst-fts-lfs.
26809         (CFLAGS-fts64.c): New.
26810         * io/Versions (GLIBC_2.23): New.
26811         * io/fts.c: Replace FTS with FTSOBJ, FTSENT with FTSENTRY. Use
26812         function defines FTS_OPEN, FTS_CLOSE, FTS_READ, FTS_SET and
26813         FTS_CHILDREN. Define FTSOBJ, FTSENTRY, FTS_OPEN, FTS_CLOSE,
26814         FTS_READ, FTS_SET, FTS_CHILDREN, INO_T, STAT and LSTAT if necessary.
26815         * io/fts.h (FTS64): New if _USE_LARGEFILE64.
26816         (FTSENT64): Likewise.
26817         (fts64_children): Likewise.
26818         (fts64_close): Likewise.
26819         (fts64_open): Likewise.
26820         (fts64_read): Likewise.
26821         (fts64_set): Likewise.
26822         * io/fts64.c: New file.
26823         * io/tst-fts.c: New test.
26824         * io/tst-fts-lfs.c: Likewise.
26825         * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.23): Add
26826         GLIBC_2.23, fts64_children, fts64_close, fts64_open, fts64_read and
26827         fts64_set.
26828         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
26829         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
26830         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
26831         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
26832         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
26833         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
26834         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
26835         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
26836         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
26837         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
26838         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
26839         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
26840         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
26841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
26842         Likewise.
26843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
26844         Likewise.
26845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
26846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
26847         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
26848         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
26849         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
26850         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
26851         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
26852         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
26853         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
26854         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
26855         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
26856         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
26857         * sysdeps/wordsize-64/fts.c: New file.
26858         * sysdeps/wordsize-64/fts64.c: Likewise.
26859         * sysdeps/unix/sysv/linux/mips/mips64/n64/fts.c: Likewise.
26860         * sysdeps/unix/sysv/linux/mips/mips64/n64/fts64.c: Likewise.
26861         * sysdeps/unix/sysv/linux/x86_64/x32/fts.c: likewise.
26862         * sysdeps/unix/sysv/linux/x86_64/x32/fts64.c: likewise.
26864 2015-11-05  Joseph Myers  <joseph@codesourcery.com>
26866         * math/libm-test.inc (NON_FINITE): New macro.
26867         (enable_test): Do not run tests flagged NON_FINITE if TEST_FINITE.
26868         * math/gen-libm-test.pl (show_exceptions): Add argument
26869         $non_finite.
26870         (parse_args): Update call to show_exceptions.
26871         * math/test-math-finite.h: New file.
26872         * math/test-math-no-finite.h: Likewise.
26873         * math/test-double-finite.c: Likewise.
26874         * math/test-float-finite.c: Likewise.
26875         * math/test-ldouble-finite.c: Likewise.
26876         * math/test-double.c: Include "test-math-no-finite.h".
26877         * math/test-float.c: Include "test-math-no-finite.h".
26878         * math/test-ldouble.c: Include "test-math-no-finite.h".
26879         * math/test-math-inline.h (TEST_FINITE): New macro.
26880         * math/test-math-vector.h (TEST_FINITE): Likewise.
26881         * math/Makefile (test-longdouble-yes): Add test-ldouble-finite.
26882         (libm-tests): Add test-float-finite and test-double-finite.
26883         ($(objpfx)test-float-finite.o): New dependency on
26884         $(objpfx)libm-test.stmp.
26885         ($(objpfx)test-double-finite.o): Likewise.
26886         ($(objpfx)test-ldouble-finite.o): Likewise.
26887         (libm-test-no-inline-cflags): New variable.
26888         (libm-test-finite-cflags): Likewise.
26889         (CFLAGS-test-float-finite.c): Likewise.
26890         (CFLAGS-test-double-finite.c): Likewise.
26891         (CFLAGS-test-ldouble-finite.c): Likewise.
26892         (CFLAGS-test-float.c): Use $(libm-test-no-inline-cflags).
26893         (CFLAGS-test-double.c): Likewise.
26894         (CFLAGS-test-ldouble.c): Likewise.
26896 2015-11-05  Roland McGrath  <roland@hack.frob.com>
26898         * io/fcntl.c (__fcntl): Add ... to prototype.
26899         * misc/ioctl.c (__ioctl): Likewise.
26900         * misc/syscall.c (syscall): Likewise.
26902 2015-11-05  Joseph Myers  <joseph@codesourcery.com>
26904         * scripts/list-fixed-bugs.py: New file.
26906         [BZ #19213]
26907         * sysdeps/i386/fpu/e_log.S (__log_finite): Ensure +0 is always
26908         returned for argument 1.
26909         * sysdeps/i386/fpu/e_logf.S (__logf_finite): Likewise.
26910         * sysdeps/i386/fpu/e_logl.S (__logl_finite): Likewise.
26911         * sysdeps/i386/i686/fpu/e_logl.S (__logl_finite): Likewise.
26912         * sysdeps/x86_64/fpu/e_log10l.S (__log10l_finite): Likewise.
26913         * sysdeps/x86_64/fpu/e_log2l.S (__log2l_finite): Likewise.
26914         * sysdeps/x86_64/fpu/e_logl.S (__logl_finite): Likewise.
26916         [BZ #19211]
26917         * math/bits/math-finite.h (lgamma): Set signgam if [__USE_MISC ||
26918         __USE_XOPEN], not if [!__USE_ISOC99].
26919         (lgammaf): Likewise.
26920         (lgammal): Likewise.
26921         (gamma): Set signgam unconditionally, not if [!__USE_ISOC99].
26922         (gammaf): Likewise.
26923         (gammal): Likewise.
26924         * math/test-signgam-finite-c11.c: New file.
26925         * math/test-signgam-finite-c99.c: Likewise.
26926         * math/test-signgam-finite.c: Likewise.
26927         * math/Makefile (tests): Add test-signgam-finite,
26928         test-signgam-finite-c99 and test-signgam-finite-c11.
26929         (CFLAGS-test-signgam-finite.c): New variable.
26930         (CFLAGS-test-signgam-finite-c99.c): Likewise.
26931         (CFLAGS-test-signgam-finite-c11.c): Likewise.
26933         [BZ #19212]
26934         * include/features.h [(_XOPEN_SOURCE - 0) >= 500]: Change
26935         conditional to [defined _XOPEN_SOURCE && (_XOPEN_SOURCE - 0) >=
26936         500].
26937         [_POSIX_C_SOURCE >= 1]: Change conditional to [defined
26938         _POSIX_C_SOURCE && _POSIX_C_SOURCE >= 1].
26939         [(_POSIX_C_SOURCE - 0) >= 199309L]: Change conditional to [defined
26940         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 199309L].
26941         [(_POSIX_C_SOURCE - 0) >= 199506L]: Change conditional to [defined
26942         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 199506L].
26943         [(_POSIX_C_SOURCE - 0) >= 200112L]: Change conditional to [defined
26944         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 200112L].
26945         [(_POSIX_C_SOURCE - 0) >= 200809L]: Change conditional to [defined
26946         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 200809L].
26948         [BZ #19209]
26949         * math/bits/math-finite.h (ldexp): Remove declaration.
26950         (ldexpf): Likewise.
26951         (ldexpl): Likewise.
26953         [BZ #19205]
26954         * math/bits/math-finite.h (acosf): Condition declaration on
26955         [__USE_ISOC99].
26956         (acosl): Likewise.
26957         (acoshf): Likewise.
26958         (acoshl): Likewise.
26959         (asinf): Likewise.
26960         (asinl): Likewise.
26961         (atan2f): Likewise.
26962         (atan2l): Likewise.
26963         (atanhf): Likewise.
26964         (atanhl): Likewise.
26965         (coshf): Likewise.
26966         (coshl): Likewise.
26967         (expf): Likewise.
26968         (expl): Likewise.
26969         (fmodf): Likewise.
26970         (fmodl): Likewise.
26971         (hypot): Change condition to [__USE_XOPEN || __USE_ISOC99].
26972         (j0f): Change condition to [__USE_MISC && __USE_ISOC99].
26973         (j0l): Likewise.
26974         (y0f): Likewise.
26975         (y0l): Likewise.
26976         (j1f): Likewise.
26977         (j1l): Likewise.
26978         (y1f): Likewise.
26979         (y1l): Likewise.
26980         (jnf): Likewise.
26981         (jnl): Likewise.
26982         (ynf): Likewise.
26983         (ynl): Likewise.
26984         (lgammaf_r): Condition declaration on [__USE_ISOC99].
26985         (lgammal_r): Likewise.
26986         (__lgamma_r_finite): New declaration.
26987         (__lgammaf_r_finite): Likewise.
26988         (__lgammal_r_finite): Likewise.
26989         (lgamma): Use __lgamma_r_finite.
26990         (lgammaf): Condition definition on [__USE_ISOC99].  Use
26991         __lgammaf_r_finite.
26992         (lgammal): Condition definition on [__USE_ISOC99].  Use
26993         __lgammal_r_finite.
26994         (gamma): Do not define for [!__USE_MISC && __USE_XOPEN2K].  Use
26995         __lgamma_r_finite.
26996         (gammaf): Condition definition on [__USE_ISOC99].  Use
26997         __lgammaf_r_finite.
26998         (gammal): Condition definition on [__USE_ISOC99].  Use
26999         __lgammal_r_finite.
27000         (logf): Condition declaration on [__USE_ISOC99].
27001         (logl): Likewise.
27002         (log10f): Likewise.
27003         (log10l): Likewise.
27004         (ldexpf): Likewise.
27005         (ldexpl): Likewise.
27006         (powf): Likewise.
27007         (powl): Likewise.
27008         (remainder): Condition declaration on [__USE_XOPEN_EXTENDED ||
27009         __USE_ISOC99].
27010         (remainderf): Condition declaration on [__USE_ISOC99].
27011         (remainderl): Likewise.
27012         (scalb): Do not declare for [!__USE_MISC && __USE_XOPEN2K8].
27013         (scalbf): Change condition to [__USE_MISC && __USE_ISOC99].
27014         (scalbl): Likewise.
27015         (sinhf): Condition declaration on [__USE_ISOC99].
27016         (sinhl): Likewise.
27017         (sqrtf): Likewise.
27018         (sqrtl): Likewise.
27020 2015-11-04  Joseph Myers  <joseph@codesourcery.com>
27022         * sysdeps/arm/atomic-machine.h
27023         [__GNUC_PREREQ (4, 7) && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4]:
27024         Change conditional to [__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4].
27025         [__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 && !__GNUC_PREREQ (4, 7)]:
27026         Remove conditional code.
27027         [!__GNUC_PREREQ (4, 7) || !__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4]:
27028         Change conditional to [!__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4].
27029         * sysdeps/i386/sysdep.h [__ASSEMBLER__ && __GNUC_PREREQ (4, 7)]:
27030         Change conditional to [__ASSEMBLER__].
27031         [__ASSEMBLER__ && !__GNUC_PREREQ (4, 7)]: Remove conditional code.
27032         [!__ASSEMBLER__ && __GNUC_PREREQ (4, 7)]: Change conditional to
27033         [!__ASSEMBLER__].
27034         [!__ASSEMBLER__ && !__GNUC_PREREQ (4, 7)]: Remove conditional
27035         code.
27036         * sysdeps/unix/sysv/linux/sh/atomic-machine.h (rNOSP): Remove
27037         conditional macro definitions.
27038         (__arch_compare_and_exchange_val_8_acq): Use "u" instead of rNOSP.
27039         (__arch_compare_and_exchange_val_16_acq): Likewise.
27040         (__arch_compare_and_exchange_val_32_acq): Likewise.
27041         (atomic_exchange_and_add): Likewise.
27042         (atomic_add): Likewise.
27043         (atomic_add_negative): Likewise.
27044         (atomic_add_zero): Likewise.
27045         (atomic_bit_set): Likewise.
27046         (atomic_bit_test_set): Likewise.
27047         * sysdeps/x86_64/atomic-machine.h [__GNUC_PREREQ (4, 7)]: Make
27048         code unconditional.
27049         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
27051         * math/test-math-errno.h: New file.
27052         * math/test-math-inline.h (TEST_INLINE): Define to 1 instead of
27053         empty.
27054         (TEST_ERRNO): New macro.
27055         (TEST_EXCEPTIONS): Likewise.
27056         * math/test-math-no-inline.h (TEST_INLINE): Likewise.
27057         (TEST_EXCEPTIONS): Likewise.
27058         * math/test-math-vector.h (TEST_ERRNO): Likewise.
27059         * math/test-double.c: Include "test-math-errno.h".
27060         * math/test-float.c: Likewise.
27061         * math/test-ldouble.c: Likewise.
27062         * math/libm-test.inc (test_single_exception) [!TEST_INLINE]: Make
27063         code unconditional.
27064         (test_exceptions): Only run code if TEST_EXCEPTIONS.
27065         (test_single_errno) [!TEST_INLINE && !TEST_MATHVEC]: Make code
27066         unconditional.
27067         (test_errno): Only run code if TEST_ERRNO.
27068         (enable_test): Use "if" conditional on TEST_INLINE, not #ifdef.
27070 2015-11-04  Florian Weimer  <fweimer@redhat.com>
27072         * nptl/tst-once5.cc: Remove attribution.
27074 2015-11-04  Joseph Myers  <joseph@codesourcery.com>
27076         * math/auto-libm-test-in: Add more tests of sin, sincos, sinh,
27077         sqrt, tan, tanh, y0, y1 and yn.
27078         * math/auto-libm-test-out: Regenerated.
27079         * math/libm-test.inc (scalb_test_data): Add more tests.
27080         (scalbn_test_data): Likewise.
27081         (scalbln_test_data): Likewise.
27082         (signbit_test_data): Likewise.
27083         (sin_test_data): Likewise.
27084         (sincos_test_data): Likewise.
27085         (sinh_test_data): Likewise.
27086         (sqrt_test_data): Likewise.
27087         (tan_test_data): Likewise.
27088         (tanh_test_data): Likewise.
27089         (tgamma_test_data): Likewise.
27090         (y0_test_data): Likewise.
27091         (y1_test_data): Likewise.
27092         (yn_test_data): Likewise.
27093         (significand_test_data): Likewise.
27094         * sysdeps/i386/fpu/libm-test-ulps: Update.
27096 2015-11-03  David Kastrup  <dak@gnu.org>
27098         [BZ #18604]
27099         * assert/assert.h (assert): Don't macro-expand failed assertion
27100         expression in error message.
27101         * malloc/malloc.c (assert): Likewise.
27103 2015-11-03  Joseph Myers  <joseph@codesourcery.com>
27105         * configure.ac (libc_cv_ld_no_whole_archive): Remove configure
27106         test.
27107         * configure: Regenerated.
27109 2015-11-02  Joseph Myers  <joseph@codesourcery.com>
27111         * math/libm-test.inc (modf_test_data): Add more tests.
27112         (nearbyint_test_data): Likewise.
27113         (nextafter_test_data): Likewise.
27114         (nexttoward_test_data): Likewise.
27115         (pow_test_data): Likewise.
27116         (remainder_test_data): Likewise.
27117         (remquo_test_data): Likewise.
27118         (rint_test_data): Likewise.
27120         [BZ #19201]
27121         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
27122         Check for zero remainder in case of large exponents and ensure
27123         correct sign of result in that case.
27124         * math/libm-test.inc (remainder_test_data): Add more tests.
27126         [BZ #6799]
27127         * math/s_nextafter.c: Include <errno.h>.
27128         (__nextafter): Set errno on overflow and underflow.
27129         * math/s_nexttowardf.c: Include <errno.h>.
27130         (__nexttowardf): Set errno on overflow and underflow.
27131         * sysdeps/i386/fpu/s_nextafterl.c: Include <errno.h>.
27132         (__nextafterl): Set errno on overflow and underflow.
27133         * sysdeps/i386/fpu/s_nexttoward.c: Include <errno.h>.
27134         (__nexttoward): Set errno on overflow and underflow.
27135         * sysdeps/i386/fpu/s_nexttowardf.c: Include <errno.h>.
27136         (__nexttowardf): Set errno on overflow and underflow.
27137         * sysdeps/ieee754/flt-32/s_nextafterf.c: Include <errno.h>.
27138         (__nextafterf): Set errno on overflow and underflow.
27139         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Include <errno.h>.
27140         (__nextafterl): Set errno on overflow and underflow.
27141         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Include <errno.h>.
27142         (__nexttoward): Set errno on overflow and underflow.
27143         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Include <errno.h>.
27144         (__nexttowardf): Set errno on overflow and underflow.
27145         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Include <errno.h>.
27146         (__nextafterl): Set errno on overflow and underflow.
27147         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Include <errno.h>.
27148         (__nexttoward): Set errno on overflow and underflow.
27149         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include <errno.h>.
27150         (__nexttowardf): Set errno on overflow and underflow.
27151         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Include <errno.h>.
27152         (__nexttoward): Set errno on overflow and underflow.
27153         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include <errno.h>.
27154         (__nexttowardf): Set errno on overflow and underflow.
27155         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include <errno.h>.
27156         (__nldbl_nexttowardf): Set errno on overflow and underflow.
27157         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c: Include <errno.h>.
27158         (__nextafterl): Set errno on overflow and underflow.
27159         * math/libm-test.inc (nextafter_test_data): Do not allow errno
27160         setting to be missing on overflow.  Add more tests.
27161         (nexttoward_test_data): Likewise.
27163         * configure.ac (libc_cv_initfini_array): Remove configure test.
27164         * configure: Regenerated.
27166 2015-10-29  Joseph Myers  <joseph@codesourcery.com>
27168         [BZ #19189]
27169         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Make check for
27170         non-finite argument handle arguments with negative sign.
27172         * math/libm-test.inc (j0_test_data): Do not test sign of zero
27173         result from infinite argument.
27174         (j1_test_data): Likewise.
27175         (jn_test_data): Likewise.
27176         (y0_test_data): Likewise.
27177         (y1_test_data): Likewise.
27178         (yn_test_data): Likewise.
27180         [BZ #16171]
27181         * math/w_remainder.c (drem): Define as weak alias of __remainder.
27182         [NO_LONG_DOUBLE] (dreml): Define as weak alias of __remainder.
27183         * math/w_remainderf.c (dremf): Define as weak alias of
27184         __remainderf.
27185         * math/w_remainderl.c (dreml): Define as weak alias of
27186         __remainderl.
27187         * sysdeps/ia64/fpu/e_remainder.S (drem): Define as weak alias of
27188         __remainder.
27189         * sysdeps/ia64/fpu/e_remainderf.S (dremf): Define as weak alias of
27190         __remainderf.
27191         * sysdeps/ia64/fpu/e_remainderl.S (dreml): Define as weak alias of
27192         __remainderl.
27193         * sysdeps/ieee754/ldbl-opt/nldbl-remainder.c (dreml): Define as
27194         weak alias of remainderl.
27195         * sysdeps/ieee754/ldbl-opt/w_remainder.c
27196         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (__drem): Define as strong
27197         alias of __remainder.
27198         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (dreml): Use compat_symbol.
27199         * sysdeps/ieee754/ldbl-opt/w_remainderl.c (__dreml): Define as
27200         strong alias of __remainderl.
27201         (dreml): Use long_double_symbol.
27202         * math/Makefile (libm-calls): Remove w_drem.
27203         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Remove drem.
27204         (CFLAGS-nldbl-drem.c): Remove variable.
27205         (CFLAGS-nldbl-remainder.c): Add -fno-builtin-dreml.
27206         * math/w_drem.c: Remove file.
27207         * math/w_dremf.c: Likewise.
27208         * math/w_dreml.c: Likewise.
27209         * sysdeps/ieee754/ldbl-opt/nldbl-drem.c: Likewise.
27210         * sysdeps/ieee754/ldbl-opt/w_drem.c: Likewise.
27211         * sysdeps/ieee754/ldbl-opt/w_dreml.c: Likewise.
27213         * sysdeps/i386/configure.ac (cpuid.h): Do not test for header.
27214         * sysdeps/i386/configure: Regenerated.
27215         * sysdeps/x86_64/configure.ac (cpuid.h): Do not test for header.
27216         * sysdeps/x86_64/configure: Regenerated.
27218         * configure.ac (libc_cv_asm_protected_directive): Remove configure
27219         test.
27220         (libc_cv_visibility_attribute): Likewise.
27221         (libc_cv_protected_data): Test unconditionally.
27222         (libc_cv_broken_visibility_attribute): Remove configure test.
27223         (libc_cv_have_sdata_section): Test unconditionally.
27224         * configure: Regenerated.
27226         * include/libc-internal.h (libc_max_align_t): Remove typedef.
27227         * include/scratch_buffer.h: Include <stddef.h> instead of
27228         <libc-internal.h>.
27229         (struct scratch_buffer): Use max_align_t instead of
27230         libc_max_align_t.
27232 2015-10-29  Florian Weimer  <fweimer@redhat.com>
27234         * elf/dl-fini.c (_dl_fini): Rewrite to use variable-length array
27235         instead of extend_alloca.  Change control flow to avoid a goto.
27236         Remove assert which is trivially always true.
27238 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
27240         [BZ #16068]
27241         * sysdeps/i386/fpu/fesetenv.c: Include <fpu_control.h>.
27242         (FE_ALL_EXCEPT_X86): New macro.
27243         (__fesetenv): Use FE_ALL_EXCEPT_X86 in most places instead of
27244         FE_ALL_EXCEPT.  Ensure precision control is included in
27245         floating-point state.  Ensure that FE_DFL_ENV and FE_NOMASK_ENV
27246         handle "denormal operand exception" and clear FZ and DAZ bits.
27247         * sysdeps/x86_64/fpu/fesetenv.c: Include <fpu_control.h>.
27248         (FE_ALL_EXCEPT_X86): New macro.
27249         (__fesetenv): Use FE_ALL_EXCEPT_X86 in most places instead of
27250         FE_ALL_EXCEPT.  Ensure precision control is included in
27251         floating-point state.  Ensure that FE_DFL_ENV and FE_NOMASK_ENV
27252         handle "denormal operand exception" and clear FZ and DAZ bits.
27253         * sysdeps/x86/fpu/test-fenv-sse-2.c: New file.
27254         * sysdeps/x86/fpu/test-fenv-x87.c: Likewise.
27255         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
27256         test-fenv-x87 and test-fenv-sse-2.
27257         [$(subdir) = math] (CFLAGS-test-fenv-sse-2.c): New variable.
27259         * math/libm-test.inc (BUILD_COMPLEX): Remove macro.
27260         * math/test-double.h (BUILD_COMPLEX): New macro.
27261         * math/test-float.h (BUILD_COMPLEX): Likewise.
27262         * math/test-ldouble.h (BUILD_COMPLEX): Likewise.
27264         * math/libm-test.inc (min_subnorm_value): Use LDBL_TRUE_MIN,
27265         DBL_TRUE_MIN and FLT_TRUE_MIN instead of __LDBL_DENORM_MIN__,
27266         __DBL_DENORM_MIN__ and __FLT_DENORM_MIN__.
27267         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Refer to DBL_TRUE_MIN
27268         instead of DBL_DENORM_MIN in comment.
27269         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Refer to
27270         LDBL_TRUE_MIN instead of LDBL_DENORM_MIN in comment.
27271         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Include <float.h>.
27272         (__nextafterl): Use LDBL_TRUE_MIN instead of __LDBL_DENORM_MIN__.
27273         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Refer to
27274         LDBL_TRUE_MIN instead of LDBL_DENORM_MIN in comment.
27276 2015-10-28  Florian Weimer  <fweimer@redhat.com>
27278         [BZ #19048]
27279         * malloc/malloc.c (struct malloc_state): Update comment.  Add
27280         attached_threads member.
27281         (main_arena): Initialize attached_threads.
27282         * malloc/arena.c (list_lock): Update comment.
27283         (ptmalloc_lock_all, ptmalloc_unlock_all): Likewise.
27284         (ptmalloc_unlock_all2): Reinitialize arena reference counts.
27285         (deattach_arena): New function.
27286         (_int_new_arena): Initialize arena reference count and deattach
27287         replaced arena.
27288         (get_free_list, reused_arena): Update reference count and deattach
27289         replaced arena.
27290         (arena_thread_freeres): Update arena reference count and only put
27291         unreferenced arenas on the free list.
27293 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
27295         [BZ #19181]
27296         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Clear already-raised
27297         SSE exceptions when argument is FE_DFL_ENV or FE_NOMASK_ENV.
27298         * sysdeps/x86_64/fpu/fesetenv.c (__fesetenv): Likewise.
27299         * math/test-fenv-clear-main.c: New file.
27300         * math/test-fenv-clear.c: Likewise.
27301         * math/Makefile (tests): Add test-fenv-clear.
27302         * sysdeps/x86/fpu/test-fenv-clear-sse.c: New file.
27303         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
27304         test-fenv-clear-sse.
27305         [$(subdir) = math] (CFLAGS-test-fenv-clear-sse.c): New variable.
27307         * math/libm-test.inc (TYPE_DECIMAL_DIG): Use LDBL_DECIMAL_DIG,
27308         DBL_DECIMAL_DIG and FLT_DECIMAL_DIG instead of __DECIMAL_DIG__,
27309         __DBL_DECIMAL_DIG__ and __FLT_DECIMAL_DIG__.
27311 2015-10-28  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
27313         * sysdeps/powerpc/libc-tls.c: New file. Provides __tls_get_addr () in
27314         static libc.
27316 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
27318         * sysdeps/i386/configure.ac (libc_cv_cc_avx2): Remove configure
27319         test.
27320         * sysdeps/i386/configure: Regenerated.
27321         * sysdeps/x86_64/configure.ac (libc_cv_cc_avx2): Remove configure
27322         test.
27323         * sysdeps/x86_64/configure: Regenerated.
27324         * config.h.in (HAVE_AVX2_SUPPORT): Remove #undef.
27325         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
27326         memset-avx2 unconditionally instead of conditionally on
27327         [$(config-cflags-avx2) = yes].
27328         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
27329         (__libc_ifunc_impl_list) [HAVE_AVX2_SUPPORT]: Make code
27330         unconditional.
27331         * sysdeps/x86_64/multiarch/memset.S [HAVE_AVX2_SUPPORT]: Likewise.
27332         * sysdeps/x86_64/multiarch/memset_chk.S
27333         [IS_IN (libc) && SHARED && HAVE_AVX2_SUPPORT]: Change conditional
27334         to [IS_IN (libc) && SHARED].
27336 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
27338         * sysdeps/arm/configure.ac (libc_cv_arm_tls_desc): Remove
27339         configure test.
27340         * sysdeps/arm/configure: Regenerated.
27341         * sysdeps/arm/Makefile [!have-arm-tls-desc] (have-arm-tls-desc):
27342         Define variable if not already defined.
27344         [BZ #17404]
27345         * sysdeps/mips/atomic-machine.h
27346         [__GNUC_PREREQ (4, 8) || (__mips16 && __GNUC_PREREQ (4, 7))]:
27347         Change conditional to [__GNUC_PREREQ (4, 8) || __mips16].
27348         [__mips16 && !__GNUC_PREREQ (4, 7)]: Remove conditional code.
27350         * resolv/res_send.c (send_vc) [__GNUC_PREREQ (4, 7)]: Make code
27351         unconditional.
27352         * soft-fp/fmadf4.c [__GNUC_PREREQ (4, 7)]: Likewise.
27353         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
27354         * soft-fp/fmasf4.c [__GNUC_PREREQ (4, 7)]: Make code
27355         unconditional.
27356         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
27357         * soft-fp/fmatf4.c [__GNUC_PREREQ (4, 7)]: Make code
27358         unconditional.
27359         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
27360         * stdlib/setenv.c
27361         [((__GNUC__ << 16) + __GNUC_MINOR__) >= ((4 << 16) + 7)]: Make
27362         code unconditional.
27363         [!(((__GNUC__ << 16) + __GNUC_MINOR__) >= ((4 << 16) + 7))]:
27364         Remove conditional code.
27365         * sysdeps/ieee754/dbl-64/e_lgamma_r.c
27366         (__ieee754_lgamma_r) [__GNUC_PREREQ (4, 7)]: Make code
27367         unconditional.
27368         (__ieee754_lgamma_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
27369         code.
27370         * sysdeps/ieee754/flt-32/e_lgammaf_r.c
27371         (__ieee754_lgammaf_r) [__GNUC_PREREQ (4, 7)]: Make code
27372         unconditional.
27373         (__ieee754_lgammaf_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
27374         code.
27375         * sysdeps/ieee754/ldbl-128/k_tanl.c
27376         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
27377         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
27378         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c
27379         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
27380         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
27381         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c
27382         (__ieee754_lgammal_r) [__GNUC_PREREQ (4, 7)]: Make code
27383         unconditional.
27384         (__ieee754_lgammal_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
27385         code.
27386         * sysdeps/ieee754/ldbl-96/k_tanl.c
27387         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
27388         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
27390         * nptl/tst-initializers1-c11.c: New file.
27391         * nptl/tst-initializers1-gnu11.c: Likewise.
27392         * nptl/Makefile (tests): Add these new tests.
27393         (CFLAGS-tst-initializers1-c11.c): New variable.
27394         (CFLAGS-tst-initializers1-gnu11.c): Likewise.
27396         * Makeconfig (CFLAGS): Use -std=gnu11 instead of -std=gnu99.
27397         * Makefile ($(objpfx)c++-types-check.out): Filter out -std=gnu11
27398         instead of -std=gnu99.
27399         * configure.ac (systemtap): Test with -std=gnu11 instead of
27400         -std=gnu99.
27401         * configure: Regenerated.
27402         * math/gen-auto-libm-tests.c: Use -std=gnu11 instead of -std=gnu99
27403         in compilation command in comment.
27405         * sysdeps/nptl/configure.ac: Remove file.
27406         * sysdeps/nptl/configure: Remove generated file.
27407         * configure.ac (libc_cv_forced_unwind): Do not substitute.
27408         * configure: Regenerated.
27409         * config.h.in (HAVE_FORCED_UNWIND): Remove #undef.
27410         * config.make.in (have-forced-unwind): Remove variable.
27411         * nptl/Makefile [$(have-forced-unwind) = yes]: Make code
27412         unconditional.
27413         * nptl/descr.h [HAVE_FORCED_UNWIND]: Likewise.
27414         * nptl/unwind.c [HAVE_FORCED_UNWIND]: Likewise.
27415         (__pthread_unwind) [!HAVE_FORCED_UNWIND]: Remove conditional code.
27416         * nptl/version.c [HAVE_FORCED_UNWIND]: Make code unconditional.
27417         * sysdeps/nptl/Makefile [$(have-forced-unwind) = yes]: Make code
27418         unconditional.
27420 2015-10-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
27422         [BZ #19174]
27423         * sysdeps/powerpc/nptl/elide.h (__elide_lock): Fix usage of
27424         .skip_lock_out_of_tbegin_retries.
27425         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
27426         (__lll_lock_elision): Likewise, and respect a value of
27427         try_tbegin <= 0.
27429 2015-10-27  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
27431         * elf/dl-support.c (_dl_aux_init): Added AT_PLATFORM to the case
27432         statement.
27434 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
27436         * conform/Makefile (test-xfail-ISO11/complex.h/conform): Remove
27437         variable.
27438         (test-xfail-ISO11/stdalign.h/conform): Likewise.
27439         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
27441         * conform/GlibcConform.pm ($CFLAGS{"ISO11"}): Use -std=c11 instead
27442         of -std=c1x -D_ISOC11_SOURCE.
27444         * configure.ac (libc_cv_compiler_ok): Require GCC 4.7 or later.
27445         * configure: Regenerated.
27446         * manual/install.texi (Tools for Compilation): Document
27447         requirement for GCC 4.7 or later.
27448         * INSTALL: Regenerated.
27450 2015-10-27  Ludovic CourtĂšs  <ludo@gnu.org>
27452         * locale/loadlocale.c (_nl_intern_locale_data): Change assertion
27453         on CNT to a conditional jump to 'puntdata'.
27455 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
27457         * configure.ac (libc_cv_gcc___thread): Remove configure test.
27458         (libc_cv_gcc_tls_model_attr): Likewise.
27459         * configure: Regenerated.
27461         * configure.ac (libc_cv_need_minus_P): Remove configure test.
27462         * configure: Regenerated.
27463         * Makeconfig (asm-CPPFLAGS): Remove reference to -P in comment.
27465 2015-10-26  Joseph Myers  <joseph@codesourcery.com>
27467         * configure.ac (old_glibc_headers): Remove configure test.
27468         * configure: Regenerated.
27469         * config.make.in (old-glibc-headers): Remove variable.
27470         * Makefile [!$(install_root) && $(old-glibc-headers) = yes]
27471         (install): Remove dependency on remove-old-headers.
27472         (headers2_0): Remove variable.
27473         (remove-old-headers): Remove rule.
27475         * configure.ac (libc_cv_dot_text): Remove configure test.
27476         (libc_cv_asm_set_directive): Use .text instead of
27477         ${libc_cv_dot_text} in configure test.
27478         * configure: Regenerated.
27480 2015-10-26  Florian Weimer  <fweimer@redhat.com>
27482         [BZ #19168]
27483         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
27485 2015-10-26  Florian Weimer  <fweimer@redhat.com>
27487         * configure.ac (CXX): Clear the variable if the C++ toolchain does
27488         not support static linking.
27489         * configure: Regenerate.
27491 2015-10-23  Joseph Myers  <joseph@codesourcery.com>
27493         * math/libm-test.inc (check_float_internal): Do not special-case
27494         errors up to 0.5 ulp.
27496         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
27497         log2.
27498         * math/auto-libm-test-out: Regenerated.
27499         * math/libm-test.inc (MAX_EXP): New macro.
27500         (ilogb_test_data): Add more tests.
27501         (isfinite_test_data): Likewise.
27502         (isgreater_test_data): Likewise.
27503         (isgreaterequal_test_data): Likewise.
27504         (isinf_test_data): Likewise.
27505         (isless_test_data): Likewise.
27506         (islessequal_test_data): Likewise.
27507         (islessgreater_test_data): Likewise.
27508         (isnan_test_data): Likewise.
27509         (isnormal_test_data): Likewise.
27510         (issignaling_test_data): Likewise.
27511         (isunordered_test_data): Likewise.
27512         (j0_test_data): Likewise.
27513         (j1_test_data): Likewise.
27514         (jn_test_data): Likewise.
27515         (lgamma_test_data): Likewise.
27516         (log_test_data): Likewise.
27517         (log10_test_data): Likewise.
27518         (log1p_test_data): Likewise.
27519         (log2_test_data): Likewise.
27520         (logb_test_data): Likewise.
27521         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27523         [BZ #18611]
27524         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1): Set errno and
27525         avoid excess range and precision on underflow.
27526         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
27527         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_j1f): Likewise.
27528         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
27529         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Set errno on
27530         underflow.
27531         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
27532         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
27533         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
27534         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
27535         * math/auto-libm-test-in: Do not allow missing errno setting for
27536         tests of j1 and jn.
27537         * math/auto-libm-test-out: Regenerated.
27539 2015-10-22  Joseph Myers  <joseph@codesourcery.com>
27541         [BZ #15491]
27542         * sysdeps/i386/fpu/s_nearbyint.S (__nearbyint): Save and restore
27543         floating-point environment instead of clearing all exceptions.
27544         * sysdeps/i386/fpu/s_nearbyintf.S (__nearbyintf): Likewise.
27545         * sysdeps/i386/fpu/s_nearbyintl.S (__nearbyintl): Likewise,
27546         merging in "invalid" exceptions from frndint.
27547         * sysdeps/x86_64/fpu/s_nearbyintl.S (__nearbyintl): Likewise.
27548         * math/test-nearbyint-except.c: New file.
27549         * math/Makefile (tests): Add test-nearbyint-except.
27551 2015-10-22  Chris Metcalf  <cmetcalf@ezchip.com>
27553         * NEWS: Mention bug 18699 fixed by commit fe8c2b33aed0.
27555         * sysdeps/tile/libm-test-ulps: Regenerated.
27557 2015-10-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
27559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c
27560         (__NR_sync_file_range2): Assume it is always defined.
27561         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
27562         (__NR_sync_file_range): Assume it is always defined.
27564 2015-10-22  Andreas Schwab  <schwab@suse.de>
27566         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Use
27567         INTERNAL_SYSCALL_ERRNO.
27568         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
27569         * sysdeps/unix/sysv/linux/i386/lockf64.c (lockf64): Likewise.
27570         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
27571         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction):
27572         Likewise.
27573         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
27575 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
27577         * io/tst-fcntl.c (fd): New static variable.
27578         (do_prepare): Open temporary file here....
27579         (do_test): ...not here.
27581         * io/ftwtest-sh: Also trap on exit to remove temporary files.
27583 2015-10-21  H.J. Lu  <hongjiu.lu@intel.com>
27585         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: Replace
27586         __GNUC_PREREQ (5,0) with OPTIMIZE_FOR_GCC_5.
27587         * sysdeps/unix/sysv/linux/i386/sysdep.h (OPTIMIZE_FOR_GCC_5):
27588         Moved before "#ifdef __ASSEMBLER__".
27590 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
27592         [BZ #19156]
27593         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Return 1 for
27594         arguments very close to 0.
27596 2015-10-21  Chris Metcalf  <cmetcalf@ezchip.com>
27598         * sysdeps/unix/sysv/linux/tile/sysdep.h (PSEUDO_END)
27599         (PSEUDO_NOERRNO, PSEUDO_END_NOERRNO): Undef before defining.
27601 2015-10-21  H.J. Lu  <hongjiu.lu@intel.com>
27603         * sysdeps/unix/sysv/linux/i386/sysdep.h (OPTIMIZE_FOR_GCC_5):
27604         New.  Defined for GCC 5 and above when not compiling for
27605         profiling.
27606         Replace __GNUC_PREREQ (5,0) with OPTIMIZE_FOR_GCC_5.
27608         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-epoll_pwait.c):
27609         Renamed to ...
27610         (CFLAGS-epoll_pwait.o): This.
27611         (CFLAGS-mmap.c): Renamed to ...
27612         (CFLAGS-mmap.o): This.
27613         (CFLAGS-mmap64.c): Renamed to ...
27614         (CFLAGS-mmap64.o): This.
27615         (CFLAGS-epoll_pwait.os): New.
27616         (CFLAGS-mmap.os): Likewise.
27617         (CFLAGS-mmap64.os): Likewise.
27618         (CFLAGS-semtimedop.os): Likewise.
27619         (CFLAGS-semtimedop.c): Renamed to ...
27620         (CFLAGS-semtimedop.o): This.
27622 2015-10-21  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27624         * debug/tst-backtrace4.c (handle_signal): Fix a comment and
27625         warning message.
27627 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
27629         * Makeconfig (+gccwarn-c): Add -Wold-style-definition.
27630         * Makefile ($(objpfx)c++-types-check.out): Filter out
27631         $(+gccwarn-c) instead of -Wstrict-prototypes.
27633         * io/fts.c (fts_open): Convert to prototype-style function
27634         definition.
27635         * malloc/mcheck.c (mcheck): Likewise.
27636         (mcheck_pedantic): Likewise.
27637         * posix/regexec.c (re_search_2_stub): Likewise.  Use
27638         internal_function.
27639         (re_search_internal): Likewise.
27640         * resolv/res_init.c [RESOLVSORT] (net_mask): Convert to
27641         prototype-style function definition.
27642         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
27643         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
27644         * sunrpc/rpcsvc/rusers.x (xdr_utmp): Likewise.
27645         (xdr_utmpptr): Likewise.
27646         (xdr_utmparr): Likewise.
27647         (xdr_utmpidle): Likewise.
27648         (xdr_utmpidleptr): Likewise.
27649         (xdr_utmpidlearr): Likewise.
27651         * math/auto-libm-test-in: Add more tests of hypot, j0, j1, jn,
27652         log, log10 and log2.
27653         * math/auto-libm-test-out: Regenerated.
27654         * math/libm-test.inc (fmod_test_data): Add more tests.
27655         (fpclassify_test_data): Likewise.
27656         (frexp_test_data): Likewise.
27657         (hypot_test_data): Likewise.
27658         (ilogb_test_data): Likewise.
27660 2015-10-20  Joseph Myers  <joseph@codesourcery.com>
27662         * debug/fortify_fail.c (__fortify_fail): Convert to
27663         prototype-style function definition.  Use internal_function.
27664         * libio/genops.c (save_for_backup): Convert to prototype-style
27665         function definition.
27666         * libio/wgenops.c (save_for_wbackup): Likewise.
27667         * login/grantpt.c (grantpt): Likewise.
27668         * login/ptsname.c (ptsname): Likewise.
27669         (__ptsname_r): Likewise.
27670         * login/unlockpt.c (unlockpt): Likewise.
27671         * mach/msgserver.c (__mach_msg_server): Likewise.
27672         * misc/efgcvt.c (__APPEND (FUNC_PREFIX, fcvt)): Likewise.
27673         (__APPEND (FUNC_PREFIX, ecvt)): Likewise.
27674         (__APPEND (FUNC_PREFIX, gcvt)): Likewise.
27675         * misc/efgcvt_r.c (__APPEND (FUNC_PREFIX, fcvt_r)): Likewise.
27676         (__APPEND (FUNC_PREFIX, ecvt_r)): Likewise.
27677         * nptl/cleanup_compat.c (_pthread_cleanup_push): Likewise.
27678         * nptl/cleanup_defer_compat.c (_pthread_cleanup_push_defer):
27679         Likewise.
27680         * nptl/libc_pthread_init.c (__libc_pthread_init): Likewise.  Use
27681         internal_function.
27682         * nptl/pthread_atfork.c (__pthread_atfork): Convert to
27683         prototype-style function definition.
27684         * nptl/pthread_create.c (__pthread_create_2_1): Likewise.
27685         [SHLIB_COMPAT(libpthread, GLIBC_2_0, GLIBC_2_1)]
27686         (__pthread_create_2_0): Likewise.
27687         * nptl/pthread_key_create.c (__pthread_key_create): Likewise.
27688         * nptl/register-atfork.c (__register_atfork): Likewise.
27689         * posix/glob.c (glob): Likewise.
27690         * posix/regcomp.c (re_comp): Likewise.
27691         * posix/regexec.c (re_exec): Likewise.
27692         * stdlib/add_n.c [__STDC__]: Make code unconditional.
27693         [!__STDC__]: Remove conditional code.
27694         * stdlib/cmp.c [__STDC__]: Make code unconditional.
27695         [!__STDC__]: Remove conditional code.
27696         * stdlib/divmod_1.c [__STDC__]: Make code unconditional.
27697         [!__STDC__]: Remove conditional code.
27698         * stdlib/divrem.c [__STDC__]: Make code unconditional.
27699         [!__STDC__]: Remove conditional code.
27700         * stdlib/lshift.c [__STDC__]: Make code unconditional.
27701         [!__STDC__]: Remove conditional code.
27702         * stdlib/mod_1.c [__STDC__]: Make code unconditional.
27703         [!__STDC__]: Remove conditional code.
27704         * stdlib/mul.c [__STDC__]: Make code unconditional.
27705         [!__STDC__]: Remove conditional code.
27706         * stdlib/mul_n.c [__STDC__]: Make code unconditional.
27707         [!__STDC__]: Remove conditional code.
27708         * stdlib/rshift.c [__STDC__]: Make code unconditional.
27709         [!__STDC__]: Remove conditional code.
27710         * stdlib/strtod.c (INTERNAL (STRTOF)): Convert to prototype-style
27711         function definition.
27712         (STRTOF): Likewise.
27713         * stdlib/strtod_l.c (__STRTOF): Likewise.
27714         * stdlib/strtol.c (INTERNAL (strtol)): Likewise.
27715         * stdlib/strtol_l.c (INTERNAL (__strtol_l)): Likewise.
27716         (__strtol_l): Likewise.
27717         * stdlib/sub_n.c [__STDC__]: Make code unconditional.
27718         [!__STDC__]: Remove conditional code.
27719         * string/memrchr.c (MEMRCHR): Convert to prototype-style function
27720         definition.
27721         * string/strcasecmp.c (LOCALE_PARAM_DECL): Remove macro.
27722         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
27723         type.
27724         (__strcasecmp): Convert to prototype-style function definition.
27725         * string/strncase.c (LOCALE_PARAM_DECL): Remove macro.
27726         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
27727         type.
27728         (__strncasecmp): Convert to prototype-style function definition.
27729         * sunrpc/pm_getport.c (__libc_rpc_getport): Likewise.
27730         * sunrpc/xdr.c (xdr_union): Likewise.
27731         * sunrpc/xdr_array.c (xdr_array): Likewise.
27732         * sunrpc/xdr_ref.c (xdr_reference): Likewise.
27733         * sysdeps/m68k/m680x0/fpu/s_atan.c (__CONCATX(__,FUNC)): Likewise.
27734         * sysdeps/m68k/m680x0/fpu/s_isinf.c (__CONCATX(__,FUNC)):
27735         Likewise.
27736         * sysdeps/m68k/m680x0/fpu/s_scalbn.c (__CONCATX(__scalbn,suffix):
27737         Likewise.
27738         * sysdeps/m68k/m680x0/fpu/s_sincos.c (CONCATX(__,FUNC)): Likewise.
27739         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
27740         Likewise.
27741         * time/strftime_l.c (LOCALE_PARAM_DECL): Remove macro.
27742         (LOCALE_PARAM_PROTO): Likewise.
27743         [_LIBC && USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include
27744         argument type.
27745         (ut_argument_spec): Remove macro.
27746         (ut_argument_spec_iso): Rename to ut_argument_spec.
27747         (memcpy_lowcase): Use LOCALE_PARAM in declaration.  Convert to
27748         prototype-style function definition.
27749         (memcpy_uppcase): Likewise.
27750         (__strftime_internal): Likewise.
27751         (my_strftime): Likewise.
27752         * time/strptime_l.c (LOCALE_PARAM_PROTO): Remove macro.
27753         (LOCALE_PARAM_DECL): Likewise.
27754         [_LIBC] (LOCALE_PARAM): Include argument type.
27755         (__strptime_internal): Convert to prototype-style function
27756         definition.
27757         (strptime): Likewise.
27758         * wcsmbs/wcscasecmp.c (LOCALE_PARAM_DECL): Remove macro.
27759         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
27760         type.
27761         (__wcscasecmp): Convert to prototype-style function definition.
27762         * wcsmbs/wcsncase.c (LOCALE_PARAM_DECL): Remove macro.
27763         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
27764         type.
27765         (__wcsncasecmp): Convert to prototype-style function definition.
27767         * crypt/md5-crypt.c (__md5_crypt_r): Convert to prototype-style
27768         function definition.
27769         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
27770         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
27771         * debug/backtracesyms.c (__backtrace_symbols): Likewise.
27772         * elf/dl-minimal.c (_itoa): Likewise.
27773         * hurd/hurdmalloc.c (malloc): Likewise.
27774         (free): Likewise.
27775         (realloc): Likewise.
27776         * inet/inet6_option.c (inet6_option_space): Likewise.
27777         (inet6_option_init): Likewise.
27778         (inet6_option_append): Likewise.
27779         (inet6_option_alloc): Likewise.
27780         (inet6_option_next): Likewise.
27781         (inet6_option_find): Likewise.
27782         * io/ftw.c (FTW_NAME): Likewise.
27783         (NFTW_NAME): Likewise.
27784         (NFTW_NEW_NAME): Likewise.
27785         (NFTW_OLD_NAME): Likewise.
27786         * libio/iofwide.c (_IO_fwide): Likewise.
27787         * libio/strops.c (_IO_str_init_static_internal): Likewise.
27788         (_IO_str_init_static): Likewise.
27789         (_IO_str_init_readonly): Likewise.
27790         (_IO_str_overflow): Likewise.
27791         (_IO_str_underflow): Likewise.
27792         (_IO_str_count): Likewise.
27793         (_IO_str_seekoff): Likewise.
27794         (_IO_str_pbackfail): Likewise.
27795         (_IO_str_finish): Likewise.
27796         * libio/wstrops.c (_IO_wstr_init_static): Likewise.
27797         (_IO_wstr_overflow): Likewise.
27798         (_IO_wstr_underflow): Likewise.
27799         (_IO_wstr_count): Likewise.
27800         (_IO_wstr_seekoff): Likewise.
27801         (_IO_wstr_pbackfail): Likewise.
27802         (_IO_wstr_finish): Likewise.
27803         * locale/programs/localedef.c (normalize_codeset): Likewise.
27804         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
27805         (add_locales_to_archive): Likewise.
27806         (delete_locales_from_archive): Likewise.
27807         * malloc/malloc.c (__libc_mallinfo): Likewise.
27808         * math/gen-auto-libm-tests.c (init_fp_formats): Likewise.
27809         * misc/tsearch.c (__tfind): Likewise.
27810         * nptl/pthread_attr_destroy.c (__pthread_attr_destroy): Likewise.
27811         * nptl/pthread_attr_getdetachstate.c
27812         (__pthread_attr_getdetachstate): Likewise.
27813         * nptl/pthread_attr_getguardsize.c (pthread_attr_getguardsize):
27814         Likewise.
27815         * nptl/pthread_attr_getinheritsched.c
27816         (__pthread_attr_getinheritsched): Likewise.
27817         * nptl/pthread_attr_getschedparam.c
27818         (__pthread_attr_getschedparam): Likewise.
27819         * nptl/pthread_attr_getschedpolicy.c
27820         (__pthread_attr_getschedpolicy): Likewise.
27821         * nptl/pthread_attr_getscope.c (__pthread_attr_getscope):
27822         Likewise.
27823         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack):
27824         Likewise.
27825         * nptl/pthread_attr_getstackaddr.c (__pthread_attr_getstackaddr):
27826         Likewise.
27827         * nptl/pthread_attr_getstacksize.c (__pthread_attr_getstacksize):
27828         Likewise.
27829         * nptl/pthread_attr_init.c (__pthread_attr_init_2_1): Likewise.
27830         (__pthread_attr_init_2_0): Likewise.
27831         * nptl/pthread_attr_setdetachstate.c
27832         (__pthread_attr_setdetachstate): Likewise.
27833         * nptl/pthread_attr_setguardsize.c (pthread_attr_setguardsize):
27834         Likewise.
27835         * nptl/pthread_attr_setinheritsched.c
27836         (__pthread_attr_setinheritsched): Likewise.
27837         * nptl/pthread_attr_setschedparam.c
27838         (__pthread_attr_setschedparam): Likewise.
27839         * nptl/pthread_attr_setschedpolicy.c
27840         (__pthread_attr_setschedpolicy): Likewise.
27841         * nptl/pthread_attr_setscope.c (__pthread_attr_setscope):
27842         Likewise.
27843         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack):
27844         Likewise.
27845         * nptl/pthread_attr_setstackaddr.c (__pthread_attr_setstackaddr):
27846         Likewise.
27847         * nptl/pthread_attr_setstacksize.c (__pthread_attr_setstacksize):
27848         Likewise.
27849         * nptl/pthread_condattr_setclock.c (pthread_condattr_setclock):
27850         Likewise.
27851         * nptl/pthread_create.c (__find_in_stack_list): Likewise.
27852         * nptl/pthread_getattr_np.c (pthread_getattr_np): Likewise.
27853         * nptl/pthread_mutex_cond_lock.c (__pthread_mutex_lock): Define to
27854         use internal_function.
27855         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Convert to
27856         prototype-style function definition.
27857         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Likewise.
27858         (__pthread_mutex_cond_lock_adjust): Likewise.  Use
27859         internal_function.
27860         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock):
27861         Convert to prototype-style function definition.
27862         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
27863         Likewise.
27864         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt):
27865         Likewise.
27866         (__pthread_mutex_unlock): Likewise.
27867         * nptl_db/td_ta_clear_event.c (td_ta_clear_event): Likewise.
27868         * nptl_db/td_ta_set_event.c (td_ta_set_event): Likewise.
27869         * nptl_db/td_thr_clear_event.c (td_thr_clear_event): Likewise.
27870         * nptl_db/td_thr_event_enable.c (td_thr_event_enable): Likewise.
27871         * nptl_db/td_thr_set_event.c (td_thr_set_event): Likewise.
27872         * nss/makedb.c (process_input): Likewise.
27873         * posix/fnmatch.c (__strchrnul): Likewise.
27874         (__wcschrnul): Likewise.
27875         (fnmatch): Likewise.
27876         * posix/fnmatch_loop.c (FCT): Likewise.
27877         * posix/glob.c (globfree): Likewise.
27878         (__glob_pattern_type): Likewise.
27879         (__glob_pattern_p): Likewise.
27880         * posix/regcomp.c (re_compile_pattern): Likewise.
27881         (re_set_syntax): Likewise.
27882         (re_compile_fastmap): Likewise.
27883         (regcomp): Likewise.
27884         (regerror): Likewise.
27885         (regfree): Likewise.
27886         * posix/regexec.c (regexec): Likewise.
27887         (re_match): Likewise.
27888         (re_search): Likewise.
27889         (re_match_2): Likewise.
27890         (re_search_2): Likewise.
27891         (re_search_stub): Likewise.  Use internal_function
27892         (re_copy_regs): Likewise.
27893         (re_set_registers): Convert to prototype-style function
27894         definition.
27895         (prune_impossible_nodes): Likewise.  Use internal_function.
27896         * resolv/inet_net_pton.c (inet_net_pton): Convert to
27897         prototype-style function definition.
27898         (inet_net_pton_ipv4): Likewise.
27899         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27900         * sysdeps/pthread/aio_cancel.c (aio_cancel): Likewise.
27901         * sysdeps/pthread/aio_suspend.c (aio_suspend): Likewise.
27902         * sysdeps/pthread/timer_delete.c (timer_delete): Likewise.
27903         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
27904         Make variadic.
27905         * time/strptime_l.c (localtime_r): Convert to prototype-style
27906         function definition.
27907         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
27908         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
27909         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
27910         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
27912         * crypt/crypt.c (_ufc_doit_r): Convert to prototype-style function
27913         definition.
27914         (_ufc_doit_r): Likewise.
27915         * crypt/crypt_util.c (_ufc_copymem): Likewise.
27916         (_ufc_output_conversion_r): Likewise.
27917         * inet/inet_mkadr.c (__inet_makeaddr): Likewise.
27918         * inet/rcmd.c (rcmd_af): Likewise.
27919         (rcmd): Likewise.
27920         (ruserok_af): Likewise.
27921         (ruserok): Likewise.
27922         (ruserok2_sa): Likewise.
27923         (ruserok_sa): Likewise.
27924         (iruserok_af): Likewise.
27925         (iruserok): Likewise.
27926         (__ivaliduser): Likewise.
27927         (__validuser2_sa): Likewise.
27928         * inet/rexec.c (rexec_af): Likewise.
27929         (rexec): Likewise.
27930         * inet/ruserpass.c (ruserpass): Likewise.
27931         * locale/programs/xmalloc.c (xcalloc): Likewise.
27932         * manual/examples/timeval_subtract.c (timeval_subtract): Likewise.
27933         * math/w_drem.c (__drem): Likewise.
27934         * math/w_dremf.c (__dremf): Likewise.
27935         * math/w_dreml.c (__dreml): Likewise.
27936         * misc/daemon.c (daemon): Likewise.
27937         * resolv/res_debug.c (p_fqnname): Likewise.
27938         * stdlib/div.c (div): Likewise.
27939         * string/memcmp.c (memcmp_bytes): Likewise.
27940         * sunrpc/pmap_rmt.c (pmap_rmtcall): Likewise.
27941         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
27943         * crypt/cert.c (main): Convert to prototype-style function
27944         definition.
27945         * io/pipe.c (__pipe): Likewise.
27946         * io/pipe2.c (__pipe2): Likewise.
27947         * misc/futimesat.c (futimesat): Likewise.
27948         * misc/utimes.c (__utimes): Likewise.
27949         * posix/execve.c (__execve): Likewise.
27950         * posix/execvp.c (execvp): Likewise.
27951         * posix/execvpe.c (__execvpe): Likewise.
27952         * posix/fexecve.c (fexecve): Likewise.
27953         * socket/socketpair.c (socketpair): Likewise.
27954         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
27955         * stdlib/erand48.c (erand48): Likewise.
27956         * stdlib/erand48_r.c (__erand48_r): Likewise.
27957         * stdlib/jrand48.c (jrand48): Likewise.
27958         * stdlib/jrand48_r.c (__jrand48_r): Likewise.
27959         * stdlib/lcong48.c (lcong48): Likewise.
27960         * stdlib/lcong48_r.c (__lcong48_r): Likewise.
27961         * stdlib/nrand48.c (nrand48): Likewise.
27962         * stdlib/nrand48_r.c (__nrand48_r): Likewise.
27963         * stdlib/seed48.c (seed48): Likewise.
27964         * stdlib/seed48_r.c (__seed48_r): Likewise.
27965         * sysdeps/mach/hurd/execve.c (__execve): Likewise.
27966         * sysdeps/mach/hurd/utimes.c (__utimes): Likewise.
27967         * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Likewise.
27969 2015-10-19  Joseph Myers  <joseph@codesourcery.com>
27971         * configure.ac (libc_cv_asm_unique_object): Remove configure test.
27972         * configure: Regenerated.
27973         * config.h.in (HAVE_ASM_UNIQUE_OBJECT): Remove #undef.
27974         * elf/tst-unique1.c (do_test) [HAVE_ASM_UNIQUE_OBJECT]: Make code
27975         unconditional.
27976         * elf/tst-unique1mod1.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
27977         * elf/tst-unique1mod2.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
27978         * elf/tst-unique2.c (do_test) [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
27979         (do_test) [!HAVE_ASM_UNIQUE_OBJECT]: Remove conditional code.
27980         * elf/tst-unique2mod1.c [HAVE_ASM_UNIQUE_OBJECT]: Make code
27981         unconditional.
27982         * elf/tst-unique2mod2.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
27984         * posix/Makefile (CFLAGS-regex.c): Remove variable.
27985         * resolv/Makefile (+cflags): Do not use -Wno-strict-prototypes.
27987         * crypt/crypt-entry.c (__crypt_r): Convert to prototype-style
27988         function definition.
27989         * crypt/crypt_util.c (__encrypt_r): Likewise.
27990         * libio/genops.c (_IO_no_init): Likewise.
27991         * libio/iofopncook.c (_IO_fopencookie): Likewise.
27992         (_IO_old_fopencookie): Likewise.
27993         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
27994         * libio/iogetline.c (_IO_getline): Likewise.
27995         (_IO_getline_info): Likewise.
27996         * libio/iogetwline.c (_IO_getwline): Likewise.
27997         (_IO_getwline_info): Likewise.
27998         * libio/vsnprintf.c (_IO_vsnprintf): Likewise.
27999         * libio/vswprintf.c (_IO_vswprintf): Likewise.
28000         * locale/programs/simple-hash.c (insert_entry_2): Likewise.
28001         (find_entry): Likewise.
28002         (iterate_table): Likewise.
28003         (lookup): Likewise.
28004         * login/forkpty.c (forkpty): Likewise.
28005         * misc/hsearch_r.c (__hsearch_r): Likewise.
28006         * misc/select.c (__select): Likewise.
28007         * nptl/cleanup_defer_compat.c (_pthread_cleanup_pop_restore):
28008         Likewise.
28009         * nptl/old_pthread_cond_init.c (__pthread_cond_init_2_0):
28010         Likewise.
28011         * nptl/old_pthread_cond_timedwait.c
28012         (__pthread_cond_timedwait_2_0): Likewise.
28013         * nptl/pthread_barrier_init.c (__pthread_barrier_init): Likewise.
28014         * nptl/pthread_barrierattr_getpshared.c
28015         (pthread_barrierattr_getpshared): Likewise.
28016         * nptl/pthread_getschedparam.c (__pthread_getschedparam):
28017         Likewise.
28018         * nptl/pthread_mutex_setprioceiling.c
28019         (pthread_mutex_setprioceiling): Likewise.
28020         * nptl/pthread_mutexattr_getprioceiling.c
28021         (pthread_mutexattr_getprioceiling): Likewise.
28022         * nptl/pthread_rwlock_init.c (__pthread_rwlock_init): Likewise.
28023         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
28024         Likewise.
28025         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
28026         Likewise.
28027         * nptl/pthread_setschedparam.c (__pthread_setschedparam):
28028         Likewise.
28029         * socket/recvfrom.c (__recvfrom): Likewise.
28030         * socket/sendto.c (__sendto): Likewise.
28031         * socket/setsockopt.c (__setsockopt): Likewise.
28032         * stdio-common/_itoa.c (_itoa): Likewise.
28033         * stdio-common/_itowa.c (_itowa): Likewise.
28034         * stdio-common/reg-printf.c (__register_printf_specifier):
28035         Likewise.
28036         (__register_printf_function): Likewise.
28037         * stdio-common/tempname.c (__path_search): Likewise.
28038         * stdlib/addmul_1.c (mpn_addmul_1): Likewise.
28039         * stdlib/mul_1.c (mpn_mul_1): Likewise.
28040         * stdlib/random_r.c (__initstate_r): Likewise.
28041         * stdlib/setenv.c (__add_to_environ): Likewise.
28042         * stdlib/submul_1.c (mpn_submul_1): Likewise.
28043         * streams/getpmsg.c (getpmsg): Likewise.
28044         * streams/putmsg.c (putmsg): Likewise.
28045         * streams/putpmsg.c (putpmsg): Likewise.
28046         * sunrpc/clnt_raw.c (clntraw_call): Likewise.
28047         * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
28048         * sunrpc/clnt_udp.c (clntudp_create): Likewise.
28049         * sunrpc/clnt_unix.c (clntunix_call): Likewise.
28050         * sunrpc/pm_getport.c (pmap_getport): Likewise.
28051         * sunrpc/svc_udp.c (cache_get): Likewise.
28052         * sunrpc/xdr_array.c (xdr_vector): Likewise.
28053         * sysdeps/mach/hurd/getcwd.c
28054         (__canonicalize_directory_name_internal): Likewise.
28055         * sysdeps/mach/hurd/pselect.c (__pselect): Likewise.
28056         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
28057         * sysdeps/mach/hurd/select.c (__select): Likewise.
28058         * sysdeps/posix/ttyname_r.c (getttyname_r): Likewise.
28059         * sysdeps/pthread/timer_settime.c (timer_settime): Likewise.
28060         * sysdeps/sparc/nptl/pthread_barrier_init.c
28061         (__pthread_barrier_init): Likewise.
28062         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c
28063         (__pthread_cond_timedwait): Likewise.
28064         * sysdeps/unix/sysv/linux/i386/putmsg.c (putmsg): Likewise.
28065         * sysdeps/unix/sysv/linux/s390/semtimedop.c (semtimedop):
28066         Likewise.
28067         * sysdeps/unix/sysv/linux/semtimedop.c (semtimedop): Likewise.
28068         * sysdeps/unix/sysv/linux/timer_settime.c (timer_settime):
28069         Likewise.
28070         * sysvipc/semtimedop.c (semtimedop): Likewise.
28071         * time/setitimer.c (__setitimer): Likewise.
28072         * time/strftime_l.c (emacs_strftime): Likewise.
28074 2015-10-19  Mike Frysinger  <vapier@gentoo.org>
28076         * config.make.in (have-ssp): Delete.
28077         (stack-protector): New variable.
28078         * configure.ac: Delete libc_cv_ssp export.  Add libc_cv_ssp_strong
28079         cache test for -fstack-protector-strong.  Export stack_protector to
28080         the best ssp flag.
28081         * configure: Regenerated.
28082         * login/Makefile (pt_chown-cflags): Always add $(stack-protector).
28083         * nscd/Makefile (CFLAGS-nscd): Likewise.
28084         * resolv/Makefile (CFLAGS-libresolv): Likewise.
28086 2015-10-16  H.J. Lu  <hongjiu.lu@intel.com>
28088         [BZ #19122]
28089         * include/sys/stat.h [IS_IN (rtld)] (__fxstatat64): Add
28090         attribute_hidden.
28092 2015-10-19  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28094         [BZ #18743]
28095         * sysdeps/powerpc/nptl/elide.h (__elide_lock): Move most of this
28096         code to...
28097         (ELIDE_LOCK): ...here.
28098         (__get_new_count): New function with part of the code from
28099         __elide_lock that updates the value of adapt_count after a
28100         transaction abort.
28101         (__elided_trylock): Moved this code to...
28102         (ELIDE_TRYLOCK): ...here.
28104 2015-10-19  Mike Frysinger  <vapier@gentoo.org>
28106         * configure.ac (AC_ARG_ENABLE(timezone-tools)): Tweak help phrasing.
28107         * configure: Regenerate.
28108         * INSTALL: Regenerate.
28109         * manual/install.texi (--disable-timezone-tools): Use @theglibc{}
28110         and tweak grammar.
28112 2015-10-19  Geoffrey Thomas  <geofft@ldpreload.com>
28114         * login/programs/pt_chown.c: Include signal.h
28115         (main): Clear any signal mask from the parent process.
28117 2015-10-19  Joseph Myers  <joseph@codesourcery.com>
28119         * configure.ac (libc_cv_gnu89_inline): Remove configure test.
28120         * configure: Regenerated.
28121         * config.make.in (gnu89-inline-CFLAGS): Remove variable.
28122         * Makeconfig (CFLAGS): Use -fgnu89-inline instead of
28123         $(gnu89-inline-CFLAGS).
28125         * configure.ac (libc_cv_asm_weak_directive): Remove configure
28126         test.
28127         (libc_cv_asm_weakext_directive): Likewise.
28128         * configure: Regenerated.
28129         * config.h.in (HAVE_ASM_WEAK_DIRECTIVE): Remove #undef.
28130         (HAVE_ASM_WEAKEXT_DIRECTIVE): Likewise.
28131         * include/libc-symbols.h
28132         [!HAVE_ASM_WEAK_DIRECTIVE && !HAVE_ASM_WEAKEXT_DIRECTIVE]: Remove
28133         #error.
28134         [HAVE_ASM_WEAKEXT_DIRECTIVE]: Remove conditional code.
28135         [!HAVE_ASM_WEAKEXT_DIRECTIVE]: Make code unconditional.
28137         * sysdeps/arm/backtrace.c (__backtrace): Convert to
28138         prototype-style function definition.
28139         * sysdeps/i386/backtrace.c (__backtrace): Likewise.
28140         * sysdeps/i386/ffs.c (__ffs): Likewise.
28141         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
28142         * sysdeps/ia64/nptl/pthread_spin_lock.c (pthread_spin_lock):
28143         Likewise.
28144         * sysdeps/ia64/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
28145         Likewise.
28146         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Likewise.
28147         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
28148         Likewise.
28149         * sysdeps/m68k/ffs.c (__ffs): Likewise.
28150         * sysdeps/m68k/m680x0/fpu/e_acos.c (FUNC): Likewise.
28151         * sysdeps/m68k/m680x0/fpu/e_fmod.c (FUNC): Likewise.
28152         * sysdeps/mach/adjtime.c (__adjtime): Likewise.
28153         * sysdeps/mach/gettimeofday.c (__gettimeofday): Likewise.
28154         * sysdeps/mach/hurd/_exit.c (_exit): Likewise.
28155         * sysdeps/mach/hurd/access.c (__access): Likewise.
28156         * sysdeps/mach/hurd/adjtime.c (__adjtime): Likewise.
28157         * sysdeps/mach/hurd/chdir.c (__chdir): Likewise.
28158         * sysdeps/mach/hurd/chmod.c (__chmod): Likewise.
28159         * sysdeps/mach/hurd/chown.c (__chown): Likewise.
28160         * sysdeps/mach/hurd/cthreads.c (cthread_keycreate): Likewise.
28161         (cthread_getspecific): Likewise.
28162         (cthread_setspecific): Likewise.
28163         (__libc_getspecific): Likewise.
28164         * sysdeps/mach/hurd/euidaccess.c (__euidaccess): Likewise.
28165         * sysdeps/mach/hurd/faccessat.c (faccessat): Likewise.
28166         * sysdeps/mach/hurd/fchdir.c (__fchdir): Likewise.
28167         * sysdeps/mach/hurd/fchmod.c (__fchmod): Likewise.
28168         * sysdeps/mach/hurd/fchmodat.c (fchmodat): Likewise.
28169         * sysdeps/mach/hurd/fchown.c (__fchown): Likewise.
28170         * sysdeps/mach/hurd/fchownat.c (fchownat): Likewise.
28171         * sysdeps/mach/hurd/flock.c (__flock): Likewise.
28172         * sysdeps/mach/hurd/fsync.c (fsync): Likewise.
28173         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Likewise.
28174         * sysdeps/mach/hurd/getgroups.c (__getgroups): Likewise.
28175         * sysdeps/mach/hurd/gethostname.c (__gethostname): Likewise.
28176         * sysdeps/mach/hurd/getitimer.c (__getitimer): Likewise.
28177         * sysdeps/mach/hurd/getlogin_r.c (__getlogin_r): Likewise.
28178         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
28179         * sysdeps/mach/hurd/getrusage.c (__getrusage): Likewise.
28180         * sysdeps/mach/hurd/getsockname.c (__getsockname): Likewise.
28181         * sysdeps/mach/hurd/group_member.c (__group_member): Likewise.
28182         * sysdeps/mach/hurd/isatty.c (__isatty): Likewise.
28183         * sysdeps/mach/hurd/lchown.c (__lchown): Likewise.
28184         * sysdeps/mach/hurd/link.c (__link): Likewise.
28185         * sysdeps/mach/hurd/linkat.c (linkat): Likewise.
28186         * sysdeps/mach/hurd/listen.c (__listen): Likewise.
28187         * sysdeps/mach/hurd/mkdir.c (__mkdir): Likewise.
28188         * sysdeps/mach/hurd/mkdirat.c (mkdirat): Likewise.
28189         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
28190         * sysdeps/mach/hurd/poll.c (__poll): Likewise.
28191         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
28192         * sysdeps/mach/hurd/readlinkat.c (readlinkat): Likewise.
28193         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
28194         * sysdeps/mach/hurd/rename.c (rename): Likewise.
28195         * sysdeps/mach/hurd/renameat.c (renameat): Likewise.
28196         * sysdeps/mach/hurd/revoke.c (revoke): Likewise.
28197         * sysdeps/mach/hurd/rewinddir.c (__rewinddir): Likewise.
28198         * sysdeps/mach/hurd/rmdir.c (__rmdir): Likewise.
28199         * sysdeps/mach/hurd/seekdir.c (seekdir): Likewise.
28200         * sysdeps/mach/hurd/send.c (__send): Likewise.
28201         * sysdeps/mach/hurd/setdomain.c (setdomainname): Likewise.
28202         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
28203         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
28204         * sysdeps/mach/hurd/setgid.c (__setgid): Likewise.
28205         * sysdeps/mach/hurd/setgroups.c (setgroups): Likewise.
28206         * sysdeps/mach/hurd/sethostid.c (sethostid): Likewise.
28207         * sysdeps/mach/hurd/sethostname.c (sethostname): Likewise.
28208         * sysdeps/mach/hurd/setlogin.c (setlogin): Likewise.
28209         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
28210         * sysdeps/mach/hurd/setregid.c (__setregid): Likewise.
28211         * sysdeps/mach/hurd/setreuid.c (__setreuid): Likewise.
28212         * sysdeps/mach/hurd/settimeofday.c (__settimeofday): Likewise.
28213         * sysdeps/mach/hurd/setuid.c (__setuid): Likewise.
28214         * sysdeps/mach/hurd/shutdown.c (shutdown): Likewise.
28215         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
28216         * sysdeps/mach/hurd/sigaltstack.c (__sigaltstack): Likewise.
28217         * sysdeps/mach/hurd/sigpending.c (sigpending): Likewise.
28218         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Likewise.
28219         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
28220         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
28221         * sysdeps/mach/hurd/symlink.c (__symlink): Likewise.
28222         * sysdeps/mach/hurd/symlinkat.c (symlinkat): Likewise.
28223         * sysdeps/mach/hurd/telldir.c (telldir): Likewise.
28224         * sysdeps/mach/hurd/truncate.c (__truncate): Likewise.
28225         * sysdeps/mach/hurd/umask.c (__umask): Likewise.
28226         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
28227         * sysdeps/mach/hurd/unlinkat.c (unlinkat): Likewise.
28228         * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
28229         * sysdeps/posix/alarm.c (alarm): Likewise.
28230         * sysdeps/posix/cuserid.c (cuserid): Likewise.
28231         * sysdeps/posix/dirfd.c (dirfd): Likewise.
28232         * sysdeps/posix/dup.c (__dup): Likewise.
28233         * sysdeps/posix/dup2.c (__dup2): Likewise.
28234         * sysdeps/posix/euidaccess.c (euidaccess): Likewise.
28235         (main): Likewise.
28236         * sysdeps/posix/flock.c (__flock): Likewise.
28237         * sysdeps/posix/fpathconf.c (__fpathconf): Likewise.
28238         * sysdeps/posix/getcwd.c (__getcwd): Likewise.
28239         * sysdeps/posix/gethostname.c (__gethostname): Likewise.
28240         * sysdeps/posix/gettimeofday.c (__gettimeofday): Likewise.
28241         * sysdeps/posix/isatty.c (__isatty): Likewise.
28242         * sysdeps/posix/killpg.c (killpg): Likewise.
28243         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
28244         * sysdeps/posix/mkfifoat.c (mkfifoat): Likewise.
28245         * sysdeps/posix/raise.c (raise): Likewise.
28246         * sysdeps/posix/remove.c (remove): Likewise.
28247         * sysdeps/posix/rename.c (rename): Likewise.
28248         * sysdeps/posix/rewinddir.c (__rewinddir): Likewise.
28249         * sysdeps/posix/seekdir.c (seekdir): Likewise.
28250         * sysdeps/posix/sigblock.c (__sigblock): Likewise.
28251         * sysdeps/posix/sigignore.c (sigignore): Likewise.
28252         * sysdeps/posix/sigintr.c (siginterrupt): Likewise.
28253         * sysdeps/posix/signal.c (__bsd_signal): Likewise.
28254         * sysdeps/posix/sigset.c (sigset): Likewise.
28255         * sysdeps/posix/sigsuspend.c (__sigsuspend): Likewise.
28256         * sysdeps/posix/sysconf.c (__sysconf): Likewise.
28257         * sysdeps/posix/sysv_signal.c (__sysv_signal): Likewise.
28258         * sysdeps/posix/time.c (time): Likewise.
28259         * sysdeps/posix/ttyname.c (getttyname): Likewise.
28260         (ttyname): Likewise.
28261         * sysdeps/posix/ttyname_r.c (__ttyname_r): Likewise.
28262         * sysdeps/posix/utime.c (utime): Likewise.
28263         * sysdeps/powerpc/fpu/s_isnan.c (__isnan): Likewise.
28264         * sysdeps/powerpc/nptl/pthread_spin_lock.c (pthread_spin_lock):
28265         Likewise.
28266         * sysdeps/powerpc/nptl/pthread_spin_trylock.c
28267         (pthread_spin_trylock): Likewise.
28268         * sysdeps/pthread/aio_error.c (aio_error): Likewise.
28269         * sysdeps/pthread/aio_read.c (aio_read): Likewise.
28270         * sysdeps/pthread/aio_read64.c (aio_read64): Likewise.
28271         * sysdeps/pthread/aio_write.c (aio_write): Likewise.
28272         * sysdeps/pthread/aio_write64.c (aio_write64): Likewise.
28273         * sysdeps/pthread/flockfile.c (__flockfile): Likewise.
28274         * sysdeps/pthread/ftrylockfile.c (__ftrylockfile): Likewise.
28275         * sysdeps/pthread/funlockfile.c (__funlockfile): Likewise.
28276         * sysdeps/pthread/timer_create.c (timer_create): Likewise.
28277         * sysdeps/pthread/timer_getoverr.c (timer_getoverrun): Likewise.
28278         * sysdeps/pthread/timer_gettime.c (timer_gettime): Likewise.
28279         * sysdeps/s390/ffs.c (__ffs): Likewise.
28280         * sysdeps/s390/nptl/pthread_spin_lock.c (pthread_spin_lock):
28281         Likewise.
28282         * sysdeps/s390/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
28283         Likewise.
28284         * sysdeps/sh/nptl/pthread_spin_lock.c (pthread_spin_lock):
28285         Likewise.
28286         * sysdeps/sparc/nptl/pthread_barrier_destroy.c
28287         (pthread_barrier_destroy): Likewise.
28288         * sysdeps/sparc/nptl/pthread_barrier_wait.c
28289         (__pthread_barrier_wait): Likewise.
28290         * sysdeps/sparc/sparc32/e_sqrt.c (__ieee754_sqrt): Likewise.
28291         * sysdeps/sparc/sparc32/pthread_barrier_wait.c
28292         (__pthread_barrier_wait): Likewise.
28293         * sysdeps/sparc/sparc32/sem_init.c (__old_sem_init): Likewise.
28294         * sysdeps/tile/memcmp.c (memcmp_common_alignment): Likewise.
28295         (memcmp_not_common_alignment): Likewise.
28296         (MEMCMP): Likewise.
28297         * sysdeps/tile/wordcopy.c (_wordcopy_fwd_aligned): Likewise.
28298         (_wordcopy_fwd_dest_aligned): Likewise.
28299         (_wordcopy_bwd_aligned): Likewise.
28300         (_wordcopy_bwd_dest_aligned): Likewise.
28301         * sysdeps/unix/bsd/ftime.c (ftime): Likewise.
28302         * sysdeps/unix/bsd/gtty.c (gtty): Likewise.
28303         * sysdeps/unix/bsd/stty.c (stty): Likewise.
28304         * sysdeps/unix/bsd/tcflow.c (tcflow): Likewise.
28305         * sysdeps/unix/bsd/tcflush.c (tcflush): Likewise.
28306         * sysdeps/unix/bsd/tcgetattr.c (__tcgetattr): Likewise.
28307         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
28308         * sysdeps/unix/bsd/tcsendbrk.c (tcsendbreak): Likewise.
28309         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
28310         * sysdeps/unix/bsd/tcsetpgrp.c (tcsetpgrp): Likewise.
28311         * sysdeps/unix/bsd/ualarm.c (ualarm): Likewise.
28312         * sysdeps/unix/bsd/wait3.c (__wait3): Likewise.
28313         * sysdeps/unix/getlogin_r.c (__getlogin_r): Likewise.
28314         * sysdeps/unix/sockatmark.c (sockatmark): Likewise.
28315         * sysdeps/unix/stime.c (stime): Likewise.
28316         * sysdeps/unix/sysv/linux/_exit.c (_exit): Likewise.
28317         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue):
28318         Likewise.  Use internal_function.
28319         * sysdeps/unix/sysv/linux/arm/sigaction.c (__libc_sigaction):
28320         Convert to prototype-style function definition.
28321         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
28322         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
28323         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Likewise.
28324         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28325         Likewise.  Use internal_function.
28326         * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Convert to
28327         prototype-style function definition
28328         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
28329         Likewise.
28330         (__getlogin_r): Likewise.
28331         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Likewise.
28332         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c
28333         (__pthread_cond_broadcast): Likewise.
28334         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c
28335         (__pthread_cond_destroy): Likewise.
28336         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c
28337         (__pthread_cond_init): Likewise.
28338         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c
28339         (__pthread_cond_signal): Likewise.
28340         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c
28341         (__pthread_cond_wait): Likewise.
28342         * sysdeps/unix/sysv/linux/i386/getmsg.c (getmsg): Likewise.
28343         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
28344         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__libc_sigaction):
28345         Likewise.
28346         * sysdeps/unix/sysv/linux/ia64/sigpending.c (sigpending):
28347         Likewise.
28348         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c (__sigprocmask):
28349         Likewise.
28350         * sysdeps/unix/sysv/linux/mips/sigaction.c (__libc_sigaction):
28351         Likewise.
28352         * sysdeps/unix/sysv/linux/msgget.c (msgget): Likewise.
28353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c
28354         (__ftruncate64): Likewise.
28355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c
28356         (truncate64): Likewise.
28357         * sysdeps/unix/sysv/linux/pt-raise.c (raise): Likewise.
28358         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c
28359         (pthread_getcpuclockid): Likewise.
28360         * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
28361         Likewise.
28362         * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
28363         Likewise.
28364         * sysdeps/unix/sysv/linux/pthread_sigmask.c (pthread_sigmask):
28365         Likewise.
28366         * sysdeps/unix/sysv/linux/pthread_sigqueue.c (pthread_sigqueue):
28367         Likewise.
28368         * sysdeps/unix/sysv/linux/raise.c (raise): Likewise.
28369         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c
28370         (__libc_sigaction): Likewise.
28371         * sysdeps/unix/sysv/linux/s390/s390-64/sigpending.c (sigpending):
28372         Likewise.
28373         * sysdeps/unix/sysv/linux/s390/s390-64/sigprocmask.c
28374         (__sigprocmask): Likewise.
28375         * sysdeps/unix/sysv/linux/semget.c (semget): Likewise.
28376         * sysdeps/unix/sysv/linux/semop.c (semop): Likewise.
28377         * sysdeps/unix/sysv/linux/setrlimit64.c (setrlimit64): Likewise.
28378         * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise.
28379         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28380         * sysdeps/unix/sysv/linux/shmget.c (shmget): Likewise.
28381         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28382         Likewise.
28383         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
28384         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
28385         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28386         * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Likewise.
28387         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c (sigpending):
28388         Likewise.
28389         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c
28390         (__sigprocmask): Likewise.
28391         * sysdeps/unix/sysv/linux/speed.c (cfgetospeed): Likewise.
28392         (cfgetispeed): Likewise.
28393         (cfsetospeed): Likewise.
28394         (cfsetispeed): Likewise.
28395         * sysdeps/unix/sysv/linux/tcflow.c (tcflow): Likewise.
28396         * sysdeps/unix/sysv/linux/tcflush.c (tcflush): Likewise.
28397         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
28398         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
28399         * sysdeps/unix/sysv/linux/time.c (time): Likewise.
28400         * sysdeps/unix/sysv/linux/timer_create.c (timer_create): Likewise.
28401         * sysdeps/unix/sysv/linux/timer_delete.c (timer_delete): Likewise.
28402         * sysdeps/unix/sysv/linux/timer_getoverr.c (timer_getoverrun):
28403         Likewise.
28404         * sysdeps/unix/sysv/linux/timer_gettime.c (timer_gettime):
28405         Likewise.
28406         * sysdeps/unix/sysv/linux/x86_64/sigpending.c (sigpending):
28407         Likewise.
28408         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c (__sigprocmask):
28409         Likewise.
28410         * sysdeps/x86_64/backtrace.c (__backtrace): Likewise.
28412 2015-10-17  Florian Weimer  <fweimer@redhat.com>
28414         sunrpc: Rewrite with explicit TLS access using __thread.
28415         * sunrpc/rpc_thread.c (thread_rpc_vars): New TLS variable.
28416         (__rpc_thread_destroy, rpc_thread_multi): Access thread_rpc_vars
28417         directly.
28418         (__rpc_thread_variables): Access thread_rpc_vars directly.
28419         Eliminate redundant assignment of the tvp variable.
28421 2015-10-17  Florian Weimer  <fweimer@redhat.com>
28423         malloc: Rewrite with explicit TLS access using __thread.
28424         * sysdeps/generic/malloc-machine.h (tsd_key_t, tsd_key_create)
28425         (tsd_setspecific, tsd_getspecific): Remove.
28426         * sysdeps/mach/hurd/malloc-machine.h (tsd_key_t, tsd_key_create)
28427         (tsd_setspecific, tsd_getspecific): Likewise.
28428         * sysdeps/nptl/malloc-machine.h (tsd_key_t, tsd_key_create)
28429         (tsd_setspecific, tsd_getspecific): Likewise.
28430         * malloc/arena.c (thread_arena): New TLS variable.
28431         (arena_key): Remove variable.
28432         (arena_get): Use thread_arena.
28433         (arena_lookup): Remove macro.
28434         (malloc_atfork, free_atfork, ptmalloc_lock_all)
28435         (ptmalloc_unlock_all, ptmalloc_unlock_all2, ptmalloc_init)
28436         (_int_new_arena, get_free_list, reused_arena)
28437         (arena_thread_freeres): Use thread_arena.
28438         * manual/memory.texi (Basic Allocation): Remove arena_lookup,
28439         tsd_getspecific, tsd_setspecific from safety annotations.
28440         (Allocating Cleared Space): Remove arena_lookup from safety
28441         annotations.
28443 2015-10-17  Florian Weimer  <fweimer@redhat.com>
28445         * stdio-common/vfprintf.c (printf_positional): Rewrite to use
28446         struct scratch_buffer instead of extend_alloca.
28448 2015-10-17  Florian Weimer  <fweimer@redhat.com>
28450         * sysdeps/unix/sysv/linux/kernel-features.h
28451         (__ASSUME_SOCK_CLOEXEC): Remove.
28452         * include/sys/socket.h (__have_sock_cloexec): Remove declaration.
28453         (__have_paccept): Remove unused macro.
28454         * include/unistd.h (__have_sock_cloexec): Remove declaration.
28455         * misc/syslog.c (openlog_internal): Remove fallback code for
28456         !__ASSUME_SOCK_CLOEXEC.
28457         * nis/ypclnt.c (yp_bind_client_create): Remove fallback code for
28458         missing SOCK_CLOEXEC.
28459         * nscd/connections.c (have_sock_cloexec): Remove definition.
28460         (nscd_init): Remove fallback code for !__ASSUME_SOCK_CLOEXEC.
28461         * nscd/nscd_helper.c (open_socket): Remove fallback code for
28462         !__ASSUME_SOCK_CLOEXEC.
28463         * resolv/res_send.c (__have_o_nonblock): Remove definition.
28464         (reopen): Remove fallback code for !__ASSUME_SOCK_CLOEXEC.
28465         * socket/have_sock_cloexec.c (__have_sock_cloexec): Remove
28466         definition.
28467         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Remove fallback
28468         code for !__ASSUME_SOCK_CLOEXEC.
28470 2015-10-17  Florian Weimer  <fweimer@redhat.com>
28472         [BZ #18982]
28473         * manual/stdio.texi (Variable Arguments Output): Add portability
28474         note, explaining that vfprintf clobbers the va_list pointer.
28476 2015-10-16  Joseph Myers  <joseph@codesourcery.com>
28478         * math/libm-test.inc (fabs_test_data): Add more tests.
28479         (fdim_test_data): Likewise.
28480         (fma_test_data): Likewise.
28481         (fmax_test_data): Likewise.
28482         (fmin_test_data): Likewise.
28483         (fmod_test_data): Likewise.
28485 2015-10-16  Steve Ellcey  <sellcey@imgtec.com>
28487         * sysdeps/mips/memcpy.S (memcpy):  Add word copies for small aligned
28488         data.
28490 2015-10-16  Joseph Myers  <joseph@codesourcery.com>
28492         * math/libm-test.inc (ceil_test_data): Add more tests and more
28493         expectations for "inexact".
28494         (floor_test_data): Add more tests.
28495         (round_test_data): Likewise.
28496         (trunc_test_data): Likewise.
28498         * crypt/cert.c (good_bye): Convert to prototype-style function
28499         definition.
28500         (get8): Likewise.
28501         (put8): Likewise.
28502         * crypt/crypt-entry.c (crypt): Likewise.
28503         (__fcrypt): Likewise.
28504         * crypt/crypt_util.c (_ufc_prbits): Likewise.
28505         (_ufc_set_bits): Likewise.
28506         (_ufc_clearmem): Likewise.
28507         (__init_des_r): Likewise.
28508         (shuffle_sb): Likewise.
28509         (shuffle_sb): Likewise.
28510         (_ufc_setup_salt_r): Likewise.
28511         (_ufc_mk_keytab_r): Likewise.
28512         (_ufc_dofinalperm_r): Likewise.
28513         (encrypt): Likewise.
28514         (__setkey_r): Likewise.
28515         (setkey): Likewise.
28516         * crypt/md5.c (md5_init_ctx): Likewise.
28517         (md5_read_ctx): Likewise.
28518         (md5_finish_ctx): Likewise.
28519         (md5_stream): Likewise.
28520         (md5_buffer): Likewise.
28521         (md5_process_bytes): Likewise.
28522         * crypt/sha256.c (__sha256_init_ctx): Likewise.
28523         (__sha256_finish_ctx): Likewise.
28524         (__sha256_process_bytes): Likewise.
28525         * crypt/sha512.c (__sha512_init_ctx): Likewise.
28526         (__sha512_finish_ctx): Likewise.
28527         (__sha512_process_bytes): Likewise.
28528         * ctype/isctype.c (__isctype): Likewise.
28529         * debug/backtrace.c (__backtrace): Likewise.
28530         * debug/backtracesymsfd.c (__backtrace_symbols_fd): Likewise.
28531         * debug/fgets_chk.c (__fgets_chk): Likewise.
28532         * debug/fgets_u_chk.c (__fgets_unlocked_chk): Likewise.
28533         * debug/memcpy_chk.c (__memcpy_chk): Likewise.
28534         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
28535         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
28536         * debug/memset_chk.c (__memset_chk): Likewise.
28537         * debug/strcat_chk.c (__strcat_chk): Likewise.
28538         * debug/strncat_chk.c (__strncat_chk): Likewise.
28539         * debug/strncpy_chk.c (__strncpy_chk): Likewise.
28540         * debug/vsprintf_chk.c (_IO_str_chk_overflow): Likewise.
28541         * dirent/dirfd.c (dirfd): Likewise.
28542         * dirent/getdents.c (__getdirentries): Likewise.
28543         * dirent/getdents64.c (getdirentries64): Likewise.
28544         * dirent/rewinddir.c (__rewinddir): Likewise.
28545         * dirent/seekdir.c (seekdir): Likewise.
28546         * dirent/telldir.c (telldir): Likewise.
28547         * elf/sln.c (makesymlinks): Likewise.
28548         (makesymlink): Likewise.
28549         * gmon/gmon.c (__moncontrol): Likewise.
28550         (__monstartup): Likewise.
28551         (write_hist): Likewise.
28552         (write_call_graph): Likewise.
28553         (write_bb_counts): Likewise.
28554         * grp/setgroups.c (setgroups): Likewise.
28555         * inet/inet_lnaof.c (inet_lnaof): Likewise.
28556         * inet/inet_net.c (inet_network): Likewise.
28557         * inet/inet_netof.c (inet_netof): Likewise.
28558         * inet/rcmd.c (rresvport_af): Likewise.
28559         (rresvport): Likewise.
28560         * io/access.c (__access): Likewise.
28561         * io/chdir.c (__chdir): Likewise.
28562         * io/chmod.c (__chmod): Likewise.
28563         * io/chown.c (__chown): Likewise.
28564         * io/close.c (__close): Likewise.
28565         * io/creat.c (creat): Likewise.
28566         * io/creat64.c (creat64): Likewise.
28567         * io/dup.c (__dup): Likewise.
28568         * io/dup2.c (__dup2): Likewise.
28569         * io/dup3.c (__dup3): Likewise.
28570         * io/euidaccess.c (__euidaccess): Likewise.
28571         * io/faccessat.c (faccessat): Likewise.
28572         * io/fchmod.c (__fchmod): Likewise.
28573         * io/fchmodat.c (fchmodat): Likewise.
28574         * io/fchown.c (__fchown): Likewise.
28575         * io/fchownat.c (fchownat): Likewise.
28576         * io/fcntl.c (__fcntl): Likewise.
28577         * io/flock.c (__flock): Likewise.
28578         * io/fts.c (fts_load): Likewise.
28579         (fts_close): Likewise.
28580         (fts_read): Likewise.
28581         (fts_set): Likewise.
28582         (fts_children): Likewise.
28583         (fts_build): Likewise.
28584         (fts_stat): Likewise.
28585         (fts_sort): Likewise.
28586         (fts_alloc): Likewise.
28587         (fts_lfree): Likewise.
28588         (fts_palloc): Likewise.
28589         (fts_padjust): Likewise.
28590         (fts_maxarglen): Likewise.
28591         (fts_safe_changedir): Likewise.
28592         * io/getwd.c (getwd): Likewise.
28593         * io/isatty.c (__isatty): Likewise.
28594         * io/lchown.c (__lchown): Likewise.
28595         * io/link.c (__link): Likewise.
28596         * io/linkat.c (linkat): Likewise.
28597         * io/lseek.c (__libc_lseek): Likewise.
28598         * io/mkdir.c (__mkdir): Likewise.
28599         * io/mkdirat.c (mkdirat): Likewise.
28600         * io/mkfifo.c (mkfifo): Likewise.
28601         * io/mkfifoat.c (mkfifoat): Likewise.
28602         * io/open.c (__libc_open): Likewise.
28603         * io/open64.c (__libc_open64): Likewise.
28604         * io/readlink.c (__readlink): Likewise.
28605         * io/readlinkat.c (readlinkat): Likewise.
28606         * io/rmdir.c (__rmdir): Likewise.
28607         * io/symlink.c (__symlink): Likewise.
28608         * io/symlinkat.c (symlinkat): Likewise.
28609         * io/ttyname.c (ttyname): Likewise.
28610         * io/ttyname_r.c (__ttyname_r): Likewise.
28611         * io/umask.c (__umask): Likewise.
28612         * io/unlink.c (__unlink): Likewise.
28613         * io/unlinkat.c (unlinkat): Likewise.
28614         * io/utime.c (utime): Likewise.
28615         * libio/clearerr.c (clearerr): Likewise.
28616         * libio/clearerr_u.c (clearerr_unlocked): Likewise.
28617         * libio/feof.c (_IO_feof): Likewise.
28618         * libio/feof_u.c (feof_unlocked): Likewise.
28619         * libio/ferror.c (_IO_ferror): Likewise.
28620         * libio/ferror_u.c (ferror_unlocked): Likewise.
28621         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
28622         * libio/fileno.c (__fileno): Likewise.
28623         * libio/fputc.c (fputc): Likewise.
28624         * libio/fputc_u.c (fputc_unlocked): Likewise.
28625         * libio/fputwc.c (fputwc): Likewise.
28626         * libio/fputwc_u.c (fputwc_unlocked): Likewise.
28627         * libio/freopen.c (freopen): Likewise.
28628         * libio/freopen64.c (freopen64): Likewise.
28629         * libio/fseek.c (fseek): Likewise.
28630         * libio/fseeko.c (fseeko): Likewise.
28631         * libio/fseeko64.c (fseeko64): Likewise.
28632         * libio/ftello.c (__ftello): Likewise.
28633         * libio/ftello64.c (ftello64): Likewise.
28634         * libio/fwide.c (fwide): Likewise.
28635         * libio/genops.c (_IO_un_link): Likewise.
28636         (_IO_link_in): Likewise.
28637         (_IO_least_marker): Likewise.
28638         (_IO_switch_to_main_get_area): Likewise.
28639         (_IO_switch_to_backup_area): Likewise.
28640         (_IO_switch_to_get_mode): Likewise.
28641         (_IO_free_backup_area): Likewise.
28642         (_IO_switch_to_put_mode): Likewise.
28643         (__overflow): Likewise.
28644         (__underflow): Likewise.
28645         (__uflow): Likewise.
28646         (_IO_setb): Likewise.
28647         (_IO_doallocbuf): Likewise.
28648         (_IO_default_underflow): Likewise.
28649         (_IO_default_uflow): Likewise.
28650         (_IO_default_xsputn): Likewise.
28651         (_IO_sgetn): Likewise.
28652         (_IO_default_xsgetn): Likewise.
28653         (_IO_sync): Likewise.
28654         (_IO_default_setbuf): Likewise.
28655         (_IO_default_seekpos): Likewise.
28656         (_IO_default_doallocate): Likewise.
28657         (_IO_init): Likewise.
28658         (_IO_old_init): Likewise.
28659         (_IO_default_sync): Likewise.
28660         (_IO_default_finish): Likewise.
28661         (_IO_default_seekoff): Likewise.
28662         (_IO_sputbackc): Likewise.
28663         (_IO_sungetc): Likewise.
28664         (_IO_set_column): Likewise.
28665         (_IO_set_column): Likewise.
28666         (_IO_adjust_column): Likewise.
28667         (_IO_get_column): Likewise.
28668         (_IO_init_marker): Likewise.
28669         (_IO_remove_marker): Likewise.
28670         (_IO_marker_difference): Likewise.
28671         (_IO_marker_delta): Likewise.
28672         (_IO_seekmark): Likewise.
28673         (_IO_unsave_markers): Likewise.
28674         (_IO_nobackup_pbackfail): Likewise.
28675         (_IO_default_pbackfail): Likewise.
28676         (_IO_default_seek): Likewise.
28677         (_IO_default_stat): Likewise.
28678         (_IO_default_read): Likewise.
28679         (_IO_default_write): Likewise.
28680         (_IO_default_showmanyc): Likewise.
28681         (_IO_default_imbue): Likewise.
28682         (_IO_iter_next): Likewise.
28683         (_IO_iter_file): Likewise.
28684         * libio/getc.c (_IO_getc): Likewise.
28685         * libio/getwc.c (_IO_getwc): Likewise.
28686         * libio/iofclose.c (_IO_new_fclose): Likewise.
28687         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
28688         * libio/iofflush.c (_IO_fflush): Likewise.
28689         * libio/iofflush_u.c (__fflush_unlocked): Likewise.
28690         * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
28691         * libio/iofgetpos64.c (_IO_new_fgetpos64): Likewise.
28692         * libio/iofgets.c (_IO_fgets): Likewise.
28693         * libio/iofgets_u.c (__fgets_unlocked): Likewise.
28694         * libio/iofgetws.c (fgetws): Likewise.
28695         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
28696         * libio/iofopen64.c (_IO_fopen64): Likewise.
28697         * libio/iofopncook.c (_IO_cookie_read): Likewise.
28698         (_IO_cookie_write): Likewise.
28699         (_IO_cookie_seek): Likewise.
28700         (_IO_cookie_close): Likewise.
28701         (_IO_cookie_seekoff): Likewise.
28702         (_IO_old_cookie_seek): Likewise.
28703         * libio/iofputs.c (_IO_fputs): Likewise.
28704         * libio/iofputs_u.c (__fputs_unlocked): Likewise.
28705         * libio/iofputws.c (fputws): Likewise.
28706         * libio/iofputws_u.c (fputws_unlocked): Likewise.
28707         * libio/iofread.c (_IO_fread): Likewise.
28708         * libio/iofread_u.c (__fread_unlocked): Likewise.
28709         * libio/iofsetpos.c (_IO_new_fsetpos): Likewise.
28710         * libio/iofsetpos64.c (_IO_new_fsetpos64): Likewise.
28711         * libio/ioftell.c (_IO_ftell): Likewise.
28712         * libio/iofwrite.c (_IO_fwrite): Likewise.
28713         * libio/iogetdelim.c (_IO_getdelim): Likewise.
28714         * libio/iogets.c (_IO_gets): Likewise.
28715         * libio/iopadn.c (_IO_padn): Likewise.
28716         * libio/iopopen.c (_IO_new_proc_open): Likewise.
28717         (_IO_new_popen): Likewise.
28718         (_IO_new_proc_close): Likewise.
28719         * libio/ioputs.c (_IO_puts): Likewise.
28720         * libio/ioseekoff.c (_IO_seekoff_unlocked): Likewise.
28721         (_IO_seekoff): Likewise.
28722         * libio/ioseekpos.c (_IO_seekpos_unlocked): Likewise.
28723         (_IO_seekpos): Likewise.
28724         * libio/iosetbuffer.c (_IO_setbuffer): Likewise.
28725         * libio/iosetvbuf.c (_IO_setvbuf): Likewise.
28726         * libio/ioungetc.c (_IO_ungetc): Likewise.
28727         * libio/ioungetwc.c (ungetwc): Likewise.
28728         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
28729         * libio/iovsscanf.c (_IO_vsscanf): Likewise.
28730         * libio/iowpadn.c (_IO_wpadn): Likewise.
28731         * libio/libc_fatal.c (__libc_fatal): Likewise.
28732         * libio/memstream.c (__open_memstream): Likewise.
28733         (_IO_mem_sync): Likewise.
28734         (_IO_mem_finish): Likewise.
28735         * libio/oldfileops.c (_IO_old_file_init): Likewise.
28736         (_IO_old_file_close_it): Likewise.
28737         (_IO_old_file_finish): Likewise.
28738         (_IO_old_file_fopen): Likewise.
28739         (_IO_old_file_attach): Likewise.
28740         (_IO_old_file_setbuf): Likewise.
28741         (_IO_old_do_write): Likewise.
28742         (old_do_write): Likewise.
28743         (_IO_old_file_underflow): Likewise.
28744         (_IO_old_file_overflow): Likewise.
28745         (_IO_old_file_sync): Likewise.
28746         (_IO_old_file_seekoff): Likewise.
28747         (_IO_old_file_write): Likewise.
28748         (_IO_old_file_xsputn): Likewise.
28749         * libio/oldiofclose.c (_IO_old_fclose): Likewise.
28750         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
28751         * libio/oldiofgetpos.c (_IO_old_fgetpos): Likewise.
28752         * libio/oldiofgetpos64.c (_IO_old_fgetpos64): Likewise.
28753         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
28754         * libio/oldiofsetpos.c (_IO_old_fsetpos): Likewise.
28755         * libio/oldiofsetpos64.c (_IO_old_fsetpos64): Likewise.
28756         * libio/oldiopopen.c (_IO_old_proc_open): Likewise.
28757         (_IO_old_popen): Likewise.
28758         (_IO_old_proc_close): Likewise.
28759         * libio/oldpclose.c (__old_pclose): Likewise.
28760         * libio/pclose.c (__new_pclose): Likewise.
28761         * libio/peekc.c (_IO_peekc_locked): Likewise.
28762         * libio/putc.c (_IO_putc): Likewise.
28763         * libio/putc_u.c (putc_unlocked): Likewise.
28764         * libio/putchar.c (putchar): Likewise.
28765         * libio/putchar_u.c (putchar_unlocked): Likewise.
28766         * libio/putwc.c (putwc): Likewise.
28767         * libio/putwc_u.c (putwc_unlocked): Likewise.
28768         * libio/putwchar.c (putwchar): Likewise.
28769         * libio/putwchar_u.c (putwchar_unlocked): Likewise.
28770         * libio/rewind.c (rewind): Likewise.
28771         * libio/setbuf.c (setbuf): Likewise.
28772         * libio/setlinebuf.c (setlinebuf): Likewise.
28773         * libio/vasprintf.c (_IO_vasprintf): Likewise.
28774         * libio/vscanf.c (_IO_vscanf): Likewise.
28775         * libio/vsnprintf.c (_IO_strn_overflow): Likewise.
28776         * libio/vswprintf.c (_IO_wstrn_overflow): Likewise.
28777         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Likewise.
28778         * libio/wgenops.c (_IO_least_wmarker): Likewise.
28779         (_IO_switch_to_main_wget_area): Likewise.
28780         (_IO_switch_to_wbackup_area): Likewise.
28781         (_IO_wsetb): Likewise.
28782         (_IO_wdefault_pbackfail): Likewise.
28783         (_IO_wdefault_finish): Likewise.
28784         (_IO_wdefault_uflow): Likewise.
28785         (__woverflow): Likewise.
28786         (__wuflow): Likewise.
28787         (__wunderflow): Likewise.
28788         (_IO_wdefault_xsputn): Likewise.
28789         (_IO_wdefault_xsgetn): Likewise.
28790         (_IO_wdoallocbuf): Likewise.
28791         (_IO_wdefault_doallocate): Likewise.
28792         (_IO_switch_to_wget_mode): Likewise.
28793         (_IO_free_wbackup_area): Likewise.
28794         (_IO_switch_to_wput_mode): Likewise.
28795         (_IO_sputbackwc): Likewise.
28796         (_IO_sungetwc): Likewise.
28797         (_IO_adjust_wcolumn): Likewise.
28798         (_IO_init_wmarker): Likewise.
28799         (_IO_wmarker_delta): Likewise.
28800         (_IO_seekwmark): Likewise.
28801         (_IO_unsave_wmarkers): Likewise.
28802         * libio/wmemstream.c (open_wmemstream): Likewise.
28803         (_IO_wmem_sync): Likewise.
28804         (_IO_wmem_finish): Likewise.
28805         * locale/nl_langinfo.c (nl_langinfo): Likewise.
28806         * locale/nl_langinfo_l.c (__nl_langinfo_l): Likewise.
28807         * locale/programs/simple-hash.c (init_hash): Likewise.
28808         (delete_hash): Likewise.
28809         (insert_entry): Likewise.
28810         (set_entry): Likewise.
28811         (next_prime): Likewise.
28812         (is_prime): Likewise.
28813         * locale/programs/xmalloc.c (fixup_null_alloc): Likewise.
28814         (xmalloc): Likewise.
28815         (xrealloc): Likewise.
28816         * locale/programs/xstrdup.c (xstrdup): Likewise.
28817         * localedata/collate-test.c (xstrcoll): Likewise.
28818         * localedata/xfrm-test.c (xstrcmp): Likewise.
28819         * login/getlogin_r.c (__getlogin_r): Likewise.
28820         * login/getpt.c (__posix_openpt): Likewise.
28821         * login/login_tty.c (login_tty): Likewise.
28822         * login/setlogin.c (setlogin): Likewise.
28823         * mach/msg-destroy.c (__mach_msg_destroy): Likewise.
28824         (mach_msg_destroy_port): Likewise.
28825         (mach_msg_destroy_memory): Likewise.
28826         * malloc/mcheck.c (flood): Likewise.
28827         * misc/acct.c (acct): Likewise.
28828         * misc/brk.c (__brk): Likewise.
28829         * misc/chflags.c (chflags): Likewise.
28830         * misc/chroot.c (chroot): Likewise.
28831         * misc/fchflags.c (fchflags): Likewise.
28832         * misc/fstab.c (getfsspec): Likewise.
28833         (getfsfile): Likewise.
28834         * misc/fsync.c (fsync): Likewise.
28835         * misc/ftruncate.c (__ftruncate): Likewise.
28836         * misc/ftruncate64.c (__ftruncate64): Likewise.
28837         * misc/getdomain.c (getdomainname): Likewise.
28838         (getdomainname): Likewise.
28839         * misc/gethostname.c (__gethostname): Likewise.
28840         * misc/getpass.c (getpass): Likewise.
28841         * misc/getttyent.c (skip): Likewise.
28842         (value): Likewise.
28843         * misc/gtty.c (gtty): Likewise.
28844         * misc/hsearch.c (hsearch): Likewise.
28845         (hcreate): Likewise.
28846         * misc/hsearch_r.c (__hcreate_r): Likewise.
28847         (__hdestroy_r): Likewise.
28848         * misc/ioctl.c (__ioctl): Likewise.
28849         * misc/mkdtemp.c (mkdtemp): Likewise.
28850         * misc/mkostemp.c (mkostemp): Likewise.
28851         * misc/mkostemp64.c (mkostemp64): Likewise.
28852         * misc/mkostemps.c (mkostemps): Likewise.
28853         * misc/mkostemps64.c (mkostemps64): Likewise.
28854         * misc/mkstemp.c (mkstemp): Likewise.
28855         * misc/mkstemp64.c (mkstemp64): Likewise.
28856         * misc/mkstemps.c (mkstemps): Likewise.
28857         * misc/mkstemps64.c (mkstemps64): Likewise.
28858         * misc/mktemp.c (__mktemp): Likewise.
28859         * misc/preadv.c (preadv): Likewise.
28860         * misc/preadv64.c (preadv64): Likewise.
28861         * misc/pwritev.c (pwritev): Likewise.
28862         * misc/pwritev64.c (pwritev64): Likewise.
28863         * misc/readv.c (__readv): Likewise.
28864         * misc/revoke.c (revoke): Likewise.
28865         * misc/setdomain.c (setdomainname): Likewise.
28866         * misc/setegid.c (setegid): Likewise.
28867         * misc/seteuid.c (seteuid): Likewise.
28868         * misc/sethostid.c (sethostid): Likewise.
28869         * misc/sethostname.c (sethostname): Likewise.
28870         * misc/setregid.c (__setregid): Likewise.
28871         * misc/setreuid.c (__setreuid): Likewise.
28872         * misc/sstk.c (sstk): Likewise.
28873         * misc/stty.c (stty): Likewise.
28874         * misc/syscall.c (syscall): Likewise.
28875         * misc/syslog.c (setlogmask): Likewise.
28876         * misc/truncate.c (__truncate): Likewise.
28877         * misc/truncate64.c (truncate64): Likewise.
28878         * misc/ualarm.c (ualarm): Likewise.
28879         * misc/usleep.c (usleep): Likewise.
28880         * misc/ustat.c (ustat): Likewise.
28881         * misc/writev.c (__writev): Likewise.
28882         * nptl/cleanup_compat.c (_pthread_cleanup_pop): Likewise.
28883         * nptl/old_pthread_cond_broadcast.c
28884         (__pthread_cond_broadcast_2_0): Likewise.
28885         * nptl/old_pthread_cond_destroy.c (__pthread_cond_destroy_2_0):
28886         Likewise.
28887         * nptl/old_pthread_cond_signal.c (__pthread_cond_signal_2_0):
28888         Likewise.
28889         * nptl/old_pthread_cond_wait.c (__pthread_cond_wait_2_0):
28890         Likewise.
28891         * nptl/pt-raise.c (raise): Likewise.
28892         * nptl/pthread_barrier_destroy.c (pthread_barrier_destroy):
28893         Likewise.
28894         * nptl/pthread_barrier_wait.c (__pthread_barrier_wait): Likewise.
28895         * nptl/pthread_barrierattr_destroy.c
28896         (pthread_barrierattr_destroy): Likewise.
28897         * nptl/pthread_barrierattr_init.c (pthread_barrierattr_init):
28898         Likewise.
28899         * nptl/pthread_barrierattr_setpshared.c
28900         (pthread_barrierattr_setpshared): Likewise.
28901         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
28902         Likewise.
28903         * nptl/pthread_cond_destroy.c (__pthread_cond_destroy): Likewise.
28904         * nptl/pthread_cond_init.c (__pthread_cond_init): Likewise.
28905         * nptl/pthread_cond_signal.c (__pthread_cond_signal): Likewise.
28906         * nptl/pthread_condattr_destroy.c (__pthread_condattr_destroy):
28907         Likewise.
28908         * nptl/pthread_condattr_getclock.c (pthread_condattr_getclock):
28909         Likewise.
28910         * nptl/pthread_condattr_getpshared.c
28911         (pthread_condattr_getpshared): Likewise.
28912         * nptl/pthread_condattr_init.c (__pthread_condattr_init):
28913         Likewise.
28914         * nptl/pthread_condattr_setpshared.c
28915         (pthread_condattr_setpshared): Likewise.
28916         * nptl/pthread_detach.c (pthread_detach): Likewise.
28917         * nptl/pthread_equal.c (__pthread_equal): Likewise.
28918         * nptl/pthread_getcpuclockid.c (pthread_getcpuclockid): Likewise.
28919         * nptl/pthread_getspecific.c (__pthread_getspecific): Likewise.
28920         * nptl/pthread_key_delete.c (pthread_key_delete): Likewise.
28921         * nptl/pthread_mutex_consistent.c (pthread_mutex_consistent):
28922         Likewise.
28923         * nptl/pthread_mutex_destroy.c (__pthread_mutex_destroy):
28924         Likewise.
28925         * nptl/pthread_mutex_getprioceiling.c
28926         (pthread_mutex_getprioceiling): Likewise.
28927         * nptl/pthread_mutexattr_destroy.c (__pthread_mutexattr_destroy):
28928         Likewise.
28929         * nptl/pthread_mutexattr_getprotocol.c
28930         (pthread_mutexattr_getprotocol): Likewise.
28931         * nptl/pthread_mutexattr_getpshared.c
28932         (pthread_mutexattr_getpshared): Likewise.
28933         * nptl/pthread_mutexattr_getrobust.c
28934         (pthread_mutexattr_getrobust): Likewise.
28935         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
28936         Likewise.
28937         * nptl/pthread_mutexattr_init.c (__pthread_mutexattr_init):
28938         Likewise.
28939         * nptl/pthread_mutexattr_setprioceiling.c
28940         (pthread_mutexattr_setprioceiling): Likewise.
28941         * nptl/pthread_mutexattr_setprotocol.c
28942         (pthread_mutexattr_setprotocol): Likewise.
28943         * nptl/pthread_mutexattr_setpshared.c
28944         (pthread_mutexattr_setpshared): Likewise.
28945         * nptl/pthread_mutexattr_setrobust.c
28946         (pthread_mutexattr_setrobust): Likewise.
28947         * nptl/pthread_mutexattr_settype.c (__pthread_mutexattr_settype):
28948         Likewise.
28949         * nptl/pthread_rwlock_destroy.c (__pthread_rwlock_destroy):
28950         Likewise.
28951         * nptl/pthread_rwlockattr_destroy.c (pthread_rwlockattr_destroy):
28952         Likewise.
28953         * nptl/pthread_rwlockattr_getkind_np.c
28954         (pthread_rwlockattr_getkind_np): Likewise.
28955         * nptl/pthread_rwlockattr_getpshared.c
28956         (pthread_rwlockattr_getpshared): Likewise.
28957         * nptl/pthread_rwlockattr_init.c (pthread_rwlockattr_init):
28958         Likewise.
28959         * nptl/pthread_rwlockattr_setkind_np.c
28960         (pthread_rwlockattr_setkind_np): Likewise.
28961         * nptl/pthread_rwlockattr_setpshared.c
28962         (pthread_rwlockattr_setpshared): Likewise.
28963         * nptl/pthread_setcancelstate.c (__pthread_setcancelstate):
28964         Likewise.
28965         * nptl/pthread_setcanceltype.c (__pthread_setcanceltype):
28966         Likewise.
28967         * nptl/pthread_setconcurrency.c (pthread_setconcurrency):
28968         Likewise.
28969         * nptl/pthread_setschedprio.c (pthread_setschedprio): Likewise.
28970         * nptl/pthread_setspecific.c (__pthread_setspecific): Likewise.
28971         * nptl/pthread_spin_destroy.c (pthread_spin_destroy): Likewise.
28972         * nptl/pthread_tryjoin.c (pthread_tryjoin_np): Likewise.
28973         * nptl/sem_close.c (sem_close): Likewise.
28974         * nptl/sem_destroy.c (__new_sem_destroy): Likewise.
28975         * nptl/sem_init.c (__old_sem_init): Likewise.
28976         * nptl/sigaction.c (__sigaction): Likewise.
28977         * nptl/unregister-atfork.c (__unregister_atfork): Likewise.
28978         * posix/_exit.c (_exit): Likewise.
28979         * posix/alarm.c (alarm): Likewise.
28980         * posix/confstr.c (confstr): Likewise.
28981         * posix/fpathconf.c (__fpathconf): Likewise.
28982         * posix/getgroups.c (__getgroups): Likewise.
28983         * posix/getpgid.c (__getpgid): Likewise.
28984         * posix/group_member.c (__group_member): Likewise.
28985         * posix/pathconf.c (__pathconf): Likewise.
28986         * posix/sched_getaffinity.c (sched_getaffinity): Likewise.
28987         * posix/sched_setaffinity.c (sched_setaffinity): Likewise.
28988         * posix/setgid.c (__setgid): Likewise.
28989         * posix/setpgid.c (__setpgid): Likewise.
28990         * posix/setuid.c (__setuid): Likewise.
28991         * posix/sleep.c (__sleep): Likewise.
28992         * posix/sysconf.c (__sysconf): Likewise.
28993         * posix/times.c (__times): Likewise.
28994         * posix/uname.c (__uname): Likewise.
28995         * posix/waitid.c (__waitid): Likewise.
28996         * pwd/getpw.c (__getpw): Likewise.
28997         * resolv/base64.c (b64_pton): Likewise.
28998         * resolv/gai_sigqueue.c (__gai_sigqueue): Likewise.
28999         * resolv/gethnamaddr.c (Dprintf): Likewise.
29000         (gethostbyname): Likewise.
29001         (gethostbyname2): Likewise.
29002         (gethostbyaddr): Likewise.
29003         (_sethtent): Likewise.
29004         (_gethtbyname): Likewise.
29005         (_gethtbyname2): Likewise.
29006         (_gethtbyaddr): Likewise.
29007         (map_v4v6_address): Likewise.
29008         (map_v4v6_hostent): Likewise.
29009         (addrsort): Likewise.
29010         (ht_sethostent): Likewise.
29011         (ht_gethostbyname): Likewise.
29012         (ht_gethostbyaddr): Likewise.
29013         * resolv/inet_net_ntop.c (inet_net_ntop): Likewise.
29014         (inet_net_ntop_ipv4): Likewise.
29015         * resolv/inet_neta.c (inet_neta): Likewise.
29016         * resolv/inet_ntop.c (inet_ntop): Likewise.
29017         (inet_ntop4): Likewise.
29018         (inet_ntop6): Likewise.
29019         * resolv/inet_pton.c (__inet_pton): Likewise.
29020         (inet_pton4): Likewise.
29021         (inet_pton6): Likewise.
29022         * resolv/res_debug.c (loc_aton): Likewise.
29023         (loc_ntoa): Likewise.
29024         * resource/getpriority.c (__getpriority): Likewise.
29025         * resource/getrusage.c (__getrusage): Likewise.
29026         * resource/nice.c (nice): Likewise.
29027         * resource/setpriority.c (__setpriority): Likewise.
29028         * resource/setrlimit64.c (setrlimit64): Likewise.
29029         * resource/vlimit.c (vlimit): Likewise.
29030         * resource/vtimes.c (vtimes): Likewise.
29031         * rt/aio_error.c (aio_error): Likewise.
29032         * rt/aio_return.c (aio_return): Likewise.
29033         * rt/aio_sigqueue.c (__aio_sigqueue): Likewise.
29034         * signal/kill.c (__kill): Likewise.
29035         * signal/killpg.c (killpg): Likewise.
29036         * signal/raise.c (raise): Likewise.
29037         * signal/sigaction.c (__sigaction): Likewise.
29038         * signal/sigaddset.c (sigaddset): Likewise.
29039         * signal/sigaltstack.c (sigaltstack): Likewise.
29040         * signal/sigandset.c (sigandset): Likewise.
29041         * signal/sigblock.c (__sigblock): Likewise.
29042         * signal/sigdelset.c (sigdelset): Likewise.
29043         * signal/sigempty.c (sigemptyset): Likewise.
29044         * signal/sigfillset.c (sigfillset): Likewise.
29045         * signal/sighold.c (sighold): Likewise.
29046         * signal/sigignore.c (sigignore): Likewise.
29047         * signal/sigintr.c (siginterrupt): Likewise.
29048         * signal/sigisempty.c (sigisemptyset): Likewise.
29049         * signal/sigismem.c (sigismember): Likewise.
29050         * signal/signal.c (signal): Likewise.
29051         * signal/sigorset.c (sigorset): Likewise.
29052         * signal/sigpause.c (__sigpause): Likewise.
29053         * signal/sigpending.c (sigpending): Likewise.
29054         * signal/sigprocmask.c (__sigprocmask): Likewise.
29055         * signal/sigrelse.c (sigrelse): Likewise.
29056         * signal/sigreturn.c (__sigreturn): Likewise.
29057         * signal/sigset.c (sigset): Likewise.
29058         * signal/sigsetmask.c (__sigsetmask): Likewise.
29059         * signal/sigstack.c (sigstack): Likewise.
29060         * signal/sigsuspend.c (__sigsuspend): Likewise.
29061         * signal/sigvec.c (sigvec_wrapper_handler): Likewise.
29062         * signal/sysv_signal.c (__sysv_signal): Likewise.
29063         * socket/accept.c (accept): Likewise.
29064         * socket/accept4.c (__libc_accept4): Likewise.
29065         * socket/bind.c (__bind): Likewise.
29066         * socket/connect.c (__connect): Likewise.
29067         * socket/getpeername.c (getpeername): Likewise.
29068         * socket/getsockname.c (__getsockname): Likewise.
29069         * socket/getsockopt.c (getsockopt): Likewise.
29070         * socket/listen.c (__listen): Likewise.
29071         * socket/recv.c (__recv): Likewise.
29072         * socket/recvmsg.c (__recvmsg): Likewise.
29073         * socket/send.c (__send): Likewise.
29074         * socket/sendmsg.c (__sendmsg): Likewise.
29075         * socket/shutdown.c (shutdown): Likewise.
29076         * socket/sockatmark.c (sockatmark): Likewise.
29077         * socket/socket.c (__socket): Likewise.
29078         * stdio-common/ctermid.c (ctermid): Likewise.
29079         * stdio-common/cuserid.c (cuserid): Likewise.
29080         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
29081         * stdio-common/remove.c (remove): Likewise.
29082         * stdio-common/rename.c (rename): Likewise.
29083         * stdio-common/renameat.c (renameat): Likewise.
29084         * stdio-common/tempname.c (__gen_tempname): Likewise.
29085         * stdio-common/xbug.c (InitBuffer): Likewise.
29086         (AppendToBuffer): Likewise.
29087         (ReadFile): Likewise.
29088         * stdlib/a64l.c (a64l): Likewise.
29089         * stdlib/drand48_r.c (drand48_r): Likewise.
29090         * stdlib/getcontext.c (getcontext): Likewise.
29091         * stdlib/getenv.c (getenv): Likewise.
29092         * stdlib/l64a.c (l64a): Likewise.
29093         * stdlib/llabs.c (llabs): Likewise.
29094         * stdlib/lldiv.c (lldiv): Likewise.
29095         * stdlib/lrand48_r.c (lrand48_r): Likewise.
29096         * stdlib/mrand48_r.c (mrand48_r): Likewise.
29097         * stdlib/putenv.c (putenv): Likewise.
29098         * stdlib/random.c (__srandom): Likewise.
29099         (__initstate): Likewise.
29100         (__setstate): Likewise.
29101         * stdlib/random_r.c (__srandom_r): Likewise.
29102         (__setstate_r): Likewise.
29103         (__random_r): Likewise.
29104         * stdlib/secure-getenv.c (__libc_secure_getenv): Likewise.
29105         * stdlib/setcontext.c (setcontext): Likewise.
29106         * stdlib/setenv.c (setenv): Likewise.
29107         (unsetenv): Likewise.
29108         * stdlib/srand48.c (srand48): Likewise.
29109         * stdlib/srand48_r.c (__srand48_r): Likewise.
29110         * stdlib/swapcontext.c (swapcontext): Likewise.
29111         * stdlib/system.c (__libc_system): Likewise.
29112         * stdlib/tst-strtod.c (expand): Likewise.
29113         * stdlib/tst-strtol.c (expand): Likewise.
29114         * stdlib/tst-strtoll.c (expand): Likewise.
29115         * streams/fattach.c (fattach): Likewise.
29116         * streams/fdetach.c (fdetach): Likewise.
29117         * streams/getmsg.c (getmsg): Likewise.
29118         * streams/isastream.c (isastream): Likewise.
29119         * string/ffs.c (__ffs): Likewise.
29120         * string/ffsll.c (ffsll): Likewise.
29121         * string/memcmp.c (memcmp_common_alignment): Likewise.
29122         (memcmp_not_common_alignment): Likewise.
29123         (MEMCMP): Likewise.
29124         * string/memcpy.c (memcpy): Likewise.
29125         * string/memmove.c (MEMMOVE): Likewise.
29126         * string/memset.c (memset): Likewise.
29127         * string/rawmemchr.c (RAWMEMCHR): Likewise.
29128         * string/strchrnul.c (STRCHRNUL): Likewise.
29129         * string/strerror.c (strerror): Likewise.
29130         * string/strndup.c (__strndup): Likewise.
29131         * string/strverscmp.c (__strverscmp): Likewise.
29132         * sunrpc/clnt_raw.c (clntraw_freeres): Likewise.
29133         * sunrpc/clnt_tcp.c (clnttcp_geterr): Likewise.
29134         (clnttcp_freeres): Likewise.
29135         * sunrpc/clnt_unix.c (clntunix_freeres): Likewise.
29136         * sunrpc/pmap_prot.c (xdr_pmap): Likewise.
29137         * sunrpc/pmap_prot2.c (xdr_pmaplist): Likewise.
29138         * sunrpc/pmap_rmt.c (xdr_rmtcallres): Likewise.
29139         * sunrpc/rpc_prot.c (xdr_replymsg): Likewise.
29140         (xdr_callhdr): Likewise.
29141         * sunrpc/rpcinfo.c (udpping): Likewise.
29142         (tcpping): Likewise.
29143         (pstatus): Likewise.
29144         (pmapdump): Likewise.
29145         (brdcst): Likewise.
29146         (deletereg): Likewise.
29147         (getprognum): Likewise.
29148         (getvers): Likewise.
29149         (get_inet_address): Likewise.
29150         * sunrpc/svc_raw.c (svcraw_recv): Likewise.
29151         * sunrpc/svc_udp.c (svcudp_create): Likewise.
29152         (svcudp_stat): Likewise.
29153         (svcudp_recv): Likewise.
29154         (svcudp_reply): Likewise.
29155         (svcudp_getargs): Likewise.
29156         (svcudp_freeargs): Likewise.
29157         (svcudp_destroy): Likewise.
29158         * sunrpc/xdr.c (xdr_bytes): Likewise.
29159         (xdr_netobj): Likewise.
29160         (xdr_string): Likewise.
29161         (xdr_wrapstring): Likewise.
29162         * sunrpc/xdr_float.c (xdr_float): Likewise.
29163         (xdr_double): Likewise.
29164         * sunrpc/xdr_mem.c (xdrmem_setpos): Likewise.
29165         * sunrpc/xdr_ref.c (xdr_pointer): Likewise.
29166         * sysvipc/ftok.c (ftok): Likewise.
29167         * sysvipc/msgctl.c (msgctl): Likewise.
29168         * sysvipc/msgget.c (msgget): Likewise.
29169         * sysvipc/msgrcv.c (msgrcv): Likewise.
29170         * sysvipc/msgsnd.c (msgsnd): Likewise.
29171         * sysvipc/semget.c (semget): Likewise.
29172         * sysvipc/semop.c (semop): Likewise.
29173         * sysvipc/shmat.c (shmat): Likewise.
29174         * sysvipc/shmctl.c (shmctl): Likewise.
29175         * sysvipc/shmdt.c (shmdt): Likewise.
29176         * sysvipc/shmget.c (shmget): Likewise.
29177         * termios/cfmakeraw.c (cfmakeraw): Likewise.
29178         * termios/speed.c (cfgetospeed): Likewise.
29179         (cfgetispeed): Likewise.
29180         (cfsetospeed): Likewise.
29181         (cfsetispeed): Likewise.
29182         * termios/tcflow.c (tcflow): Likewise.
29183         * termios/tcflush.c (tcflush): Likewise.
29184         * termios/tcgetattr.c (__tcgetattr): Likewise.
29185         * termios/tcgetpgrp.c (tcgetpgrp): Likewise.
29186         * termios/tcgetsid.c (tcgetsid): Likewise.
29187         * termios/tcsendbrk.c (tcsendbreak): Likewise.
29188         * termios/tcsetpgrp.c (tcsetpgrp): Likewise.
29189         * time/adjtime.c (__adjtime): Likewise.
29190         * time/dysize.c (dysize): Likewise.
29191         * time/ftime.c (ftime): Likewise.
29192         * time/getitimer.c (__getitimer): Likewise.
29193         * time/gettimeofday.c (__gettimeofday): Likewise.
29194         * time/gmtime.c (__gmtime_r): Likewise.
29195         (gmtime): Likewise.
29196         * time/localtime.c (__localtime_r): Likewise.
29197         (localtime): Likewise.
29198         * time/offtime.c (__offtime): Likewise.
29199         * time/settimeofday.c (__settimeofday): Likewise.
29200         * time/stime.c (stime): Likewise.
29201         * time/strftime_l.c (tm_diff): Likewise.
29202         (iso_week_days): Likewise.
29203         * time/strptime.c (strptime): Likewise.
29204         * time/time.c (time): Likewise.
29205         * time/timespec_get.c (timespec_get): Likewise.
29206         * time/tzset.c (tzset_internal): Likewise.
29207         (compute_change): Likewise.
29208         (__tz_compute): Likewise.
29209         * wcsmbs/btowc.c (__btowc): Likewise.
29210         * wcsmbs/mbrlen.c (__mbrlen): Likewise.
29211         * wcsmbs/mbsinit.c (__mbsinit): Likewise.
29212         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
29213         * wcsmbs/wcpcpy.c (__wcpcpy): Likewise.
29214         * wcsmbs/wcpncpy.c (__wcpncpy): Likewise.
29215         * wcsmbs/wcscat.c (__wcscat): Likewise.
29216         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
29217         * wcsmbs/wcscmp.c (WCSCMP): Likewise.
29218         * wcsmbs/wcscpy.c (WCSCPY): Likewise.
29219         * wcsmbs/wcscspn.c (wcscspn): Likewise.
29220         * wcsmbs/wcsdup.c (wcsdup): Likewise.
29221         * wcsmbs/wcslen.c (__wcslen): Likewise.
29222         * wcsmbs/wcsncat.c (WCSNCAT): Likewise.
29223         * wcsmbs/wcsncmp.c (WCSNCMP): Likewise.
29224         * wcsmbs/wcsncpy.c (__wcsncpy): Likewise.
29225         * wcsmbs/wcsnlen.c (__wcsnlen): Likewise.
29226         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
29227         * wcsmbs/wcsrchr.c (WCSRCHR): Likewise.
29228         * wcsmbs/wcsspn.c (wcsspn): Likewise.
29229         * wcsmbs/wcsstr.c (wcsstr): Likewise.
29230         * wcsmbs/wcstok.c (wcstok): Likewise.
29231         * wcsmbs/wctob.c (wctob): Likewise.
29232         * wcsmbs/wmemchr.c (__wmemchr): Likewise.
29233         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
29234         * wcsmbs/wmemcpy.c (__wmemcpy): Likewise.
29235         * wcsmbs/wmemmove.c (__wmemmove): Likewise.
29236         * wcsmbs/wmempcpy.c (__wmempcpy): Likewise.
29237         * wcsmbs/wmemset.c (__wmemset): Likewise.
29238         * wctype/wcfuncs.c (__towlower): Likewise.
29239         (__towupper): Likewise.
29241         * sysdeps/unix/sysv/linux/i386/lowlevellock.h
29242         (lll_unlock_elision): Add adapt_count parameter.
29244 2015-10-15  Joseph Myers  <joseph@codesourcery.com>
29246         * sysdeps/nptl/configure.ac: Do not give errors based on the
29247         results of top-level configure tests.
29248         * sysdeps/nptl/configure: Regenerated.
29250         * configure.ac (libc_cv_Bgroup): Remove configure test.
29251         * configure: Regenerated.
29252         * config.make.in (have-Bgroup): Remove variable.
29254         * configure.ac (sizeof_long_double): Remove configure test.
29255         * configure: Regenerated.
29256         * config.make.in (sizeof-long-double): Remove variable.
29258         * configure.ac (libc_cv_gcc_exceptions): Remove configure test.
29259         * configure: Regenerated.
29260         * sysdeps/arm/configure.ac (libc_cv_gcc_exceptions): Do not set
29261         variable.
29262         (exceptions): Likewise.
29263         * sysdeps/arm/configure: Regenerated.
29264         * config.make.in (exceptions): Remove variable.
29265         * Makeconfig (uses-callbacks): Use -fexceptions instead of
29266         $(exceptions).
29267         * debug/Makefile (CFLAGS-dprintf_chk.c): Likewise.
29268         (CFLAGS-vdprintf_chk.c): Likewise.
29269         (CFLAGS-printf_chk.c): Likewise.
29270         (CFLAGS-fprintf_chk.c): Likewise.
29271         (CFLAGS-vprintf_chk.c): Likewise.
29272         (CFLAGS-vfprintf_chk.c): Likewise.
29273         (CFLAGS-gets_chk.c): Likewise.
29274         (CFLAGS-fgets_chk.c): Likewise.
29275         (CFLAGS-fgets_u_chk.c): Likewise.
29276         (CFLAGS-fread_chk.c): Likewise.
29277         (CFLAGS-fread_u_chk.c): Likewise.
29278         (CFLAGS-wprintf_chk.c): Likewise.
29279         (CFLAGS-fwprintf_chk.c): Likewise.
29280         (CFLAGS-vwprintf_chk.c): Likewise.
29281         (CFLAGS-vfwprintf_chk.c): Likewise.
29282         (CFLAGS-fgetws_chk.c): Likewise.
29283         (CFLAGS-fgetws_u_chk.c): Likewise.
29284         * libio/Makefile (CFLAGS-fileops.c): Likewise.
29285         (CFLAGS-fputc.c): Likewise.
29286         (CFLAGS-fputwc.c): Likewise.
29287         (CFLAGS-freopen64.c): Likewise.
29288         (CFLAGS-freopen.c): Likewise.
29289         (CFLAGS-fseek.c): Likewise.
29290         (CFLAGS-fseeko64.c): Likewise.
29291         (CFLAGS-fseeko.c): Likewise.
29292         (CFLAGS-ftello64.c): Likewise.
29293         (CFLAGS-ftello.c): Likewise.
29294         (CFLAGS-fwide.c): Likewise.
29295         (CFLAGS-genops.c): Likewise.
29296         (CFLAGS-getc.c): Likewise.
29297         (CFLAGS-getchar.c): Likewise.
29298         (CFLAGS-getwc.c): Likewise.
29299         (CFLAGS-getwchar.c): Likewise.
29300         (CFLAGS-iofclose.c): Likewise.
29301         (CFLAGS-iofflush.c): Likewise.
29302         (CFLAGS-iofgetpos64.c): Likewise.
29303         (CFLAGS-iofgetpos.c): Likewise.
29304         (CFLAGS-iofgets.c): Likewise.
29305         (CFLAGS-iofgetws.c): Likewise.
29306         (CFLAGS-iofputs.c): Likewise.
29307         (CFLAGS-iofputws.c): Likewise.
29308         (CFLAGS-iofread.c): Likewise.
29309         (CFLAGS-iofsetpos64.c): Likewise.
29310         (CFLAGS-iofsetpos.c): Likewise.
29311         (CFLAGS-ioftell.c): Likewise.
29312         (CFLAGS-iofwrite.c): Likewise.
29313         (CFLAGS-iogetdelim.c): Likewise.
29314         (CFLAGS-iogetline.c): Likewise.
29315         (CFLAGS-iogets.c): Likewise.
29316         (CFLAGS-iogetwline.c): Likewise.
29317         (CFLAGS-ioputs.c): Likewise.
29318         (CFLAGS-ioseekoff.c): Likewise.
29319         (CFLAGS-ioseekpos.c): Likewise.
29320         (CFLAGS-iosetbuffer.c): Likewise.
29321         (CFLAGS-iosetvbuf.c): Likewise.
29322         (CFLAGS-ioungetc.c): Likewise.
29323         (CFLAGS-ioungetwc.c): Likewise.
29324         (CFLAGS-oldfileops.c): Likewise.
29325         (CFLAGS-oldiofclose.c): Likewise.
29326         (CFLAGS-oldiofgetpos64.c): Likewise.
29327         (CFLAGS-oldiofgetpos.c): Likewise.
29328         (CFLAGS-oldiofsetpos64.c): Likewise.
29329         (CFLAGS-oldiofsetpos.c): Likewise.
29330         (CFLAGS-peekc.c): Likewise.
29331         (CFLAGS-putc.c): Likewise.
29332         (CFLAGS-putchar.c): Likewise.
29333         (CFLAGS-putwc.c): Likewise.
29334         (CFLAGS-putwchar.c): Likewise.
29335         (CFLAGS-rewind.c): Likewise.
29336         (CFLAGS-wfileops.c): Likewise.
29337         (CFLAGS-wgenops.c): Likewise.
29338         (CFLAGS-oldiofopen.c): Likewise.
29339         (CFLAGS-iofopen.c): Likewise.
29340         (CFLAGS-iofopen64.c): Likewise.
29341         (CFLAGS-oldtmpfile.c): Likewise.
29342         * stdio-common/Makefile (CFLAGS-vfprintf.c): Likewise.
29343         (CFLAGS-fprintf.c): Likewise.
29344         (CFLAGS-printf.c): Likewise.
29345         (CFLAGS-vfwprintf.c): Likewise.
29346         (CFLAGS-vfscanf.c): Likewise.
29347         (CFLAGS-vfwscanf.c): Likewise.
29348         (CFLAGS-fscanf.c): Likewise.
29349         (CFLAGS-scanf.c): Likewise.
29350         (CFLAGS-isoc99_vfscanf.c): Likewise.
29351         (CFLAGS-isoc99_vscanf.c): Likewise.
29352         (CFLAGS-isoc99_fscanf.c): Likewise.
29353         (CFLAGS-isoc99_scanf.c): Likewise.
29354         * wcsmbs/Makefile (CFLAGS-isoc99_wscanf.c): Likewise.
29355         (CFLAGS-isoc99_fwscanf.c): Likewise.
29356         (CFLAGS-isoc99_vwscanf.c): Likewise.
29357         (CFLAGS-isoc99_vfwscanf.c): Likewise.
29359         * io/test-lfs.c (do_prepare): Do not call add_temp_file until
29360         after mkstemp64.
29361         * login/tst-utmp.c (do_prepare): Likewise.
29362         * rt/tst-aio.c (do_prepare): Likewise.
29363         * rt/tst-aio64.c (do_prepare): Likewise.
29365 2015-10-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
29367         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
29368         (__lll_lock_elision): Remove adapt_count decrement...
29369         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
29370         (__lll_trylock_elision): Likewise.
29371         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
29372         (__lll_unlock_elision): ... to here. And utilize
29373         new adapt_count parameter.
29374         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
29375         (__lll_unlock_elision): Update to include adapt_count
29376         parameter.
29377         (lll_unlock_elision): Pass pointer to adapt_count
29378         variable.
29380 2015-10-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
29382         * nptl/pthread_mutex_unlock.c (lll_unlock_elision):
29383         Add elision adapt_count parameter to list of arguments.
29384         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
29385         (lll_unlock_elision): Update with new parameter list
29386         * sysdeps/unix/sysv/linux/s390/lowlevellock.h
29387         (lll_unlock_elision): Likewise.
29388         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
29389         (lll_unlock_elision): Likewise.
29391 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
29393         [BZ #19122]
29394         * include/sys/utsname.h [IS_IN (rtld)] (__uname): Add
29395         attribute_hidden.
29397         * include/string.h [IS_IN (rtld)] (__stpcpy): Add
29398         attribute_hidden.
29399         [IS_IN (rtld)] (__strdup): Likewise.
29400         [IS_IN (rtld)] (__strerror_r): Likewise.
29401         [IS_IN (rtld)] (__strsep_g): Likewise.
29402         [IS_IN (rtld)] (memchr): Likewise.
29403         [IS_IN (rtld)] (memcmp): Likewise.
29404         [IS_IN (rtld)] (memcpy): Likewise.
29405         [IS_IN (rtld)] (memmove): Likewise.
29406         [IS_IN (rtld)] (memset): Likewise.
29407         [IS_IN (rtld)] (rawmemchr): Likewise.
29408         [IS_IN (rtld)] (stpcpy): Likewise.
29409         [IS_IN (rtld)] (strchr): Likewise.
29410         [IS_IN (rtld)] (strcmp): Likewise.
29411         [IS_IN (rtld)] (strlen): Likewise.
29412         [IS_IN (rtld)] (strnlen): Likewise.
29413         [IS_IN (rtld)] (strsep): Likewise.
29415         * include/stdlib.h [IS_IN (rtld)] (unsetenv): Add
29416         attribute_hidden.
29417         [IS_IN (rtld)] (__strtoul_internal): Likewise.
29419         * include/signal.h [IS_IN (rtld)] (__sigaction): Add
29420         attribute_hidden.
29421         [IS_IN (rtld)] (__libc_sigaction): Likewise.
29423         * include/setjmp.h (__longjmp): Add attribute_hidden.
29424         [IS_IN (rtld)] (__sigsetjmp): Likewise.
29426         * include/libc-internal.h [IS_IN (rtld)] (__profile_frequency):
29427         Add attribute_hidden.
29429         * include/fcntl.h (__libc_fcntl): Add attribute_hidden.
29430         [IS_IN (rtld)] (__open): Likewise.
29431         [IS_IN (rtld)] (__fcntl): Likewise.
29433         * include/dirent.h (__opendirat): Add attribute_hidden.
29434         (__getdents): Likewise.
29435         (__getdents64): Likewise.
29436         (__alloc_dir): Likewise.
29437         [IS_IN (rtld)] (__closedir): Likewise.
29438         [IS_IN (rtld)] (__fdopendir): Likewise.
29439         [IS_IN (rtld)] (__readdir): Likewise.
29440         [IS_IN (rtld)] (__readdir64): Likewise.
29441         [IS_IN (rtld)] (__rewinddir): Likewise.
29443         * include/dlfcn.h (_dl_catch_error): Moved to ...
29444         * sysdeps/generic/ldsodefs.h (_dl_catch_error): Add
29445         attribute_hidden.
29447         * sysdeps/generic/_itoa.h (_itoa): Add attribute_hidden.
29448         (_itoa_word): Likewise.
29450         * elf/dl-runtime.c (_dl_fixup): Add attribute_hidden.
29451         * elf/dynamic-link.h (_dl_try_allocate_static_tls): Likewise.
29452         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Likewise.
29453         * sysdeps/generic/ldsodefs.h (_dl_name_match_p): Likewise.
29454         (_dl_higher_prime_number): Likewise.
29455         (_dl_debug_printf_c): Likewise.
29456         (_dl_signal_cerror): Likewise.
29457         (_dl_receive_error): Likewise.
29458         (_dl_reloc_bad_type): Likewise.
29459         (_dl_resolve_conflicts): Likewise.
29460         (_dl_check_all_versions): Likewise.
29461         (_dl_check_map_versions): Likewise.
29462         (_dl_sort_fini): Likewise.
29463         (_dl_debug_initialize): Likewise.
29464         (_dl_init_paths): Likewise.
29465         (_dl_show_auxv): Likewise.
29466         (_dl_next_ld_env_entry): Likewise.
29467         (_dl_important_hwcaps): Likewise.
29468         (_dl_load_cache_lookup): Likewise.
29469         (_dl_update_slotinfo): Likewise.
29470         (_dl_show_scope): Likewise.
29472         * sysdeps/generic/memcopy.h (_wordcopy_fwd_aligned): Add
29473         attribute_hidden.
29474         (_wordcopy_fwd_dest_aligned): Likewise.
29475         (_wordcopy_bwd_aligned): Likewise.
29476         (_wordcopy_bwd_dest_aligned): Likewise.
29478         * sysdeps/i386/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
29479         * sysdeps/i386/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic):
29480         Likewise.
29481         * sysdeps/x86_64/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic):
29482         Likewise.
29483         * sysdeps/x86_64/dl-lookupcfg.h (_dl_unmap): Likewise.
29485 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
29487         * sysdeps/unix/sysv/linux/i386/sysdep.h: Add comments for
29488         GCC 5 requirement.
29490 2015-10-15  Joseph Myers  <joseph@codesourcery.com>
29492         * sysdeps/i386/configure.ac (libc_cv_as_i686): Remove configure
29493         test.
29494         * sysdeps/i386/configure: Regenerated.
29495         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]: Make
29496         code unconditional.
29498         * configure.ac (libc_cv_asm_previous_directive): Remove configure
29499         test.
29500         (libc_cv_asm_popsection_directive): Likewise.
29501         * configure: Regenerated.
29502         * config.h.in (HAVE_ASM_PREVIOUS_DIRECTIVE): Remove #undef.
29503         (HAVE_ASM_POPSECTION_DIRECTIVE): Likewise.
29504         * include/libc-symbols.h [HAVE_ASM_PREVIOUS_DIRECTIVE]
29505         (__make_section_unallocated): Make definition unconditional.
29506         [HAVE_ASM_POPSECTION_DIRECTIVE] (__make_section_unallocated):
29507         Remove conditional definition.
29508         [!HAVE_ASM_PREVIOUS_DIRECTIVE && !HAVE_ASM_POPSECTION_DIRECTIVE]
29509         (__make_section_unallocated): Likewise.
29511         * configure.ac (libc_cv_gcc_static_libgcc): Remove configure test.
29512         * configure: Regenerated.
29513         * config.make.in (static-libgcc): Remove variable.
29514         * Makerules (build-shlib-helper): Use -static-libgcc instead of
29515         $(static-libgcc).
29516         (build-module-helper): Likewise.
29518         * configure.ac (libc_cv_friendly_stddef): Remove configure test.
29519         * configure: Regenerated.
29521 2015-10-15  Florian Weimer  <fweimer@redhat.com>
29523         * stdio-common/vfscanf.c (MEMCPY): Remove macro.
29524         (struct char_buffer): New type.
29525         (char_buffer_start, char_buffer_size, char_buffer_error)
29526         (char_buffer_rewind, char_buffer_add): New functions.
29527         (ADDW): Remove macro, replaced by the char_buffer_add function.
29528         (_IO_vfscanf_internal): Rewrite using struct char_buffer instead
29529         of extend_alloca.  Make control flow more explicit.
29531 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
29533         [BZ #19137]
29534         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-epoll_pwait.c):
29535         Add -fomit-frame-pointer.
29536         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Remove file.
29538 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
29540         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S
29541         (__libc_do_syscall): Defined only if !__GNUC_PREREQ (5,0).
29542         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define assembler macros
29543         only if !__GNUC_PREREQ (5,0).
29544         (INTERNAL_SYSCALL_MAIN_6): Optimize for GCC 5.
29545         (INTERNAL_SYSCALL_MAIN_INLINE): Likewise.
29546         (INTERNAL_SYSCALL_NCS): Likewise.
29547         (LOADREGS_0): New macro for GCC 5.
29548         (ASMARGS_0): Likewise.
29549         (LOADREGS_1): Likewise.
29550         (ASMARGS_1): Likewise.
29551         (LOADREGS_2): Likewise.
29552         (ASMARGS_2): Likewise.
29553         (LOADREGS_3): Likewise.
29554         (ASMARGS_3): Likewise.
29555         (LOADREGS_4): Likewise.
29556         (ASMARGS_4): Likewise.
29557         (LOADREGS_5): Likewise.
29558         (ASMARGS_5): Likewise.
29559         (LOADREGS_6): Likewise.
29560         (ASMARGS_6): Likewise.
29562 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
29564         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-mmap.c): Add
29565         -fomit-frame-pointer.
29566         (CFLAGS-mmap64.c): Likewise.
29567         (CFLAGS-semtimedop.c): Likewise.
29568         * sysdeps/unix/sysv/linux/i386/mmap.c: New file.
29569         * sysdeps/unix/sysv/linux/i386/mmap.S: Remove file.
29570         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
29571         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
29573 2015-10-15  Florian Weimer  <fweimer@redhat.com>
29575         [BZ #18928]
29576         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
29577         _dl_pointer_guard member.
29578         * elf/rtld.c (_rtld_global_ro): Remove _dl_pointer_guard
29579         initializer.
29580         (security_init): Always set up pointer guard.
29581         (process_envvars): Do not process LD_POINTER_GUARD.
29583 2015-10-14  Joseph Myers  <joseph@codesourcery.com>
29585         [BZ #19134]
29586         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (.LC1): New object.
29587         (.LC2): Likewise.
29588         (.LC3): Likewise.
29589         (__lround): Do not add 0.5 to integer or out-of-range arguments.
29591 2015-10-14  Szabolcs Nagy  <szabolcs.nagy@arm.com>
29593         [BZ #19129]
29594         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save and restore
29595         r0 and r1.
29597 2015-10-14  Namhyung Kim  <namhyung@gmail.com>
29599         * manaual/argp.texi (Specifying Argp Parsers): Fix typo.
29601 2015-10-14  Carlos O'Donell  <carlos@redhat.com>
29603         * include/stap-probe.h: Fix macro definition formatting.
29605 2015-10-14  Florian Weimer  <fweimer@redhat.com>
29607         [BZ #19074]
29608         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use atomics to
29609         load and store num_ifs.
29611 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
29613         [BZ #18822]
29614         * sysdeps/unix/sysv/linux/sched_getaffinity.c
29615         (__sched_getaffinity_new): Add libc_hidden_proto and
29616         libc_hidden_def.
29618 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
29620         [BZ #19007]
29621         * scripts/localplt.awk: Also allow GOT references.
29622         * sysdeps/unix/sysv/linux/i386/localplt.data: Mark
29623         _Unwind_Find_FDE, calloc, memalign, realloc and __libc_memalign
29624         with "+ REL R_386_GLOB_DAT".
29625         * sysdeps/x86_64/localplt.data: Mark calloc, memalign, realloc
29626         and __libc_memalign with "+ RELA R_X86_64_GLOB_DAT".
29628 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
29630         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use
29631         INLINE_SYSCALL_ERROR_RETURN_VALUE.
29632         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat):
29633         Likewise.
29634         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
29635         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
29636         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Use
29637         INTERNAL_SYSCALLINTERNAL_SYSCALL and
29638         INLINE_SYSCALL_ERROR_RETURN_VALUE.
29639         * sysdeps/unix/sysv/linux/i386/lockf64.c (lockf64): Likewise.
29640         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29641         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction):
29642         Likewise.
29643         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29645 2015-10-13  Joseph Myers  <joseph@codesourcery.com>
29647         [BZ #19125]
29648         * sysdeps/powerpc/powerpc32/fpu/s_llround.c: Include <limits.h>,
29649         <math_private.h> and <stdint.h>.
29650         (__llround): Avoid conversions to and from long long int, and
29651         subtractions, where those might raise spurious exceptions.
29652         * sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: Include
29653         <math_private.h> and <stdint.h>.
29654         (__llroundf): Avoid conversions to and from long long int, and
29655         subtractions, where those might raise spurious exceptions.
29657 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
29659         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Use
29660         INLINE_SYSCALL_ERROR_RETURN_VALUE.
29661         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
29662         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Likewise.
29663         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
29664         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
29665         * sysdeps/unix/sysv/linux/fcntl.c (do_fcntl): Likewise.
29666         * sysdeps/unix/sysv/linux/futimens.c (futimens): Likewise.
29667         * sysdeps/unix/sysv/linux/futimes.c (__futimes): Likewise.
29668         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29669         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29670         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29671         * sysdeps/unix/sysv/linux/lutimes.c (lutimes): Likewise.
29672         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29673         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29674         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Likewise.
29675         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Likewise.
29676         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
29677         * sysdeps/unix/sysv/linux/prlimit.c (prlimit): Likewise.
29678         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Likewise.
29679         * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise.
29680         * sysdeps/unix/sysv/linux/signalfd.c (signalfd): Likewise.
29681         * sysdeps/unix/sysv/linux/speed.c (cfsetospeed): Likewise.
29682         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
29683         * sysdeps/unix/sysv/linux/ustat.c (ustat): Likewise.
29684         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
29685         * sysdeps/unix/sysv/linux/xmknod.c (__xmknod): Likewise.
29686         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
29687         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29688         * sysdeps/unix/sysv/linux/xstatconv.c (__xstat_conv): Likewise.
29689         (__xstat64_conv): Likewise.
29690         (__xstat32_conv): Likewise.
29692 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
29694         * sysdeps/unix/sysv/linux/sysdep.h: New file.
29695         * sysdeps/unix/sysv/linux/i386/sysdep.c: Likewise.
29696         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include
29697         <sysdeps/unix/sysv/linux/sysdep.h>.
29698         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
29699         * sysdeps/unix/sysv/linux/generic/sysdep.h: Likewise.
29700         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Likewise.
29701         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
29702         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
29703         * sysdeps/unix/sysv/linux/microblaze/sysdep.h: Likewise.
29704         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
29705         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
29706         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
29707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
29708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29709         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
29710         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
29711         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
29712         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
29713         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
29714         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) == csu]
29715         (sysdep-dl-routines): Add sysdep.
29716         [$(subdir) == nptl] (libpthread-routines): Likewise.
29717         [$(subdir) == rt] (librt-routines): Likewise.
29718         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Don't check
29719         PIC when branching to SYSCALL_ERROR_LABEL.
29720         * sysdeps/unix/sysv/linux/i386/sysdep.S: Removed.
29721         * sysdeps/unix/sysv/linux/i386/sysdep.h: Include
29722         <sysdeps/unix/sysv/linux/sysdep.h>.
29723         (SYSCALL_ERROR_LABEL): Changed to __syscall_error.
29724         (SYSCALL_ERROR_ERRNO): Removed.
29725         (SYSCALL_ERROR_HANDLER): Changed to empty.
29726         (SYSCALL_ERROR_HANDLER_TLS_STORE): Likewise.
29727         (__syscall_error): New prototype.
29728         [IS_IN (libc)] (INLINE_SYSCALL): New macro.
29729         (INLINE_SYSCALL_ERROR_RETURN_VALUE): Likewise.
29731 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
29733         [BZ #19124]
29734         * sysdeps/x86_64/dl-trampoline.S [!HAVE_AVX512_ASM_SUPPORT]
29735         (_dl_runtime_resolve_avx512): Make it a hidden alias of
29736         _dl_runtime_resolve_avx.
29737         (_dl_runtime_profile_avx512): Make it a hidden alias of
29738         _dl_runtime_profile_avx.
29740 2015-10-13  Joseph Myers  <joseph@codesourcery.com>
29742         * sysdeps/powerpc/fpu/s_llround.c: Move to ....
29743         * sysdeps/powerpc/powerpc32/fpu/s_llround.c: ...here.
29744         * sysdeps/powerpc/fpu/s_llroundf.c: Move to ....
29745         * sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: ...here.
29747         [BZ #16422]
29748         * sysdeps/powerpc/powerpc32/fpu/configure.ac (libc_cv_ppc_fctidz):
29749         New configure test.
29750         * sysdeps/powerpc/powerpc32/fpu/configure: Regenerated.
29751         * config.h.in [_LIBC] (HAVE_PPC_FCTIDZ): New macro.
29752         * sysdeps/powerpc/powerpc32/fpu/s_llrint.c: Include <limits.h>,
29753         <math_private.h> and <stdint.h>.
29754         (__llrint): Avoid conversions to long long int where those might
29755         raise spurious exceptions.
29756         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Include
29757         <math_private.h> and <stdint.h>.
29758         (__llrintf): Avoid conversions to long long int where those might
29759         raise spurious exceptions.
29761 2015-10-12  Andreas Schwab  <schwab@suse.de>
29763         [BZ #18969]
29764         * debug/Makefile (LOCALES): Define.  Include gen-locales.mk.
29765         ($(objpfx)tst-chk1.out): Depend on $(gen-locales).
29766         * iconvdata/Makefile (LOCALES): Define.  Include gen-locales.mk.
29767         ($(objpfx)bug-iconv6.out, $(objpfx)tst-iconv7.out): Depend on
29768         $(gen-locales).
29769         * intl/Makefile (LOCALES): Define.  Include gen-locales.mk.
29770         ($(objpfx)tst-codeset.out, $(objpfx)tst-gettext.out)
29771         ($(objpfx)tst-gettext2.out, $(objpfx)tst-gettext3.out)
29772         ($(objpfx)tst-gettext4.out, $(objpfx)tst-gettext5.out)
29773         ($(objpfx)tst-gettext6.out, $(objpfx)tst-translit.out): Depend on
29774         $(gen-locales).
29775         * libio/Makefile (LOCALES): Define.  Include gen-locales.mk.
29776         ($(objpfx)bug-ftell.out, $(objpfx)bug-ungetwc1.out)
29777         ($(objpfx)bug-ungetwc2.out, $(objpfx)tst-fgetwc.out)
29778         ($(objpfx)tst-fgetws.out, $(objpfx)tst-fopenloc.out)
29779         ($(objpfx)tst-fputws.out, $(objpfx)tst-fseek.out)
29780         ($(objpfx)tst-ftell-active-handler.out)
29781         ($(objpfx)tst-ftell-append.out)
29782         ($(objpfx)tst-ftell-partial-wide.out, $(objpfx)tst-setvbuf1.out)
29783         ($(objpfx)tst-swscanf.out, $(objpfx)tst-ungetwc1.out)
29784         ($(objpfx)tst-ungetwc2.out, $(objpfx)tst-widetext.out)
29785         ($(objpfx)tst_wprintf2.out): Depend on $(gen-locales).
29786         * posix/Makefile (LOCALES): Define.  Include gen-locales.mk.
29787         ($(objpfx)bug-regex1.out, $(objpfx)bug-regex4.out)
29788         ($(objpfx)bug-regex5.out, $(objpfx)bug-regex6.out)
29789         ($(objpfx)bug-regex17.out, $(objpfx)bug-regex18.out)
29790         ($(objpfx)bug-regex19.out, $(objpfx)bug-regex20.out)
29791         ($(objpfx)bug-regex22.out, $(objpfx)bug-regex23.out)
29792         ($(objpfx)bug-regex25.out, $(objpfx)bug-regex26.out)
29793         ($(objpfx)bug-regex30.out, $(objpfx)bug-regex32.out)
29794         ($(objpfx)bug-regex33.out, $(objpfx)bug-regex34.out)
29795         ($(objpfx)bug-regex35.out, $(objpfx)tst-fnmatch.out)
29796         ($(objpfx)tst-fnmatch4.out, $(objpfx)tst-fnmatch5.out)
29797         ($(objpfx)tst-regex.out, $(objpfx)tst-regex2.out)
29798         ($(objpfx)tst-regexloc.out, $(objpfx)tst-rxspencer.out)
29799         ($(objpfx)tst-rxspencer-no-utf8.out): Depend on $(gen-locales).
29800         * stdio-common/Makefile (LOCALES): Define.  Include gen-locales.mk.
29801         ($(objpfx)bug14.out, $(objpfx)scanf13.out)
29802         ($(objpfx)test-vfprintf.out, $(objpfx)tst-grouping.out)
29803         ($(objpfx)tst-sprintf.out, $(objpfx)tst-sscanf.out)
29804         ($(objpfx)tst-swprintf.out): Depend on $(gen-locales).
29805         * stdlib/Makefile (LOCALES): Define.  Include gen-locales.mk.
29806         ($(objpfx)bug-strtod2.out, $(objpfx)testmb2.out)
29807         ($(objpfx)tst-strtod.out, $(objpfx)tst-strtod3.out)
29808         ($(objpfx)tst-strtod4.out, $(objpfx)tst-strtod5.out): Depend on
29809         $(gen-locales).
29810         * time/Makefile (LOCALES): Define.  Include gen-locales.mk.
29811         ($(objpfx)tst-ftime_l.out, $(objpfx)tst-strptime.out): Depend on
29812         $(gen-locales).
29813         * wcsmbs/Makefile (LOCALES): Define.  Include gen-locales.mk.
29814         ($(objpfx)tst-btowc.out, $(objpfx)tst-c16c32-1.out)
29815         ($(objpfx)tst-mbrtowc.out, $(objpfx)tst-mbrtowc2.out)
29816         ($(objpfx)tst-wcrtomb.out, $(objpfx)wcsmbs-tst1.out): Depend on
29817         $(gen-locales).
29818         * libio/tst_wprintf2.c (main): Use explicit locale.
29819         * wcsmbs/wcsmbs-tst1.c (main): Likewise.
29821 2015-10-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29823         * hurd/hurd-raise.c (_hurd_raise_signal): Return error returned by
29824         __msg_sig_post.
29825         * hurd/hurd/signal.h (_hurd_raise_signal): Add int return type.
29827 2015-10-09  Joseph Myers  <joseph@codesourcery.com>
29829         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
29830         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
29832         * sysdeps/arm/libm-test-ulps: Regenerated.
29834         [BZ #15470]
29835         * sysdeps/arm/fix-fp-int-convert-overflow.h: New file.
29837         [BZ #16399]
29838         * sysdeps/generic/fix-fp-int-convert-overflow.h: New file.
29839         * sysdeps/ieee754/dbl-64/s_llrint.c: Include <fenv.h>, <limits.h>
29840         and <fix-fp-int-convert-overflow.h>.
29841         (__llrint) [FE_INVALID]: Force FE_INVALID exception as needed if
29842         FIX_DBL_LLONG_CONVERT_OVERFLOW.
29843         * sysdeps/ieee754/dbl-64/s_llround.c: Include <fenv.h>, <limits.h>
29844         and <fix-fp-int-convert-overflow.h>.
29845         (__llround) [FE_INVALID]: Force FE_INVALID exception as needed if
29846         FIX_DBL_LLONG_CONVERT_OVERFLOW.
29847         * sysdeps/ieee754/dbl-64/s_lrint.c: Include
29848         <fix-fp-int-convert-overflow.h>.
29849         (__lrint) [FE_INVALID]: Force FE_INVALID exception as needed if
29850         FIX_DBL_LLONG_CONVERT_OVERFLOW.
29851         * sysdeps/ieee754/dbl-64/s_lround.c: Include
29852         <fix-fp-int-convert-overflow.h>.
29853         (__lround) [FE_INVALID]: Force FE_INVALID exception as needed if
29854         FIX_DBL_LLONG_CONVERT_OVERFLOW.
29855         * sysdeps/ieee754/flt-32/s_llrintf.c: Include <fenv.h>, <limits.h>
29856         and <fix-fp-int-convert-overflow.h>.
29857         (__llrintf) [FE_INVALID]: Force FE_INVALID exception as needed if
29858         FIX_DBL_LLONG_CONVERT_OVERFLOW.
29859         * sysdeps/ieee754/flt-32/s_llroundf.c: Include <fenv.h>,
29860         <limits.h> and <fix-fp-int-convert-overflow.h>.
29861         (__llroundf) [FE_INVALID]: Force FE_INVALID exception as needed if
29862         FIX_DBL_LLONG_CONVERT_OVERFLOW.
29863         * sysdeps/ieee754/flt-32/s_lrintf.c: Include <fenv.h>, <limits.h>
29864         and <fix-fp-int-convert-overflow.h>.
29865         (__lrintf) [FE_INVALID]: Force FE_INVALID exception as needed if
29866         FIX_DBL_LLONG_CONVERT_OVERFLOW.
29867         * sysdeps/ieee754/flt-32/s_lroundf.c: Include <fenv.h>, <limits.h>
29868         and <fix-fp-int-convert-overflow.h>.
29869         (__lroundf) [FE_INVALID]: Force FE_INVALID exception as needed if
29870         FIX_DBL_LLONG_CONVERT_OVERFLOW.
29871         * sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h: New file.
29873 2015-10-09  Carlos O'Donell  <carlos@redhat.com>
29875         [BZ #18589]
29876         * string/bug-strcoll2.c: Adjust copyright, and remove contributed by.
29877         * string/Makefile ($(objpfx)bug-strcoll2.out): Depend on
29878         $(gen-locales).
29880 2015-10-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
29881             Phil Blundell <pb@pbcl.net>
29883         * nptl/Makefile (tests): Add tst-cancel26.c and tst-cancel27.c.
29884         * nptl/tst-cancel26.c: New file.
29885         * nptl/tst-cancel27.c: Likewise.
29887 2015-10-09  H.J. Lu  <hongjiu.lu@intel.com>
29889         * sysdeps/x86_64/fpu/s_llrint.S (__lrint): Add alias only if
29890         __ILP32__ isn't defined.
29891         (lrint): Likewise.
29892         * sysdeps/x86_64/fpu/s_llrintf.S (__lrintf): Likewise.
29893         (lrintf): Likewise.
29894         * sysdeps/x86_64/fpu/s_llrintl.S (__lrintl): Likewise.
29895         (lrintl): Likewise.
29896         * sysdeps/x86_64/x32/fpu/s_lrint.S: New file.
29897         * sysdeps/x86_64/x32/fpu/s_lrintf.S: Likewise.
29898         * sysdeps/x86_64/x32/fpu/s_lrintl.S: Likewise.
29900 2015-10-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
29902         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
29903         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
29905         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: Remove
29906         file.
29907         * sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S: Likewise.
29908         * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Likewise.
29910 2015-10-09  Joseph Myers  <joseph@codesourcery.com>
29912         * sysdeps/i386/configure.ac (libc_cv_cc_novzeroupper): Remove
29913         configure test.
29914         * sysdeps/i386/configure: Regenerated.
29915         * sysdeps/x86_64/configure.ac (libc_cv_cc_novzeroupper): Remove
29916         configure test.
29917         * sysdeps/x86_64/configure: Regenerated.
29918         * sysdeps/x86_64/Makefile [$(config-cflags-novzeroupper) = yes]:
29919         Make code unconditional.
29921         * sysdeps/i386/configure.ac (libc_cv_cc_fma4): Remove configure
29922         test.
29923         * sysdeps/i386/configure: Regenerated.
29924         * sysdeps/x86_64/configure.ac (libc_cv_cc_fma4): Remove configure
29925         test.
29926         * sysdeps/x86_64/configure: Regenerated.
29927         * sysdeps/x86_64/fpu/multiarch/Makefile [$(have-mfma4) = yes]:
29928         Make code unconditional.
29929         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
29930         Likewise.
29931         * sysdeps/x86_64/fpu/multiarch/e_atan2.c [HAVE_FMA4_SUPPORT]:
29932         Likewise.
29933         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
29934         * sysdeps/x86_64/fpu/multiarch/e_exp.c [HAVE_FMA4_SUPPORT]: Make
29935         code unconditional.
29936         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
29937         * sysdeps/x86_64/fpu/multiarch/e_log.c [HAVE_FMA4_SUPPORT]: Make
29938         code unconditional.
29939         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
29940         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]: Make
29941         code unconditional.
29942         * sysdeps/x86_64/fpu/multiarch/s_atan.c [HAVE_FMA4_SUPPORT]: Make
29943         code unconditional.
29944         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
29945         * sysdeps/x86_64/fpu/multiarch/s_fma.c [HAVE_FMA4_SUPPORT]: Make
29946         code unconditional.
29947         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
29948         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c [HAVE_FMA4_SUPPORT]: Make
29949         code unconditional.
29950         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
29951         * sysdeps/x86_64/fpu/multiarch/s_sin.c [HAVE_FMA4_SUPPORT]: Make
29952         code unconditional.
29953         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
29954         * sysdeps/x86_64/fpu/multiarch/s_tan.c [HAVE_FMA4_SUPPORT]: Make
29955         code unconditional.
29956         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
29957         * config.h.in (HAVE_FMA4_SUPPORT): Remove #undef.
29959         [BZ #19095]
29960         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Cast low part of
29961         mantissa to long int before shifting left.
29963 2015-10-08  Joseph Myers  <joseph@codesourcery.com>
29965         [BZ #19094]
29966         * sysdeps/ieee754/dbl-64/s_lrint.c: Include <fenv.h> and
29967         <limits.h>.
29968         (__lrint) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
29969         when result overflows but exception would not result from cast.
29970         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Include <fenv.h> and
29971         <limits.h>.
29972         (__llrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
29973         when result overflows but exception would not result from cast.
29974         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Include <fenv.h> and
29975         <limits.h>.
29976         (__lrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
29977         when result overflows but exception would not result from cast.
29978         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Include <fenv.h> and
29979         <limits.h>.
29980         (__llrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
29981         when result overflows but exception would not result from cast.
29982         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Include <fenv.h> and
29983         <limits.h>.
29984         (__lrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
29985         when result overflows but exception would not result from cast.
29986         * math/libm-test.inc (lrint_test_data): Add more tests.
29987         (llrint_test_data): Likewise.
29989 2015-10-08  Roland McGrath  <roland@hack.frob.com>
29991         [BZ #18872]
29992         * stdio-common/Makefile ($(objpfx)tst-unbputc.out):
29993         Move out from under [$(run-built-tests) = yes] conditional.
29994         ($(objpfx)tst-printf.out, $(objpfx)tst-printf-bz18872.c): Likewise.
29995         ($(objpfx)tst-printf-bz18872-mem.out): Likewise.
29997 2015-10-08  Carlos O'Donell  <carlos@redhat.com>
29999         [BZ #18589]
30000         * string/Makefile (tests): Add bug-strcoll2.
30001         (LOCALES): Add cs_CZ.UTF-8.
30002         * string/bug-strcoll2.c (test_cs_CZ): Fix typo in FAIL string.
30004         [BZ #18589]
30005         * string/bug-strcoll2.c: New file.
30006         * locale/categories.def: Revert commit
30007         f13c2a8dff2329c6692a80176262ceaaf8a6f74e.
30008         * locale/langinfo.h: Likewise.
30009         * locale/localeinfo.h: Likewise.
30010         * locale/C-collate.c: Likewise.
30011         * locale/programs/ld-collate.c (collate_output): Likewise.
30012         * string/strcoll_l.c (STRDIFF): Likewise.
30013         (STRCOLL): Likewise.
30014         * wcsmbs/wcscoll_l.c: Likewise.
30016 2015-10-08  Joseph Myers  <joseph@codesourcery.com>
30018         * math/libm-test.inc (lround_test_data): Do not expect the absence
30019         of "inexact" for some tests with non-integer arguments.
30020         (llround_test_data): Likewise.
30022         * sysdeps/i386/configure.ac (libc_cv_cc_avx): Remove configure
30023         test.
30024         (libc_cv_cc_sse2avx): Likewise.
30025         * sysdeps/i386/configure: Regenerated.
30026         * sysdeps/i386/i686/multiarch/Makefile
30027         [$(subdir)$(config-cflags-avx) = mathyes]: Change conditional to
30028         [$(subdir) = math].
30029         * sysdeps/i386/i686/multiarch/s_fma-fma.c [HAVE_AVX_SUPPORT]: Make
30030         code unconditional.
30031         * sysdeps/i386/i686/multiarch/s_fma.c [HAVE_AVX_SUPPORT]:
30032         Likewise.
30033         * sysdeps/i386/i686/multiarch/s_fmaf-fma.c [HAVE_AVX_SUPPORT]:
30034         Likewise.
30035         * sysdeps/i386/i686/multiarch/s_fmaf.c [HAVE_AVX_SUPPORT]:
30036         Likewise.
30037         * sysdeps/x86_64/configure.ac (libc_cv_cc_avx): Remove configure
30038         test.
30039         (libc_cv_cc_sse2avx): Likewise.
30040         * sysdeps/x86_64/configure: Regenerated.
30041         * sysdeps/x86_64/Makefile [$(config-cflags-avx) = yes]: Make code
30042         unconditional.
30043         * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_profile)
30044         [HAVE_AVX_SUPPORT || HAVE_AVX512_ASM_SUPPORT]: Make code
30045         unconditional.
30046         (_dl_runtime_profile)
30047         [!(HAVE_AVX_SUPPORT || HAVE_AVX512_ASM_SUPPORT)]: Remove
30048         conditional code.
30049         * sysdeps/x86_64/fpu/multiarch/Makefile
30050         [$(config-cflags-sse2avx) = yes]: Make code unconditional.
30051         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
30052         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
30053         * sysdeps/x86_64/fpu/multiarch/e_exp.c
30054         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
30055         * sysdeps/x86_64/fpu/multiarch/e_log.c
30056         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
30057         * sysdeps/x86_64/fpu/multiarch/s_atan.c
30058         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
30059         * sysdeps/x86_64/fpu/multiarch/s_fma.c [HAVE_AVX_SUPPORT]:
30060         Likewise.
30061         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c [HAVE_AVX_SUPPORT]:
30062         Likewise.
30063         * sysdeps/x86_64/fpu/multiarch/s_sin.c
30064         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
30065         * sysdeps/x86_64/fpu/multiarch/s_tan.c
30066         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
30067         * sysdeps/x86_64/multiarch/strcmp.S [HAVE_AVX_SUPPORT]: Likewise.
30068         * config.h.in (HAVE_AVX_SUPPORT): Remove #undef.
30069         (HAVE_SSE2AVX_SUPPORT): Likewise.
30071 2015-10-07  Paul Pluzhnikov  <ppluzhnikov@google.com>
30073         * stdio-common/tst-printf-bz18872.sh: Use attribute optimize
30074         instead of #pragma optimize.
30076 2015-10-07  Carlos O'Donell  <carlos@redhat.com>
30078         [BZ #17195]
30079         * malloc/arena.c (heap_trim): Apply trim_treshold to top_chunck size,
30080         as is similarly done in systrim and _int_free already.
30082 2015-10-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
30084         * sysdeps/mach/configure.ac (mach_interface_list): Add task_notify.
30086 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
30088         [BZ #19088]
30089         * sysdeps/ieee754/dbl-64/s_lround.c: Include <fenv.h> and
30090         <limits.h>.
30091         (__lround) [FE_INVALID]: Force FE_INVALID exception when result
30092         overflows but exception would not result from cast.
30093         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Include <fenv.h>
30094         and <limits.h>.
30095         (__lround) [FE_INVALID]: Force FE_INVALID exception when result
30096         overflows but exception would not result from cast.
30097         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Include <fenv.h> and
30098         <limits.h>.
30099         (__llroundl) [FE_INVALID]: Force FE_INVALID exception when result
30100         overflows but exception would not result from cast.
30101         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Include <fenv.h> and
30102         <limits.h>.
30103         (__lroundl) [FE_INVALID]: Force FE_INVALID exception when result
30104         overflows but exception would not result from cast.
30105         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Include <fenv.h> and
30106         <limits.h>.
30107         (__llroundl) [FE_INVALID]: Force FE_INVALID exception when result
30108         overflows but exception would not result from cast.
30109         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Include <fenv.h> and
30110         <limits.h>.
30111         (__lroundl) [FE_INVALID]: Force FE_INVALID exception when result
30112         overflows but exception would not result from cast.
30113         * math/libm-test.inc (lround_test_data): Add more tests.
30114         (llround_test_data): Likewise.
30116 2015-10-07  Steve Ellcey  <sellcey@imgtec.com>
30118         * timezone/Makefile (CFLAGS-zic.c): Add -Wno-unused-variable.
30119         (CFLAGS-ialloc.c): Ditto.
30120         (CFLAGS-scheck.c): Ditto.
30122 2015-10-07  Carlos O'Donell  <carlos@redhat.com>
30124         [BZ #19086]
30125         * manual/filesys.texi (Storage Allocation): Fix argument order for
30126         posix_fallocate64.
30128 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
30130         [BZ #19085]
30131         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Move test for
30132         exponent below 48 inside case for non-overflowing exponent.
30133         * sysdeps/ieee754/ldbl-128/s_lroundl.c (__lroundl): Likewise.
30135 2015-10-07  Florian Weimer  <fweimer@redhat.com>
30137         * iconvdata/cp737.h (from_idx): Add const.
30138         * iconvdata/cp775.h (from_idx): Likewise.
30140 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
30142         * sysdeps/mips/mips64/Implies: Use ieee754/dbl-64/wordsize-64.
30143         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c
30144         (__issignaling) [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Remove #error.
30146         [BZ #19079]
30147         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Restore previous
30148         file, conditioned on [!_LP64].
30149         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c
30150         [!_LP64] (__lround): Do not define as function or alias.
30151         [!_LP64] (lround): Likewise.
30152         [!_LP64] (__lroundl): Likewise.
30153         [!_LP64] (lroundl): Likewise.
30154         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Remove
30155         macro.
30156         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
30157         Likewise.
30159 2015-10-06  Joseph Myers  <joseph@codesourcery.com>
30161         * math/libm-test.inc (lrint_test_data): Add more tests.
30162         (llrint_test_data): Likewise.
30163         (lround_test_data): Likewise.
30164         (llround_test_data): Likewise.
30166         * math/libm-test.inc (lrint_test_data): Add tests used for llrint.
30167         (llrint_test_data): Add tests used for lrint.
30169         * sysdeps/i386/configure.ac (libc_cv_cc_sse4): Remove configure
30170         test.
30171         * sysdeps/i386/configure: Regenerated.
30172         * sysdeps/i386/i686/multiarch/Makefile
30173         [$(config-cflags-sse4) = yes]: Make code unconditional.
30174         * sysdeps/i386/i686/multiarch/strcspn.S [HAVE_SSE4_SUPPORT]:
30175         Likewise.
30176         * sysdeps/i386/i686/multiarch/strspn.S [HAVE_SSE4_SUPPORT]:
30177         Likewise.
30178         * sysdeps/x86_64/configure.ac (libc_cv_cc_sse4): Remove configure
30179         test.
30180         * sysdeps/x86_64/configure: Regenerated.
30181         * sysdeps/x86_64/multiarch/Makefile [$(config-cflags-sse4) = yes]:
30182         Make code unconditional.
30183         * sysdeps/x86_64/multiarch/strcspn.S [HAVE_SSE4_SUPPORT]:
30184         Likewise.
30185         * sysdeps/x86_64/multiarch/strspn.S [HAVE_SSE4_SUPPORT]: Likewise.
30186         * config.h.in (HAVE_SSE4_SUPPORT): Remove #undef.
30188         * scripts/rpm2dynsym.sh: Remove file.
30190 2015-10-06  Florian Weimer  <fweimer@redhat.com>
30192         * configure.ac (libc_cv_cxx_thread_local): Define.
30193         * configure: Regenerate.
30194         * config.make.in (have-cxx-thread_local): Define.
30195         * nptl/Makefile (CFLAGS-tst-thread_local1.o):
30196         (LDLIBS-tst-thread_local1): Define.
30197         (tests): Add tst-thread_local1.
30198         [have-cxx-thread_local != yes] (tests-unsupported): Add
30199         tst-thread_local1.
30200         * nptl/tst-thread_local1.cc: New file.
30202 2015-10-06  Joseph Myers  <joseph@codesourcery.com>
30204         [BZ #19078]
30205         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (o_thres): Remove variable.
30206         (u_thres): Likewise.
30207         (__expl): Determine whether to call __kernel_standard_l based on
30208         value of result, not argument.
30210         * math/libm-test.inc (scalb_test_data): Add more expectations for
30211         the "inexact" exception.
30213         [BZ #19077]
30214         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Return
30215         0.0L for argument 1.0L.
30217         [BZ #19076]
30218         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Divide by
30219         constant 0.0L when computing infinite result.
30221 2015-10-06  Florian Weimer  <fweimer@redhat.com>
30223         [BZ #10432]
30224         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Remove call to
30225         malloc_usable_size.
30227 2015-10-06  Florian Weimer  <fweimer@redhat.com>
30229         [BZ #19018]
30230         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
30231         Mangle function pointer before storing it.
30232         (__call_tls_dtors): Demangle function pointer before calling it.
30234 2015-10-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
30236         [BZ #19012]
30237         * iconv/gconv_db.c (gen_steps): Check for additional errors.
30238         Clean up on failure.
30240 2015-10-05  Joseph Myers  <joseph@codesourcery.com>
30242         [BZ #19071]
30243         * sysdeps/ieee754/ldbl-96/s_lroundl.c (__lroundl): Use unsigned
30244         long int variable to store possibly incremented high part of
30245         mantissa.
30246         * math/libm-test.inc (lround_test_data): Add tests used for
30247         llround.  Use [LONG_MAX > 0x7fffffff] consistently as condition
30248         for tests requiring 64-bit long.  Do not condition tests on
30249         [TEST_FLOAT] unnecessarily.
30250         (llround_test_data): Add tests used for lround.  Add another
30251         expectation for the "inexact" exception.  Do not condition tests
30252         on [TEST_FLOAT] unnecessarily.
30254         [BZ #887]
30255         [BZ #19049]
30256         [BZ #19050]
30257         * sysdeps/generic/fix-int-fp-convert-zero.h: New file.
30258         * sysdeps/ieee754/dbl-64/e_log10.c: Include
30259         <fix-int-fp-convert-zero.h>.
30260         (__ieee754_log10): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
30261         * sysdeps/ieee754/dbl-64/e_log2.c: Include
30262         <fix-int-fp-convert-zero.h>.
30263         (__ieee754_log2): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
30264         * sysdeps/ieee754/dbl-64/s_erf.c: Include
30265         <fix-int-fp-convert-zero.h>.
30266         (__erfc): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
30267         * sysdeps/ieee754/dbl-64/s_logb.c: Include
30268         <fix-int-fp-convert-zero.h>.
30269         (__logb): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
30270         * sysdeps/ieee754/flt-32/e_log10f.c: Include
30271         <fix-int-fp-convert-zero.h>.
30272         (__ieee754_log10f): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
30273         * sysdeps/ieee754/flt-32/e_log2f.c: Include
30274         <fix-int-fp-convert-zero.h>.
30275         (__ieee754_log2f): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
30276         * sysdeps/ieee754/flt-32/s_erff.c: Include
30277         <fix-int-fp-convert-zero.h>.
30278         (__erfcf): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
30279         * sysdeps/ieee754/flt-32/s_logbf.c: Include
30280         <fix-int-fp-convert-zero.h>.
30281         (__logbf): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
30282         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include
30283         <fix-int-fp-convert-zero.h>.
30284         (__erfcl): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
30285         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Include
30286         <fix-int-fp-convert-zero.h>.
30287         (__logbl): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
30288         * sysdeps/powerpc/powerpc32/fpu/configure.ac: New file.
30289         * sysdeps/powerpc/powerpc32/fpu/configure: New generated file.
30290         * sysdeps/powerpc/powerpc32/fpu/fix-int-fp-convert-zero.h: New
30291         file.
30292         * config.h.in [_LIBC] (HAVE_PPC_FCFID): New macro.
30294 2015-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
30296         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
30298 2015-10-02  Joseph Myers  <joseph@codesourcery.com>
30300         [BZ #19059]
30301         * math/s_nexttowardf.c (__nexttowardf): Do not return value from
30302         overflowing computation.
30303         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
30304         * sysdeps/i386/fpu/s_nexttowardf.c (__nexttowardf): Likewise.
30305         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
30306         Likewise.
30307         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
30308         Likewise.
30309         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
30310         Likewise.
30311         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
30312         Likewise.
30313         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
30314         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
30315         Likewise.
30316         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
30317         Likewise.
30318         * math/libm-test.inc (nexttoward_test_data): Add more tests.
30320         * nss/rewrite_field.c (__nss_rewrite_field): Use
30321         internal_function.
30322         * nss/valid_field.c (__nss_valid_field): Likewise.
30323         * nss/valid_list_field.c (__nss_valid_list_field): Likewise.
30325 2015-10-02  Florian Weimer  <fweimer@redhat.com>
30327         [BZ #18724]
30328         * include/nss.h (NSS_INVALID_FIELD_CHARACTERS): Define.
30329         (__nss_invalid_field_characters, __nss_valid_field)
30330         (__nss_valid_list_field, __nss_rewrite_field): Declare.
30331         * nss/valid_field.c, nss/valid_list_field, nss/rewrite_field.c,
30332         tst-field.c: New file.
30333         * nss/Makefile (routines): Add valid_field, rewrite_field.
30334         (tests-static): Define unconditionally.
30335         (tests): Include tests-static.
30336         [build-static-nss] (tests-static): Use append.
30337         [build-static-nss] (tests): Remove modification.
30338         * nss/getent.c (print_group): Call putgrent.  Report error.
30339         (print_gshadow): Call putsgent.  Report error.
30340         (print_passwd): Call putpwent.  Report error.
30341         (print_shadow): Call putspent.  Report error.
30342         * include/pwd.h: Include <nss.h> instead of <nss/nss.h>.
30343         * pwd/pwd.h (putpwent): Remove incorrect nonnull attribute.
30344         * pwd/putpwent.c (putpwent): Use ISO function definition.  Check
30345         name, password, directory, shell fields for valid syntax.  Rewrite
30346         GECOS field to match syntax.
30347         * pwd/Makefile (tests): Add tst-putpwent.
30348         * pwd/tst-putpwent.c: New file.
30349         * grp/putgrent.c (putgrent): Convert to ISO function definition.
30350         Check grName, grpasswd, gr_mem fields for valid syntax.
30351         Change loop variable i to size_t.
30352         * grp/Makefile (tests): Add tst-putgrent.
30353         * grp/tst-putgrent.c: New file.
30354         * shadow/putspent.c (putspent): Check sp_namp, sp_pwdp fields for
30355         valid syntax.
30356         * shadow/Makefile (tests): Add tst-putspent.
30357         * shadow/tst-putspent.c: New file.
30358         * gshadow/putsgent.c (putsgent): Check sg_namp, sg_passwd, sg_adm,
30359         sg_mem fields for valid syntax.
30360         * gshadow/Makefile (tests): Add tst-putsgent.
30361         * gshadow/tst-putsgent.c: New file.
30363 2015-10-01  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
30365         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Added comments to some
30366         assembly instructions.
30368 2015-10-01  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
30370         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Remove or add register
30371         prefix from operands.
30373 2015-10-01  Joseph Myers  <joseph@codesourcery.com>
30375         [BZ #16347]
30376         [BZ #19046]
30377         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Do not include
30378         <libc-internal.h>.
30379         (MAXLGM): Do not use diagnostic control macros.
30380         [LDBL_MANT_DIG == 106] (MAXLGM): Change value to overflow
30381         threshold for ldbl-128ibm.
30382         (__ieee754_lgammal_r): For large arguments, multiply by log - 1
30383         instead of multiplying by log then subtracting.
30384         * math/auto-libm-test-in: Add more tests of lgamma.
30385         * math/auto-libm-test-out: Regenerated.
30387         * math/libm-test.inc (TYPE_DECIMAL_DIG): New macro.
30388         (TYPE_HEX_DIG): Likewise.
30389         (print_float): Use TYPE_DECIMAL_DIG - 1 and TYPE_HEX_DIG - 1 as
30390         precisions when printing floating-point numbers.
30391         (check_float_internal): Likewise.
30393 2015-09-30  Joseph Myers  <joseph@codesourcery.com>
30395         [BZ #16620]
30396         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (log10_high): Use value
30397         of log (10) rounded downward to 48 bits.
30398         (log10_low): Use corresponding low part of log (10).
30400         [BZ #19032]
30401         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): For arguments < 1,
30402         compute result as (x - x) / (x - x) not as 0 / 0.
30403         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
30404         * math/libm-test.inc (acosh_test_data): Add another test of acosh.
30406         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
30407         atan, atan2, atanh, cbrt, cos, cosh, erf, erfc, exp, exp10, exp2
30408         and expm1.
30409         * math/auto-libm-test-out: Regenerated.
30410         * math/libm-test.inc (acos_test_data): Add more tests.
30411         (asin_test_data): Likewise.
30412         (asinh_test_data): Likewise.
30413         (atan_test_data): Likewise.
30414         (atanh_test_data): Likewise.
30415         (atan2_test_data): Likewise.
30416         (cbrt_test_data): Likewise.
30417         (ceil_test_data): Likewise.
30418         (copysign_test_data): Likewise.
30419         (cos_test_data): Likewise.
30420         (cosh_test_data): Likewise.
30421         (erf_test_data): Likewise.
30422         (erfc_test_data): Likewise.
30423         (exp_test_data): Likewise.
30424         (exp10_test_data): Likewise.
30425         (exp2_test_data): Likewise.
30426         (expm1_test_data): Likewise.
30427         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30429 2015-09-30  H.J. Lu  <hongjiu.lu@intel.com>
30431         [BZ #19006]
30432         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved
30433         to ...
30434         * sysdeps/unix/sysv/linux/i386/libc-lowlevellock.S: Here.
30435         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: Moved
30436         to ...
30437         * sysdeps/unix/sysv/linux/i386/lll_timedlock_wait.c: Here.
30438         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: Moved
30439         to ...
30440         * sysdeps/unix/sysv/linux/i386/lll_timedwait_tid.c: Here.
30441         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved to ...
30442         * sysdeps/unix/sysv/linux/i386/lowlevellock.S: Here.
30443         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved
30444         to ...
30445         * sysdeps/unix/sysv/linux/i386/lowlevelrobustlock.S: Here.
30446         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
30447         Moved to ...
30448         * sysdeps/unix/sysv/linux/i386/pthread_barrier_wait.S: Here.
30449         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
30450         Moved to ...
30451         * sysdeps/unix/sysv/linux/i386/pthread_cond_broadcast.S: Here.
30452         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: Moved
30453         to ...
30454         * sysdeps/unix/sysv/linux/i386/pthread_cond_signal.S: Here.
30455         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
30456         Moved to ...
30457         * sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S: Here.
30458         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved
30459         to ...
30460         * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Here.
30461         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S:
30462         Removed.
30463         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c:
30464         Likewise.
30465         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c:
30466         Likewise.
30467         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Likewise.
30468         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S:
30469         Likewise.
30470         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
30471         Likewise.
30472         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
30473         Likewise.
30474         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
30475         Likewise.
30476         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
30477         Likewise.
30478         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S:
30479         Likewise.
30480         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S:
30481         Likewise.
30482         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c:
30483         Likewise.
30484         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c:
30485         Likewise.
30486         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Likewise.
30487         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S:
30488         Likewise.
30489         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
30490         Likewise.
30491         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
30492         Likewise.
30493         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
30494         Likewise.
30495         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S:
30496         Likewise.
30497         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
30498         Replace ../i486/pthread_cond_timedwait.S with
30499         ../pthread_cond_timedwait.S.
30501 2015-09-30  Joseph Myers  <joseph@codesourcery.com>
30503         * math/libm-test.inc (acos_test_data): Refine expectations for
30504         errno and "inexact" exceptions.
30505         (acosh_test_data): Likewise.
30506         (asin_test_data): Likewise.
30507         (asinh_test_data): Likewise.
30508         (atan_test_data): Likewise.
30509         (atanh_test_data): Likewise.
30510         (atan2_test_data): Likewise.
30511         (cbrt_test_data): Likewise.
30512         (ceil_test_data): Likewise.
30513         (copysign_test_data): Likewise.
30514         (cosh_test_data): Likewise.
30515         (erf_test_data): Likewise.
30516         (erfc_test_data): Likewise.
30517         (exp_test_data): Likewise.
30518         (exp10_test_data): Likewise.
30519         (exp2_test_data): Likewise.
30520         (expm1_test_data): Likewise.
30521         (fabs_test_data): Likewise.
30522         (floor_test_data): Likewise.
30523         (fma_test_data): Likewise.
30524         (fmax_test_data): Likewise.
30525         (fmin_test_data): Likewise.
30526         (fmod_test_data): Likewise.
30527         (fpclassify_test_data): Likewise.
30528         (frexp_test_data): Likewise.
30529         (hypot_test_data): Likewise.
30530         (ilogb_test_data): Likewise.
30531         (isgreater_test_data): Likewise.
30532         (isgreaterequal_test_data): Likewise.
30533         (isinf_test_data): Likewise.
30534         (isless_test_data): Likewise.
30535         (islessequal_test_data): Likewise.
30536         (islessgreater_test_data): Likewise.
30537         (isnan_test_data): Likewise.
30538         (isnormal_test_data): Likewise.
30539         (issignaling_test_data): Likewise.
30540         (isunordered_test_data): Likewise.
30541         (j0_test_data): Likewise.
30542         (j1_test_data): Likewise.
30543         (jn_test_data): Likewise.
30544         (lgamma_test_data): Likewise.
30545         (lrint_test_data): Likewise.
30546         (llrint_test_data): Likewise.
30547         (log_test_data): Likewise.
30548         (log10_test_data): Likewise.
30549         (log1p_test_data): Likewise.
30550         (log2_test_data): Likewise.
30551         (logb_test_data): Likewise.
30552         (lround_test_data): Likewise.
30553         (llround_test_data): Likewise.
30554         (modf_test_data): Likewise.
30555         (nearbyint_test_data): Likewise.
30556         (nextafter_test_data): Likewise.
30557         (nexttoward_test_data): Likewise.
30558         (pow_test_data): Likewise.
30559         (remainder_test_data): Likewise.
30560         (remquo_test_data): Likewise.
30561         (rint_test_data): Likewise.
30562         (round_test_data): Likewise.
30563         (signbit_test_data): Likewise.
30564         (sinh_test_data): Likewise.
30565         (sqrt_test_data): Likewise.
30566         (tanh_test_data): Likewise.
30567         (tgamma_test_data): Likewise.
30568         (trunc_test_data): Likewise.
30569         (y0_test_data): Likewise.
30570         (y1_test_data): Likewise.
30571         (yn_test_data): Likewise.
30572         (significand_test_data): Likewise.
30574 2015-09-29  Carlos O'Donell  <carlos@redhat.com>
30576         * manual/filesys.texi (Storage Allocation): Document that
30577         posix_fallocate emulation fails when fd is open with O_WRONLY.
30579 2015-09-28  Joseph Myers  <joseph@codesourcery.com>
30581         [BZ #19016]
30582         * sysdeps/generic/math_private.h (__x2y2m1f): Update comment to
30583         allow more cases with X^2 + Y^2 >= 0.5.
30584         * sysdeps/ieee754/dbl-64/x2y2m1.c (__x2y2m1): Likewise.  Add -1 as
30585         normal element in sum instead of special-casing based on values of
30586         arguments.
30587         * sysdeps/ieee754/dbl-64/x2y2m1f.c (__x2y2m1f): Update comment.
30588         * sysdeps/ieee754/ldbl-128/x2y2m1l.c (__x2y2m1l): Likewise.  Add
30589         -1 as normal element in sum instead of special-casing based on
30590         values of arguments.
30591         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c (__x2y2m1l): Likewise.
30592         * sysdeps/ieee754/ldbl-96/x2y2m1.c [FLT_EVAL_METHOD != 0]
30593         (__x2y2m1): Update comment.
30594         * sysdeps/ieee754/ldbl-96/x2y2m1l.c (__x2y2m1l): Likewise.  Add -1
30595         as normal element in sum instead of special-casing based on values
30596         of arguments.
30597         * math/s_clog.c (__clog): Handle more cases using log1p without
30598         hypot.
30599         * math/s_clog10.c (__clog10): Likewise.
30600         * math/s_clog10f.c (__clog10f): Likewise.
30601         * math/s_clog10l.c (__clog10l): Likewise.
30602         * math/s_clogf.c (__clogf): Likewise.
30603         * math/s_clogl.c (__clogl): Likewise.
30604         * math/auto-libm-test-in: Add more tests of clog and clog10.
30605         * math/auto-libm-test-out: Regenerated.
30606         * sysdeps/i386/fpu/libm-test-ulps: Update.
30607         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30609 2015-09-28  Martin Sebor  <msebor@redhat.com>
30611         [BZ #18969]
30612         * string/Makefile (LOCALES): Define.
30613         (gen-locales.mk): Include.
30614         (test-strcasecmp.out, test-strncasecmp.out, tst-strxfrm.out)
30615         (tst-strxfrm2.out): Add deppendency on $(gen-locales).
30616         * string/tst-strxfrm2.c (do_test): Print the name of the locale
30617         on setlocale failure.
30619 2015-09-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
30621         [BZ #18985]
30622         * time/strftime_l.c (a_wkday, f_wkday, a_month, f_month): Range check.
30623         (__strftime_internal): Likewise.
30624         * time/tst-strftime.c (do_bz18985): New test.
30625         (do_test): Call it.
30627 2015-09-26  Joseph Myers  <joseph@codesourcery.com>
30629         [BZ #18956]
30630         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Add 0x00400000
30631         not 0x0040000 for high bit of mantissa.  Mask with 0xfffff000 when
30632         extracting high part.
30633         * math/auto-libm-test-in: Add another test of pow.
30634         * math/auto-libm-test-out: Regenerated.
30635         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30637 2015-09-25  Joseph Myers  <joseph@codesourcery.com>
30639         [BZ #18825]
30640         * sysdeps/i386/fpu/i386-math-asm.h (FLT_NARROW_EVAL_UFLOW_NONNAN):
30641         New macro.
30642         (DBL_NARROW_EVAL_UFLOW_NONNAN): Likewise.
30643         (LDBL_CHECK_FORCE_UFLOW_NONNAN): Likewise.
30644         * sysdeps/i386/fpu/e_pow.S: Use DEFINE_DBL_MIN.
30645         (__ieee754_pow): Use DBL_NARROW_EVAL_UFLOW_NONNAN instead of
30646         DBL_NARROW_EVAL, reloading the PIC register as needed.
30647         * sysdeps/i386/fpu/e_powf.S: Use DEFINE_FLT_MIN.
30648         (__ieee754_powf): Use FLT_NARROW_EVAL_UFLOW_NONNAN instead of
30649         FLT_NARROW_EVAL.  Use separate return path for case when first
30650         argument is NaN.
30651         * sysdeps/i386/fpu/e_powl.S: Include <i386-math-asm.h>.  Use
30652         DEFINE_LDBL_MIN.
30653         (__ieee754_powl): Use LDBL_CHECK_FORCE_UFLOW_NONNAN, reloading the
30654         PIC register.
30655         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use
30656         math_check_force_underflow_nonneg.
30657         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Force
30658         underflow for subnormal result.
30659         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
30660         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Use
30661         math_check_force_underflow_nonneg.
30662         * sysdeps/x86/fpu/powl_helper.c (__powl_helper): Use
30663         math_check_force_underflow.
30664         * sysdeps/x86_64/fpu/x86_64-math-asm.h
30665         (LDBL_CHECK_FORCE_UFLOW_NONNAN): New macro.
30666         * sysdeps/x86_64/fpu/e_powl.S: Include <x86_64-math-asm.h>.  Use
30667         DEFINE_LDBL_MIN.
30668         (__ieee754_powl): Use LDBL_CHECK_FORCE_UFLOW_NONNAN.
30669         * math/auto-libm-test-in: Add more tests of pow.
30670         * math/auto-libm-test-out: Regenerated.
30672 2015-09-25  Florian Weimer  <fweimer@redhat.com>
30674         * nss/bug17079.c (init_test_items): Add diagnostic for
30675         inconsistent entries.
30676         (test_buffer_size): Skip inconsistent entries.
30678 2015-09-25  Joseph Myers  <joseph@codesourcery.com>
30680         [BZ #13304]
30681         * sysdeps/m68k/coldfire/nofpu/s_fma.c: New file.
30682         * sysdeps/m68k/coldfire/nofpu/s_fmaf.c: Likewise.
30683         * sysdeps/m68k/coldfire/nofpu/sfp-machine.h: Likewise.
30685         [BZ #13304]
30686         * sysdeps/microblaze/s_fma.c: New file.
30687         * sysdeps/microblaze/s_fmaf.c: Likewise.
30688         * sysdeps/microblaze/sfp-machine.h: Likewise.
30690 2015-09-25  Maciej W. Rozycki  <macro@imgtec.com>
30692         [BZ #17250]
30693         * elf/dl-support.c (_dl_main_map): Don't initialize l_flags_1
30694         member.
30696 2015-09-24  Joseph Myers  <joseph@codesourcery.com>
30698         [BZ #18803]
30699         * sysdeps/i386/fpu/e_hypot.S: Use DEFINE_DBL_MIN.
30700         (MO): New macro.
30701         (__ieee754_hypot) [PIC]: Load PIC register.
30702         (__ieee754_hypot): Use DBL_NARROW_EVAL_UFLOW_NONNEG instead of
30703         DBL_NARROW_EVAL.
30704         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Use
30705         math_check_force_underflow_nonneg in case where result might be
30706         tiny.
30707         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
30708         Likewise.
30709         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
30710         Likewise.
30711         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
30712         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Likewise.
30713         * math/auto-libm-test-in: Add more tests of hypot.
30714         * math/auto-libm-test-out: Regenerated.
30716 2015-09-24  Steve Ellcey  <sellcey@imgtec.com>
30718         * sysdeps/mips/math_private.h (libc_fesetenv_mips): Mark cw as unused.
30720 2015-09-24  Joseph Myers  <joseph@codesourcery.com>
30722         * sysdeps/x86_64/fpu/x86_64-math-asm.h: New file.
30723         * sysdeps/x86_64/fpu/e_exp2l.S: Include <x86_64-math-asm.h>.
30724         (ldbl_min): Replace with use of DEFINE_LDBL_MIN.
30725         (__ieee754_exp2l): Use LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN.
30726         * sysdeps/x86_64/fpu/e_expl.S: Include <x86_64-math-asm.h>.
30727         [!USE_AS_EXPM1L] (cmin): Replace with use of DEFINE_LDBL_MIN.
30728         (IEEE754_EXPL): Use LDBL_CHECK_FORCE_UFLOW_NONNEG.
30730         * sysdeps/i386/fpu/e_atanh.S (__ieee754_atanh) [PIC]: Use
30731         LOAD_PIC_REG.
30733         * sysdeps/i386/fpu/i386-math-asm.h (DEFINE_LDBL_MIN): New macro.
30734         (FLT_CHECK_FORCE_UFLOW): Likewise.
30735         (DBL_CHECK_FORCE_UFLOW): Likewise.
30736         (FLT_CHECK_FORCE_UFLOW_NARROW): Likewise.
30737         (DBL_CHECK_FORCE_UFLOW_NARROW): Likewise.
30738         (LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN): Likewise.
30739         (FLT_CHECK_FORCE_UFLOW_NONNAN): Likewise.
30740         (DBL_CHECK_FORCE_UFLOW_NONNAN): Likewise.
30741         (FLT_CHECK_FORCE_UFLOW_NONNEG): Likewise.
30742         (DBL_CHECK_FORCE_UFLOW_NONNEG): Likewise.
30743         (LDBL_CHECK_FORCE_UFLOW_NONNEG): Likewise.
30744         * sysdeps/i386/fpu/e_asin.S: Include <i386-math-asm.h>.
30745         (dbl_min): Replace with use of DEFINE_DBL_MIN.
30746         (__ieee754_asin): Use DBL_CHECK_FORCE_UFLOW.
30747         * sysdeps/i386/fpu/e_asinf.S: Include <i386-math-asm.h>.
30748         (flt_min): Replace with use of DEFINE_FLT_MIN.
30749         (__ieee754_asinf): Use FLT_CHECK_FORCE_UFLOW.
30750         * sysdeps/i386/fpu/e_atan2.S: Include <i386-math-asm.h>.
30751         (dbl_min): Replace with use of DEFINE_DBL_MIN.
30752         (__ieee754_atan2): Use DBL_CHECK_FORCE_UFLOW_NARROW.
30753         * sysdeps/i386/fpu/e_atan2f.S: Include <i386-math-asm.h>.
30754         (flt_min): Replace with use of DEFINE_FLT_MIN.
30755         (__ieee754_atan2f): Use FLT_CHECK_FORCE_UFLOW_NARROW.
30756         * sysdeps/i386/fpu/e_atanh.S: Include <i386-math-asm.h>.
30757         (dbl_min): Replace with use of DEFINE_DBL_MIN.
30758         (__ieee754_atanh): Use DBL_CHECK_FORCE_UFLOW_NONNEG.
30759         * sysdeps/i386/fpu/e_atanhf.S: Include <i386-math-asm.h>.
30760         (flt_min): Replace with use of DEFINE_FLT_MIN.
30761         (__ieee754_atanhf): Use FLT_CHECK_FORCE_UFLOW_NONNEG.
30762         * sysdeps/i386/fpu/e_exp2l.S: Include <i386-math-asm.h>.
30763         (ldbl_min): Replace with use of DEFINE_LDBL_MIN.
30764         (__ieee754_exp2l): Use LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN.
30765         * sysdeps/i386/fpu/e_expl.S: Include <i386-math-asm.h>.
30766         [!USE_AS_EXPM1L] (cmin): Replace with use of DEFINE_LDBL_MIN.
30767         (IEEE754_EXPL): Use LDBL_CHECK_FORCE_UFLOW_NONNEG.
30768         * sysdeps/i386/fpu/s_atan.S: Include <i386-math-asm.h>.
30769         (dbl_min): Replace with use of DEFINE_DBL_MIN.
30770         (__atan): Use DBL_CHECK_FORCE_UFLOW.
30771         * sysdeps/i386/fpu/s_atanf.S: Include <i386-math-asm.h>.
30772         (flt_min): Replace with use of DEFINE_FLT_MIN.
30773         (__atanf): Use FLT_CHECK_FORCE_UFLOW.
30774         * sysdeps/i386/fpu/s_expm1.S: Include <i386-math-asm.h>.
30775         (dbl_min): Replace with use of DEFINE_DBL_MIN.
30776         (__expm1): Use DBL_CHECK_FORCE_UFLOW.  Move underflow check after
30777         main computation.
30778         * sysdeps/i386/fpu/s_expm1f.S: Include <i386-math-asm.h>.
30779         (flt_min): Replace with use of DEFINE_FLT_MIN.
30780         (__expm1f): Use FLT_CHECK_FORCE_UFLOW.  Move underflow check after
30781         main computation.
30782         * sysdeps/i386/fpu/s_log1p.S: Include <i386-math-asm.h>.
30783         (dbl_min): Replace with use of DEFINE_DBL_MIN.
30784         (MO): New macro.
30785         (__log1p): Use MO.  Use DBL_CHECK_FORCE_UFLOW_NONNAN.
30786         * sysdeps/i386/fpu/s_log1pf.S: Include <i386-math-asm.h>.
30787         (flt_min): Replace with use of DEFINE_FLT_MIN.
30788         (MO): New macro.
30789         (__log1pf): Use MO.  Use FLT_CHECK_FORCE_UFLOW_NONNAN.
30790         * sysdeps/i386/fpu/s_log1pl.S (MO): New macro.
30791         (__log1pl): Use MO.
30793         [BZ #19003]
30794         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-e_pow-fma4.c): Add
30795         $(config-cflags-nofma).
30797 2015-09-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
30799         * sysdeps/aarch64/libm-test-ulps: Regenerated.
30801 2015-09-23  Joseph Myers  <joseph@codesourcery.com>
30803         * sysdeps/ieee754/flt-32/e_exp2f.c (TWOM100): Remove volatile.
30804         (TWO127): Likewise.
30806         * sysdeps/generic/math_private.h (fabs_tg): New macro.
30807         (min_of_type): Likewise.
30808         (math_check_force_underflow): Likewise.
30809         (math_check_force_underflow_nonneg): Likewise.
30810         (math_check_force_underflow_complex): Likewise.
30811         * math/e_exp2l.c (__ieee754_exp2l): Use
30812         math_check_force_underflow_nonneg.
30813         * math/k_casinh.c (__kernel_casinh): Likewise.
30814         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30815         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30816         * math/s_catan.c (__catan): Use
30817         math_check_force_underflow_complex.
30818         * math/s_catanf.c (__catanf): Likewise.
30819         * math/s_catanh.c (__catanh): Likewise.
30820         * math/s_catanhf.c (__catanhf): Likewise.
30821         * math/s_catanhl.c (__catanhl): Likewise.
30822         * math/s_catanl.c (__catanl): Likewise.
30823         * math/s_ccosh.c (__ccosh): Likewise.
30824         * math/s_ccoshf.c (__ccoshf): Likewise.
30825         * math/s_ccoshl.c (__ccoshl): Likewise.
30826         * math/s_cexp.c (__cexp): Likewise.
30827         * math/s_cexpf.c (__cexpf): Likewise.
30828         * math/s_cexpl.c (__cexpl): Likewise.
30829         * math/s_clog.c (__clog): Use math_check_force_underflow_nonneg.
30830         * math/s_clog10.c (__clog10): Likewise.
30831         * math/s_clog10f.c (__clog10f): Likewise.
30832         * math/s_clog10l.c (__clog10l): Likewise.
30833         * math/s_clogf.c (__clogf): Likewise.
30834         * math/s_clogl.c (__clogl): Likewise.
30835         * math/s_csin.c (__csin): Use math_check_force_underflow_complex.
30836         * math/s_csinf.c (__csinf): Likewise.
30837         * math/s_csinh.c (__csinh): Likewise.
30838         * math/s_csinhf.c (__csinhf): Likewise.
30839         * math/s_csinhl.c (__csinhl): Likewise.
30840         * math/s_csinl.c (__csinl): Likewise.
30841         * math/s_csqrt.c (__csqrt): Use math_check_force_underflow.
30842         * math/s_csqrtf.c (__csqrtf): Likewise.
30843         * math/s_csqrtl.c (__csqrtl): Likewise.
30844         * math/s_ctan.c (__ctan): Use math_check_force_underflow_complex.
30845         * math/s_ctanf.c (__ctanf): Likewise.
30846         * math/s_ctanh.c (__ctanh): Likewise.
30847         * math/s_ctanhf.c (__ctanhf): Likewise.
30848         * math/s_ctanhl.c (__ctanhl): Likewise.
30849         * math/s_ctanl.c (__ctanl): Likewise.
30850         * stdlib/strtod_l.c (round_and_return): Use math_force_eval
30851         instead of volatile.
30852         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use
30853         math_check_force_underflow.
30854         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
30855         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Do not use
30856         volatile when forcing underflow.
30857         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
30858         math_check_force_underflow_nonneg.
30859         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
30860         Likewise.
30861         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1): Use
30862         math_check_force_underflow.
30863         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
30864         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
30865         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
30866         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Use
30867         math_check_force_underflow_nonneg.
30868         * sysdeps/ieee754/dbl-64/s_erf.c (__erf): Use
30869         math_check_force_underflow.
30870         * sysdeps/ieee754/dbl-64/s_expm1.c (__expm1): Likewise.
30871         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval
30872         instead of volatile.
30873         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Use
30874         math_check_force_underflow.
30875         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30876         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
30877         math_check_force_underflow_nonneg.
30878         * sysdeps/ieee754/dbl-64/s_tanh.c (__tanh): Use
30879         math_check_force_underflow.
30880         * sysdeps/ieee754/flt-32/e_asinf.c (__ieee754_asinf): Likewise.
30881         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
30882         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Use
30883         math_check_force_underflow_nonneg.
30884         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
30885         Likewise.
30886         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_j1f): Use
30887         math_check_force_underflow.
30888         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
30889         * sysdeps/ieee754/flt-32/e_sinhf.c (__ieee754_sinhf): Likewise.
30890         * sysdeps/ieee754/flt-32/k_sinf.c (__kernel_sinf): Likewise.
30891         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Likewise.
30892         * sysdeps/ieee754/flt-32/s_asinhf.c (__asinhf): Likewise.
30893         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Likewise.
30894         * sysdeps/ieee754/flt-32/s_erff.c (__erff): Likewise.
30895         * sysdeps/ieee754/flt-32/s_expm1f.c (__expm1f): Likewise.
30896         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
30897         * sysdeps/ieee754/flt-32/s_tanhf.c (__tanhf): Likewise.
30898         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Likewise.
30899         * sysdeps/ieee754/ldbl-128/e_atanhl.c (__ieee754_atanhl):
30900         Likewise.
30901         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Use
30902         math_check_force_underflow_nonneg.
30903         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
30904         Likewise.
30905         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Use
30906         math_check_force_underflow.
30907         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
30908         * sysdeps/ieee754/ldbl-128/e_sinhl.c (__ieee754_sinhl): Likewise.
30909         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
30910         Likewise.
30911         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Likewise.
30912         * sysdeps/ieee754/ldbl-128/k_tanl.c (__kernel_tanl): Likewise.
30913         * sysdeps/ieee754/ldbl-128/s_asinhl.c (__asinhl): Likewise.
30914         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Likewise.
30915         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Likewise.
30916         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Likewise.
30917         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use math_force_eval
30918         instead of volatile.
30919         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Use
30920         math_check_force_underflow.
30921         * sysdeps/ieee754/ldbl-128/s_tanhl.c (__tanhl): Likewise.
30922         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Use
30923         math_check_force_underflow.
30924         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl):
30925         Likewise.
30926         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
30927         Use math_check_force_underflow_nonneg.
30928         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Use
30929         math_check_force_underflow.
30930         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl):
30931         Likewise.
30932         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
30933         Likewise.
30934         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
30935         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
30936         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
30937         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
30938         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Likewise.
30939         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
30940         * sysdeps/ieee754/ldbl-96/e_asinl.c (__ieee754_asinl): Likewise.
30941         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Likewise.
30942         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r): Use
30943         math_check_force_underflow_nonneg.
30944         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Use
30945         math_check_force_underflow.
30946         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
30947         * sysdeps/ieee754/ldbl-96/e_sinhl.c (__ieee754_sinhl): Likewise.
30948         * sysdeps/ieee754/ldbl-96/k_sinl.c (__kernel_sinl): Likewise.
30949         * sysdeps/ieee754/ldbl-96/k_tanl.c (__kernel_tanl): Use
30950         math_check_force_underflow_nonneg.
30951         * sysdeps/ieee754/ldbl-96/s_asinhl.c (__asinhl): Use
30952         math_check_force_underflow.
30953         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfl): Likewise.
30954         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Use math_force_eval
30955         instead of volatile.
30956         * sysdeps/ieee754/ldbl-96/s_tanhl.c (__tanhl): Use
30957         math_check_force_underflow.
30959         * math/s_nexttowardf.c (__nexttowardf): Use math_narrow_eval.
30960         * stdlib/strtod_l.c: Include <math_private.h>.
30961         (overflow_value): Use math_narrow_eval.
30962         (underflow_value): Likewise.
30963         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
30964         * sysdeps/i386/fpu/s_nexttowardf.c (__nexttowardf): Likewise.
30965         * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Likewise.
30966         (__ieee754_gamma_r): Likewise.
30967         * sysdeps/ieee754/dbl-64/gamma_productf.c (__gamma_productf):
30968         Likewise.
30969         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2):
30970         Likewise.
30971         * sysdeps/ieee754/dbl-64/lgamma_neg.c (__lgamma_neg): Likewise.
30972         * sysdeps/ieee754/dbl-64/s_erf.c (__erfc): Likewise.
30973         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Likewise.
30974         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
30975         * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
30976         (__ieee754_gammaf_r): Likewise.
30977         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
30978         Likewise.
30979         * sysdeps/ieee754/flt-32/lgamma_negf.c (__lgamma_negf): Likewise.
30980         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Likewise.
30981         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
30982         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
30983         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Do not use
30984         volatile.
30985         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
30986         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Use
30987         math_narrow_eval.
30988         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
30989         Likewise.
30990         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
30991         Likewise.
30992         * sysdeps/ieee754/ldbl-96/gamma_product.c (__gamma_product):
30993         Likewise.
30994         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Do not use
30995         volatile.
30996         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
30997         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Use
30998         math_narrow_eval.
30999         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
31000         Likewise.
31001         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
31002         Likewise.
31004 2015-09-22  H.J. Lu  <hongjiu.lu@intel.com>
31006         * nptl/Versions: Remove ignored symbols.
31008 2015-09-22  Florian Weimer  <fweimer@redhat.com>
31010         * nss/bug17079.c: Renamed from nss/bug18287.c.  Add description.
31011         * nss/Makefile (tests): Update.
31013 2015-09-22  Florian Weimer  <fweimer@redhat.com>
31015         * nss/bug18287.c: New file.
31016         * nss/Makefile (tests): Add bug18287.
31018 2015-09-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31020         * mach/Versions (__mach_host_self_): Add symbol.
31022 2015-09-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31024         * sysdeps/mach/hurd/mmap.c (__mmap): Use __vm_page_size instead of
31025         vm_page_size.
31027 2015-09-19  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31029         Really fix sysdeps/i386/fpu/s_scalbn.S build
31031         * math/Versions (libc: GLIBC_2_20): New (empty) version set.
31032         (libc: GLIBC_2_22): Remove unused version set.
31034 2015-09-18  Mike Frysinger  <vapier@gentoo.org>
31036         * config.make.in (enable-timezone-tools): New variable.
31037         * configure.ac (AC_ARG_ENABLE(timezone-tools)): New configure flag.
31038         (enable_timezone_tools): Export to generated files.
31039         * configure: Regenerate.
31040         * INSTALL: Regenerate.
31041         * manual/install.texi (--disable-timezone-tools): Document new flag.
31042         * timezone/Makefile (install-sbin, install-bin-script): Wrap in a
31043         ifeq ($(enable-timezone-tools),yes) check.
31045 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
31047         * timezone/Makefile: Revert previous change.
31049         [BZ #18980]
31050         * sysdeps/i386/fpu/i386-math-asm.h (DEFINE_FLT_MIN): New macro.
31051         (DEFINE_DBL_MIN): Likewise.
31052         (FLT_NARROW_EVAL_UFLOW_NONNEG_NAN): Likewise.
31053         (DBL_NARROW_EVAL_UFLOW_NONNEG_NAN): Likewise.
31054         (FLT_NARROW_EVAL_UFLOW_NONNEG): Likewise.
31055         (DBL_NARROW_EVAL_UFLOW_NONNEG): Likewise.
31056         * sysdeps/i386/fpu/e_exp.S: Include <i386-math-asm.h>.
31057         (dbl_min): Replace with use of DEFINE_DBL_MIN.
31058         (__ieee754_exp): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
31059         (__exp_finite): Use DBL_NARROW_EVAL_UFLOW_NONNEG.
31060         * sysdeps/i386/fpu/e_exp10.S: Include <i386-math-asm.h>.
31061         (dbl_min): Replace with use of DEFINE_DBL_MIN.
31062         (__ieee754_exp10): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
31063         * sysdeps/i386/fpu/e_exp10f.S: Include <i386-math-asm.h>.
31064         (flt_min): Replace with use of DEFINE_FLT_MIN.
31065         (__ieee754_exp10f): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
31066         * sysdeps/i386/fpu/e_exp2.S: Include <i386-math-asm.h>.
31067         (dbl_min): Replace with use of DEFINE_DBL_MIN.
31068         (__ieee754_exp2): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
31069         * sysdeps/i386/fpu/e_exp2f.S: Include <i386-math-asm.h>.
31070         (flt_min): Replace with use of DEFINE_FLT_MIN.
31071         (__ieee754_exp2f): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
31072         * sysdeps/i386/fpu/e_expf.S: Include <i386-math-asm.h>.
31073         (flt_min): Replace with use of DEFINE_FLT_MIN.
31074         (__ieee754_expf): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
31075         (__expf_finite): Use FLT_NARROW_EVAL_UFLOW_NONNEG.
31076         * sysdeps/i386/fpu/e_hypot.S: Include <i386-math-asm.h>.
31077         (__ieee754_hypot): Use DBL_NARROW_EVAL.
31078         * sysdeps/i386/fpu/e_hypotf.S: Include <i386-math-asm.h>.
31079         (__ieee754_hypotf): Use FLT_NARROW_EVAL.
31080         * sysdeps/i386/fpu/e_pow.S: Include <i386-math-asm.h>.
31081         (__ieee754_pow): Use DBL_NARROW_EVAL.
31082         * sysdeps/i386/fpu/e_powf.S: Include <i386-math-asm.h>.
31083         (__ieee754_powf): Use FLT_NARROW_EVAL.
31084         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S
31085         (__ieee754_expf_sse2): Convert double-precision result to single
31086         precision.
31087         * sysdeps/i386/fpu/libm-test-ulps: Update.
31089 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
31091         * timezone/Makefile: Ignore unused variable errors due to private.h
31092         (time_t_min) and (time_t_max).
31093         * timezone/private.h (time_t_min): Revert removal.  (time_t_max):
31094         Likewise.
31096 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
31098         [BZ #18981]
31099         * sysdeps/i386/fpu/i386-math-asm.h: New file.
31100         * sysdeps/i386/fpu/e_scalb.S: Include <i386-math-asm.h>.
31101         (__ieee754_scalb): Use DBL_NARROW_EVAL.
31102         * sysdeps/i386/fpu/e_scalbf.S: Include <i386-math-asm.h>.
31103         (__ieee754_scalbf): Use FLT_NARROW_EVAL.
31104         * sysdeps/i386/fpu/s_scalbn.S: Include <i386-math-asm.h>.
31105         (__scalbn): Use DBL_NARROW_EVAL.
31106         * sysdeps/i386/fpu/s_scalbnf.S: Include <i386-math-asm.h>.
31107         (__scalbnf): Use FLT_NARROW_EVAL.
31109 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
31111         * math/w_tgamma.c (__ieee754_gamma_r): Use explicit sign check.
31112         * math/w_tgammaf.c (__ieee754_gammaf_r): Likewise.
31113         * math/w_tgammal.c (__ieee754_gammal_r): Likewise.
31114         * stdio-common/printf_fp.c (___printf_fp):
31115         Use signbit to get the sign. Use isinf macro to allow inlining.
31116         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.
31117         * stdio-common/printf_size.c (__printf_size): Likewise.
31119 2015-09-18  Mike Frysinger  <vapier@gentoo.org>
31121         * timezone/Makefile ($(testdata)/XT%): Call $(make-target-directory).
31123 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
31125         [BZ #18980]
31126         * sysdeps/generic/math_private.h: Include <float.h>.
31127         (math_narrow_eval): New macro.
31128         [FLT_EVAL_METHOD != 0] (excess_precision): Likewise.
31129         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Use
31130         math_narrow_eval on overflowing return value.
31131         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (__ieee754_lgamma_r):
31132         Likewise.
31133         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
31134         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Likewise.
31135         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r):
31136         Likewise.
31137         * sysdeps/ieee754/flt-32/e_sinhf.c (__ieee754_sinhf): Likewise.
31139 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
31141         * include/math.h: Remove __isinf_ns, __isinf_nsf, __isinf_nsl.
31142         * math/Makefile: Remove isinf_ns.c.
31143         * math/divtc3.c (__divtc3): Replace __isinf_nsl with isinf.
31144         * math/multc3.c (__multc3): Likewise.
31145         * math/s_casin.c (__casin): Likewise.
31146         * math/s_casinf.c (__casinf): Likewise.
31147         * math/s_casinl.c (__casinl): Likewise.
31148         * math/s_cproj.c (__cproj): Likewise.
31149         * math/s_cprojf.c (__cprojf): Likewise.
31150         * math/s_cprojl.c (__cprofl): Likewise.
31151         * math/s_ctan.c (__ctan): Likewise.
31152         * math/s_ctanf.c (__ctanf): Likewise.
31153         * math/s_ctanh.c (__ctanh): Likewise.
31154         * math/s_ctanhf.c (__ctanhf): Likewise.
31155         * math/s_ctanhl.c (__ctanhl): Likewise.
31156         * math/s_ctanl.c (__ctanl): Likewise.
31157         * math/w_fmod.c (__fmod): Likewise.
31158         * math/w_fmodf.c (__fmodf): Likewise.
31159         * math/w_fmodl.c (_fmodl): Likewise.
31160         * math/w_remainder.c (__remainder): Likewise.
31161         * math/w_remainderf.c (__remainderf): Likewise.
31162         * math/w_remainderl.c (__remainderl): Likewise.
31163         * math/w_scalb.c (__scalb): Likewise.
31164         * math/w_scalbf.c (__scalbf): Likewise.
31165         * math/w_scalbl.c (__scalbl): Likewise.
31166         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Deleted file.
31167         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Replace __isinf_ns
31168         with isinf.
31169         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Deleted file.
31170         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Deleted file.
31171         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Replace
31172         __isinf_nsf with isinf.
31173         * sysdeps/ieee754/flt-32/math_private.h: Deleted file.
31174         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Deleted file.
31175         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Deleted file.
31176         * sysdeps/ieee754/ldbl-128/s_sincosl.c (__sincosl): Replace __isinf_nsl
31177         with isinf.
31178         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c(__cprojll): Replace
31179         __isinf_nsl with isinf.
31180         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c(__ctanl): Replace __isinf_nsl
31181         with isinf.
31182         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Deleted file.
31183         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Replace
31184         __isinf_nsl with isinf.
31185         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Deleted file.
31186         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Replace __isinf_nsl
31187         with isinf.
31189 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
31191         * resolv/base64.c (rcsid): Remove unused static.
31192         * sysdeps/ieee754/dbl-64/atnat2.h (qpi1): Remove unused
31193         static.  (tqpi1): Likewise.
31194         * sysdeps/ieee754/dbl-64/uexp.h (one): Likewise.
31195         * sysdeps/ieee754/dbl-64/upow.h (sqrt_2): Likewise.
31196         * sysdeps/ieee754/flt-32/e_log10f.c (one): Likewise.
31197         * sysdeps/ieee754/flt-32/s_cosf.c (one): Likewise.
31198         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (zero): Likewise.
31199         * sysdeps/ieee754/ldbl-128/s_erfl.c (half): Likewise.
31200         * sysdeps/ieee754/ldbl-128/s_log1pl.c (maxlog): Likewise.
31201         * timezone/private.h (time_t_min): Likewise.  (time_t_max):
31202         Likewise.
31204 2015-09-18  H.J. Lu  <hongjiu.lu@intel.com>
31206         * sysdeps/nptl/jmp-unwind.c: Include <libc-lock.h> instead of
31207         <nptl/pthreadP.h>.
31208         (_longjmp_unwind): Use __libc_ptf_call.
31209         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Likewise.
31211 2015-09-18  David Lamparter  <equinox-gentoo@diac24.net>
31213         * sysdeps/arm/setjmp.S: Change PIC to SHARED.
31214         * sysdeps/arm/__longjmp.S: Likewise.
31216 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
31218         * sysdeps/ieee754/dbl-64/s_signbit.c (__signbit):
31219         Use __builtin_signbit.
31220         * sysdeps/ieee754/flt-32/s_signbitf.c (__signbitf):
31221         Use __builtin_signbitf.
31222         * sysdeps/ieee754/ldbl-128/s_signbitl.c (__signbitl):
31223         Use __builtin_signbitl.
31224         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
31225         * sysdeps/ieee754/ldbl-96/s_signbitl.c (__signbitl): Likewise.
31227 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
31229         [BZ #15367]
31230         [BZ #17441]
31232         * math/Makefile: Build test-snan.c with -fsignaling-nans.
31233         * math/math.h (fpclassify): Use __builtin_fpclassify when
31234         available.  (signbit): Use __builtin_signbit(f/l).
31235         (isfinite): Use__builtin_isfinite.  (isnormal): Use
31236         __builtin_isnormal.  (isnan): Use __builtin_isnan.
31237         (isinf): Use __builtin_isinf_sign.
31239 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
31241         * benchtests/Makefile: Add bench-math-inlines, link with libm.
31242         * benchtests/bench-math-inlines.c: New benchmark.
31243         * benchtests/bench-util.h: New file.
31244         * benchtests/bench-util.c: New file.
31245         * benchtests/bench-skeleton.c: Add include of bench-util.c/h.
31247 2015-09-18  Carlos O'Donell  <carlos@redhat.com>
31249         * elf/tst-dlmopen1.c: Define TEST_SO.
31250         (do_test): Use TEST_SO.
31252         * elf/dl-load.c: Include libc-internal.h.
31253         (_dl_map_object_from_fd): Use ALIGN_UP and ALIGN_DOWN.
31255 2015-09-18  Vincent Bernat  <vincent@bernat.im>
31257         [BZ #17887]
31258         * time/strptime_l.c (__strptime_internal): Make %z accept
31259         [+-]HH:MM time zones.
31261 2015-09-18  Vincent Bernat  <vincent@bernat.im>
31263         [BZ #17886]
31264         * time/strptime_l.c (__strptime_internal): Make %z accept Z as a
31265         valid time zone.
31267 2015-09-17  Mike Frysinger  <vapier@gentoo.org>
31269         * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-fdatasync.c): Delete.
31270         * sysdeps/unix/sysv/linux/alpha/fdatasync.c: Delete.
31271         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
31272         (__ASSUME_FDATASYNC): Delete.
31274 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
31276         * conform/linknamespace.pl: Require weak undefined symbols to be
31277         in the standard namespace.
31278         (%strong_syms): Rename to %seen_syms.
31279         (%strong_seen): Rename to %seen_where.
31281 2015-09-17  H.J. Lu  <hongjiu.lu@intel.com>
31283         [BZ #18970]
31284         * misc/error.c (error): Replace pthread_setcancelstate with
31285         __pthread_setcancelstate.
31286         (error_at_line): Likewise.
31287         * posix/wordexp.c (parse_comm): Likewise.
31288         * stdlib/fmtmsg.c (fmtmsg): Likewise.
31289         * nptl/forward.c (pthread_setcancelstate): Renamed to ...
31290         (__pthread_setcancelstate): This.
31291         (pthread_setcancelstate): Add an alias.
31292         * nptl/nptl-init.c (pthread_functions): Replace
31293         ptr_pthread_setcancelstate with ptr___pthread_setcancelstate.
31294         * sysdeps/nptl/pthread-functions.h (pthread_functions): Likewise.
31295         * nptl/pthreadP.h (__pthread_setcancelstate): Mark it with
31296         hidden_proto.
31297         * nptl/pthread_setcancelstate.c (__pthread_setcancelstate): Mark
31298         it with hidden_def.
31299         * sysdeps/nptl/libc-lockP.h (__pthread_setcancelstate): New.
31300         (pthread_setcancelstate): Renamed to ...
31301         (__pthread_setcancelstate): This.
31302         * sysdeps/unix/sysv/linux/fatal-prepare.h (FATAL_PREPARE): Use
31303         __libc_ptf_call with __pthread_setcancelstate.
31305 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
31306             Andreas Schwab  <schwab@suse.de>
31308         [BZ #17118]
31309         * math/s_ctan.c (__ctan): Determine sign of zero real part of
31310         result when imaginary part of argument is infinite using sine and
31311         cosine.
31312         * math/s_ctanf.c (__ctanf): Likewise.
31313         * math/s_ctanl.c (__ctanl): Likewise.
31314         * math/s_ctanh.c (__ctanh): Determine sign of zero imaginary part
31315         of result when real part of argument is infinite using sine and
31316         cosine.
31317         * math/s_ctanhf.c (__ctanhf): Likewise.
31318         * math/s_ctanhl.c (__ctanhl): Likewise.
31319         * math/libm-test.inc (ctan_test_data): Add more tests of ctan.
31320         (ctanh_test_data): Add more tests of ctanh.
31322 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
31324         [BZ #15384]
31325         * sysdeps/ieee754/dbl-64/s_finite.c (FINITE): Use same constant as
31326         bit-mask as in subtraction.
31327         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c (__finite):
31328         Likewise.
31329         * sysdeps/ieee754/flt-32/s_finitef.c (FINITEF): Likewise.
31330         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Likewise.
31331         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (__finitel): Likewise.
31333         [BZ #18951]
31334         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Force
31335         underflow exception for small results.
31336         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
31337         Likewise.
31338         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
31339         Likewise.
31340         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
31341         Likewise.
31342         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
31343         Likewise.
31344         * math/auto-libm-test-in: Add more tests of tgamma.
31345         * math/auto-libm-test-out: Regenerated.
31347 2015-09-17  Andreas Schwab  <schwab@suse.de>
31349         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Readd.
31351 2015-09-16  Joseph Myers  <joseph@codesourcery.com>
31353         [BZ #18977]
31354         * math/bits/mathcalls.h
31355         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (j0): Do
31356         not declare.
31357         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (j1):
31358         Likewise.
31359         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (jn):
31360         Likewise.
31361         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (y0):
31362         Likewise.
31363         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (y1):
31364         Likewise.
31365         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (yn):
31366         Likewise.
31367         * conform/data/math.h-data
31368         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j0f): Do not expect
31369         function.
31370         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j1f): Likewise.
31371         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (jnf): Likewise.
31372         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y0f): Likewise.
31373         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y1f): Likewise.
31374         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (ynf): Likewise.
31375         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j0l): Likewise.
31376         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j1l): Likewise.
31377         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (jnl): Likewise.
31378         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y0l): Likewise.
31379         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y1l): Likewise.
31380         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (ynl): Likewise.
31382         [BZ #6803]
31383         * math/s_ldexp.c (scalbn): Define as weak alias of __ldexp.
31384         [NO_LONG_DOUBLE] (scalbnl): Define as weak alias of __ldexp.
31385         * math/s_ldexpf.c (scalbnf): Define as weak alias of __ldexpf.
31386         * math/s_ldexpl.c (scalbnl): Define as weak alias of __ldexpl.
31387         * sysdeps/i386/fpu/s_scalbn.S (scalbn): Remove alias.
31388         * sysdeps/i386/fpu/s_scalbnf.S (scalbnf): Likewise.
31389         * sysdeps/i386/fpu/s_scalbnl.S (scalbnl): Likewise.
31390         * sysdeps/ieee754/dbl-64/s_scalbn.c (scalbn): Likewise.
31391         [NO_LONG_DOUBLE] (scalbnl): Likewise.
31392         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (scalbn):
31393         Likewise.
31394         [NO_LONG_DOUBLE] (scalbnl): Likewise.
31395         * sysdeps/ieee754/flt-32/s_scalbnf.c (scalbnf): Likewise.
31396         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (scalbnl): Likewise.
31397         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (scalbnl): Remove
31398         long_double_symbol calls.
31399         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c (scalbnl): Likewise.
31400         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c (__ldexpl_2): Define as
31401         strong alias of __ldexpl.
31402         (scalbnl): Define using long_double_symbol.
31403         * sysdeps/m68k/m680x0/fpu/s_scalbn.c (__CONCATX(scalbn,suffix)):
31404         Remove alias.
31405         * sysdeps/sparc/sparc64/soft-fp/s_scalbnl.c (scalbnl): Likewise.
31406         * sysdeps/x86_64/fpu/s_scalbnl.S (scalbnl): Likewise.
31407         * math/libm-test.inc (scalbn_test_data): Add errno expectations.
31408         (scalbln_test_data): Add more errno expectations.
31410 2015-09-16  Justus Winter  <4winter@informatik.uni-hamburg.de>
31412         Cache the host port like we cache the task port.  This way we do not
31413         need to call the kernel just to get the port.  Furthermore, we no
31414         longer increase the reference count on every invocation of
31415         `mach_host_self'.
31417         * mach/mach/mach_traps.h (__mach_host_self, mach_host_self):
31418         Protect declarations against the macro expansion.
31419         * mach/mach_init.c (__mach_host_self_): New variable.
31420         (mach_init): Initialize `__mach_host_self_'.
31421         * mach/mach_init.h (__mach_host_self_): New declaration.
31422         (__mach_host_self, mach_host_self): New macros.
31423         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start_cleanup):
31424         Release reference.
31426 2015-09-16  Joseph Myers  <joseph@codesourcery.com>
31428         [BZ #4404]
31429         * po/de.po: Update from Translation Project.
31431         [BZ #16415]
31432         * sysdeps/ieee754/ldbl-128/s_expm1l.c (maxlog): Remove variable.
31433         (__expm1l): Remove code to handle positive infinity and overflow.
31434         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (maxlog): Remove
31435         variable.
31436         (__expm1l): Remove code to handle positive infinity and overflow.
31438 2015-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31439             Paul Pluzhnikov  <ppluzhnikov@google.com>
31441         [BZ #18872]
31442         * stdio-common/Makefile (tst-printf-bz18872): New test.
31443         (tst-printf-bz18872-mem.out): Likewise.
31444         * stdio-common/tst-printf-bz18872.sh: Generate new test.
31445         * stdio-common/vfprintf.c: Fix memory leaks.
31447 2015-09-16  Andreas Schwab  <schwab@suse.de>
31449         [BZ #17244]
31450         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
31451         Remove extra va_start/va_end calls.
31453         [BZ #17243]
31454         * posix/execl.c (execl): Add missing va_end.
31455         * posix/execle.c (execle): Likewise.
31456         * posix/execlp.c (execlp): Likewise.
31458 2015-09-15  Roland McGrath  <roland@hack.frob.com>
31460         * misc/sys/param.h [!MAXHOSTNAMELEN && HOST_NAME_MAX]
31461         (MAXHOSTNAMELEN): Define it to HOST_NAME_MAX.
31463 2015-09-15  Joseph Myers  <joseph@codesourcery.com>
31465         [BZ #18967]
31466         * math/math.h (__MATH_DECLARING_DOUBLE): New macro.  Define and
31467         undefine around includes of <bits/mathcalls.h>.
31468         * math/bits/mathcalls.h [!__USE_MISC && __USE_XOPEN2K] (isnan): Do
31469         not declare function.
31470         [!__USE_MISC && __USE_XOPEN2K] (gamma): Likewise.
31471         [!__USE_MISC && (!__MATH_DECLARING_DOUBLE || __USE_XOPEN2K8)]
31472         (scalb): Likewise.
31473         * math/tgmath.h [!__USE_MISC && __USE_XOPEN_EXTENDED] (scalb): Do
31474         not define macro.
31475         * conform/Makefile (test-xfail-XOPEN2K/math.h/conform): Remove
31476         variable.
31477         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
31478         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
31479         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
31481         [BZ #18857]
31482         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Just
31483         return non-finite argument without doing ordered comparisons on
31484         it.
31486         [BZ #16296]
31487         * math/fenv.h (fegetround): Use __attribute_pure__.
31488         * include/fenv.h (__fegetround): Likewise.
31490         [BZ #18595]
31491         * math/s_ctan.c (__ctan): Force underflow exception for results
31492         whose real or imaginary part has small absolute value.
31493         * math/s_ctanf.c (__ctanf): Likewise.
31494         * math/s_ctanh.c (__ctanh): Likewise.
31495         * math/s_ctanhf.c (__ctanhf): Likewise.
31496         * math/s_ctanhl.c (__ctanhl): Likewise.
31497         * math/s_ctanl.c (__ctanl): Likewise.
31498         * math/auto-libm-test-in: Do not allow missing underflow for ctan
31499         and ctanh.  Add more tests of ctan and ctanh.
31501         [BZ #15918]
31502         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Simplify
31503         handling of cases where one argument is an infinity.
31505         [BZ #18875]
31506         [BZ #18966]
31507         * sysdeps/i386/fpu/e_exp10.S (dbl_min): New object.
31508         (MO): New macro.
31509         (__ieee754_exp10): For small results, force underflow exception
31510         and remove excess range and precision from return value.
31511         * sysdeps/i386/fpu/e_exp10f.S (flt_min): New object.
31512         (MO): New macro.
31513         (__ieee754_exp10f): For small results, force underflow exception
31514         and remove excess range and precision from return value.
31515         * math/auto-libm-test-in: Add more tests of exp10.
31516         * math/auto-libm-test-out: Regenerated.
31518 2015-09-14  Joseph Myers  <joseph@codesourcery.com>
31520         [BZ #18875]
31521         [BZ #18961]
31522         * sysdeps/i386/fpu/e_exp.S (dbl_min): New object.
31523         (MO): New macro.
31524         (__ieee754_exp): For small results, force underflow exception and
31525         remove excess range and precision from return value.
31526         (__exp_finite): Likewise.
31527         * sysdeps/i386/fpu/e_expf.S (flt_min): New object.
31528         (MO): New macro.
31529         (__ieee754_expf): For small results, force underflow exception and
31530         remove excess range and precision from return value.
31531         (__expf_finite): Likewise.
31532         * math/auto-libm-test-in: Add more tests of exp.
31533         * math/auto-libm-test-out: Regenerated.
31535         [BZ #16521]
31536         [BZ #18875]
31537         * math/e_exp2l.c (__ieee754_exp2l): Force underflow exception for
31538         small results.
31539         * sysdeps/i386/fpu/e_exp2.S (dbl_min): New object.
31540         (MO): New macro.
31541         (__ieee754_exp2): For small results, force underflow exception and
31542         remove excess range and precision from return value.
31543         * sysdeps/i386/fpu/e_exp2f.S (flt_min): New object.
31544         (MO): New macro.
31545         (__ieee754_exp2f): For small results, force underflow exception
31546         and remove excess range and precision from return value.
31547         * sysdeps/i386/fpu/e_exp2l.S (ldbl_min): New object.
31548         (MO): New macro.
31549         (__ieee754_exp2l): Force underflow exception for small results.
31550         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
31551         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
31552         * sysdeps/x86_64/fpu/e_exp2l.S (ldbl_min): New object.
31553         (MO): New macro.
31554         (__ieee754_exp2l): Force underflow exception for small results.
31555         * math/auto-libm-test-in: Add more tests or exp2.
31556         * math/auto-libm-test-out: Regenerated.
31558 2015-09-14  Carlos O'Donell  <carlos@redhat.com>
31560         * malloc/malloc.c (systrim): Use ALIGN_DOWN.
31562         * Makefile ($(objpfx)check-local-headers.out): Redirect stdin from
31563         /dev/null.
31565 2015-09-13  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31567         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
31568         io fs process)): Drop spurious backslash.
31570 2015-09-12  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
31572         * sysdeps/unix/sysv/linux/getsysstats.c (__get_phys_pages):
31573         Use sysinfo system call instead of parsing /proc/meminfo.
31574         * sysdeps/unix/sysv/linux/getsysstats.c (__get_avphys_pages):
31575         Likewise.
31577 2015-09-11  Mike Frysinger  <vapier@gentoo.org>
31579         [BZ #16985]
31580         * programs/localedef.c (main): Display argv[remaining] when
31581         output_path is NULL.
31583 2015-09-11  Joseph Myers  <joseph@codesourcery.com>
31585         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
31586         asinh, atan, atan2, atanh, cabs, carg, cos, csqrt, erfc, exp,
31587         exp10, exp2, log, log1p, log2, pow, sin, sincos, sinh, tan and
31588         tanh.
31589         * math/auto-libm-test-out: Regenerated.
31590         * sysdeps/i386/fpu/libm-test-ulps: Update.
31591         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
31592         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
31593         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31595 2015-09-11  Roland McGrath  <roland@hack.frob.com>
31597         * sysdeps/nacl/Makefile [$(subdir) = misc] (sysdep_headers):
31598         Use 'override' keyword to freeze the value here, preventing
31599         the addition of sys/mtio.h by sysdeps/gnu/Makefile.
31601 2015-09-11  Joseph Myers  <joseph@codesourcery.com>
31603         [BZ #14912]
31604         * sysdeps/aarch64/bits/atomic.h: Move to ...
31605         * sysdeps/aarch64/atomic-machine.h: ...here.
31606         (_AARCH64_BITS_ATOMIC_H): Rename macro to
31607         _AARCH64_ATOMIC_MACHINE_H.
31608         * sysdeps/alpha/bits/atomic.h: Move to ...
31609         * sysdeps/alpha/atomic-machine.h: ...here.
31610         * sysdeps/arm/bits/atomic.h: Move to ...
31611         * sysdeps/arm/atomic-machine.h: ...here.  Update comments.
31612         * bits/atomic.h: Move to ...
31613         * sysdeps/generic/atomic-machine.h: ...here.
31614         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
31615         * sysdeps/i386/bits/atomic.h: Move to ...
31616         * sysdeps/i386/atomic-machine.h: ...here.
31617         * sysdeps/ia64/bits/atomic.h: Move to ...
31618         * sysdeps/ia64/atomic-machine.h: ...here.
31619         * sysdeps/m68k/coldfire/bits/atomic.h: Move to ...
31620         * sysdeps/m68k/coldfire/atomic-machine.h: ...here.
31621         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
31622         * sysdeps/m68k/m680x0/m68020/bits/atomic.h: Move to ...
31623         * sysdeps/m68k/m680x0/m68020/atomic-machine.h: ...here.
31624         * sysdeps/microblaze/bits/atomic.h: Move to ...
31625         * sysdeps/microblaze/atomic-machine.h: ...here.
31626         * sysdeps/mips/bits/atomic.h: Move to ...
31627         * sysdeps/mips/atomic-machine.h: ...here.
31628         (_MIPS_BITS_ATOMIC_H): Rename macro to _MIPS_ATOMIC_MACHINE_H.
31629         * sysdeps/powerpc/bits/atomic.h: Move to ...
31630         * sysdeps/powerpc/atomic-machine.h: ...here.  Update comments.
31631         * sysdeps/powerpc/powerpc32/bits/atomic.h: Move to ...
31632         * sysdeps/powerpc/powerpc32/atomic-machine.h: ...here.  Update
31633         comments.  Include <atomic-machine.h> instead of <bits/atomic.h>.
31634         * sysdeps/powerpc/powerpc64/bits/atomic.h: Move to ...
31635         * sysdeps/powerpc/powerpc64/atomic-machine.h: ...here.  Include
31636         <atomic-machine.h> instead of <bits/atomic.h>.
31637         * sysdeps/s390/bits/atomic.h: Move to ...
31638         * sysdeps/s390/atomic-machine.h: ...here.
31639         * sysdeps/sparc/sparc32/bits/atomic.h: Move to ...
31640         * sysdeps/sparc/sparc32/atomic-machine.h: ...here.
31641         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
31642         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: Move to ...
31643         * sysdeps/sparc/sparc32/sparcv9/atomic-machine.h: ...here.
31644         * sysdeps/sparc/sparc64/bits/atomic.h: Move to ...
31645         * sysdeps/sparc/sparc64/atomic-machine.h: ...here.
31646         * sysdeps/tile/bits/atomic.h: Move to ...
31647         * sysdeps/tile/atomic-machine.h: ...here.
31648         * sysdeps/tile/tilegx/bits/atomic.h: Move to ...
31649         * sysdeps/tile/tilegx/atomic-machine.h: ...here.  Include
31650         <sysdeps/tile/atomic-machine.h> instead of
31651         <sysdeps/tile/bits/atomic.h>.
31652         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
31653         * sysdeps/tile/tilepro/bits/atomic.h: Move to ...
31654         * sysdeps/tile/tilepro/atomic-machine.h: ...here.  Include
31655         <sysdeps/tile/atomic-machine.h> instead of
31656         <sysdeps/tile/bits/atomic.h>.
31657         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
31658         * sysdeps/unix/sysv/linux/arm/bits/atomic.h: Move to ...
31659         * sysdeps/unix/sysv/linux/arm/atomic-machine.h: ...here.  Include
31660         <sysdeps/arm/atomic-machine.h> instead of
31661         <sysdeps/arm/bits/atomic.h>.
31662         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Move to ...
31663         * sysdeps/unix/sysv/linux/hppa/atomic-machine.h: ...here.
31664         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
31665         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: Move to ...
31666         * sysdeps/unix/sysv/linux/m68k/coldfire/atomic-machine.h: ...here.
31667         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
31668         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: Move to ...
31669         * sysdeps/unix/sysv/linux/nios2/atomic-machine.h: ...here.
31670         (_NIOS2_BITS_ATOMIC_H): Rename macro to _NIOS2_ATOMIC_MACHINE_H.
31671         * sysdeps/unix/sysv/linux/sh/bits/atomic.h: Move to ...
31672         * sysdeps/unix/sysv/linux/sh/atomic-machine.h: ...here.
31673         * sysdeps/x86_64/bits/atomic.h: Move to ...
31674         * sysdeps/x86_64/atomic-machine.h: ...here.
31675         * include/atomic.h: Include <atomic-machine.h> instead of
31676         <bits/atomic.h>.
31678         * sysdeps/mips/mips32/libm-test-ulps: Update.
31679         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
31681         [BZ #18952]
31682         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r): Do
31683         not convert non-integer negative arguments to int to determine the
31684         value of signgam.
31685         * math/auto-libm-test-in: Add more tests of lgamma.
31686         * math/auto-libm-test-out: Regenerated.
31688         * math/auto-libm-test-in: Add more tests of acosh, atanh, cbrt,
31689         cosh, csqrt, erfc, expm1 and lgamma.
31690         * math/auto-libm-test-out: Regenerated.
31691         * sysdeps/i386/fpu/libm-test-ulps: Update.
31692         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31694 2015-09-10  Joseph Myers  <joseph@codesourcery.com>
31696         [BZ #2542]
31697         [BZ #2543]
31698         [BZ #2558]
31699         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (__ieee754_lgamma_r): Call
31700         __lgamma_neg for arguments from -28.0 to -2.0.
31701         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Call
31702         __lgamma_negf for arguments from -15.0 to -2.0.
31703         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
31704         Call __lgamma_negl for arguments from -48.0 or -50.0 to -2.0.
31705         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
31706         Call __lgamma_negl for arguments from -33.0 to -2.0.
31707         * sysdeps/ieee754/dbl-64/lgamma_neg.c: New file.
31708         * sysdeps/ieee754/dbl-64/lgamma_product.c: Likewise.
31709         * sysdeps/ieee754/flt-32/lgamma_negf.c: Likewise.
31710         * sysdeps/ieee754/flt-32/lgamma_productf.c: Likewise.
31711         * sysdeps/ieee754/ldbl-128/lgamma_negl.c: Likewise.
31712         * sysdeps/ieee754/ldbl-128/lgamma_productl.c: Likewise.
31713         * sysdeps/ieee754/ldbl-128ibm/lgamma_negl.c: Likewise.
31714         * sysdeps/ieee754/ldbl-128ibm/lgamma_productl.c: Likewise.
31715         * sysdeps/ieee754/ldbl-96/lgamma_negl.c: Likewise.
31716         * sysdeps/ieee754/ldbl-96/lgamma_product.c: Likewise.
31717         * sysdeps/ieee754/ldbl-96/lgamma_productl.c: Likewise.
31718         * sysdeps/generic/math_private.h (__lgamma_negf): New prototype.
31719         (__lgamma_neg): Likewise.
31720         (__lgamma_negl): Likewise.
31721         (__lgamma_product): Likewise.
31722         (__lgamma_productl): Likewise.
31723         * math/Makefile (libm-calls): Add lgamma_neg and lgamma_product.
31724         * math/auto-libm-test-in: Add more tests of lgamma.
31725         * math/auto-libm-test-out: Regenerated.
31726         * sysdeps/i386/fpu/libm-test-ulps: Update.
31727         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31729 2015-09-09  Justin Maggard  <jmaggard@netgear.com>
31731         [BZ #18675]
31732         * sysdeps/posix/fpathconf.c (__fpathconf): Use __fstatvfs64.
31734 2015-09-08  Joseph Myers  <joseph@codesourcery.com>
31736         [BZ #14912]
31737         * bits/libc-lock.h: Move to ...
31738         * sysdeps/generic/libc-lock.h: ...here.
31739         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
31740         * sysdeps/mach/hurd/bits/libc-lock.h: Move to ...
31741         * sysdeps/mach/hurd/libc-lock.h: ...here.
31742         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
31743         [_LIBC]: Include <libc-lockP.h> instead of <bits/libc-lockP.h>.
31744         * sysdeps/mach/bits/libc-lock.h: Move to ...
31745         * sysdeps/mach/libc-lock.h: ...here.
31746         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
31747         * sysdeps/nptl/bits/libc-lock.h: Move to ...
31748         * sysdeps/nptl/libc-lock.h: ...here.
31749         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
31750         * sysdeps/nptl/bits/libc-lockP.h: Move to ...
31751         * sysdeps/nptl/libc-lockP.h: ...here.
31752         (_BITS_LIBC_LOCKP_H): Rename macro to _LIBC_LOCKP_H.
31753         * crypt/crypt_util.c: Include <libc-lock.h> instead of
31754         <bits/libc-lock.h>.
31755         * dirent/scandir-tail.c: Likewise.
31756         * dlfcn/dlerror.c: Likewise.
31757         * elf/dl-close.c: Likewise.
31758         * elf/dl-iteratephdr.c: Likewise.
31759         * elf/dl-lookup.c: Likewise.
31760         * elf/dl-open.c: Likewise.
31761         * elf/dl-support.c: Likewise.
31762         * elf/dl-writev.h: Likewise.
31763         * elf/rtld.c: Likewise.
31764         * grp/fgetgrent.c: Likewise.
31765         * gshadow/fgetsgent.c: Likewise.
31766         * gshadow/sgetsgent.c: Likewise.
31767         * iconv/gconv_conf.c: Likewise.
31768         * iconv/gconv_db.c: Likewise.
31769         * iconv/gconv_dl.c: Likewise.
31770         * iconv/gconv_int.h: Likewise.
31771         * iconv/gconv_trans.c: Likewise.
31772         * include/link.h: Likewise.
31773         * inet/getnameinfo.c: Likewise.
31774         * inet/getnetgrent.c: Likewise.
31775         * inet/getnetgrent_r.c: Likewise.
31776         * intl/bindtextdom.c: Likewise.
31777         * intl/dcigettext.c: Likewise.
31778         * intl/finddomain.c: Likewise.
31779         * intl/gettextP.h: Likewise.
31780         * intl/loadmsgcat.c: Likewise.
31781         * intl/localealias.c: Likewise.
31782         * intl/textdomain.c: Likewise.
31783         * libidn/idn-stub.c: Likewise.
31784         * libio/libioP.h: Likewise.
31785         * locale/duplocale.c: Likewise.
31786         * locale/freelocale.c: Likewise.
31787         * locale/newlocale.c: Likewise.
31788         * locale/setlocale.c: Likewise.
31789         * login/getutent_r.c: Likewise.
31790         * login/getutid_r.c: Likewise.
31791         * login/getutline_r.c: Likewise.
31792         * login/utmp-private.h: Likewise.
31793         * login/utmpname.c: Likewise.
31794         * malloc/mtrace.c: Likewise.
31795         * misc/efgcvt.c: Likewise.
31796         * misc/error.c: Likewise.
31797         * misc/fstab.c: Likewise.
31798         * misc/getpass.c: Likewise.
31799         * misc/mntent.c: Likewise.
31800         * misc/syslog.c: Likewise.
31801         * nis/nis_call.c: Likewise.
31802         * nis/nis_callback.c: Likewise.
31803         * nis/nss-default.c: Likewise.
31804         * nis/nss_compat/compat-grp.c: Likewise.
31805         * nis/nss_compat/compat-initgroups.c: Likewise.
31806         * nis/nss_compat/compat-pwd.c: Likewise.
31807         * nis/nss_compat/compat-spwd.c: Likewise.
31808         * nis/nss_nis/nis-alias.c: Likewise.
31809         * nis/nss_nis/nis-ethers.c: Likewise.
31810         * nis/nss_nis/nis-grp.c: Likewise.
31811         * nis/nss_nis/nis-hosts.c: Likewise.
31812         * nis/nss_nis/nis-network.c: Likewise.
31813         * nis/nss_nis/nis-proto.c: Likewise.
31814         * nis/nss_nis/nis-pwd.c: Likewise.
31815         * nis/nss_nis/nis-rpc.c: Likewise.
31816         * nis/nss_nis/nis-service.c: Likewise.
31817         * nis/nss_nis/nis-spwd.c: Likewise.
31818         * nis/nss_nisplus/nisplus-alias.c: Likewise.
31819         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
31820         * nis/nss_nisplus/nisplus-grp.c: Likewise.
31821         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
31822         * nis/nss_nisplus/nisplus-initgroups.c: Likewise.
31823         * nis/nss_nisplus/nisplus-network.c: Likewise.
31824         * nis/nss_nisplus/nisplus-proto.c: Likewise.
31825         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
31826         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
31827         * nis/nss_nisplus/nisplus-service.c: Likewise.
31828         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
31829         * nis/ypclnt.c: Likewise.
31830         * nptl/libc_pthread_init.c: Likewise.
31831         * nss/getXXbyYY.c: Likewise.
31832         * nss/getXXent.c: Likewise.
31833         * nss/getXXent_r.c: Likewise.
31834         * nss/nss_db/db-XXX.c: Likewise.
31835         * nss/nss_db/db-netgrp.c: Likewise.
31836         * nss/nss_db/nss_db.h: Likewise.
31837         * nss/nss_files/files-XXX.c: Likewise.
31838         * nss/nss_files/files-alias.c: Likewise.
31839         * nss/nsswitch.c: Likewise.
31840         * posix/regex_internal.h: Likewise.
31841         * posix/wordexp.c: Likewise.
31842         * pwd/fgetpwent.c: Likewise.
31843         * resolv/res_hconf.c: Likewise.
31844         * resolv/res_libc.c: Likewise.
31845         * shadow/fgetspent.c: Likewise.
31846         * shadow/lckpwdf.c: Likewise.
31847         * shadow/sgetspent.c: Likewise.
31848         * socket/opensock.c: Likewise.
31849         * stdio-common/reg-modifier.c: Likewise.
31850         * stdio-common/reg-printf.c: Likewise.
31851         * stdio-common/reg-type.c: Likewise.
31852         * stdio-common/vfprintf.c: Likewise.
31853         * stdio-common/vfscanf.c: Likewise.
31854         * stdlib/abort.c: Likewise.
31855         * stdlib/cxa_atexit.c: Likewise.
31856         * stdlib/fmtmsg.c: Likewise.
31857         * stdlib/random.c: Likewise.
31858         * stdlib/setenv.c: Likewise.
31859         * string/strsignal.c: Likewise.
31860         * sunrpc/auth_none.c: Likewise.
31861         * sunrpc/bindrsvprt.c: Likewise.
31862         * sunrpc/create_xid.c: Likewise.
31863         * sunrpc/key_call.c: Likewise.
31864         * sunrpc/rpc_thread.c: Likewise.
31865         * sysdeps/arm/backtrace.c: Likewise.
31866         * sysdeps/generic/ldsodefs.h: Likewise.
31867         * sysdeps/generic/stdio-lock.h: Likewise.
31868         * sysdeps/generic/unwind-dw2-fde.c: Likewise.
31869         * sysdeps/i386/backtrace.c: Likewise.
31870         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
31871         * sysdeps/m68k/backtrace.c: Likewise.
31872         * sysdeps/mach/hurd/cthreads.c: Likewise.
31873         * sysdeps/mach/hurd/dirstream.h: Likewise.
31874         * sysdeps/mach/hurd/malloc-machine.h: Likewise.
31875         * sysdeps/nptl/malloc-machine.h: Likewise.
31876         * sysdeps/nptl/stdio-lock.h: Likewise.
31877         * sysdeps/posix/dirstream.h: Likewise.
31878         * sysdeps/posix/getaddrinfo.c: Likewise.
31879         * sysdeps/posix/system.c: Likewise.
31880         * sysdeps/pthread/aio_suspend.c: Likewise.
31881         * sysdeps/s390/s390-32/backtrace.c: Likewise.
31882         * sysdeps/s390/s390-64/backtrace.c: Likewise.
31883         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
31884         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
31885         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: Likewise.
31886         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: Likewise.
31887         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: Likewise.
31888         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
31889         * sysdeps/unix/sysv/linux/system.c: Likewise.
31890         * sysdeps/x86_64/backtrace.c: Likewise.
31891         * time/alt_digit.c: Likewise.
31892         * time/era.c: Likewise.
31893         * time/tzset.c: Likewise.
31894         * wcsmbs/wcsmbsload.c: Likewise.
31895         * nptl/tst-initializers1.c (do_test): Refer to <libc-lock.h>
31896         instead of <bits/libc-lock.h> in comment.
31898 2015-09-08  Andrew Bennett  <andrew.bennett@imgtec.com>
31900         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIO32] (MIPS_PUSH_MIPS2):
31901         Only use .set mips2 if the current ISA is below mips2.
31902         * sysdeps/mips/sys/tas.h [_MIPS_SIM == _ABIO32] (_test_and_set):
31903         Likewise.
31904         * sysdeps/mips/nptl/tls.h (READ_THREAD_POINTER): Only use .set
31905         mips32r2 if the current ISA is below mips32r2.
31906         * sysdeps/mips/tls-macros.h (TLS_RDHWR): New define.
31907         (TLS_IE): Updated to use the TLD_RDHWR macro.
31908         (TLS_LE): Likewise.
31909         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Moved out of #ifdef
31910         __ASSEMBLER__ condition.
31912 2015-09-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31914         Fix parallel build of before-compile targets.
31916         * sysdeps/mach/Makefile ($(patsubst
31917         mach%,m\%h%,$(mach-before-compile))): Move rule to dedicated
31918         mach-before-compile target.
31919         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
31920         io fs process)): Move rule to dedicated hurd-before-compile target.
31922 2015-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31924         Fix rules generating headers in hurd/ and mach/ when initial make call
31925         has subdir= explicitly set.
31927         * sysdeps/mach/Makefile ($(patsubst
31928         mach%,m\%h%,$(mach-before-compile))): Force subdir to mach when
31929         calling $(MAKE).
31930         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
31931         io fs process)): Force subdir to hurd when calling $(MAKE).
31932         ($(common-objpfx)hurd/../mach/RPC_task_get_sampled_pcs.c): Force
31933         subdir to mach when calling $(MAKE).
31935 2015-09-06  Manolis Ragkousis  <manolis837@gmail.com>
31937         Check sysheaders when looking for Mach and Hurd headers
31939         * sysdeps/mach/configure.ac: Add sysheaders check.
31940         * sysdeps/mach/configure: Regenerate.
31941         * sysdeps/mach/hurd/configure.ac: Add sysheaders check.
31942         * sysdeps/mach/hurd/configure: Regenerate.
31944 2015-09-04  Roland McGrath  <roland@hack.frob.com>
31946         [BZ #18921]
31947         * sysdeps/posix/opendir.c (need_isdir_precheck) [O_DIRECTORY]:
31948         Fix inverted sense of test of 'o_directory_works' value.
31949         Reported by PĂĄdraig Brady <P@draigBrady.com>, diagnosed by
31950         Bernhard Voelker <mail@bernhard-voelker.de>.
31952 2015-09-04  Joseph Myers  <joseph@codesourcery.com>
31954         [BZ #14912]
31955         * bits/linkmap.h: Move to ...
31956         * sysdeps/generic/linkmap.h: ...here.
31957         * sysdeps/aarch64/bits/linkmap.h: Move to ...
31958         * sysdeps/aarch64/linkmap.h: ...here.
31959         * sysdeps/arm/bits/linkmap.h: Move to ...
31960         * sysdeps/arm/linkmap.h: ...here.
31961         * sysdeps/hppa/bits/linkmap.h: Move to ...
31962         * sysdeps/hppa/linkmap.h: ...here.
31963         * sysdeps/ia64/bits/linkmap.h: Move to ...
31964         * sysdeps/ia64/linkmap.h: ...here.
31965         * sysdeps/mips/bits/linkmap.h: Move to ...
31966         * sysdeps/mips/linkmap.h: ...here.
31967         * sysdeps/s390/bits/linkmap.h: Move to ...
31968         * sysdeps/s390/linkmap.h: ...here.
31969         * sysdeps/sh/bits/linkmap.h: Move to ...
31970         * sysdeps/sh/linkmap.h: ...here.
31971         * sysdeps/x86/bits/linkmap.h: Move to ...
31972         * sysdeps/x86/linkmap.h: ...here.
31973         * include/link.h: Include <linkmap.h> instead of <bits/linkmap.h>.
31975 2015-09-04  Andreas Schwab  <schwab@suse.de>
31977         [BZ #18635]
31978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
31979         (__makecontext): Terminate FDE before return label.
31980         (__novec_makecontext): Likewise.
31982 2015-09-04  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
31984         * sysdeps/unix/sysv/linux/socketpair.c: Use the address of the
31985         first member of struct sv in syscall macro.
31987 2015-09-04  Joseph Myers  <joseph@codesourcery.com>
31989         [BZ #14912]
31990         * bits/stdio-lock.h: Move to ...
31991         * sysdeps/generic/stdio-lock.h: ...here.
31992         (_BITS_STDIO_LOCK_H): Rename macro to _STDIO_LOCK_H.
31993         * sysdeps/nptl/bits/stdio-lock.h: Move to ...
31994         * sysdeps/nptl/stdio-lock.h: ...here.
31995         (_BITS_STDIO_LOCK_H): Rename macro to _STDIO_LOCK_H.
31996         * include/libio.h: Include <stdio-lock.h> instead of
31997         <bits/stdio-lock.h>.
31998         * sysdeps/nptl/fork.c: Likewise.
31999         * sysdeps/pthread/flockfile.c: Likewise.
32000         * sysdeps/pthread/ftrylockfile.c: Likewise.
32001         * sysdeps/pthread/funlockfile.c: Likewise.
32003         [BZ #14912]
32004         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Move to ...
32005         * sysdeps/unix/sysv/linux/m68k/m68k-vdso.h: ...here.
32006         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: Include
32007         <m68k-vdso.h> instead of <bits/m68k-vdso.h>.
32008         * sysdeps/unix/sysv/linux/m68k/init-first.c: Likewise.
32009         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
32010         * sysdeps/unix/sysv/linux/m68k/m68k-vdso.c: Likewise.
32012 2015-09-03  Roland McGrath  <roland@hack.frob.com>
32014         * elf/Makefile (test-xfail-tst-protected1a): New variable.
32015         (test-xfail-tst-protected1b): New variable.
32017 2015-09-03  Joseph Myers  <joseph@codesourcery.com>
32019         [BZ #14912]
32020         * bits/libc-tsd.h: Move to ...
32021         * sysdeps/generic/libc-tsd.h: ...here.
32022         (_GENERIC_BITS_LIBC_TSD_H): Rename macro to _GENERIC_LIBC_TSD_H.
32023         * sysdeps/mach/hurd/bits/libc-tsd.h: Move to ...
32024         * sysdeps/mach/hurd/libc-tsd.h: ...here.
32025         (_BITS_LIBC_TSD_H): Rename macro to _LIBC_TSD_H.
32026         * include/ctype.h: Include <libc-tsd.h> instead of
32027         <bits/libc-tsd.h>.
32028         * include/rpc/rpc.h: Likewise.
32029         * locale/localeinfo.h: Likewise.
32030         * sunrpc/rpc_thread.c: Likewise.
32031         * sysdeps/mach/hurd/malloc-machine.h: Likewise.
32032         * sysdeps/nptl/malloc-machine.h: Likewise.
32034         * Makefile (headers): Remove bits/libc-lock.h.
32035         * libio/Makefile (headers): Remove bits/stdio-lock.h.
32037         * libio/libio.h [_IO_MTSAFE_IO]: Remove include of
32038         <bits/stdio-lock.h> and commented-out include of <comthread.h>.
32039         * include/libio.h [!_ISOMAC && _IO_MTSAFE_IO]: Include
32040         <bits/stdio-lock.h>.
32041         * stdio-common/scanf15.c (_IO_MTSAFE_IO): Undefine.
32042         * stdio-common/scanf17.c (_IO_MTSAFE_IO): Likewise.
32044 2015-09-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
32046         [BZ #18757]
32047         * libio/iofopncook.c (_IO_fopencookie): Set errno on failure.
32048         * libio/test-fmemopen.c (do_bz18820): Extend the test to cover
32049         BZ #18757.
32051 2015-09-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
32053         * malloc/mtrace.pl: Filter out NULL entries.
32055 2015-09-01  Joseph Myers  <joseph@codesourcery.com>
32057         * inet/netinet/in.h (IPPROTO_MPLS): New enum value and macro.
32058         * sysdeps/unix/sysv/linux/bits/in.h (IP_BIND_ADDRESS_NO_PORT): New
32059         macro.
32061         * sysdeps/gnu/netinet/tcp.h (TCP_NOTSENT_LOWAT): New macro.
32062         (TCP_CC_INFO): Likewise.
32063         (TCP_SAVE_SYN): Likewise.
32064         (TCP_SAVED_SYN): Likewise.
32066 2015-08-31  Brett Neumeier <brett@neumeier.us>
32068         [BZ #18870]
32069         * sysdeps/sparc/sparc32/sem_open.c: Add missing #include
32071 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32073         [BZ #18873]
32074         Fix broken overflow check in posix_fallocate
32075         * sysdeps/posix/posix_fallocate.c (posix_fallocate):
32076         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
32077         Fix parenthesization typo.
32079 2015-08-28  Mike Frysinger  <vapier@gentoo.org>
32081         [BZ #18887]
32082         * misc/Makefile (tests): Add tst-mntent-blank-corrupt and
32083         tst-mntent-blank-passno.
32084         * misc/mntent_r.c (__getmntent_r): Do not read past buffer[0].
32085         * misc/tst-mntent-blank-corrupt.c: New test.
32086         * misc/tst-mntent-blank-passno.c: New test ripped from ...
32087         * misc/tst-mntent.c (do_test): ... here.
32089 2015-08-29  Mike Frysinger  <vapier@gentoo.org>
32091         [BZ #4404]
32092         * po/de.po: Fix SIGALRM typo.
32094 2015-08-28  James Perkins  <james@loowit.net>
32096         * time/tst-strptime2.c (tests): Replace short list of test
32097         strings for strptime %z specifier with code which exhaustively
32098         tests every combination of sign and 0 to 5 digits. Tests for
32099         rejection of invalid strings.
32101 2015-08-28  James Perkins  <james@loowit.net>
32103         [BZ #16141]
32104         * time/strptime_l.c (__strptime_internal): Fix %z minutes
32105         calculation, removing incorrect decimal time rounding, so that
32106         all minute values result in a valid seconds value.
32107         * time/strptime_l.c (__strptime_internal): Extend %z time zone
32108         offset range limits to UTC-99:59 through UTC+99:59 to parse
32109         current and historical use cases.
32110         * time/tst-strptime2.c (tests): Modify and add tests for the
32111         strptime %z input field descriptor, specifically conversion of
32112         minutes to seconds and validating an offset range of -9959 to
32113         +9959.
32115 2015-08-27  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32116             Dmitry V. Levin  <ldv@altlinux.org>
32118         [BZ #18877]
32119         * posix/Makefile (tests): Add tst-mmap-offset.
32120         * posix/tst-mmap.c: New file.
32121         * sysdeps/unix/sysv/linux/generic/wordsize-32/mmap.c (__mmap): Fix
32122         offset calculation for negative values.
32124 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
32126         * sysdeps/i386/init-arch.h: New file.
32127         * sysdeps/i386/i586/init-arch.h: Likewise.
32128         * sysdeps/i386/i686/init-arch.h: Likewise.
32129         * sysdeps/x86/cpu-features.c (init_cpu_features): Set bit_I586
32130         bit if CX8 is available.  Set bit_I686 bit if CMOV is available.
32131         * sysdeps/x86/cpu-features.h (bit_I586): New.
32132         (bit_I686): Likewise.
32133         (bit_CX8): Likewise.
32134         (bit_CMOV): Likewise.
32135         (index_CX8): Likewise.
32136         (index_CMOV): Likewise.
32137         (index_I586): Likewise.
32138         (index_I686): Likewise.
32139         (reg_CX8): Likewise.
32140         (reg_CMOV): Likewise.
32141         (HAS_I586): Defined as HAS_ARCH_FEATURE (I586) if i586 isn't
32142         available at compile-time.
32143         (HAS_I686): Defined as HAS_ARCH_FEATURE (I686) if i686 isn't
32144         available at compile-time.
32145         * sysdeps/x86/init-arch.h (USE_I586): New macro.
32146         (USE_I686): Likewise.
32148 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
32150         * sysdeps/i386/bcopy.S: New file.
32151         * sysdeps/i386/bzero.S: Likewise.
32152         * sysdeps/i386/memcpy.S: Likewise.
32153         * sysdeps/i386/memmove.S: Likewise.
32154         * sysdeps/i386/mempcpy.S: Likewise.
32155         * sysdeps/i386/memset.S: Likewise.
32156         * sysdeps/i386/bzero.c: Removed.
32157         * sysdeps/i386/memset.c: Likewise.
32158         * sysdeps/i386/i586/memcpy_chk.S: Likewise.
32159         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
32160         * sysdeps/i386/i586/memset_chk.S: Likewise.
32161         * sysdeps/i386/i686/memcpy_chk.S: Moved to ...
32162         * sysdeps/i386/memcpy_chk.S: Here.
32163         * sysdeps/i386/i686/memmove_chk.S: Moved to ...
32164         * sysdeps/i386/memmove_chk.S: Here.
32165         * sysdeps/i386/i686/mempcpy_chk.S: Moved to ...
32166         * sysdeps/i386/mempcpy_chk.S: Likewise.
32167         * sysdeps/i386/i686/memset_chk.S: Moved to ...
32168         * sysdeps/i386/memset_chk.S: Likewise.
32170 2015-08-27  Steve Ellcey  <sellcey@imgtec.com>
32172         * soft-fp/fmasf4.c: Add include of sys/cdefs.h.
32173         Move DIAG_PUSH_NEEDS_COMMENT, DIAG_IGNORE_NEEDS_COMMENT to front of
32174         file, move DIAG_POP_NEEDS_COMMENT to end of file.
32175         * soft-fp/fmadf4.c: Ditto.
32176         * soft-fp/fmatf4.c: Ditto.
32178 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
32180         * sysdeps/i386/i586/Implies: Removed.
32181         * sysdeps/i386/i686/Implies: Likewise.
32183 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
32185         * sysdeps/i386/i486/strlen.S: Moved to ...
32186         * sysdeps/i386/strlen.S: Here.
32188 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
32190         * sysdeps/i386/i486/strcat.S: Moved to ...
32191         * sysdeps/i386/strcat.S: Here.
32193 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
32195         * sysdeps/i386/i486/pthread_spin_trylock.S: Moved to ...
32196         * sysdeps/i386/pthread_spin_trylock.S: Here.
32197         * sysdeps/i386/i586/pthread_spin_trylock.S: Removed.
32198         * sysdeps/i386/i686/pthread_spin_trylock.S: Updated.
32200 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
32202         * sysdeps/i386/i486/string-inlines.c: Moved to ...
32203         * sysdeps/i386/string-inlines.c: Here.
32205 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
32207         * sysdeps/i386/i486/htonl.S: Moved ...
32208         * sysdeps/i386/htonl.S: here.
32210 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
32212         * sysdeps/i386/i486/bits/atomic.h: Moved to ...
32213         * sysdeps/i386/bits/atomic.h: Here.
32215 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
32217         * sysdeps/i386/i486/Versions: Removed.
32219 2015-08-27  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
32221         [BZ #2898]
32222         * misc/mktemp.c: Add mkdtemp to the link_warning message.
32223         Based on patch by Aurelien Jarno.
32225 2015-08-26  Stan Shebs  <stanshebs@google.com>
32227         * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <libc-internal.h>.
32228         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
32230 2015-08-26  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
32232         * sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_HTM_NOSC.
32233         * sysdeps/powerpc/dl-procinfo.c:
32234         (_dl_powerpc_cap_flags): Added descriptor for this hwcap
32235         feature so it shows when LD_SHOW_AUXV=1.
32237 2015-08-26  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
32239         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
32240         (__arch_compare_and_exchange_val_32_acq): Remove and use common
32241         definition.  ISA 2.07B no longer requires full sync.
32243 2015-08-26  Mike Frysinger  <vapier@gentoo.org>
32245         [BZ #18863]
32246         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (siginfo_t): Add _sigsys.
32247         (si_call_addr): Define.
32248         (si_syscall): Define.
32249         (si_arch): Define.
32251 2015-08-26  H.J. Lu  <hongjiu.lu@intel.com>
32253         * sysdeps/i386/i586/bzero.S (USE_AS_BZERO): New.
32254         * sysdeps/i386/i686/bzero.S (USE_AS_BZERO): Likewise.
32255         * sysdeps/i386/i586/memset.S (BZERO_P): Removed.
32256         Check USE_AS_BZERO/SHARED instead of BZERO_P/PIC.
32257         (__memset_zero_constant_len_parameter): New.
32258         * sysdeps/i386/i686/memset.S (BZERO_P): Removed.
32259         Check USE_AS_BZERO/SHARED instead of BZERO_P/PIC.
32260         (__memset_zero_constant_len_parameter): Don't define if
32261         __memset_chk or USE_AS_BZERO are defined.
32263         * sysdeps/i386/i586/memcpy.S (MEMPCPY_P): Removed.
32264         Check USE_AS_MEMPCPY/SHARED instead of MEMPCPY_P/PIC.
32265         * sysdeps/i386/i586/mempcpy.S (USE_AS_MEMPCPY): New.
32267         * sysdeps/x86/Makefile [$(subdir) == elf] (CFLAGS-.os,
32268         tests-special, $(objpfx)tst-ld-sse-use.out): Moved to ...
32269         * sysdeps/i386/Makefile [$(subdir) == elf] (CFLAGS-.os,
32270         tests-special, $(objpfx)tst-ld-sse-use.out): Here.  Update
32271         comments.
32272         * sysdeps/x86_64/Makefile [$(subdir) == elf] (CFLAGS-.os): Add
32273         -mno-mmx for $(all-rtld-routines).
32274         * sysdeps/x86/tst-ld-sse-use.sh: Moved to ...
32275         * sysdeps/i386/tst-ld-sse-use.sh: Here.  Replace x86-64 with
32276         i386.
32278 2015-08-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
32280         * sysdeps/generic/unwind.h
32281         (_Unwind_Word): Use __mode__(__unwind_word__)
32282         instead of __mode__(__word__).
32283         (_Unwind_Sword): Likewise.
32285         * sysdeps/s390/s390-64/utf8-utf16-z9.c
32286         (MAX_NEEDED_INPUT): New define.
32287         (MAX_NEEDED_OUTPUT): New define.
32289         * NEWS: New item for IBM z13 string optimizations.
32291         * sysdeps/s390/multiarch/memrchr-c.c: New File.
32292         * sysdeps/s390/multiarch/memrchr-vx.S: Likewise.
32293         * sysdeps/s390/multiarch/memrchr.c: Likewise.
32294         * sysdeps/s390/multiarch/Makefile
32295         (sysdep_routines): Add memrchr functions.
32296         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
32297         (__libc_ifunc_impl_list_common): Add ifunc test for memrchr.
32299         * sysdeps/s390/multiarch/wmemcmp-c.c: New File.
32300         * sysdeps/s390/multiarch/wmemcmp-vx.S: Likewise.
32301         * sysdeps/s390/multiarch/wmemcmp.c: Likewise.
32302         * sysdeps/s390/multiarch/Makefile
32303         (sysdep_routines): Add wmemcmp functions.
32304         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
32305         (__libc_ifunc_impl_list_common): Add ifunc test for wmemcmp.
32306         * benchtests/bench-wmemcmp.c: New File.
32307         * benchtests/Makefile (wcsmbs-bench): Add wmemcmp.
32309         * sysdeps/s390/multiarch/wmemset-c.c: New File.
32310         * sysdeps/s390/multiarch/wmemset-vx.S: Likewise.
32311         * sysdeps/s390/multiarch/wmemset.c: Likewise.
32312         * sysdeps/s390/multiarch/Makefile
32313         (sysdep_routines): Add wmemset functions.
32314         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
32315         (__libc_ifunc_impl_list_common): Add ifunc test for wmemset.
32316         * wcsmbs/wmemset.c: Use WMEMSET if defined.
32317         * string/test-memset.c: Add wmemset support.
32318         * wcsmbs/test-wmemset.c: New File.
32319         * wcsmbs/Makefile (strop-tests): Add wmemset.
32320         * benchtests/bench-memset.c: Add wmemset support.
32321         * benchtests/bench-wmemset.c: New File.
32322         * benchtests/Makefile (wcsmbs-bench): Add wmemset.
32324         * sysdeps/s390/multiarch/memccpy-c.c: New File.
32325         * sysdeps/s390/multiarch/memccpy-vx.S: Likewise.
32326         * sysdeps/s390/multiarch/memccpy.c: Likewise.
32327         * sysdeps/s390/multiarch/Makefile
32328         (sysdep_routines): Add memccpy functions.
32329         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
32330         (__libc_ifunc_impl_list_common): Add ifunc test for memccpy.
32331         * string/memccpy.c: Use MEMCCPY if defined.
32333         * sysdeps/s390/multiarch/memchr-vx.S: New File.
32334         * sysdeps/s390/multiarch/memchr.c: Likewise.
32335         * sysdeps/s390/multiarch/rawmemchr-c.c: Likewise.
32336         * sysdeps/s390/multiarch/rawmemchr-vx.S: Likewise.
32337         * sysdeps/s390/multiarch/rawmemchr.c: Likewise.
32338         * sysdeps/s390/multiarch/wmemchr-c.c: Likewise.
32339         * sysdeps/s390/multiarch/wmemchr-vx.S: Likewise.
32340         * sysdeps/s390/multiarch/wmemchr.c: Likewise.
32341         * sysdeps/s390/s390-32/multiarch/memchr.c: Likewise.
32342         * sysdeps/s390/s390-64/multiarch/memchr.c: Likewise.
32343         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memchr, wmemchr
32344         and rawmemchr functions.
32345         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
32346         (__libc_ifunc_impl_list_common): Add ifunc test for memchr, rawmemchr
32347         and wmemchr.
32348         * wcsmbs/wmemchr.c: Use WMEMCHR if defined.
32349         * string/test-memchr.c: Add wmemchr support.
32350         * wcsmbs/test-wmemchr.c: New File.
32351         * wcsmbs/Makefile (strop-tests): Add wmemchr.
32352         * benchtests/bench-memchr.c: Add wmemchr support.
32353         * benchtests/bench-wmemchr.c: New File.
32354         * benchtests/Makefile (wcsmbs-bench): wmemchr.
32356         * sysdeps/s390/multiarch/strcspn-c.c: New File.
32357         * sysdeps/s390/multiarch/strcspn-vx.S: Likewise.
32358         * sysdeps/s390/multiarch/strcspn.c: Likewise.
32359         * sysdeps/s390/multiarch/wcscspn-c.c: Likewise.
32360         * sysdeps/s390/multiarch/wcscspn-vx.S: Likewise.
32361         * sysdeps/s390/multiarch/wcscspn.c: Likewise.
32362         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcspn and
32363         wcscspn functions.
32364         * sysdeps/s390/multiarch/ifunc-impl-list.c
32365         (__libc_ifunc_impl_list): Add ifunc test for strcspn, wcscspn.
32366         * wcsmbs/wcscspn.c: Use WCSCSPN if defined.
32367         * string/test-strcspn.c: Add wcscspn support.
32368         * wcsmbs/test-wcscspn.c: New File.
32369         * wcsmbs/Makefile (strop-tests): Add wcscspn.
32370         * benchtests/bench-strcspn.c: Add wcscspn support.
32371         * benchtests/bench-wcscspn.c: New File.
32372         * benchtests/Makefile (wcsmbs-bench): Add wcscspn.
32374         * sysdeps/s390/multiarch/strpbrk-c.c: New File.
32375         * sysdeps/s390/multiarch/strpbrk-vx.S: Likewise.
32376         * sysdeps/s390/multiarch/strpbrk.c: Likewise.
32377         * sysdeps/s390/multiarch/wcspbrk-c.c: Likewise.
32378         * sysdeps/s390/multiarch/wcspbrk-vx.S: Likewise.
32379         * sysdeps/s390/multiarch/wcspbrk.c: Likewise.
32380         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strpbrk and
32381         wcspbrk functions.
32382         * sysdeps/s390/multiarch/ifunc-impl-list.c
32383         (__libc_ifunc_impl_list): Add ifunc test for strpbrk, wcspbrk.
32384         * wcsmbs/wcspbrk.c: Use WCSPBRK if defined.
32385         * string/test-strpbrk.c: Add wcspbrk support.
32386         * wcsmbs/test-wcspbrk.c: New File.
32387         * wcsmbs/Makefile (strop-tests): Add wcspbrk.
32388         * benchtests/bench-strpbrk.c: Add wcspbrk support.
32389         * benchtests/bench-wcspbrk.c: New File.
32390         * benchtests/Makefile (wcsmbs-bench): Add wcspbrk.
32392         * sysdeps/s390/multiarch/strspn-c.c: New File.
32393         * sysdeps/s390/multiarch/strspn-vx.S: Likewise.
32394         * sysdeps/s390/multiarch/strspn.c: Likewise.
32395         * sysdeps/s390/multiarch/wcsspn-c.c: Likewise.
32396         * sysdeps/s390/multiarch/wcsspn-vx.S: Likewise.
32397         * sysdeps/s390/multiarch/wcsspn.c: Likewise.
32398         * wcsmbs/wcsspn.c: Use WCSSPN if defined.
32399         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strspn and
32400         wcsspn functions.
32401         * sysdeps/s390/multiarch/ifunc-impl-list.c
32402         (__libc_ifunc_impl_list): Add ifunc test for strspn, wcsspn.
32403         * string/test-strspn.c: Add wcsspn support.
32404         * wcsmbs/test-wcsspn.c: New File.
32405         * wcsmbs/Makefile (strop-tests): Add wcsspn.
32406         * benchtests/bench-strspn.c: Add wcsspn support.
32407         * benchtests/bench-wcsspn.c: New File.
32408         * benchtests/Makefile (wcsmbs-bench): Add wcsspn.
32410         * sysdeps/s390/multiarch/strrchr-c.c: New File.
32411         * sysdeps/s390/multiarch/strrchr-vx.S: Likewise.
32412         * sysdeps/s390/multiarch/strrchr.c: Likewise.
32413         * sysdeps/s390/multiarch/wcsrchr-c.c: Likewise.
32414         * sysdeps/s390/multiarch/wcsrchr-vx.S: Likewise.
32415         * sysdeps/s390/multiarch/wcsrchr.c: Likewise.
32416         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strrchr and
32417         wcsrchr functions.
32418         * sysdeps/s390/multiarch/ifunc-impl-list.c
32419         (__libc_ifunc_impl_list): Add ifunc test for strrchr, wcsrchr.
32420         * benchtests/bench-wcsrchr.c: New File.
32421         * benchtests/Makefile (wcsmbs-bench): Add wcsrchr.
32423         * sysdeps/s390/multiarch/strchrnul-c.c: New File.
32424         * sysdeps/s390/multiarch/strchrnul-vx.S: Likewise.
32425         * sysdeps/s390/multiarch/strchrnul.c: Likewise.
32426         * sysdeps/s390/multiarch/wcschrnul-c.c: Likewise.
32427         * sysdeps/s390/multiarch/wcschrnul-vx.S: Likewise.
32428         * sysdeps/s390/multiarch/wcschrnul.c: Likewise.
32429         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strchrnul and
32430         wcschrnul functions.
32431         * sysdeps/s390/multiarch/ifunc-impl-list.c
32432         (__libc_ifunc_impl_list): Add ifunc test for strchrnul, wcschrnul.
32433         * wcsmbs/wcschrnul.c: Use WCSCHRNUL if defined.
32434         * string/test-strchr.c: Add wcschrnul support.
32435         * wcsmbs/test-wcschrnul.c: New File.
32436         * wcsmbs/Makefile (strop-tests): Add wcschrnul.
32437         * benchtests/bench-strchr.c: Add wcschrnul support.
32438         * benchtests/bench-wcschrnul.c: New File.
32439         * benchtests/Makefile (wcsmbs-bench): Add wcschrnul.
32441         * sysdeps/s390/multiarch/strchr-c.c: New File.
32442         * sysdeps/s390/multiarch/strchr-vx.S: Likewise.
32443         * sysdeps/s390/multiarch/strchr.c: Likewise.
32444         * sysdeps/s390/multiarch/wcschr-c.c: Likewise.
32445         * sysdeps/s390/multiarch/wcschr-vx.S: Likewise.
32446         * sysdeps/s390/multiarch/wcschr.c: Likewise.
32447         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strchr and
32448         wcschr functions.
32449         * sysdeps/s390/multiarch/ifunc-impl-list.c
32450         (__libc_ifunc_impl_list): Add ifunc test for strchr, wcschr.
32451         * string/strchr.c (STRCHR): Define and use macro.
32452         * benchtests/bench-wcschr.c: New File.
32453         * benchtests/Makefile (wcsmbs-bench): Add wcschr.
32455         * sysdeps/s390/multiarch/strncmp-c.c: New File.
32456         * sysdeps/s390/multiarch/strncmp-vx.S: Likewise.
32457         * sysdeps/s390/multiarch/strncmp.c: Likewise.
32458         * sysdeps/s390/multiarch/wcsncmp-c.c: Likewise.
32459         * sysdeps/s390/multiarch/wcsncmp-vx.S: Likewise.
32460         * sysdeps/s390/multiarch/wcsncmp.c: Likewise.
32461         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncmp and
32462         wcsncmp functions.
32463         * sysdeps/s390/multiarch/ifunc-impl-list.c
32464         (__libc_ifunc_impl_list): Add ifunc test for strncmp, wcsncmp.
32465         * wcsmbs/wcsncmp.c (WCSNCMP): Define and use macro.
32466         * benchtests/bench-strncmp.c: Add wcsncmp support.
32467         * benchtests/bench-wcsncmp.c: New File.
32468         * benchtests/Makefile (wcsmbs-bench): Add wcsncmp.
32470         * sysdeps/s390/multiarch/strcmp-vx.S: New File.
32471         * sysdeps/s390/multiarch/strcmp.c: Likewise.
32472         * sysdeps/s390/multiarch/wcscmp-c.c: Likewise.
32473         * sysdeps/s390/multiarch/wcscmp-vx.S: Likewise.
32474         * sysdeps/s390/multiarch/wcscmp.c: Likewise.
32475         * sysdeps/s390/s390-32/multiarch/strcmp.c: Likewise.
32476         * sysdeps/s390/s390-64/multiarch/strcmp.c: Likewise.
32477         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcmp and
32478         wcscmp functions.
32479         * sysdeps/s390/multiarch/ifunc-impl-list.c
32480         (__libc_ifunc_impl_list): Add ifunc test for strcmp, wcscmp.
32481         * string/strcmp.c (STRCMP): Define and use macro.
32482         * benchtests/bench-wcscmp.c: New File.
32483         * benchtests/Makefile (wcsmbs-bench): Add wcscmp.
32484         * sysdeps/s390/bits/string.h: Fix typo: _HAVE_STRING_ARCH_strcmp
32485         instead of _HAVE_STRING_ARCH_memchr.
32487         * sysdeps/s390/multiarch/strncat-c.c: New File.
32488         * sysdeps/s390/multiarch/strncat-vx.S: Likewise.
32489         * sysdeps/s390/multiarch/strncat.c: Likewise.
32490         * sysdeps/s390/multiarch/wcsncat-c.c: Likewise.
32491         * sysdeps/s390/multiarch/wcsncat-vx.S: Likewise.
32492         * sysdeps/s390/multiarch/wcsncat.c: Likewise.
32493         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncat and
32494         wcsncat functions.
32495         * sysdeps/s390/multiarch/ifunc-impl-list.c
32496         (__libc_ifunc_impl_list): Add ifunc test for strncat, wcsncat.
32497         * wcsmbs/wcsncat.c (WCSNCAT): Define and use macro.
32498         * string/test-strncat.c: Add wcsncat support.
32499         * wcsmbs/test-wcsncat.c: New File.
32500         * wcsmbs/Makefile (strop-tests): Add wcsncat.
32501         * benchtests/bench-strncat.c: Add wcsncat support.
32502         * benchtests/bench-wcsncat.c: New File.
32503         * benchtests/Makefile (wcsmbs-bench): Add wcsncat.
32505         * sysdeps/s390/multiarch/strcat-c.c: New File.
32506         * sysdeps/s390/multiarch/strcat-vx.S: Likewise.
32507         * sysdeps/s390/multiarch/strcat.c: Likewise.
32508         * sysdeps/s390/multiarch/wcscat-c.c: Likewise.
32509         * sysdeps/s390/multiarch/wcscat-vx.S: Likewise.
32510         * sysdeps/s390/multiarch/wcscat.c: Likewise.
32511         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcat and
32512         wcscat functions.
32513         * sysdeps/s390/multiarch/ifunc-impl-list.c
32514         (__libc_ifunc_impl_list): Add ifunc test for strcat, wcscat.
32515         * string/strcat.c (STRCAT): Define and use macro.
32516         * wcsmbs/wcscat.c: Use WCSCAT if defined.
32517         * string/test-strcat.c: Add wcscat support.
32518         * wcsmbs/test-wcscat.c: New File.
32519         * wcsmbs/Makefile (strop-tests): Add wcscat.
32520         * benchtests/bench-strcat.c: Add wcscat support.
32521         * benchtests/bench-wcscat.c: New File.
32522         * benchtests/Makefile (wcsmbs-bench): Add wcscat.
32524         * sysdeps/s390/multiarch/stpncpy-c.c: New File.
32525         * sysdeps/s390/multiarch/stpncpy-vx.S: Likewise.
32526         * sysdeps/s390/multiarch/stpncpy.c: Likewise.
32527         * sysdeps/s390/multiarch/wcpncpy-c.c: Likewise.
32528         * sysdeps/s390/multiarch/wcpncpy-vx.S: Likewise.
32529         * sysdeps/s390/multiarch/wcpncpy.c: Likewise.
32530         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add stpncpy and
32531         wcpncpy functions.
32532         * sysdeps/s390/multiarch/ifunc-impl-list.c
32533         (__libc_ifunc_impl_list): Add ifunc test for stpncpy, wcpncpy.
32534         * wcsmbs/wcpncpy.c: Use WCPNCPY if defined.
32535         * string/test-stpncpy.c: Add wcpncpy support.
32536         * wcsmbs/test-wcpncpy.c: New File.
32537         * wcsmbs/Makefile (strop-tests): Add wcpncpy.
32538         * benchtests/bench-stpncpy.c: Add wcpncpy support.
32539         * benchtests/bench-wcpncpy.c: New File.
32540         * benchtests/Makefile (wcsmbs-bench): Add wcpncpy.
32542         * sysdeps/s390/multiarch/strncpy-vx.S: New File.
32543         * sysdeps/s390/multiarch/strncpy.c: Likewise.
32544         * sysdeps/s390/multiarch/wcsncpy-c.c: Likewise.
32545         * sysdeps/s390/multiarch/wcsncpy-vx.S: Likewise.
32546         * sysdeps/s390/multiarch/wcsncpy.c: Likewise.
32547         * sysdeps/s390/s390-32/multiarch/strncpy.c: Likewise.
32548         * sysdeps/s390/s390-64/multiarch/strncpy.c: Likewise.
32549         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncpy and
32550         wcsncpy functions.
32551         * wcsmbs/wcsncpy.c: Use WCSNCPY if defined.
32552         * sysdeps/s390/multiarch/ifunc-impl-list.c
32553         (__libc_ifunc_impl_list): Add ifunc test for strncpy, wcsncpy.
32554         * string/test-strncpy.c: Add wcsncpy support.
32555         * wcsmbs/test-wcsncpy.c: New File.
32556         * wcsmbs/Makefile (strop-tests): Add wcsncpy.
32557         * benchtests/bench-strncpy.c: Add wcsncpy support.
32558         * benchtests/bench-wcsncpy.c: New File.
32559         * benchtests/Makefile (wcsmbs-bench): Add wcsncpy
32561         * sysdeps/s390/multiarch/stpcpy-c.c: New File.
32562         * sysdeps/s390/multiarch/stpcpy-vx.S: Likewise.
32563         * sysdeps/s390/multiarch/stpcpy.c: Likewise.
32564         * sysdeps/s390/multiarch/wcpcpy-c.c: Likewise.
32565         * sysdeps/s390/multiarch/wcpcpy-vx.S: Likewise.
32566         * sysdeps/s390/multiarch/wcpcpy.c: Likewise.
32567         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add stpcpy and
32568         wcpcpy functions.
32569         * string/stpcpy.c: Use STPCPY if defined.
32570         * wcsmbs/wcpcpy.c: Use WCPCPY if defined.
32571         * sysdeps/s390/multiarch/ifunc-impl-list.c
32572         (__libc_ifunc_impl_list): Add ifunc test for stpcpy, wcpcpy.
32573         * string/test-stpcpy.c: Add wcpcpy support.
32574         * wcsmbs/test-wcpcpy.c: New File.
32575         * wcsmbs/Makefile (strop-tests): Add wcpcpy.
32576         * benchtests/bench-stpcpy.c: Add wcpcpy support.
32577         * benchtests/bench-wcpcpy.c: New File.
32578         * benchtests/Makefile (wcsmbs-bench): Add wcpcpy.
32580         * sysdeps/s390/multiarch/strcpy-vx.S: New File.
32581         * sysdeps/s390/multiarch/strcpy.c: Likewise.
32582         * sysdeps/s390/multiarch/wcscpy-c.c: Likewise.
32583         * sysdeps/s390/multiarch/wcscpy-vx.S: Likewise.
32584         * sysdeps/s390/multiarch/wcscpy.c: Likewise.
32585         * sysdeps/s390/s390-32/multiarch/strcpy.c: Likewise.
32586         * sysdeps/s390/s390-64/multiarch/strcpy.c: Likewise.
32587         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcpy and
32588         wcscpy functions.
32589         * sysdeps/s390/multiarch/ifunc-impl-list.c
32590         (__libc_ifunc_impl_list): Add ifunc test for strcpy, wcscpy.
32591         * benchtests/bench-wcscpy.c: New File.
32592         * benchtests/Makefile (wcsmbs-bench): Add wcscpy.
32594         * sysdeps/s390/multiarch/strnlen-c.c: New File.
32595         * sysdeps/s390/multiarch/strnlen-vx.S: Likewise.
32596         * sysdeps/s390/multiarch/strnlen.c: Likewise.
32597         * sysdeps/s390/multiarch/wcsnlen-c.c: Likewise.
32598         * sysdeps/s390/multiarch/wcsnlen-vx.S: Likewise.
32599         * sysdeps/s390/multiarch/wcsnlen.c: Likewise.
32600         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strnlen and
32601         wcsnlen functions.
32602         * sysdeps/s390/multiarch/ifunc-impl-list.c
32603         (__libc_ifunc_impl_list): Add ifunc test for strnlen, wcsnlen.
32604         * wcsmbs/wcsnlen.c: Use WCSNLEN if defined.
32605         * string/test-strnlen.c: Add wcsnlen support.
32606         * wcsmbs/test-wcsnlen.c: New File.
32607         * wcsmbs/Makefile (strop-tests): Add wcsnlen.
32608         * benchtests/bench-strnlen.c: Add wcsnlen support.
32609         * benchtests/bench-wcsnlen.c: New File.
32610         * benchtests/Makefile (wcsmbs-bench): Add wcsnlen.
32612         * sysdeps/s390/multiarch/Makefile: New File.
32613         * sysdeps/s390/multiarch/strlen-c.c: Likewise.
32614         * sysdeps/s390/multiarch/strlen-vx.S: Likewise.
32615         * sysdeps/s390/multiarch/strlen.c: Likewise.
32616         * sysdeps/s390/multiarch/wcslen-c.c: Likewise.
32617         * sysdeps/s390/multiarch/wcslen-vx.S: Likewise.
32618         * sysdeps/s390/multiarch/wcslen.c: Likewise.
32619         * string/strlen.c (STRLEN): Define and use macro.
32620         * sysdeps/s390/multiarch/ifunc-impl-list.c
32621         (IFUNC_VX_IMPL): New macro function.
32622         (__libc_ifunc_impl_list): Add ifunc test for strlen, wcslen.
32623         * benchtests/Makefile (wcsmbs-bench): New variable.
32624         (string-bench-all): Added wcsmbs-bench.
32625         * benchtests/bench-wcslen.c: New File.
32627         * sysdeps/s390/multiarch/ifunc-resolve.h (s390_vx_libc_ifunc,
32628         s390_vx_libc_ifunc2): New macro function.
32630         * config.h.in (HAVE_S390_VX_ASM_SUPPORT): New macro undefine.
32631         * sysdeps/s390/configure.ac: Add test for S390 vector instruction
32632         assembler support.
32633         * sysdeps/s390/configure: Regenerated.
32635         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add z13.
32636         * sysdeps/s390/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increased.
32638         * sysdeps/s390/dl-procinfo.c (_dl_s390_platforms): Add vector flag.
32639         * sysdeps/s390/dl-procinfo.h: Add vector capability.
32640         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h (HWCAP_S390_VX): Define.
32642         * sysdeps/s390/s390-32/multiarch/Makefile (sysdep_routines):
32643         Remove ifunc-resolve, add memset-s390, memcpy-s390, memcmp-s390.
32644         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Delete File.
32645         * sysdeps/s390/s390-32/multiarch/memcmp.S: Move to ...
32646         * sysdeps/s390/s390-32/multiarch/memcmp-s390.S: ... here.
32647         (memcmp, bcmp): Use __memcmp_default as alias source.
32648         * sysdeps/s390/s390-32/multiarch/memcmp.c: New File.
32649         * sysdeps/s390/s390-32/memcmp.S (__memcmp_g5):
32650         Rename to __memcmp_default.
32651         * sysdeps/s390/s390-32/multiarch/memcpy.S: Move to ...
32652         * sysdeps/s390/s390-32/multiarch/memcpy-s390.S: ... here.
32653         (memcpy): Use __memcpy_default as alias source.
32654         * sysdeps/s390/s390-32/multiarch/memcpy.c: New File.
32655         * sysdeps/s390/s390-32/memcpy.S (__memcpy_g5):
32656         Rename to __memcpy_default.
32657         * sysdeps/s390/s390-32/multiarch/memset.S: Move to ...
32658         * sysdeps/s390/s390-32/multiarch/memset-s390.S: ... here.
32659         (memset): Use __memset_default as alias source.
32660         * sysdeps/s390/s390-32/multiarch/memset.c: New File.
32661         * sysdeps/s390/s390-32/memset.S (__memset_g5):
32662         Rename to __memset_default.
32663         * sysdeps/s390/s390-64/multiarch/Makefile (sysdep_routines):
32664         Remove ifunc-resolve, add memset-s390x, memcpy-s390x, memcmp-s390x.
32665         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Delete File.
32666         * sysdeps/s390/s390-64/multiarch/memcmp.S: Move to ...
32667         * sysdeps/s390/s390-64/multiarch/memcmp-s390x.S: ... here.
32668         (memcmp, bcmp): Use __memcmp_default as alias source.
32669         * sysdeps/s390/s390-64/multiarch/memcmp.c: New File.
32670         * sysdeps/s390/s390-64/memcmp.S (__memcmp_z900):
32671         Rename to __memcmp_default.
32672         * sysdeps/s390/s390-64/multiarch/memcpy.S: Move to ...
32673         * sysdeps/s390/s390-64/multiarch/memcpy-s390x.S: ... here.
32674         (memcpy): Use __memcpy_default as alias source.
32675         * sysdeps/s390/s390-64/multiarch/memcpy.c: New File.
32676         * sysdeps/s390/s390-64/memcpy.S (__memcpy_z900):
32677         Rename to __memcpy_default.
32678         * sysdeps/s390/s390-64/multiarch/memset.S: Move to ...
32679         * sysdeps/s390/s390-64/multiarch/memset-s390x.S: ... here.
32680         (memset): Use __memset_default as alias source.
32681         * sysdeps/s390/s390-64/multiarch/memset.c: New File.
32682         * sysdeps/s390/s390-64/memset.S (__memset_z900):
32683         Rename to __memset_default.
32684         * sysdeps/s390/multiarch/ifunc-resolve.h: New File.
32685         * sysdeps/s390/multiarch/ifunc-impl-list.c: New File.
32687         [BZ #18610]
32688         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Rename
32689         __ieee_instruction_pointer to __unused.
32690         * sysdeps/s390/fpu/fesetenv.c (__fesetenv): Remove usage of
32691         __ieee_instruction_pointer.
32692         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Fix dxc-field handling.
32693         * sysdeps/s390/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
32694         * sysdeps/s390/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
32695         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
32696         * sysdeps/s390/fpu/fpu_control.h (_FPU_RESERVED):
32697         Mark dxc-field as reserved.
32699 2015-08-25  Roland McGrath  <roland@hack.frob.com>
32701         * sysdeps/nacl/start.c (_start): Call __nacl_main instead of main
32702         if the weak reference is not null.
32704 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
32706         * sysdeps/x86_64/strcmp.S: Remove "#if !IS_IN (libc)".
32708         [BZ #11214]
32709         * sysdeps/unix/sysv/linux/Makefile (tst-getpid2-ENV): Removed.
32711 2015-08-25  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
32713         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: Define new macros.
32714         * sysdeps/unix/sysv/linux/accept.c: Call direct system call.
32715         * sysdeps/unix/sysv/linux/bind.c: Call direct system call.
32716         * sysdeps/unix/sysv/linux/connect.c: Call direct system call.
32717         * sysdeps/unix/sysv/linux/getpeername.c: Call direct system call.
32718         * sysdeps/unix/sysv/linux/getsockname.c: Call direct system call.
32719         * sysdeps/unix/sysv/linux/getsockopt.c: Call direct system call.
32720         * sysdeps/unix/sysv/linux/listen.c: Call direct system call.
32721         * sysdeps/unix/sysv/linux/recv.c: Call direct system call.
32722         * sysdeps/unix/sysv/linux/recvfrom.c: Call direct system call.
32723         * sysdeps/unix/sysv/linux/recvmsg.c: Call direct system call.
32724         * sysdeps/unix/sysv/linux/send.c: Call direct system call.
32725         * sysdeps/unix/sysv/linux/sendmsg.c: Call direct system call.
32726         * sysdeps/unix/sysv/linux/sendto.c: Call direct system call.
32727         * sysdeps/unix/sysv/linux/setsockopt.c: Call direct system call.
32728         * sysdeps/unix/sysv/linux/shutdown.c: Call direct system call.
32729         * sysdeps/unix/sysv/linux/socket.c: Call direct system call.
32730         * sysdeps/unix/sysv/linux/socketpair.c: Call direct system call.
32732 2015-08-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
32734         * sysdeps/powerpc/powerpc32/sysdep.h (ABORT_TRANSACTION): Use
32735         register other than r0 for tabort, it has special meaning.
32736         * sysdeps/powerpc/powerpc64/sysdep.h (ABORT_TRANSACTION): Likewise.
32737         * sysdeps/unix.sysv/linux/powerpc/syscall.S (syscall): Abort
32738         transaction before starting syscall.
32740 2015-08-25  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
32742         * sysdeps/powerpc/powerpc64/power7/strstr.S: Handle worst case.
32744 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
32746         * sysdeps/x86_64/strlen.S: Replace %xmm[8-12] with %xmm[0-4].
32748         * sysdeps/x86_64/rtld-memcmp.c: Removed.
32749         * sysdeps/x86_64/rtld-memset.S: Likewise.
32750         * sysdeps/x86_64/rtld-strchr.S: Likewise.
32751         * sysdeps/x86_64/rtld-strlen.S: Likewise.
32752         * sysdeps/x86_64/multiarch/rtld-memcmp.c: Likewise.
32753         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
32755         * sysdeps/x86_64/memset.S: Replace %xmm8 with %xmm0.
32757 2015-08-25  Ondƙej BĂ­lka  <neleai@seznam.cz>
32759         * debug/strcpy_chk.c: Improve performance.
32760         * debug/stpcpy_chk.c: Likewise.
32761         * sysdeps/x86_64/strcpy_chk.S: Remove.
32762         * sysdeps/x86_64/stpcpy_chk.S: Remove.
32764         [BZ #18240]
32765         * misc/hsearch_r.c (__hcreate_r): Handle overflow.
32767 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
32769         [BZ #15128]
32770         * sysdeps/x86_64/Makefile [$(subdir) == elf] (tests): Add
32771         ifuncmain8.
32772         (modules-names): Add ifuncmod8.
32773         ($(objpfx)ifuncmain8): New rule.
32774         * sysdeps/x86_64/dl-machine.h: Include <dl-procinfo.h> and
32775         <cpuid.h>.
32776         (elf_machine_runtime_setup): Use _dl_runtime_resolve_sse,
32777         _dl_runtime_resolve_avx, or _dl_runtime_resolve_avx512,
32778         _dl_runtime_profile_sse, _dl_runtime_profile_avx, or
32779         _dl_runtime_profile_avx512, based on HAS_ARCH_FEATURE.
32780         * sysdeps/x86_64/dl-trampoline.S: Rewrite.
32781         * sysdeps/x86_64/dl-trampoline.h: Likewise.
32782         * sysdeps/x86_64/ifuncmain8.c: New file.
32783         * sysdeps/x86_64/ifuncmod8.c: Likewise.
32784         * sysdeps/x86_64/nptl/tcb-offsets.sym (RTLD_SAVESPACE_SSE):
32785         Removed.
32786         * sysdeps/x86_64/nptl/tls.h (__128bits): Removed.
32787         (tcbhead_t): Change rtld_must_xmm_save to __glibc_unused1.
32788         Change rtld_savespace_sse to __glibc_unused2.
32789         (RTLD_CHECK_FOREIGN_CALL): Removed.
32790         (RTLD_ENABLE_FOREIGN_CALL): Likewise.
32791         (RTLD_PREPARE_FOREIGN_CALL): Likewise.
32792         (RTLD_FINALIZE_FOREIGN_CALL): Likewise.
32794 2015-08-24  Wilco Dijkstra  <wdijkstr@arm.com>
32796         * sysdeps/aarch64/bzero.S (__bzero): Remove.
32798 2015-08-24  Wilco Dijkstra  <wdijkstr@arm.com>
32800         * sysdeps/aarch64/fpu/math_private.h (libc_feholdsetround_aarch64_ctx):
32801         Unconditionally set __fpcr to avoid uninialized warning.
32802         (libc_feholdsetround_noex_aarch64_ctx): Likewise.
32804 2015-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
32806         * malloc/arena.c (arena_get_retry): Don't use main_arena if it
32807         is corrupt.
32809         * malloc/arena.c (arena_get2): Drop unused argument.
32810         (arena_lock): Adjust.
32811         (arena_get_retry): Likewise.
32813 2015-08-24  Andreas Schwab  <schwab@suse.de>
32815         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_IPC64):
32816         Don't define.
32817         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
32818         (__ASSUME_IPC64): Don't undef.
32819         * sysdeps/unix/sysv/linux/msgctl.c: Don't check for __ASSUME_IPC64.
32820         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
32821         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
32822         * sysdeps/unix/sysv/linux/i386/msgctl.c: Remove.
32823         * sysdeps/unix/sysv/linux/i386/semctl.c: Remove.
32824         * sysdeps/unix/sysv/linux/i386/shmctl.c: Remove.
32825         * sysdeps/unix/sysv/linux/m68k/msgctl.c: Remove.
32826         * sysdeps/unix/sysv/linux/m68k/semctl.c: Remove.
32827         * sysdeps/unix/sysv/linux/m68k/shmctl.c: Remove.
32828         * sysdeps/unix/sysv/linux/s390/s390-32/msgctl.c: Remove.
32829         * sysdeps/unix/sysv/linux/s390/s390-32/semctl.c: Remove.
32830         * sysdeps/unix/sysv/linux/s390/s390-32/shmctl.c: Remove.
32831         * sysdeps/unix/sysv/linux/sh/msgctl.c: Remove.
32832         * sysdeps/unix/sysv/linux/sh/semctl.c: Remove.
32833         * sysdeps/unix/sysv/linux/sh/shmctl.c: Remove.
32834         * sysdeps/unix/sysv/linux/sparc/sparc32/msgctl.c: Remove.
32835         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Remove.
32836         * sysdeps/unix/sysv/linux/sparc/sparc32/shmctl.c: Remove.
32837         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Remove.
32838         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Remove.
32839         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Remove.
32841 2015-08-21  Mike Frysinger  <vapier@gentoo.org>
32843         * manual/Makefile (install): Only build manual when perl is available.
32845 2015-08-21  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
32847         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Replace
32848         '#undef memcpy' by '#undef memchr'.
32850 2015-08-21  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
32852         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: Make
32853         memchr not point to the internal __GI_memchr implementation.
32855 2015-08-20  Joseph Myers  <joseph@codesourcery.com>
32857         * timezone/Makefile (CFLAGS-zdump.c): Remove
32858         -Wno-strict-prototypes.
32859         (CFLAGS-zic.c): Likewise.
32860         (CFLAGS-ialloc.c): Likewise.
32861         (CFLAGS-scheck.c): Likewise.
32863         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Do not add
32864         -Wno-error=undef.
32866 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
32868         * i386/i686/multiarch/strcasestr-c.c: Removed.
32869         * x86_64/multiarch/strcasestr.c: Likewise.
32870         * x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
32871         Remove strcasestr.
32873 2015-08-20  Joseph Myers  <joseph@codesourcery.com>
32875         * math/Makefile (CFLAGS): Don't add -Wno-uninitialized.
32877         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Always initialize
32878         variables for high and low parts before possibly modifying them.
32880 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
32882         * sysdeps/i386/i686/multiarch/init-arch.h: Removed.
32883         * sysdeps/unix/sysv/linux/x86/init-arch.h: Likewise.
32884         * sysdeps/x86_64/cacheinfo.c: Include <init-arch.h> instead
32885         of "multiarch/init-arch.h".
32886         * sysdeps/x86_64/multiarch/init-arch.h: Renamed to ...
32887         * sysdeps/x86/init-arch.h: This.
32889 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
32891         * sysdeps/i386/i686/multiarch/init-arch.c: Removed.
32892         * sysdeps/unix/sysv/linux/x86/init-arch.c: Likewise.
32894 2015-08-20  Ondƙej BĂ­lka  <neleai@seznam.cz>
32896         [BZ #17787]
32897         * manual/macros.texi: Add twoexp macro.
32898         * manual/filesys.texi: Fix exponents.
32899         * manual/llio.texi: Likewise.
32900         * manual/stdio.texi: Likewise.
32902 2015-08-20  Florian Weimer  <fweimer@redhat.com>
32904         * sysdeps/x86/elide.h (ELIDE_UNLOCK): Document crash due to
32905         incorrect use.
32907 2015-08-19  Joseph Myers  <joseph@codesourcery.com>
32909         [BZ #18370]
32910         * math/s_csqrt.c (__csqrt): Force underflow exception for results
32911         whose real or imaginary part has small absolute value.
32912         * math/s_csqrtf.c (__csqrtf): Likewise.
32913         * math/s_csqrtl.c (__csqrtl): Likewise.
32914         * math/auto-libm-test-in: Add more tests of csqrt.
32915         * math/auto-libm-test-out: Regenerated.
32916         * sysdeps/i386/fpu/libm-test-ulps: Update.
32918 2015-08-19  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
32920         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_set_ppr_med_high,
32921         __ppc_set_ppr_very_low): New functions.
32922         * manual/platform.texi: Add documentation about
32923         __ppc_set_ppr_med_high and __ppc_set_ppr_very_low.
32925 2015-08-19  Wilco Dijkstra  <wdijkstr@arm.com>
32927         * string/stpncpy.c (stpncpy): Improve performance using
32928         __strnlen/memcpy/memset.
32930 2015-08-19  Andrew Senkevich  <andrew.senkevich@intel.com>
32932         [BZ #18796]
32933         * scripts/test-installation.pl: Don't add -lmvec to build options if
32934         libmvec wasn't built.
32936 2015-08-19   Petar Jovanovic  <petar.jovanovic@rt-rk.com>
32938         [BZ #14341]
32939         * elf/dynamic-link.h (elf_machine_lazy_rel): Properly handle the
32940         case when there is a gap between DT_REL and DT_JMPREL sections.
32941         * sysdeps/x86_64/Makefile (tests): Add tst-split-dynreloc.
32942         (LDFLAGS-tst-split-dynreloc): New.
32943         (tst-split-dynreloc-ENV): Likewise.
32944         * sysdeps/x86_64/tst-split-dynreloc.c: New file.
32945         * sysdeps/x86_64/tst-split-dynreloc.lds: Likewise.
32947 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
32949         [BZ #18822]
32950         * sysdeps/unix/sysv/linux/xstatconv.h (__xstat_conv): Add
32951         attribute_hidden.
32952         (__xstat64_conv): Likewise.
32953         (__xstat32_conv): Likewise.
32955 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
32957         [BZ #18822]
32958         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext):
32959         Don't load %ebx when calling __setcontext.  Call __setcontext
32960         with HIDDEN_JUMPTARGET.
32961         * sysdeps/unix/sysv/linux/i386/setcontext.S (__setcontext): Add
32962         libc_hidden_def.
32964 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
32966         * sysdeps/i386/i686/Makefile
32967         [$(subdir) == string] (sysdep_routines): Moved to ...
32968         * sysdeps/i386/Makefile: Here.
32969         * sysdeps/i386/i686/cacheinfo.c: Moved to ...
32970         * sysdeps/i386/cacheinfo.c: Here.
32971         * sysdeps/unix/sysv/linux/i386/sysconf.c: Removed.
32972         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: Likewise.
32973         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Moved to ...
32974         * sysdeps/unix/sysv/linux/x86/sysconf.c: Here.
32976 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
32978         * sysdeps/x86/cpu-features.h (HAS_I586): Defined to 1 if
32979         __i586__ is defined.
32980         (HAS_I686): Defined to 1 if __i686__ is defined.
32982 2015-08-19  Joseph Myers  <joseph@codesourcery.com>
32984         * elf/Makefile [$(have-z-execstack) = yes]
32985         (CPPFLAGS-tst-execstack.c): New variable.
32987         * login/tst-utmp.c [_HAVE_UT_TYPE || defined UTMPX]: Change
32988         conditional to [defined UTMPX || _HAVE_UT_TYPE].
32989         [_HAVE_UT_TV || defined UTMPX]: Change conditional to [defined
32990         UTMPX || _HAVE_UT_TV].
32991         [_HAVE_UT_TV - 0 || defined UTMPX]: Change conditional to [defined
32992         UTMPX || _HAVE_UT_TV - 0].
32994 2015-08-18  Joseph Myers  <joseph@codesourcery.com>
32996         * sysdeps/mips/dl-machine.h [__mips_isa_rev < 6]: Change
32997         conditionals to [!defined __mips_isa_rev || __mips_isa_rev < 6].
32998         * sysdeps/mips/machine-gmon.h [__mips_isa_rev < 6]: Likewise.
33000 2015-08-18  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
33002         * sysdeps/powerpc/dl-procinfo.c:
33003         (_dl_powerpc_cap_flags): Added missing strings for some
33004         hwcap features.
33005         * sysdeps/powerpc/dl-procinfo.h: Updated hwcap bit count.
33007 2015-08-18  Paul Eggert  <eggert@cs.ucla.edu>
33009         Port the 0x7efe...feff pattern to GCC 6.
33010         See Steve Ellcey's bug report in:
33011         https://sourceware.org/ml/libc-alpha/2015-07/msg00673.html
33012         * string/memrchr.c (MEMRCHR):
33013         * string/rawmemchr.c (RAWMEMCHR):
33014         * string/strchr.c (strchr):
33015         * string/strchrnul.c (STRCHRNUL):
33016         Rewrite code to avoid issues with signed shift overflow.
33018 2015-08-18  H.J. Lu  <hongjiu.lu@intel.com>
33020         * sysdeps/x86/cpu-features.c (init_cpu_features): Check
33021         whether cpuid is available only if HAS_CPUID is 0.
33022         * sysdeps/x86/cpu-features.h (HAS_CPUID): New.
33023         (HAS_I586): Likewise.
33024         (HAS_I686): Likewise.
33026 2015-08-18  Zack Weinberg  <zackw@panix.com>
33028         * misc/Versions (libc): Add GLIBC_2.23.
33030 2015-08-18  Alan Modra  <amodra@gmail.com>
33032         [BZ #18421]
33033         * sysdeps/hppa/start.S [SHARED]: Use .section .data.rel.ro and define
33034         .Lp__global.
33035         (_start): Load %dp via .Lp__global.
33036         [!SHARED]: Use .section .rodata.
33038 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
33040         * sysdeps/unix/sysv/linux/hppa/bits/timerfd.h: New file.
33041         * sysdeps/unix/sysv/linux/hppa/sys/timerfd.h: Delete.
33043 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
33045         * sysdeps/unix/sysv/linux/hppa/bits/signalfd.h: New file.
33046         * sysdeps/unix/sysv/linux/hppa/sys/signalfd.h: Delete.
33048 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
33050         * sysdeps/unix/sysv/linux/hppa/bits/inotify.h: New file.
33051         * sysdeps/unix/sysv/linux/hppa/sys/inotify.h: Delete.
33053 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
33055         * sysdeps/unix/sysv/linux/hppa/bits/eventfd.h: New file.
33056         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Delete.
33058 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
33060         * sysdeps/unix/sysv/linux/hppa/bits/epoll.h: New file.
33061         * sysdeps/unix/sysv/linux/hppa/sys/epoll.h: Delete.
33063 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
33065         * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h (SA_RESETHAND,
33066         SA_NODEFER, SA_RESTART): Define when __USE_XOPEN2K8 is defined.
33068 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
33070         * sysdeps/unix/sysv/linux/hppa/bits/shm.h (SHM_EXEC): Define.
33072 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
33074         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Delete
33075         kernel-features.h include.  Delete __ASSUME_LWS_CAS checks.
33076         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
33077         (__ASSUME_LWS_CAS): Delete.
33079 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
33081         * sysdeps/hppa/configure.ac: Delete binutils tls checks.
33082         * sysdeps/hppa/configure: Regenerated.
33083         * sysdeps/hppa/dl-machine.h: Delete USE_TLS and USE___THREAD checks.
33084         * sysdeps/hppa/libc-tls.c: Delete USE_TLS checks.
33085         * sysdeps/hppa/nptl/tls.h: Likewise.
33087 2015-08-17  Joseph Myers  <joseph@codesourcery.com>
33089         [BZ #18823]
33090         * math/s_csqrt.c (__csqrt): Increase threshold and scale factor
33091         for scaling up small arguments.
33092         * math/s_csqrtf.c (__csqrtf): Likewise.
33093         * math/s_csqrtl.c (__csqrtl): Likewise.
33094         * math/auto-libm-test-in: Add more tests of csqrt.
33095         * math/auto-libm-test-out: Regenerated.
33097 2015-08-17  Andreas Schwab  <schwab@suse.de>
33099         * sysdeps/unix/sysv/linux/powerpc/Versions (libm): Add empty
33100         version set GLIBC_2.19.
33102 2015-08-16  Zack Weinberg  <zackw@panix.com>
33104         [BZ #18681]
33105         * misc/regexp.h: This interface is no longer supported.
33106         Remove all contents, leaving only an #error directive.
33107         * misc/regexp.c (loc1, loc2, locs, step, advance):
33108         Demote to compatibility symbols.
33110 2015-08-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
33112         [BZ #18084]
33113         * debug/tst-backtrace2.c (do_test): Add test for BZ #18084.
33114         * sysdeps/arm/backtrace.c (__backtrace): Handle size <= 0.
33115         * sysdeps/i386/backtrace.c (__backtrace): Likewise.
33116         * sysdeps/m68k/backtrace.c (__backtrace): Likewise.
33117         * sysdeps/microblaze/backtrace.c (__backtrace): Likewise.
33118         * sysdeps/s390/s390-32/backtrace.c (__backtrace): Likewise.
33119         * sysdeps/s390/s390-64/backtrace.c (__backtrace): Likewise.
33120         * sysdeps/sparc/backtrace.c (__backtrace): Likewise.
33121         * sysdeps/x86_64/backtrace.c (__backtrace): Likewise.
33123 2015-08-15  Zack Weinberg  <zackw@panix.com>
33125         [BZ #18795]
33126         * string/bits/string3.h (stpncpy): Call __stpncpy_chk if the
33127         buffer length is known to be too large, not if it's known to be
33128         small enough.
33129         * debug/tst-chk1.c (do_test): Do all tests for catching a buffer
33130         overflow at runtime, involving a length parameter, twice: once
33131         with a compile-time constant length parameter, once without.
33133 2015-08-14  Joseph Myers  <joseph@codesourcery.com>
33135         [BZ #18824]
33136         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Increase threshold for
33137         scaling x * y up instead of down.
33138         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33139         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33140         * math/auto-libm-test-in: Add more tests of fma.
33141         * math/auto-libm-test-out: Regenerated.
33143 2015-08-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
33145         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
33147 2015-08-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33149         * sysdeps/x86_64/fpu/multiarch/s_floorf.S (__floorf): Remove
33150         unnecessary movq.
33151         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S (__nearbyint):
33152         Likewise.
33154 2015-08-13  Joseph Myers  <joseph@codesourcery.com>
33156         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
33157         asinh, atan, atan2, atanh, cabs, cbrt, cosh, csqrt, erf, erfc,
33158         exp, exp2, lgamma, log, log1p, log2, pow, sin, sincos, tan, tanh
33159         and tgamma.
33160         * math/auto-libm-test-out: Regenerated.
33161         * sysdeps/i386/fpu/libm-test-ulps: Update.
33162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33164         [BZ #16520]
33165         * sysdeps/ieee754/dbl-64/s_tanh.c: Include <float.h>.
33166         (__tanh): Force underflow exception for arguments with small
33167         absolute value.
33168         * sysdeps/ieee754/flt-32/s_tanhf.c: Include <float.h>.
33169         (__tanhf): Force underflow exception for arguments with small
33170         absolute value.
33171         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Include <float.h>.
33172         (__tanhl): Force underflow exception for arguments with small
33173         absolute value.
33174         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Include <float.h>.
33175         (__tanhl): Force underflow exception for arguments with small
33176         absolute value.
33177         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Include <float.h>.
33178         (__tanhl): Force underflow exception for arguments with small
33179         absolute value.
33180         * math/auto-libm-test-in: Add more tests of tanh.
33181         * math/auto-libm-test-out: Regenerated.
33182         * sysdeps/i386/fpu/libm-test-ulps: Update.
33184 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
33186         * sysdeps/x86/cpu-features.c (init_cpu_features): Call
33187         __get_cpuid_max if not compiling for i586, i686 nor x86-64.
33189 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
33191         * sysdeps/unix/sysv/linux/x86/elision-conf.h: Don't include
33192         <cpuid.h>.
33194 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
33196         * sysdeps/unix/sysv/linux/x86/elision-conf.c (elision_init):
33197         Replace HAS_RTM with HAS_CPU_FEATURE (RTM).
33199 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
33201         * math/Makefile ($(addprefix $(objpfx), $(libm-vec-tests))):
33202         Remove $(objpfx)init-arch.o.
33203         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Remove
33204         init-arch.
33205         * sysdeps/x86_64/fpu/math-tests-arch.h (avx_usable): Removed.
33206         (INIT_ARCH_EXT): Defined as empty.
33207         (CHECK_ARCH_EXT): Replace HAS_XXX with HAS_ARCH_FEATURE (XXX).
33208         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: Remove
33209         __init_cpu_features call.  Replace HAS_XXX with
33210         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
33211         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: Likewise.
33212         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Likewise.
33213         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: Likewise.
33214         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: Likewise.
33215         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Likewise.
33216         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: Likewise.
33217         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: Likewise.
33218         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Likewise.
33219         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: Likewise.
33220         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: Likewise.
33221         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Likewise.
33222         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: Likewise.
33223         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: Likewise.
33224         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Likewise.
33225         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: Likewise.
33226         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: Likewise.
33227         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Likewise.
33228         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: Likewise.
33229         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core.S: Likewise.
33230         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core.S: Likewise.
33231         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: Likewise.
33232         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core.S: Likewise.
33233         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core.S: Likewise.
33234         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: Likewise.
33235         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core.S: Likewise.
33236         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core.S: Likewise.
33237         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: Likewise.
33238         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core.S: Likewise.
33239         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core.S: Likewise.
33240         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S: Likewise.
33241         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core.S: Likewise.
33242         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core.S: Likewise.
33243         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: Likewise.
33244         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core.S: Likewise.
33245         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core.S: Likewise.
33247 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
33249         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Replace HAS_XXX
33250         with HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
33251         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Likewise.
33252         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Likewise.
33253         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: Likewise.
33254         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: Likewise.
33255         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Likewise.
33256         * sysdeps/i386/i686/multiarch/s_fma.c: Likewise.
33257         * sysdeps/i386/i686/multiarch/s_fmaf.c: Likewise.
33258         * sysdeps/i386/i686/multiarch/bcopy.S: Remove __init_cpu_features
33259         call.  Merge SHARED and !SHARED.  Add LOAD_GOT_AND_RTLD_GLOBAL_RO.
33260         Use LOAD_FUNC_GOT_EAX to load function address.  Replace HAS_XXX
33261         with HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
33262         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33263         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33264         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33265         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33266         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33267         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33268         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33269         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33270         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33271         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33272         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33273         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33274         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33275         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33276         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33277         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33278         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33279         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33280         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33281         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33282         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33283         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33284         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33285         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33286         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33287         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33288         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33289         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33290         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33291         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33293 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
33295         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Replace HAS_XXX with
33296         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
33297         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
33298         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
33299         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
33300         * sysdeps/x86_64/fpu/multiarch/e_pow.c: Likewise.
33301         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
33302         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Likewise.
33303         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
33304         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
33305         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
33306         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: Use
33307         LOAD_RTLD_GLOBAL_RO_RDX and HAS_CPU_FEATURE (SSE4_1).
33308         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: Likewise.
33309         * sysdeps/x86_64/fpu/multiarch/s_floor.S: Likewise.
33310         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: Likewise.
33311         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S : Likewise.
33312         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: Likewise.
33313         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: Likewise.
33314         * sysdeps/x86_64/fpu/multiarch/s_rintf.S : Likewise.
33315         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Likewise.
33316         * sysdeps/x86_64/multiarch/sched_cpucount.c: Likewise.
33317         * sysdeps/x86_64/multiarch/strstr.c: Likewise.
33318         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33319         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33320         * sysdeps/x86_64/multiarch/test-multiarch.c: Likewise.
33321         * sysdeps/x86_64/multiarch/memcmp.S: Remove __init_cpu_features
33322         call.  Add LOAD_RTLD_GLOBAL_RO_RDX.  Replace HAS_XXX with
33323         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
33324         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33325         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33326         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33327         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33328         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33329         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33330         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33331         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33332         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33333         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33334         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33335         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33336         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33337         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33339 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
33341         * sysdeps/i386/dl-machine.h: Include <cpu-features.c>.
33342         (dl_platform_init): Call init_cpu_features.
33343         * sysdeps/i386/dl-procinfo.c (_dl_x86_cpu_features): New.
33344         * sysdeps/i386/i686/cacheinfo.c
33345         (DISABLE_PREFERRED_MEMORY_INSTRUCTION): Removed.
33346         * sysdeps/i386/i686/multiarch/Makefile (aux): Remove init-arch.
33347         * sysdeps/i386/i686/multiarch/Versions: Removed.
33348         * sysdeps/i386/i686/multiarch/ifunc-defines.sym (KIND_OFFSET):
33349         Removed.
33350         * sysdeps/i386/ldsodefs.h: Include <cpu-features.h>.
33351         * sysdeps/unix/sysv/linux/x86/Makefile
33352         (libpthread-sysdep_routines): Remove init-arch.
33353         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Include
33354         <sysdeps/x86_64/dl-procinfo.c> instead of
33355         sysdeps/generic/dl-procinfo.c>.
33356         * sysdeps/x86/Makefile [$(subdir) == csu] (gen-as-const-headers):
33357         Add cpu-features-offsets.sym and rtld-global-offsets.sym.
33358         [$(subdir) == elf] (sysdep-dl-routines): Add dl-get-cpu-features.
33359         [$(subdir) == elf] (tests): Add tst-get-cpu-features.
33360         [$(subdir) == elf] (tests-static): Add
33361         tst-get-cpu-features-static.
33362         * sysdeps/x86/Versions: New file.
33363         * sysdeps/x86/cpu-features-offsets.sym: Likewise.
33364         * sysdeps/x86/cpu-features.c: Likewise.
33365         * sysdeps/x86/cpu-features.h: Likewise.
33366         * sysdeps/x86/dl-get-cpu-features.c: Likewise.
33367         * sysdeps/x86/libc-start.c: Likewise.
33368         * sysdeps/x86/rtld-global-offsets.sym: Likewise.
33369         * sysdeps/x86/tst-get-cpu-features-static.c: Likewise.
33370         * sysdeps/x86/tst-get-cpu-features.c: Likewise.
33371         * sysdeps/x86_64/dl-procinfo.c: Likewise.
33372         * sysdeps/x86_64/cacheinfo.c (__cpuid_count): Removed.
33373         Assume USE_MULTIARCH is defined and don't check it.
33374         (is_intel): Replace __cpu_features with GLRO(dl_x86_cpu_features).
33375         (is_amd): Likewise.
33376         (max_cpuid): Likewise.
33377         (intel_check_word): Likewise.
33378         (__cache_sysconf): Don't call __init_cpu_features.
33379         (__x86_preferred_memory_instruction): Removed.
33380         (init_cacheinfo): Don't call __init_cpu_features. Replace
33381         __cpu_features with GLRO(dl_x86_cpu_features).
33382         * sysdeps/x86_64/dl-machine.h: <cpu-features.c>.
33383         (dl_platform_init): Call init_cpu_features.
33384         * sysdeps/x86_64/ldsodefs.h: Include <cpu-features.h>.
33385         * sysdeps/x86_64/multiarch/Makefile (aux): Remove init-arch.
33386         * sysdeps/x86_64/multiarch/Versions: Removed.
33387         * sysdeps/x86_64/multiarch/cacheinfo.c: Likewise.
33388         * sysdeps/x86_64/multiarch/init-arch.c: Likewise.
33389         * sysdeps/x86_64/multiarch/ifunc-defines.sym (KIND_OFFSET):
33390         Removed.
33391         * sysdeps/x86_64/multiarch/init-arch.h: Rewrite.
33393 2015-08-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
33395         [BZ #18820]
33396         * libio/Makefile (test-fmemopen-mem): New test.
33397         * libio/test-fmemopen.c (do_bz18820): New test.
33398         * libio/fmemopen.c (__fmemopen): Fix memory leak.
33399         * libio/oldfmemopen.c (__old_fmemopen): Likewise.
33401 2015-08-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
33403         [BZ #16734]
33404         * libio/libioP.h (ROUND_TO_PAGE, ALLOC_BUF, ALLOC_WBUF): Delete.
33405         (FREE_BUF): Delete.
33406         * libio/libio.h (_IO_FILE_complete): Delete unused _freeres_size.
33407         * libio/genops.c (_IO_setb): Use malloc and free directly.
33408         (_IO_default_doallocate, _IO_default_finish): Likewise.
33409         ( _IO_unbuffer_all): Likewise.
33410         ( libc_freeres_fn): Likewise.
33411         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
33412         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Likewise.
33413         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Likewise.
33414         (_IO_wdefault_doallocate): Likewise.
33416 2015-08-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
33418         [BZ #18086]
33419         * sysdeps/posix/nice.c (nice): Restore old errno.
33420         * posix/tst-nice.c (do_test): Add test for BZ #18086.
33422 2015-08-10  Ondrej Bilka  <neleai@seznam.cz>
33424         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Fix ifunc.
33426 2015-08-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
33428         * sysdeps/powerpc/powerpc64/power7/memmove.S (bcopy): Changing to
33429         __bcopy and add a weak_alias to bcopy.
33430         * sysdeps/powerpc/powerpc64/power7/strstr.S (strstr): Use __strnlen
33431         for static build.
33433         * string/stpcpy.c (__stpcpy): Use STPCPY to redefine symbol name and
33434         cleanup macro usage.
33435         * string/strcpy.c (strcpt): Use STRCPY to redefine symbol name.
33436         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.S: Remove file.
33437         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
33438         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.S: Likewise.
33439         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
33440         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: Likewise.
33441         * sysdeps/powerpc/powerpc64/power7/strcpy.S: Likewise.
33442         * sysdeps/powerpc/powerpc64/power7/strcpy.c: Likewise.
33443         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
33444         * sysdeps/powerpc/powerpc64/strcpy.S: Likewise.
33445         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
33446         [SHARED && IS_IN (libc)]: Include <string/strcpy.c>.
33447         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
33448         [SHARED && IS_IN (libc)]: Include <string/stpcpy.c>.
33449         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
33450         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: Likewise.
33451         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: Likewise.
33452         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: Likewise.
33453         * sysdeps/powerpc/powerpc64/power7/strcpy.c: Likewise.
33455         * sysdeps/powerpc/powerpc64/power7/strnlen.S (__strnlen): Add
33456         libc_hidden_def.
33457         (strnlen): Remove libc_hidden_builtin_def and add libc_hidden_def.
33459         * sysdeps/powerpc/powerpc64/power7/Makefile [$(subdir) = string]
33460         (sysdep_routines): Add strstr-ppc64.
33461         * sysdeps/powerpc/powerpc64/power7/strstr-ppc64.c: New file.
33463 2015-08-10  Maxim Ostapenko  <m.ostapenko@partner.samsung.com>
33465         [BZ #18778]
33466         * elf/Makefile (tests): Add Add tst-nodelete2.
33467         (modules-names): Add tst-nodelete2mod.
33468         (tst-nodelete2mod.so-no-z-defs): New.
33469         ($(objpfx)tst-nodelete2): Likewise.
33470         ($(objpfx)tst-nodelete2.out): Likewise.
33471         (LDFLAGS-tst-nodelete2): Likewise.
33472         * elf/dl-close.c (_dl_close_worker): Move DF_1_NODELETE clearing
33473         out of loop through all loaded libraries.
33474         * elf/tst-nodelete2.c: New file.
33475         * elf/tst-nodelete2mod.c: Likewise.
33476         * elf/tst-znodelete-zlib.cc: Delete.
33478 2015-08-11  Andreas Schwab  <schwab@suse.de>
33480         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Don't define.
33481         * sysdeps/unix/sysv/linux/wordsize-64/openat.c
33482         (__openat64_nocancel): Likewise.
33484 2015-08-11  Joseph Myers  <joseph@codesourcery.com>
33486         * math/auto-libm-test-in: Add more tests of acosh, asin, asinh,
33487         atanh, cabs, carg, cbrt, cosh, csqrt, erf, erfc, exp, exp10,
33488         expm1, hypot, log, log10, log1p, log2, pow, sinh, tan and tgamma.
33489         * math/auto-libm-test-out: Regenerated.
33490         * sysdeps/i386/fpu/libm-test-ulps: Update.
33491         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33493 2015-08-10  Joseph Myers  <joseph@codesourcery.com>
33495         [BZ #18790]
33496         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Increase
33497         threshold for returning +/- 1.
33498         * math/auto-libm-test-in: Add more tests of tanh.
33499         * math/auto-libm-test-out: Regenerated.
33500         * sysdeps/i386/fpu/libm-test-ulps: Update.
33502 2015-08-10  Andreas Schwab  <schwab@suse.de>
33504         [BZ #18781]
33505         * sysdeps/unix/sysv/linux/openat.c (__OPENAT) [MORE_OFLAGS]: Add
33506         MORE_OFLAGS to oflag.
33507         * io/test-lfs.c (do_test): Test openat64.
33509 2015-08-10  Joseph Myers  <joseph@codesourcery.com>
33511         [BZ #18789]
33512         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Use
33513         smaller threshold for returning the argument.
33514         * math/auto-libm-test-in: Add more tests of sinh.
33515         * math/auto-libm-test-out: Regenerated.
33516         * sysdeps/i386/fpu/libm-test-ulps: Update.
33518 2015-08-09  H.J. Lu  <hongjiu.lu@intel.com>
33520         [BZ #18674]
33521         * sysdeps/i386/tst-auditmod3b.c (la_objsearch): Add a missing
33522         break.
33524 2015-08-09  Andreas Schwab  <schwab@linux-m68k.org>
33526         * timezone/Makefile (tzbases, tzlinks, tzfiles): Don't define.
33527         (generated): Don't add $(addprefix z.,$(tzfiles)).
33529 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
33531         * nptl/tst-cancel-wrappers.sh: Change 3rd arg to gensub to 1.
33532         * scripts/sysd-rules.awk: Likewise.
33534 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
33536         * iconvdata/tst-tables.sh: Change echo -n to printf.
33537         * nss/db-Makefile: Likewise.
33538         * posix/tst-getconf.sh: Likewise.
33539         * stdio-common/tst-unbputc.sh: Likewise.
33541 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
33543         * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]: Move all
33544         MADV_*_PAGES defines behind this feature check.
33546 2015-08-09  John David Anglin  <danglin@gcc.gnu.org>
33548         [BZ #18480]
33549         * sysdeps/unix/sysv/linux/hppa/sysdep.h (LOAD_ARGS_0, LOAD_ARGS_1,
33550         LOAD_ARGS_2, LOAD_ARGS_3, LOAD_ARGS_4, LOAD_ARGS_5, LOAD_ARGS_6):
33551         Define.
33552         (LOAD_REGS_0, LOAD_REGS_1, LOAD_REGS_2, LOAD_REGS_3, LOAD_REGS_4,
33553         LOAD_REGS_5, LOAD_REGS_6): Update.
33554         (INTERNAL_SYSCALL): Update using new LOAD defines.
33555         (INTERNAL_SYSCALL_NCS): Likewise.
33556         * sysdeps/unix/sysv/linux/hppa/syscall.c (syscall): Likewise.
33558 2015-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
33560         [BZ #16734]
33561         * libio/genops.c (_IO_unbuffer_all): Free wide buffer as well.
33563 2015-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
33565         [BZ #17905]
33566         * catgets/Makefile (tst-catgets-mem): New test.
33567         * catgets/catgets.c (catopen): Don't use unbounded alloca.
33568         * catgets/open_catalog.c (__open_catalog): Likewise.
33569         * catgets/tst-catgets.c (do_bz17905): Test unbounded alloca.
33571 2015-08-08  John David Anglin  <danglin@gcc.gnu.org>
33573         [BZ #18787]
33574         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (_LWS_CLOBBER): Revise
33575         clobber registers.
33576         (atomic_compare_and_exchange_val_acq): Use register asms to assign
33577         operand registers.  Use register %r20 for EAGAIN and EDEADLOCK checks.
33578         Cast return to __typeof (oldval).
33580 2015-08-08  Mike Frysinger  <vapier@gentoo.org>
33582         * sysdeps/unix/sysv/linux/microblaze/sysdep.h: Wrap the whole file
33583         in _LINUX_MICROBLAZE_SYSDEP_H defines.  Include sysdeps/unix/sysdep.h
33584         and delete sys/syscall.h include.
33586 2015-08-07  Joseph Myers  <joseph@codesourcery.com>
33588         [BZ #16517]
33589         * sysdeps/ieee754/dbl-64/s_tan.c: Include <float.h>.
33590         (tan): Force underflow exception for arguments with small absolute
33591         value.
33592         * sysdeps/ieee754/flt-32/k_tanf.c: Include <float.h>.
33593         (__kernel_tanf): Force underflow exception for arguments with
33594         small absolute value.
33595         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <float.h>.
33596         (__kernel_tanl): Force underflow exception for arguments with
33597         small absolute value.
33598         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <float.h>.
33599         (__kernel_tanl): Force underflow exception for arguments with
33600         small absolute value.
33601         * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <float.h>.
33602         (__kernel_tanl): Force underflow exception for arguments with
33603         small absolute value.
33604         * math/auto-libm-test-in: Add more tests of tan.
33605         * math/auto-libm-test-out: Regenerated.
33607 2015-08-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33609         Fix sysdeps/i386/fpu/s_scalbn.S build
33611         * math/Versions (libc: GLIBC_2_22): New (empty) version set.
33613 2015-08-07  Mike Frysinger  <vapier@gentoo.org>
33615         * sysdeps/hppa/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
33617 2015-08-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33619         Fix gcrt0.o compilation
33621         When static-start-installed-name is different from
33622         start-installed-name, we must not use the shared objects.
33624         * csu/Makefile
33625         (extra-objs): Add gmon-start.o when building shared library and
33626         $(static-start-installed-name) is different from
33627         $(start-installed-name).
33628         $(objpfx)g$(static-start-installed-name): When building shared
33629         library and $(static-start-installed-name) is different from
33630         $(static-start-installed-name), revert to non-shared rule,
33631         i.e. using $(objpfx)% and gmon-start.o.
33633 2015-08-06  Joseph Myers  <joseph@codesourcery.com>
33635         [BZ #16519]
33636         * sysdeps/ieee754/dbl-64/e_sinh.c: Include <float.h>.
33637         (__ieee754_sinh): Force underflow exception for arguments with
33638         small absolute value.
33639         * sysdeps/ieee754/flt-32/e_sinhf.c: Include <float.h>.
33640         (__ieee754_sinhf): Force underflow exception for arguments with
33641         small absolute value.
33642         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Include <float.h>.
33643         (__ieee754_sinhl): Force underflow exception for arguments with
33644         small absolute value.
33645         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Include <float.h>.
33646         (__ieee754_sinhl): Force underflow exception for arguments with
33647         small absolute value.
33648         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Include <float.h>.
33649         (__ieee754_sinhl): Force underflow exception for arguments with
33650         small absolute value.
33651         * math/auto-libm-test-in: Add more tests of sinh.
33652         * math/auto-libm-test-out: Regenerated.
33653         * sysdeps/i386/fpu/libm-test-ulps: Update.
33655 2015-08-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
33657         * libio/oldfileops.c: Include unistd.h.
33659 2015-08-06  Mike Frysinger  <vapier@gentoo.org>
33661         * stdlib/isomac.c: Include ctype.h.
33663 2015-08-06  Arjun Shankar  <arjun.is@lostca.se>
33665         * dirent/tst-seekdir.c (main): Converted to ...
33666         (do_test): ... this.
33667         (TEST_FUNCTION): New macro.
33668         Include test-skeleton.c.
33669         * elf/tst-dlmodcount.c (main): Converted to ...
33670         (do_test): ... this.
33671         (TEST_FUNCTION): New macro.
33672         Include test-skeleton.c.
33673         * elf/tst-order-main.c (main): Converted to ...
33674         (do_test): ... this.
33675         (TEST_FUNCTION): New macro.
33676         Include test-skeleton.c.
33677         * elf/tst-pie2.c (main): Converted to ...
33678         (do_test): ... this.
33679         (TEST_FUNCTION): New macro.
33680         Include test-skeleton.c.
33681         * inet/tst-ether_aton.c (main): Converted to ...
33682         (do_test): ... this.
33683         (TEST_FUNCTION): New macro.
33684         Include test-skeleton.c.
33685         * misc/tst-mntent.c (main): Converted to ...
33686         (do_test): ... this.
33687         (TEST_FUNCTION): New macro.
33688         Include test-skeleton.c.
33689         * misc/tst-tsearch.c (main): Converted to ...
33690         (do_test): ... this.
33691         (TEST_FUNCTION): New macro.
33692         Include test-skeleton.c.
33693         * posix/tst-regexloc.c (main): Converted to ...
33694         (do_test): ... this.
33695         (TEST_FUNCTION): New macro.
33696         Include test-skeleton.c.
33697         * resolv/tst-aton.c (main): Converted to ...
33698         (do_test): ... this.
33699         (TEST_FUNCTION): New macro.
33700         Include test-skeleton.c.
33701         * stdio-common/test-fwrite.c (main): Converted to ...
33702         (do_test): ... this.
33703         (TEST_FUNCTION): New macro.
33704         Include test-skeleton.c.
33705         * stdio-common/tst-ferror.c (main): Converted to ...
33706         (do_test): ... this.
33707         (TEST_FUNCTION): New macro.
33708         Include test-skeleton.c.
33709         * stdio-common/tst-printf.c (main): Converted to ...
33710         (do_test): ... this.
33711         (TEST_FUNCTION): New macro.
33712         Include test-skeleton.c.
33713         * stdio-common/tst-printfsz.c (main): Converted to ...
33714         (do_test): ... this.
33715         (TEST_FUNCTION): New macro.
33716         Include test-skeleton.c.
33717         * stdlib/tst-strtod.c (main): Converted to ...
33718         (do_test): ... this.
33719         (TEST_FUNCTION): New macro.
33720         Include test-skeleton.c.
33721         * string/tst-strlen.c (main): Converted to ...
33722         (do_test): ... this.
33723         (TEST_FUNCTION): New macro.
33724         Include test-skeleton.c.
33725         * string/tst-svc.c (main): Converted to ...
33726         (do_test): ... this.
33727         (TEST_FUNCTION): New macro.
33728         Include test-skeleton.c.
33729         * time/tst-strptime.c (main): Converted to ...
33730         (do_test): ... this.
33731         (TEST_FUNCTION): New macro.
33732         Include test-skeleton.c.
33733         * timezone/tst-timezone.c (main): Converted to ...
33734         (do_test): ... this.
33735         (TEST_FUNCTION): New macro.
33736         Include test-skeleton.c.
33738 2015-08-05  Zack Weinberg  <zackw@panix.com>
33740         * misc/regexp.h: Update comments.
33742 2015-08-05  Andreas Schwab  <schwab@linux-m68k.org>
33744         [BZ #18635]
33745         * sysdeps/unix/sysv/linux/m68k/m680x0/makecontext.S: Add nop
33746         before return label.
33748 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
33750         [BZ #18661]
33751         * sysdeps/x86_64/fpu/s_cosf.S (__cosf): Align stack to 16 bytes
33752         when calling __errno_location.
33753         * sysdeps/x86_64/fpu/s_sincosf.S (__sincosf): Likewise.
33754         * sysdeps/x86_64/fpu/s_sinf.S (__sinf): Likewise.
33756 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
33758         [BZ #18661]
33759         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
33760         (__lll_timedwait_tid): Align stack to 16 bytes when calling
33761         __gettimeofday.
33763 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
33765         [BZ #18661]
33766         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
33767         (__start_context): Don't use pop to restore %rdi so that stack
33768         is aligned to 16 bytes when calling __setcontext.
33770 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
33772         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Compile
33773         only for libc.
33774         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
33776 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
33778         * string/string.h: (mempcpy): Redirect to __mempcpy_inline.
33779         (__mempcpy): Likewise.  (__mempcpy_inline): New inline function.
33780         * sysdeps/sparc/bits/string.h: (_HAVE_STRING_ARCH_mempcpy): Define.
33782 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
33784         * string/memccpy.c (memccpy):
33785         Improve performance by using memchr/memcpy/__mempcpy.
33787 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
33789         * string/strncpy.c (strncpy):
33790         Improve performance by using __strnlen/memcpy.
33792 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
33794         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
33795         Optimize to avoid an unnecessary FPCR read.
33797 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
33799         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
33800         Optimize to reduce FPCR/FPSR accesses.
33802 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
33804         * locale/loadarchive.c (_nl_archive_subfreeres): Also check
33805         dead->data[category] != NULL.
33807 2015-08-05  Joseph Myers  <joseph@codesourcery.com>
33809         [BZ #18647]
33810         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): For large y
33811         and |x| close to 1, use absolute value of x when computing log.
33812         * math/auto-libm-test-in: Add more tests of pow.
33813         * math/auto-libm-test-out: Regenerated.
33815 2015-08-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
33817         * sysdeps/unix/sysv/linux/arm/mmap.c: Add file.
33818         * sysdeps/unix/sysv/linux/arm/mmap.S: Remove file.
33819         * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise.
33821 2015-08-05  Marko Myllynen  <myllynen@redhat.com>
33823         [BZ #18525]
33824         * locales/km_KH: Remove timezone definition.
33825         * locales/lo_LA: Likewise.
33826         * locales/my_MM: Likewise.
33827         * locales/nan_TW@latin: Likewise.
33828         * locales/th_TH: Likewise.
33829         * locales/uk_UA: Likewise.
33831 2015-08-05  Daniel MarjamĂ€ki  <daniel.marjamaki@evidente.se>
33833         [BZ #18265]
33834         * wcsmbs/wchar.h (wcscat): Add __nonnull attribute.
33835         (wcsncat): Likewise.
33836         (wcscmp): Likewise.
33837         (wcsncmp): Likewise.
33839 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
33841         * test-skeleton.c (usage): New function.
33842         (main): Call usage when opt is '?'.
33844 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
33846         * sysdeps/unix/sysv/linux/mmap64.c: Move MMAP2_PAGE_SHIFT define
33847         before first use.
33849 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
33851         * nptl/allocatestack.c (allocate_stack): Move stacktop decl down to
33852         bottom and under _STACK_GROWS_DOWN.  Move the stacktop assignment
33853         in there too.
33855 2015-08-05  Carlos O'Donell  <carlos@systemhalted.org>
33857         * version.h (RELEASE): Set to "development".
33858         (VERSION): Set to "2.22.90"
33860         * version.h (RELEASE): Set to "stable".
33861         (VERSION): Set to "2.22"
33862         * include/features.h (__GLIBC_MINOR__): Set to 22.
33864 2015-08-04  Chris Metcalf  <cmetcalf@ezchip.com>
33866         * sysdeps/tile/tilepro/bits/atomic.h (__atomic_update):
33867         Restructure macro to avoid "value computed is not used" warning.
33868         (atomic_compare_and_exchange_val_acq): Likewise.
33870 2015-08-04  Andreas Schwab  <schwab@suse.de>
33872         [BZ #18635]
33873         * sysdeps/unix/sysv/linux/i386/makecontext.S: Terminate FDE before
33874         ret.
33875         * sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext): Remove.
33877 2015-08-01  Carlos O'Donell  <carlos@redhat.com>
33879         * po/pl.po: Updated translation.
33880         * po/uk.po: Likewise.
33881         * po/fi.po: Likewise.
33882         * po/ko.po: Likewise.
33883         * po/ru.po: Likewise.
33884         * po/vi.po: Likewise.
33886 2015-07-31  Zack Weinberg  <zackw@panix.com>
33888         [BZ #18681]
33889         * regexp.h: Add unconditional #warning stating that this header
33890         will be removed soon.  Revise banner comment to match.
33891         (compile): Consistently use ERROR instead of RETURN to report
33892         errors (partial fix for BZ #18681).
33893         * regexp.c: Don't include regexp.h. Remove some unnecessary
33894         declarations.
33896 2015-07-31  Carlos O'Donell  <carlos@redhat.com>
33898         * po/libc.pot: Regenerated.
33900 2015-07-30  Andrew Senkevich  <andrew.senkevich@intel.com>
33902         [BZ #18740]
33903         * sysdeps/x86_64/fpu/Makefile (double-vlen2-arch-ext-cflags,
33904         float-vlen4-arch-ext-cflags): Removed.
33905         * math/Makefile (CFLAGS-test-double-vlen2-wrappers.c,
33906         CFLAGS-test-float-vlen4-wrappers.c): Likewise.
33908 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
33910         [BZ #14113]
33911         * sysdeps/hppa/nptl/bits/pthreadtypes.h (pthread_mutex_t): Change
33912         aligned to __aligned__.
33913         (pthread_cond_t, pthread_rwlock_t): Likewise.
33915 2015-07-30  Torvald Riegel  <triegel@redhat.com>
33917         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: Remove file.
33919 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
33921         * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: Include bits/wordsize.h.
33922         (struct sigaction): Change sa_flags from a long to an int, and add
33923         __glibc_reserved0 before it for padding when __WORDSIZE is 64.
33925 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
33927         * hppa/sysdep.h: Delete sys/syscall.h and config.h includes.
33928         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: Delete
33929         sysdeps/generic/sysdep.h include.
33930         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Wrap the whole file in
33931         _LINUX_HPPA_SYSDEP_H defines.  Include sysdeps/unix/sysdep.h and
33932         sysdeps/hppa/sysdep.h.
33933         (ENTRY, PSEUDO): Undefine before defining.
33935 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
33937         * sysdeps/unix/sysv/linux/hppa/sysdep.h (INLINE_SYSCALL): Rewrite
33938         from scratch to use INTERNAL_SYSCALL.
33940 2015-07-29  H.J. Lu  <hongjiu.lu@intel.com>
33942         [BZ #18078]
33943         * scripts/check-localplt.awk: Support alternate relocations.
33944         * scripts/localplt.awk: Also check relocations in DT_RELA/DT_REL
33945         sections.
33946         * sysdeps/unix/sysv/linux/i386/localplt.data: Mark free and
33947         malloc entries with + REL R_386_GLOB_DAT.
33948         * sysdeps/x86_64/localplt.data: New file.
33950 2015-07-29  Andrew Senkevich  <andrew.senkevich@intel.com>
33952         [BZ #18731]
33953         * sysdeps/x86_64/fpu/math-tests-arch.h: Added AVX runtime check.
33954         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
33955         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
33957 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
33959         * sysdeps/unix/sysv/linux/ia64/localplt.data: Delete __tls_get_addr.
33961 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
33963         * sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Define
33964         directly in terms of __sync_fetch_and_add and delete (int) cast.
33966 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
33968         * sysdeps/unix/sysv/linux/ia64/Makefile (CPPFLAGS): Delete
33969         the -D_ASM_IA64_CURRENT_H flag.
33971 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
33973         [BZ #18641]
33974         * pwd/pwd.h (putpwent): Delete __nonnull markings.
33976 2015-07-27  Andreas Schwab  <schwab@suse.de>
33978         * conform/conformtest.pl (checknamespace): Filter out string
33979         literals while tokenizing.
33981 2015-07-26  Chung-Lin Tang  <cltang@codesourcery.com>
33983         * sysdeps/nios2/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
33984         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Handle
33985         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
33987 2015-07-26  Chung-Lin Tang  <cltang@codesourcery.com>
33989         * nptl/tst-join7mod.c: Add #include <string.h>.
33991 2015-07-25  Chung-Lin Tang  <cltang@codesourcery.com>
33993         * sysdeps/nios2/libm-test-ulps: Update.
33995 2015-07-25  Chung-Lin Tang  <cltang@codesourcery.com>
33997         * sysdeps/unix/sysv/linux/nios2/setcontext.S (__setcontext):
33998         Fix order of arguments to the rt_sigprocmask syscall.
33999         * sysdeps/unix/sysv/linux/nios2/swapcontext.S (__swapcontext):
34000         Likewise.
34002 2015-07-24  Roland McGrath  <roland@hack.frob.com>
34004         * sysdeps/nacl/bits/fcntl.h (O_SHLOCK, O_EXLOCK): Macros removed.
34006 2015-07-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
34008         [BZ #18457]
34009         * nptl/Makefile (tests): New test case tst-join7.
34010         (modules-names): New test case module tst-join7mod.
34011         * nptl/tst-join7.c: New file.
34012         * nptl/tst-join7mod.c: New file.
34013         * Makeconfig (tls-model): Pass -ftls-model=initial-exec for
34014         all translation units in libc.so, libpthread.so and rtld.
34016 2015-07-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
34018         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34020 2015-07-24  Andrew Senkevich  <andrew.senkevich@intel.com>
34022         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Fixed AVX512 IFUNC.
34023         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Likewise.
34024         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Likewise.
34025         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Likewise.
34026         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Likewise.
34027         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Likewise.
34028         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: Likewise.
34029         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: Likewise.
34030         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: Likewise.
34031         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: Likewise.
34032         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S: Likewise.
34033         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: Likewise.
34034         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Fixed wrappers to AVX2.
34035         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Likewise.
34036         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: Fixed KNL
34037         implementation.
34039 2015-07-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
34041         [BZ #17711]
34042         * sysdeps/aarch64/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
34043         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Handle
34044         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
34045         * sysdeps/arm/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
34046         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Handle
34047         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
34049 2015-07-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
34051         * stdlib/cxa_thread_atexit_impl.c: Use the lock name dl_load_lock
34052         instead of just saying load lock in the comments.
34054 2015-07-23  Roland McGrath  <roland@hack.frob.com>
34056         * sysdeps/unix/Subdirs: Moved ...
34057         * sysdeps/posix/Subdirs: ... here.
34058         * login/pty.h (struct termios, struct winsize): Add forward decls.
34059         * login/openpty.c (openpty): Put ioctl call under [TIOCSWINSZ].
34060         * sysdeps/nacl/glob.c: Just #include <sysdeps/wordsize-64/glob.c>.
34061         * sysdeps/arm/nacl/libc.abilist: Updated.
34062         * sysdeps/nacl/libutil.abilist: New file.
34064         * bits/signum.h: Update comments to mention 1003.1-2013 too.
34065         (SIGWINCH): New macro.
34067         * sysdeps/nacl/getdtsz.c (getdtablesize): Add missing weak_alias.
34068         * sysdeps/arm/nacl/libc.abilist: Add it.
34070 2015-07-23  Mike Frysinger  <vapier@gentoo.org>
34072         * conform/linknamespace.pl (@whitelist): Add matherrf and matherrl.
34074 2015-07-23  Mike Frysinger  <vapier@gentoo.org>
34076         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (struct sigaction):
34077         Swap __glibc_reserved0 and sa_flags order.
34079 2015-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
34081         [BZ #18657]
34082         * elf/dl-close.c (_dl_close_worker): Don't unload DSO if there
34083         are pending TLS destructor calls.
34084         * include/link.h (struct link_map): Add concurrency note for
34085         L_TLS_DTOR_COUNT.
34086         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
34087         Don't touch the link map flag.  Atomically increment
34088         l_tls_dtor_count.
34089         (__call_tls_dtors): Atomically decrement l_tls_dtor_count.
34090         Avoid taking the load lock and don't touch the link map flag.
34091         * stdlib/tst-tls-atexit-nodelete.c: New test case.
34092         * stdlib/Makefile (tests): Use it.
34093         * stdlib/tst-tls-atexit.c (do_test): dlopen
34094         tst-tls-atexit-lib.so again before dlclose.  Add conditionals
34095         to allow tst-tls-atexit-nodelete test case to use it.
34097 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
34099         * sysdeps/unix/sysv/linux/ia64/bits/msq.h: Change sys/types.h include
34100         to bits/types.h.
34101         (msgqnum_t): New typedef.
34102         (msglen_t): Likewise.
34103         (struct msqid_ds): Update comment.  Change msg_qnum type to msgqnum_t
34104         and msg_qbytes type to msglen_t.
34106 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
34108         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat): Rename
34109         pad0 to __glibc_reserved0.
34110         (struct stat64): Likewise.
34112 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
34114         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (struct sigaction):
34115         Change sa_flags from a long to an int and add __glibc_reserved0 before
34116         it for padding.
34118 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
34120         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (siginfo_t): Make struct
34121         anonymous by deleting "siginfo" name.
34123 2015-07-21  Roland McGrath  <roland@hack.frob.com>
34125         * sysdeps/nacl/nacl-interface-list.h: Remove nacl_irt_filename.
34126         * sysdeps/nacl/open.c (__libc_open): Use __nacl_irt_dev_filename
34127         rather than __nacl_irt_filename.
34128         * sysdeps/nacl/xstat.c (__xstat): Likewise.
34130         * NEWS: New item for arm-nacl port.
34131         * sysdeps/arm/nacl/libc.abilist: New file.
34132         * sysdeps/nacl/ld.abilist: New file.
34133         * sysdeps/nacl/libBrokenLocale.abilist: New file.
34134         * sysdeps/nacl/libanl.abilist: New file.
34135         * sysdeps/nacl/libcrypt.abilist: New file.
34136         * sysdeps/nacl/libdl.abilist: New file.
34137         * sysdeps/nacl/libm.abilist: New file.
34138         * sysdeps/nacl/libpthread.abilist: New file.
34139         * sysdeps/nacl/libresolv.abilist: New file.
34140         * sysdeps/nacl/librt.abilist: New file.
34142 2015-07-21  Chris Metcalf  <cmetcalf@ezchip.com>
34144         * sysdeps/unix/sysv/linux/tile/makecontext.c (__makecontext): Call
34145         __startcontext to initialize the new context.
34146         * sysdeps/unix/sysv/linux/tile/setcontext.S (__startcontext): Set
34147         up CFI directive to forbid further backtracing.
34149 2015-07-21  Marko Myllynen  <myllynen@redhat.com>
34151         * charmaps/ANSI_X3.110-1983: Remove obsolete repertoire map
34152         reference.
34153         * charmaps/ANSI_X3.4-1968: Likewise.
34154         * charmaps/BS_4730: Likewise.
34155         * charmaps/BS_VIEWDATA: Likewise.
34156         * charmaps/CP1250: Likewise.
34157         * charmaps/CP1251: Likewise.
34158         * charmaps/CP1252: Likewise.
34159         * charmaps/CP1253: Likewise.
34160         * charmaps/CP1254: Likewise.
34161         * charmaps/CP1255: Likewise.
34162         * charmaps/CP1256: Likewise.
34163         * charmaps/CSN_369103: Likewise.
34164         * charmaps/EBCDIC-DK-NO: Likewise.
34165         * charmaps/GB_1988-80: Likewise.
34166         * charmaps/GREEK-CCITT: Likewise.
34167         * charmaps/GREEK7: Likewise.
34168         * charmaps/INIS-8: Likewise.
34169         * charmaps/ISIRI-3342: Likewise.
34170         * charmaps/ISO_2033-1983: Likewise.
34171         * charmaps/ISO_5427-EXT: Likewise.
34172         * locales/POSIX: Likewise.
34173         * locales/ar_SA: Likewise.
34174         * locales/be_BY: Likewise.
34175         * locales/be_BY@latin: Likewise.
34176         * locales/ca_ES: Likewise.
34177         * locales/cs_CZ: Likewise.
34178         * locales/da_DK: Likewise.
34179         * locales/de_BE: Likewise.
34180         * locales/de_CH: Likewise.
34181         * locales/de_LU: Likewise.
34182         * locales/en_AU: Likewise.
34183         * locales/en_BW: Likewise.
34184         * locales/en_CA: Likewise.
34185         * locales/en_DK: Likewise.
34186         * locales/en_GB: Likewise.
34187         * locales/en_IE: Likewise.
34188         * locales/en_NZ: Likewise.
34189         * locales/en_ZA: Likewise.
34190         * locales/en_ZW: Likewise.
34191         * locales/es_AR: Likewise.
34192         * locales/es_BO: Likewise.
34193         * locales/es_CL: Likewise.
34194         * locales/es_CO: Likewise.
34195         * locales/es_DO: Likewise.
34196         * locales/es_EC: Likewise.
34197         * locales/es_ES: Likewise.
34198         * locales/es_HN: Likewise.
34199         * locales/es_MX: Likewise.
34200         * locales/es_PA: Likewise.
34201         * locales/es_PE: Likewise.
34202         * locales/es_PY: Likewise.
34203         * locales/es_SV: Likewise.
34204         * locales/es_US: Likewise.
34205         * locales/es_UY: Likewise.
34206         * locales/es_VE: Likewise.
34207         * locales/et_EE: Likewise.
34208         * locales/fa_IR: Likewise.
34209         * locales/fo_FO: Likewise.
34210         * locales/fr_CA: Likewise.
34211         * locales/fr_CH: Likewise.
34212         * locales/gv_GB: Likewise.
34213         * locales/he_IL: Likewise.
34214         * locales/hr_HR: Likewise.
34215         * locales/id_ID: Likewise.
34216         * locales/is_IS: Likewise.
34217         * locales/it_CH: Likewise.
34218         * locales/iw_IL: Likewise.
34219         * locales/kl_GL: Likewise.
34220         * locales/ko_KR: Likewise.
34221         * locales/kw_GB: Likewise.
34222         * locales/lg_UG: Likewise.
34223         * locales/lt_LT: Likewise.
34224         * locales/lv_LV: Likewise.
34225         * locales/mi_NZ: Likewise.
34226         * locales/nhn_MX: Likewise.
34227         * locales/nl_BE: Likewise.
34228         * locales/pl_PL: Likewise.
34229         * locales/sk_SK: Likewise.
34230         * locales/sl_SI: Likewise.
34231         * locales/sv_FI: Likewise.
34232         * locales/tl_PH: Likewise.
34233         * locales/tr_TR: Likewise.
34234         * locales/vi_VN: Likewise.
34236 2015-07-21  Khem Raj  <raj.khem@gmail.com>
34238         [BZ #17475]
34239         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Adjust for rename
34240         of tu_IN and bh_IN.
34242 2015-07-21  Mike Frysinger  <vapier@gentoo.org>
34244         [BZ #18694]
34245         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Include
34246         bits/wordsize.h.
34247         (sigaction): Declare __glibc_reserved0 only when __WORDSIZE is 64.
34249 2015-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
34251         * stdlib/tst-tls-atexit-lib.c (do_foo): Rename to reg_dtor.
34252         * stdlib/tst-tls-atexit.c: (is_loaded): New function.
34253         (spawn_thread): New function.
34254         (load): Rename to reg_dtor_and_close.  Move dlopen to...
34255         (do_test): ... here.  Use IS_LOADED to test for its
34256         availability.
34258 2015-07-21  Andreas Schwab  <schwab@linux-m68k.org>
34260         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
34262 2015-07-20  H.J. Lu  <hongjiu.lu@intel.com>
34264         [BZ #18696]
34265         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (_sigfault): Add
34266         si_addr_bnd.
34267         (si_lower): New.
34268         (si_upper): Likewise.
34270 2015-07-16  David S. Miller  <davem@davemloft.net>
34272         * sysdeps/sparc/fpu/libm-test-ulps: Regenerated.
34274 2015-07-16  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
34276         * libio/fmemopen.c (__fmemopen): Fix 'w' openmode with provided
34277         buffer.
34278         * stdio-common/tst-fmemopen2.c (do_test_with_buffer): Fix typo and
34279         fail output information.
34281 2015-07-16  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
34283         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strstr-power7
34284         and strstr-ppc64..
34285         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
34286         * sysdeps/powerpc/powerpc64/power7/strstr.S: New File.
34287         * sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: New File.
34288         * sysdeps/powerpc/powerpc64/multiarch/strstr-ppc64.c: New File.
34289         * sysdeps/powerpc/powerpc64/multiarch/strstr.c: New File.
34291 2015-07-16  Mike Frysinger  <vapier@gentoo.org>
34293         * sysdeps/hppa/Versions (GLIBC_PRIVATE): Delete _dl_unmap.
34294         * sysdeps/hppa/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
34295         * sysdeps/ia64/Versions (GLIBC_PRIVATE): Delete _dl_unmap.
34296         * sysdeps/ia64/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
34298 2015-07-16  Mike Frysinger  <vapier@gentoo.org>
34300         * elf/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
34301         * sysdeps/hppa/dl-lookupcfg.h (_dl_symbol_address): Add
34302         rtld_hidden_proto.
34303         * sysdeps/ia64/dl-lookupcfg.h (_dl_symbol_address): Likewise.
34305 2015-07-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34307         * tst-nodelete-opened.c (do_test): Add comment to clarify how
34308         the test can fail.
34310         * stdlib/cxa_thread_atexit_impl.c: Whitespace fixup.
34312         [BZ #18676]
34313         * elf/tst-nodelete-opened.c: New test case.
34314         * elf/tst-nodelete-opened-lib.c: New test case module.
34315         * elf/Makefile (tests, modules-names): Use them.
34316         * elf/dl-open.c (dl_open_worker): Set DF_1_NODELETE flag
34317         early.
34319 2015-07-15  David S. Miller  <davem@davemloft.net>
34321         * sysdeps/sparc/nptl/pthread_barrier_init.c: Include
34322         futex-intenal.h
34323         * sysdeps/sparc/sparc32/sparcv9/Makefile (nscd): Add cpu_relax.
34324         * sysdeps/sparc/sparc64/Makefile: Likewise.
34325         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_spin_nop):
34326         Remove space from macro define.
34327         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_spin_nop): Likewise.
34329 2015-07-15  Pravin Satpute  <psatpute@redhat.com>
34331         [BZ #17475]
34332         * locale/iso-639.def: Update Bhili and Tulu language codes as
34333         per iso639-3.
34335 2015-07-15  Arjun Shankar  <arjun.is@lostca.se>
34337         * elf/tst-leaks1.c (main): Converted to ...
34338         (do_test): ... this.
34339         (TEST_FUNCTION): New macro.
34340         Include test-skeleton.c.
34341         * localedata/tst-langinfo.c (main): Converted to ...
34342         (do_test): ... this.
34343         (TEST_FUNCTION): New macro.
34344         Include test-skeleton.c.
34345         * math/test-fpucw.c (main): Converted to ...
34346         (do_test): ... this.
34347         (TEST_FUNCTION): New macro.
34348         Include test-skeleton.c.
34349         * math/test-tgmath.c (main): Converted to ...
34350         (do_test): ... this.
34351         (TEST_FUNCTION): New macro.
34352         Include test-skeleton.c.
34353         * math/test-tgmath2.c (main): Converted to ...
34354         (do_test): ... this.
34355         (TEST_FUNCTION): New macro.
34356         Include test-skeleton.c.
34357         * setjmp/tst-setjmp.c (main): Converted to ...
34358         (do_test): ... this.
34359         (TEST_FUNCTION): New macro.
34360         Include test-skeleton.c.
34361         * stdio-common/tst-sscanf.c (main): Converted to ...
34362         (do_test): ... this.
34363         (TEST_FUNCTION): New macro.
34364         Include test-skeleton.c.
34365         * sysdeps/x86_64/tst-audit6.c (main): Converted to ...
34366         (do_test): ... this.
34367         (TEST_FUNCTION): New macro.
34368         Include test-skeleton.c.
34370         * elf/tst-audit9.c (main): Converted to ...
34371         (do_test): ... this.
34372         (TEST_FUNCTION): New macro.
34373         Include test-skeleton.c.
34375 2015-07-15  Mike Frysinger  <vapier@gentoo.org>
34377         * timezone/tst-tzset.c (TIMEOUT): Define to 5.
34379 2015-07-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
34381         * sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext):
34382         New variable.
34384 2015-07-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
34386         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
34388 2015-07-14  Roland McGrath  <roland@hack.frob.com>
34390         * sysdeps/generic/dl-fileid.h: New file.
34391         * sysdeps/posix/dl-fileid.h: New file.
34392         * sysdeps/nacl/dl-fileid.h: New file.
34393         * include/link.h: Include <dl-fileid.h>.
34394         (struct link_map): Replace l_dev and l_ino with l_file_id.
34395         * elf/dl-load.c (_dl_map_object_from_fd): Use _dl_get_file_id rather
34396         than __fxstat64.  Use _dl_file_id_match_p rather than comparing l_dev
34397         and l_ino directly.  Initialize l_file_id rather than l_dev and l_ino.
34399 2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34401         * stdlib/tst-tls-atexit.c (do_test): Fix typo.
34403 2015-07-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
34405         * elf/Makefile [ifeq (yes,$(build-shared)) (tests)] (tst-nodelete):
34406         Add iff $CXX is set.
34407         [ifeq (yes,$(build-shared)) (modules-names)] (tst-nodelete-rtldmod):
34408         Likewise.
34409         (tst-nodelete-zmodiff): Likewise.
34410         * nptl/Makefile [[ifeq (,$(CXX))] (tests-unsupported)]: Add tst-once5.
34412 2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34414         * stdlib/tst-tls-atexit.c (load): Fix up whitespace.
34416 2015-07-13  Wilco Dijkstra  <wdijkstr@arm.com>
34418         * sysdeps/aarch64/fpu/math_private.h
34419         (define math_opt_barrier): Add AArch64 version.
34420         (math_force_eval): Likewise.
34422 2015-07-13  Wilco Dijkstra  <wdijkstr@arm.com>
34424         * sysdeps/aarch64/strlen.S (strlen): Optimize strlen.
34426 2015-07-11  H.J. Lu  <hongjiu.lu@intel.com>
34428         * stdio-common/tst-fmemopen2.c (do_test_without_buffer): Replace
34429         %ld with %jd and cast to intmax_t.
34430         (do_test_length_zero): Likewise.
34432 2015-07-10  Roland McGrath  <roland@hack.frob.com>
34434         * sysdeps/nacl/pthread_condattr_setclock.c: New file.
34436 2015-07-10  Chris Metcalf  <cmetcalf@ezchip.com>
34438         * sysdeps/tile/libm-test-ulps: Regenerated.
34440         * math/test-fenvinline.c (feenable_test) [FE_ALL_EXCEPT == 0]:
34441         Comment out the whole function, not just its body.
34443 2015-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34445         * stdlib/tst-tls-atexit.c (load): Remove unnecessary mutex
34446         locks.
34448         * stdlib/tst-tls-atexit.c (load): Avoid boolean coercion.
34450 2015-07-10  Torvald Riegel  <triegel@redhat.com>
34452         * nptl/sem_waitcommon.c (__new_sem_wait_slow): Update comments.
34453         (sem_assume_only_signals_cause_futex_EINTR): Remove.
34455 2015-07-10  Torvald Riegel  <triegel@redhat.com>
34457         * sysdeps/nptl/futex-internal.h: New file.
34458         * sysdeps/nacl/futex-internal.h: New file.
34459         * sysdeps/unix/sysv/linux/futex-internal.h: New file.
34460         * nptl/allocatestack.c (setxid_mark_thread): Use futex wrappers with
34461         error checking.
34462         (setxid_unmark_thread): Likewise.
34463         (__nptl_setxid): Likewise.
34464         (__wait_lookup_done): Likewise.
34465         * nptl/cancellation.c (__pthread_disable_asynccancel): Likewise.
34466         * nptl/nptl-init.c (sighandler_setxid): Likewise.
34467         * nptl/pthread_create.c (START_THREAD_DEFN): Likewise.
34468         * nptl/pthread_once.c (clear_once_control): Likewise.
34469         (__pthread_once_slow): Likewise.
34470         * nptl/unregister-atfork.c (__unregister_atfork): Likewise.
34471         * sysdeps/nacl/exit-thread.h (__exit_thread): Likewise.
34472         * sysdeps/nptl/aio_misc.h (AIO_MISC_NOTIFY, AIO_MISC_WAIT): Likewise.
34473         * sysdeps/nptl/fork.c (__libc_fork): Likewise.
34474         * sysdeps/nptl/gai_misc.h (GAI_MISC_NOTIFY, GAI_MISC_WAIT): Likewise.
34475         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock_slow):
34476         Likewise.
34477         (__pthread_rwlock_rdlock): Likewise.
34478         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
34479         Likewise.
34480         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
34481         Likewise.
34482         * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
34483         Likewise.
34484         * nptl/pthread_rwlock_unlock.c (__pthread_rwlock_unlock): Likewise.
34485         * nptl/pthread_rwlock_wrlock.c (__pthread_rwlock_wrlock_slow:
34486         Likewise.
34487         * nptl/pthread_rwlock_init (__pthread_rwlock_init): Remove
34488         __ASSUME_PRIVATE_FUTEX check.
34489         * nptl/pthread_rwlockattr_setpshared (pthread_rwlockattr_setpshared):
34490         Check that shared futexes are supported.
34491         * nptl/pthread_barrier_wait.c (pthread_barrier_wait): Use futex
34492         wrappers with error checking.
34493         * nptl/pthread_barrier_init.c (pthread_barrier_init): Add comments,
34494         remove attribute sanity check and __ASSUME_PRIVATE_FUTEX check.
34495         * nptl/pthread_barrierattr_setpshared.c
34496         (pthread_barrierattr_setpshared): Check that shared futexes are
34497         supported.
34498         * nptl/pthread_condattr_setpshared.c (pthread_condattr_setpshared):
34499         Likewise.
34500         * nptl/pthread_mutexattr_setpshared.c (pthread_mutexattr_setpshared):
34501         Likewise.
34502         * nptl/sem_init.c (futex_private_if_supported): Remove.
34503         (__new_sem_init): Adapt and check that shared futexes are supported.
34504         * nptl/sem_open.c (sem_open): Likewise.
34505         * nptl/sem_post.c (futex_wake): Remove.
34506         * nptl/sem_waitcommon.c (futex_abstimed_wait, futex_wake): Remove.
34507         (do_futex_wait): Use futex wrappers with error checking.
34508         * nptl/sem_wait.c: Include lowlevellock.h.
34509         * sysdeps/sparc/nptl/pthread_barrier_init.c (__pthread_barrier_init):
34510         Use futex_supports_pshared.
34511         * sysdeps/sparc/nptl/pthread_barrier_wait.c (pthread_barrier_wait):
34512         Use futex wrappers with error checking.
34513         * sysdeps/sparc/sparc32/pthread_barrier_wait.c (pthread_barrier_wait):
34514         Likewise.
34515         * sysdeps/sparc/sparc32/sem_init.c (futex_private_if_supported): Remove.
34516         * sysdeps/sparc/sparc32/sem_post.c (futex_wake): Likewise.
34517         * sysdeps/sparc/sparc32/sem_open.c (sem_open): Use FUTEX_SHARED.
34518         * sysdeps/sparc/sparc32/sem_waitcommon.c (futex_abstimed_wait): Remove.
34519         (futex_wake): Likewise.
34520         (sem_assume_only_signals_cause_futex_EINTR): Likewise.
34521         (do_futex_wait): Use futex wrappers with error checking.
34522         (__new_sem_wait_slow): Update EINTR handling.
34523         * sysdeps/sparc/sparc32/sem_wait.c: Include lowlevellock.h.
34525 2015-07-09  Martin Sebor  <msebor@redhat.com>
34527         [BZ #18435]
34528         * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop):
34529         Revert commit ed225df3ad9cbac3c22ec3f0fbbed1f9c61d1c54.
34530         * nptl/Makefile (test-xfail-tst-once5): Define.
34532 2015-07-09  Roland McGrath  <roland@hack.frob.com>
34534         * include/stdio.h: Add rtld_hidden_proto (__libc_fatal).
34535         * elf/dl-minimal.c: For readability, reorder some definitions and
34536         introduce more page breaks.  Include <stdio.h>.
34537         (__libc_fatal): New function.
34539         * include/unistd.h: Add rtld_hidden_proto for _exit.
34540         * posix/_exit.c: Add rtld_hidden_def.
34541         * sysdeps/mach/hurd/_exit.c: Likewise.
34542         * sysdeps/nacl/_exit.c: Likewise.
34543         * sysdeps/unix/sysv/linux/_exit.c: Likewise.
34544         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
34546 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
34548         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Improve
34549         bndmov encoding with zero displacement.
34551 2015-07-09  Igor Zamyatin  <igor.zamyatin@intel.com>
34552             H.J. Lu  <hongjiu.lu@intel.com>
34554         [BZ #18134]
34555         * sysdeps/i386/configure.ac: Set HAVE_MPX_SUPPORT.
34556         * sysdeps/i386/configure: Regenerated.
34557         * sysdeps/i386/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
34558         (_dl_runtime_profile): Save and restore Intel MPX return bound
34559         registers when calling _dl_call_pltexit.  Add
34560         PRESERVE_BND_REGS_PREFIX before return.
34561         * sysdeps/i386/link-defines.sym (LRV_BND0_OFFSET): New.
34562         (LRV_BND1_OFFSET): Likewise.
34563         * sysdeps/x86/bits/link.h (La_i86_retval): Add lrv_bnd0 and
34564         lrv_bnd1.
34565         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
34566         typo in bndmov encoding.
34567         * sysdeps/x86_64/dl-trampoline.h: Properly save and restore
34568         Intel MPX bound registers.  Add PRESERVE_BND_REGS_PREFIX before
34569         branch instructions to preserve bounds.
34571 2015-07-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
34573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
34574         [GLIBC_2.22]: Add fmemopen.
34576 2015-07-09  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34578         * sysdeps/mach/hurd/mlock.c (mlock): When __get_privileged_ports
34579         returns an error, also try to use host port from __mach_host_self for
34580         the __vm_wire call.
34581         * sysdeps/mach/hurd/munlock.c (munlock): Likewise.
34583 2015-07-09  Szabolcs Nagy  <szabolcs.nagy@arm.com>
34585         [BZ #18400]
34586         [BZ #18648]
34587         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h (struct elf_prpsinfo):
34588         Fix pr_uid and pr_gid members.
34589         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (greg_t): Change the
34590         definition to elf_greg_t.
34592 2015-07-08  Roland McGrath  <roland@hack.frob.com>
34594         [BZ #18383]
34595         * sysdeps/arm/configure.ac (libc_cv_arm_tpoff_addend): New check.
34596         Emit test-xfail-tst-tlsalign{,-static}=yes if it fails.
34597         * sysdeps/arm/configure: Regenerated.
34598         * elf/Makefile (test-xfail-tst-tlsalign): Variable removed.
34599         (test-xfail-tst-tlsalign-static): Variable removed.
34601         * Makerules (do-install-so): Use $(LN_S) rather than explicit 'ln -s'.
34602         * elf/Makefile ($(objpfx)$(rtld-installed-name)): Use $(make-link)
34603         rather than explicit 'ln -s'.
34605         * resolv/rpc/netdb.h: New file.
34606         * resolv/Makefile [sunrpc not in $(subdirs)] (headers): Add it.
34608 2015-07-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
34610         * stdio-common/tst-fmemopen2.c (do_test): Add test for NULL and zero
34611         length buffers.
34612         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
34613         test-skeleton.c.
34615         [BZ #6544]
34616         [BZ #11216]
34617         [BZ #12836]
34618         [BZ #13151]
34619         [BZ #13152]
34620         [BZ #14292]
34621         * include/stdio.h (fmemopen): Remove hidden prototype.
34622         (__fmemopen): Add new hidden prototype.
34623         * libio/Makefile: Add oldfmemopen object.
34624         * libio/Versions [GLIBC_2.22]: Add new fmemopen symbol.
34625         * libio/fmemopen.c (__fmemopen): Function rewrite to be POSIX
34626         compliance.
34627         * libio/oldfmemopen.c: New file: old fmemopen implementation for
34628         symbol compatibility.
34629         * stdio-common/Makefile [tests]: Add new tst-fmemopen3.
34630         * stdio-common/psiginfo.c [psiginfo]: Call __fmemopen instead of
34631         fmemopen.
34632         * stdio-common/tst-fmemopen3.c: New file: more fmemopen tests, focus
34633         on append and read mode.
34634         * sysdeps/unix/sysv/linux/aarch64/libc.abilist [GLIBC_2.22]: Add
34635         fmemopen.
34636         * sysdeps/unix/sysv/linux/alpha/libc.abilist [GLIBC_2.22]: Likewise.
34637         * sysdeps/unix/sysv/linux/arm/libc.abilist [GLIBC_2.22]: Likewise.
34638         * sysdeps/unix/sysv/linux/i386/libc.abilist [GLIBC_2.22]: Likewise.
34639         * sysdeps/unix/sysv/linux/ia64/libc.abilist [GLIBC_2.22]:
34640         Likewise.
34641         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist
34642         [GLIBC_2.22]: Likewise.
34643         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist [GLIBC_2.22]:
34644         Likewise.
34645         * sysdeps/unix/sysv/linux/microblaze/libc.abilist [GLIBC_2.22]:
34646         Likewise.
34647         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
34648         [GLIBC_2.22]: Likewise.
34649         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
34650         [GLIBC_2.22]: Likewise.
34651         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
34652         [GLIBC_2.22]: Likewise.
34653         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
34654         [GLIBC_2.22]: Likewise.
34655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
34656         [GLIBC_2.22]: Likewise.
34657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
34658         [GLIBC_2.22]: Likewise.
34659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
34660         [GLIBC_2.22]: Likewise.
34661         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist [GLIBC_2.22]:
34662         Likewise.
34663         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist [GLIBC_2.22]:
34664         Likewise.
34665         * sysdeps/unix/sysv/linux/sh/libc.abilist [GLIBC_2.22]: Likewise.
34666         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist
34667         [GLIBC_2.22]: Likewise.
34668         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist
34669         [GLIBC_2.22]: Likewise.
34670         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist
34671         [GLIBC_2.22]: Likewise.
34672         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist
34673         [GLIBC_2.22]: Likewise.
34674         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist [GLIBC_2.22]:
34675         Likewise.
34676         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist [GLIBC_2.22]:
34677         Likewise.
34678         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist [GLIBC_2.22]:
34679         Likewise.
34680         * sysdeps/unix/sysv/linux/hppa/libc.abilist [GLIBC_2.22]: Likewise.
34681         * sysdeps/unix/sysv/linux/nios2/libc.abilist [GLIBC_2.22]: Likewise.
34683 2015-07-08  Carlos O'Donell  <carlos@redhat.com>
34685         [BZ #18643]
34686         * sysdeps/unix/sysv/linux/bits/in.h: Define IPV6_RECVPATHMTU,
34687         IPV6_PATHMTU, and IPV6_DONTFRAG.
34689 2015-07-08  Feng Gao  <gfree.wind@gmail.com>
34691         * libio/fileops.c: Use "|" instead of "+" when combine _IO_LINE_BUF
34692         and _IO_UNBUFFERED.
34693         * libio/oldfileops.c: Likewise.
34694         * libio/wfileops.c: Likewise.
34696 2015-07-08  Mike Frysinger  <vapier@gentoo.org>
34698         * nscd/selinux.c: Delete selinux/flask.h include.
34700 2015-07-08  Mike Frysinger  <vapier@gentoo.org>
34702         [BZ #18641]
34703         * pwd/pwd.h (fgetpwent): Add __nonnull markings.
34704         (putpwent): Likewise.
34705         (getpwnam): Likewise.
34706         (getpwent_r): Likewise.
34707         (getpwuid_r): Likewise.
34708         (getpwnam_r): Likewise.
34709         (fgetpwent_r): Likewise.
34711 2015-07-08  Carlos O'Donell  <carlos@redhat.com>
34713         [BZ #18557]
34714         * inet/rcmd.c (__validuser2_sa): Check user first to
34715         short-circuit host check.
34717 2015-07-07  Pavel Kopyl  <p.kopyl@samsung.com>
34718             Mikhail Ilin  <m.ilin@samsung.com>
34720         [BZ #17833]
34721         * elf/Makefile (tests): Add tst-nodelete.
34722         (modules-names): Add tst-nodelete-uniquemod.
34723         (tst-nodelete-uniquemod.so-no-z-defs): New.
34724         (tst-nodelete-rtldmod.so-no-z-defs): Likewise.
34725         (tst-nodelete-zmod.so-no-z-defs): Likewise.
34726         ($(objpfx)tst-nodelete): Likewise.
34727         ($(objpfx)tst-nodelete.out): Likewise.
34728         (LDFLAGS-tst-nodelete): Likewise.
34729         (LDFLAGS-tst-nodelete-zmod.so): Likewise.
34730         * elf/dl-close.c (_dl_close_worker): Add a parameter to
34731         implement forced object deletion.
34732         (_dl_close): Pass false to _dl_close_worker.
34733         * elf/dl-open.c (_dl_open): Pass true to _dl_close_worker.
34734         * elf/tst-nodelete.cc: New file.
34735         * elf/tst-nodeletelib.cc: Likewise.
34736         * elf/tst-znodeletelib.cc: Likewise.
34737         * include/dlfcn.h (_dl_close_worker): Add a new parameter.
34739 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
34741         [BZ #18508]
34742         * stdlib/Makefile ($(objpfx)tst-makecontext3):
34743         Depend on $(libdl).
34744         * stdlib/tst-makecontext.c (cf): Test if _Unwind_Backtrace
34745         is not called infinitely times.
34746         (backtrace_helper): New function.
34747         (trace_arg): New struct.
34748         (st1): Enlarge stack size.
34749         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
34750         (__makecontext_ret): Omit cfi_startproc and cfi_endproc.
34751         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
34752         Likewise.
34754 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
34756         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
34758 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
34760         * sysdeps/unix/sysv/linux/s390/bits/sem.h:
34761         Include sys/types.h instead of bits/types.h.
34762         Remove inclusion of bits/wordsize.h.
34764 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
34766         * sysdeps/x86_64/tst-auditmod10b.c (la_symbind32): New.
34767         * sysdeps/x86_64/tst-auditmod4b.c (la_symbind32): Likewise.
34768         * sysdeps/x86_64/tst-auditmod5b.c (la_symbind32): Likewise.
34769         * sysdeps/x86_64/tst-auditmod6b.c (la_symbind32): Likewise.
34770         * sysdeps/x86_64/tst-auditmod6c.c (la_symbind32): Likewise.
34771         * sysdeps/x86_64/tst-auditmod7b.c (la_symbind32): Likewise.
34773 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
34775         * sysdeps/i386/Makefile (gen-as-const-headers)[elf]: Add
34776         link-defines.sym.
34777         * sysdeps/i386/dl-trampoline.S: Include <link-defines.h>.
34778         (_dl_runtime_profile): Use LONG_DOUBLE_SIZE, LRV_SIZE,
34779         LRV_EAX_OFFSET, LRV_EDX_OFFSET, LRV_ST0_OFFSET, LRV_ST1_OFFSET
34780         and LR_SIZE.
34781         * sysdeps/i386/link-defines.sym: New file.
34783 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
34785         * sysdeps/i386/Makefile (tests)[elf]: Add tst-audit3.
34786         (modules-names): Add tst-auditmod3a tst-auditmod3b.
34787         ($(objpfx)tst-audit3): New rule.
34788         ($(objpfx)tst-audit3.out): Likewise.
34789         * sysdeps/i386/tst-audit3.c: New file.
34790         * sysdeps/i386/tst-audit3.h: Likewise.
34791         * sysdeps/i386/tst-auditmod3a.c: Likewise.
34792         * sysdeps/i386/tst-auditmod3b.c: Likewise.
34794 2015-07-07  Torvald Riegel  <triegel@redhat.com>
34796         [BZ #18633]
34797         * sysdeps/x86/bits/string.h (__memmove_g): Do not create invalid
34798         pointer in C code.
34799         (__strcat_c): Likewise.
34800         (__strcat_g): Likewise.
34802 2015-07-07  Cyril Hrubis <chrubis@suse.cz>
34804         [BZ #18592]
34805         * misc/sbrk.c: Set errno to ENOMEM on overflow.
34807 2015-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
34809         * sysdeps/aarch64/fpu/math_private.h (__ieee754_sqrt):
34810         New function.  (__ieee754_sqrtf): New function.
34811         * sysdeps/aarch64/fpu/e_sqrt.c (__ieee754_sqrt):
34812         New function.
34813         * sysdeps/aarch64/fpu/e_sqrtf.c (__ieee754_sqrtf):
34814         New function.
34816 2015-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
34818         * sysdeps/ieee754/support.c: Remove unused file.
34820 2015-07-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
34822         * sysdeps/unix/sysv/linux/aarch64/getcontext.S (__getcontext): Use q
34823         registers instead of d ones so the layout is kernel abi compatible.
34824         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext): Likewise.
34825         * sysdeps/unix/sysv/linux/aarch64/swapcontext.S (__swapcontext):
34826         Likewise.
34828 2015-07-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
34830         * sysdeps/aarch64/libm-test-ulps: Regenerated.
34832 2015-07-01  Joseph Myers  <joseph@codesourcery.com>
34834         [BZ #18619]
34835         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Force underflow
34836         and return argument in case of subnormal argument.
34838 2015-07-01  Martin Sebor  <msebor@redhat.com>
34840         [BZ #18435]
34841         * nptl/Makefile: Add tst-once5.cc.
34842         * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop):
34843         Remove macro redefinitions.
34844         * nptl/tst-once5.cc: New test.
34846 2015-07-01  Joseph Myers  <joseph@codesourcery.com>
34848         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
34850         * sysdeps/arm/libm-test-ulps: Regenerated.
34852         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
34853         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
34855 2015-06-30  Torvald Riegel  <triegel@redhat.com>
34857         * nptl/DESIGN-systemtap-probes.txt: Remove lll_lock_wait,
34858         lll_lock_wait_private and lll_futex_wake probes.
34860         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (BUSY_WAIT_NOP): Remove.
34861         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (BUSY_WAIT_NOP):
34862         Likewise.
34863         * sysdeps/i386/i486/bits/atomic.h (atomic_delay): Rename to
34864         atomic_spin_nop.
34865         * sysdeps/x86_64/bits/atomic.h: Likewise.
34866         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP): Rename
34867         to atomic_spin_nop and move ...
34868         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_spin_nop):
34869         ... here and ...
34870         * sysdeps/sparc/sparc64/bits/atomic.h: ... here.
34871         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Use
34872         atomic_spin_nop instead of BUSY_WAIT_NOP.
34873         * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock):
34874         Likewise.
34875         * sysdeps/nacl/lll_timedwait_tid.c (__lll_timedwait_tid): Likewise.
34876         * sysdeps/nacl/lowlevellock.h (BUSY_WAIT_NOP): Remove.
34877         (lll_wait_tid): Use atomic_spin_nop instead of BUSY_WAIT_NOP.
34878         * nscd/nscd-client.h (__nscd_acquire_maplock): Use atomic_spin_nop
34879         instead of atomic_delay.
34881 2015-06-29  Joseph Myers  <joseph@codesourcery.com>
34883         [BZ #18613]
34884         * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Take log of
34885         X_ADJ not X when adjusting exponent.
34886         (__ieee754_gamma_r): Do intermediate computations in
34887         round-to-nearest then adjust overflowing and underflowing results
34888         as needed.
34889         * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Take log
34890         of X_ADJ not X when adjusting exponent.
34891         (__ieee754_gammaf_r): Do intermediate computations in
34892         round-to-nearest then adjust overflowing and underflowing results
34893         as needed.
34894         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive): Take
34895         log of X_ADJ not X when adjusting exponent.
34896         (__ieee754_gammal_r): Do intermediate computations in
34897         round-to-nearest then adjust overflowing and underflowing results
34898         as needed.  Use 1.0L not 1.0f as numerator of division.
34899         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive): Take
34900         log of X_ADJ not X when adjusting exponent.
34901         (__ieee754_gammal_r): Do intermediate computations in
34902         round-to-nearest then adjust overflowing and underflowing results
34903         as needed.  Use 1.0L not 1.0f as numerator of division.
34904         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive): Take log
34905         of X_ADJ not X when adjusting exponent.
34906         (__ieee754_gammal_r): Do intermediate computations in
34907         round-to-nearest then adjust overflowing and underflowing results
34908         as needed.  Use 1.0L not 1.0f as numerator of division.
34909         * math/libm-test.inc (tgamma_test_data): Remove one test.  Moved
34910         to auto-libm-test-in.
34911         (tgamma_test): Use ALL_RM_TEST.
34912         * math/auto-libm-test-in: Add one test of tgamma.  Mark some other
34913         tests of tgamma with spurious-overflow.
34914         * math/auto-libm-test-out: Regenerated.
34915         * math/gen-libm-have-vector-test.sh: Do not check for START.
34916         * sysdeps/i386/fpu/libm-test-ulps: Update.
34917         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34919         [BZ #18612]
34920         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): For small
34921         arguments, just return 0.5 times the argument, with underflow
34922         forced as needed.
34923         * math/auto-libm-test-in: Add more tests of j1.
34924         * math/auto-libm-test-out: Regenerated.
34926         [BZ #16559]
34927         * sysdeps/ieee754/dbl-64/e_j1.c: Include <float.h>.
34928         (__ieee754_j1): Force underflow exception for small results.
34929         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
34930         * sysdeps/ieee754/flt-32/e_j1f.c: Include <float.h>.
34931         (__ieee754_j1f): Force underflow exception for small results.
34932         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
34933         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
34934         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
34935         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <float.h>.
34936         (__ieee754_j1l): Force underflow exception for small results.
34937         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
34938         * math/auto-libm-test-in: Add more tests of j1 and jn.
34939         * math/auto-libm-test-out: Regenerated.
34941         * sysdeps/unix/sysv/linux/bits/in.h (IP_CHECKSUM): New macro.
34942         * sysdeps/unix/sysv/linux/bits/socket.h (PF_IB): Likewise.
34943         (PF_MPLS): Likewise.
34944         (AF_IB): Likewise.
34945         (AF_MPLS): Likewise.
34946         * sysdeps/unix/sysv/linux/sys/mount.h (MS_LAZYTIME): New enum
34947         value and macro.
34948         (MS_RMT_MASK): Include MS_LAZYTIME.
34950 2015-06-26  Mel Gorman  <mgorman@suse.de>
34952         [BZ #18502]
34953         * malloc/arena.c (heap_trim): Don't try to shrink a heap that is
34954         already minimal.
34956 2015-06-26  Matthew Fortune  <matthew.fortune@imgtec.com>
34958         * elf/elf.h (DT_MIPS_RLD_MAP_REL): New macro.
34959         (DT_MIPS_NUM): Update.
34960         * sysdeps/mips/dl-machine.h (ELF_MACHINE_DEBUG_SETUP): Handle
34961         DT_MIPS_RLD_MAP_REL.
34963 2015-06-25  Joseph Myers  <joseph@codesourcery.com>
34965         [BZ #16559]
34966         [BZ #18602]
34967         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Set
34968         round-to-nearest internally then recompute results that
34969         underflowed to zero in the original rounding mode.
34970         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
34971         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
34972         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
34973         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
34974         * math/libm-test.inc (jn_test): Use ALL_RM_TEST.
34975         * sysdeps/i386/fpu/libm-test-ulps: Update.
34976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34978 2015-06-25  Andrew Senkevich  <andrew.senkevich@intel.com>
34980         * NEWS: Fixed description of link with vector math library.
34982 2015-06-25  Andreas Schwab  <schwab@suse.de>
34984         [BZ #18549]
34985         * libio/fmemopen.c (fmemopen_write): Fix bounds check for ENOSPC.
34986         * libio/test-fmemopen.c (do_test): Add test for it.
34988 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
34990         [BZ #17841]
34991         * Makeconfig (no-pie-ldflag): New.
34992         (+link): Set to $(+link-pie) if default to PIE.
34993         (+link-tests): Set to $(+link-pie-tests) if default to PIE.
34994         * config.make.in (build-pie-default): New.
34995         * configure.ac (libc_cv_pie_default): New.  Set to yes if -fPIE
34996         is default.  AC_SUBST.
34997         * configure: Regenerated.
34998         * elf/Makefile (LDFLAGS-tst-dlopen-aout): New.
35000 2015-06-24  Roland McGrath  <roland@hack.frob.com>
35002         * nptl/descr.h (struct pthread): Change type of field setxid_futex
35003         to 'unsigned int'.
35005         * resolv/gai_misc.h (struct waitlist): Change type of field
35006         counterp to 'volatile unsigned int *'.
35007         * sysdeps/nptl/gai_misc.h (GAI_MISC_WAIT): Use unsigned types for
35008         FUTEXADDR and OLDVAL.
35009         * resolv/getaddrinfo_a.c (getaddrinfo_a):
35010         Give local variable TOTAL type 'volatile unsigned int'.
35011         (struct async_waitlist): Change type of field counter to 'unsigned int'.
35012         * resolv/gai_suspend.c (gai_suspend):
35013         Give local variable CNTR type 'unsigned int'.
35015         * sysdeps/pthread/aio_misc.h (struct waitlist): Change type of field
35016         counterp to 'volatile unsigned int *'.
35017         * sysdeps/pthread/aio_suspend.c [DONT_NEED_AIO_MISC_COND]
35018         (do_aio_misc_wait): Give argument CNTR type 'unsigned int *'.
35019         (aio_suspend): Give local variable CNTR type 'unsigned int'.
35020         * sysdeps/pthread/lio_listio.c (lio_listio_internal):
35021         Give local variable TOTAL type 'volatile unsigned int'.
35022         (struct async_waitlist): Change type of field counter to 'unsigned int'.
35024 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
35026         [BZ #18383]
35027         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Align
35028         TCB_OFFSET to MAX_ALIGN, not just TCBALIGN.  Add comment.
35029         * elf/Makefile (test-xfail-tst-tlsalign{,-static}): Remove
35030         comment for i386/x86-64.
35031         (test-xfail-tst-tlsalign-extern-static): Removed.
35033 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
35035         * math/test-double.h: New file.
35036         * math/test-float.h: Likewise.
35037         * math/test-ldouble.h: Likewise.
35038         * math/test-math-inline.h: Likewise.
35039         * math/test-math-no-inline.h: Likewise.
35040         * math/test-math-scalar.h: Likewise.
35041         * math/test-math-vector.h: Likewise.
35042         * math/test-vec-loop.h: Remove file.  Contents moved into
35043         test-math-vector.h.
35044         * math/libm-test.inc (MATHCONST): Do not document macro.
35045         * math/test-double.c: Include test-double.h, test-math-no-inline.h
35046         and test-math-scalar.h.
35047         (FUNC): Remove macro.
35048         (FUNC_TEST): Likewise.
35049         (FLOAT): Likewise.
35050         (MATHCONST): Likewise.
35051         (PRINTF_EXPR): Likewise.
35052         (PRINTF_XEXPR): Likewise.
35053         (PRINTF_NEXPR): Likewise.
35054         (TEST_DOUBLE): Likewise.
35055         (TEST_MATHVEC): Likewise.
35056         (__NO_MATH_INLINES): Likewise.
35057         * math/test-float.c: Include test-float.h, test-math-no-inline.h
35058         and test-math-scalar.h.
35059         (FUNC): Remove macro.
35060         (FUNC_TEST): Likewise.
35061         (FLOAT): Likewise.
35062         (MATHCONST): Likewise.
35063         (PRINTF_EXPR): Likewise.
35064         (PRINTF_XEXPR): Likewise.
35065         (PRINTF_NEXPR): Likewise.
35066         (TEST_FLOAT): Likewise.
35067         (TEST_MATHVEC): Likewise.
35068         (__NO_MATH_INLINES): Likewise.
35069         * math/test-idouble.c: Include test-double.h, test-math-inline.h
35070         and test-math-scalar.h.
35071         (FUNC): Remove macro.
35072         (FUNC_TEST): Likewise.
35073         (FLOAT): Likewise.
35074         (MATHCONST): Likewise.
35075         (PRINTF_EXPR): Likewise.
35076         (PRINTF_XEXPR): Likewise.
35077         (PRINTF_NEXPR): Likewise.
35078         (TEST_DOUBLE): Likewise.
35079         (TEST_MATHVEC): Likewise.
35080         (TEST_INLINE): Likewise.
35081         (__NO_MATH_INLINES): Likewise.
35082         * math/test-ifloat.c: Include test-float.h, test-math-inline.h and
35083         test-math-scalar.h.
35084         (FUNC): Remove macro.
35085         (FUNC_TEST): Likewise.
35086         (FLOAT): Likewise.
35087         (MATHCONST): Likewise.
35088         (PRINTF_EXPR): Likewise.
35089         (PRINTF_XEXPR): Likewise.
35090         (PRINTF_NEXPR): Likewise.
35091         (TEST_FLOAT): Likewise.
35092         (TEST_MATHVEC): Likewise.
35093         (TEST_INLINE): Likewise.
35094         (__NO_MATH_INLINES): Likewise.
35095         * math/test-ildoubl.c: Include test-ldouble.h, test-math-inline.h
35096         and test-math-scalar.h.
35097         (FUNC): Remove macro.
35098         (FUNC_TEST): Likewise.
35099         (FLOAT): Likewise.
35100         (MATHCONST): Likewise.
35101         (PRINTF_EXPR): Likewise.
35102         (PRINTF_XEXPR): Likewise.
35103         (PRINTF_NEXPR): Likewise.
35104         (TEST_LDOUBLE): Likewise.
35105         (TEST_MATHVEC): Likewise.
35106         (TEST_INLINE): Likewise.
35107         (__NO_MATH_INLINES): Likewise.
35108         * math/test-ldouble.c: Include test-ldouble.h,
35109         test-math-no-inline.h and test-math-scalar.h.
35110         (FUNC): Remove macro.
35111         (FUNC_TEST): Likewise.
35112         (FLOAT): Likewise.
35113         (MATHCONST): Likewise.
35114         (PRINTF_EXPR): Likewise.
35115         (PRINTF_XEXPR): Likewise.
35116         (PRINTF_NEXPR): Likewise.
35117         (TEST_LDOUBLE): Likewise.
35118         (TEST_MATHVEC): Likewise.
35119         (__NO_MATH_INLINES): Likewise.
35120         * math/test-double-vlen2.h: Include test-double.h,
35121         test-math-no-inline.h and test-math-vector.h.
35122         (FLOAT): Remove macro.
35123         (FUNC): Likewise.
35124         (MATHCONST): Likewise.
35125         (PRINTF_EXPR): Likewise.
35126         (PRINTF_XEXPR): Likewise.
35127         (PRINTF_NEXPR): Likewise.
35128         (TEST_DOUBLE): Likewise.
35129         (TEST_MATHVEC): Likewise.
35130         (__NO_MATH_INLINES): Likewise.
35131         (CNCT): Likewise.
35132         (CONCAT): Likewise.
35133         (WRAPPER_NAME): Likewise.
35134         (WRAPPER_DECL): Likewise.
35135         (WRAPPER_DECL_ff): Likewise.
35136         (WRAPPER_DECL_fFF): Likewise.
35137         (VECTOR_WRAPPER): Likewise.
35138         (VECTOR_WRAPPER_ff): Likewise.
35139         (VECTOR_WRAPPER_fFF): Likewise.
35140         (VEC_LEN): New macro.
35141         * math/test-double-vlen4.h: Include test-double.h,
35142         test-math-no-inline.h and test-math-vector.h.
35143         (FLOAT): Remove macro.
35144         (FUNC): Likewise.
35145         (MATHCONST): Likewise.
35146         (PRINTF_EXPR): Likewise.
35147         (PRINTF_XEXPR): Likewise.
35148         (PRINTF_NEXPR): Likewise.
35149         (TEST_DOUBLE): Likewise.
35150         (TEST_MATHVEC): Likewise.
35151         (__NO_MATH_INLINES): Likewise.
35152         (CNCT): Likewise.
35153         (CONCAT): Likewise.
35154         (WRAPPER_NAME): Likewise.
35155         (WRAPPER_DECL): Likewise.
35156         (WRAPPER_DECL_ff): Likewise.
35157         (WRAPPER_DECL_fFF): Likewise.
35158         (VECTOR_WRAPPER): Likewise.
35159         (VECTOR_WRAPPER_ff): Likewise.
35160         (VECTOR_WRAPPER_fFF): Likewise.
35161         (VEC_LEN): New macro.
35162         * math/test-double-vlen8.h: Include test-double.h,
35163         test-math-no-inline.h and test-math-vector.h.
35164         (FLOAT): Remove macro.
35165         (FUNC): Likewise.
35166         (MATHCONST): Likewise.
35167         (PRINTF_EXPR): Likewise.
35168         (PRINTF_XEXPR): Likewise.
35169         (PRINTF_NEXPR): Likewise.
35170         (TEST_DOUBLE): Likewise.
35171         (TEST_MATHVEC): Likewise.
35172         (__NO_MATH_INLINES): Likewise.
35173         (CNCT): Likewise.
35174         (CONCAT): Likewise.
35175         (WRAPPER_NAME): Likewise.
35176         (WRAPPER_DECL): Likewise.
35177         (WRAPPER_DECL_ff): Likewise.
35178         (WRAPPER_DECL_fFF): Likewise.
35179         (VECTOR_WRAPPER): Likewise.
35180         (VECTOR_WRAPPER_ff): Likewise.
35181         (VECTOR_WRAPPER_fFF): Likewise.
35182         (VEC_LEN): New macro.
35183         * math/test-float-vlen4.h: Include test-float.h,
35184         test-math-no-inline.h and test-math-vector.h.
35185         (FLOAT): Remove macro.
35186         (FUNC): Likewise.
35187         (MATHCONST): Likewise.
35188         (PRINTF_EXPR): Likewise.
35189         (PRINTF_XEXPR): Likewise.
35190         (PRINTF_NEXPR): Likewise.
35191         (TEST_FLOAT): Likewise.
35192         (TEST_MATHVEC): Likewise.
35193         (__NO_MATH_INLINES): Likewise.
35194         (CNCT): Likewise.
35195         (CONCAT): Likewise.
35196         (WRAPPER_NAME): Likewise.
35197         (WRAPPER_DECL): Likewise.
35198         (WRAPPER_DECL_ff): Likewise.
35199         (WRAPPER_DECL_fFF): Likewise.
35200         (VECTOR_WRAPPER): Likewise.
35201         (VECTOR_WRAPPER_ff): Likewise.
35202         (VECTOR_WRAPPER_fFF): Likewise.
35203         (VEC_LEN): New macro.
35204         * math/test-float-vlen8.h: Include test-float.h,
35205         test-math-no-inline.h and test-math-vector.h.
35206         (FLOAT): Remove macro.
35207         (FUNC): Likewise.
35208         (MATHCONST): Likewise.
35209         (PRINTF_EXPR): Likewise.
35210         (PRINTF_XEXPR): Likewise.
35211         (PRINTF_NEXPR): Likewise.
35212         (TEST_FLOAT): Likewise.
35213         (TEST_MATHVEC): Likewise.
35214         (__NO_MATH_INLINES): Likewise.
35215         (CNCT): Likewise.
35216         (CONCAT): Likewise.
35217         (WRAPPER_NAME): Likewise.
35218         (WRAPPER_DECL): Likewise.
35219         (WRAPPER_DECL_ff): Likewise.
35220         (WRAPPER_DECL_fFF): Likewise.
35221         (VECTOR_WRAPPER): Likewise.
35222         (VECTOR_WRAPPER_ff): Likewise.
35223         (VECTOR_WRAPPER_fFF): Likewise.
35224         (VEC_LEN): New macro.
35225         * math/test-float-vlen16.h: Include test-float.h,
35226         test-math-no-inline.h and test-math-vector.h.
35227         (FLOAT): Remove macro.
35228         (FUNC): Likewise.
35229         (MATHCONST): Likewise.
35230         (PRINTF_EXPR): Likewise.
35231         (PRINTF_XEXPR): Likewise.
35232         (PRINTF_NEXPR): Likewise.
35233         (TEST_FLOAT): Likewise.
35234         (TEST_MATHVEC): Likewise.
35235         (__NO_MATH_INLINES): Likewise.
35236         (CNCT): Likewise.
35237         (CONCAT): Likewise.
35238         (WRAPPER_NAME): Likewise.
35239         (WRAPPER_DECL): Likewise.
35240         (WRAPPER_DECL_ff): Likewise.
35241         (WRAPPER_DECL_fFF): Likewise.
35242         (VECTOR_WRAPPER): Likewise.
35243         (VECTOR_WRAPPER_ff): Likewise.
35244         (VECTOR_WRAPPER_fFF): Likewise.
35245         (VEC_LEN): New macro.
35246         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Do not include
35247         test-vec-loop.h.
35248         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
35249         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
35250         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
35251         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
35252         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
35253         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
35254         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
35256 2015-06-24  Roland McGrath  <roland@hack.frob.com>
35258         * sysdeps/nacl/glob.c (getlogin_r): Macro renamed to ...
35259         (__getlogin_r): ... this.
35261 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
35263         [BZ #18594]
35264         * math/s_ccosh.c (__ccosh): Compare with least normal value
35265         instead of comparing class with FP_SUBNORMAL.
35266         * math/s_ccoshf.c (__ccoshf): Likewise.
35267         * math/s_ccoshl.c (__ccoshl): Likewise.
35268         * math/s_cexp.c (__cexp): Likewise.
35269         * math/s_cexpf.c (__cexpf): Likewise.
35270         * math/s_cexpl.c (__cexpl): Likewise.
35271         * math/s_csin.c (__csin): Likewise.
35272         * math/s_csinf.c (__csinf): Likewise.
35273         * math/s_csinh.c (__csinh): Likewise.
35274         * math/s_csinhf.c (__csinhf): Likewise.
35275         * math/s_csinhl.c (__csinhl): Likewise.
35276         * math/s_csinl.c (__csinl): Likewise.
35277         * math/s_ctan.c (__ctan): Likewise.
35278         * math/s_ctanf.c (__ctanf): Likewise.
35279         * math/s_ctanh.c (__ctanh): Likewise.
35280         * math/s_ctanhf.c (__ctanhf): Likewise.
35281         * math/s_ctanhl.c (__ctanhl): Likewise.
35282         * math/s_ctanl.c (__ctanl): Likewise.
35283         * math/auto-libm-test-in: Add more tests of ccos, ccosh, cexp,
35284         csin, csinh, ctan and ctanh.
35285         * math/auto-libm-test-out: Regenerated.
35286         * math/libm-test.inc (cexp_test): Use ALL_RM_TEST.
35287         * sysdeps/i386/fpu/libm-test-ulps: Update.
35288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35290 2015-06-24  Roland McGrath  <roland@hack.frob.com>
35292         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): When sched_getcpu
35293         return value is wrong, print the expected value too.
35295 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
35297         [BZ #18585]
35298         * elf/readlib.c (is_gdb_python_file): New.
35299         (process_file): Don't issue errors on filenames with -gdb.py
35300         suffix.
35302 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
35304         * math/auto-libm-test-in: Add more tests of csin and csinh.
35305         * math/auto-libm-test-out: Regenerated.
35306         * math/libm-test.inc (csin_test_data): Remove tests moved to
35307         auto-libm-test-in.
35308         (csinh_test_data): Likewise.
35310         [BZ #18593]
35311         * math/s_csin.c (__csin): Negate before rather than after possibly
35312         overflowing multiplication.
35313         * math/s_csinf.c (__csinf): Likewise.
35314         * math/s_csinh.c (__csinh): Likewise.
35315         * math/s_csinhf.c (__csinhf): Likewise.
35316         * math/s_csinhl.c (__csinhl): Likewise.
35317         * math/s_csinl.c (__csinl): Likewise.
35318         * math/auto-libm-test-in: Add some tests of csin and csinh.
35319         * math/auto-libm-test-out: Regenerated.
35320         * math/libm-test.inc (csin_test_data): Use AUTO_TESTS_c_c.
35321         (csinh_test_data): Likewise.
35322         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35324         [BZ #18586]
35325         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Force
35326         underflow exception for small results.
35328 2015-06-24  Andrew Senkevich  <andrew.senkevich@intel.com>
35330         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
35331         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: Renamed
35332         variable and included header.
35333         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: Likewise.
35334         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: Likewise.
35335         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: Likewise.
35336         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: Likewise.
35337         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: Likewise.
35338         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S: Likewise.
35339         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S: Likewise.
35340         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S: Likewise.
35341         * sysdeps/x86_64/fpu/svml_s_trig_data.S: New file.
35342         * sysdeps/x86_64/fpu/svml_s_trig_data.h: Likewise.
35343         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: Removed file.
35344         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: Likewise.
35345         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: Likewise.
35346         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: Likewise.
35347         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: Likewise.
35348         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: Likewise.
35350 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
35352         [BZ #16526]
35353         [BZ #16538]
35354         * sysdeps/ieee754/dbl-64/s_sin.c: Include <float.h>.
35355         (__sin): Force underflow exception for arguments with small
35356         absolute value.
35357         * sysdeps/ieee754/flt-32/k_sinf.c: Include <float.h>.
35358         (__kernel_sinf): Force underflow exception for arguments with
35359         small absolute value.
35360         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Include <float.h>.
35361         (__kernel_sincosl): Force underflow exception for arguments with
35362         small absolute value.
35363         * sysdeps/ieee754/ldbl-128/k_sinl.c: Include <float.h>.
35364         (__kernel_sinl): Force underflow exception for arguments with
35365         small absolute value.
35366         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Include <float.h>.
35367         (__kernel_sincosl): Force underflow exception for arguments with
35368         small absolute value.
35369         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Include <float.h>.
35370         (__kernel_sinl): Force underflow exception for arguments with
35371         small absolute value.
35372         * sysdeps/ieee754/ldbl-96/k_sinl.c: Include <float.h>.
35373         (__kernel_sinl): Force underflow exception for arguments with
35374         small absolute value.
35375         * sysdeps/powerpc/fpu/k_sinf.c: Include <float.h>.
35376         (__kernel_sinf): Force underflow exception for arguments with
35377         small absolute value.
35378         * math/auto-libm-test-in: Add more tests of sin and sincos.
35379         * math/auto-libm-test-out: Regenerated.
35381         [BZ #18245]
35382         [BZ #18583]
35383         * sysdeps/ieee754/k_standardl.c: Include <fenv.h>.
35384         (__kernel_standard_l): Use feholdexcept and fesetenv around
35385         conversion to double instead of special-casing overflow and
35386         underflow.
35387         * math/libm-test.inc (fmod_test_data): Add more tests.
35388         (remainder_test_data): Likewise.
35389         (sqrt_test_data): Likewise.
35391 2015-06-23  Torvald Riegel  <triegel@redhat.com>
35393         [BZ #17403]
35394         * sysdeps/x86_64/bits/atomic.h: (atomic_full_barrier,
35395         atomic_read_barrier, atomic_write_barrier): Define.
35396         * sysdeps/i386/i486/bits/atomic.h (atomic_full_barrier,
35397         atomic_read_barrier, atomic_write_barrier): Define.
35399 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
35401         * math/Makefile [$(PERL) != no]
35402         ($(addprefix $(objpfx), $(addsuffix .o, $(libm-vec-tests)))): Move
35403         dependency on libm-test.stmp below the inclusion of Rules.
35405 2015-06-23  Andrew Senkevich  <andrew.senkevich@intel.com>
35407         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
35408         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: Renamed variable
35409         and included header.
35410         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: Likewise.
35411         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: Likewise.
35412         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: Likewise.
35413         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: Likewise.
35414         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: Likewise.
35415         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: Likewise.
35416         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: Likewise.
35417         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: Likewise.
35418         * sysdeps/x86_64/fpu/svml_d_trig_data.S: New file.
35419         * sysdeps/x86_64/fpu/svml_d_trig_data.h: Likewise.
35420         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: Removed unneeded include.
35421         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: Likewise.
35422         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: Likewise.
35423         * sysdeps/x86_64/fpu/svml_d_cos_data.S: Removed file.
35424         * sysdeps/x86_64/fpu/svml_d_cos_data.h: Likewise.
35425         * sysdeps/x86_64/fpu/svml_d_sin_data.S: Likewise.
35426         * sysdeps/x86_64/fpu/svml_d_sin_data.h: Likewise.
35427         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: Likewise.
35428         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: Likewise.
35430 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
35432         [BZ #18371]
35433         * math/s_csqrt.c (__csqrt): Avoid multiplication by 0.5 where
35434         intermediate but not final result might underflow.
35435         * math/s_csqrtf.c (__csqrtf): Likewise.
35436         * math/s_csqrtl.c (__csqrtl): Likewise.
35437         * math/auto-libm-test-in: Add more tests of csqrt.
35438         * math/auto-libm-test-out: Regenerated.
35439         * sysdeps/i386/fpu/libm-test-ulps: Update.
35441         [BZ #18219]
35442         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Reduce
35443         threshold on absolute value of exponent for which scaling is used.
35444         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
35445         * math/auto-libm-test-in: Add more tests of exp2.
35446         * math/auto-libm-test-out: Regenerated.
35448 2015-06-23  Dmitry V. Levin  <ldv@altlinux.org>
35450         [BZ #17977]
35451         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix unlocking
35452         when initializing interface list, based on the bug analysis
35453         and the patch proposed by Eric Newton.
35454         * resolv/tst-res_hconf_reorder.c: New test.
35455         * resolv/Makefile [$(have-thread-library) = yes] (tests): Add
35456         tst-res_hconf_reorder.
35457         ($(objpfx)tst-res_hconf_reorder): Depend on $(libdl)
35458         and $(shared-thread-library).
35459         (tst-res_hconf_reorder-ENV): New variable.
35461         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix typo
35462         in comment.
35464 2015-06-22  Joseph Myers  <joseph@codesourcery.com>
35466         [BZ #16353]
35467         * sysdeps/i386/fpu/s_expm1.S (dbl_min): New object.
35468         (__expm1): Force underflow exception for arguments with small
35469         absolute value.
35470         * sysdeps/i386/fpu/s_expm1f.S (flt_min): New object.
35471         (__expm1f): Force underflow exception for arguments with small
35472         absolute value.
35473         * sysdeps/ieee754/dbl-64/s_expm1.c: Include <float.h>.
35474         (__expm1): Force underflow exception for arguments with small
35475         absolute value.
35476         * sysdeps/ieee754/flt-32/s_expm1f.c: Include <float.h>.
35477         (__expm1f): Force underflow exception for arguments with small
35478         absolute value.
35479         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
35480         Check for small arguments before calling __expm1.
35481         * math/auto-libm-test-in: Do not mark underflow exceptions as
35482         possibly missing for bug 16353.
35483         * math/auto-libm-test-out: Regenerated.
35485 2015-06-22  Andreas Schwab  <schwab@suse.de>
35487         [BZ #18513]
35488         * resolv/nss_dns/dns-host.c (getanswer_r): Record TTL also for
35489         PTR queries.
35491 2015-06-22  Leonhard Holz  <leonhard.holz@web.de>
35493         * string/strcoll_l.c (STRCOLL): Remove unnecessary memset.
35495         * string/strcoll_l.c: Remove unused struct element idxnow.
35497 2015-06-21  Joseph Myers  <joseph@codesourcery.com>
35499         [BZ #18569]
35500         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Force
35501         underflow and return argument in case of subnormal argument.
35502         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
35503         Likewise.
35504         * math/auto-libm-test-in: Add more tests of expm1.
35505         * math/auto-libm-test-out: Regenerated.
35507         [BZ #16361]
35508         * sysdeps/i386/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
35509         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
35510         tiny results.
35511         * sysdeps/x86_64/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
35512         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
35513         tiny results.
35514         * math/auto-libm-test-in: Add more tests of exp and exp10.  Do not
35515         mark underflow exceptions as possibly missing for bug 16361.
35516         * math/auto-libm-test-out: Regenerated.
35518 2015-06-19  Joseph Myers  <joseph@codesourcery.com>
35520         * conform/data/sys/select.h-data [XOPEN2K8] (pselect): Expect.
35521         * conform/Makefile (test-xfail-XOPEN2K8/sys/select.h/conform):
35522         Remove variable.
35523         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
35524         (test-xfail-XOPEN2K8/utmpx.h/conform).
35526         * conform/conformtest.pl ($xerrors): New variable.
35527         (note_error): New function.
35528         (compiletest): New argument $xfail.  Use not_error.
35529         (runtest): Likewise.
35530         (top level): Handle xfail- lines.  Update calls to compiletest and
35531         runtest.  Handle xfail- and optional- in headers listed with
35532         allow-header.
35533         * conform/data/fcntl.h-data (O_TTY_INIT): Use xfail-.
35534         (O_EXEC): Likewise.
35535         (O_SEARCH): Likewise.
35536         * conform/data/stropts.h-data (ioctl): Likewise.
35537         * conform/data/sys/ipc.h-data (ipc_perm.mode): Likewise.
35538         * conform/data/sys/sem.h-data (semid_ds.sem_nsems): Likewise.
35539         * conform/data/sys/socket.h-data (msghdr.msg_iovlen): Likewise.
35540         (msghdr.msg_controllen): Likewise.
35541         (cmsghdr.cmsg_len): Likewise.
35542         * conform/data/utmpx.h-data (utmpx.ut_tv): Likewise.
35543         * conform/Makefile (test-xfail-XPG3/sys/ipc.h/conform): Remove
35544         variable.
35545         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
35546         (test-xfail-XPG4/stropts.h/conform): Likewise.
35547         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
35548         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
35549         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
35550         (test-xfail-UNIX98/stropts.h/conform): Likewise.
35551         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
35552         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
35553         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
35554         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
35555         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
35556         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
35557         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
35558         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
35559         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
35560         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
35561         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
35562         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
35563         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
35564         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
35565         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
35567 2015-06-19  Andrew Senkevich  <andrew.senkevich@intel.com>
35569         * sysdeps/ieee754/ldbl-opt/s_sin.c (__DECL_SIMD_sincos_disable,
35570         __DECL_SIMD_sincos_disablef, __DECL_SIMD_sincos_disablel): Added empty
35571         definitions for proper unfolding of __MATHDECL_VEC.
35573 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
35575         * benchtests/bench-strcoll.c:
35576         Include string.h.
35577         (main): Remove unused variable res.
35579 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
35581         * timezone/Makefile (%/UTC %/Universal):
35582         Generate test-result files for UTC and Universal.
35584 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
35586         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
35588 2015-06-18  Joseph Myers  <joseph@codesourcery.com>
35590         [BZ #16350]
35591         * sysdeps/i386/fpu/s_asinh.S (__asinh): Force underflow exception
35592         for arguments with small absolute value.
35593         * sysdeps/i386/fpu/s_asinhf.S (__asinhf): Likewise.
35594         * sysdeps/i386/fpu/s_asinhl.S (__asinhl): Likewise.
35595         * sysdeps/ieee754/dbl-64/s_asinh.c: Include <float.h>.
35596         (__asinh): Force underflow exception for arguments with small
35597         absolute value.
35598         * sysdeps/ieee754/flt-32/s_asinhf.c: Include <float.h>.
35599         (__asinhf): Force underflow exception for arguments with small
35600         absolute value.
35601         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Include <float.h>.
35602         (__asinhl): Force underflow exception for arguments with small
35603         absolute value.
35604         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Include <float.h>.
35605         (__asinhl): Force underflow exception for arguments with small
35606         absolute value.
35607         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Include <float.h>.
35608         (__asinhl): Force underflow exception for arguments with small
35609         absolute value.
35610         * math/auto-libm-test-in: Do not mark underflow exceptions as
35611         possibly missing for bug 16350.
35612         * math/auto-libm-test-out: Regenerated.
35614         * include/bits/ipc.h: Remove file.
35615         * conform/Makefile (test-xfail-XPG3/sys/msg.h/conform): Remove
35616         variable.
35617         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
35618         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
35619         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
35620         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
35621         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
35622         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
35623         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
35624         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
35625         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
35627         * math/auto-libm-test-in: Remove spurious underflow allowance for
35628         tests of cexp.
35629         * math/auto-libm-test-out: Regenerated.
35631         [BZ #18558]
35632         * sysdeps/unix/sysv/linux/bits/in.h (MCAST_JOIN_GROUP): Remove
35633         unconditional definition.
35634         (MCAST_BLOCK_SOURCE): Likewise.
35635         (MCAST_UNBLOCK_SOURCE): Likewise.
35636         (MCAST_LEAVE_GROUP): Likewise.
35637         (MCAST_JOIN_SOURCE_GROUP): Likewise.
35638         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
35639         (MCAST_MSFILTER): Likewise.
35640         * conform/Makefile (test-xfail-XOPEN2K/arpa/inet.h/conform):
35641         Remove variable.
35642         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
35643         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
35644         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
35645         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
35646         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
35648 2015-06-18  Andrew Senkevich  <andrew.senkevich@intel.com>
35650         * NEWS: Mention addition of x86_64 vector sincosf.
35651         * math/test-float-vlen16.h: Added wrapper for sincosf tests.
35652         * math/test-float-vlen4.h: Likewise.
35653         * math/test-float-vlen8.h: Likewise.
35654         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
35655         * sysdeps/x86/fpu/bits/math-vector.h: Added sincosf SIMD declaration.
35656         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
35657         * sysdeps/x86_64/fpu/Versions: New versions added.
35658         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
35659         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
35660         Added build of SSE, AVX2 and AVX512 IFUNC versions.
35661         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S
35662         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S
35663         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core.S
35664         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S
35665         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core.S
35666         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S
35667         * sysdeps/x86_64/fpu/svml_s_sincosf16_core.S
35668         * sysdeps/x86_64/fpu/svml_s_sincosf4_core.S
35669         * sysdeps/x86_64/fpu/svml_s_sincosf8_core.S
35670         * sysdeps/x86_64/fpu/svml_s_sincosf8_core_avx.S
35671         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: New file.
35672         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: New file.
35673         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 3 argument wrappers.
35674         * sysdeps/x86_64/fpu/test-float-vlen16.c: : Vector sincosf tests.
35675         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
35676         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
35677         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
35678         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
35679         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
35680         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
35681         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
35683         * NEWS: Mention addition of x86_64 vector sincos.
35684         * bits/libm-simd-decl-stubs.h: Added stubs for sincos.
35685         * math/math.h (__MATHDECL_VEC): New macro.
35686         * math/bits/mathcalls.h: Added sincos declaration with __MATHDECL_VEC.
35687         * math/gen-libm-have-vector-test.sh: Added generation of sincos wrapper
35688         declaration under condition.
35689         * math/test-vec-loop.h (TEST_VEC_LOOP): Refactored.
35690         * math/test-double-vlen2.h: Added wrapper for sincos tests, reflected
35691         TEST_VEC_LOOP change.
35692         * math/test-double-vlen4.h: Likewise.
35693         * math/test-double-vlen8.h: Likewise.
35694         * math/test-float-vlen16.h: Reflected TEST_VEC_LOOP change.
35695         * math/test-float-vlen4.h: Likewise.
35696         * math/test-float-vlen8.h: Likewise.
35697         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
35698         * sysdeps/x86/fpu/bits/math-vector.h: Added sincos SIMD declaration.
35699         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
35700         * sysdeps/x86_64/fpu/Versions: New versions added.
35701         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
35702         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
35703         Added build of SSE, AVX2 and AVX512 IFUNC versions.
35704         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: New file.
35705         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: New file.
35706         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: New file.
35707         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: New file.
35708         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: New file.
35709         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: New file.
35710         * sysdeps/x86_64/fpu/svml_d_sincos2_core.S: New file.
35711         * sysdeps/x86_64/fpu/svml_d_sincos4_core.S: New file.
35712         * sysdeps/x86_64/fpu/svml_d_sincos4_core_avx.S: New file.
35713         * sysdeps/x86_64/fpu/svml_d_sincos8_core.S: New file.
35714         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: New file.
35715         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: New file.
35716         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added wrappers for sincos.
35717         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Vector sincos tests.
35718         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
35719         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
35720         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
35721         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
35722         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
35723         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
35724         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
35726         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
35727         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
35728         redirections for powf.
35729         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
35730         * sysdeps/x86_64/fpu/Versions: New versions added.
35731         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
35732         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
35733         Added build of SSE, AVX2 and AVX512 IFUNC versions.
35734         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 2 argument wrappers.
35735         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: New file.
35736         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S: New file.
35737         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core.S: New file.
35738         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S: New file.
35739         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core.S: New file.
35740         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S: New file.
35741         * sysdeps/x86_64/fpu/svml_s_powf16_core.S: New file.
35742         * sysdeps/x86_64/fpu/svml_s_powf4_core.S: New file.
35743         * sysdeps/x86_64/fpu/svml_s_powf8_core.S: New file.
35744         * sysdeps/x86_64/fpu/svml_s_powf8_core_avx.S: New file.
35745         * sysdeps/x86_64/fpu/svml_s_powf_data.S: New file.
35746         * sysdeps/x86_64/fpu/svml_s_powf_data.h: New file.
35747         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector powf tests.
35748         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
35749         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
35750         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
35751         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
35752         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
35753         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
35754         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
35755         * math/test-float-vlen16.h: Fixed 2 argument macro.
35756         * math/test-float-vlen4.h: Likewise.
35757         * math/test-float-vlen8.h: Likewise.
35758         * NEWS: Mention addition of x86_64 vector powf.
35760 2015-06-17  Joseph Myers  <joseph@codesourcery.com>
35762         * math/s_ctanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
35763         and redefine.
35764         * math/s_ctanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
35765         and redefine.
35766         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c: Remove file.
35767         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
35768         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
35770         [BZ #18553]
35771         * resource/getpriority.c (getpriority): Rename to __getpriority
35772         and define as weak alias of __getpriority.
35773         * resource/setpriority.c (setpriority): Rename to __setpriority
35774         and define as weak alias of __setpriority.
35775         * sysdeps/mach/hurd/getpriority.c (getpriority): Rename to
35776         __getpriority and define as weak alias of __getpriority.
35777         * sysdeps/mach/hurd/setpriority.c (setpriority): Rename to
35778         __setpriority and define as weak alias of __setpriority.
35779         * sysdeps/unix/syscalls.list (getpriority): Use __getpriority as
35780         strong name.
35781         (setpriority): Use __setpriority as strong name.
35782         * sysdeps/unix/sysv/linux/getpriority.c (getpriority): Rename to
35783         __getpriority and define as weak alias of __getpriority.
35784         * include/sys/resource.h (__getpriority): Declare.  Use
35785         libc_hidden_proto.
35786         (__setpriority): Likewise.
35787         (getpriority): Don't use libc_hidden_proto.
35788         (setpriority): Likewise.
35789         * sysdeps/posix/nice.c (nice): Call __getpriority instead of
35790         getpriority.  Call __setpriority instead of setpriority.
35791         * conform/Makefile (test-xfail-XPG3/unistd.h/linknamespace):
35792         Remove variable.
35794         [BZ #18547]
35795         * misc/getttyent.c (getttynam): Rename to __getttynam and define
35796         as weak alias of __getttynam.  Use prototype function definition.
35797         Call __setttyent, __getttyent and __endttyent instead of
35798         setttyent, getttyent and endttyent.
35799         (getttyent): Rename to __getttyent and define as weak alias of
35800         __getttyent.  Call __setttyent instead of setttyent.  Call
35801         __fgets_unlocked instead of fgets_unlocked.
35802         (setttyent): Rename to __setttyent and define as weak alias of
35803         __setttyent.
35804         (endttyent): Rename to __endttyent and define as weak alias of
35805         __endttyent.
35806         * include/ttyent.h (__getttyent): Declare.  Use libc_hidden_proto.
35807         (__setttyent): Likewise.
35808         (__endttyent): Likewise.
35809         (getttyent): Don't use libc_hidden_proto.
35810         (setttyent): Likewise.
35811         (endttyent): Likewise.
35812         * misc/ttyslot.c (ttyslot): Call __setttyent, __getttyent and
35813         __endttyent instead of setttyent, getttyent and endttyent.
35814         * conform/Makefile (test-xfail-XPG4/unistd.h/linknamespace):
35815         Remove variable.
35817         [BZ #18546]
35818         * socket/recv.c (__recv): Use libc_hidden_def.
35819         * socket/socket.c (__socket): Likewise.
35820         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
35821         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
35822         * sysdeps/unix/sysv/linux/generic/recv.c (__recv): Likewise.
35823         * sysdeps/unix/sysv/linux/recv.c (__recv): Use libc_hidden_weak.
35824         * sysdeps/unix/sysv/linux/socket.c (__socket): Use
35825         libc_hidden_def.
35826         * sysdeps/unix/sysv/linux/x86_64/recv.c (__recv): Use
35827         libc_hidden_weak.
35828         * include/sys/socket.h (__socket): Do not use attribute_hidden.
35829         Use libc_hidden_proto.
35830         (__recv): Likewise.
35831         * socket/Versions (libc): Export __recv and __socket at version
35832         GLIBC_PRIVATE.
35833         * sysdeps/unix/sysv/linux/mq_notify.c (helper_thread): Call __recv
35834         instead of recv.
35835         (init_mq_netlink): Call __socket instead of socket.
35836         * conform/Makefile (test-xfail-POSIX/mqueue.h/linknamespace):
35837         Remove variable.
35839         [BZ #18545]
35840         * rt/mq_timedreceive.c (mq_timedreceive): Rename to
35841         __mq_timedreceive and define as alias of __mq_timedreceive.  Use
35842         hidden_weak.
35843         * rt/mq_timedsend.c (mq_timedsend): Rename to __mq_timedsend and
35844         define as alias of __mq_timedsend.  Use hidden_weak.
35845         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Use
35846         __mq_timedsend as strong name.
35847         (mq_timedreceive): Use __mq_timedreceive as strong name.
35848         * include/mqueue.h (__mq_timedsend): Declare.  Use hidden_proto.
35849         (__mq_timedreceive): Likewise.
35850         * sysdeps/unix/sysv/linux/mq_receive.c (mq_receive): Call
35851         __mq_timedreceive instead of mq_timedreceive.
35852         * sysdeps/unix/sysv/linux/mq_send.c (mq_send): Call __mq_timedsend
35853         instead of mq_timedsend.
35854         * conform/Makefile (test-xfail-UNIX98/mqueue.h/linknamespace):
35855         Remove variable.
35857         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Use
35858         hidden_def and hidden_weak instead of libc_hidden_def and
35859         libc_hidden_weak.
35860         (top level): Refer to hidden_def in comment.
35861         * sysdeps/unix/syscall-template.S (syscall_hidden_def): New
35862         macro.  Use it instead of libc_hidden_def.
35863         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Do not
35864         specify __GI_* name explicitly.
35865         (mq_timedreceive): Likewise.
35866         (mq_setattr): Likewise.
35868         [BZ #18544]
35869         * nptl/pthread_barrier_init.c (pthread_barrier_init): Rename to
35870         __pthread_barrier_init and define as weak alias of
35871         __pthread_barrier_init.
35872         * sysdeps/sparc/nptl/pthread_barrier_init.c
35873         (pthread_barrier_init): Likewise.
35874         * nptl/pthread_barrier_wait.c (pthread_barrier_wait): Rename to
35875         __pthread_barrier_wait and define as weak alias of
35876         __pthread_barrier_wait.
35877         * sysdeps/sparc/nptl/pthread_barrier_wait.c
35878         (pthread_barrier_wait): Likewise.
35879         * sysdeps/sparc/sparc32/pthread_barrier_wait.c
35880         (pthread_barrier_wait): Likewise.
35881         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S
35882         (pthread_barrier_wait): Likewise.
35883         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S
35884         (pthread_barrier_wait): Likewise.
35885         * nptl/Versions (libpthread): Export __pthread_barrier_init and
35886         __pthread_barrier_wait at version GLIBC_PRIVATE.
35887         * include/pthread.h (__pthread_barrier_init): Declare.
35888         (__pthread_barrier_wait): Likewise.
35889         * sysdeps/unix/sysv/linux/mq_notify.c (notification_function):
35890         Call __pthread_barrier_wait instead of pthread_barrier_wait.
35891         (helper_thread): Likewise.
35892         (init_mq_netlink): Call __pthread_barrier_init instead of
35893         pthread_barrier_init.
35895         [BZ #18542]
35896         * libio/iovswscanf.c (__vswscanf): Use libc_hidden_def.
35897         (vswscanf): Use ldbl_weak_alias instead of ldbl_strong_alias
35898         * include/wchar.h (__vswscanf): Declare.  Use libc_hidden_proto.
35899         * libio/swscanf.c (__swscanf): Call __vswscanf instead of
35900         vswscanf.
35901         * conform/Makefile (test-xfail-UNIX98/wchar.h/linknamespace):
35902         Remove variable.
35904         [BZ #18540]
35905         * libio/iofflush.c [!_IO_MTSAFE_IO] (__fflush_unlocked): Define as
35906         strong alias of _IO_fflush.  Use libc_hidden_def.
35907         * libio/iofflush_u.c (fflush_unlocked): Rename to
35908         __fflush_unlocked and define as weak alias of __fflush_unlocked.
35909         Use libc_hidden_weak.
35910         * include/stdio.h (__fflush_unlocked): Declare.  Use
35911         libc_hidden_proto.
35912         * misc/getpass.c (getpass): Call __fflush_unlocked instead of
35913         fflush_unlocked.
35914         * conform/Makefile (test-xfail-UNIX98/unistd.h/linknamespace):
35915         Remove variable.
35917         [BZ #18539]
35918         * stdlib/fmtmsg.c (addseverity): Rename to __addseverity and
35919         define as weak alias of __addseverity.
35920         * conform/Makefile (test-xfail-XPG4/fmtmsg.h/linknamespace):
35921         Remove variable.
35922         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
35923         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
35924         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
35926         [BZ #18536]
35927         * misc/tsearch.c (__tsearch): Use libc_hidden_def.
35928         (__tfind): Likewise.
35929         (__tdelete): Likewise.
35930         (__twalk): Likewise.
35931         * misc/Versions (libc): Add __tdelete, __tfind, __tsearch and
35932         __twalk to GLIBC_PRIVATE.
35933         * include/search.h (__tsearch): Use libc_hidden_proto.
35934         (__tfind): Likewise.
35935         (__tdelete): Likewise.
35936         (__twalk): Likewise.
35937         * nptl/sem_close.c (sem_close): Call __twalk instead of twalk.
35938         Call __tdelete instead of tdelete.
35939         * nptl/sem_open.c (check_add_mapping): Call __tfind instead of
35940         tfind.  Call __tsearch instead of tsearch.
35941         * sysdeps/sparc/sparc32/sem_open.c (check_add_mapping): Likewise.
35942         * conform/Makefile (test-xfail-POSIX/semaphore.h/linknamespace):
35943         Remove variable.
35944         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
35946         [BZ #18534]
35947         * stdio-common/dprintf.c (__dprintf): Use libc_hidden_def.
35948         (dprintf): Define as a weak alias of __dprintf, not a strong
35949         alias.
35950         * include/stdio.h (__dprintf): Declare.  Use libc_hidden_proto.
35951         * misc/syslog.c (__vsyslog_chk): Call __dprintf instead of
35952         dprintf.
35953         * conform/Makefile (test-xfail-XPG4/syslog.h/linknamespace):
35954         Remove variable.
35955         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
35956         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
35958         [BZ #18533]
35959         * misc/syslog.c (vsyslog): Define as a weak alias of __vsyslog,
35960         not a strong alias.
35961         * conform/Makefile (test-xfail-XOPEN2K8/syslog.h/linknamespace):
35962         Remove variable.
35964         [BZ #18532]
35965         * inet/in6_addr.c (in6addr_any): Rename to __in6addr_any and
35966         define as weak alias of __in6addr_any.  Use libc_hidden_data_weak.
35967         (in6addr_loopback): Rename to __in6addr_loopback and define as
35968         weak alias of __in6addr_loopback.  Use libc_hidden_data_weak.
35969         * include/netinet/in.h (__in6addr_loopback): Declare.  Use
35970         libc_hidden_proto.
35971         (__in6addr_any): Likewise.
35972         * inet/gethstbyad_r.c (PREPROCESS): Use __in6addr_any instead of
35973         in6addr_any.
35974         * conform/Makefile (test-xfail-XPG4/netdb.h/linknamespace): Remove
35975         variable.
35976         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
35978 2015-06-17  Andrew Senkevich  <andrew.senkevich@intel.com>
35980         * bits/libm-simd-decl-stubs.h: Added stubs for pow.
35981         * math/bits/mathcalls.h: Added pow declaration with __MATHCALL_VEC.
35982         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
35983         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
35984         redirections for pow.
35985         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
35986         * sysdeps/x86_64/fpu/Versions: New versions added.
35987         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
35988         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
35989         build of SSE, AVX2 and AVX512 IFUNC versions.
35990         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added 2 argument wrappers.
35991         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: New file.
35992         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S: New file.
35993         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: New file.
35994         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S: New file.
35995         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: New file.
35996         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S: New file.
35997         * sysdeps/x86_64/fpu/svml_d_pow2_core.S: New file.
35998         * sysdeps/x86_64/fpu/svml_d_pow4_core.S: New file.
35999         * sysdeps/x86_64/fpu/svml_d_pow4_core_avx.S: New file.
36000         * sysdeps/x86_64/fpu/svml_d_pow8_core.S: New file.
36001         * sysdeps/x86_64/fpu/svml_d_pow_data.S: New file.
36002         * sysdeps/x86_64/fpu/svml_d_pow_data.h: New file.
36003         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector pow test.
36004         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
36005         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
36006         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
36007         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
36008         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
36009         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
36010         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
36011         * NEWS: Mention addition of x86_64 vector pow.
36013         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
36014         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
36015         redirections for expf.
36016         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
36017         * sysdeps/x86_64/fpu/Versions: New versions added.
36018         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
36019         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
36020         build of SSE, AVX2 and AVX512 IFUNC versions.
36021         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: New file.
36022         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: New file.
36023         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core.S: New file.
36024         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S: New file.
36025         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core.S: New file.
36026         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S: New file.
36027         * sysdeps/x86_64/fpu/svml_s_expf16_core.S: New file.
36028         * sysdeps/x86_64/fpu/svml_s_expf4_core.S: New file.
36029         * sysdeps/x86_64/fpu/svml_s_expf8_core.S: New file.
36030         * sysdeps/x86_64/fpu/svml_s_expf8_core_avx.S: New file.
36031         * sysdeps/x86_64/fpu/svml_s_expf_data.S: New file.
36032         * sysdeps/x86_64/fpu/svml_s_expf_data.h: New file.
36033         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector expf tests.
36034         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
36035         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
36036         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
36037         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
36038         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
36039         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
36040         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
36041         * NEWS: Mention addition of x86_64 vector expf.
36043         * bits/libm-simd-decl-stubs.h: Added stubs for exp.
36044         * math/bits/mathcalls.h: Added exp declaration with __MATHCALL_VEC.
36045         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
36046         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
36047         redirections for exp.
36048         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
36049         * sysdeps/x86_64/fpu/Versions: New versions added.
36050         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
36051         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
36052         build of SSE, AVX2 and AVX512 IFUNC versions.
36053         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: New file.
36054         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S: New file.
36055         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: New file.
36056         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S: New file.
36057         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: New file.
36058         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S: New file.
36059         * sysdeps/x86_64/fpu/svml_d_exp2_core.S: New file.
36060         * sysdeps/x86_64/fpu/svml_d_exp4_core.S: New file.
36061         * sysdeps/x86_64/fpu/svml_d_exp4_core_avx.S: New file.
36062         * sysdeps/x86_64/fpu/svml_d_exp8_core.S: New file.
36063         * sysdeps/x86_64/fpu/svml_d_exp_data.S: New file.
36064         * sysdeps/x86_64/fpu/svml_d_exp_data.h: New file.
36065         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector exp test.
36066         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
36067         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
36068         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
36069         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
36070         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
36071         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
36072         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
36073         * NEWS: Mention addition of x86_64 vector exp.
36075         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
36076         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
36077         redirections for logf.
36078         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
36079         * sysdeps/x86_64/fpu/Versions: New versions added.
36080         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
36081         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
36082         build of SSE, AVX2 and AVX512 IFUNC versions.
36083         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: New file.
36084         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S: New file.
36085         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core.S: New file.
36086         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S: New file.
36087         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core.S: New file.
36088         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S: New file.
36089         * sysdeps/x86_64/fpu/svml_s_logf16_core.S: New file.
36090         * sysdeps/x86_64/fpu/svml_s_logf4_core.S: New file.
36091         * sysdeps/x86_64/fpu/svml_s_logf8_core.S: New file.
36092         * sysdeps/x86_64/fpu/svml_s_logf8_core_avx.S: New file.
36093         * sysdeps/x86_64/fpu/svml_s_logf_data.S: New file.
36094         * sysdeps/x86_64/fpu/svml_s_logf_data.h: New file.
36095         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector logf tests.
36096         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
36097         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
36098         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
36099         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
36100         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
36101         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
36102         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
36103         * NEWS: Mention addition of x86_64 vector logf.
36105         * bits/libm-simd-decl-stubs.h: Added stubs for log.
36106         * math/bits/mathcalls.h: Added log declaration with __MATHCALL_VEC.
36107         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
36108         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
36109         redirections for log.
36110         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
36111         * sysdeps/x86_64/fpu/Versions: New versions added.
36112         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
36113         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
36114         build of SSE, AVX2 and AVX512 IFUNC versions.
36115         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: New file.
36116         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core_sse4.S: New file.
36117         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: New file.
36118         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core_avx2.S: New file.
36119         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: New file.
36120         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S: New file.
36121         * sysdeps/x86_64/fpu/svml_d_log2_core.S: New file.
36122         * sysdeps/x86_64/fpu/svml_d_log4_core.S: New file.
36123         * sysdeps/x86_64/fpu/svml_d_log4_core_avx.S: New file.
36124         * sysdeps/x86_64/fpu/svml_d_log8_core.S: New file.
36125         * sysdeps/x86_64/fpu/svml_d_log_data.S: New file.
36126         * sysdeps/x86_64/fpu/svml_d_log_data.h: New file.
36127         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector log
36128         test.
36129         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
36130         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
36131         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
36132         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
36133         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
36134         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
36135         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
36136         * NEWS: Mention addition of x86_64 vector log.
36138 2015-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
36140         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Fix
36141         cfi_adjust_cfa_offset argument.
36142         (_dl_tlsdesc_undefweak, _dl_tlsdesc_dynamic): Likewise.
36143         (_dl_tlsdesc_resolve_rela, _dl_tlsdesc_resolve_hold): Likewise.
36145         [BZ #18034]
36146         * sysdeps/aarch64/dl-tlsdesc.h (_dl_tlsdesc_return_lazy): Declare.
36147         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Define.
36148         (_dl_tlsdesc_undefweak): Guarantee TLSDESC entry and argument load-load
36149         ordering using ldar.
36150         (_dl_tlsdesc_dynamic): Likewise.
36151         (_dl_tlsdesc_return_lazy): Likewise.
36152         * sysdeps/aarch64/tlsdesc.c (_dl_tlsdesc_resolve_rela_fixup): Use
36153         relaxed atomics instead of volatile and synchronize with release store.
36154         (_dl_tlsdesc_resolve_hold_fixup): Use relaxed atomics instead of
36155         volatile.
36156         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
36158 2015-06-15  Andrew Senkevich  <andrew.senkevich@intel.com>
36160         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
36161         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for sinf.
36162         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
36163         * sysdeps/x86_64/fpu/Versions: New versions added.
36164         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
36165         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
36166         build of SSE, AVX2 and AVX512 IFUNC versions.
36167         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: New file.
36168         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: New file.
36169         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core.S: New file.
36170         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: New file.
36171         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core.S: New file.
36172         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: New file.
36173         * sysdeps/x86_64/fpu/svml_s_sinf16_core.S: New file.
36174         * sysdeps/x86_64/fpu/svml_s_sinf4_core.S: New file.
36175         * sysdeps/x86_64/fpu/svml_s_sinf8_core.S: New file.
36176         * sysdeps/x86_64/fpu/svml_s_sinf8_core_avx.S: New file.
36177         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: New file.
36178         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: New file.
36179         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector sinf tests.
36180         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
36181         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
36182         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
36183         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
36184         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
36185         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
36186         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
36187         * NEWS: Mention addition of x86_64 vector sinf.
36189 2015-06-14  Joseph Myers  <joseph@codesourcery.com>
36191         * conform/list-header-symbols.pl (%extra_syms): Add in6addr_any
36192         and in6addr_loopback for XOPEN2K, XOPEN2K8 and POSIX2008.
36193         * conform/Makefile (test-xfail-XOPEN2K/netdb.h/linknamespace):
36194         Remove variable.
36195         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
36196         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
36198 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
36200         [BZ #18530]
36201         * libio/iofputs.c [!_IO_MTSAFE_IO] (__fputs_unlocked): Define as
36202         strong alias of _IO_fputs.  Use libc_hidden_def.
36203         * libio/iofputs_u.c (fputs_unlocked): Rename to __fputs_unlocked
36204         and define as weak alias of __fputs_unlocked.  Use
36205         libc_hidden_weak.
36206         * include/stdio.h (__fputs_unlocked): Declare.  Use
36207         libc_hidden_proto.
36208         * misc/syslog.c (__vsyslog_chk): Call __fputs_unlocked instead of
36209         fputs_unlocked.
36211         [BZ #18529]
36212         * resolv/netdb.h [__USE_POSIX]: Change condition to
36213         [__USE_XOPEN2K].
36214         * conform/data/netdb.h-data [XPG4 || UNIX98] (struct addrinfo): Do
36215         not expect.
36216         [XPG4 || UNIX98] (AI_PASSIVE): Likewise.
36217         [XPG4 || UNIX98] (AI_CANONNAME): Likewise.
36218         [XPG4 || UNIX98] (AI_NUMERICHOST): Likewise.
36219         [XPG4 || UNIX98] (AI_V4MAPPED): Likewise.
36220         [XPG4 || UNIX98] (AI_ALL): Likewise.
36221         [XPG4 || UNIX98] (AI_ADDRCONFIG): Likewise.
36222         [XPG4 || UNIX98] (AI_NUMERICSERV): Likewise.
36223         [XPG4 || UNIX98] (NI_NOFQDN): Likewise.
36224         [XPG4 || UNIX98] (NI_NUMERICHOST): Likewise.
36225         [XPG4 || UNIX98] (NI_NAMEREQD): Likewise.
36226         [XPG4 || UNIX98] (NI_NUMERICSERV): Likewise.
36227         [XPG4 || UNIX98] (NI_DGRAM): Likewise.
36228         [XPG4 || UNIX98] (EAI_AGAIN): Likewise.
36229         [XPG4 || UNIX98] (EAI_BADFLAGS): Likewise.
36230         [XPG4 || UNIX98] (EAI_FAIL): Likewise.
36231         [XPG4 || UNIX98] (EAI_FAMILY): Likewise.
36232         [XPG4 || UNIX98] (EAI_MEMORY): Likewise.
36233         [XPG4 || UNIX98] (EAI_NONAME): Likewise.
36234         [XPG4 || UNIX98] (EAI_SERVICE): Likewise.
36235         [XPG4 || UNIX98] (EAI_SOCKTYPE): Likewise.
36236         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
36237         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
36238         [XPG4 || UNIX98] (freeaddrinfo): Likewise.
36239         [XPG4 || UNIX98] (gai_strerror): Likewise.
36240         [XPG4 || UNIX98] (getaddrinfo): Likewise.
36241         [XPG4 || UNIX98] (getnameinfo): Likewise.
36243         [BZ #18528]
36244         * grp/grp.h (endgrent): Condition on [__USE_MISC ||
36245         __USE_XOPEN_EXTENDED], not [__USE_XOPEN_EXTENDED ||
36246         __USE_XOPEN2K8].
36247         (getgrent): Likewise.
36248         * conform/data/grp.h-data [XPG3 || POSIX2008] (getgrent): Do not
36249         expect.
36250         [XPG3 || POSIX2008] (endgrent): Likewise.
36251         [XPG3] (setgrent): Likewise.
36252         * conform/Makefile (test-xfail-XPG3/grp.h/conform): Remove
36253         variable.
36254         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
36256         [BZ #18527]
36257         * login/getlogin_r.c (getlogin_r): Rename to __getlogin_r and
36258         define as weak alias of __getlogin_r.  Use libc_hidden_weak.
36259         * sysdeps/mach/hurd/getlogin_r.c (getlogin_r): Likewise.
36260         * sysdeps/unix/getlogin_r.c (getlogin_r): Likewise.
36261         * sysdeps/unix/sysv/linux/getlogin_r.c (getlogin_r): Likewise.
36262         * include/unistd.h (__getlogin_r): Declare.  Use
36263         libc_hidden_proto.
36264         * posix/glob.c (glob): Call __getlogin_r instead of getlogin_r.
36265         * conform/Makefile (test-xfail-XPG3/glob.h/linknamespace): Remove
36266         variable.
36267         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
36268         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
36269         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
36271 2015-06-12  Martin Sebor  <msebor@redhat.com>
36273         [BZ #18512]
36274         * Makerules (check-install-supported): New target.
36275         (install): Add check-install-supported as a dependency.
36276         * manual/install.texi (Installing the C Library): Document
36277         that overriding prefix and exec_prefix is not supported.
36278         Mention DESTDIR.
36279         * INSTALL: Regenerate from the above.
36281 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
36283         [BZ #18519]
36284         * posix/Versions (libc): Export __libc_pread at version
36285         GLIBC_PRIVATE.
36286         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Call __libc_pread
36287         instead of pread.
36288         * conform/Makefile (test-xfail-POSIX/aio.h/linknamespace): Remove
36289         variable.
36291         [BZ #18522]
36292         * misc/efgcvt_r.c
36293         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0) && !LONG_DOUBLE_CVT]
36294         (cvt_symbol): Use weak_alias instead of strong_alias.
36295         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0)] (cvt_symbol): Likewise.
36296         * conform/Makefile (test-xfail-XPG4/stdlib.h/linknamespace):
36297         Remove variable.
36298         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
36299         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
36301         [BZ #18520]
36302         * inet/herrno.c (h_errno): Rename to __h_errno.
36303         (__libc_h_errno): Define as alias of __h_errno not h_errno.
36304         * include/netdb.h [IS_IN_LIB && !IS_IN (libc)] (h_errno): Define
36305         to __h_errno instead of h_errno.
36306         * nptl/herrno.c (h_errno): Rename to __h_errno.
36307         (__h_errno_location): Refer to __h_errno not h_errno.
36308         * resolv/Versions (h_errno): Rename to __h_errno.
36309         * conform/Makefile (test-xfail-XOPEN2K8/grp.h/linknamespace):
36310         Remove variable.
36311         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
36313 2015-06-11  Andrew Senkevich  <andrew.senkevich@intel.com>
36315         * configure.ac: More strict check for AVX512 assembler support.
36316         * configure: Regenerated.
36318         * bits/libm-simd-decl-stubs.h: Added stubs for sin.
36319         * math/bits/mathcalls.h: Added sin declaration with __MATHCALL_VEC.
36320         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
36321         * sysdeps/x86/fpu/bits/math-vector.h: SIMD declaration for sin.
36322         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
36323         * sysdeps/x86_64/fpu/Versions: New versions added.
36324         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
36325         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
36326         Added build of SSE, AVX2 and AVX512 IFUNC versions.
36327         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: New file.
36328         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: New file.
36329         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: New file.
36330         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: New file.
36331         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: New file.
36332         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: New file.
36333         * sysdeps/x86_64/fpu/svml_d_sin2_core.S: New file.
36334         * sysdeps/x86_64/fpu/svml_d_sin4_core.S: New file.
36335         * sysdeps/x86_64/fpu/svml_d_sin4_core_avx.S: New file.
36336         * sysdeps/x86_64/fpu/svml_d_sin8_core.S: New file.
36337         * sysdeps/x86_64/fpu/svml_d_sin_data.S: New file.
36338         * sysdeps/x86_64/fpu/svml_d_sin_data.h: New file.
36339         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector sin
36340         test.
36341         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
36342         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
36343         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
36344         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
36345         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
36346         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
36347         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
36348         * NEWS: Mention addition of x86_64 vector sin.
36350 2015-06-11  Florian Weimer  <fweimer@redhat.com>
36352         * nptl/pthread_key_create.c (__pthread_key_create): Fix typo in
36353         comment.
36355 2015-06-10  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
36357         [BZ #18479]
36358         * nptl/pt-interp.c: New file.
36359         * nptl/Makefile (libpthread-routines, libpthread-shared-only-routines):
36360         Add pt-interp.
36361         [[$(build-shared) = yes] ($(objpfx)pt-interp.os): Depend on
36362         $(common-objpfx)runtime-linker.h.
36364 2015-06-10  Dmitry V. Levin  <ldv@altlinux.org>
36366         * Makeconfig (+interp): Remove unused variable.
36367         * elf/Makefile ($(objpfx)interp.os): Define for [$(build-shared) = yes]
36368         only.  Depend on $(common-objpfx)runtime-linker.h instead of
36369         $(elf-objpfx)runtime-linker.h.
36370         ($(elf-objpfx)runtime-linker.h): Rename to
36371         $(common-objpfx)runtime-linker.h and move ...
36372         * Makerules [$(build-shared) = yes]: ... here.
36373         * elf/interp.c: Include <runtime-linker.h> instead of
36374         <elf/runtime-linker.h>.
36376 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
36378         * sysdeps/unix/sysv/linux/i386/gettimeofday.c
36379         (__gettimeofday_syscall): Remove vsyscall fallback.
36380         * sysdeps/unix/sysv/linux/i386/time.c (__time_syscall): Likewise.
36381         * sysdeps/unix/sysv/linux/x86/gettimeofday.c (__gettimeofday_syscall):
36382         Add syscall fallback function.
36383         (gettimeofday_ifunc): Use __gettimeofday_syscall as fallback mechanism
36384         if vDSO is not present.
36385         * sysdeps/unix/sysv/linux/x86/time.c (__time_syscall): Add syscall
36386         fallback function.
36387         (time_ifunc): Use __time_syscall as fallback mechanism if vDSO is not
36388         present.
36389         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Remove file.
36390         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
36392 2015-06-09  Joseph Myers  <joseph@codesourcery.com>
36394         [BZ #18497]
36395         * wcsmbs/wcscmp.c [!WCSCMP] (WCSCMP): Define as __wcscmp instead
36396         of wcscmp.
36397         (wcscmp): Define as weak alias of WCSCMP.
36398         * wcsmbs/wcscoll.c (STRCOLL): Define as __wcscoll instead of
36399         wcscoll.
36400         (USE_HIDDEN_DEF): Define.
36401         [!USE_IN_EXTENDED_LOCALE_MODEL] (wcscoll): Define as weak alias of
36402         __wcscoll.  Don't use libc_hidden_weak.
36403         * wcsmbs/wcscoll_l.c (STRCMP): Define as __wcscmp instead of
36404         wcscmp.
36405         * sysdeps/i386/i686/multiarch/wcscmp-c.c
36406         [SHARED] (libc_hidden_def): Define __GI___wcscmp instead of
36407         __GI_wcscmp.
36408         (weak_alias): Undefine and redefine.
36409         * sysdeps/i386/i686/multiarch/wcscmp.S (wcscmp): Rename to
36410         __wcscmp and define as weak alias of __wcscmp.
36411         * sysdeps/x86_64/wcscmp.S (wcscmp): Likewise.
36412         * include/wchar.h (__wcscmp): Declare.  Use libc_hidden_proto.
36413         (__wcscoll): Likewise.
36414         (wcscmp): Don't use libc_hidden_proto.
36415         (wcscoll): Likewise.
36416         * posix/regcomp.c (build_range_exp): Call __wcscoll instead of
36417         wcscoll.
36418         * posix/regexec.c (check_node_accept_bytes): Likewise.
36419         * conform/Makefile (test-xfail-XPG3/regex.h/linknamespace): Remove
36420         variable.
36421         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
36422         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
36424         [BZ #18507]
36425         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Rename to
36426         __fstatvfs and define as weak alias of __fstatvfs.  Use
36427         libc_hidden_weak.
36428         * sysdeps/unix/sysv/linux/statvfs.c (statvs): Rename to __statvfs
36429         and define as weak alias of __statvfs.  Use libc_hidden_weak.
36430         * sysdeps/unix/sysv/linux/wordsize-64/fstatvfs.c (__fstatvfs64):
36431         Define as alias of __fstatvfs, not fstatvfs.
36432         (fstatvfs64): Likewise.
36433         * sysdeps/unix/sysv/linux/wordsize-64/statvfs.c (__statvfs64):
36434         Define as alias of __statvfs, not statvfs.
36435         (statvfs64): Likewise.
36436         * conform/Makefile (test-xfail-POSIX/unistd.h/linknamespace):
36437         Remove variable.
36439 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
36441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
36442         (HAVE_GETCPU_VSYSCALL): Define.
36443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
36444         (HAVE_GETCPU_VSYSCALL): Likewise.
36445         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Remove file.
36446         * sysdeps/unix/sysv/linux/sched_getcpu.c
36447         (HAVE_VSYSCALL) [HAVE_GETCPU_VSYSCALL]: Define.
36448         (sched_getcpu): Use INLINE_VSYSCALL instead of INLINE_SYSCALL.
36449         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (getcpu): Add vDSO
36450         prototype.
36451         * sysdeps/unix/sysv/linux/x86_64/init-first.c
36452         (__vdso_platform_setup): Remove vsyscall getcpu fallback.
36453         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Remove file.
36454         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (HAVE_GETCPU_VSYSCALL):
36455         Define.
36456         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: Remove file.
36457         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
36458         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c: Likewise.
36459         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36461 2015-06-09  Andrew Senkevich  <andrew.senkevich@intel.com>
36463         * sysdeps/x86_64/fpu/Makefile: New file.
36464         * sysdeps/x86_64/fpu/Versions: New file.
36465         * sysdeps/x86_64/fpu/svml_d_cos_data.S: New file.
36466         * sysdeps/x86_64/fpu/svml_d_cos_data.h: New file.
36467         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: New file.
36468         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: New file.
36469         * sysdeps/x86_64/fpu/svml_d_cos4_core_avx.S: New file.
36470         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: New file.
36471         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: New file.
36472         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: New file.
36473         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: New file.
36474         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: New file.
36475         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: New file.
36476         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: New file.
36477         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: New file.
36478         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
36479         Added build of SSE, AVX2 and AVX512 IFUNC versions.
36480         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cos.
36481         * math/bits/mathcalls.h: Added cos declaration with __MATHCALL_VEC.
36482         * sysdeps/x86_64/configure.ac: Options for libmvec build.
36483         * sysdeps/x86_64/configure: Regenerated.
36484         * sysdeps/x86_64/sysdep.h (cfi_offset_rel_rsp): New macro.
36485         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New file.
36486         * manual/install.texi (Configuring and compiling): Document
36487         --disable-mathvec.
36488         * INSTALL: Regenerated.
36489         * NEWS: Mention addition of libmvec and x86_64 vector cos.
36491         * math/Makefile: Added rules for vector tests.
36492         * math/gen-libm-have-vector-test.sh: Added generation of wrapper
36493         declaration under condition.
36494         * math/test-double-vlen2.h: New file.
36495         * math/test-double-vlen4.h: New file.
36496         * math/test-double-vlen8.h: New file.
36497         * math/test-vec-loop.h: Added initialization macro.
36498         * sysdeps/x86_64/fpu/Makefile: Added variables for vector tests.
36499         * sysdeps/x86_64/fpu/libm-test-ulps: Regenarated.
36500         * sysdeps/x86_64/fpu/math-tests-arch.h: New file.
36501         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: New file.
36502         * sysdeps/x86_64/fpu/test-double-vlen2.c: New file.
36503         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: New file.
36504         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: New file.
36505         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: New file.
36506         * sysdeps/x86_64/fpu/test-double-vlen4.c: New file.
36507         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: New file.
36508         * sysdeps/x86_64/fpu/test-double-vlen8.c: New file.
36510         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
36511         * sysdeps/x86_64/fpu/Versions: New versions added.
36512         * sysdeps/x86_64/fpu/svml_s_cosf4_core.S: New file.
36513         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core.S: New file.
36514         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: New file.
36515         * sysdeps/x86_64/fpu/svml_s_cosf8_core_avx.S: New file.
36516         * sysdeps/x86_64/fpu/svml_s_cosf8_core.S: New file.
36517         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core.S: New file.
36518         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: New file.
36519         * sysdeps/x86_64/fpu/svml_s_cosf16_core.S: New file.
36520         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: New file.
36521         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: New file.
36522         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: New file.
36523         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: New file.
36524         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: New file.
36525         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
36526         Added build of SSE, AVX2 and AVX512 IFUNC versions.
36527         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
36528         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cosf.
36529         * NEWS: Mention addition of x86_64 vector cosf.
36531         * math/Makefile: Added CFLAGS for new tests.
36532         * math/test-float-vlen16.h: New file.
36533         * math/test-float-vlen4.h: New file.
36534         * math/test-float-vlen8.h: New file.
36535         * math/test-double-vlen2.h: Fixed 2 argument macro and comment.
36536         * sysdeps/x86_64/fpu/Makefile: Added new tests and variables.
36537         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
36538         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: New file.
36539         * sysdeps/x86_64/fpu/test-float-vlen16.c: New file.
36540         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: New file.
36541         * sysdeps/x86_64/fpu/test-float-vlen4.c: New file.
36542         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: New file.
36543         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: New file.
36544         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: New file.
36545         * sysdeps/x86_64/fpu/test-float-vlen8.c: New file.
36547 2015-06-09 Marko Myllynen  <myllynen@redhat.com>
36549         * locale/C-ctype.c (PREDEFINED_CLASSES): Remove.
36550         * locale/programs/ld-ctype.c: Likewise.
36552 2015-06-08  Andrew Senkevich  <andrew.senkevich@intel.com>
36554         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX512F_Usable,
36555         bit_AVX512DQ_Usable, bit_Opmask_state, bit_ZMM0_15_state,
36556         bit_ZMM16_31_state): New macro.
36557         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36558         Check and set bit_AVX512F_Usable, bit_AVX512DQ_Usable.
36560 2015-06-08  Joseph Myers  <joseph@codesourcery.com>
36562         * include/stdio.h (__open_memstream): Say "C++ tests" in comment.
36564 2015-06-06  Justus Winter  <4winter@informatik.uni-hamburg.de>
36566         * mach/mach/mach_traps.h (thread_switch): Fix typo in comment.
36568 2015-06-05  Joseph Myers  <joseph@codesourcery.com>
36570         [BZ #18498]
36571         * libio/memstream.c (open_memstream): Rename to __open_memstream
36572         and define as weak alias of __open_memstream.
36573         * include/stdio.h (__open_memstream): Declare.  Use
36574         libc_hidden_proto.
36575         (open_memstream): Don't use libc_hidden_proto.
36576         * misc/syslog.c (__vsyslog_chk): Call __open_memstream instead of
36577         open_memstream.
36578         * posix/getopt.c (_getopt_internal_r): Likewise.
36579         * conform/Makefile (test-xfail-XPG3/stdio.h/linknamespace): Remove
36580         variable.
36581         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
36582         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
36583         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
36585         [BZ #18496]
36586         * posix/regex_internal.c (build_wcs_upper_buffer): Call __wcrtomb
36587         instead of wcrtomb.
36589         [BZ #18483]
36590         * signal/signal.h [__USE_XOPEN2K] (psignal): Change condition to
36591         [__USE_XOPEN2K8].  Remove redundant #endif.
36592         [__USE_XOPEN2K] (psiginfo): Change condition to [__USE_XOPEN2K8].
36593         Remove redundant #if.
36594         * conform/Makefile (test-xfail-XOPEN2K/signal.h/linknamespace):
36595         Remove variable.
36596         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
36597         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
36599         [BZ #18495]
36600         * wctype/wcfuncs.c (__iswalnum): Use libc_hidden_def.
36601         (__iswlower): Likewise.
36602         * include/wctype.h (__iswalnum): Declare.  Use libc_hidden_proto.
36603         (__iswlower): Likewise.
36604         * posix/regcomp.c (re_compile_fastmap_iter): Call __towlower
36605         instead of towlower.
36606         * posix/regex_internal.c (build_wcs_upper_buffer): Call __iswlower
36607         instead of iswlower.  Call __towupper instead of towupper.
36608         * posix/regex_internal.h (IS_WIDE_WORD_CHAR): Call __iswalnum
36609         instead of iswalnum.
36611 2015-06-05  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36613         * malloc/tst-malloc-backtrace.c (do_test): Redirect libc fatal
36614         errors to stderr.
36616 2015-06-05  Florian Weimer  <fweimer@redhat.com>
36618         [BZ #15661]
36619         [BZ #17322]
36620         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
36621         Check for overflow properly.  Check for O_APPEND.  Ignore large
36622         file system block sizes.  Add comments about problems.
36623         * sysdeps/posix/posix_fallocate.c (posix_fallocate): Likewise.
36624         * manual/filesys.texi (Storage Allocation): New node.
36626 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
36628         * sysdeps/unix/sysdep.h [SYSCALL_CANCEL]: New macro: define
36629         cancellable syscalls.
36630         (SYS_ify): Add guard to no redefine it.
36631         (INLINE_SYSCALL): Likewise.
36632         * sysdeps/unix/sysv/linux/accept4.c (accept4): Remove
36633         LIBC_CANCEL_ASYNC/INLINE_SYSCALL/LIBC_CANCEL_RESET and use
36634         SYSCALL_CANCEL instead.
36635         * sysdeps/unix/sysv/linux/alpha/fdatasync.c (__fdatasync): Likewise.
36636         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
36637         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
36638         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
36639         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
36640         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Likewise.
36641         * sysdeps/unix/sysv/linux/fallocate.c (fallocate): Likewise.
36642         * sysdeps/unix/sysv/linux/fallocate64.c (fallocate64): Likewise.
36643         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
36644         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
36645         * sysdeps/unix/sysv/linux/generic/pause.c (__libc_pause): Likewise.
36646         * sysdeps/unix/sysv/linux/generic/poll.c (__poll): Likewise.
36647         * sysdeps/unix/sysv/linux/generic/recv.c (__libc_recv): Likewise.
36648         * sysdeps/unix/sysv/linux/generic/select.c (__select): Likewise.
36649         * sysdeps/unix/sysv/linux/generic/send.c (__libc_send): Likewise.
36650         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
36651         Likewise.
36652         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
36653         (__libc_pread64): Likewise.
36654         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c
36655         (__libc_preadv): Likewise.
36656         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c
36657         (__libc_readv64): Likewise.
36658         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
36659         (__libc_pwrite): Likewise.
36660         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
36661         (__libc_pwrite64): Likewise.
36662         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c
36663         (__libc_pwritev): Likewise.
36664         * sysdeps/sysv/linux/generic/wordsize-32/pwritev64.c
36665         (__libc_pwritev64): Likewise.
36666         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Likewise.
36667         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
36668         (sync_file_range): Likewise.
36669         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c (fallocate):
36670         Likewise.
36671         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c (fallocate64):
36672         Likewise.
36673         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
36674         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
36675         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
36676         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
36677         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
36678         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
36679         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
36680         * sysdeps/unix/sysv/linux/openat.c (__libc_openat): Likewise.
36681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
36682         Likewise.
36683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
36684         (__libc_read64): Likewise.
36685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_write):
36686         Likewise.
36687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c (__libc_write64):
36688         Likewise.
36689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__libc_fcntl):
36690         Likewise.
36691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c (__libc_pread):
36692         Likewise.
36693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
36694         (__libc_pread64): Likewise.
36695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c (__libc_pwrite):
36696         Likewise.
36697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
36698         (__libc_pwrite64): Likewise.
36699         * sysdeps/sysv/linux/powerpc/powerpc64/sync_file_range.c
36700         (sync_file_range): Likewise.
36701         * sysdeps/unix/sysv/linux/ppoll.c (ppoll): Likewise.
36702         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
36703         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
36704         * sysdeps/unix/sysv/linux/preadv.c (__libc_preadv): Likewise.
36705         * sysdeps/unix/sysv/linux/pselect.c (__pselect): Likewise.
36706         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
36707         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
36708         * sysdeps/unix/sysv/linux/pwritev.c (PWRITEV): Likewise.
36709         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Likewise.
36710         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
36711         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
36712         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
36713         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
36714         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
36715         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_pwrite64): Likewise.
36716         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
36717         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
36718         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
36719         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
36720         Likewise.
36721         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
36722         Likewise.
36723         * sysdeps/unix/sysv/linux/tcdrain.c (__libc_tcdrain): Likewise.
36724         * sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):
36725         Likewise.
36726         * sysdeps/unix/sysv/linux/wait.c (__libc_wait): Likewise.
36727         * sysdeps/unix/sysv/linux/waitid.c (__waitid): Likewise.
36728         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Likewise.
36729         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c (fallocate):
36730         Likewise.
36731         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c (preadv): Likewise.
36732         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c (pwritev): Likewise.
36733         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
36734         * sysdeps/unix/sysv/linux/x86_64/recv.c (__libc_recv): Likewise.
36735         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Likewise.
36737 2015-06-04  Nathan Lynch  <nathan_lynch@codesourcery.com>
36739         * sysdeps/unix/sysv/linux/arm/Makefile: (sysdep_routines):
36740         Include dl-vdso.
36741         * sysdeps/unix/sysv/linux/arm/init-first.c: New file:
36742         Use VDSO routines for gettimeofday, clock_gettime if
36743         available.
36744         * sysdeps/unix/sysv/linux/arm/libc-vdso.h: New file:
36745         Declare VDSO symbols.
36746         * sysdeps/unix/sysv/linux/arm/sysdep.h:
36747         [HAVE_GETTIMEOFDAY_VSYSCALL]: Define.
36748         [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
36749         * sysdeps/unix/sysv/linux/arm/Versions: Add
36750         __vdso_clock_gettime.
36752 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
36754         * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Rewrite to
36755         be an inline implementation regardless of library is built within.
36756         (open_not_cancel_2): Likewise.
36757         (__read_nocancel): Likewise.
36758         (__write_nocancel): Likewise.
36759         (openat_not_cancel): Likewise.
36760         (openat_not_cancel_3): Likewise.
36761         (openat64_not_cancel): Likewise.
36762         (openat64_not_cancel_3): Likewise.
36763         (__close_nocancel): Likewise.
36764         (pause_not_cancel): Likewise.
36765         (nanosleep_not_cancel): Likewise.
36766         (sigsuspend_not_cancel): Likewise.
36768 2015-06-04  Torvald Riegel  <triegel@redhat.com>
36770         [BZ #14958]
36771         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock): Add missing
36772         wake-up.
36773         (__pthread_rwlock_rdlock_slow): Likewise.
36774         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
36775         Likewise.
36776         * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
36777         Likewise.
36778         * nptl/pthread_rwlock_unlock.c (__pthread_rwlock_unlock): Add comments.
36779         * nptl/tst-rwlock16.c: New file.
36780         * nptl/Makefile (tests): Add new test.
36782 2015-06-04  Torvald Riegel  <triegel@redhat.com>
36784         [BZ #18324]
36785         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock): Add
36786         missing wake-up of readers.
36787         * nptl/tst-rwlock15.c: New file.
36788         * nptl/Makefile (tests): Add new test.
36790 2015-06-03  Roland McGrath  <roland@hack.frob.com>
36792         * sysdeps/nacl/nacl-interfaces.c (try_supply): New static function.
36793         (PASTE_NAME (__nacl_supply_interface_, MODULE_NAME)): New function.
36794         * sysdeps/nacl/nacl-interfaces.h: Declare __nacl_supply_interface_libc
36795         and __nacl_supply_interface_rtld.
36796         * sysdeps/nacl/nacl_interface_ext_supply.c: New file.
36797         * sysdeps/nacl/Makefile [$(subdir) = csu] (sysdep_routines): Add it.
36798         * sysdeps/nacl/Versions (ld: GLIBC_PRIVATE):
36799         Add __nacl_supply_interface_rtld.
36800         (libc: GLIBC_2.22): Add nacl_interface_ext_supply.
36802 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
36804         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Replace finite with
36805         isfinite.
36806         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36807         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c (__finitel): Likewise.
36809 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
36811         * math/e_exp10.c: Replace __isinf*, __isnan*, __finite* and
36812         __signbit* with standard C99 macros.
36813         * math/e_exp10l.c: Likewise.
36814         * math/e_exp2l.c: Likewise.
36815         * math/e_scalb.c: Likewise.
36816         * math/e_scalbf.c: Likewise.
36817         * math/e_scalbl.c: Likewise.
36818         * math/s_ldexp.c: Likewise.
36819         * math/s_ldexpf.c: Likewise.
36820         * math/s_ldexpl.c: Likewise.
36821         * math/w_atan2.c: Likewise.
36822         * math/w_atan2f.c: Likewise.
36823         * math/w_atan2l.c: Likewise.
36824         * math/w_cosh.c: Likewise.
36825         * math/w_coshf.c: Likewise.
36826         * math/w_coshl.c: Likewise.
36827         * math/w_exp10.c: Likewise.
36828         * math/w_exp10f.c: Likewise.
36829         * math/w_exp10l.c: Likewise.
36830         * math/w_exp2.c: Likewise.
36831         * math/w_exp2f.c: Likewise.
36832         * math/w_exp2l.c: Likewise.
36833         * math/w_fmod.c: Likewise.
36834         * math/w_fmodf.c: Likewise.
36835         * math/w_fmodl.c: Likewise.
36836         * math/w_hypot.c: Likewise.
36837         * math/w_hypotf.c: Likewise.
36838         * math/w_hypotl.c: Likewise.
36839         * math/w_jnl.c: Likewise.
36840         * math/w_lgamma.c: Likewise.
36841         * math/w_lgamma_r.c: Likewise.
36842         * math/w_lgammaf.c: Likewise.
36843         * math/w_lgammaf_r.c: Likewise.
36844         * math/w_lgammal.c: Likewise.
36845         * math/w_lgammal_r.c: Likewise.
36846         * math/w_pow.c: Likewise.
36847         * math/w_powf.c: Likewise.
36848         * math/w_powl.c: Likewise.
36849         * math/w_remainder.c: Likewise.
36850         * math/w_remainderf.c: Likewise.
36851         * math/w_remainderl.c: Likewise.
36852         * math/w_scalb.c: Likewise.
36853         * math/w_scalbf.c: Likewise.
36854         * math/w_scalbl.c: Likewise.
36855         * math/w_scalbln.c: Likewise.
36856         * math/w_scalblnf.c: Likewise.
36857         * math/w_scalblnl.c: Likewise.
36858         * math/w_sinh.c: Likewise.
36859         * math/w_sinhf.c: Likewise.
36860         * math/w_sinhl.c: Likewise.
36861         * math/w_tgamma.c: Likewise.
36862         * math/w_tgammaf.c: Likewise.
36863         * math/w_tgammal.c: Likewise.
36864         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
36865         * sysdeps/ieee754/dbl-64/e_exp10.c: Likewise.
36866         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
36867         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
36868         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
36869         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
36870         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
36871         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
36872         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
36873         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
36874         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
36875         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
36876         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
36877         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
36878         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
36879         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
36880         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
36881         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
36882         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
36883         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
36884         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
36885         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
36886         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
36887         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
36888         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
36889         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
36890         * sysdeps/ieee754/ldbl-128ibm/w_expl.c: Likewise.
36891         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
36892         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
36893         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
36894         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c: Likewise.
36895         * sysdeps/ieee754/ldbl-opt/nldbl-isinf.c: Likewise.
36896         * sysdeps/ieee754/ldbl-opt/nldbl-isnan.c: Likewise.
36897         * sysdeps/ieee754/ldbl-opt/nldbl-signbit.c: Likewise.
36898         * stdio-common/printf_fp.c: Likewise.
36899         * stdio-common/printf_fphex.c: Likewise.
36900         * stdio-common/printf_size.c: Likewise.
36902 2015-06-03  Joseph Myers  <joseph@codesourcery.com>
36904         [BZ #18470]
36905         * posix/fnmatch.c (fnmatch) [_LIBC]: Call __strnlen instead of
36906         strnlen.
36907         * conform/Makefile (test-xfail-XPG3/fnmatch.h/linknamespace):
36908         Remove variable.
36909         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
36910         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
36911         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
36912         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
36913         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
36914         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
36915         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
36916         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
36917         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
36918         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
36920         [BZ #18468]
36921         * wcsmbs/wmemchr.c (wmemchr): Rename to __wmemchr and define as
36922         weak alias of __wmemchr.  Use libc_hidden_weak.
36923         * include/wchar.h (__wmemchr): Declare.  Use libc_hidden_proto.
36924         * posix/fnmatch.c [HANDLE_MULTIBYTE] (MEMCHR): Use __wmemchr
36925         instead of wmemchr.
36927 2015-06-02  Roland McGrath  <roland@hack.frob.com>
36929         [BZ #18383]
36930         * elf/tst-tlsalign-extern.c: New file.
36931         * elf/tst-tlsalign-extern-static.c: New file.
36932         * elf/tst-tlsalign-vars.c: New file.
36933         * elf/Makefile (tests-static): Add tst-tlsalign-extern-static.
36934         [$(build-shared) = yes] (tests): Add tst-tlsalign-extern.
36935         ($(objpfx)tst-tlsalign-extern): Depend on tst-tlsalign-vars.o.
36936         ($(objpfx)tst-tlsalign-extern-static): Likewise.
36937         (test-xfail-tst-tlsalign-extern-static): New variable.
36939 2015-06-02  Joseph Myers  <joseph@codesourcery.com>
36941         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (INLINE_SYSCALL):
36942         Use variable name _sc_err instead of err.
36943         [__mips16] (INTERNAL_SYSCALL_NCS): Use variable name _sc_ret
36944         instead of ret.
36945         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
36946         (INLINE_SYSCALL): Use variable name _sc_err instead of err.
36947         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
36948         (INLINE_SYSCALL): Likewise.
36950         * string/strnlen.c [!STRNLEN] (__strnlen): Use libc_hidden_def.
36951         * include/string.h (__strnlen): Use libc_hidden_proto.
36952         * sysdeps/aarch64/strnlen.S (__strnlen): Use libc_hidden_def.
36953         * sysdeps/i386/i686/multiarch/strnlen-c.c [SHARED]
36954         (libc_hidden_def): Define __GI___strnlen as well as __GI_strnlen.
36955         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-power7.S
36956         (libc_hidden_def): Undefine and redefine.
36957         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c
36958         [SHARED] (libc_hidden_def): Define __GI___strnlen as well as
36959         __GI_strnlen.
36960         * sysdeps/powerpc/powerpc32/power7/strnlen.S (__strnlen): Use
36961         libc_hidden_def.
36962         * sysdeps/tile/tilegx/strnlen.c (__strnlen): Likewise.
36964         [BZ #18469]
36965         * wctype/wcfuncs.c (towlower): Rename to __towlower and define as
36966         weak alias of __towlower.  Use libc_hidden_weak.
36967         (towupper): Rename to __towupper and define as weak alias of
36968         __towupper.  Use libc_hidden_weak.
36969         * include/wctype.h (__towlower): Declare.  Use libc_hidden_proto.
36970         (__towupper): Likewise.
36971         * posix/fnmatch.c [HANDLE_MULTIBYTE && _LIBC] (FOLD): Use
36972         __towlower instead of towlower.
36974 2015-06-02  Roland McGrath  <roland@hack.frob.com>
36976         * stdlib/setenv.c [__GNUC__,__GNUC_MINOR__ < 4,7]: Use
36977         "-Wuninitialized" rather than "-Wmaybe-uninitialized" in pragma.
36979 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
36981         * sysdeps/aarch64/libm-test-ulps: Update.
36983 2015-06-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
36985         * sysdeps/unix/sysv/linux/i386/sysdep.h (HAVE_CLOCK_GETTIME_VSYSCALL):
36986         Define.
36987         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
36988         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
36989         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
36990         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
36991         * sysdeps/unix/sysv/linux/timespec_get.c: Include errno.h.
36992         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: Remove file.
36993         * sysdeps/unix/sysv/linux/x86/timespec_get.c: Likewise.
36995 2015-06-01  Martin Sebor  <msebor@redhat.com>
36997         [BZ #18116]
36998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36999         (__setcontext): Use extended four-operand version of mtsf whenever
37000         possible.
37001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37002         (__novec_swapcontext): Likewise.
37004 2015-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
37006         * benchtests/scripts/compare_bench.py: New file.
37007         * benchtests/scripts/import_bench.py (mean): New function.
37008         (split_list): Likewise.
37009         (do_for_all_timings): Likewise.
37010         (compress_timings): Likewise.
37012         * benchtests/scripts/import_bench.py: New file.
37013         * benchtests/scripts/validate_benchout.py: Import import_bench
37014         instead of jsonschema.
37015         (validate_bench): Remove function.
37016         (main): Use import_bench.
37018 2015-06-01  Steve Ellcey  <sellcey@imgtec.com>
37020         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use a union to
37021         copy data from cur_ifr->ifr_addr and cur_ifr->ifr_netmask.
37023 2015-05-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
37025         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37027 2015-05-28  Roland McGrath  <roland@hack.frob.com>
37029         * sysdeps/nacl/exit-thread.h (__exit_thread): If not detached,
37030         set THREAD_SELF->tid to a magic value and futex-wake it.
37031         Pass its address to the thread_exit system call.
37032         * sysdeps/nacl/pthread-pids.h (__nacl_get_tid): Assert that TID's low
37033         bit is clear.
37034         * sysdeps/nacl/lowlevellock.h: New file.
37035         * sysdeps/nacl/lll_timedwait_tid.c: New file.
37037         * sysdeps/nacl/lowlevellock-futex.h (lll_futex_timed_wait):
37038         Add TIMEOUT to current time, don't subtract it.
37040 2015-05-28  H.J. Lu  <hongjiu.lu@intel.com>
37042         [BZ #2981]
37043         [BZ #18422]
37044         * Makefile ($(objpfx)tst-audit2): Depend on $(libdl).
37045         ($(objpfx)tst-audit2.out): Also depend on
37046         $(objpfx)tst-auditmod9b.so.
37047         * elf/tst-audit2.c: Include <dlfcn.h>.
37048         (calloc_called): New.
37049         (calloc): Allow to be called more than once.
37050         (do_test): dllopen/dlclose $ORIGIN/tst-auditmod9b.so.
37052 2015-05-28  Wilco Dijkstra  <wdijkstr@arm.com>
37054         * sysdeps/ieee754/dbl-64/s_fabs.c: (__fabs): Call __builtin_fabs.
37055         * sysdeps/ieee754/flt-32/s_fabsf.c: (__fabsf): Likewise.
37057 2015-05-27  Marko Myllynen  <myllynen@redhat.com>
37059         * stdlib/monetary.h: Fix comment.
37061 2015-05-26  Chris Metcalf  <cmetcalf@ezchip.com>
37063         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_SYSCALL):
37064         Avoid using variables in #defines that might cause shadowing.
37065         (INTERNAL_VSYSCALL_CALL): Likewise.
37067 2015-05-26  Roland McGrath  <roland@hack.frob.com>
37069         * sysdeps/nacl/lll_timedlock_wait.c: New file.
37071         * nptl/lowlevellock.c (__lll_timedlock_wait): Moved ...
37072         * nptl/lll_timedlock_wait.c: ... to this new file.
37073         * nptl/Makefile (libpthread-routines): Add it.
37074         * nptl/lowlevellock.c (__lll_timedwait_tid): Moved ...
37075         * nptl/lll_timedwait_tid.c: ... to this new file.
37076         * nptl/Makefile (libpthread-routines): Add it.
37077         * sysdeps/sparc/sparc32/lll_timedlock_wait.c: New file.
37078         * sysdeps/sparc/sparc32/lll_timedwait_tid.c: New file.
37079         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: New file.
37080         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c: New file.
37081         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c: New file.
37082         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: New file.
37083         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c: New file.
37084         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c: New file.
37085         * sysdeps/unix/sysv/linux/x86_64/lll_timedlock_wait.c: New file.
37086         * sysdeps/unix/sysv/linux/x86_64/lll_timedwait_tid.c: New file.
37088 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
37090         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c: Remove file.
37091         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
37092         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
37093         * sysdeps/unix/sysv/linux/aarch64/sysdep.h
37094         (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
37095         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
37096         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
37097         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
37098         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
37099         * sysdeps/unix/sysv/linux/tile/sysdep.h
37100         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
37101         * sysdeps/unix/sysv/linux/gettimeofday.c: New file: gettimeofday
37102         using vDSO syscall macro.
37104 2015-05-26  Andriy Rysin  <arysin@gmail.com>
37106         [BZ #17293]
37107         * uk_UA: Fix sorting order for Ukrainian locale
37109 2015-05-26  Marko Myllynen  <myllynen@redhat.com>
37111         * stdlib/monetary.h: Fix comment.
37113 2015-05-26  Szabolcs Nagy  <szabolcs.nagy@arm.com>
37115         [BZ #18234]
37116         * conform/data/sys/stat.h-data (struct stat): Add tests for st_atim,
37117         st_mtim and st_ctim members.
37118         * sysdeps/nacl/bits/stat.h (struct stat, struct stat64): Make
37119         st_atim, st_ctim, st_mtim visible under __USE_XOPEN2K8 only.
37120         * sysdeps/unix/sysv/linux/generic/bits/stat.h (struct stat,):
37121         (struct stat64): Likewise.
37122         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat,):
37123         (struct stat64): Likewise.
37124         * sysdeps/unix/sysv/linux/microblaze/bits/stat.h (struct stat,):
37125         (struct stat64): Likewise.
37127 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
37129         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c (HAVE_VSYSCALL):
37130         Define and include sysdep-vdso.h.
37131         * sysdeps/unix/sysv/linux/s390/gettimeofday.c (HAVE_VSYSCALL):
37132         Likewise.
37133         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (HAVE_VSYSCALL):
37134         Likewise.
37135         * sysdeps/unix/sysv/linux/aarch64/init-first.c (__vdso_gettimeofday):
37136         Define with VDSO_SYMBOL and use PTR_MANGLE.
37137         (__vdso_clock_gettime): Likewise.
37138         (__vdso_clock_getres): Likewise.
37139         (_libc_vdso_platform_setup): Likewise.
37140         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
37141         Likewise.
37142         (_libc_vdso_platform_setup): Likewise.
37143         * sysdeps/unix/sysv/linux/powerpc/init-first.c (__vdso_gettimeofday):
37144         Likewise.
37145         (__vdso_clock_gettime): Likewise.
37146         (__vdso_clock_getres): Likewise.
37147         (__vdso_get_tbfreq): Likewise.
37148         (__vdso_getcpu): Likewise.
37149         (__vdso_time): Likewise.
37150         (__vdso_sigtramp_rt64): Likewise.
37151         (__vdso_signtramp32): Likewise.
37152         (__vdso_sigtramp_rt32): Likewise.
37153         (_libc_vdso_platform_setup): Likewise.
37154         * sysdeps/unix/sysv/linux/s390/init-first.c (__vdso_gettimeofay):
37155         Likewise.
37156         (__vdso_clock_gettime): Likewise.
37157         (__vdso_clock_getres): Likewise.
37158         (_libc_vdso_platform_setup): Likewise.
37159         * sysdeps/unix/sysv/linux/tile/init-first.c (__vdso_gettimeofday):
37160         Likewise.
37161         (__vdso_clock_gettime): Likewise.
37162         (_libc_vdso_platform_setup): Likewise.
37163         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
37164         Likewise.
37165         (__vdso_getcpu): Likewise.
37166         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h (__vdso_gettimeoday):
37167         Use VDSO_SYMBOL macro to define.
37168         (__vdso_clock_gettime): Likewise.
37169         (__vdso_clock_getres): Likewise.
37170         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h (__vdso_gettimeofday):
37171         Likewise.
37172         (__vdso_clock_gettime): Likewise.
37173         (__vdso_clock_getres): Likewise.
37174         (__vdso_get_tbfreq): Likewise.
37175         (__vdso_getcpu): Likewise.
37176         (__vdso_time): Likewise.
37177         (__vdso_sigtramp_rt64): Likewise.
37178         (__vdso_signtramp32): Likewise.
37179         (__vdso_sigtramp_rt32): Likewise.
37180         * sysdeps/unix/sysv/linux/s390/libc-vdso.h (__vdso_gettimeofday):
37181         Likewise.
37182         (__vdso_clock_gettime): Likewise.
37183         (__vdso_clock_getres): Likewise.
37184         * sysdeps/unix/sysv/linux/tile/libc-vdso.h (__vdso_gettimeofday):
37185         Likewise.
37186         (__vdso_clock_gettime): Likewise.
37187         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
37188         Likewise.
37189         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INLINE_VSYSCALL):  Remove
37190         macro.
37191         (INTERNAL_VSYSCALL): Likewise.
37192         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL):
37193         Remove macro.
37194         (INTERNAL_VSYSCALL): Likewise.
37195         (INTERNAL_VSYSCALL_NCS): Likewise.
37196         (INTERNAL_VSYSCALL_CALL): New macro.
37197         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
37198         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INLINE_VSYSCALL):
37199         Likewise.
37200         (INTERNAL_VSYSCALL): Likewise.
37201         (INTERNAL_VSYSCALL_NCS): Likewise.
37202         (INTERNAL_VSYSCALL_CALL): New macro.
37203         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
37204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
37205         (INLINE_VSYSCALL): Remove macro.
37206         (INTERNAL_VSYSCALL): Remove macro.
37207         (INTERNAL_VSYSCALL_NCS): Remove macro.
37208         (INTERNAL_VSYSCALL_CALL): New macro.
37209         (INTERNAL_VSYSCALL_CALL_TYPE): New macro.
37210         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL.
37211         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
37212         (HAVE_CLOCK_GETRES_VSYSCALL): New define.
37213         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
37214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
37215         (INLINE_VSYSCALL): Remove macro.
37216         (INTERNAL_VSYSCALL): Likewise.
37217         (INTERNAL_VSYSCALL_NCS): Likewise.
37218         (INTERNAL_VSYSCALL_CALL): New macro.
37219         (INTERNAL_VSYSCALL_CALL_TYPE): Likewise.
37220         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL and
37221         PTR_DEMANGLE on vDSO pointer.
37222         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
37223         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Remove
37224         macro.
37225         (INTERNAL_SYSCALL): Likewise.
37226         (INTERNAL_VSYSCALL_NCS): Remove macro.
37227         (INTERNAL_VSYSCALL_CALL): New macro.
37228         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
37229         Remove macro.
37230         (INTERNAL_VSYSCALL): Likewise.
37231         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Include
37232         sysdep-vdso.h instead of libc-vdso.h.
37233         * sysdeps/unix/sysv/linux/clock_getres.c (INTERNAL_VSYSCALL): Remove
37234         definition.
37235         (INLINE_VSYSCALL): Likewise.
37236         (HAVE_VSYSCALL) [HAVE_CLOCK_GETRES_VSYSCALL]: Define.
37237         * sysdeps/unix/sysv/linux/clock_gettime.c (INTERNAL_VSYSCALL): Remove
37238         definition.
37239         (INLINE_VSYSCALL): Likewise.
37240         (INTERNAL_VSYSCALL): Likewise.
37241         (HAVE_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
37242         * sysdeps/unix/sysv/linux/timespec_get.c
37243         (INTERNAL_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
37244         (timespec_get): Use ANSI prototype.
37245         * sysdeps/unix/sysv/linux/sysdep-vdso.h: New file: default vDSO macros
37246         and definition for Linux.
37248 2015-05-25  Andrew Senkevich  <andrew.senkevich@intel.com>
37250         * elf/Makefile (localplt-built-dso): libmvec added to localplt test.
37251         * include/libc-symbols.h: libmvec_hidden_* macro series added.
37253 2015-05-22  H.J. Lu  <hongjiu.lu@intel.com>
37255         [BZ #2981]
37256         [BZ #18410]
37257         * elf/dl-reloc.c (_dl_relocate_object): Don't issue an error
37258         for missing DT_PLTRELSZ.
37260 2015-05-22  Paul Eggert  <eggert@cs.ucla.edu>
37262         Remove obsolete aliases that broke 'locale -a'
37263         [BZ #18412]
37264         * intl/locale.alias: Remove obsolete aliases "bokmĂ„l" and "français"
37265         which caused 'locale -a' to output Latin-1 data in UTF-8 locales,
37266         breaking some applications that use 'locale -a' output.
37267         Change the encoding of this file from Latin-1 to ASCII to avoid
37268         other potential problems with people grepping this file.
37270 2015-05-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
37272         * nptl/Makefile (CFLAGS-accept.c): Add -fexceptions and
37273         -fasynchronous-unwind-tables.
37274         (CFLAGS-sendto.c): Likewise.
37275         (CFLAGS-sendmsg.c): Likewise.
37276         (CFLAGS-connect.c): Likewise.
37277         (CFLAGS-recvmsg.c): Likewise.
37278         (CFLAGS-recvfrom.c): Likewise.
37279         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_invalid): Define.
37280         (SOCKETCALL): New macro: non-cancellable socketcall.
37281         (SOCKETCALL_CANCEL): New macro: cancellable socketcall.
37282         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = socket]: Remove
37283         internal_accept4, internal_recvmmsg, and internal_sendmmsg rules.
37284         * sysdeps/unix/sysv/linux/accept.c: New file.
37285         * sysdeps/unix/sysv/linux/bind.c: Likewise.
37286         * sysdeps/unix/sysv/linux/connect.c: Likewise.
37287         * sysdeps/unix/sysv/linux/getpeername.c: Likewise.
37288         * sysdeps/unix/sysv/linux/getsockname.c: Likewise.
37289         * sysdeps/unix/sysv/linux/getsockopt.c: Likewise.
37290         * sysdeps/unix/sysv/linux/listen.c: Likewise.
37291         * sysdeps/unix/sysv/linux/recv.c: Likewise.
37292         * sysdeps/unix/sysv/linux/recvfrom.c: Likewise.
37293         * sysdeps/unix/sysv/linux/recvmsg.c: Likewise.
37294         * sysdeps/unix/sysv/linux/send.c: Likewise.
37295         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
37296         * sysdeps/unix/sysv/linux/sendto.c: Likewise.
37297         * sysdeps/unix/sysv/linux/setsockopt.c: Likewise.
37298         * sysdeps/unix/sysv/linux/shutdown.c: Likewise.
37299         * sysdeps/unix/sysv/linux/socket.c: Likewise.
37300         * sysdeps/unix/sysv/linux/socketpair.c: Likewise.
37301         * sysdeps/unix/sysv/linux/recvmmsg.c (__internal_recvmmsg): Remove
37302         prototype.
37303         (recvmmsg) [__ASSUME_RECVMMSG_SOCKETCALL]: Add C based implementation.
37304         (recvmmsg) [!__ASSUME_RECVMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
37305         instead of __internal_xxx function.
37306         * sysdeps/unix/sysv/linux/accept4.c (__internal_accept4): Remove
37307         prototype.
37308         (accept4) [__ASSUME_ACCEPT4_SOCKETCALL]: Add C based implementation.
37309         (accept4) [!__ASSUME_ACCEPT4_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
37310         instead of __internal_xxx function.
37311         * sysdeps/unix/sysv/linux/sendmmsg.c (__internal_sendmmsg): Remove
37312         prototype.
37313         (sendmmsg) [__ASSUME_SENDMMSG_SOCKETCALL]: Add C based implementation.
37314         (sendmmsg) [!__ASSUME_SENDMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
37315         instead of __internal_xxx function.
37316         * sysdeps/unix/sysv/linux/accept.S: Remove file.
37317         * sysdeps/unix/sysv/linux/bind.S: Likewise.
37318         * sysdeps/unix/sysv/linux/connect.S: Likewise.
37319         * sysdeps/unix/sysv/linux/getpeername.S: Likewise.
37320         * sysdeps/unix/sysv/linux/getsockname.S: Likewise.
37321         * sysdeps/unix/sysv/linux/getsockopt.S: Likewise.
37322         * sysdeps/unix/sysv/linux/arm/internal_accept4.S: Likewise.
37323         * sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S: Likewise.
37324         * sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S: Likewise.
37325         * sysdeps/unix/sysv/linux/i386/accept4.S: Likewise.
37326         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: Likewise.
37327         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37328         * sysdeps/unix/sysv/linux/internal_accept4.S: Likewise.
37329         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: Likewise.
37330         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: Likewise.
37331         * sysdeps/unix/sysv/linux/listen.S: Likewise.
37332         * sysdeps/unix/sysv/linux/microblaze/socket.S: Likewise.
37333         * sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: Likewise.
37334         * sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: Likewise.
37335         * sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: Likewise.
37336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Likewise.
37337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
37338         * sysdeps/unix/sysv/linux/recv.S: Likewise.
37339         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
37340         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
37341         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Likewise.
37342         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
37343         * sysdeps/unix/sysv/linux/send.S: Likewise.
37344         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
37345         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
37346         * sysdeps/unix/sysv/linux/setsockopt.S: Likewise.
37347         * sysdeps/unix/sysv/linux/sh/socket.S: Likewise.
37348         * sysdeps/unix/sysv/linux/shutdown.S: Likewise.
37349         * sysdeps/unix/sysv/linux/socketpair.S: Likewise.
37350         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
37351         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Likewise.
37352         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
37353         * sysdeps/unix/sysv/linux/hppa/socket.S: Likewise.
37354         * sysdeps/unix/sysv/linux/kernel-features.h: Adjust comment on how
37355         socketcall is implemented in GLIBC.
37357 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
37359         * soft-fp/fmadf4.c: Include <libc-internal.h>.
37360         (__fma): Ignore uninitialized warnings around packing.
37361         * soft-fp/fmasf4.c: Include <libc-internal.h>.
37362         (__fmaf): Ignore uninitialized warnings around packing.
37363         * soft-fp/fmatf4.c: Include <libc-internal.h>.
37364         (__fmal): Ignore uninitialized warnings around packing.
37366         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <libc-internal.h>.
37367         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
37368         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <libc-internal.h>.
37369         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
37371         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Make case 9 in
37372         switch statement into default case.
37373         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Likewise.
37375         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Don't use
37376         a conditional in forcing "inexact".
37377         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
37378         Likewise.
37380 2015-05-22  Roland McGrath  <roland@hack.frob.com>
37382         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
37383         Use a separate INTERNAL_SYSCALL_DECL (err); in a local scope
37384         for each INTERNAL_SYSCALL use.
37386 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
37388         [BZ #438]
37389         * posix/unistd.h (_POSIX2_C_VERSION): New macro.
37390         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): Remove
37391         variable.
37393         [BZ #18444]
37394         * string/basename.c (basename): Rename to __basename and define as
37395         weak alias of __basename.  Use libc_hidden_weak.
37396         * include/string.h (__basename): Declare.  Use libc_hidden_proto.
37397         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): Call
37398         __basename instead of basename.
37399         * conform/Makefile (test-xfail-POSIX2008/unistd.h/linknamespace):
37400         Remove variable.
37401         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
37403 2015-05-18  Florian Weimer  <fweimer@redhat.com>
37405         * libio/libioP.h (_IO_MEMBER_TYPE, _IO_CAST_FIELD_ACCESS)
37406         (_IO_JUMPS_FILE_plus): New.
37407         (_IO_WIDE_JUMPS, _IO_CHECK_WIDE, _IO_JUMPS_FUNC): Use
37408         _IO_CAST_FIELD_ACCESS.
37409         * libio/fileops.c (libc_hidden_def, _IO_file_setbuf_mmap,
37410         mmap_remap_check, decide_maybe_mmap): Use _IO_JUMPS_FILE_plus.
37411         * libio/freopen.c (freopen): Likewise.
37412         * libio/freopen64.c (freopen64): Likewise.
37413         * libio/iofopen.c (__fopen_maybe_mmap): Likewise.
37414         * libio/iofopncook.c (_IO_old_fopencookie): Likewise.
37415         * libio/iofwide.c (_IO_fwide): Likewise.
37416         * libio/memstream.c (open_memstream): Likewise.
37417         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
37418         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
37419         * libio/oldiopopen.c (_IO_old_popen): Likewise.
37421 2015-05-21  Joseph Myers  <joseph@codesourcery.com>
37423         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Include <libc-internal.h>.
37424         (__ieee754_lgamma_r): Ignore uninitialized warnings around use of
37425         NADJ.
37426         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Include <libc-internal.h>.
37427         (__ieee754_lgammaf_r): Ignore uninitialized warnings around use of
37428         NADJ.
37429         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Include <libc-internal.h>.
37430         (__ieee754_lgammal_r): Ignore uninitialized warnings around use of
37431         NADJ.
37433         * sysdeps/ieee754/dbl-64/mpa.c (norm): Remove if condition on
37434         (p == 4) case.
37436         * conform/linknamespace.pl (@whitelist): Add re_syntax_options.
37437         * conform/Makefile (test-xfail-UNIX98/regex.h/linknamespace):
37438         Remove variable.
37439         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
37440         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
37441         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
37443 2015-05-21  Florian Weimer  <fweimer@redhat.com>
37445         * stdio-common/vfprintf.c (LABEL, JUMP_TABLE_BASE_LABEL, REF):
37446         Adjust jump table label generation macros.
37448 2015-05-21  Florian Weimer  <fweimer@redhat.com>
37450         * stdio-common/vfprintf.c (vfprintf): Move local variables
37451         args_malloced, specs, specs_malloced, and the code after
37452         do_positional to the printf_positional function.
37453         (printf_positional): New function.
37455 2015-05-21  Florian Weimer  <fweimer@redhat.com>
37457         * stdio-common/vfprintf.c (jump_table): Move out of the vfprintf
37458         function.
37459         (NOT_IN_JUMP_RANGE, CHAR_CLASS, LABEL, REF, JUMP, STEP0_3_TABLE,
37460         STEP4_TABLE, process_arg): Move macro definitions
37461         out of the vfprintf function.  (Cosmetic change only.)
37463 2015-05-21  Carlos O'Donell  <carlos@redhat.com>
37465         * benchtests/Makefile (stdio-common-bench): Define.
37466         (benchset): Add stdio-common-bench.
37467         * sprintf-inputs: New file.
37468         * sprintf-source.c: New file.
37470 2015-05-21  Andreas Schwab  <schwab@suse.de>
37472         [BZ #13028]
37473         [BZ #17053]
37474         * resolv/res_init.c (__res_vinit): Remove use of ext.nsmap member
37475         of struct __res_state.
37476         * resolv/res_send.c (__libc_res_nsend): Likewise.
37477         (get_nsaddr): New function.
37478         (res_ourserver_p, send_vc, reopen): Use it instead of accessing
37479         statp directly.
37481 2015-05-20  Joseph Myers  <joseph@codesourcery.com>
37483         * conform/GlibcConform.pm ($CFLAGS{"POSIX"}): Use
37484         -D_POSIX_C_SOURCE=199506L.
37486         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Require.
37488         * conform/data/unistd.h-data (_POSIX_VERSION): Require.
37489         (_POSIX2_C_VERSION): Require if [POSIX || XPG3 || XPG4 || UNIX98].
37490         Do not mention otherwise.
37491         [POSIX] (_XOPEN_VERSION): Do not expect.
37492         [POSIX] (_XOPEN_XCU_VERSION): Likewise.
37493         [POSIX] (_POSIX2_C_BIND): Likewise.
37494         [POSIX] (_POSIX2_VERSION): Likewise.
37495         [POSIX] (_XOPEN_XPG2): Likewise.
37496         [POSIX] (_XOPEN_XPG3): Likewise.
37497         [POSIX] (_XOPEN_XPG4): Likewise.
37498         [POSIX] (_XOPEN_UNIX): Likewise.
37499         [POSIX] (_POSIX_ADVISORY_INFO): Likewise.
37500         [POSIX] (_POSIX_BARRIERS): Likewise.
37501         [POSIX] (_POSIX_CLOCK_SELECTION): Likewise.
37502         [POSIX] (_POSIX_CPUTIME): Likewise.
37503         [POSIX] (_POSIX_MONOTONIC_CLOCK): Likewise.
37504         [POSIX] (_POSIX_READER_WRITER_LOCKS): Likewise.
37505         [POSIX] (_POSIX_SHELL): Likewise.
37506         [POSIX] (_POSIX_SPAWN): Likewise.
37507         [POSIX] (_POSIX_SPIN_LOCKS): Likewise.
37508         [POSIX] (_POSIX_SPORADIC_SERVER): Likewise.
37509         [POSIX] (_POSIX_THREAD_CPUTIME): Likewise.
37510         [POSIX] (_POSIX_TYPED_MEMORY_OBJECTS): Likewise.
37511         [POSIX] (_POSIX_THREAD_SPORADIC_SERVER): Likewise.
37512         [POSIX] (_XBS5_ILP32_OFF32): Likewise.
37513         [POSIX] (_XBS5_ILP32_OFBIG): Likewise.
37514         [POSIX] (_XBS5_LP64_OFF64): Likewise.
37515         [POSIX] (_XBS5_LPBIG_OFFBIG): Likewise.
37516         [POSIX] (_POSIX_TIMEOUTS): Likewise.
37517         [POSIX] (_POSIX2_PBS): Likewise.
37518         [POSIX] (_POSIX2_PBS_ACCOUNTING): Likewise.
37519         [POSIX] (_POSIX2_PBS_CHECKPOINT): Likewise.
37520         [POSIX] (_POSIX2_PBS_LOCATE): Likewise.
37521         [POSIX] (_POSIX2_PBS_MESSAGE): Likewise.
37522         [POSIX] (_POSIX2_PBS_TRACK): Likewise.
37523         [POSIX] (_POSIX_TIMESTAMP_RESOLUTION): Likewise.
37524         [POSIX] (_CS_XBS5_ILP32_OFF32_CFLAGS): Likewise.
37525         [POSIX] (_CS_XBS5_ILP32_OFF32_LDFLAGS): Likewise.
37526         [POSIX] (_CS_XBS5_ILP32_OFF32_LIBS): Likewise.
37527         [POSIX] (_CS_XBS5_ILP32_OFF32_LINTFLAGS): Likewise.
37528         [POSIX] (_CS_XBS5_ILP32_OFFBIG_CFLAGS): Likewise.
37529         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LDFLAGS): Likewise.
37530         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LIBS): Likewise.
37531         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LINTFLAGS): Likewise.
37532         [POSIX] (_CS_XBS5_LP64_OFF64_CFLAGS): Likewise.
37533         [POSIX] (_CS_XBS5_LP64_OFF64_LDFLAGS): Likewise.
37534         [POSIX] (_CS_XBS5_LP64_OFF64_LIBS): Likewise.
37535         [POSIX] (_CS_XBS5_LP64_OFF64_LINTFLAGS): Likewise.
37536         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_CFLAGS): Likewise.
37537         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LDFLAGS): Likewise.
37538         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LIBS): Likewise.
37539         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LINTFLAGS): Likewise.
37540         [POSIX] (_SC_2_C_BIND): Likewise.
37541         [POSIX] (_SC_2_C_VERSION): Likewise.
37542         [POSIX] (_SC_2_PBS): Likewise.
37543         [POSIX] (_SC_2_PBS_ACCOUNTING): Likewise.
37544         [POSIX] (_SC_2_PBS_CHECKPOINT): Likewise.
37545         [POSIX] (_SC_2_PBS_LOCATE): Likewise.
37546         [POSIX] (_SC_2_PBS_MESSAGE): Likewise.
37547         [POSIX] (_SC_2_PBS_TRACK): Likewise.
37548         [POSIX] (_SC_ATEXIT_MAX): Likewise.
37549         [POSIX] (_SC_BARRIERS): Likewise.
37550         [POSIX] (_SC_BASE): Likewise.
37551         [POSIX] (_SC_CLOCK_SELECTION): Likewise.
37552         [POSIX] (_SC_DEVICE_IO): Likewise.
37553         [POSIX] (_SC_DEVICE_SPECIFIC): Likewise.
37554         [POSIX] (_SC_DEVICE_SPECIFIC_R): Likewise.
37555         [POSIX] (_SC_FD_MGMT): Likewise.
37556         [POSIX] (_SC_FIFO): Likewise.
37557         [POSIX] (_SC_FILE_ATTRIBUTES): Likewise.
37558         [POSIX] (_SC_FILE_LOCKING): Likewise.
37559         [POSIX] (_SC_FILE_SYSTEM): Likewise.
37560         [POSIX] (_SC_IOV_MAX): Likewise.
37561         [POSIX] (_SC_MONOTONIC_CLOCK): Likewise.
37562         [POSIX] (_SC_NETWORKING): Likewise.
37563         [POSIX] (_SC_PAGE_SIZE): Likewise.
37564         [POSIX] (_SC_PASS_MAX): Likewise.
37565         [POSIX] (_SC_PIPE): Likewise.
37566         [POSIX] (_SC_READER_WRITER_LOCKS): Likewise.
37567         [POSIX] (_SC_REGEXP): Likewise.
37568         [POSIX] (_SC_SHELL): Likewise.
37569         [POSIX] (_SC_SIGNALS): Likewise.
37570         [POSIX] (_SC_SINGLE_PROCESS): Likewise.
37571         [POSIX] (_SC_SPIN_LOCKS): Likewise.
37572         [POSIX] (_SC_TYPED_MEMORY_OBJECTS): Likewise.
37573         [POSIX] (_SC_USER_GROUPS): Likewise.
37574         [POSIX] (_SC_USER_GROUPS_R): Likewise.
37575         [POSIX] (_SC_STREAMS): Likewise.
37576         [POSIX] (_SC_XBS5_ILP32_OFF32): Likewise.
37577         [POSIX] (_SC_XBS5_ILP32_OFFBIG): Likewise.
37578         [POSIX] (_SC_XBS5_LP64_OFF64): Likewise.
37579         [POSIX] (_SC_XBS5_LPBIG_OFFBIG): Likewise.
37580         [POSIX] (_SC_THREAD_ROBUST_PRIO_INHERIT): Likewise.
37581         [POSIX] (_SC_THREAD_ROBUST_PRIO_PROTECT): Likewise.
37582         [POSIX] (_PC_FILESIZEBITS): Likewise.
37583         [POSIX] (_PC_REC_INCR_XFER_SIZE): Likewise.
37584         [POSIX] (_PC_REC_MAX_XFER_SIZE): Likewise.
37585         [POSIX] (_PC_REC_MIN_XFER_SIZE): Likewise.
37586         [POSIX] (_PC_REC_XFER_ALIGN): Likewise.
37587         [POSIX] (uid_t): Likewise.
37588         [POSIX] (gid_t): Likewise.
37589         [POSIX] (off_t): Likewise.
37590         [POSIX] (pid_t): Likewise.
37591         [POSIX] (cuserid): Allow.
37592         (_SC_2_CHAR_TERM): Require constant.
37593         (_POSIX_ASYNCHRONOUS_IO): Remove duplicate optional-constant.
37594         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): New
37595         variable.
37597 2015-05-20  Roland McGrath  <roland@hack.frob.com>
37599         * sysdeps/nacl/pthread-pids.h: New file.
37600         * sysdeps/nacl/createthread.c: Include <pthread-pids.h>.
37601         (create_thread): Use __nacl_get_tid to initialize PD->tid.
37603         * nptl/pthread-pids.h: New file.
37604         * sysdeps/unix/sysv/linux/pthread-pids.h: New file.
37605         * nptl/nptl-init.c: Include <pthread-pids.h>.
37606         (__pthread_initialize_minimal_internal):
37607         Call __pthread_initialize_pids instead of set_tid_address syscall.
37609         * sysdeps/unix/sysv/linux/usleep.c: Moved to ...
37610         * sysdeps/posix/usleep.c: ... here.
37612 2015-05-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
37614         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = misc)]: Remove
37615         call_pselect6 object.
37616         [$(subdir) = io]: Remove call_sync_file_range object.
37617         * sysdeps/unix/sysv/linux/i386/call_pselect6.S: Remove file.
37618         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Remove file.
37619         * sysdeps/unix/sysv/linux/i386/pselect.c: Remove file.
37620         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: Remove file.
37622 2015-05-20  Wilco Dijkstra  <wdijkstr@arm.com>
37624         * math/s_cproj.c: Add include "math_private.h".
37625         * math/s_cprojf.c: Likewise.
37626         * math/s_cprojl.c: Likewise.
37628 2015-05-19  Joseph Myers  <joseph@codesourcery.com>
37630         [BZ #18244]
37631         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Ignore explicit
37632         high mantissa bit when testing whether P is a NaN.
37633         * math/libm-test.inc (remainder_test_data): Add more tests.
37634         (remquo_test_data): Likewise.
37636         [BZ #18049]
37637         * sysdeps/i386/fpu/e_atanhl.S (__ieee754_atanhl): For exponents
37638         below -32, return the argument, with underflow if subnormal.
37639         * math/auto-libm-test-in: Add more tests of atanh.
37640         * math/auto-libm-test-out: Regenerated.
37642 2015-05-19  Roland McGrath  <roland@hack.frob.com>
37644         [BZ #18434]
37645         * nptl/tst-sem15.c: New file.
37646         * nptl/Makefile (tests): Add it.
37647         * nptl/sem_post.c (__new_sem_post) [!__HAVE_64B_ATOMICS]:
37648         s/<</>>/ to fix typo in EOVERFLOW check.
37649         * sysdeps/sparc/sparc32/sem_post.c (__new_sem_post): Likewise.
37651 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
37653         * manual/strings.texi (envz_remove): Fix typo in safety
37654         annotations.
37656 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
37657             Steve Ellcey  <sellcey@imgtec.com>
37659         * inet/rcmd.c (rresvport_af): Change ss to anonymous union
37660         in order to avoid strict alias warnings.
37661         (iruserok_af): Ditto for ra.
37663 2015-05-19  James Lemke  <jwlemke@codesourcery.com>
37665         [BZ #17581]
37666         * malloc/hooks.c
37667         (magicbyte): Convert to a function and avoid returning 0x01.
37668         (mem2mem_check): Avoid using a length byte equal to the magic byte.
37669         (mem2chunk_check): Fix unsigned comparisons to zero.
37670         Hoist defs of sz and magic.
37672 2015-05-19  Richard Henderson  <rth@redhat.com>
37674         * soft-fp/op-common.h (_FP_FROM_INT): Don't write to R.
37676         * sysdeps/alpha/fpu/libm-test-ulps: Update.
37678 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
37680         [BZ #16159]
37681         * malloc/Makefile (tests): New test case tst-malloc-backtrace.
37682         * malloc/arena.c (arena_lock): Check if arena is corrupt.
37683         (reused_arena): Find a non-corrupt arena.
37684         (heap_trim): Pass arena to unlink.
37685         * malloc/hooks.c (malloc_check_get_size): Pass arena to
37686         malloc_printerr.
37687         (top_check): Likewise.
37688         (free_check): Likewise.
37689         (realloc_check): Likewise.
37690         * malloc/malloc.c (malloc_printerr): Add arena argument.
37691         (unlink): Likewise.
37692         (munmap_chunk): Adjust.
37693         (ARENA_CORRUPTION_BIT): New macro.
37694         (arena_is_corrupt): Likewise.
37695         (set_arena_corrupt): Likewise.
37696         (sysmalloc): Use mmap if there are no usable arenas.
37697         (_int_malloc): Likewise.
37698         (__libc_malloc): Don't fail if arena_get returns NULL.
37699         (_mid_memalign): Likewise.
37700         (__libc_calloc): Likewise.
37701         (__libc_realloc): Adjust for additional argument to
37702         malloc_printerr.
37703         (_int_free): Likewise.
37704         (malloc_consolidate): Likewise.
37705         (_int_realloc): Likewise.
37706         (_int_memalign): Don't touch corrupt arenas.
37707         * malloc/tst-malloc-backtrace.c: New test case.
37709         * Makefile (summarize-tests): Fix return value on success.
37711         * manual/string.texi (Envz Functions): Add envz_remove.
37713 2015-05-18  Roland McGrath  <roland@hack.frob.com>
37715         * sysdeps/posix/opendir.c: Include <stdbool.h>.
37716         (invalid_name): New function, broken out of ...
37717         (__opendirat): ... here.  Call it.
37718         (need_isdir_precheck): New function, broken out of ...
37719         (__opendirat): ... here.  Call it.
37720         Use __fxstatat64, not __xstatat64.
37721         (opendir_oflags): New function, broken out of ...
37722         (__opendirat): ... here.  Call it.
37723         (opendir_tail): New function, broken out of ...
37724         (__opendirat): ... here.  Call it.
37725         (__opendir): Call invalid_name, need_isdir_precheck, __xstat64, and
37726         opendir_tail, rather than punting to __opendirat.
37727         (__opendirat): Conditionalize function definition on [IS_IN (libc)].
37729 2015-05-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37731         * .gitignore: Ignore generated *.pyc.
37733 2015-05-18  Arjun Shankar  <arjun.is@lostca.se>
37735         * include/stdio.h: Define __need_wint_t.
37736         * test-skeleton.c: Avoid `for' loop initial declaration.
37737         * nptl/tst-initializers1.c: Use test-skeleton.c.
37739 2015-05-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
37741         [BZ #18418]
37742         * stdlib/tst-setcontext3.sh: Remove non-portable array use.
37744 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
37746         [BZ #16352]
37747         * sysdeps/i386/fpu/e_atanh.S (dbl_min): New object.
37748         (__ieee754_atanh): Force underflow exception for results with
37749         small absolute value.
37750         * sysdeps/i386/fpu/e_atanhf.S (flt_min): New object.
37751         (__ieee754_atanhf): Force underflow exception for results with
37752         small absolute value.
37753         * sysdeps/ieee754/dbl-64/e_atanh.c: Include <float.h>.
37754         (__ieee754_atanh): Force underflow exception for results with
37755         small absolute value.
37756         * sysdeps/ieee754/flt-32/e_atanhf.c: Include <float.h>.
37757         (__ieee754_atanhf): Force underflow exception for results with
37758         small absolute value.
37759         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Include <float.h>.
37760         (__ieee754_atanhl): Force underflow exception for results with
37761         small absolute value.
37762         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Include <float.h>.
37763         (__ieee754_atanhl): Force underflow exception for results with
37764         small absolute value.
37765         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Include <float.h>.
37766         (__ieee754_atanhl): Force underflow exception for results with
37767         small absolute value.
37768         * math/auto-libm-test-in: Do not allow missing underflow
37769         exceptions from atanh.
37770         * math/auto-libm-test-out: Regenerated.
37772         [BZ #18221]
37773         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use 2**-13 not
37774         2**-28 as threshold for returning x or +/- 1/x.
37775         * math/auto-libm-test-in: Add more tests of tan.
37776         * math/auto-libm-test-out: Regenerated.
37778         [BZ #18220]
37779         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
37780         2**26 not 2**58 as threshold for returning x * (log (x) - 1).
37781         * math/auto-libm-test-in: Add another test of lgamma.
37782         * math/auto-libm-test-out: Regenerated.
37784 2015-05-15  Wilco Dijkstra  <wdijkstr@arm.com>
37786         * stdio-common/printf_fp.c (___printf_fp): Use abs.
37787         * stdlib/gmp-impl.h (ABS): Remove define.  (ABSIZ): Remove.
37788         * sysdeps/ieee754/dbl-64/branred.c (__branred): Use fabs.
37789         * sysdeps/ieee754/dbl-64/dla.h (EADD): Use fabs.
37790         (ESUB): Use fabs.  (ADD2): Use fabs.  (SUB2): Use fabs.
37791         (ADD2A): Use fabs.  (SUB2A): Use fabs.
37792         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use fabs.
37793         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Use fabs.
37794         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use fabs.
37795         (log1): Use fabs.  (my_log2): Use fabs.
37796         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Use fabs.
37797         * sysdeps/ieee754/dbl-64/mpa.h (ABS): Remove define.
37798         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use fabs.
37799         * sysdeps/ieee754/dbl-64/mydefs.h (ABS): Remove define.
37800         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use fabs.
37801         (__cos): Use fabs.  (slow): Use fabs.  (slow2): Use fabs.
37802         (sloww): Use fabs.  (sloww1): Use fabs.  (sloww2): Use fabs.
37803         (bslow1): Use fabs.  (bslow2): Use fabs.  (cslow2): Use fabs.
37804         (csloww): Use fabs.  (csloww1): Use fabs.  (csloww2): Use fabs.
37805         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Use fabs.
37806         * sysdeps/x86_64/fpu/multiarch/e_log.c: add math.h include.
37808 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
37810         [BZ #18217]
37811         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Use 2**-26 not 2**-56
37812         as threshold for returning 1 - x.
37813         * math/auto-libm-test-in: Add more tests of erfc.
37814         * math/auto-libm-test-out: Regenerated.
37816 2015-05-14  Joseph Myers  <joseph@codesourcery.com>
37818         [BZ #18196]
37819         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Use 2^25 not 2^34 as
37820         threshold for large arguments.
37821         * math/auto-libm-test-in: Add another test of atan.
37822         * math/auto-libm-test-out: Regenerated.
37824         [BZ #16339]
37825         * sysdeps/i386/fpu/s_log1p.S (dbl_min): New object.
37826         (__log1p): Force underflow exception for results with small
37827         absolute value.
37828         * sysdeps/i386/fpu/s_log1pf.S (flt_min): New object.
37829         (__log1pf): Force underflow exception for results with small
37830         absolute value.
37831         * sysdeps/ieee754/dbl-64/s_log1p.c: Include <float.h>.
37832         (__log1p): Force underflow exception for results with small
37833         absolute value.
37834         * sysdeps/ieee754/flt-32/s_log1pf.c: Include <float.h>.
37835         (__log1pf): Force underflow exception for results with small
37836         absolute value.
37837         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Include <float.h>.
37838         (__log1pl): Force underflow exception for results with small
37839         absolute value.
37840         * math/auto-libm-test-in: Do not allow missing underflow
37841         exceptions from log1p.
37842         * math/auto-libm-test-out: Regenerated.
37844 2015-05-14  Jakub Bogusz  <qboosh@pld-linux.org>
37845             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
37847         [BZ #16704]
37848         * sysdeps/unix/make-syscalls.sh: Remove non-portable echo usage.
37850 2015-05-14  Andrew Senkevich  <andrew.senkevich@intel.com>
37852         * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
37853         (libmvec): New variable.
37854         * configure.ac: Added option for mathvec build.
37855         * configure: Regenerated.
37856         * mathvec/Depend: New file.
37857         * mathvec/Makefile: New file.
37858         * shlib-versions: Added libmvec.
37859         * math/Makefile: Added rule for libm.so installation.
37861         * bits/math-vector.h: New file.
37862         * bits/libm-simd-decl-stubs.h: New header.
37863         * math/Makefile (headers): Added new header
37864         libm-simd-decl-stubs.h.
37865         * math/math.h (__MATHCALL_VEC): New macro.
37867         * math/gen-libm-have-vector-test.sh: Script generates series of macros
37868         for conditions in testing functions.
37869         * math/Makefile: Added call of libm-have-vector-test.sh.
37870         * math/libm-test.inc (HAVE_VECTOR): New macros.
37872         * math/libm-test.inc: START refactored.
37873         * math/test-double.c (TEST_MATHVEC): Add define.
37874         * math/test-float.c: Likewise.
37875         * math/test-idouble.c: Likewise.
37876         * math/test-ifloat.c: Likewise.
37877         * math/test-ildoubl.c: Likewise.
37878         * math/test-ldouble.c: Likewise.
37879         * sysdeps/generic/math-tests-arch.h
37880         (INIT_ARCH_EXT, CHECK_ARCH_EXT): New helper macros for runtime
37881         architecture check.
37883         * math/test-double.c (FUNC_TEST): New macro.
37884         * math/test-float.c: Likewise.
37885         * math/test-idouble.c: Likewise.
37886         * math/test-ifloat.c: Likewise.
37887         * math/test-ildoubl.c: Likewise.
37888         * math/test-ldouble.c: Likewise.
37889         * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
37891 2015-05-13  Roland McGrath  <roland@hack.frob.com>
37893         * sysdeps/nacl/fdopendir.c: New file.
37895         * dirent/scandir-tail.c: New file.
37896         * dirent/scandir64-tail.c: New file.
37897         * dirent/Makefile (routines): Add them.
37898         (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
37899         * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
37900         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
37901         [!SCANDIR] (SCANDIR_TAIL): New macro.
37902         (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
37903         * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
37904         (SCANDIRAT): Macro removed.
37905         (SCANDIR_TAIL): New macro.
37906         * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
37907         [!SCANDIRAT] (SCANDIR_TAIL): New macro.
37908         (SCANDIRAT): Just call __opendirat and __scandir_tail.
37909         * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
37910         (READDIR): Macro removed.
37911         (SCANDIR_TAIL): New macro.
37912         * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
37913         (SCANDIR_TAIL): New macro.
37915         * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
37916         * dirent/scandir-cancel.c: ... to this new file.
37917         * dirent/Makefile (routines): Add it.
37918         * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
37919         * sysdeps/unix/sysv/linux/i386/scandir64.c
37920         (SKIP_SCANDIR_CANCEL): Macro removed.
37921         * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
37923         * dirent/tst-scandir.c: New file.
37924         * dirent/tst-scandir64.c: New file.
37925         * dirent/Makefile (tests): Add them.
37927 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
37929         [BZ #18409]
37930         * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
37932 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
37934         * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
37935         list.
37937 2015-05-13  Leonhard Holz  <leonhard.holz@web.de>
37939         * benchtests/bench-strcoll.c: New benchmark.
37940         * benchtests/Makefile: Generate locales and run benchmark.
37941         * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
37942         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
37943         * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
37944         * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
37945         * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
37946         * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
37947         * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
37948         * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
37949         * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
37950         * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
37951         * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
37952         * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
37953         * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
37954         * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
37955         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
37956         * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
37957         * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
37958         * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
37959         * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
37960         * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
37961         * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
37962         * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
37963         * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
37964         * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
37966 2015-05-12  Ondƙej BĂ­lka  <neleai@seznam.cz>
37968         * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
37969         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37971 2015-05-12  Roland McGrath  <roland@hack.frob.com>
37973         * posix/uname-values.h: New file.
37974         * posix/uname.c: Include that instead of <config-name.h>.
37975         * sysdeps/nacl/uname-values.h: New file.
37976         * sysdeps/arm/nacl/uname-values.h: New file.
37978 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
37980         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
37981         splitting into fields.
37983 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
37985         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
37986         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
37987         * locale/localeinfo.h: Add enum collation_encoding_type.
37988         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
37989         * programs/ld-collate.c (collate_output): Add encoding type info.
37990         * string/strcoll_l.c (STRDIFF): New function.
37991         * (STRCOLL): Use STRDIFF to skip over equal prefix.
37992         * wcsmbs/wcscoll_l.c: Define STRDIFF.
37994 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
37996         [BZ #18397]
37997         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
37998         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
37999         <fpu_control.h> instead of <math/fpu_control.c>.
38000         * sysdeps/mips/mips32/fpu/Makefile: New file.
38002 2015-05-11  Andreas Schwab  <schwab@suse.de>
38004         [BZ #18007]
38005         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
38006         nss_endgrent.
38007         (_nss_compat_endgrent): Call nss_endgrent.
38008         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
38009         nss_endpwent.
38010         (_nss_compat_endpwent): Call nss_endpwent.
38011         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
38012         needent, call nss_setspent only if non-zero.
38013         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
38014         (internal_endspent): Don't call nss_endspent.
38015         (_nss_compat_endspent): Call nss_endspent.
38016         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
38017         Remove.  All uses removed.
38018         (internal_setent): Remove parameter stayopen, add parameter
38019         stream.  Use it instead of global variable.
38020         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
38021         (internal_endent, internal_getent): Add parameter stream.  Use it
38022         instead of global variable.
38023         (CONCAT(_nss_files_end,ENTNAME))
38024         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
38025         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
38026         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
38027         uses removed.
38028         (internal_setent, internal_endent): Add parameter stream.  Use it
38029         instead of global variable.
38030         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
38031         stream.
38032         (get_next_alias): Add parameter stream.
38033         (_nss_files_getaliasent_r): Pass global stream.
38034         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
38035         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
38036         (_nss_files_gethostbyname4_r): Pass local stream to
38037         internal_setent, internal_getent and internal_endent.  Remove
38038         locking.
38040 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
38042         * tst-strfmon1.c (tests): Update expected currency symbol.
38044 2015-05-08  Roland McGrath  <roland@hack.frob.com>
38046         * sysdeps/nacl/gethostname.c: New file.
38048 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
38050         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
38051         and sinh.
38052         * math/auto-libm-test-out: Regenerated.
38053         * sysdeps/i386/fpu/libm-test-ulps: Update.
38054         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38056 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
38058         [BZ #18125]
38059         * stdlib/tst-setcontext3.c: New file.
38060         * stdlib/tst-setcontext3.sh: New file.
38061         * stdlib/Makefile (tests): Add tst-setcontext3.
38062         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
38063         to verify test program created output file.
38064         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
38065         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
38066         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
38067         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
38069 2015-05-06  Roland McGrath  <roland@hack.frob.com>
38071         [BZ #18383]
38072         * elf/tst-tlsalign.c: New file.
38073         * elf/tst-tlsalign-static.c: New file.
38074         * elf/tst-tlsalign-lib.c: New file.
38075         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
38076         (tests-static): Add tst-tlsalign-static.
38077         (modules-names): Add tst-tlsalign-lib.
38078         (test-xfail-tst-tlsalign): New variable.
38079         (test-xfail-tst-tlsalign-static): New variable.
38081         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
38082         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
38084 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
38086         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
38087         csqrt, erfc, sin and sincos.
38088         * math/auto-libm-test-out: Regenerated.
38089         * sysdeps/i386/fpu/libm-test-ulps: Update.
38090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38092 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
38094         * sysdeps/aarch64/libm-test-ulps: Update.
38096 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
38098         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
38099         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
38100         * math/auto-libm-test-out: Regenerated.
38101         * sysdeps/i386/fpu/libm-test-ulps: Update.
38102         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38104 2015-04-30  Daniel MarjamĂ€ki  <daniel.marjamaki@evidente.se>
38106         [BZ #18265]
38107         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
38108         (wcsncpy): Likewise.
38110 2015-05-05  Florian Weimer  <fweimer@redhat.com>
38112         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
38113         Assume __ASSUME_FALLOCATE is always true.
38114         * sysdeps/unix/sysv/linux/posix_fallocate64.c
38115         (__posix_fallocate64_l64): Likewise.
38116         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
38117         (posix_fallocate): Likewise.
38118         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
38119         (__posix_fallocate64_l64): Likewise.
38120         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38121         [!__ASSUME_FALLOCATE]: Add comment.
38123 2015-05-05  Florian Weimer  <fweimer@redhat.com>
38125         * sysdeps/unix/sysv/linux/i386/Makefile
38126         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
38127         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
38128         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
38129         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
38130         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
38131         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
38132         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
38134 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
38136         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
38137         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
38138         tgamma.
38139         * math/auto-libm-test-out: Regenerated.
38140         * sysdeps/i386/fpu/libm-test-ulps: Update.
38141         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38143 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
38145         * math/auto-libm-test-in: Add more tests of tgamma.
38146         * math/auto-libm-test-out: Regenerated.
38147         * sysdeps/i386/fpu/libm-test-ulps: Update.
38148         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38150         * math/auto-libm-test-in: Add more tests of tanh.
38151         * math/auto-libm-test-out: Regenerated.
38152         * sysdeps/i386/fpu/libm-test-ulps: Update.
38153         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38155         * math/auto-libm-test-in: Add more tests of tan.
38156         * math/auto-libm-test-out: Regenerated.
38157         * sysdeps/i386/fpu/libm-test-ulps: Update.
38158         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38160         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
38161         * math/auto-libm-test-out: Regenerated.
38162         * sysdeps/i386/fpu/libm-test-ulps: Update.
38163         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38165         * math/auto-libm-test-in: Add another test of pow.
38166         * math/auto-libm-test-out: Regenerated.
38167         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38169         * math/auto-libm-test-in: Add more tests of lgamma.
38170         * math/auto-libm-test-out: Regenerated.
38171         * sysdeps/i386/fpu/libm-test-ulps: Update.
38172         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38174         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
38175         log1p.
38176         * math/auto-libm-test-out: Regenerated.
38177         * sysdeps/i386/fpu/libm-test-ulps: Update.
38178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38180 2015-05-01  Mark Wielaard  <mjw@redhat.com>
38182         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
38183         Elf64_Chdr structs and ELFCOMPRESS constants.
38185 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
38187         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
38188         expm1.
38189         * math/auto-libm-test-out: Regenerated.
38190         * sysdeps/i386/fpu/libm-test-ulps: Update.
38191         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38193         * math/auto-libm-test-in: Add more tests of erf and erfc.
38194         * math/auto-libm-test-out: Regenerated.
38195         * sysdeps/i386/fpu/libm-test-ulps: Update.
38196         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38198 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
38200         * config.h.in (HAVE_AARCH64_BE): Add.
38202 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
38204         * math/auto-libm-test-in: Add more tests of csqrt.
38205         * math/auto-libm-test-out: Regenerated.
38206         * sysdeps/i386/fpu/libm-test-ulps: Update.
38207         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38209         * math/auto-libm-test-in: Add more tests of cosh and sinh.
38210         * math/auto-libm-test-out: Regenerated.
38211         * sysdeps/i386/fpu/libm-test-ulps: Update.
38212         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38214         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
38216 2015-04-29  Roland McGrath  <roland@hack.frob.com>
38218         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
38219         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
38221         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
38222         (euidaccess, eaccess): Define as weak aliases.
38224         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
38225         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
38226         but __suseconds_t is often 'long int' so some sources assume that
38227         type is being used (e.g. they use %ld to print tv_usec).
38229 2015-04-29  Florian Weimer  <fweimer@redhat.com>
38231         [BZ #18007]
38232         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
38233         (CVE-2014-8121)
38234         * nss/tst-nss-getpwent.c: New file.
38235         * nss/Makefile (tests): Add new test.
38237 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
38239         [BZ #18346]
38240         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
38241         exponents less than 48 as cases where high part of mantissa needs
38242         examining to determine whether argument is integral.
38243         * math/libm-test.inc (round_test_data): Add more tests.
38245 2015-04-28  Mark Wielaard  <mjw@redhat.com>
38247         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
38249 2015-04-27  David S. Miller  <davem@davemloft.net>
38251         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
38252         __tls_get_addr.
38253         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
38255 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
38257         [BZ #18333]
38258         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
38260 2015-04-27  Florian Weimer  <fweimer@redhat.com>
38262         [BZ #18333]
38263         * time/tzset.c (parse_tzname): Return error on memory allocation
38264         failure.
38265         * test-skeleton.c (struct temp_name_list): Change type of name
38266         member to non-const.
38267         (add_temp_file): Create a copy of the file name.
38268         (delete_temp_files): Deallocate memory.
38269         (create_temp_file): Add comment.
38271 2015-04-24  Florian Weimer  <fweimer@redhat.com>
38273         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
38274         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
38276 2015-04-24  Roland McGrath  <roland@hack.frob.com>
38278         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
38279         * sysdeps/arm/configure: Regenerated.
38281 2015-04-24  Florian Weimer  <fweimer@redhat.com>
38283         [BZ #17715]
38284         * time/tzfile.c (__tzfile_read): Check for large values of
38285         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
38286         * time/tzset.c (__tzstring_len): New function, based on the old
38287         __tzstring function.
38288         (__tzstring): Call __tzstring_len.
38289         (parse_tzname): New helper function extracted from
38290         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
38291         the input string.
38292         (parse_offset): New helper function extracted from
38293         __tzset_parse_tz.  Replace switch with fallthrough with
38294         initialization before sscanf.
38295         (parse_rule): Likewise.
38296         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
38297         new-style function definition.
38298         * timezone/Makefile (tests): Add tst-tzset.
38299         (tst-tzset.out): Dependencies on time zone files.
38300         (tst-tzset-ENV): Set TZDIR.
38301         (testdata/XT%): Copy crafted time zone files.
38302         * timezone/README: Mention crafted time zone files.
38303         * timezone/testdata/XT1, timezone/testdata/XT2,
38304         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
38305         files.
38306         * timezone/tst-tzset.c: New test.
38308 2015-04-24  Florian Weimer  <fweimer@redhat.com>
38310         * Makeconfig (+gccwarn): Remove -Winline.
38312 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
38314         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
38316 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
38318         * NEWS: Mention sysconf() cache information support for s390.
38319         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
38321 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
38323         * math/k_casinh.c (__kernel_casinh): Use __copysign.
38324         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
38325         (__nearbyint): Likewise.
38326         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
38327         (copysignl): Likewise.
38329 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
38331         [BZ #18287]
38332         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
38333         based on padding.  (CVE-2015-1781)
38335 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
38337         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
38338         libc-vdso.h.
38339         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
38340         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
38341         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
38342         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
38343         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
38344         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
38345         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
38346         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38347         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
38348         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
38349         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
38350         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38351         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
38352         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
38353         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
38354         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
38355         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
38356         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
38357         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
38358         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
38359         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
38360         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
38361         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
38363 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
38365         * stdlib/setenv.c (__add_to_environ):
38366         Dump core quickly if setenv (..., NULL, ...) is called.
38367         This time, do it the right way, and pacify GCC with a pragma.
38369 2015-04-17  Roland McGrath  <roland@hack.frob.com>
38371         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
38372         IMAP->l_prev cannot be null, and #if out the code for the contrary
38373         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
38374         believe that NS (&_dl_ns[NSID]) could point outside the array.
38376         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
38377         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
38378         before using NSID as an index.
38380 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
38382         [BZ #17825]
38383         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
38384         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
38385         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
38387 2015-04-17  Roland McGrath  <roland@hack.frob.com>
38389         Add preliminary port to Google Native Client on ARM.
38390         * abi-tags (.*-.*-nacl.*): New entry.
38391         * sysdeps/arm/nacl: New directory.
38392         * sysdeps/nacl: New directory.
38394 2015-04-16  David S. Miller  <davem@davemloft.net>
38396         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
38397         lowlevellock-futex.h
38399 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
38401         * sysdeps/tile/configure.ac: New file.
38402         * sysdeps/tile/configure: Regenerated.
38404 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
38406         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
38407         conditionals for weak_alias and libc_hidden_weak.
38408         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
38409         libc_hidden_weak and weak_alias.
38410         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
38411         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
38412         and weak_alias for static one.
38414 2015-04-15  David S. Miller  <davem@davemloft.net>
38416         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
38418 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
38420         [BZ #18206]
38421         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
38422           Use signed comparision instead of substraction to avoid
38423           overflow bug.
38424         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
38425           Take the sign of ret.
38426         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
38427           Do not expect precise return values. Only the sign matters.
38428         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
38429         * wcsmbs/test-wcsncmp.c: New File.
38430         * string/test-strncmp.c: Add wcsncmp support.
38432 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
38434         [BZ #6792]
38435         * math/w_log1p.c: New file.
38436         * math/w_log1pf.c: Likewise.
38437         * math/w_log1pl.c: Likewise.
38438         * math/Makefile (libm-calls): Add w_log1p.
38439         * math/s_log1pl.c (log1pl): Remove weak_alias.
38440         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
38441         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
38442         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
38443         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
38444         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
38445         [NO_LONG_DOUBLE] (log1pl): Likewise.
38446         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
38447         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
38448         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
38449         (log1p): Remove long_double_symbol.
38450         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
38451         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
38452         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
38453         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
38454         remove weak_alias for corresponding log1p function.
38455         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
38456         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
38457         * sysdeps/ia64/fpu/w_log1p.c: New file.
38458         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
38459         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
38460         * math/libm-test.inc (log1p_test_data): Add errno expectations.
38462 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
38464         [BZ #18247]
38465         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
38466         decimal exponent by 1.
38467         * stdlib/tst-strtod-round-data: Add more tests.
38468         * stdlib/tst-strtod-round.c (tests): Regenerated.
38470 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
38472         * math/auto-libm-test-in: Add more tests of clog and clog10.
38473         * math/auto-libm-test-out: Regenerated.
38474         * sysdeps/i386/fpu/libm-test-ulps: Update.
38475         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38477 2015-04-09  Roland McGrath  <roland@hack.frob.com>
38479         * Makeconfig (module-cppflags): Exclude all .v.i files.
38480         (skip-module-cppflags): Variable removed.
38482         * configure.ac (libc_config_ok): Initialize before reading
38483         preconfigure scripts, not after.
38484         * configure: Regenerated.
38486         * test-skeleton.c (TIMEOUT): Move #define to top level.
38487         (main): Grok environment variable TEST_DIRECT.  If set, print
38488         test expectation details into that file and then behave as if
38489         given --direct.
38491 2015-04-09  Florian Weimer  <fweimer@redhat.com>
38493         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
38494         warning on 32-bit.
38496 2015-04-08  David S. Miller  <davem@davemloft.net>
38498         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38500 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
38502         * math/auto-libm-test-in: Add more tests of atanh.
38503         * math/auto-libm-test-out: Regenerated.
38504         * sysdeps/i386/fpu/libm-test-ulps: Update.
38505         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38507         * math/auto-libm-test-in: Add more tests of atan.
38508         * math/auto-libm-test-out: Regenerated.
38509         * sysdeps/i386/fpu/libm-test-ulps: Update.
38510         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38512 2015-04-08  Florian Weimer  <fweimer@redhat.com>
38514         * elf/pldd.c (main): Rewrite to use struct
38515         scratch_buffer instead of extend_alloca.
38516         * elf/pldd-xx.c (find_maps): Likewise.
38517         * grp/initgroups.c: Include <scratch_buffer.h> instead of
38518         <alloca.h>.
38519         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
38520         scratch_buffer instead of extend_alloca.
38521         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
38522         grp/compat-initgroups.c.
38523         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
38524         Rewrite to use struct scratch_buffer instead of extend_alloca.
38525         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
38526         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
38528 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
38530         * math/auto-libm-test-in: Add more tests of cbrt.
38531         * math/auto-libm-test-out: Regenerated.
38532         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38534         * math/auto-libm-test-in: Add more tests of cabs.
38535         * math/auto-libm-test-out: Regenerated.
38536         * sysdeps/i386/fpu/libm-test-ulps: Update.
38537         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38539         [BZ #18210]
38540         [BZ #18211]
38541         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
38542         (__ieee754_atan2): Set FE_TONEAREST mode for internal
38543         computations.
38544         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
38545         clog10.
38546         * math/auto-libm-test-out: Regenerated.
38547         * sysdeps/i386/fpu/libm-test-ulps: Update.
38548         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38550         [BZ #18197]
38551         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
38552         (atan): Set FE_TONEAREST mode for internal computations.
38553         * math/auto-libm-test-in: Add more tests of atan.
38554         * math/auto-libm-test-out: Regenerated.
38556 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
38558         [BZ #17930]
38559         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
38561 2015-04-07  Florian Weimer  <fweimer@redhat.com>
38563         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
38565 2015-04-07  Florian Weimer  <fweimer@redhat.com>
38567         * include/scratch_buffer.h: New file.
38568         * malloc/scratch_buffer_grow.c: Likewise.
38569         * malloc/scratch_buffer_grow_preserve.c: Likewise.
38570         * malloc/scratch_buffer_set_array_size.c: Likewise.
38571         * malloc/tst-scratch_buffer.c: Likewise.
38572         * malloc/Makefile (routines): Add scratch_buffer_grow.
38573         (tests): Add test case.
38574         * malloc/Versions (GLIBC_PRIVATE): Export
38575         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
38576         __libc_scratch_buffer_set_array_size.
38578 2015-04-06  Richard Henderson  <rth@redhat.com>
38580         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
38581         * sysdeps/alpha/fpu/libm-test-ulps: Update.
38583         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
38584         unsigned int before printing.
38586 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
38588         [BZ #17596]
38589         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
38590         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
38592 2015-04-02  Florian Weimer  <fweimer@redhat.com>
38594         * include/libc-internal.h (libc_max_align_t): Define.
38596 2015-04-02  Andreas Schwab  <schwab@suse.de>
38598         [BZ #16850]
38599         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
38601 2015-04-02  Mel Gorman  <mgorman@suse.de>
38603         [BZ #17195]
38604         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
38605         as well as the main arena.
38607 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
38609         [BZ #18185]
38610         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
38611         sharing L2 cache to 2 for Silvermont/Knights Landing.
38613 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
38615         [BZ #17711]
38616         * config.make.in (have-protected-data): New.
38617         * configure.ac: Check linker support for protected data symbol.
38618         * configure: Regenerated.
38619         * elf/Makefile (modules-names): Add tst-protected1moda and
38620         tst-protected1modb if $(have-protected-data) is yes.
38621         (tests): Add tst-protected1a and tst-protected1b if
38622         $(have-protected-data) is yes.
38623         ($(objpfx)tst-protected1a): New.
38624         ($(objpfx)tst-protected1b): Likewise.
38625         (tst-protected1modb.so-no-z-defs): Likewise.
38626         * elf/tst-protected1a.c: New file.
38627         * elf/tst-protected1b.c: Likewise.
38628         * elf/tst-protected1mod.h: Likewise.
38629         * elf/tst-protected1moda.c: Likewise.
38630         * elf/tst-protected1modb.c: Likewise.
38632 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
38634         [BZ #17711]
38635         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
38636         indicates it is called from do_lookup_x on relocation against
38637         protected data, skip the data definion in the executable from
38638         copy reloc.
38639         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
38640         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
38641         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
38642         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
38643         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
38644         otherwise to 0.
38645         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
38646         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
38647         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
38648         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
38649         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
38650         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
38652 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
38654         * sysdeps/nptl/pthread.h: Remove duplicate definition of
38655         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
38657 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
38659         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
38660         THREAD_SETMEM_NC.
38661         * sysdeps/x86_64/nptl/tls.h: Ditto.
38663 2015-03-27  Roland McGrath  <roland@hack.frob.com>
38665         * dlfcn/tststatic.c (main): Converted to ...
38666         (do_test): ... this.
38667         (TEST_FUNCTION): New macro.
38668         Include test-skeleton.c.
38670 2015-03-26  Alan Modra  <amodra@gmail.com>
38672         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
38673         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
38674         zero for undefined weak.
38675         (elf_machine_plt_conflict): Similarly.
38677 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
38679         * math/auto-libm-test-in: Add more tests of acosh, asinh and
38680         atanh.
38681         * math/auto-libm-test-out: Regenerated.
38682         * sysdeps/i386/fpu/libm-test-ulps: Update.
38683         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38685         * math/auto-libm-test-in: Add another test of asin.
38686         * math/auto-libm-test-out: Regenerated.
38687         * sysdeps/i386/fpu/libm-test-ulps: Update.
38688         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38690         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
38691         Remove macro.
38692         (LLL_EBX_REG): Likewise.
38693         (LLL_ENTER_KERNEL): Likewise.
38695         * math/auto-libm-test-in: Add more tests of asin.
38696         * math/auto-libm-test-out: Regenerated.
38697         * sysdeps/i386/fpu/libm-test-ulps: Update.
38698         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38700         [BZ #18138]
38701         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
38702         libc_do_syscall_args): New structure.
38703         (INTERNAL_SYSCALL_MAIN_0): New macro.
38704         (INTERNAL_SYSCALL_MAIN_1): Likewise.
38705         (INTERNAL_SYSCALL_MAIN_2): Likewise.
38706         (INTERNAL_SYSCALL_MAIN_3): Likewise.
38707         (INTERNAL_SYSCALL_MAIN_4): Likewise.
38708         (INTERNAL_SYSCALL_MAIN_5): Likewise.
38709         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
38710         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
38711         Replace conditional definitions by conditional definitions of ....
38712         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
38713         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
38714         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
38715         (libpthread-sysdep_routines): Add libc-do-syscall.
38716         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
38717         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
38718         to __NR_futex not 240.
38720 2015-03-25  Alan Modra  <amodra@gmail.com>
38722         * NEWS: Advertise TLS optimization.
38723         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
38724         (DT_PPC_NUM): Increment.
38725         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
38726         (CHECK_STATIC_TLS): Use here.
38727         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
38728         TLS descriptors.
38729         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
38730         * sysdeps/powerpc/dl-tls.c: New file.
38731         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
38732         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
38733         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
38734         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
38735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
38736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
38737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
38739 2015-03-25  Alan Modra  <amodra@gmail.com>
38741         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
38742         for overlapping .opd entries" to "support...".
38743         * sysdeps/powerpc/powerpc64/configure: Regenerate
38745 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
38747         * math/auto-libm-test-in: Add more tests of acos.
38748         * math/auto-libm-test-out: Regenerated.
38749         * sysdeps/i386/fpu/libm-test-ulps: Update.
38750         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38752         * math/auto-libm-test-in: Add more tests of expm1.
38753         * math/auto-libm-test-out: Regenerated.
38754         * sysdeps/i386/fpu/libm-test-ulps: Update.
38755         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38757 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
38759         * math/auto-libm-test-in: Add more tests of cosh and sinh.
38760         * math/auto-libm-test-out: Regenerated.
38761         * sysdeps/i386/fpu/libm-test-ulps: Update.
38762         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38764         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
38765         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38767         * math/auto-libm-test-in: Add more tests of log2.
38768         * math/auto-libm-test-out: Regenerated.
38769         * sysdeps/i386/fpu/libm-test-ulps: Update.
38770         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38772 2015-03-23  Roland McGrath  <roland@hack.frob.com>
38774         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
38775         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
38776         _IO_IS_APPENDING bit in READ_WRITE instead.
38778 2015-03-23  Florian Weimer  <fweimer@redhat.com>
38780         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
38781         (__determine_cpumask_size): Replace extend_alloca with a
38782         variable-length array.  Do not treat res == 0 as an error.
38784 2015-03-23  Florian Weimer  <fweimer@redhat.com>
38786         [BZ #18100]
38787         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
38788         and integer overflow.
38789         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
38790         (main): Add integer overflow tests.
38791         * manual/pattern.texi (Calling Wordexp): Document additional use
38792         for WRDE_SYNTAX.
38794 2015-03-23  Alan Modra  <amodra@gmail.com>
38796         * config.h.in: Remove HAVE_ASM_PPC_REL16.
38797         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
38798         and false branch of conditional.
38799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
38800         Likewise.
38802 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
38804         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
38805         libc-modules.h
38806         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
38807         unused declaration of _hurd_intr_rpc_msg_in_trap.
38808         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
38809         defined instead of whether it is non-zero.
38810         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
38811         input constraint instead of both input and output constraint.  Use ecx
38812         clobber instead of %ecx.
38813         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
38814         mutex_unlock): Use a statement expression instead of an expression list.
38815         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
38816         type to vm_size_t instead of vm_address_t.
38817         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
38818         defined instead of whether it is non-zero.
38819         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
38820         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
38821         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
38822         comparisons with mapaddr.
38823         * nscd/nscd-client.h: Include <time.h>.
38824         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
38825         9th parameter to __vm_region instead of int.
38826         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
38827         * scripts/check-local-headers.sh (exclude): Add device/,
38828         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
38829         cthreads.h.
38831 2015-03-19  Roland McGrath  <roland@hack.frob.com>
38833         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
38834         to account for alignment padding.
38835         * sysdeps/arm/memmove.S: Likewise.
38837 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
38839         * sysdeps/unix/sysv/linux/generic/README: New file.
38841 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
38843         [BZ #18138]
38844         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
38845         (futex_abstimed_wait)
38846         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
38847         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
38848         of lll_futex_timed_wait.
38850 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
38852         [BZ #17542]
38853         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
38855 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
38857         [BZ #17090]
38858         [BZ #17620]
38859         [BZ #17621]
38860         [BZ #17628]
38861         * NEWS: Update.
38862         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
38863         entries with Static TLS too.  Skip entries past the end of the
38864         allocated DTV, from Alan Modra.
38865         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
38866         Static TLS DTV entry set up from...
38867         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
38868         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
38869         * nptl/allocatestack.c (init_one_static_tls): ... and here...
38870         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
38871         for Static TLS.
38872         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
38873         that the slot we find is associated with the given map before
38874         using its generation count.
38875         * nptl_db/db_info.c: Include ldsodefs.h.
38876         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
38877         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
38878         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
38879         (link_map::l_tls_offset): New struct field.
38880         (dtv_t::counter): Likewise.
38881         (rtld_global): New struct.
38882         (_rtld_global): New rtld variable.
38883         (dl_tls_dtv_slotinfo_list): New rtld global field.
38884         (dtv_slotinfo_list): New struct.
38885         (dtv_slotinfo): Likewise.
38886         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
38887         (td_lookup): Rename to...
38888         (td_mod_lookup): ... this.  Use new mod parameter instead of
38889         LIBPTHREAD_SO.
38890         * nptl_db/td_thr_tlsbase.c: Include link.h.
38891         (dtv_slotinfo_list, dtv_slotinfo): New functions.
38892         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
38893         addresses even if the DTV is out of date or missing them.
38894         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
38895         index zero-length arrays.
38896         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
38897         (td_lookup): Make it a macro implemented in terms of...
38898         (td_mod_lookup): ... this declaration.
38899         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
38900         (DB_MAIN_VARIABLE): Likewise.
38902 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
38904         [BZ #18134]
38905         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
38907 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
38909         * stdlib/setenv.c (__add_to_environ): Revert previous change.
38911 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
38913         [BZ #18128]
38914         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
38915         (atomic_add, atomic_increment_and_test)
38916         (atomic_decrement_and_test): Fix 64-bit arithmetic.
38918 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
38920         * stdlib/setenv.c (__add_to_environ):
38921         Dump core quickly if setenv (..., NULL, ...) is called.
38923 2015-03-13  Roland McGrath  <roland@hack.frob.com>
38925         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
38926         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
38927         all the necessary asm magic in one place.
38928         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
38929         using those.
38931 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
38933         [BZ #14906]
38934         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
38935         traced file mtime. Use consistent log message.
38936         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
38937         (register_traced_file): Call install_watches. Always set mtime.
38938         (invalidate_cache): Iterate over all trace files. Call install_watches.
38939         (inotify_check_files): Don't inline. Handle watching parent
38940         directories and configuration file movement in and out.
38941         (handle_inotify_events): New function.
38942         (main_loop_poll): Call handle_inotify_events.
38943         (main_loop_epoll): Likewise.
38944         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
38945         (struct traced_file): Use array of inotify fds. Add parent directory,
38946         and basename.
38947         (struct database_dyn): Remove unused file_mtime.
38948         (init_traced_file): New inline function.
38949         (define_traced_file): New macro.
38950         * nss/nss_db/db-init.c: Use define_traced_file.
38951         (_nss_db_init): Use init_traced_file.
38952         * nss/nss_files/files-init.c: Use define_traced_file.
38953         (_nss_files_init): Use init_traced_file.
38955 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
38957         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
38958         [_LIBC]: Do not include <stdlib.h>.
38959         [!_LIBC] (abort): Remove declaration.
38960         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
38961         _FP_STATIC_ASSERT instead of conditionally calling abort.
38962         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
38963         (_FP_EXTEND_CNAN): Likewise.
38964         (FP_TRUNC): Likewise.
38965         (__FP_CLZ): Likewise.
38966         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
38968 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
38970         * manual/string.texi (XPG basename): Fix prototype.
38972 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
38974         [BZ #18080]
38975         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
38976         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
38977         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
38978         (__setcontext): Likewise.
38979         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
38980         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
38981         Call rt_sigprocmask syscall one time to set new signal mask
38982         and retrieve the current signal mask instead of two calls.
38983         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
38984         (__swapcontext): Likewise.
38985         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
38986         * stdlib/tst-setcontext2.c: New file.
38988 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
38990         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
38992 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
38994         [BZ #18093]
38995         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
38996         the wrong size.
38998 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
39000         [BZ #18043]
39001         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
39003 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
39005         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
39006         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
39007         Remove define.
39008         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
39009         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
39010         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
39011         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
39012         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
39013         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
39014         define.
39015         * nptl_db/td_symbol_list.c (td_lookup): Remove
39016         HAVE_ASM_GLOBAL_DOT_NAME code.
39017         * sysdeps/powerpc/powerpc64/configure.ac: Remove
39018         HAVE_ASM_GLOBAL_DOT_NAME check.
39019         * sysdeps/powerpc/powerpc64/configure: Regenerate.
39020         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
39021         (DOT_LABEL): Remove define.
39022         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
39023         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
39024         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
39025         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
39026         (__TLS_GET_ADDR): Likewise.
39027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
39028         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
39030 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
39032         [BZ #18111]
39033         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
39034         (_FPU_SETCW): Initialize cw from fpsr before storing.
39035         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
39036         (fesetexceptflag): Rewrite using fpu_control.h.
39037         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
39039 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
39041         [BZ #18110]
39042         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
39043         asms.
39044         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
39046 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
39048         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
39049         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
39050         abort.
39051         (_FP_FMA): Likewise.
39052         (_FP_DIV): Likewise.
39054 2015-03-10  Roland McGrath  <roland@hack.frob.com>
39056         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
39057         with 0 in that case.
39058         * Makefile (summarize-tests): New canned sequence, factored out of
39059         commands for targets tests and xtests.  Display summary lines that
39060         don't start with PASS: or XFAIL: rather than ones that do start with
39061         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
39062         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
39063         do start with ERROR: or FAIL:.
39064         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
39065         (except for [$(build-shared) = yes]).
39066         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
39067         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
39068         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
39069         * nptl/Makefile: Revert 2015-03-04 changes.
39070         [$(CXX) empty] (tests-unsupported): New variable.
39071         * debug/Makefile: Likewise.
39073         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
39074         gnulib file.  Replace __attribute with __attribute__ throughout.
39076 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
39078         * sysdeps/hppa/fpu/libm-test-ulps: Update.
39080 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
39082         [BZ #18104]
39083         * math/auto-libm-test-in: Add another test of pow.
39084         * math/auto-libm-test-out: Regenerated.
39086 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39088         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
39089         $(config-cflags-nofma).
39091 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
39093         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
39094         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
39095         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
39096         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
39097         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
39098         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
39099         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
39100         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
39101         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
39102         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
39103         Add comment on closing #endif.
39105 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
39107         * posix/wordexp.c (CHAR_IN_SET): New macro.
39108         (parse_param): Use it.
39110 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39112         * sysdeps/powerpc/fpu/libm-test-ulps: update.
39114 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
39116         [BZ #18043]
39117         * posix/wordexp.c (parse_param): Fix buffer overflow.
39118         * posix/wordexp-test.c (test_case): Add test case.
39120 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
39122         [BZ #18042]
39123         * posix/wordexp.c (parse_backtick): Fix off-by-one.
39124         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
39126 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
39128         [BZ #18043]
39129         * posix/wordexp-test.c (test_case): Add test for BZ #18043
39130         (do_bz18043): Delete.
39131         (at_page_end): New.
39132         (testit): Refactor to have words at the edge of unreadable page.
39134 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
39136         [BZ #16734]
39137         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
39138         Cleanup read-only streams as well.
39139         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
39141 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39143         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
39144         <bits/libc-lockP.h>
39146 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
39148         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
39149         on [__KERNEL__].
39150         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
39151         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
39152         * soft-fp/op-common.h (_FP_DECL): Likewise.
39154 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
39156         * elf/ifuncdep2.c (global): Replace
39157         __attribute__((visibility("protected"))) with
39158         asm (".protected global").
39159         * elf/ifuncmod1.c (global): Likewise.
39160         * elf/ifuncmod5.c (global): Likewise.
39162 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
39164         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
39165         <asm/sfp-machine.h> instead of <sfp-machine.h>.
39167 2015-03-06  Roland McGrath  <roland@hack.frob.com>
39169         * manual/install.texi (Configuring and compiling):
39170         Document test-wrapper-env-only.
39171         * INSTALL: Regenerated.
39173 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
39175         [BZ #18043]
39176         * posix/wordexp.c (parse_param): Fix buffer overflow.
39177         * posix/wordexp-test.c (do_bz18043): Add test case.
39179 2015-03-06  Vincent Bernat  <vincent@bernat.im>
39181         * time/tst-strptime2.c (do_test): Ensure failing tests are
39182         reported correctly.
39183         * time/tst-strptime3.c (do_test): Likewise.
39185 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
39187         Fix aio_error thread-safety.
39188         * sysdeps/pthread/aio_error.c: New file
39189         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
39190         synchronization.
39192 2015-03-06  Florian Weimer  <fweimer@redhat.com>
39194         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
39195         (group_number, vfprintf): Use it.
39196         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
39197         (JUMP, REF): Use it.
39198         (WORK_BUFFER_SIZE): New enum constant.
39199         (process_arg, vfprintf): Use it.
39201 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
39203         * manual/errno.texi (Error Messages): Complete example function
39204         by adding missing #define.
39205         (program_invocation_name): Add statement indicating GNU
39206         extension and reference which header file declares the variable.
39207         (program_invocation_short_name): Likewise.
39209 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
39211         * manual/errno.texi (Error Messages): Delete strerror ISO C89
39212         compatibility note.
39214 2015-03-05  Roland McGrath  <roland@hack.frob.com>
39216         * Makeconfig (test-wrapper-env-only): New variable.
39217         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
39218         then use that with $(test-wrapper-env-only) rather than using
39219         $(test-wrapper-env) $(run-program-env) $($*-ENV).
39221 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
39223         [BZ #18082]
39224         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
39225         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
39226         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
39227         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
39228         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
39229         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
39230         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
39231         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
39232         Likewise.
39233         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
39234         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
39235         Likewise.
39236         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
39237         Likewise.
39238         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
39239         Likewise.
39240         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
39241         Likewise.
39242         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
39243         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
39244         Likewise.
39245         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
39246         Likewise.
39247         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
39248         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
39250 2015-03-04  Roland McGrath  <roland@hack.frob.com>
39252         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
39253         (ETH_ALEN): New macro.
39254         (struct ether_addr): Use it for length of ether_addr_octet.
39256         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
39257         (setdb): Don't call __nss_configure_lookup for "rpc".
39258         (do_test): Don't call test_rpc.
39259         (output_rpcent, test_rpc): Functions moved ...
39260         * sunrpc/test-rpcent.c: ... to this new file.
39261         * sunrpc/Makefile (tests): Add it.
39263         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
39264         __xpg_sigpause.
39265         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
39266         * nptl/tst-signal6.c: Likewise.
39267         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
39268         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
39270         * configure.ac (libc_cv_cxx_link_ok): New check.
39271         Reset CXX to empty if it fails to link.
39272         * configure: Regenerated.
39273         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
39274         bug-atexit3-lib only if $(CXX) is nonempty.
39275         * nptl/Makefile (tests): Likewise for tst-cancel24.
39276         (tests, tests-static): Likewise for tst-cancel24-static.
39277         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
39278         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
39279         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
39280         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
39282 2015-03-04  Andreas Schwab  <schwab@suse.de>
39284         [BZ #17631]
39285         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
39286         for non-GCC compilers.
39287         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
39288         Likewise.
39290 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
39292         [BZ #17776]
39293         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
39294         integer before bitwise and assembly operations.
39295         (feclearexcept): Likewise.
39296         * math/test-fenvinline.c: New file.
39297         * math/Makefile: Add test-fenvinline test.
39299 2015-03-03  Alan Modra  <amodra@gmail.com>
39301         [BZ #16512]
39302         * scripts/localplt.awk: Strip off symbol version.
39303         * NEWS: Mention bug fix.
39305 2015-03-02  Roland McGrath  <roland@hack.frob.com>
39307         * sysdeps/pthread/timer_routines.c
39308         (timer_free_list, thread_free_list, thread_active_list): Make static.
39310 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
39312         [BZ #17779]
39313         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
39314         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
39315         Undefine.
39316         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
39317         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
39318         Likewise.
39319         * sysdeps/unix/sysv/linux/sh/kernel-features.h
39320         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
39321         Likewise.
39323 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
39325         [BZ #18036]
39326         * posix/fnmatch_loop.c (END): Detect invalid pattern.
39327         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
39329 2015-03-02  Andreas Schwab  <schwab@suse.de>
39331         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
39332         variable name.
39334 2015-03-02  Florian Weimer  <fweimer@redhat.com>
39336         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
39337         Return error status.
39339 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
39341         [BZ #15969]
39342         * locale/findlocale.c (_nl_find_locale): Introduce const
39343         version of loc_name and drop unsafe type casts.
39345 2015-02-27  Roland McGrath  <roland@hack.frob.com>
39347         * dlfcn/tststatic2.c (main): Converted to ...
39348         (do_test): ... this.
39349         (TEST_FUNCTION): New macro.
39350         Include test-skeleton.c.
39352 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
39354         [BZ #17711]
39355         * elf/Makefile (tests): Add vismain only if PIE is enabled.
39356         (tests-pie): Add vismain.
39357         (CFLAGS-vismain.c): New.
39358         * elf/vismain.c: Add comments for PIE requirement.
39360 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
39362         [BZ #18046]
39363         [BZ #18047]
39364         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
39365         0x1p-56L as threshold for just returning the argument.
39366         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
39367         0x1p-32L as threshold for just returning the argument.
39368         * math/auto-libm-test-in: Add more tests of atanh.
39369         * math/auto-libm-test-out: Regenerated.
39370         * sysdeps/i386/fpu/libm-test-ulps: Update.
39371         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
39373 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
39375         * string/bcopy.c (bcopy): Call memmove for performance.
39377 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
39379         * string/bzero.c (__bzero): Call memset for performance.
39381 2015-02-27  John David Anglin  <dave.anglin@bell.net>
39383         [BZ #18068]
39384         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
39385         to 00100000.
39387 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
39389         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
39391 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
39393         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
39394         (__kernel_standard): Use CSTR macro when setting exc.name.
39395         * sysdeps/ieee754/Makefile [$(subdir) = math]
39396         (CFLAGS-k_standard.c): Remove variable.
39398         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
39399         setting p and q from "else if" to "else".
39400         (qzero): Likewise.
39401         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
39402         (qone): Likewise.
39403         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
39404         (qzerof): Likewise.
39405         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
39406         (qonef): Likewise.
39407         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
39408         (qzero): Likewise.
39409         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
39410         (qone): Likewise.
39412         [BZ #18038]
39413         [BZ #18039]
39414         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
39415         return pi/2 for arguments below 0x1p-113L.
39416         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
39417         return pi/2 for arguments below 0x1p-106L.
39418         * math/auto-libm-test-in: Add more tests of acos.
39419         * math/auto-libm-test-out: Regenerated.
39421         [BZ #16351]
39422         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
39423         (MO): New macro.
39424         (__ieee754_asin): Force underflow exception for results with small
39425         absolute value.
39426         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
39427         (MO): New macro.
39428         (__ieee754_asinf): Force underflow exception for results with
39429         small absolute value.
39430         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
39431         (__ieee754_asin): Force underflow exception for results with small
39432         absolute value.
39433         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
39434         (__ieee754_asinf): Force underflow exception for results with
39435         small absolute value.
39436         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
39437         (__ieee754_asinl): Force underflow exception for results with
39438         small absolute value.
39439         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
39440         (__ieee754_asinl): Force underflow exception for results with
39441         small absolute value.
39442         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
39443         (__ieee754_asinl): Force underflow exception for results with
39444         small absolute value.
39445         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
39446         Include <math.h>.
39447         * math/auto-libm-test-in: Do not mark underflow exceptions as
39448         possibly missing for bug 16351.
39449         * math/auto-libm-test-out: Regenerated.
39451         [BZ #18030]
39452         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
39453         of power of 2 down when low part has opposite sign.
39454         * math/libm-test.inc (logb_test_data): Add more tests.
39456 2015-02-26  Andreas Schwab  <schwab@suse.de>
39458         [BZ #18032]
39459         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
39460         over collating symbol inside a bracket expression.  Minor cleanup.
39461         * posix/tst-fnmatch3.c (do_test): Add test case.
39463 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
39465         [BZ #18029]
39466         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
39467         Adjust exponent of power of 2 down when low part has opposite
39468         sign.
39469         * math/libm-test.inc (ilogb_test_data): Add more tests.
39471 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
39473         [BZ #15969]
39474         * locale/findlocale.c (_nl_find_locale): Fix constness error in
39475         the previous change.
39477         [BZ #15969]
39478         * locale/findlocale.c (_nl_find_locale): Retry archive search
39479         after alias expansion.
39481 2015-02-25  Roland McGrath  <roland@hack.frob.com>
39483         * iconv/tst-iconv3.c (main): Converted to ...
39484         (do_test): ... this.
39485         (TEST_FUNCTION): New macro.
39486         Include test-skeleton.c.
39488         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
39489         (convert): Make function static.
39490         (test_unalign): Likewise.  Add const to argument pointee types.
39491         (main): Replace with static function do_test.
39492         Print "Succeeded." only if RET is zero.
39493         (TEST_FUNCTION): New macro.
39494         Include test-skeleton.c.
39496         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
39497         returns a null pointer.
39499 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39501         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
39502         to __memcpy_ppc only for static builds.
39504 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
39506         [BZ #18020]
39507         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
39508         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
39509         * math/auto-libm-test-in: Add more tests of asinh.
39510         * math/auto-libm-test-out: Regenerated.
39511         * sysdeps/i386/fpu/libm-test-ulps: Update.
39512         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39514 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
39516         [BZ #15850]
39517         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
39518         and ip6_mtuinfo definitions here.
39519         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
39520         in this define too.  Update comment.
39522 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
39524         * elf/sprof.c (load_shobj): Tweak error message to match others.
39526 2015-02-24  Kevin Easton  <kevin@guarana.org>
39528         [BZ #16145] (partial fix)
39529         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
39530         to reduce lock contention.
39532 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
39534         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
39535         (struct timex): Update time comment.
39536         (ADJ_SETOFFSET): Define.
39538 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
39540         [BZ #18019]
39541         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
39542         2**56 not 2**28 as threshold for log (2x) formula.
39543         * math/auto-libm-test-in: Add more tests of acosh.
39544         * math/auto-libm-test-out: Regenerated.
39545         * sysdeps/i386/fpu/libm-test-ulps: Update.
39546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39548 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
39550         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
39551         parenthesis around the buf assignment.
39552         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
39554 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
39556         [BZ #16783]
39557         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
39558         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
39559         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
39560         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
39561         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
39562         * math/libm-test.inc (scalb_test_data): Add more tests.
39564 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
39566         [BZ #17916]
39567         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
39568         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
39570 2015-02-24  Eric Rannaud  <e@nanocritical.com>
39572         [BZ #17523]
39573         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
39574         * io/bits/fcntl2.h (open): Use it.
39575         (openat): Likewise.
39576         * io/open.c (__libc_open): Likewise.
39577         * io/open64.c (__libc_open64): Likewise.
39578         * io/open64_2.c (__open64_2): Likewise.
39579         * io/open_2.c (__open_2): Likewise.
39580         * io/openat.c (__openat): Likewise.
39581         * io/openat64.c (__openat64): Likewise.
39582         * io/openat64_2.c (__openat64_2): Likewise.
39583         * io/openat_2.c (__openat_2): Likewise.
39584         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
39585         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
39586         * sysdeps/posix/open64.c (__libc_open64): Likewise.
39587         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
39588         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
39589         (__open_nocancel): Likewise.
39590         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
39591         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
39592         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
39594 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
39596         [BZ #14841]
39597         * resolv/gethnamaddr.c (getanswer): Skip logging if
39598         RES_USE_DNSSEC is set.
39599         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
39601 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
39603         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
39605 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
39607         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
39608         201304L, for Unicode 7.
39610 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
39612         [BZ #17836]
39613         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
39614         shared library.  Add gmon-start.os otherwise.
39615         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
39616         $(objpfx)gmon-start.os if builing shared library.
39617         ($(objpfx)g$(static-start-installed-name)): Likewise.
39619 2015-02-23  Andreas Schwab  <schwab@suse.de>
39621         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
39623 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39625         [BZ #17269]
39626         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
39627         (enlarge_userbuf): Likewise.
39629 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
39631         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
39632         * math/atest-exp.c (TIMEOUT): Adjust to 200.
39633         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
39634         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
39636 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
39638         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
39639         expression inside statement expression.
39641 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
39643         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
39644         <sysdeps/nptl/lowlevellock.h> and remove macros and
39645         functions that are now defined there.
39646         (SYS_futex): Remove.
39647         (lll_compare_and_swap): Remove.
39648         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
39650 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
39652         [BZ #17999]
39653         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
39654         instead of scandirat.
39655         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
39656         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
39657         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
39658         __scandirat.
39659         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
39660         (__scandirat): Declare.  Use libc_hidden_proto.
39661         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
39662         Remove variable.
39663         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
39665 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
39667         [BZ #15319]
39668         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
39669         (MO): New macro.
39670         (__ieee754_atan2): For results with small absolute value, force
39671         underflow exception and remove excess range and precision from
39672         return value.
39673         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
39674         (MO): New macro.
39675         (__ieee754_atan2f): For results with small absolute value, force
39676         underflow exception and remove excess range and precision from
39677         return value.
39678         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
39679         (MO): New macro.
39680         (__atan): For results with small absolute value, force underflow
39681         exception and remove excess range and precision from return value.
39682         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
39683         (MO): New macro.
39684         (__atanf): For results with small absolute value, force underflow
39685         exception and remove excess range and precision from return value.
39686         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
39687         <math.h>.
39688         (__ieee754_atan2): Force underflow exception for results with
39689         small absolute value.
39690         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
39691         <math_private.h>.
39692         (atan): Force underflow exception for results with small absolute
39693         value.
39694         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
39695         (__atanf): Force underflow exception for results with small
39696         absolute value.
39697         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
39698         <math.h>.
39699         (__atanl): Force underflow exception for results with small
39700         absolute value.
39701         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
39702         (__atanl): Force underflow exception for results with small
39703         absolute value.
39704         * sysdeps/x86/fpu/bits/mathinline.h
39705         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
39706         (__ieee754_atan2): Only define inline for long double.
39707         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
39708         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
39709         * math/auto-libm-test-in: Do not mark underflow exceptions as
39710         possibly missing for bug 15319.  Add more tests of atan2.
39711         * math/auto-libm-test-out: Regenerated.
39712         * math/libm-test.inc (casin_test_data): Do not mark underflow
39713         exceptions as possibly missing for bug 15319.
39714         (casinh_test_data): Likewise.
39715         * sysdeps/i386/fpu/libm-test-ulps: Update.
39717 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
39719         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
39720         * sysdeps/mips/bits/endian.h: Fix comments.
39722 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
39724         [BZ #17996]
39725         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
39726         (hdestroy_r): Likewise.
39727         (hsearch_r): Likewise.
39728         (__hcreate_r): Declare and use libc_hidden_proto.
39729         (__hdestroy_r): Likewise.
39730         (__hsearch_r): Likewise.
39731         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
39732         (hcreate): Call __hcreate_r instead of hcreate_r.
39733         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
39734         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
39735         as weak alias of __hcreate_r.
39736         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
39737         __hdestroy_r.
39738         (hsearch_r): Rename to __hsearch_r and define as weak alias of
39739         __hsearch_r.
39740         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
39741         Remove variable.
39742         (test-xfail-XPG4/search.h/linknamespace): Likewise.
39743         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
39744         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
39745         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
39747 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
39749         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
39750         arena_lock into a single arena_get.
39752 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
39754         * dl-reloc.c: Inlucde libc-internal.h.
39755         (_dl_try_allocate_static_tls): Call ALIGN_UP.
39756         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
39757         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
39758         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
39759         (grow_heap): Likewise.
39760         * malloc/malloc.c: Include libc-internal.h.
39761         (do_check_malloc): Call powerof2.
39762         (sysmalloc): Use pagesize. Call ALIGN_UP.
39763         (systrim): Use pagesize.
39764         (mremap_chunk): Use pagesize. Call ALIGN_UP.
39765         (__libc_valloc): Use pagesize.
39766         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
39768 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
39770         [BZ #17991]
39771         * include/sys/resource.h (__getrlimit64): Declare.  Use
39772         libc_hidden_proto.
39773         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
39774         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
39775         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
39776         getrlimit64.
39777         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
39778         __getrlimit64.
39779         [!getrlimit64] (getrlimit64): Define as weak alias of
39780         __getrlimit64.  Use libc_hidden_weak.
39781         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
39782         using __getrlimit64 not __new_getrlimit64.
39783         (__GI_getrlimit64): Likewise.
39784         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
39785         Likewise.
39786         (__GI_getrlimit64): Likewise.
39787         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
39788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
39789         (getrlimit): Add __getrlimit64 alias.
39790         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
39791         Likewise.
39792         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
39793         Remove variable.
39794         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
39795         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
39797 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
39799         * libio/fileops.c: Add missing sys/mman.h
39800         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
39802 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
39804         * manual/math.texi (Errors in Math Functions): Clarify goals
39805         regarding inexact and underflow exceptions.
39807 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
39809         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
39810         * sysdeps/mips/memset.S: Ditto.
39812 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
39814         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
39816 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
39818         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
39819         (__v1longjmp): Remove versioned symbol.
39820         (__v1siglongjmp): Remove alias and versioned symbol.
39821         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
39822         (__v2siglongjmp): Likewise.
39824 2015-02-16  Torvald Riegel  <triegel@redhat.com>
39826         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
39828 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
39830         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
39832 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
39834         [BZ #17987]
39835         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
39836         zero result does not depend on the sign resulting from
39837         subtraction.
39838         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
39839         Likewise.
39840         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
39841         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
39842         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
39843         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
39844         * math/libm-test.inc (remquo_test_data): Add more tests.
39846 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
39848         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
39849         Problem reported by J William Piggott.
39851 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
39853         [BZ #17978]
39854         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
39855         products 4 * y and 2 * y where those would overflow.
39856         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
39857         Likewise.
39858         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
39859         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
39860         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
39861         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
39862         * math/libm-test.inc (remquo_test_data): Add more tests.
39864         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
39866         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
39867         [defined _COMPILING_NEWLIB].
39868         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
39869         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
39871         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
39872         [!defined __mips_isa_rev || __mips_isa_rev < 6].
39874 2015-02-16  Torvald Riegel  <triegel@redhat.com>
39876         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
39877         acquired.
39879 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
39881         [BZ #17792]
39882         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
39883         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
39884         HOST_STACK_END_ADDR): Likewise.
39886 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
39888         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
39889         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
39890         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
39892 2015-02-13  Roland McGrath  <roland@hack.frob.com>
39894         * sysdeps/generic/c++-types.data: New file.
39895         * sysdeps/generic/ld.abilist: New file.
39896         * sysdeps/generic/libBrokenLocale.abilist: New file.
39897         * sysdeps/generic/libanl.abilist: New file.
39898         * sysdeps/generic/libc.abilist: New file.
39899         * sysdeps/generic/libcrypt.abilist: New file.
39900         * sysdeps/generic/libdl.abilist: New file.
39901         * sysdeps/generic/libm.abilist: New file.
39902         * sysdeps/generic/libpthread.abilist: New file.
39903         * sysdeps/generic/libresolv.abilist: New file.
39904         * sysdeps/generic/librt.abilist: New file.
39906 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
39908         [BZ #17569]
39909         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
39910         Compute absolute value of x as modified by fmod, not original
39911         value of x.
39912         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
39913         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
39914         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
39915         RUN_TEST_ffI_f1_mod8.
39916         (remquo_test_data): Add more tests.
39918 2015-02-13  Roland McGrath  <roland@hack.frob.com>
39920         * sysdeps/init_array/pt-crti.S: New file.
39922 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
39924         [BZ #17967]
39925         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
39926         __builtin_fmaf instead of relying on contraction of a * b + c.
39928 2015-02-12  J William Piggott  <elseifthen@gmx.com>
39930         [BZ #17969]
39931         * manual/time.texi: correct the zoneinfo path in the TZ Variable
39932         node.
39934 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
39936         [BZ #17964]
39937         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
39938         __builtin_fma instead of relying on contraction of a * b + c.
39940 2015-02-12  Roland McGrath  <roland@hack.frob.com>
39942         * Makeconfig (ASFLAGS): Add -Werror=undef.
39943         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
39944         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
39945         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
39947         * Makeconfig (after-link): New variable.
39948         (+link-pie, +link-pie-tests): Use it.
39949         (+link-static, +link-static-tests): Likewise.
39950         (+link, +link-tests): Likewise.
39951         * Makerules (build-module, build-module-asneeded): Likewise.
39952         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
39953         Likewise.
39954         * elf/Makefile ($(objpfx)ld.so): Likewise.
39956 2015-02-12  RĂŒdiger Sonderfeld  <ruediger@c-plusplus.net>
39958         [BZ #17965]
39959         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
39960         both struct timeval and struct timespec.
39962 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
39964         [BZ #16560]
39965         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
39966         and redefine.
39967         (__ieee754_exp2l): Do not multiply small fractional parts by
39968         M_LN2l.
39969         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
39970         small argument.
39971         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
39972         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
39973         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
39974         * math/auto-libm-test-in: Add more tests of exp2.
39975         * math/auto-libm-test-out: Regenerated.
39977 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
39979         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
39980         unaligned path.
39982 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39984         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
39985         little endian.
39987 2015-02-12  Andreas Schwab  <schwab@suse.de>
39989         [BZ #15790]
39990         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
39991         Filter out elision flags from value returned in kind.
39992         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
39993         * nptl/tst-pthread-mutexattr.c: New file.
39995 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39997         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
39998         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
39999         into gnu-gnu, and update comment to refer to abi-tags.
40001 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
40003         [BZ #15467]
40004         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
40005         (__sincos): Set errno to EDOM for infinite argument.
40006         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
40007         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
40008         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
40009         (__sincosl): Set errno to EDOM for infinite argument.
40010         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
40011         (__sincosl): Set errno to EDOM for infinite argument.
40012         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
40013         (__sincosl): Set errno to EDOM for infinite argument.
40014         * math/libm-test.inc (sincos_test_data): Test errno setting.
40016 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
40018         * string/strxfrm_l.c: Remove #define STRCMP.
40019         * string/strcoll_l.c: Remove #define STRLEN.
40020         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
40021         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
40023 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
40025         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
40026         * sysdeps/mips/mips32/sfp-machine.h: ... here.
40027         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
40028         * sysdeps/mips/mips64/Makefile: ... here.
40029         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
40030         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
40031         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
40032         * sysdeps/mips/mips64/sfp-machine.h: ... here.
40033         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
40034         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
40035         * sysdeps/mips/mips64/n64/Implies: Likewise.
40037 2015-02-10  Roland McGrath  <roland@hack.frob.com>
40039         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
40040         <sys/time.h>, <string.h>, and <errno.h>.
40041         (dest_offset, dest_address, value, zero): Remove unused variables.
40042         (ldouble): Remove typedef.
40043         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
40044         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
40045         1).  Fix code style.
40046         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
40047         (check): Function removed.
40048         (CHECK): New macro.
40049         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
40050         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
40051         Don't call set_sigaction_FP and remove_sigaction_FP here.
40052         (ldouble_test): Just use 'long double' as macro argument, no need for
40053         the 'ldouble' typedef.
40054         (do_test): Set up SIGFPE handler at start, using plain signal rather
40055         than sigaction.  Fix code style.
40057 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
40059         [BZ #17949]
40060         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
40061         jump label.
40063 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
40065         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
40066         * sysdeps/powerpc/powerpc32/configure: Regenerated.
40068         * sysdeps/powerpc/configure.ac: Remove file.
40069         * sysdeps/powerpc/configure: Likewise.
40071         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
40072         [sysdep_routines]: Remove wordcopy-power6 object.
40073         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
40074         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
40075         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
40076         (__memmove_ppc32): Likewise.
40077         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
40078         file.
40079         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
40080         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
40081         Remove preprocessor.
40083         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
40084         [sysdep_routines]: Remove wide chars objects.
40085         [wcsmbs]: New rule for wide char objects.
40087         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
40088         Remove wordcopy-power6 obejct.
40089         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
40090         Use local call for wordcopy and memcpy symbols.
40091         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
40092         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
40093         implementation for loader.
40094         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
40096         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
40097         Remove wordcopy-power7 object.
40098         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
40099         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
40100         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
40101         (_wordcopy_fwd_dest_aligned): Likewise.
40102         (_wordcopy_bwd_aligned): Likewise.
40103         (_wordcopy_bwd_dest_aligned): Likewise.
40105         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
40106         Rewrite to call __memmove_ppc instead of include default
40107         implementation.
40109         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
40110         Remove wide chars objects.
40111         [wcsmbs]: New rule for wide char objects.
40113 2015-02-09  Andreas Schwab  <schwab@suse.de>
40115         [BZ #17912]
40116         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
40117         in terms of __O_DIRECTORY.
40119 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40121         * time/getdate.c: Include <stdbool.h>.
40122         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
40123         call PTR_MANGLE.
40124         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
40125         PTR_DEMANGLE.
40127 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
40129         Add ersatz _Static_assert on older C hosts
40130         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
40131         pre-C11 C platform that is not known to support _Static_assert.
40133 2015-02-07  Richard Braun  <rbraun@sceen.net>
40135         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
40136         sigstate.
40137         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
40139 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40141         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
40142         priority against unexistent AIO_PRIO_DELTA_MAX.
40143         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
40144         instead of int.
40145         * misc/fchflags.c (fchflags): Likewise.
40146         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
40147         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
40148         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
40149         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
40150         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
40151         Declare macros.
40152         [__USE_MISC] (chflags, fchflags): Declare functions.
40153         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
40154         EINVAL when nfds is greater than FD_SETSIZE.
40155         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
40156         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
40157         45.
40158         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
40159         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
40160         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
40161         MACH_RCV_TIMED_OUT.
40162         * hurd/hurd/signal.h (_hurd_self_sigstate,
40163         _hurd_critical_section_lock, _hurd_critical_section_unlock):
40164         Explicit casts from void *.
40165         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
40166         * abi-tags: Rename gnu-gnu os into gnu.
40168         [BZ #4719]
40169         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
40170         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
40171         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
40172         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
40173         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
40174         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
40176         [BZ #17944]
40177         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
40178         duplicates ADDR->sun_path with sockaddr LEN limitation.
40179         * sysdeps/mach/hurd/connect.c: Include <string.h>
40180         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
40181         * sysdeps/mach/hurd/sendmsg.c: Likewise.
40182         * sysdeps/mach/hurd/sendto.c: Likewise.
40183         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
40184         implementing it by hand.
40186 2015-02-06  Roland McGrath  <roland@hack.frob.com>
40188         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
40189         Use sfi_breg on ldr.
40190         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
40191         Likewise.
40193         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
40194         it's defined.
40195         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
40196         Test SIGSETXID only if it's defined.
40198         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
40200         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
40201         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
40203         * nptl/tst-align2.c: Moved ...
40204         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
40205         * nptl/Makefile (tests): Remove tst-align2.
40206         * sysdeps/unix/sysv/linux/Makefile
40207         [$(subdir) = nptl] (tests): Add tst-align-clone.
40208         * nptl/tst-getpid1.c: Moved ...
40209         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
40210         * nptl/tst-getpid2.c: Moved ...
40211         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
40212         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
40213         * sysdeps/unix/sysv/linux/Makefile
40214         [$(subdir) = nptl] (tests): ... here.
40215         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
40216         * sysdeps/unix/sysv/linux/Makefile
40217         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
40219         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
40220         Drop trailing \n from perror argument.  Use return rather than exit.
40222         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
40223         on [SA_SIGINFO].
40224         * nptl/tst-cancel21.c (do_test): Likewise.
40225         * debug/tst-backtrace6.c: Include <signal.h> first thing.
40226         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
40227         [!SA_SIGINFO]: Make it a stub test.
40229         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
40230         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
40232         * posix/tst-getlogin.c: Move to ...
40233         * login/tst-getlogin.c: ... here.
40234         * posix/Makefile (tests): Move tst-getlogin to ...
40235         * login/Makefile (tests): ... here.
40237         * libio/tst-atime.c (do_test): Move local variables SV and E
40238         inside [ST_NOATIME] conditional.
40240         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
40242         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
40244         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
40245         (wait_code): New function replaces macro.
40246         Call nanosleep rather than syscall.
40248         * nptl/pt-system.c: Rewritten.  Put everything under
40249         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
40250         Use IFUNC to redirect when possible.
40252         * nptl/pt-longjmp.c: Rewritten.  Put everything under
40253         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
40254         Use IFUNC to redirect when possible.
40256         * nptl/pt-fork.c: Rewritten.  Put everything under
40257         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
40258         Use IFUNC to redirect when possible.
40259         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
40261         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
40262         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
40263         unconditionally nowadays.  This included the only reference to
40264         __vdso_clock_gettime that appears outside libc proper.
40265         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
40266         Remove version set (containing only __vdso_clock_gettime).
40267         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
40268         Add attribute_hidden.
40269         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
40270         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
40271         libc_hidden_data_def.
40272         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
40273         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
40275         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
40276         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
40277         setrpcent, and getrpcport to ...
40278         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
40279         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
40280         getrpcbynumber_r, and getrpcent_r to ...
40281         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
40282         * inet/getrpcbyname.c: Moved ...
40283         * sunrpc/getrpcbyname.c: ... here.
40284         * inet/getrpcbyname_r.c: Moved ...
40285         * sunrpc/getrpcbyname_r.c: ... here.
40286         * inet/getrpcbynumber.c: Moved ...
40287         * sunrpc/getrpcbynumber.c: ... here.
40288         * inet/getrpcbynumber_r.c: Moved ...
40289         * sunrpc/getrpcbynumber_r.c: ... here.
40290         * inet/getrpcent.c: Moved ...
40291         * sunrpc/getrpcent.c: ... here.
40292         * inet/getrpcent_r.c: Moved ...
40293         * sunrpc/getrpcent_r.c: ... here.
40294         * inet/Makefile (routines): Move those to ...
40295         * sunrpc/Makefile (routines): ... here.
40296         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
40297         the $(subdirs) list.
40298         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
40299         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
40300         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
40301         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
40303         * elf/Makefile (routines): Include $(all-dl-routines), not just
40304         $(dl-routines).
40305         (rtld-routines): Likewise.  Use = rather than :=.
40306         * sysdeps/aarch64/Makefile [$(subdir) = elf]
40307         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
40308         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
40309         * sysdeps/arm/Makefile: Likewise.
40310         * sysdeps/i386/Makefile: Likewise.
40311         * sysdeps/x86_64/Makefile: Likewise.
40312         * sysdeps/hppa/Makefile [$(subdir) = elf]
40313         (sysdep_routines, sysdep-rtld-routines): Don't add
40314         $(sysdep-dl-routines) to these.
40315         * sysdeps/ia64/Makefile: Likewise.
40316         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
40317         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
40318         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
40319         Don't add dl-static to these; sysdep-dl-routines alone is enough.
40320         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
40321         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
40322         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
40323         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
40324         * sysdeps/powerpc/Makefile [$(subdir) = elf]
40325         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
40326         these; sysdep-dl-routines alone is enough.
40328 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
40330         [BZ #17932]
40331         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
40332         where multiplication results in zero and third argument is finite
40333         and nonzero.
40334         * math/auto-libm-test-in: Add more tests of fma.
40335         * math/auto-libm-test-out: Regenerated.
40337         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
40338         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
40339         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
40340         (_FP_CMP_EQ): Likewise.
40341         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
40343         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
40344         extra argument CHECK_NAN.  Redefine as wrapper around
40345         _FP_EXTEND_CNAN.
40347 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
40349         * version.h (RELEASE): Set to "stable".
40350         (VERSION): Set to "2.21"
40351         * include/features.h (__GLIBC_MINOR__): Set to 21.
40353         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
40355 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
40356             Paul Eggert  <eggert@cs.ucla.edu>
40358         [BZ #16618]
40359         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
40360         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
40361         size in bytes. Store needed elements in wpmax. Use needed size
40362         in bytes for extend_alloca.
40364 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
40366         * manual/install.texi: Latest tested versions are GCC 4.9.2,
40367         binutls 2.25, and texinfo 5.2.
40368         * INSTALL: Regenerate.
40369         * sysdeps/nios2/configure: Regenerate.
40370         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
40371         * manual/contrib.texi: Update.
40372         * po/be.po: Update.
40373         * po/bg.po: Update.
40374         * po/ca.po: Update.
40375         * po/cs.po: Update.
40376         * po/da.po: Update.
40377         * po/de.po: Update.
40378         * po/el.po: Update.
40379         * po/eo.po: Update.
40380         * po/es.po: Update.
40381         * po/fi.po: Update.
40382         * po/fr.po: Update.
40383         * po/gl.po: Update.
40384         * po/hr.po: Update.
40385         * po/hu.po: Update.
40386         * po/ia.po: Update.
40387         * po/id.po: Update.
40388         * po/it.po: Update.
40389         * po/ja.po: Update.
40390         * po/ko.po: Update.
40391         * po/lt.po: Update.
40392         * po/nb.po: Update.
40393         * po/nl.po: Update.
40394         * po/pl.po: Update.
40395         * po/pt_BR.po: Update.
40396         * po/ru.po: Update.
40397         * po/rw.po: Update.
40398         * po/sk.po: Update.
40399         * po/sl.po: Update.
40400         * po/sv.po: Update.
40401         * po/tr.po: Update.
40402         * po/uk.po: Update.
40403         * po/vi.po: Update.
40404         * po/zh_CN.po: Update.
40405         * po/zh_TW.po: Update.
40407         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
40408         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
40409         * sysdeps/hppa/dl-irel.h: Remove #warning.
40410         * sysdeps/hppa/entry.h: Provide prototype for
40411         __canonicalize_funcptr_for_compare and cast argument.
40412         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
40413         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
40414         * sysdeps/hppa/sotruss-lib.c: New file.
40415         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
40416         (atomic_compare_and_exchange_val_acq): Use __typeof__.
40417         (atomic_compare_and_exchange_bool_acq): Likewise.
40418         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
40419         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
40421         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
40422         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
40423         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
40425 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
40427         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
40428         called function in non-PIC case.
40430 2015-01-31  David S. Miller  <davem@davemloft.net>
40432         * sysdeps/sparc/sparc32/bits/atomic.h
40433         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
40434         unlock not after it.
40435         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
40436         volatile register usage warnings from the compiler.
40438         * sysdeps/sparc/nptl/sem_init.c: Delete.
40439         * sysdeps/sparc/nptl/sem_post.c: Delete.
40440         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
40441         * sysdeps/sparc/nptl/sem_wait.c: Delete.
40442         * sysdeps/sparc/sparc32/sem_init.c: New file.
40443         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
40444         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
40445         padding explicitly initialized.
40446         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
40447         padding for in-semaphore spinlock.
40448         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
40449         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
40450         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
40451         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
40452         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
40453         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
40454         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
40455         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
40456         version.
40457         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
40458         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
40460 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
40462         [BZ #17801]
40463         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
40464         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
40465         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
40466         New.
40467         (index_AVX_Fast_Unaligned_Load): Likewise.
40468         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
40469         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
40470         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
40471         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
40472         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
40473         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
40474         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
40475         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
40476         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
40478 2015-01-29  Andreas Schwab  <schwab@suse.de>
40480         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
40482 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
40484         [BZ #17892]
40485         * nscd/nscd_stat.c (send_stats): Initialize DATA.
40487 2015-01-28  Martin Sebor  <msebor@redhat.com>
40489         * math/README.libm-test: Clarify. Add "How to read the test output."
40491 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
40493         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
40494         Define to 0.
40496 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
40498         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
40499         (__HAVE_64B_ATOMICS): Define to 0.
40501 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
40503         [BZ #17885]
40504         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
40505         value to set as new flag.
40507         [BZ #16576]
40508         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
40509         and use _ARCH_PPCSQ instead.
40510         (__ieee754_sqrt): Likewise.
40511         (__ieee754_sqrtf): Likewise.
40512         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
40513         _ARCH_PPCSQ is defined.
40514         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
40515         fsqrt instruction.
40516         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
40517         _ARCH_PPCSQ is defined.
40518         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
40519         fsqrts instruction.
40520         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
40522 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40524         * iconv/loop.c: Suppress array out of bound warning caused by GCC
40525         bug (GCC BZ #64739).
40527 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
40529         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
40530         Mark _retval as used.
40531         (lll_futex_wake_unlock): Likewise.
40532         (lll_futex_timed_wait_requeue_pi): Likewise.
40534         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
40535         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
40536         register variables.
40538         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
40539         libm_hidden_def.
40541         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
40542         (__bswap_64): Mark as __always_inline.
40544 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
40546         [BZ #15378]
40547         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
40548         when none of the search directories exist.
40550 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
40552         [BZ #17869]
40553         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
40554         power8 in .machine directive.
40556         [BZ #17868]
40557         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
40558         set dependency from opd value.
40560 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
40562         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
40563         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
40564         architecture.
40566 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
40568         [BZ #17870]
40569         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
40570         with uint64_t.
40571         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
40572         (uint64_t) 1.
40573         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
40574         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
40575         Replace 1UL with (uint64_t) 1.
40576         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
40577         int with uint64_t.
40579 2015-01-23  Roland McGrath  <roland@hack.frob.com>
40581         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
40582         (if_freenameindex): Likewise.
40584         * resource/getrlimit64.c: Add missing libc_hidden_def.
40586 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
40588         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
40589         __label__.
40590         (_FP_FMA): Likewise.
40591         (_FP_TO_INT_ROUND): Likewise.
40592         (_FP_FROM_INT): Likewise.
40594 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40596         [BZ #16418]
40597         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
40598         Make code racy and cancel safe.
40600 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
40602         * sysdeps/arm/unwind-resume.h: Fix copyright year.
40603         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
40604         attribution.
40606         * pwd/tst-getpw.c: Rewrite.
40608         [BZ #17702]
40609         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
40610         (modules-names): Add moddummy1 and moddummy2.
40611         ($(objpfx)tst-rec-dlopen): Define.
40612         * dlfcn/moddummy1.c: New file.
40613         * dlfcn/moddummy2.c: New file.
40614         * dlfcn/tst-rec-dlopen.c: New file.
40615         * elf/dl-cache.c (_dl_load_cache_lookup):
40616         Return char*. Copy result with alloca/strcpy/strdup.
40617         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
40618         returns char*. Free cached. If not saving realname
40619         free cached.
40620         * elf/dl-open.c (dl_open_worker): Do not assert that
40621         _r_debug->r_state is RT_CONSISTENT.
40622         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
40623         returns char*.
40625 2015-01-21  Torvald Riegel  <triegel@redhat.com>
40626             Carlos O'Donell  <carlos@redhat.com>
40628         [BZ #12674]
40629         * nptl/sem_waitcommon.c: New file.
40630         * nptl/sem_wait.c: Include sem_waitcommon.c.
40631         (__sem_wait_cleanup, do_futex_wait): Remove.
40632         (__new_sem_wait): Adapt.
40633         (__new_sem_trywait): New function.
40634         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
40635         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
40636         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
40637         (sem_timedwait): Adapt.
40638         * nptl/sem_post.c (__new_sem_post): Adapt.
40639         (futex_wake): New function.
40640         (__old_sem_post): Add release MO fence.
40641         * nptl/sem_open.c (sem_open): Adapt.
40642         * nptl/sem_init.c (__new_sem_init): Adapt.
40643         (futex_private_if_supported): New function.
40644         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
40645         (__old_sem_getvalue): Add using previous code.
40646         * sysdeps/nptl/internaltypes.h: Adapt.
40647         * nptl/tst-sem13.c (do_test): Adapt.
40648         * nptl/tst-sem11.c (main): Adapt.
40649         * nptl/sem_trywait.c: Remove.
40650         * nptl/DESIGN-sem.txt: Remove.
40651         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
40652         (gen-as-const-headers): Remove structsem.sym.
40653         * nptl/structsem.sym: Remove.
40654         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
40655         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
40656         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
40657         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
40658         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
40659         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
40660         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
40661         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
40662         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
40663         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
40664         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
40665         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
40666         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
40667         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
40668         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
40669         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
40670         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
40671         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
40672         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
40673         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
40674         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
40675         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
40677 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
40679         * INSTALL: Regenerated.
40681         * po/libc.pot: Regenerated.
40683 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
40684             Sandra Loosemore  <sandra@codesourcery.com>
40685             Andrew Jenner  <andrew@codesourcery.com>
40686             Joseph Myers  <joseph@codesourcery.com>
40687             Nathan Sidwell  <nathan@codesourcery.com>
40689         * NEWS: Mention new Nios II port.
40690         * sysdeps/nios2/Implies: New file.
40691         * sysdeps/nios2/Makefile: New file.
40692         * sysdeps/nios2/Subdirs: New file.
40693         * sysdeps/nios2/Versions: New file.
40694         * sysdeps/nios2/__longjmp.S: New file.
40695         * sysdeps/nios2/abort-instr.h: New file.
40696         * sysdeps/nios2/backtrace.c: New file.
40697         * sysdeps/nios2/bits/endian.h: New file.
40698         * sysdeps/nios2/bits/fenv.h: New file.
40699         * sysdeps/nios2/bits/link.h: New file.
40700         * sysdeps/nios2/bits/setjmp.h: New file.
40701         * sysdeps/nios2/bsd-_setjmp.S: New file.
40702         * sysdeps/nios2/bsd-setjmp.S: New file.
40703         * sysdeps/nios2/configure: New generated file.
40704         * sysdeps/nios2/configure.ac: New file.
40705         * sysdeps/nios2/crti.S: New file.
40706         * sysdeps/nios2/crtn.S: New file.
40707         * sysdeps/nios2/dl-init.c: New file.
40708         * sysdeps/nios2/dl-machine.h: New file.
40709         * sysdeps/nios2/dl-sysdep.h: New file.
40710         * sysdeps/nios2/dl-tls.h: New file.
40711         * sysdeps/nios2/dl-trampoline.S: New file.
40712         * sysdeps/nios2/gccframe.h: New file.
40713         * sysdeps/nios2/gmp-mparam.h: New file.
40714         * sysdeps/nios2/jmpbuf-offsets.h: New file.
40715         * sysdeps/nios2/jmpbuf-unwind.h: New file.
40716         * sysdeps/nios2/ldsodefs.h: New file.
40717         * sysdeps/nios2/libc-tls.c: New file.
40718         * sysdeps/nios2/libm-test-ulps: New file.
40719         * sysdeps/nios2/machine-gmon.h: New file.
40720         * sysdeps/nios2/math-tests.h: New file.
40721         * sysdeps/nios2/math_private.h: New file.
40722         * sysdeps/nios2/memusage.h: New file.
40723         * sysdeps/nios2/nptl/Makefile: New file.
40724         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
40725         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
40726         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
40727         * sysdeps/nios2/nptl/pthreaddef.h: New file.
40728         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
40729         * sysdeps/nios2/nptl/tls.h: New file.
40730         * sysdeps/nios2/preconfigure: New file.
40731         * sysdeps/nios2/s_fma.c: New file.
40732         * sysdeps/nios2/s_fmaf.c: New file.
40733         * sysdeps/nios2/setjmp.S: New file.
40734         * sysdeps/nios2/sfp-machine.h: New file.
40735         * sysdeps/nios2/sotruss-lib.c: New file.
40736         * sysdeps/nios2/stackguard-macros.h: New file.
40737         * sysdeps/nios2/stackinfo.h: New file.
40738         * sysdeps/nios2/start.S: New file.
40739         * sysdeps/nios2/sysdep.h: New file.
40740         * sysdeps/nios2/tls-macros.h: New file.
40741         * sysdeps/nios2/tst-audit.h: New file.
40742         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
40743         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
40744         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
40745         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
40746         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
40747         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
40748         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
40749         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
40750         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
40751         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
40752         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
40753         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
40754         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
40755         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
40756         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
40757         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
40758         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
40759         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
40760         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
40761         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
40762         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
40763         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
40764         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
40765         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
40766         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
40767         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
40768         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
40769         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
40770         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
40771         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
40772         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
40773         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
40774         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
40775         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
40776         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
40777         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
40778         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
40779         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
40780         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
40781         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
40782         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
40783         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
40784         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
40785         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
40787 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
40789         [BZ #17844]
40790         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
40791         (getutent): Use weak_alias in non SHARED case
40792         and default_symbol_version in SHARED case.
40793         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
40794         (getutent_r, pututline): Likewise.
40795         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
40796         (getutid): Likewise.
40797         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
40798         (getutid_r): Likewise.
40799         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
40800         (getutline): Likewise.
40801         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
40802         (getutline_r): Likewise.
40803         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
40804         (updwtmp): Likewise.
40806 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
40808         [BZ #17848]
40809         * sysdeps/s390/s390-32/memcmp.S
40810         (memcmp_g5): Rename to __memcmp_g5.
40811         * sysdeps/s390/s390-32/memcpy.S
40812         (memcpy_g5): Rename to __memcpy_g5.
40813         Jump to __memcpy_mvcle instead of memcpy_mvcle.
40814         (memcpy_mvcle) Rename to __memcpy_mvcle.
40815         * sysdeps/s390/s390-32/memset.S
40816         (memset_g5): Rename to __memset_g5.
40817         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
40818         (IFUNC_RESOLVE): Prefix ifunc-resolve function
40819         and use prefixed functions.
40820         * sysdeps/s390/s390-32/multiarch/memcmp.S
40821         (memcmp_z196): Rename to __memcmp_z196.
40822         (memcmp_z10): Rename to __memcmp_z10.
40823         (memcmp): Set alias to __memcmp_g5.
40824         (bcmp): Set alias to __memcmp_g5.
40825         * sysdeps/s390/s390-32/multiarch/memcpy.S
40826         (memcpy_z196): Rename to __memcpy_z196.
40827         Jump to __memcpy_mvcle instead of memcpy_mvcle.
40828         (memcpy_z10): Rename to __memcpy_z10.
40829         Jump to __memcpy_mvcle instead of memcpy_mvcle.
40830         (memcpy): Set alias to __memcpy_g5.
40831         * sysdeps/s390/s390-32/multiarch/memset.S
40832         (memset_z196): Rename to __memset_z196.
40833         Jump to __memset_mvcle instead of memset_mvcle.
40834         (memset_z10): Rename to __memset_z10.
40835         Jump to __memset_mvcle instead of memset_mvcle.
40836         (memset_mvcle) Rename to __memset_mvcle.
40837         (memset): Set alias to __memset_g5.
40838         * sysdeps/s390/s390-64/memcmp.S
40839         (memcmp_z900): Rename to __memcmp_z900.
40840         * sysdeps/s390/s390-64/memcpy.S
40841         (memcpy_z900): Rename to __memcpy_z900.
40842         Jump to __memcpy_mvcle instead of memcpy_mvcle.
40843         (memcpy_mvcle) Rename to __memcpy_mvcle.
40844         * sysdeps/s390/s390-64/memset.S
40845         (memset_z900): Rename to __memset_z900.
40846         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
40847         (IFUNC_RESOLVE): Prefix ifunc-resolve function
40848         and use prefixed functions.
40849         * sysdeps/s390/s390-64/multiarch/memcmp.S
40850         (memcmp_z196): Rename to __memcmp_z196.
40851         (memcmp_z10): Rename to __memcmp_z10.
40852         (memcmp): Set alias to __memcmp_z900.
40853         (bcmp): Set alias to __memcmp_z900.
40854         * sysdeps/s390/s390-64/multiarch/memcpy.S
40855         (memcpy_z196): Rename to __memcpy_z196.
40856         Jump to __memcpy_mvcle instead of memcpy_mvcle.
40857         (memcpy_z10): Rename to __memcpy_z10.
40858         Jump to __memcpy_mvcle instead of memcpy_mvcle.
40859         (memcpy): Set alias to __memcpy_z900.
40860         * sysdeps/s390/s390-64/multiarch/memset.S
40861         (memset_z196): Rename to __memset_z196.
40862         Jump to __memset_mvcle instead of memset_mvcle.
40863         (memset_z10): Rename to __memset_z10.
40864         Jump to __memset_mvcle instead of memset_mvcle.
40865         (memset_mvcle) Rename to __memset_mvcle.
40866         (memset): Set alias to __memset_z900.
40868 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
40870         [BZ #17748]
40871         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
40872         __fesetenv instead of fesetenv.
40874 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
40876         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
40877         macro.
40879 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40881         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
40882         regression on LE.
40884         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
40885         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
40886         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
40887         strncmp-power8 object.
40888         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
40889         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
40890         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
40891         * NEWS: Update.
40893 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
40894             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40896         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
40897         trailing byte check.
40899 2015-01-13  David S. Miller  <davem@davemloft.net>
40901         * include/signal.h (__sigreturn): Guard with __USE_MISC.
40903 2015-01-13  Roland McGrath  <roland@hack.frob.com>
40905         * login/logout.c (logout): Use memset rather than bzero.
40906         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
40907         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
40908         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
40909         (_gethtbyaddr): Likewise.
40910         * locale/programs/simple-hash.c (bcopy): Macro removed.
40912 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40914         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
40915         Add strcmp-power8 object.
40916         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
40917         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
40918         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
40919         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
40920         __strcmp_power8 implementation.
40921         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
40922         * NEWS: Update.
40924         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
40925         Add strncpy-power8 and stpncpy-power8 objects.
40926         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
40927         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
40928         implementations.
40929         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
40930         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
40931         __stpncpy_power8 implementation.
40932         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
40933         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
40934         __strncpy_power8 implementation.
40935         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
40936         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
40937         * NEWS: Update.
40939         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
40940         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
40941         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
40943         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
40944         strncat-power8 object.
40945         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
40946         __strcat_power8 implementation.
40947         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
40948         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
40949         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
40950         optimized strcat for power8.
40952         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
40953         strcpy-power8 and stpcpy-power8 objects.
40954         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
40955         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
40956         implementations.
40957         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
40958         multiarch stpcpy implementation for POWER8.
40959         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
40960         multiarch strcpy implementation for POWER8.
40961         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
40962         __strcpy_power8 function.
40963         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
40964         stpcpy for POWER8.
40965         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
40966         strcpy for POWER8.
40967         * NEWS: Update.
40969 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
40971         [BZ #16009]
40972         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
40973         weights and rules. Use do_xfrm_cached if data fits in cache,
40974         do_xfrm otherwise.  Moved former main loop to...
40975         * (do_xfrm_cached): New function.
40976         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
40977         find_idx, find_position and stack_push.
40978         * (find_idx): New function.
40979         * (find_position): Likewise.
40980         * localedata/sort-test.sh: Added test run for do_xfrm.
40981         * localedata/xfrm-test.c (main): Added command line option
40982         -nocache to run the test with strings that are too large for
40983         the STRXFRM cache.
40985 2015-01-13  Torvald Riegel  <triegel@redhat.com>
40987         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
40988         variable to lll_futex_wake call, not the value itself.
40990 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
40992         [BZ #17803]
40993         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
40994         twom64.  Adjust value to 0x1p-64L.
40995         (__scalblnl): Only return standard underflowing result for K <=
40996         -64 not K <= -63; adjust exponent for underflowing result by 64
40997         not 63.
40998         * math/libm-test.inc (scalbn_test_data): Add more tests.
40999         (scalbln_test_data): Likewise.
41001         [BZ #17834]
41002         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
41003         0x1p63L.
41004         (__scalblnl): Get new exponent of adjusted subnormal value from ES
41005         not HX.
41006         * math/libm-test.inc (scalbn_test_data): Add more tests.
41007         (scalbln_test_data): Likewise.
41009 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41010             Stefani Seibold  <stefani@seibold.net>
41012         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
41013         (sysdep_routines): Add dl-vdso here, ...
41014         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
41015         (sysdep_routines): ... not here.
41016         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
41017         fallback when vDSO is not presented.
41018         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
41019         Define with libc_hidden_proto/libc_hidden_data_def definitions.
41020         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
41021         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
41022         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
41023         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
41024         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
41025         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
41026         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
41027         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
41028         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
41029         fallback configurable symbol when vDSO is not available.
41030         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
41031         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
41032         be able to redefine fallback symbol when vDSO is not available.
41033         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
41034         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
41036 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41038         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
41039         (TLS_INIT_TP): Add tm_capable initialization.
41040         (TLS_DEFINE_INIT_TP): Likewise.
41041         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
41042         TCB.
41043         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
41044         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
41045         calculation.
41046         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
41047         transactoion is lock elision is built and TCB tm_capable is set.
41048         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
41049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
41050         (INTERNAL_SYSCALL_NCS): Likewise.
41051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
41052         (INTERNAL_SYSCALL_NCS): Likewise.
41053         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
41055         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
41056         for powerpc.
41057         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
41058         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
41059         and remove it for 32 bits case.
41060         [pthread_rwlock_t] (__rwelision): New field for lock elision.
41061         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
41062         initialization.
41063         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
41064         Disable lock elision with rdlocks if elision is not available.
41066         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
41067         (sysdep_routines): Add lock elision objects.
41068         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
41069         [pthread_mutex_t] (__spins): Rework to add lock elision field.
41070         [pthread_mutex_t] (__elision): Add field.
41071         [__PTHREAD_SPINS]: Adjust to init lock elision field.
41072         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
41073         elision definitions for powerpc.
41074         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
41075         implementation of lock elision for powerpc.
41076         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
41077         implementation of timed lock elision for powerpc.
41078         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
41079         implementation of trylock with lock elision for powerpc.
41080         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
41081         implementaion of unlock for lock elision for powerpc.
41082         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
41083         automatic enable lock elision for mutexes.
41084         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
41085         transaction execution definitions for powerpc.
41086         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
41087         definitions.
41088         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
41089         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
41090         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
41091         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
41092         * NEWS: Update.
41094 2015-01-09  Roland McGrath  <roland@hack.frob.com>
41096         * sysdeps/posix/shm-directory.c: Use <> rather than ""
41097         for #include of <shm-directory.h>.
41099 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
41101         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
41102         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
41104 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
41106         [BZ #17791]
41107         * NEWS: Mention bug fix.
41108         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
41109         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
41110         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
41112 2015-01-09  Torvald Riegel <triegel@redhat.com>
41114         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
41116 2015-01-09  Torvald Riegel <triegel@redhat.com>
41118         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
41120 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
41122         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
41123         pointer and cast to uintptr_t.
41125 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
41127         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
41128         removed.
41129         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
41131 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
41133         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
41134         of 0.
41136 2015-01-08  Roland McGrath  <roland@hack.frob.com>
41138         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
41139         <nptl/pthreadP.h> instead.
41140         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
41142         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
41143         already defined.
41144         [__SIGRTMIN] (init): Function removed.
41145         [__SIGRTMIN] (initialized): Variable removed.
41146         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
41147         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
41148         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
41149         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
41150         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
41151         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
41152         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
41153         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
41154         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
41155         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
41156         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
41157         * sysdeps/nptl/allocrtsig.c: New file.
41158         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
41159         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
41160         * sysdeps/generic/testrtsig.h: File removed.
41162         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
41163         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
41165         * nptl/nptl-init.c (pthread_functions): Conditionalize
41166         .ptr__nptl_setxid initialization on [SIGSETXID].
41168         * sysdeps/nptl/sys/procfs.h: New file.
41169         * nptl_db/Makefile (headers): Add it.
41170         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
41172         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
41173         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
41174         * nptl/pthread_attr_setaffinity.c: Include it.
41175         * nptl/pthread_setattr_default_np.c: Likewise.
41176         * nptl/check-cpuset.h: New file.
41178 2015-01-08  Richard Henderson  <rth@redhat.com>
41180         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
41181         (CFLAGS-tst-execstack-prog.c): Likewise.
41182         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
41184 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
41185             Sandra Loosemore  <sandra@codesourcery.com>
41186             Andrew Jenner  <andrew@codesourcery.com>
41187             Joseph Myers  <joseph@codesourcery.com>
41188             Nathan Sidwell  <nathan@codesourcery.com>
41190         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
41191         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
41192         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
41193         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
41194         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
41195         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
41196         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
41197         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
41198         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
41199         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
41200         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
41201         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
41202         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
41203         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
41204         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
41205         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
41206         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
41208 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41210         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
41211         timespec struct member in syscall macro.
41212         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
41213         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
41214         first timeval struct member in syscall macro.
41215         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
41217 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
41219         [BZ #17748]
41220         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
41221         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
41222         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
41223         __feupdateenv and define as weak alias of __feupdateenv.  Use
41224         libm_hidden_weak.
41225         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
41226         libm_hidden_def.
41227         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
41228         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
41229         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
41230         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
41231         libm_hidden_def.
41232         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
41233         __feupdateenv and define as weak alias of __feupdateenv.  Use
41234         libm_hidden_weak.
41235         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
41236         libm_hidden_def.
41237         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
41238         __feupdateenv and define as weak alias of __feupdateenv.  Use
41239         libm_hidden_weak.
41240         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
41241         libm_hidden_def.
41242         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
41243         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
41244         (__feupdateenv): Likewise.
41245         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
41246         __feupdateenv and define as weak alias of __feupdateenv.  Use
41247         libm_hidden_weak.
41248         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41249         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
41250         libm_hidden_def.
41251         * sysdeps/tile/math_private.h (__feupdateenv): New inline
41252         function.
41253         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
41254         libm_hidden_def.
41255         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
41256         __feupdateenv instead of feupdateenv.
41257         (default_libc_feupdateenv_test): Likewise.
41258         (libc_feresetround_ctx): Likewise.
41260 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41262         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
41263         prototype.
41265 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
41267         * posix/regcomp.c (parse_bracket_exp): Initialize type to
41268         COLL_SYM in a couple of places to avoid uninitialized variable
41269         wanings on tilegx gcc 4.8.2.
41271 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
41273         * sysdeps/aarch64/strcpy.S: New file.
41274         * sysdeps/aarch64/stpcpy.S: New file.
41275         * NEWS: Updated.
41277 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
41279         * sysdeps/aarch64/strrchr.S: New file.
41280         * NEWS: Updated.
41282 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
41284         [BZ #17658]
41285         * stdlib/setenv.c: Fix memory leak when setting large,
41286         duplicate string.
41288 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
41290         [BZ #17273]
41291         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
41292         and tabs from buffer before parsing fstab entry.
41293         * misc/tst-mntent.c (main): Add test for mount entry with
41294         trailing spaces and tabs.
41296 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
41298         [BZ #17748]
41299         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
41300         * math/fesetround.c (fesetround): Rename to __fesetround and
41301         define as weak alias of __fesetround.  Use libm_hidden_weak.
41302         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
41303         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
41304         * sysdeps/arm/fesetround.c (fesetround): Likewise.
41305         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
41306         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
41307         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
41308         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
41309         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
41310         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
41311         __fesetround_inline.
41312         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
41313         __fesetround_inline instead of __fesetround.
41314         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
41315         __fesetround and define as weak alias of __fesetround.  Use
41316         libm_hidden_weak.  Call __fesetround_inline instead of
41317         __fesetround.
41318         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
41319         __fesetround and define as weak alias of __fesetround.  Use
41320         libm_hidden_weak.
41321         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
41322         Likewise.
41323         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
41324         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41325         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
41326         * sysdeps/tile/math_private.h (__fesetround): New inline function.
41327         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
41328         __fesetround and define as weak alias of __fesetround.  Use
41329         libm_hidden_weak.
41330         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
41331         __fesetround instead of fesetround.
41332         (default_libc_feholdexcept_setround): Likewise.
41333         (libc_feholdsetround_ctx): Likewise.
41334         (libc_feholdsetround_noex_ctx): Likewise.
41336         [BZ #17748]
41337         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
41338         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
41339         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
41340         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
41341         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
41342         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
41343         define as weak alias of __fesetenv.  Use libm_hidden_weak.
41344         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
41345         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
41346         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
41347         define as weak alias of __fesetenv.  Use libm_hidden_weak.
41348         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
41349         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
41350         define as weak alias of __fesetenv.  Use libm_hidden_weak.
41351         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
41352         libm_hidden_def.
41353         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
41354         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
41355         Likewise.
41356         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
41357         define as weak alias of __fesetenv.  Use libm_hidden_weak.
41358         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
41359         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
41360         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
41361         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
41362         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
41363         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
41364         __fesetenv instead of fesetenv.
41365         (libc_feresetround_noex_ctx): Likewise.
41366         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
41367         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
41368         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
41369         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
41370         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
41371         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
41372         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
41373         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
41374         (__feupdateenv): Likewise.
41375         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
41376         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41377         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
41378         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
41380 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
41382         [BZ #17806]
41383         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
41384         addresses have been freed.
41386 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
41388         * resolv/res_init.c (__res_vinit): Improve comments about nserv
41389         and nservall.
41391 2015-01-06  Ondƙej BĂ­lka  <neleai@seznam.cz>
41393         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
41394         Clean up check_pf allocation pattern. addresses
41396 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41398         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
41399         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
41400         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
41401         * nptl/pthread_exit.c (__pthread_exit): Likewise.
41402         * nptl/pthread_join.c (pthread_join): Likewise.
41403         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
41404         * sysdeps/posix/waitid.c (__waitid): Likewise.
41405         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
41406         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
41407         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
41408         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
41409         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
41410         Likewise.
41411         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
41412         (__libc_pread64): Likewise.
41413         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
41414         (__libc_pwrite): Likewise.
41415         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
41416         (__libc_pwrite64): Likewsie.
41417         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
41418         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
41419         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
41420         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
41421         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
41422         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
41423         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
41424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
41425         Likewise.
41426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
41427         (__libc_pread64): Likewise.
41428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
41429         Likewise.
41430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
41431         (__libc_pwrite64): Likewise.
41432         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
41433         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
41434         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
41435         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
41436         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
41437         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
41438         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
41439         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
41440         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
41441         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
41442         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
41443         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
41444         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
41445         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
41446         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
41447         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
41448         Likewise.
41450 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
41452         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
41453         (CFLAGS-test-double.c): Likewise.
41454         (CFLAGS-test-ldouble.c): Likewise.
41455         (CPPFLAGS-test-ifloat.c): Likewise.
41456         (CPPFLAGS-test-idouble.c): Likewise.
41457         (CPPFLAGS-test-ildoubl.c): Likewise.
41458         (CFLAGS-test-test-fenv.c): Remove variable.
41459         (CFLAGS-test-misc.c): Likewise.
41461 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
41463         [BZ #17797]
41464         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
41465         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
41466         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
41467         CLOCKS_PER_SEC == 1000000.
41468         * time/clocktest.c (main): Replace %ld with %jd and cast to
41469         intmax_t.
41471 2015-01-05  Roland McGrath  <roland@hack.frob.com>
41473         * sysdeps/generic/unwind-resume.h: New file.
41474         * sysdeps/gnu/unwind-resume.c: Include it.
41475         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
41476         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
41477         argument list.
41478         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
41479         global rather than static.
41480         (_Unwind_Resume): Update user.
41481         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
41482         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
41483         rather than static.  Add __attribute__ ((cold)).
41484         (_Unwind_Resume, __gcc_personality_v0): Update callers.
41485         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
41486         * sysdeps/arm/arm-unwind-resume.S: New file.
41487         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
41488         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
41489         * sysdeps/arm/Makefile [$(subdir) = csu]
41490         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
41491         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
41492         Add rt-arm-unwind-resume.
41493         [$(subdir) = nptl]
41494         (libpthread-sysdep_routines, libpthread-shared-only-routines):
41495         Add pt-arm-unwind-resume.
41496         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
41497         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
41499 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
41501         [BZ #17748]
41502         * include/fenv.h (__feholdexcept): Declare.  Use
41503         libm_hidden_proto.
41504         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
41505         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
41506         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
41507         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
41508         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
41509         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
41510         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
41511         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
41512         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
41513         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
41514         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
41515         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
41516         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
41517         (feholdexcept): Likewise.
41518         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
41519         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
41520         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
41521         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
41522         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
41523         __feholdexcept instead of feholdexcept.
41524         (default_libc_feholdexcept_setround): Likewise.
41526 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
41528         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
41529         to avoid using stl/str to align destination.
41531 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
41533         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
41535 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
41537         [BZ #17796]
41538         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
41539         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
41540         Define as weak alias not strong alias.
41542 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
41544         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
41545         bltzal with addiupc.
41546         (RTLD_START): Ditto.
41548 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
41550         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
41551         for __vdso_* functions in declarations.
41552         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
41553         definitions.
41554         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
41555         INTERNAL_VSYSCALL): Use struct return types to check for error.
41557         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
41558         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
41559         function with cast from llround().
41560         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
41561         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
41562         Define.
41564 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
41566         [BZ #17793]
41567         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
41568         Define as weak alias not strong alias.
41570         [BZ #17635]
41571         * ctype/ctype-c99.c: New file.  isblank implementation moved from
41572         ...
41573         * ctype/ctype-extn.c: ... here.
41574         (__isblank_l): Move to ...
41575         * ctype/ctype-c99_l.c: ... here.  New file.
41576         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
41577         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
41578         Remove variable.
41579         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
41580         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
41581         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
41582         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
41583         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
41585         [BZ #17777]
41586         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
41587         (posix_fadvise64): Define as weak alias not strong alias.
41588         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
41589         (posix_fallocate64): Likewise.
41590         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
41591         Remove variable.
41592         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
41593         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
41594         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
41595         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
41596         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
41598 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
41600         [BZ #16191]
41601         * NEWS: Mention bug fix.
41602         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
41603         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
41604         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
41605         (HOST_STACK_END_ADDR): Likewise.
41607 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
41609         [BZ #17748]
41610         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
41611         * math/fegetround.c (fegetround): Rename to __fegetround and
41612         define as weak alias of __fegetround.  Use libm_hidden_weak.
41613         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
41614         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
41615         * sysdeps/arm/fegetround.c (fegetround): Likewise.
41616         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
41617         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
41618         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
41619         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
41620         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
41621         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
41622         Undefine after rather than before function definition; use
41623         parentheses around function name in definition.
41624         (__fegetround): Also undefine macro after function definition.
41625         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
41626         __fegetround and define as weak alias of __fegetround.  Use
41627         libm_hidden_weak.  Do not undefine as macro.
41628         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
41629         Likewise.
41630         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
41631         __fegetround and define as weak alias of __fegetround.  Use
41632         libm_hidden_weak.
41633         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
41634         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
41635         * sysdeps/tile/math_private.h (__fegetround): New inline function.
41636         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
41637         __fegetround and define as weak alias of __fegetround.  Use
41638         libm_hidden_weak.
41639         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
41640         __fegetround instead of fegetround.
41642         [BZ #17782]
41643         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
41644         Condition macro definition on [__USE_MISC].
41646         [BZ #17781]
41647         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
41648         (struct sigaction): Change type of sa_flags field to int.
41650         [BZ #17780]
41651         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
41652         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
41653         __glibc_reserved0.
41655         * nptl/version.c (banner): Use single year in copyright notice.
41657         * NEWS: Update copyright dates.
41658         * catgets/gencat.c (print_version): Likewise.
41659         * csu/version.c (banner): Likewise.
41660         * debug/catchsegv.sh: Likewise.
41661         * debug/pcprofiledump.c (print_version): Likewise.
41662         * debug/xtrace.sh (do_version): Likewise.
41663         * elf/ldconfig.c (print_version): Likewise.
41664         * elf/ldd.bash.in: Likewise.
41665         * elf/pldd.c (print_version): Likewise.
41666         * elf/sotruss.sh: Likewise.
41667         * elf/sprof.c (print_version): Likewise.
41668         * iconv/iconv_prog.c (print_version): Likewise.
41669         * iconv/iconvconfig.c (print_version): Likewise.
41670         * locale/programs/locale.c (print_version): Likewise.
41671         * locale/programs/localedef.c (print_version): Likewise.
41672         * login/programs/pt_chown.c (print_version): Likewise.
41673         * malloc/memusage.sh (do_version): Likewise.
41674         * malloc/memusagestat.c (print_version): Likewise.
41675         * malloc/mtrace.pl: Likewise.
41676         * manual/libc.texinfo: Likewise.
41677         * nptl/version.c (banner): Likewise.
41678         * nscd/nscd.c (print_version): Likewise.
41679         * nss/getent.c (print_version): Likewise.
41680         * nss/makedb.c (print_version): Likewise.
41681         * posix/getconf.c (main): Likewise.
41682         * scripts/test-installation.pl: Likewise.
41683         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
41685 2015-01-02  Will Newton  <will.newton@linaro.org>
41687         * sysdeps/arm/armv7/configure: Removed.
41688         * sysdeps/arm/armv7/configure.ac: Likewise.
41690 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
41692         * All files with FSF copyright notices: Update copyright dates
41693         using scripts/update-copyrights.
41694         * intl/plural.c: Regenerated.
41695         * locale/programs/charmap-kw.h: Likewise.
41696         * locale/programs/locfile-kw.h: Likewise.
41698 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
41700         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
41702 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
41704         [BZ #17748]
41705         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
41706         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
41707         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
41708         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
41709         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
41710         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
41711         define as weak alias of __fegetenv.  Use libm_hidden_weak.
41712         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
41713         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
41714         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
41715         define as weak alias of __fegetenv.  Use libm_hidden_weak.
41716         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
41717         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
41718         define as weak alias of __fegetenv.  Use libm_hidden_weak.
41719         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
41720         libm_hidden_def.
41721         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
41722         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
41723         Likewise.
41724         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
41725         define as weak alias of __fegetenv.  Use libm_hidden_weak.
41726         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
41727         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
41728         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
41729         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
41730         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
41731         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
41732         __fegetenv instead of fegetenv.
41733         (libc_feholdsetround_noex_ctx): Likewise.
41735 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
41737         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
41738         (Elf_MIPS_ABIFlags_v0): New structure.
41739         (EF_MIPS_FP64): Define.
41740         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
41741         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
41742         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
41743         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
41744         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
41745         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
41746         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
41747         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
41748         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
41749         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
41750         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
41751         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
41752         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
41753         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
41754         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
41755         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
41756         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
41757         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
41758         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
41759         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
41760         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
41761         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
41762         field.
41763         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
41764         EF_MIPS_FP64.
41765         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
41766         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
41767         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
41768         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
41769         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
41770         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
41771         * sysdeps/mips/tst-abi-interlink.c: Likewise.
41772         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
41773         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
41774         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
41775         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
41776         record the current FP ABI extension.
41777         (mips-mode-switch): Define to show if kernel headers support mode
41778         switching.
41779         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
41780         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
41781         supported SYSV ABI version to 3.
41782         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
41783         feature.
41785 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
41786             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41788         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
41789         path.
41790         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
41792 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
41794         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
41795         __fegetround and redefine to call __fegetround.  Remove condition
41796         on [!__NO_MATH_INLINES].
41797         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
41798         function.
41799         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
41800         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
41801         Remove macro.
41802         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
41803         instead of <fenv_libc.h>.
41804         (__llrintl): Call fegetround instead of __fegetround.
41805         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
41806         instead of <fenv_libc.h>.
41807         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
41808         (__lrintl): Call fegetround instead of __fegetround.
41809         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
41810         instead of <fenv_libc.h>.
41811         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
41812         (__rintl): Call fegetround instead of __fegetround.
41814 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
41816         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
41817         arrays.
41819 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
41821         [BZ #17775]
41822         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
41823         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
41824         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
41826 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
41828         * sysdeps/i386/tls-macros.h: Include <features.h>.
41829         (TLS_LE): Use non-PIC version for GCC >= 5.0.
41830         (TLS_IE): Likewise.
41831         (TLS_LD): Likewise.
41832         (TLS_GD): Likewise.
41833         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
41834         define for GCC >= 5.0.
41836 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
41838         * math/test-fenv.c (test_single_exception, set_single_exc,
41839         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
41840         feexcp_mask_test, feenable_test, fe_single_test): Add
41841         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
41842         case where they are not used.
41843         * math/libm-test.inc: Likewise.
41844         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
41845         unused in the absence of FP rounding/exception support.
41846         * stdio-common/tst-printf-round.c: Likewise.
41847         * stdlib/tst-strtod-round.c: Likewise.
41848         * stdlib/tst-strtod-underflow.c: Likewise.
41850 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
41852         [BZ #17723]
41853         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
41854         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
41855         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
41856         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
41857         libm_hidden_weak.
41858         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
41859         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
41860         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
41861         libm_hidden_def.
41862         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
41863         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
41864         libm_hidden_weak.
41865         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
41866         Likewise.
41867         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
41868         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
41869         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
41870         libm_hidden_weak.
41871         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
41872         libm_hidden_def.
41873         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
41874         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
41875         (__feraiseexcept): Likewise.
41876         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
41877         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
41878         libm_hidden_weak.
41879         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
41880         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
41881         libm_hidden_def.
41882         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
41883         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
41884         Use libm_hidden_def.
41885         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
41886         libm_hidden_def.
41887         (feraiseexcept): Define as weak not strong alias.  Use
41888         libm_hidden_weak.
41889         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
41890         New inline function.  Factored out of ...
41891         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
41892         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
41893         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
41894         feraiseexcept.
41895         * math/w_acos.c (__acos): Likewise.
41896         * math/w_asin.c (__asin): Likewise.
41897         * math/w_ilogb.c (__ilogb): Likewise.
41898         * math/w_j0.c (y0): Likewise.
41899         * math/w_j1.c (y1): Likewise.
41900         * math/w_jn.c (yn): Likewise.
41901         * math/w_log.c (__log): Likewise.
41902         * math/w_log10.c (__log10): Likewise.
41903         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
41904         * sysdeps/aarch64/fpu/math_private.h
41905         (libc_feupdateenv_test_aarch64): Likewise.
41906         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
41907         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
41908         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
41909         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
41910         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
41911         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
41912         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
41913         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
41914         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41915         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
41917 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
41919         [BZ #17732]
41920         * io/test-utime.c (main): Replace %ld with %jd and cast to
41921         intmax_t.
41922         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
41923         * nptl/tst-mutex5.c: Include <stdint.h>.
41924         (do_test): Replace %ld with %jd and cast to intmax_t.
41925         * posix/tst-regex.c (run_test): Likewise.
41926         (run_test_backwards): Likewise.
41927         * rt/tst-clock.c: Include <stdint.h>.
41928         (clock_test): Replace %ld with %jd and cast to intmax_t.
41929         * rt/tst-cpuclock1.c: Include <stdint.h>.
41930         (do_test): Replace %lu with %ju and cast to uintmax_t.
41931         * rt/tst-cpuclock2.c: Include <stdint.h>.
41932         (do_test): Replace %lu with %ju and cast to uintmax_t.
41933         * rt/tst-mqueue1.c: Include <stdint.h>.
41934         (check_attrs): Replace %ld with %jd and cast to intmax_t.
41935         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
41936         intmax_t.
41937         * rt/tst-mqueue4.c (do_test): Likewise.
41938         * rt/tst-timer4.c: Include <stdint.h>.
41939         (check_ts): Replace %ld with %jd and cast to intmax_t.
41940         (do_test): Likewise.
41941         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
41942         and cast to intmax_t.
41943         * sysdeps/pthread/tst-timer.c (main): Likewise.
41944         * time/clocktest.c (main): Likewise.
41945         * time/tst-posixtz.c (do_test): Likewise.
41946         * timezone/tst-timezone.c (main): Likewise.
41948 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
41949             H.J. Lu  <hongjiu.lu@intel.com>
41951         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
41952         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
41953         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
41954         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
41955         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
41956         version if bit_Fast_Unaligned_Load is set.
41957         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
41958         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
41959         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
41960         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
41961         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
41962         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
41963         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
41964         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
41965         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
41966         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
41967         to 4.
41968         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
41969         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
41970         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
41971         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
41973 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
41975         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
41976         instead of #if to avoid a Wundef warning.
41977         * stdlib/tst-limits.c (do_test): Likewise.
41979         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
41980         parallel other exception macros.
41981         (fegetenv): Convert from macro to extern inline so that it applies
41982         retroactively to inline functions already seen by the compiler.
41983         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
41985         * posix/Makefile (before-compile): Use $(objpfx) for
41986         posix-conf-vars-def.h.
41988 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
41990         * posix/getconf.c (main): Use size_t for type of I.
41991         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
41992         NSPEC.
41994         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
41995         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
41996         * posix/posix-envs.def: Likewise.
41997         * sysdeps/posix/sysconf.c: Likewise.
41998         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
41999         (specs): Remove array.
42000         * scripts/gen-posix-conf-vars.awk: Support generation of specs
42001         array.
42003         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
42004         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
42005         (__sysconf): Use CONF_IS_* macros.
42007         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
42008         ($(objpfx)posix-conf-vars-def.h): New target.
42009         * posix/posix-conf-vars.list: New file.
42010         * posix/posix-conf-vars.h: New file.
42011         * posix/confstr.c: Include posix-conf-vars.h.
42012         (confstr): Use CONF_IS_* macros.
42013         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
42014         CONF_IS_* macros.
42015         * scripts/gen-posix-conf-vars.awk: New file.
42017 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
42019         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
42020         fegetround): Add no-op macros to avoid linknamespace issues.
42022         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
42023         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
42025         * sysdeps/unix/sysv/linux/tile/sysdep.h
42026         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
42027         assembly-specific section to avoid a redefinition warning.
42029         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
42030         long before casting to pointer to avoid a cast warning.
42032 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
42034         * sysdeps/tile/tilegx/Implies: New file.
42036 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
42038         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
42040 2014-12-23  Florian Weimer  <fweimer@redhat.com>
42042         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
42044 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
42046         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
42047         not define.
42048         * sysdeps/unix/sysv/linux/utimes.c: Do not include
42049         <kernel-features.h>.
42050         (__utimes) [__NR_utimes]: Make code unconditional.
42051         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
42052         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
42053         (__ASSUME_UTIMES): Do not undefine.
42054         * sysdeps/unix/sysv/linux/tile/kernel-features.h
42055         (__ASSUME_UTIMES): Likewise.
42056         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
42057         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
42058         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
42059         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
42061 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
42063         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
42065 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
42067         [BZ #17747]
42068         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
42069         alias to weak alias for j0l, y0l.
42070         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
42071         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
42073         [BZ #17746]
42074         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
42075         conversion.
42077 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
42079         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
42080         to zero if not already defined.
42082 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
42084         [BZ #17724]
42085         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
42086         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
42087         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
42088         (char *) casts added.
42089         * sysdeps/ieee754/k_standardf.c: New file.
42090         * sysdeps/ieee754/k_standardl.c: Likewise.
42091         * math/Makefile (libm-support): Remove k_standard.
42092         (libm-calls): Add k_standard.
42094 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
42096         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
42097         Optimize to avoid an unnecessary FPCR read.
42099 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
42101         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
42102         Optimize to reduce FPCR/FPSR accesses.
42104 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
42106         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
42107         Call libc_fetestexcept_aarch64.
42109 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
42111         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
42112         Call libc_fesetround_aarch64.
42114 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
42116         [BZ #17733]
42117         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
42118         (__bind): Do not define as weak alias.
42119         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
42120         define.
42121         (__getsockname): Do not define as weak alias.
42123 2014-12-22  Will Newton  <will.newton@linaro.org>
42125         * manual/install.texi: Document that we require bison 2.7
42126         or above.
42127         * INSTALL: Regenerate.
42128         * configure.ac: Use AC_CHECK_PROG_VER instead of
42129         AC_PATH_PROG when checking for bison and check for
42130         version 2.7 or above.
42131         * configure: Regenerate.
42133 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
42135         [BZ #17745]
42136         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
42137         * sysdeps/tile/ffsll.c (ffsll): To here.
42139         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
42141 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
42143         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
42144         if not defined.
42145         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
42146         definition.
42147         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
42148         hidden ___tls_get_addr.
42149         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
42150         hidden __tls_get_addr.
42151         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
42152         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
42153         Likewise.
42155 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
42157         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
42158         _dl_init call.
42160 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
42162         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
42163         from "call _dl_init@PLT".
42164         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
42166 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
42168         * manual/search.texi: (Array Sort Function): Clarify stable sorting
42169         guarantees.
42171 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
42173         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
42175 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
42177         [BZ #17744]
42178         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
42179         strnlen.
42181 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
42183         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
42184         of multu on MIPSr6.
42185         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
42186         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
42187         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
42188         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
42189         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
42191 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
42193         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
42194         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
42195         (PTR_SUBU): Use subu for mips32r6/mips64r6.
42196         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
42197         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
42198         mips32r6/mips64r6.
42199         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
42201 2014-12-19  Ondƙej BĂ­lka  <neleai@seznam.cz>
42203         * string/strncat.c (STRNCAT): Simplify implementation.
42205 2014-12-19  David S. Miller  <davem@davemloft.net>
42207         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
42208         access the quad as both a long double and as a series of 4 words.
42210         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
42211         link_map->l_info array access.
42213 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
42215         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
42217         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
42218         * math/atest-exp2.c (TIMEOUT): Likewise.
42219         * math/atest-sincos.c (TIMEOUT): Likewise.
42221 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
42223         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
42224         -Wno-error with -fno-builtin-lround.
42226 2014-12-19  Torvald Riegel  <triegel@redhat.com>
42228         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
42229         Contains futex constants and functions moved over from ...
42230         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
42231         <lowlevellock-futex.h>.
42232         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
42233         (lll_timedwait_tid): Add comments and parentheses around macro
42234         arguments.
42236 2014-12-19  Torvald Riegel  <triegel@redhat.com>
42238         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
42239         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
42240         (__lll_private_flag): Remove.
42241         (lll_futex_wait): Likewise.
42242         (lll_futex_timed_wait): Likewise.
42243         (lll_futex_wake): Likewise.
42244         (lll_futex_requeue): Likewise.
42245         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
42246         (__lll_timedwait_tid): Spell out argument names.
42247         (lll_timedwait_tid): Add comments and parentheses around macro
42248         arguments.
42249         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
42250         LLL_SHARED and LLL_PRIVATE usable from assembly code.
42252 2014-12-19  Torvald Riegel  <triegel@redhat.com>
42254         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
42255         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
42256         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
42257         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
42258         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
42259         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
42260         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
42261         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
42262         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
42263         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
42264         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
42265         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
42266         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
42267         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
42268         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
42269         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
42270         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
42271         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
42272         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
42274 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
42276         * sysdeps/x86_64/x32/Makefile: New file.
42278 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
42280         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
42281         1L with (mp_limb_t) 1.
42283 2014-12-17  Roland McGrath  <roland@hack.frob.com>
42285         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
42286         * nptl/libc_pthread_init.c: ... here.
42287         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
42288         * nptl/register-atfork.c: ... here.
42290         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
42291         Use pthread_sigmask rather than INTERNAL_SYSCALL.
42292         Use assert_perror to check its return value.
42293         (__gai_create_helper_thread): Likewise.
42295         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
42297         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
42299 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
42301         [BZ #17725]
42302         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
42303         __profil_counter.
42304         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
42305         Likewise.
42306         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
42307         Likewise.
42308         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
42309         Likewise.
42310         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
42311         (profil_counter): Likewise.
42312         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
42313         (profil_counter): Likewise.
42314         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
42315         Likewise.
42316         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
42317         Likewise.
42318         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
42319         (profil_counter): Likewise.
42320         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
42321         Likewise.
42322         [!__profil_counter] (profil_counter): Define as weak alias of
42323         __profil_counter.
42324         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
42325         (profil_counter): Rename to __profil_counter.
42326         [!__profil_counter] (profil_counter): Define as weak alias of
42327         __profil_counter.
42328         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
42329         (profil_counter): Rename to __profil_counter.
42330         [!__profil_counter] (profil_counter): Define as weak alias of
42331         __profil_counter.
42332         * sysdeps/posix/profil.c: Update comment referring to
42333         profil_counter.
42334         (__profil): Use __profil_counter instead of profil_counter.
42335         * sysdeps/posix/sprofil.c (profil_counter): Rename to
42336         __profil_counter.  Use __profil_counter_ushort and
42337         __profil_counter_uint in definitions.
42338         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
42339         instead of profil_counter_uint and profil_counter_ushort.
42341         [BZ #17722]
42342         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
42343         define as weak alias of __inet_makeaddr.
42344         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
42345         as weak alias of __inet_addr.
42346         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
42347         as weak alias of __inet_pton.  Use libc_hidden_weak.
42348         * include/arpa/inet.h (__inet_pton): Declare.  Use
42349         libc_hidden_proto.
42350         (inet_makeaddr): Don't use libc_hidden_proto.
42351         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
42352         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
42353         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
42354         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
42355         Remove variable.
42356         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
42357         (test-xfail-POSIX/time.h/linknamespace): Likewise.
42359 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
42361         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
42363 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
42365         * stdio-common/bug-vfprintf-nargs.c (do_test):
42366         Cast value to intptr_t to avoid format warning
42367         for usage with PRIdPTR printing macro.
42369 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
42371         * libio/tst-widetext.c (do_test):
42372         Use format type %td instead of %Zd for ptrdiff_t
42373         in order to avoid format warning.
42375 2014-12-17  Andreas Schwab  <schwab@suse.de>
42377         * nscd/mem.c (gc): Add size_t cast to match printf format.
42379 2014-12-16  Roland McGrath  <roland@hack.frob.com>
42381         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
42382         (init): Apply PTR_MANGLE to pointers before storing them.
42383         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
42384         before using them.
42386 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
42388         [BZ #17719]
42389         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
42390         define as weak alias of __memrchr.
42391         (__memrchr): Do not define as strong alias of memrchr.
42392         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
42393         Remove variable.
42394         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
42395         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
42396         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
42398         [BZ #17717]
42399         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
42400         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
42401         (if_indextoname): Rename to __if_indextoname and define as weak
42402         alias of __if_indextoname.  Use libc_hidden_weak.
42403         (if_freenameindex): Rename to __if_freenameindex and define as
42404         weak alias of __if_freenameindex.
42405         (if_nameindex): Rename to __if_nameindex and define as weak alias
42406         of __if_nameindex.
42407         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
42408         __if_nametoindex and define as weak alias of __if_nametoindex.
42409         Use libc_hidden_weak.
42410         (if_freenameindex): Rename to __if_freenameindex and define as
42411         weak alias of __if_freenameindex.
42412         (if_nameindex): Rename to __if_nameindex and define as weak alias
42413         of __if_nameindex.
42414         (if_indextoname): Rename to __if_indextoname and define as weak
42415         alias of __if_indextoname.  Use libc_hidden_weak.
42416         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
42417         __if_nametoindex and define as weak alias of __if_nametoindex.
42418         Use libc_hidden_weak.
42419         (if_freenameindex): Rename to __if_freenameindex and define as
42420         weak alias of __if_freenameindex.  Use libc_hidden_weak.
42421         (if_nameindex_netlink): Use __if_freenameindex instead of
42422         if_freenameindex.
42423         (if_nameindex): Rename to __if_nameindex and define as weak alias
42424         of __if_nameindex.  Use libc_hidden_weak.
42425         (if_indextoname): Rename to __if_indextoname and define as weak
42426         alias of __if_indextoname.  Use libc_hidden_weak.
42427         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
42428         libc_hidden_proto.
42429         [!_ISOMAC] (__if_freenameindex): Likewise.
42430         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
42431         if_nametoindex.
42432         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
42433         variable.
42434         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
42435         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
42436         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
42437         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
42438         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
42439         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
42440         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
42442         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
42443         Remove variable.
42444         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
42445         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
42447 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
42449         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
42450         subscript above bounds'
42452         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
42453         bounds.
42455 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
42457         * libio/tst-fopenloc.c: Use test-skeleton.c.
42459         * stdlib/tst-bsearch.c: Use test-skeleton.c.
42460         (entry): Rename to ITEM.
42461         (do_test, comp): Adjust.
42463         * stdio-common/tst-fseek.c: Use test-skeleton.c.
42465 2014-12-16  Torvald Riegel  <triegel@redhat.com>
42467         * string/tester.c: Include <libc-internal.h>.
42468         (test_memset): Ignore -Wmemset-transposed-args.
42470 2014-12-16  Torvald Riegel  <triegel@redhat.com>
42472         * misc/tst-mntent2.c (do_test): Fix warning.
42474 2014-12-16  Torvald Riegel  <triegel@redhat.com>
42476         * elf/tst-unique4lib.cc(a): Mark as used.
42478 2014-12-16  Florian Weimer  <fweimer@redhat.com>
42480         [BZ #17630]
42481         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
42482         names.
42484 2014-12-16  Allan McRae  <allan@archlinux.org>
42486         * stdio-common/Makefile (tests): Re-add bug26.
42488 2014-12-15  Ondƙej BĂ­lka  <neleai@seznam.cz>
42490         [BZ #17657]
42491         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
42492         static array.
42494 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
42496         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
42497         (__lll_lock_wait): Likewise.
42498         (__lll_timedlock_wait): Likewise.
42499         (__lll_timedwait_tid): Likewise.
42500         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
42501         (__lll_robust_timedlock_wait): Likewise.
42502         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
42503         (lll_cond_trylock): Likewise.
42504         (__lll_lock): Likewise.
42505         (__lll_robust_lock): Likewise.
42506         (__lll_cond_lock): Likewise.
42507         (lll_robust_cond_lock): Likewise.
42508         (__lll_timedlock): Likewise.
42509         (__lll_robust_timedlock): Likewise.
42510         (__lll_unlock): Likewise.
42511         (__lll_robust_unlock): Likewise.
42512         (lll_wait_tid): Likewise.
42513         (lll_timedwait_tid): Likewise.
42515 2014-12-15  Torvald Riegel  <triegel@redhat.com>
42517         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
42519 2014-12-15  Torvald Riegel  <triegel@redhat.com>
42521         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
42523 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
42525         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
42526         * stdio-common/tst-sprintf.c: Likewise.
42528 2014-12-15  Torvald Riegel  <triegel@redhat.com>
42530         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
42532 2014-12-15  Jeff Law  <law@redhat.com>
42534         [BZ #16617]
42535         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
42536         on the heap.  (CVE-2012-3406)
42537         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
42538         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
42539         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
42541 2014-12-15  Will Newton  <will.newton@linaro.org>
42543         * manual/install.texi: Bump required version of texinfo
42544         to 4.7 from 4.5.
42545         * INSTALL: Regenerated.
42546         * configure.ac: Check for makeinfo version 4.7 and above.
42547         * configure: Regenerated.
42549 2014-12-12  Roland McGrath  <roland@hack.frob.com>
42551         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
42552         PREFIX, string constant to insert between directory and name.
42553         * sysdeps/posix/shm_open.c: Update caller.
42554         * sysdeps/posix/shm_unlink.c: Likewise.
42555         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
42556         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
42557         (SEM_SHM_PREFIX): New macro.
42558         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
42559         [$(have-thread-library) = no].
42560         * nptl/Makefile (libpthread-routines): Add shm-directory.
42561         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
42562         * sysdeps/nptl/shm-directory.h: New file.
42563         * sysdeps/posix/shm-directory.c
42564         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
42565         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
42566         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
42567         INTERNAL_SYSCALL.
42568         (__where_is_shmfs): Function removed.
42569         (mountpoint, defaultmount, defaultdir, __namedsem_once):
42570         Variables removed.
42571         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
42572         Use SHM_GET_NAME.
42573         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
42575         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
42576         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
42577         unconditional for use inside libpthread.
42578         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
42580 2014-12-12  Roland McGrath  <roland@hack.frob.com>
42582         * nptl/pthread_getaffinity.c: New file.
42583         * nptl/pthread_setaffinity.c: New file.
42584         * nptl/pthread_getname.c: New file.
42585         * nptl/pthread_setname.c: New file.
42587         * nptl/pthread_create.c (START_THREAD_DEFN)
42588         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
42590 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
42591             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42593         * resolv/res_send.c (send_vc): Disable warning resplen may
42594         be used uninitialized.
42596 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
42598         * nptl/tst-mutex6.c
42599         (ATTR_NULL): New define checks ATTR against NULL.
42600         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
42601         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
42603 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
42605         [BZ #17581]
42606         * malloc/hooks.c
42607         (mem2mem_check): Revert my previous change.
42608         (malloc_check_get_size): Revert my previous change.
42609         (mem2chunk_check): Revert my previous change.
42611 2014-12-11  Roland McGrath  <roland@hack.frob.com>
42613         * sysdeps/posix/shm-directory.c: New file.
42614         * sysdeps/posix/shm-directory.h: New file.
42615         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
42616         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
42617         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
42618         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
42619         Transmute EPERM to EACCES.
42620         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
42621         from ...
42622         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
42623         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
42625 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42627         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
42628         pointer and cast to uintptr_t.
42629         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
42630         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
42631         Add cast to avoid warning.
42632         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
42634 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
42636         * nptl/semaphore.h: Move to ...
42637         * sysdeps/pthread/semaphore.h: ... here.
42638         * Makefile (installed-headers): Change nptl/semaphore.h to
42639         sysdeps/pthread/semaphore.h.
42641 2014-12-11  Roland McGrath  <roland@hack.frob.com>
42643         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
42644         generated error format strings.
42646         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
42647         -Wformat-extra-args warnings for scanf formats.
42648         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
42649         test of zero-length format (duh).
42650         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
42651         corner-case scanf format test.
42652         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
42653         generated fprintf format string.
42654         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
42655         corner-case sprintf format tests.
42656         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
42657         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
42658         -Wformat-extra-args warnings throughout.
42659         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
42660         (CFLAGS-scanf4.c): Likewise.
42661         (CFLAGS-scanf7.c): Likewise.
42662         (CFLAGS-tst-sprintf.c): Likewise.
42663         (CFLAGS-tst-printf.c): Likewise.
42664         (CFLAGS-tst-printfsz.c): Likewise.
42666 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
42668         * include/cpio.h: New file.
42669         * include/fmtmsg.h: Likewise.
42671         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
42672         corresponding format argument to size_t.
42673         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
42674         arguments.
42675         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
42676         corresponding format argument to size_t.
42677         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
42678         arguments.
42679         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
42680         corresponding format argument to size_t.
42681         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
42682         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
42683         (CFLAGS-tst-mbswcs2.c): Likewise.
42684         (CFLAGS-tst-mbswcs3.c): Likewise.
42685         (CFLAGS-tst-mbswcs4.c): Likewise.
42686         (CFLAGS-tst-mbswcs5.c): Likewise.
42687         (CFLAGS-tst-trans.c): Likewise.
42689 2014-12-11  Roland McGrath  <roland@hack.frob.com>
42691         * posix/regexbug1.c (main): Use "%s" format with regerror results,
42692         rather than assuming they won't contain any '%'s.
42694 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
42696         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
42697         inhibit_loop_to_libcall to avoid recursive calls.
42698         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
42699         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
42701 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
42703         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
42704         prototype.
42706 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
42708         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
42709         integer value instead of boolean.
42711 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
42713         * malloc/malloc.c: Fix powerof2 check.
42715 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
42717         * locale/programs/locfile.h (maybe_swap_uint32):
42718         Remove inline and add unused attribute.
42720 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
42722         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
42723         Truncating assembler expression to a .long expression.
42725 2014-12-11  Andreas Schwab  <schwab@suse.de>
42727         * elf/rtld.c (struct map_args): Constify str member.
42728         (do_preload): Constify fname argument.
42730 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42732         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
42733         constants definition.
42735 2014-12-11  Andreas Schwab  <schwab@suse.de>
42737         [BZ #16657]
42738         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
42739         FORCE_ELISION instead of DO_ELISION.
42740         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
42741         Remove.
42742         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
42743         Likewise.
42745         * iconvdata/gconv-modules: Remove duplicate entry.
42747 2014-12-11  Will Newton  <will.newton@linaro.org>
42749         Merge gettext 0.19.3 into intl/.
42751         This involves a number of cosmetic changes to comments
42752         and ANSI function definitions and prototypes throughout
42753         all the files. The gettext copyright header is used but
42754         with the date ranges taken from the glibc copy.
42756         * NEWS: Add gettext merge to 2.21.
42757         * intl/bindtextdom.c: Switch to gettext copyright.
42758         Use ANSI definitions and prototypes.
42759         Use gl_* locking primitives rather than __libc_* ones.
42760         Use __builtin_expect rather than __glibc_likely/unlikely.
42761         * intl/dcgettext.c: Switch to gettext copyright.
42762         Use ANSI definitions and prototypes.
42763         * intl/dcigettext.c: Switch to gettext copyright.
42764         Use ANSI definitions and prototypes.
42765         (INTDIV0_RAISES_SIGFPE): New define.
42766         Use gl_* locking primitives rather than __libc_* ones.
42767         Include eval-plural.h instead of plural-eval.c.
42768         Use __builtin_expect rather than __glibc_likely/unlikely.
42769         * intl/dcngettext.c: Switch to gettext copyright.
42770         Use ANSI definitions and prototypes.
42771         * intl/dgettext.c: Likewise.
42772         * intl/dngettext.c: Likewise.
42773         * intl/plural-eval.c: Renamed to...
42774         * intl/eval-plural.h: ...this.
42775         * intl/explodename.c: Switch to gettext copyright.
42776         Use ANSI definitions and prototypes.
42777         (_nl_explode_name): Use strchr instead of __rawmemchr.
42778         * intl/finddomain.c: Switch to gettext copyright.
42779         Use ANSI definitions and prototypes.
42780         Use gl_* locking primitives rather than __libc_* ones.
42781         (_nl_find_domain): Use malloc rather than alloca for
42782         allocation of temporary locale name.
42783         * intl/gettext.c: Switch to gettext copyright.
42784         Use ANSI definitions and prototypes.
42785         * intl/gettextP.h: Switch to gettext copyright.
42786         Use ANSI definitions and prototypes.
42787         Use gl_* locking primitives rather than __libc_* ones.
42788         * intl/gmo.h: Switch to gettext copyright.
42789         (struct sysdep_string): Move struct segment_pair outside of
42790         struct definition.
42791         * intl/hash-string.c: Use ANSI definitions and prototypes.
42792         * intl/hash-string.h: Switch to gettext copyright.
42793         Use ANSI definitions and prototypes.
42794         * intl/l10nflist.c: Switch to gettext copyright.
42795         Use ANSI definitions and prototypes.
42796         (_nl_normalize_codeset): Avoid integer overflow.
42797         * intl/loadinfo.h: Switch to gettext copyright.
42798         Use ANSI definitions and prototypes.
42799         (LIBINTL_DLL_EXPORTED): New define.
42800         (PATH_SEPARATOR): New define.
42801         * intl/loadmsgcat.c: Switch to gettext copyright.
42802         * intl/localealias.c: Switch to gettext copyright.
42803         Use ANSI definitions and prototypes.
42804         (_nl_expand_alias): Use PATH_SEPARATOR.
42805         * intl/ngettext.c: Switch to gettext copyright.
42806         Use ANSI definitions and prototypes.
42807         * intl/plural-exp.c: Likewise.
42808         * intl/plural-exp.h: Switch to gettext copyright.
42809         Use ANSI definitions and prototypes.
42810         (struct expression): Move definition of enum operator outside
42811         of struct definition.
42812         * intl/plural.c: Regenerate.
42813         * intl/plural.y: Switch to gettext copyright.
42814         Use ANSI definitions and prototypes.
42815         Port to bison 3.0.
42816         * intl/textdomain.c: Switch to gettext copyright.
42817         Use ANSI definitions and prototypes.
42818         Use gl_* locking primitives rather than __libc_* ones.
42820 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
42822         * debug/warning-nop.c: Add used atrribute.
42824 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
42826         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
42828         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
42829         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
42830         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
42832 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
42833             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42835         [BZ #17634]
42836         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
42837         Undefine after defining function.  Define as weak alias of
42838         __wcschr.  Use libc_hidden_weak.
42839         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
42840         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
42841         (libc_hidden_def): Also define __GI___wcschr alias.
42842         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
42843         __wcschr and define as weak alias of __wcschr.
42844         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
42845         __wcschr.
42846         [!WCSCHR] (DEFAULT_WCSCHR): Define.
42847         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
42848         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
42849         libc_hidden_weak.  Do not use libc_hidden_def.
42850         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
42851         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
42852         __GI___wcschr alias.
42853         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
42854         [IS_IN (libc)] (wcschr): Define as macro expanding to
42855         __redirect_wcschr.
42856         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
42857         [IS_IN (libc)] (__wcschr_power6): Likewise.
42858         [IS_IN (libc)] (__wcschr_power7): Likewise.
42859         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
42860         instead of wcschr.
42861         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
42862         __libc_wcschr.
42863         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
42864         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
42865         __wcschr and define as weak alias of __wcschr.  Use
42866         libc_hidden_builtin_def.
42867         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
42868         as weak alias of __wcschr.  Use libc_hidden_weak.
42869         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
42870         wcschr.
42871         * time/era.c (_nl_init_era_entries): Likewise.
42872         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
42873         variable.
42874         (test-xfail-XPG3/time.h/linknamespace): Likewise.
42875         (test-xfail-XPG4/time.h/linknamespace): Likewise.
42877 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
42879         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
42880         format for long int variable.
42882 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
42884         [BZ #10672]
42885         * manual/search.texi: (Array Sort Function): Remove claim how to make
42886         qsort stable.
42888 2014-12-10  Andreas Schwab  <schwab@suse.de>
42890         [BZ #12847]
42891         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
42892         user-controlled locks.
42894 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
42896         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
42897         register.
42899 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
42901         * configure.ac (--disable-werror): New configure option.
42902         (enable_werror): New AC_SUBST.
42903         * configure: Regenerated.
42904         * config.make.in (enable-werror): New variable.
42905         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
42906         -Wno-error=undef.
42907         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
42908         * manual/install.texi (Configuring and compiling): Document
42909         --disable-werror.
42910         * INSTALL: Regenerated.
42911         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
42912         (CFLAGS-tst-chk2.c): Likewise.
42913         (CFLAGS-tst-chk3.c): Likewise.
42914         (CFLAGS-tst-chk4.cc): Likewise.
42915         (CFLAGS-tst-chk5.cc): Likewise.
42916         (CFLAGS-tst-chk6.cc): Likewise.
42917         (CFLAGS-tst-lfschk1.c): Likewise.
42918         (CFLAGS-tst-lfschk2.c): Likewise.
42919         (CFLAGS-tst-lfschk3.c): Likewise.
42920         (CFLAGS-tst-lfschk4.cc): Likewise.
42921         (CFLAGS-tst-lfschk5.cc): Likewise.
42922         (CFLAGS-tst-lfschk6.cc): Likewise.
42924         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
42925         (main): Disable -Wdeprecated-declarations around calls to
42926         register_printf_function.
42928         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
42929         (do_test): Disable -Wdiv-by-zero around some calls to
42930         fwrite_unlocked and fread_unlocked.
42932         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
42933         (DIAG_POP_NEEDS_COMMENT): Likewise.
42934         (_DIAG_STR1): Likewise.
42935         (_DIAG_STR): Likewise.
42936         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
42937         * stdio-common/bug21.c: Include <libc-internal.h>.
42938         (do_test): Disable -Wformat around call to sscanf.
42939         * stdio-common/scanf14.c: Include <libc-internal.h>.
42940         (main): Disable -Wformat around some calls to scanf functions.
42942 2014-12-09  Torvald Riegel  <triegel@redhat.com>
42944         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
42946 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42948         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
42949         stack variable alignment.
42951 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
42953         [BZ #17682]
42954         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
42955         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
42956         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
42957         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
42958         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
42959         __getrlimit instead of getrlimit.
42960         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
42961         __gettimeofday instead of gettimeofday.
42962         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
42963         Likewise.
42964         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
42965         Likewise.
42966         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
42967         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
42968         Remove variable.
42969         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
42970         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
42972 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42974         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
42975         for wide-character tests.
42977 2014-12-04  Roland McGrath  <roland@hack.frob.com>
42979         * io/openat64.c: #include <libc-internal.h>
42980         (__openat64): Prototypify.  Use ignore_value on MODE.
42981         * io/openat.c: Likewise.
42982         * misc/reboot.c: #include <libc-internal.h>
42983         (reboot): Prototypify.  Use ignore_value on HOWTO.
42984         * misc/ptrace.c: #include <libc-internal.h>
42985         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
42987 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
42989         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
42990         XPG4, UNIX98 and XOPEN2K.
42991         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
42992         Remove variable.
42993         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
42995 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
42997         * libio/fileops.c: Use ISO C style for function definitions.
42998         * libio/iofopen.c: Likewise.
42999         * libio/wfileops.c: Likewise.
43001         [BZ #17653]
43002         * libio/fileops.c (_IO_new_file_underflow): Unset cached
43003         offset on EOF.
43004         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
43005         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
43006         (fgets_func): Function pointer to fgets and fgetws.
43007         (do_ftell_test): Add test to verify ftell value after read
43008         EOF.
43009         (do_test): Set fgets_func.
43011         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
43012         O_TRUNC flag for w and w+ modes.
43013         (do_rewind_test): Likewise.
43014         (do_ftell_test): Likewise.
43015         (do_write_test): Likewise.
43017         [BZ #17647]
43018         * libio/fileops.c (do_ftell): Seek only when there are
43019         unflushed writes.
43020         * libio/wfileops.c (do_ftell_wide): Likewise.
43021         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
43022         test case.
43023         (do_one_test): Call it.
43025 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
43027         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
43028         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
43029         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
43030         Remove variable.
43031         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
43032         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
43033         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
43035 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
43037         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
43038         Remove variable.
43039         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
43041         [BZ #17668]
43042         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
43043         as weak alias of __getifaddrs.  Use libc_hidden_weak.
43044         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
43045         __freeifaddrs.  Use libc_hidden_weak.
43046         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
43047         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
43048         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
43049         __freeifaddrs.  Use libc_hidden_weak.
43050         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
43051         __getifaddrs and define as weak alias of __getifaddrs.  Use
43052         libc_hidden_weak.
43053         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
43054         __freeifaddrs.  Use libc_hidden_weak.
43055         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
43056         Remove variable.
43057         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
43058         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
43060 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
43062         [BZ #17601]
43063         * sysdeps/mips/start.S (__start): Use indirect jump to call
43064         __libc_start_main.
43066 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
43068         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
43070         * nptl/tst-mutex1.c: Include <stdbool.h>.
43071         [!ATTR] (ATTR_NULL): New macro.
43072         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
43073         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
43074         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
43076         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
43077         to char *.
43079         [BZ #17665]
43080         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
43081         Change conditional to [__USE_MISC].
43083         [BZ #17664]
43084         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
43085         fgets_unlocked.
43086         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
43087         __fgets_unlocked.
43088         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
43089         fgets_unlocked.
43090         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
43091         Remove variable.
43092         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
43093         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
43094         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
43095         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
43096         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
43097         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
43098         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
43099         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
43100         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
43102         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
43104 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43106         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
43107         Remove strpbrk objects.
43108         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
43109         (__libc_ifunc_impl_list): Remove strpbrk implementation.
43110         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
43111         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
43112         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
43113         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
43115         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
43116         Remove strcspn objects.
43117         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
43118         (__libc_ifunc_impl_list): Remove strcspn implementation.
43119         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
43120         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
43121         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
43122         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
43124         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
43125         Remove strspn objetcs.
43126         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
43127         (__libc_ifunc_impl_list): Remove strspn implementation.
43128         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
43129         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
43130         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
43131         * sysdeps/powerpc/powerpc64/strspn.S: New file.
43133 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
43135         [BZ #17581]
43136         * malloc/hooks.c
43137         (mem2mem_check): Add a terminator to the chain of checking blocks.
43138         (malloc_check_get_size): Use it here.
43139         (mem2chunk_check): Ditto.
43141 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
43143         * sysdeps/powerpc/powerpc64/strtok.S: New file.
43144         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
43146 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
43148         * bits/ioctl-types.h: Indent preprocessor directives correctly.
43150         * nptl/nptl-init.c: Include libc-internal.h.
43151         (__pthread_initialize_minimal_internal): Use ROUND_UP.
43153         * elf/ldconfig.c (search_dir): Expand comment.
43155 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
43157         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
43158         variable.
43159         (linknamespace-symlist-stdlibs-tests): Likewise.
43160         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
43161         instead of $(objpfx)symlist-stdlibs.
43162         (linknamespace-libs-isoc): New variable.
43163         (linknamespace-libs): Use $(linknamespace-libs-isoc).
43164         (linknamespace-libs-ISO): New variable.
43165         (linknamespace-libs-ISO99): Likewise.
43166         (linknamespace-libs-ISO11): Likewise.
43167         (linknamespace-libs-XPG3): Likewise.
43168         (linknamespace-libs-XPG4): Likewise.
43169         (linknamespace-libs-POSIX): Likewise.
43170         (linknamespace-libs-UNIX98): Likewise.
43171         (linknamespace-libs-XOPEN2K): Likewise.
43172         (linknamespace-libs-POSIX2008): Likewise.
43173         (linknamespace-libs-XOPEN2K8): Likewise.
43174         ($(objpfx)symlist-stdlibs): Replace by
43175         $(linknamespace-symlist-stdlibs-tests).  Use
43176         $(linknamespace-libs-$*) as set of libraries.
43177         ($(linknamespace-header-tests)): Update dependencies.  Use
43178         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
43179         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
43180         * conform/linknamespace.pl: Remove comment about considering
43181         definitions of symbols from irrelevant libraries.
43183 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
43185         [BZ #13862]
43186         * elf/dl-tls.c: Include <atomic.h>.
43187         (oom): Remove #ifdef SHARED/#endif.
43188         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
43189         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
43190         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
43191         big enough.
43192         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
43193         * nptl/Makefile (tests): Add tst-stack4.
43194         (modules-names): Add tst-stack4mod.
43195         ($(objpfx)tst-stack4): New.
43196         (tst-stack4mod.sos): Likewise.
43197         ($(objpfx)tst-stack4.out): Likewise.
43198         ($(tst-stack4mod.sos)): Likewise.
43199         (clean): Likewise.
43200         * nptl/tst-stack4.c: New file.
43201         * nptl/tst-stack4mod.c: Likewise.
43203 2014-11-27  J. Brown  <jb999@gmx.de>
43205         * sysdeps/x86/bits/string.h: Add recent CPUs.
43207 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
43209         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
43210         sigblock.
43212         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
43213         feof.
43215         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
43216         variable.
43218 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
43220         * nscd/connections.c: Include libc-internal.h because of macro
43221         usage ignore_value.
43223 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
43225         * string/bits/string3.h (__warn_memset_zero_len): Don't
43226         declare for gcc newer than 5.0.
43227         (memset): Don't test for zero-length __LEN for gcc newer than
43228         5.0.
43230 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
43232         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
43233         size_t for %zu format.
43235         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
43236         difference, not %ju.
43238 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
43240         * include/libc-internal.h (ignore_value): New macro.
43241         * nscd/connections.c (restart): Wrap calls to setuid and setgid
43242         with ignore_value.
43244         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
43245         definition.
43247         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
43248         pthread_cleanup_push to void *.
43250         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
43251         Undefine.
43253         [BZ #16619]
43254         [BZ #16740]
43255         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
43256         instead of 1L << 52.
43258         * libio/bug-rewind.c (do_test): Check fwscanf return values.
43259         * libio/bug-rewind2.c (do_test): Likewise.
43261         * debug/test-stpcpy_chk-ifunc.c: Remove file.
43262         * debug/test-strcpy_chk-ifunc.c: Likewise.
43263         * wcsmbs/test-wcschr-ifunc.c: Likewise.
43264         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
43265         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
43266         * wcsmbs/test-wcslen-ifunc.c: Likewise.
43267         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
43268         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
43269         * Rules [$(multi-arch) = no] (tests): Do not filter out
43270         $(tests-ifunc).
43271         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
43272         * debug/Makefile (tests-ifunc): Remove variable.
43273         (tests): Do not add $(tests-ifunc).
43274         * wcsmbs/Makefile (tests-ifunc): Remove variable.
43275         (tests): Do not add $(tests-ifunc).
43276         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
43277         [TEST_IFUNC]: Remove conditionals.
43278         * string/test-string.h (TEST_IFUNC): Remove macro.
43279         [TEST_IFUNC]: Remove conditionals.
43281         * string/test-strchr.c [!WIDE] (L): New macro.
43282         [WIDE] (L): Likewise.
43283         (check1): Use CHAR instead of char.  Use L on string and character
43284         constants.
43286 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
43288         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
43289         tests.
43290         * sysdeps/powerpc/bits/atomic.h
43291         (__arch_atomic_exchange_and_add_32_acq): Add definition.
43292         (__arch_atomic_exchange_and_add_32_rel): Likewise.
43293         (atomic_exchange_and_add_acq): Likewise.
43294         (atomic_exchange_and_add_rel): Likewise.
43295         * sysdeps/powerpc/powerpc32/bits/atomic.h
43296         (__arch_atomic_exchange_and_add_64_acq): Add definition.
43297         (__arch_atomic_exchange_and_add_64_rel): Likewise.
43298         * sysdeps/powerpc/powerpc64/bits/atomic.h
43299         (__arch_atomic_exchange_and_add_64_acq): Add definition.
43300         (__arch_atomic_exchange_and_add_64_rel): Likewise.
43302 2014-11-26  Torvald Riegel  <triegel@redhat.com>
43304         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
43305         Change synchronization of __sched_fifo_min_prio and
43306         __sched_fifo_max_prio.
43307         * nptl/pthread_mutexattr_getprioceiling.c
43308         (pthread_mutexattr_getprioceiling): Likewise.
43309         * nptl/pthread_mutexattr_setprioceiling.c
43310         (pthread_mutexattr_setprioceiling): Likewise.
43311         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
43312         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
43313         Likewise.
43315 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
43317         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
43318         void.
43320 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
43322         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
43323         third argument const.
43325 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
43327         fnmatch: work around GCC compiler warning bug with uninit var
43328         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
43329         This works around a bug with x86-64 GCC 4.9.2 and earlier
43330         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
43331         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
43332         used uninitialized in this function [-Wmaybe-uninitialized]".
43334 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
43336         * posix/bug-regex31.c (main): Return RES not 0.
43338 2014-11-25  Anton Blanchard <anton@samba.org>
43340         * sysdeps/powerpc/bits/atomic.h
43341         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
43343 2014-11-24  Sterling Augustine  <saugustine@google.com>
43345         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
43347 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
43349         [BZ #17608]
43350         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
43352 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
43354         [BZ #17633]
43355         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
43356         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
43357         variable.
43358         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
43359         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
43361 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
43363         * string/strncpy.c (strncpy): Improve performance by using memset.
43365 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
43367         * string/strcpy.c (strcpy):
43368         Improve performance by using strlen and memcpy.
43370 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
43372         * string/strcoll_l.c (get_next_seq): __always_inline.
43373         * string/strcoll_l.c (do_compare): __always_inline.
43375 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
43377         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
43378         defined.
43379         * include/mqueue.h: Likewise.
43380         * include/stdlib.h: Likewise.
43382         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
43383         (get_null_defines): Adjust.
43384         * sunrpc/Makefile: Adjust comment.
43385         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
43386         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
43387         (CFLAGS-interp.c): Likewise.
43388         (CFLAGS-ldconfig.c): Likewise.
43389         (CPPFLAGS-.os): Likewise.
43390         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
43391         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
43392         * extra-modules.mk (extra-modules.mk): Likewise.
43393         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
43394         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
43395         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
43396         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
43397         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
43398         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
43399         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
43400         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
43401         * iconvdata/Makefile (CPPFLAGS): Likewise.
43402         (cpp-srcs-left): Add libof for all iconvdata routines.
43403         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
43404         * include/assert.h: Likewise.
43405         * include/ctype.h: Likewise.
43406         * include/errno.h: Likewise.
43407         * include/libc-symbols.h: Likewise.
43408         * include/math.h: Likewise.
43409         * include/netdb.h: Likewise.
43410         * include/resolv.h: Likewise.
43411         * include/stdio.h: Likewise.
43412         * include/stdlib.h: Likewise.
43413         * include/string.h: Likewise.
43414         * include/sys/stat.h: Likewise.
43415         * include/wctype.h: Likewise.
43416         * intl/l10nflist.c: Likewise.
43417         * libidn/idn-stub.c: Likewise.
43418         * libio/libioP.h: Likewise.
43419         * nptl/libc_multiple_threads.c: Likewise.
43420         * nptl/pthreadP.h: Likewise.
43421         * posix/regex_internal.h: Likewise.
43422         * resolv/res_hconf.c: Likewise.
43423         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
43424         * sysdeps/arm/memmove.S: Likewise.
43425         * sysdeps/arm/sysdep.h: Likewise.
43426         * sysdeps/generic/_itoa.h: Likewise.
43427         * sysdeps/generic/symbol-hacks.h: Likewise.
43428         * sysdeps/gnu/errlist.awk: Likewise.
43429         * sysdeps/gnu/errlist.c: Likewise.
43430         * sysdeps/i386/i586/memcpy.S: Likewise.
43431         * sysdeps/i386/i586/memset.S: Likewise.
43432         * sysdeps/i386/i686/memcpy.S: Likewise.
43433         * sysdeps/i386/i686/memmove.S: Likewise.
43434         * sysdeps/i386/i686/mempcpy.S: Likewise.
43435         * sysdeps/i386/i686/memset.S: Likewise.
43436         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
43437         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43438         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
43439         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
43440         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43441         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
43442         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
43443         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43444         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
43445         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43446         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43447         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43448         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43449         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43450         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43451         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43452         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
43453         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
43454         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
43455         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43456         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
43457         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
43458         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43459         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43460         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43461         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
43462         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
43463         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43464         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
43465         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
43466         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43467         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
43468         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
43469         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43470         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
43471         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
43472         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43473         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43474         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
43475         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
43476         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43477         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43478         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
43479         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
43480         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43481         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43482         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
43483         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
43484         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43485         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
43486         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43487         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
43488         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
43489         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43490         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
43491         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
43492         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43493         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
43494         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
43495         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43496         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
43497         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43498         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
43499         * sysdeps/nptl/bits/libc-lock.h: Likewise.
43500         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
43501         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
43502         * sysdeps/posix/closedir.c: Likewise.
43503         * sysdeps/posix/opendir.c: Likewise.
43504         * sysdeps/posix/readdir.c: Likewise.
43505         * sysdeps/posix/rewinddir.c: Likewise.
43506         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
43507         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
43508         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
43509         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
43510         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
43511         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
43512         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
43513         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
43514         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
43515         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
43516         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
43517         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
43518         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
43519         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
43520         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
43521         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
43522         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
43523         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
43524         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
43525         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
43526         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
43527         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
43528         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
43529         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
43530         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
43531         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
43532         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
43533         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
43534         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
43535         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
43536         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
43537         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
43538         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
43539         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
43540         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
43541         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
43542         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
43543         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
43544         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
43545         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
43546         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
43547         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
43548         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
43549         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
43550         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
43551         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
43552         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
43553         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
43554         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
43555         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
43556         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
43557         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
43558         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
43559         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
43560         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
43561         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
43562         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
43563         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
43564         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
43565         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
43566         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
43567         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
43568         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
43569         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
43570         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
43571         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
43572         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
43573         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
43574         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
43575         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
43576         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
43577         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
43578         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
43579         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
43580         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
43581         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
43582         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
43583         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
43584         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
43585         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
43586         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
43587         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
43588         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
43589         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
43590         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
43591         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
43592         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
43593         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
43594         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
43595         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
43596         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
43597         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
43598         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
43599         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43600         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43601         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
43602         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43603         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43604         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
43605         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
43606         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43607         * sysdeps/unix/alpha/sysdep.S: Likewise.
43608         * sysdeps/unix/alpha/sysdep.h: Likewise.
43609         * sysdeps/unix/make-syscalls.sh: Likewise.
43610         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
43611         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
43612         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
43613         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
43614         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
43615         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
43616         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
43617         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
43618         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
43619         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
43620         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
43621         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
43622         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
43623         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
43624         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
43625         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
43626         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
43627         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
43628         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
43629         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
43630         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
43631         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
43632         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
43633         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
43634         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
43635         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
43636         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
43637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
43638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
43639         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
43640         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
43641         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
43642         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
43643         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
43644         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
43645         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
43646         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
43647         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
43648         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
43649         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
43650         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
43651         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
43652         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
43653         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
43654         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
43655         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
43656         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
43657         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
43658         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
43659         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
43660         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
43661         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
43662         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
43663         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
43664         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
43665         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
43666         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
43667         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
43668         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
43669         * sysdeps/x86_64/memcpy.S: Likewise.
43670         * sysdeps/x86_64/memmove.c: Likewise.
43671         * sysdeps/x86_64/memset.S: Likewise.
43672         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
43673         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
43674         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
43675         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
43676         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
43677         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
43678         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
43679         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
43680         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
43681         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
43682         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
43683         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
43684         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
43685         * sysdeps/x86_64/multiarch/memset.S: Likewise.
43686         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
43687         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
43688         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
43689         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
43690         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
43691         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
43692         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
43693         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
43694         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
43695         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
43696         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
43697         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
43698         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
43699         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
43700         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
43701         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
43702         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
43703         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
43704         * sysdeps/x86_64/strcmp.S: Likewise.
43706         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
43708         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
43709         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
43710         * elf/rtld-Rules: Likewise.
43711         * elf/setup-vdso.h: Likewise.
43712         * include/assert.h: Likewise.
43713         * include/bits/stdlib-float.h: Likewise.
43714         * include/errno.h: Likewise.
43715         * include/sys/stat.h: Likewise.
43716         * include/unistd.h: Likewise.
43717         * sysdeps/aarch64/setjmp.S: Likewise.
43718         * sysdeps/alpha/setjmp.S: Likewise.
43719         * sysdeps/arm/__longjmp.S: Likewise.
43720         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
43721         * sysdeps/arm/setjmp.S: Likewise.
43722         * sysdeps/arm/sysdep.h: Likewise.
43723         * sysdeps/generic/_itoa.h: Likewise.
43724         * sysdeps/generic/dl-sysdep.h: Likewise.
43725         * sysdeps/generic/ldsodefs.h: Likewise.
43726         * sysdeps/i386/dl-tls.h: Likewise.
43727         * sysdeps/i386/setjmp.S: Likewise.
43728         * sysdeps/m68k/setjmp.c: Likewise.
43729         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
43730         * sysdeps/mach/hurd/opendir.c: Likewise.
43731         * sysdeps/posix/getcwd.c: Likewise.
43732         * sysdeps/posix/opendir.c: Likewise.
43733         * sysdeps/posix/profil.c: Likewise.
43734         * sysdeps/powerpc/dl-procinfo.h: Likewise.
43735         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
43736         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
43737         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
43738         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
43739         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
43740         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
43741         * sysdeps/s390/dl-tls.h: Likewise.
43742         * sysdeps/s390/s390-32/setjmp.S: Likewise.
43743         * sysdeps/s390/s390-64/setjmp.S: Likewise.
43744         * sysdeps/sh/sh3/setjmp.S: Likewise.
43745         * sysdeps/sh/sh4/setjmp.S: Likewise.
43746         * sysdeps/unix/alpha/sysdep.h: Likewise.
43747         * sysdeps/unix/arm/sysdep.S: Likewise.
43748         * sysdeps/unix/i386/sysdep.S: Likewise.
43749         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
43750         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
43751         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
43752         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
43753         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
43754         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
43755         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
43756         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
43757         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
43758         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
43759         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
43760         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
43761         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
43762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
43763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
43764         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
43765         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
43766         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
43767         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
43768         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
43769         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
43770         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
43771         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
43772         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
43773         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
43774         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
43775         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
43776         * sysdeps/unix/x86_64/sysdep.S: Likewise.
43777         * sysdeps/x86_64/setjmp.S: Likewise.
43779         * include/math.h: Use IS_IN instead of IS_IN_libm.
43780         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
43781         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43782         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
43783         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
43784         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43785         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
43786         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
43787         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43788         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43789         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
43790         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
43791         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
43792         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
43793         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
43794         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
43795         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
43796         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
43797         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
43798         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
43799         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
43800         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
43801         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
43802         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
43803         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
43804         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
43805         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
43806         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
43807         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
43808         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
43809         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
43810         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
43811         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
43812         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
43813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
43814         Likewise.
43815         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
43816         Likewise.
43817         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
43818         Likewise.
43819         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
43820         Likewise.
43821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
43822         Likewise.
43823         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
43824         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
43825         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
43826         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
43827         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
43828         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
43829         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
43830         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
43831         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
43832         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
43833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
43834         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
43835         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
43836         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
43837         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
43838         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43839         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
43840         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
43841         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43842         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
43843         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
43844         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
43845         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
43846         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
43847         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
43848         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
43849         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
43851         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
43852         * nptl/pthreadP.h: Likewise.
43853         * nptl_db/structs.def: Likewise.
43854         * sysdeps/arm/sysdep.h: Likewise.
43855         * sysdeps/nptl/bits/libc-lock.h: Likewise.
43856         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
43857         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
43858         * sysdeps/unix/alpha/sysdep.h: Likewise.
43859         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
43860         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
43861         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
43862         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
43863         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
43864         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
43865         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
43866         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
43867         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
43868         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
43869         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
43870         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
43871         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
43872         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
43873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
43874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
43875         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
43876         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
43877         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
43878         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
43879         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
43880         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
43881         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
43882         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
43883         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
43884         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
43886         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
43887         * nptl/pthreadP.h: Likewise.
43888         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
43889         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
43890         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
43891         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
43892         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
43893         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
43894         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
43895         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
43896         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
43897         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
43898         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
43899         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
43900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
43901         Likewise.
43902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
43903         Likewise.
43904         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
43905         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
43906         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
43907         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
43908         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
43909         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
43910         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
43911         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
43913         * dlfcn/dladdr.c: Use IS_IN.
43914         * dlfcn/dladdr1.c: Likewise.
43915         * dlfcn/dlclose.c: Likewise.
43916         * dlfcn/dlerror.c: Likewise.
43917         * dlfcn/dlinfo.c: Likewise.
43918         * dlfcn/dlmopen.c: Likewise.
43919         * dlfcn/dlopen.c: Likewise.
43920         * dlfcn/dlsym.c: Likewise.
43921         * dlfcn/dlvsym.c: Likewise.
43923         * include/ifaddrs.h: Use IS_IN.
43924         * inet/check_pf.c: Likewise.
43925         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
43926         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
43928         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
43929         IS_IN_ldconfig.
43930         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
43931         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
43933         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
43934         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
43935         IS_IN (libc).
43937         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
43939         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
43940         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
43941         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
43942         * include/libc-symbols.h (IS_IN_LIB): New macro.
43943         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
43944         * include/netdb.h: Likewise.
43945         * include/stap-probe.h: Remove all uses of IN_LIB.
43947         * Makeconfig (module-cppflags-real): Define MODULE_NAME
43948         instead of IN_MODULE.
43949         * include/libc-symbols.h (IN_MODULE): Define using
43950         MODULE_NAME.
43951         (PASTE_NAME, PASTE_NAME1): New macros.
43952         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
43953         of IN_LIB.
43954         (STAP_PROBE_ASM): Likewise.
43956 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43958         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
43959         __mach_init in dlopened libc.
43961 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
43963         * sysdeps/arm/preconfigure.ac: Delete EABI check.
43964         * sysdeps/arm/preconfigure: Regenerate.
43966 2014-11-21  Roland McGrath  <roland@hack.frob.com>
43968         * nptl/pthread_create.c (__pthread_create_2_1): Set
43969         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
43970         when copying values from IATTR into PD.
43972 2014-11-21  Will Newton  <will.newton@linaro.org>
43973             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
43975         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
43976         Refactor inline-asm.  Also add comment.
43978         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
43979         ElfW macro instead of hardcoded Elf64 types.
43980         (la_aarch64_gnu_pltenter): Likewise.
43981         * sysdeps/aarch64/dl-machine.h
43982         (elf_machine_runtime_setup): Use ElfW(Addr).
43984         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
43985         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
43986         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
43987         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
43988         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
43989         (R_AARCH64_TLS_DTPMOD64): Rename to ..
43990         (R_AARCH64_TLS_DTPMOD): This.
43991         (R_AARCH64_TLS_DTPREL64): Rename to ...
43992         (R_AARCH64_TLS_DTPREL): This.
43993         (R_AARCH64_TLS_TPREL64): Rename to ...
43994         (R_AARCH64_TLS_TPREL): This.
43995         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
43996         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
43997         R_AARCH64_TLS_TPREL64.
43998         (elf_machine_rela): Likewise.
44000 2014-11-21  Torvald Riegel  <triegel@redhat.com>
44002         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
44003         by setting it to 0.  64b atomics are not supported currently.
44005 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
44007         [BZ #16469]
44008         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
44009         search domain names.
44011 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
44013         [BZ #16469]
44014         * NEWS: Update.
44015         * resolv/res_query.c (__libc_res_nquerydomain): Retain
44016         trailing dot.
44017         * posix/tst-getaddrinfo5.c: New.
44018         * posix/Makefile (tests): Add it.
44020 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
44022         [BZ #14498]
44023         * NEWS: Fixed.
44024         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
44025         after parsing line but before break_if_match.
44026         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
44027         if there is a protocol mismatch.
44029 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
44031         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
44032         because the potential race is on the user-supplied stream.
44034 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
44036         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
44037         string literal if not passed a buffer.
44038         * manual/job.texi (ctermid): Update reasoning, note deviation
44039         from posix, suggest mtasurace when not passed a buffer, for
44040         future non-preliminary safety notes.
44042 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
44044         * manual/users.texi (cuserid): Fix MT-Safety note for the case
44045         of not passing it a buffer.
44046         Reported by Peng Haitao.
44048 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
44050         * manual/Makefile ($(objpfx)stamp-summary): Require
44051         check-safety.sh to pass.
44052         * manual/check-safety.sh: Wish for verification that every
44053         @deftypefn and @deftypefun is followed by a @safety remark.
44055 2014-11-20  Roland McGrath  <roland@hack.frob.com>
44057         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
44059         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
44060         PTHREAD_CANCEL_ASYNCHRONOUS.
44061         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
44062         send SIGCANCEL.
44064         * nptl/default-sched.h: New file.
44065         * sysdeps/unix/sysv/linux/default-sched.h: New file.
44066         * nptl/pthread_create.c: Include it.
44067         (__pthread_create_2_1): Use collect_default_sched instead of making
44068         Linux syscalls here directly.
44070 2014-11-20  Torvald Riegel  <triegel@redhat.com>
44072         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
44073         __pthread_once): Use C11 atomics.
44075 2014-11-20  Torvald Riegel  <triegel@redhat.com>
44077         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
44079 2014-11-20  Torvald Riegel  <triegel@redhat.com>
44081         * include/atomic.h (__atomic_link_error, __atomic_check_size,
44082         atomic_thread_fence_acquire, atomic_thread_fence_release,
44083         atomic_thread_fence_seq_cst, atomic_load_relaxed,
44084         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
44085         atomic_compare_exchange_weak_relaxed,
44086         atomic_compare_exchange_weak_acquire,
44087         atomic_compare_exchange_weak_release,
44088         atomic_exchange_acquire, atomic_exchange_release,
44089         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
44090         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
44091         atomic_fetch_and_acquire,
44092         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
44094 2014-11-20  Torvald Riegel  <triegel@redhat.com>
44096         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
44097         USE_ATOMIC_COMPILER_BUILTINS): Define.
44098         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
44099         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44100         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
44101         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44102         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
44103         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44104         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
44105         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44106         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
44107         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44108         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
44109         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44110         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
44111         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44112         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
44113         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44114         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
44115         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44116         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
44117         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44118         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
44119         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44120         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
44121         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44122         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
44123         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44124         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
44125         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44126         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
44127         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44128         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
44129         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44130         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
44131         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44132         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
44133         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44134         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
44135         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44136         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
44137         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
44139 2014-11-19  Roland McGrath  <roland@hack.frob.com>
44141         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
44142         the sched_priority value here.  It was already checked when the user
44143         called pthread_attr_setschedparam.
44145         * nptl/tst-bad-schedattr.c: New file.
44146         * nptl/Makefile (tests): Add it.
44148 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
44149             Florian Weimer  <fweimer@redhat.com>
44150             Joseph Myers  <joseph@codesourcery.com>
44151             Adam Conrad  <adconrad@0c3.net>
44152             Andreas Schwab  <schwab@suse.de>
44153             Brooks  <bmoses@google.com>
44155         [BZ #17625]
44156         * wordexp-test.c (__dso_handle): Add prototype.
44157         (__register_atfork): Likewise.
44158         (__app_register_atfork): New function.
44159         (registered_forks): New global.
44160         (register_fork): New function.
44161         (test_case): Add 3 new tests for WRDE_CMDSUB.
44162         (main): Call __app_register_atfork.
44163         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
44164         fork count is non-zero fail the test.
44165         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
44166         is set.
44167         (parse_dollars): Remove check for WRDE_NOCMD.
44168         (parse_dquote): Likewise.
44170 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
44172         * Makeconfig (built-modules): List non-library modules to be
44173         built.
44174         (module-cppflags): Include libc-modules.h for
44175         everything except shlib-versions.v.i.
44176         (CPPFLAGS): Use it.
44177         (before-compile): Add libc-modules.h.
44178         ($(common-objpfx)libc-modules.h,
44179         $(common-objpfx)libc-modules.stmp): New targets.
44180         (common-generated): Add libc-modules.h and libc-modules.stmp.
44181         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
44182         * include/libc-symbols.h: Don't include libc-modules.h.
44183         * include/libc-modules.h: Remove file.
44184         * scripts/gen-libc-modules.awk: New script to generate
44185         libc-modules.h.
44186         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
44187         Depend on libc-modules.stmp.
44189         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
44191         * Makeconfig (in-module): Get value of libof set for the
44192         translation unit.
44193         (CPPFLAGS): Use $(in-module).
44194         * Makerules: Don't suffix routine names for nonlib.
44195         * include/libc-modules.h: New file.
44196         * include/libc-symbols.h: Include libc-modules.h
44197         (IS_IN): New macro to replace IS_IN_* macros.
44198         * elf/Makefile: Set libof-* for each routine.
44199         * elf/rtld-Rules: Likewise.
44200         * extra-modules.mk: Likewise.
44201         * iconv/Makefile: Likewise.
44202         * iconvdata/Makefile: Likewise.
44203         * locale/Makefile: Likewise.
44204         * malloc/Makefile: Likewise.
44205         * nss/Makefile: Likewise.
44206         * sysdeps/gnu/Makefile: Likewise.
44207         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
44208         * sysdeps/unix/sysv/linux/Makefile: Likewise.
44209         * sysdeps/s390/s390-64/Makefile: Likewise.
44210         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
44211         CPPFLAGS for nscd instead of nonlib.
44213 2014-11-18  Roland McGrath  <roland@hack.frob.com>
44215         * nptl/createthread.c: New file.
44217         * nptl/createthread.c: Moved ...
44218         * sysdeps/unix/sysv/linux/createthread.c: ... here.
44220         * nptl/createthread.c: Add proper top-line comment.
44221         (do_clone): Folded into ...
44222         (create_thread): ... here.  Take new arguments STOPPED_START and
44223         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
44224         increment __nptl_threads, do event-reporting logic, do
44225         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
44226         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
44227         resource cleanup if sched_setaffinity or sched_setscheduler fails,
44228         just send SIGCANCEL.
44229         * nptl/pthread_create.c: Forward-declare create_thread before
44230         including createthread.c.
44231         (start_thread): Use new macro START_THREAD_DEFN to replace defining
44232         declaration, and new macro START_THREAD_SELF to replace argument.
44233         Remove return statement.
44234         (report_thread_creation): New function.
44235         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
44236         synchronization logic, and __nptl_nthreads increment here, around
44237         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
44238         PD->parent_cancelhandling here, before create_thread.  When
44239         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
44240         __deallocate_stack, and ENOMEM translation here.
44242 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
44244         [BZ #17616]
44245         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
44246         (mptwo): Rename to __mptwo.
44247         (__inv): Use __mptwo instead of mptwo.
44248         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
44249         (mptwo): Rename to __mptwo.
44250         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
44251         of mpone and __mptwo instead of mptwo.
44252         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
44253         instead of mpone.
44254         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
44255         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
44256         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
44257         of mpone and __mptwo instead of mptwo.
44258         (__mpranred): Use __mpone instead of mpone.
44259         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
44260         variable.
44261         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
44262         (test-xfail-ISO99/math.h/linknamespace): Likewise.
44263         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
44264         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
44265         (test-xfail-ISO11/math.h/linknamespace): Likewise.
44266         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
44267         (test-xfail-XPG3/math.h/linknamespace): Likewise.
44268         (test-xfail-XPG4/math.h/linknamespace): Likewise.
44269         (test-xfail-POSIX/math.h/linknamespace): Likewise.
44270         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
44271         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
44272         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
44273         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
44274         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
44275         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
44276         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
44277         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
44278         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
44279         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
44281 2014-11-18  Tom de Vries  <tom@codesoucery.com>
44283         * manual/signal.texi (Primitives Interrupted by Signals): In section,
44284         replace BSD Handler xref with BSD Signal Handling.
44286 2014-11-17  Richard Henderson  <rth@redhat.com>
44288         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
44289         (_FP_PACK_RAW_2): Remove.
44290         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
44291         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
44292         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
44293         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
44294         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
44295         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
44296         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
44297         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
44298         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
44299         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
44300         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
44301         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
44302         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
44303         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
44304         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
44305         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
44307 2014-11-14  Roland McGrath  <roland@hack.frob.com>
44309         * signal/signal.h [__USE_MISC]
44310         (struct sigvec): Remove type.
44311         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
44312         (sigvec): Remove declaration.
44313         * sysdeps/posix/sigvec.c: Moved ...
44314         * signal/sigvec.c: ... here, replacing old file.
44315         (struct sigvec): New type, copied from old signal.h definition.
44316         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
44317         (__sigvec): Convert definition to prototype.
44318         (sigvec): Replace weak_alias with compat_symbol.
44319         * signal/Versions (libc: GLIBC_2.21): New version set.
44320         * include/signal.h: Remove __sigvec declaration.
44321         * sysdeps/unix/bsd/sigvec.c: Remove file.
44322         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
44323         * manual/signal.texi (BSD Handler): Remove subsection.
44324         Move siginterrupt up to ...
44325         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
44326         (Blocking in BSD): Fold subsection into its parent.
44327         * NEWS: Mention sigvec removal.
44329 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
44331         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
44332         (DLA_FMS): Make definition conditional only on [__FMA4__].
44333         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
44334         definition.
44336         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
44337         Make definition conditional only on [PROF].
44338         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
44339         definition.
44340         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
44341         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
44343         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
44344         !__GNUC__].
44345         * include/signal.h (__sigpause): Move declaration above call to
44346         libc_hidden_proto.
44347         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
44348         variable.
44349         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
44350         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
44352 2014-11-14  David S. Miller  <davem@davemloft.net>
44354         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
44355         Define before including <string/memcpy.c> and <string/mempcpy.c>.
44357 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
44359         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
44360         * configure: Regenerated.
44361         * manual/install.texi (Tools for Compilation): Document a
44362         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
44363         compiler verified to work.
44364         * INSTALL: Regenerated.
44366         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
44367         redeclare with asm name.
44368         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
44369         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
44370         including <string.h>.
44371         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
44372         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
44373         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
44374         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
44375         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
44376         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
44377         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
44379 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
44381         * stdlib/strtol.c (__strtol): Use prototype definition.
44383         [BZ #17594]
44384         * stdlib/strtol.c (SYM__): New macro.
44385         (SYM__1): Likewise.
44386         (__strtol): Likewise.
44387         (strtol): Rename to __strtol and define as weak alias of
44388         __strtol.  Use libc_hidden_weak.
44390 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
44392         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
44393         Use numbered labels in inline assembly.
44395 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
44397         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
44398         Add setjmp LIBC_PROBE.
44399         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
44400         Likewise.
44401         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
44402         Add longjmp, longjmp_target LIBC_PROBE.
44403         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
44404         Likewise.
44406 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
44408         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
44409         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
44410         to get rid of unused variable warning.
44412 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
44414         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
44415         Check for unwind_backtrace ==  NULL only in SHARED case.
44416         (__backchain_backtrace): Compile only in SHARED case.
44417         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
44418         Likewise.
44419         (__backchain_backtrace): Declare as static.
44421 2014-11-12  Roland McGrath  <roland@hack.frob.com>
44423         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
44424         (__libc_multiple_threads_ptr): Variable moved ...
44425         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
44427 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
44429         * conform/GlibcConform.pm: New file.
44430         * conform/conformtest.pl: Use GlibcConform module.
44431         * conform/linknamespace.pl: New file.
44432         * conform/list-header-symbols.pl: Likewise.
44433         * conform/Makefile (linknamespace-symlists-base): New variable.
44434         (linknamespace-symlists-tests): Likewise.
44435         (linknamespace-header-base): Likewise.
44436         (linknamespace-header-tests): Likewise.
44437         (tests-special): Add new tests.
44438         ($(linknamespace-symlists-tests)): New rule.
44439         (linknamespace-libs): New variable.
44440         ($(objpfx)symlist-stdlibs): New rule.
44441         ($(linknamespace-header-tests)): Likewise.
44442         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
44443         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
44444         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
44445         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
44446         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
44447         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
44448         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
44449         (test-xfail-ISO/math.h/linknamespace): Likewise.
44450         (test-xfail-ISO/signal.h/linknamespace): Likewise.
44451         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
44452         (test-xfail-ISO/time.h/linknamespace): Likewise.
44453         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
44454         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
44455         (test-xfail-ISO99/math.h/linknamespace): Likewise.
44456         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
44457         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
44458         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
44459         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
44460         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
44461         (test-xfail-ISO11/math.h/linknamespace): Likewise.
44462         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
44463         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
44464         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
44465         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
44466         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
44467         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
44468         (test-xfail-XPG3/math.h/linknamespace): Likewise.
44469         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
44470         (test-xfail-XPG3/search.h/linknamespace): Likewise.
44471         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
44472         (test-xfail-XPG3/time.h/linknamespace): Likewise.
44473         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
44474         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
44475         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
44476         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
44477         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
44478         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
44479         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
44480         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
44481         (test-xfail-XPG4/math.h/linknamespace): Likewise.
44482         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
44483         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
44484         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
44485         (test-xfail-XPG4/search.h/linknamespace): Likewise.
44486         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
44487         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
44488         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
44489         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
44490         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
44491         (test-xfail-XPG4/time.h/linknamespace): Likewise.
44492         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
44493         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
44494         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
44495         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
44496         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
44497         (test-xfail-POSIX/math.h/linknamespace): Likewise.
44498         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
44499         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
44500         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
44501         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
44502         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
44503         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
44504         (test-xfail-POSIX/time.h/linknamespace): Likewise.
44505         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
44506         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
44507         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
44508         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
44509         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
44510         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
44511         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
44512         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
44513         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
44514         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
44515         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
44516         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
44517         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
44518         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
44519         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
44520         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
44521         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
44522         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
44523         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
44524         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
44525         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
44526         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
44527         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
44528         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
44529         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
44530         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
44531         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
44532         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
44533         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
44534         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
44535         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
44536         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
44537         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
44538         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
44539         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
44540         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
44541         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
44542         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
44543         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
44544         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
44545         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
44546         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
44547         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
44548         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
44549         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
44550         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
44551         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
44552         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
44553         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
44554         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
44555         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
44556         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
44557         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
44558         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
44559         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
44560         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
44561         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
44562         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
44563         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
44564         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
44565         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
44566         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
44567         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
44568         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
44569         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
44570         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
44571         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
44572         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
44573         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
44574         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
44575         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
44576         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
44577         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
44578         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
44579         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
44580         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
44581         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
44582         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
44583         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
44584         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
44585         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
44586         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
44587         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
44588         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
44589         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
44590         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
44591         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
44592         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
44593         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
44594         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
44595         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
44596         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
44597         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
44598         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
44599         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
44600         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
44601         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
44602         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
44604         [BZ #17589]
44605         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
44606         of fgets_unlocked.
44608         [BZ #17585]
44609         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
44610         (memmem): Rename to __memmem and define as weak alias of
44611         __memmem.  Use libc_hidden_weak.
44612         (__memmem): Use libc_hidden_def.
44613         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
44614         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
44615         memmem.
44617         [BZ #17582]
44618         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
44619         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
44620         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
44621         and define as weak alias of __fgets_unlocked.  Use
44622         libc_hidden_weak.
44623         (__fgets_unlocked): Use libc_hidden_def.
44624         * include/stdio.h (__fgets_unlocked): Declare.  Use
44625         libc_hidden_proto.
44626         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
44627         __fgets_unlocked instead of fgets_unlocked.
44628         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
44629         (GET_NPROCS_CONF_PARSER): Likewise.
44630         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
44631         (GET_NPROCS_CONF_PARSER): Likewise.
44633         [BZ #17574]
44634         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
44635         weak alias of __wmemset.  Use libc_hidden_weak.
44636         (__wmemset): Use libc_hidden_def.
44637         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
44638         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
44639         of wmemset.
44641         [BZ #17573]
44642         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
44643         with asm name __mempcpy.
44644         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
44646         [BZ #17572]
44647         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
44648         and define as weak alias of __rawmemchr.
44649         (__rawmemchr): Do not define as strong alias of rawmemchr.
44651         [BZ #17571]
44652         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
44653         alias of __qsort_r.
44654         (qsort): Call __qsort_r instead of qsort_r.
44655         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
44656         (__qsort_r): Declare.  Call libc_hidden_proto.
44657         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
44658         instead of qsort_r.
44659         * nscd/gai.c (__qsort_r): Define to qsort_r.
44660         * posix/tst-rfc3484.c (__qsort_r): Likewise.
44661         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
44662         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
44664         [BZ #17570]
44665         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
44666         define as weak alias of __malloc_info.
44668         [BZ #17584]
44669         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
44670         as weak alias of __rewinddir.  Don't use libc_hidden_def.
44671         (__rewinddir): Use libc_hidden_def.
44672         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
44673         as weak alias of __rewinddir.  Don't use libc_hidden_def.
44674         (__rewinddir): Use libc_hidden_def.
44675         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
44676         weak alias of __rewinddir.  Don't use libc_hidden_def.
44677         (__rewinddir): Use libc_hidden_def.
44678         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
44679         (__rewinddir): Use libc_hidden_proto.
44680         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
44681         rewinddir.
44682         (__getcwd): Use __rewinddir instead of rewinddir.
44684         [BZ #17583]
44685         * libio/fileno.c (fileno): Rename to __fileno and define as weak
44686         alias of __fileno.  Use libc_hidden_weak.
44687         (__fileno): Use libc_hidden_def.
44688         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
44689         * libio/ftello.c (ftello): Rename to __ftello and define as weak
44690         alias of __ftello.
44691         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
44692         __ftello.
44693         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
44694         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
44695         libc_hidden_def.
44696         (fread_unlocked): Don't use libc_hidden_ver.
44697         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
44698         and define as weak alias of __fread_unlocked.  Don't use
44699         libc_hidden_def.
44700         (__fread_unlocked): Use libc_hidden_def.
44701         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
44702         (ftello): Don't use libc_hidden_proto.
44703         (__ftello): Declare.  Use libc_hidden_proto.
44704         (fread_unlocked): Don't use libc_hidden_proto.
44705         (__fread_unlocked): Declare.  Use libc_hidden_proto.
44706         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
44707         and __ftello instead of fileno, fread_unlocked and ftello.
44709 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
44711         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
44712         GOT12.
44713         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
44714         Likewise.
44715         (_dl_start_user): Likewise.
44716         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
44718 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
44719             Siddhesh Poyarekar  <siddhesh@redhat.com>
44721         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
44722         Move argv and envp down instead of moving argc up.
44723         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
44725 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
44727         [BZ #17506]
44728         * test-skeleton.c (main): Return successful if one of
44729         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
44730         * string/tst-strcoll-overflow.c: Define expected status.
44732 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
44734         [BZ #17475]
44735         * locale/iso-639.def: Define Bhili and Tulu language codes.
44737 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
44739         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
44741 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
44743         [BZ #17555]
44744         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
44746 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
44748         * configure.ac: Updated check of minimal required version to
44749         2.22.
44750         * manual/install.texi (Tools for Compilation): Updated version
44751         number.
44752         * configure: Regenerated.
44753         * INSTALL: Likewise.
44755 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
44757         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
44758         __tls_get_addr.
44760 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
44762         * include/sys/wait.h (__libc_waitpid): Remove declaration.
44763         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
44764         (__waitpid): Don't define as alias.  Use libc_hidden_def not
44765         libc_hidden_weak.
44766         (waitpid): Define as alias of __waitpid.
44767         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
44768         __waitpid.
44769         (__waitpid): Don't define as alias.  Use libc_hidden_def not
44770         libc_hidden_weak.
44771         (waitpid): Define as alias of __waitpid.
44772         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
44773         __libc_waitpid alias.
44774         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
44775         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
44776         Likewise.
44777         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
44778         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
44779         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
44780         alias.
44781         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
44782         __waitpid.
44783         (__waitpid): Don't define as alias.  Use libc_hidden_def not
44784         libc_hidden_weak.
44785         (waitpid): Define as alias of __waitpid.
44787 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
44789         * manual/llio.texi: Add comment that write safety has been
44790         fixed in Linux.
44792         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
44793         (localplt-build-dso): Add elf/ld.so.
44794         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
44795         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
44796         and free for ld.so.
44797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
44798         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
44799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
44800         Likewise.
44801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
44802         Likewise.
44803         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
44804         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
44805         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
44806         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
44807         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
44808         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
44809         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
44810         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
44811         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
44812         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
44813         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
44815 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
44817         [BZ #14132]
44818         * include/libc-symbols.h (INTUSE): Remove macro.
44819         (INTDEF): Likewise.
44820         (INTVARDEF): Likewise.
44821         (_INTVARDEF): Likewise.
44822         (INTDEF2): Likewise.
44823         (INTVARDEF2): Likewise.
44824         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
44825         rtld_hidden_def instead of INTVARDEF.
44826         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
44827         (_dl_starting_up_internal): Remove declaration.
44828         (_dl_starting_up): Use rtld_hidden_proto.
44829         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
44830         declaration.
44831         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
44832         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
44833         _dl_starting_up.
44834         * elf/dl-writev.h (_dl_writev): Likewise.
44835         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
44836         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
44837         _dl_starting_up_internal.
44839 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44841         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
44842         test-skeleton.c.
44844 2014-11-05  Will Newton  <will.newton@linaro.org>
44846         * benchtests/Makefile: (bench-malloc): Add malloc thread
44847         scalability benchmark.
44848         * benchtests/bench-malloc-threads.c: New file.
44850 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
44852         * sysdeps/aarch64/strchrnul.S: New file.
44854 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44856         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
44857         definition.
44858         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
44859         Likewise.
44860         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
44861         Likewise.
44862         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
44863         Likewise.
44864         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
44865         Likewise.
44866         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
44867         Likewise.
44869 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
44871         * catgets/test-gencat.c: Use test-skeleton.c.
44872         * catgets/tst-catgets.c: Likewise.
44873         * csu/tst-empty.c: Likewise.
44874         * elf/tst-audit2.c: Likewise.
44875         * elf/tst-global1.c: Likewise.
44876         * elf/tst-pathopt.c: Likewise.
44877         * elf/tst-piemod1.c: Likewise.
44878         * elf/tst-tls10.c: Likewise.
44879         * elf/tst-tls11.c: Likewise.
44880         * elf/tst-tls12.c: Likewise.
44881         * gnulib/tst-gcc.c: Likewise.
44882         * iconvdata/tst-e2big.c: Likewise.
44883         * iconvdata/tst-loading.c: Likewise.
44884         * iconv/tst-iconv1.c: Likewise.
44885         * iconv/tst-iconv2.c: Likewise.
44886         * inet/test-inet6_opt.c: Likewise.
44887         * inet/tst-gethnm.c: Likewise.
44888         * inet/tst-network.c: Likewise.
44889         * inet/tst-ntoa.c: Likewise.
44890         * intl/tst-codeset.c: Likewise.
44891         * intl/tst-gettext2.c: Likewise.
44892         * intl/tst-gettext3.c: Likewise.
44893         * intl/tst-ngettext.c: Likewise.
44894         * intl/tst-translit.c: Likewise.
44895         * io/test-stat.c: Likewise.
44896         * libio/test-fmemopen.c: Likewise.
44897         * libio/tst-freopen.c: Likewise.
44898         * libio/tst-sscanf.c: Likewise.
44899         * libio/tst-ungetwc1.c: Likewise.
44900         * libio/tst-ungetwc2.c: Likewise.
44901         * libio/tst-widetext.c: Likewise.
44902         * localedata/tst-ctype.c: Likewise.
44903         * localedata/tst-digits.c: Likewise.
44904         * localedata/tst-leaks.c: Likewise.
44905         * localedata/tst-mbswcs1.c: Likewise.
44906         * localedata/tst-mbswcs2.c: Likewise.
44907         * localedata/tst-mbswcs3.c: Likewise.
44908         * localedata/tst-mbswcs4.c: Likewise.
44909         * localedata/tst-mbswcs5.c: Likewise.
44910         * localedata/tst-setlocale.c: Likewise.
44911         * localedata/tst-trans.c: Likewise.
44912         * localedata/tst-wctype.c: Likewise.
44913         * localedata/tst-xlocale1.c: Likewise.
44914         * login/tst-grantpt.c: Likewise.
44915         * malloc/tst-calloc.c: Likewise.
44916         * malloc/tst-malloc.c: Likewise.
44917         * malloc/tst-mallocstate.c: Likewise.
44918         * malloc/tst-mcheck.c: Likewise.
44919         * malloc/tst-mtrace.c: Likewise.
44920         * malloc/tst-obstack.c: Likewise.
44921         * math/atest-exp2.c: Likewise.
44922         * math/atest-exp.c: Likewise.
44923         * math/atest-sincos.c: Likewise.
44924         * math/test-matherr.c: Likewise.
44925         * math/test-misc.c: Likewise.
44926         * math/test-powl.c: Likewise.
44927         * math/tst-definitions.c: Likewise.
44928         * misc/tst-dirname.c: Likewise.
44929         * misc/tst-efgcvt.c: Likewise.
44930         * misc/tst-fdset.c: Likewise.
44931         * misc/tst-hsearch.c: Likewise.
44932         * misc/tst-mntent2.c: Likewise.
44933         * nptl/tst-sem7.c: Likewise.
44934         * nptl/tst-sem8.c: Likewise.
44935         * nptl/tst-sem9.c: Likewise.
44936         * nss/test-netdb.c: Likewise.
44937         * posix/tst-fnmatch.c: Likewise.
44938         * posix/tst-getlogin.c: Likewise.
44939         * posix/tst-gnuglob.c: Likewise.
44940         * posix/tst-mmap.c: Likewise.
44941         * pwd/tst-getpw.c: Likewise.
44942         * resolv/tst-inet_ntop.c: Likewise.
44943         * rt/tst-timer.c: Likewise.
44944         * stdio-common/test-fseek.c: Likewise.
44945         * stdio-common/test-popen.c: Likewise.
44946         * stdio-common/test-vfprintf.c: Likewise.
44947         * stdio-common/tst-cookie.c: Likewise.
44948         * stdio-common/tst-fileno.c: Likewise.
44949         * stdio-common/tst-gets.c: Likewise.
44950         * stdio-common/tst-obprintf.c: Likewise.
44951         * stdio-common/tst-perror.c: Likewise.
44952         * stdio-common/tst-sprintf2.c: Likewise.
44953         * stdio-common/tst-sprintf3.c: Likewise.
44954         * stdio-common/tst-sprintf.c: Likewise.
44955         * stdio-common/tst-swprintf.c: Likewise.
44956         * stdio-common/tst-tmpnam.c: Likewise.
44957         * stdio-common/tst-unbputc.c: Likewise.
44958         * stdio-common/tst-wc-printf.c: Likewise.
44959         * stdlib/tst-environ.c: Likewise.
44960         * stdlib/tst-fmtmsg.c: Likewise.
44961         * stdlib/tst-limits.c: Likewise.
44962         * stdlib/tst-rand48-2.c: Likewise.
44963         * stdlib/tst-rand48.c: Likewise.
44964         * stdlib/tst-random2.c: Likewise.
44965         * stdlib/tst-random.c: Likewise.
44966         * stdlib/tst-strtol.c: Likewise.
44967         * stdlib/tst-strtoll.c: Likewise.
44968         * stdlib/tst-tls-atexit.c: Likewise.
44969         * stdlib/tst-xpg-basename.c: Likewise.
44970         * string/test-ffs.c: Likewise.
44971         * string/tst-bswap.c: Likewise.
44972         * string/tst-inlcall.c: Likewise.
44973         * string/tst-strtok.c: Likewise.
44974         * string/tst-strxfrm.c: Likewise.
44975         * sysdeps/x86_64/tst-audit10.c: Likewise.
44976         * sysdeps/x86_64/tst-audit3.c: Likewise.
44977         * sysdeps/x86_64/tst-audit4.c: Likewise.
44978         * sysdeps/x86_64/tst-audit5.c: Likewise.
44979         * time/tst-ftime_l.c: Likewise.
44980         * time/tst-getdate.c: Likewise.
44981         * time/tst-mktime3.c: Likewise.
44982         * time/tst-mktime.c: Likewise.
44983         * time/tst-posixtz.c: Likewise.
44984         * time/tst-strptime2.c: Likewise.
44985         * time/tst-strptime3.c: Likewise.
44986         * wcsmbs/tst-btowc.c: Likewise.
44987         * wcsmbs/tst-mbrtowc.c: Likewise.
44988         * wcsmbs/tst-mbsrtowcs.c: Likewise.
44989         * wcsmbs/tst-wchar-h.c: Likewise.
44990         * wcsmbs/tst-wcpncpy.c: Likewise.
44991         * wcsmbs/tst-wcrtomb.c: Likewise.
44992         * wcsmbs/tst-wcsnlen.c: Likewise.
44993         * wcsmbs/tst-wcstof.c: Likewise.
44995 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
44997         [BZ #14132]
44998         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
44999         INTDEF.
45000         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
45001         declaration.
45002         (_dl_mcount): Use rtld_hidden_proto.
45003         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
45004         _dl_mcount.
45005         * elf/rtld.c (_rtld_global_ro): Likewise.
45007         [BZ #14132]
45008         * elf/dl-init.c (_dl_init): Don't use INTDEF.
45009         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
45010         of _dl_init_internal.
45011         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
45012         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
45013         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
45014         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
45015         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
45016         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
45017         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
45018         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
45019         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
45020         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
45021         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
45022         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
45023         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45024         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45025         * sysdeps/tile/dl-start.S (_start): Likewise.
45026         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
45027         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
45029         [BZ #14132]
45030         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
45031         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
45032         (rtld_progname): Make macro definition unconditional.
45033         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
45034         INTDEF.
45035         (dlmopen_doit): Do not use INTUSE with _dl_argv.
45036         (dl_main): Likewise.
45037         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
45038         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
45039         instead of _dl_argv_internal.
45040         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
45041         __GI__dl_argv instead of INTUSE(_dl_argv).
45042         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
45043         __GI__dl_argv instead of _dl_argv_internal.
45045         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
45046         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
45047         macro.
45048         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
45049         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
45050         New macro.
45051         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
45052         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
45053         macro.
45054         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
45055         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
45057 2014-11-04  Andreas Schwab  <schwab@suse.de>
45059         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
45061 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45063         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
45064         mtvsrd instruction in binary form.
45066 2014-11-03  Andreas Schwab  <schwab@suse.de>
45068         [BZ #17522]
45069         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
45070         for less than MB_LEN_MAX use a local buffer of that size.
45071         * libio/tst-fputws.c: New file.
45072         * libio/Makefile (tests): Add tst-fputws.
45074 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
45076         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
45077         the size of the fpu_fr.fpu_dregs[] array.
45079 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
45081         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
45082         (__nanosleep): Do not define as alias.
45083         (nanosleep): Define as alias of __nanosleep.
45084         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
45085         __libc_nanosleep name.
45087 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
45089         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
45090         install.texi in comment.
45092 2014-10-31  Torvald Riegel  <triegel@redhat.com>
45094         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
45095         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
45096         ... add here and use lwsync or sync ...
45097         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
45098         ... and add here using lwsync.
45100 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
45102         * elf/dl-machine-reject-phdr.h: New file.
45103         * elf/dl-load.c: #include that.
45104         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
45105         if that returned true.
45107 2014-10-31  Roland McGrath  <roland@hack.frob.com>
45109         [BZ #17496]
45110         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
45111         gen-as-const-headers chunk.  Add a big scare comment after the last
45112         safe place to touch before-compile.
45114 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
45116         * manual/install.texi (Tools for Compilation): Update autoconf
45117         version requirements.
45118         * INSTALL: Regenerated.
45120         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
45121         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
45122         (__libc_pselect): Likewise.
45124         [BZ #14138]
45125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
45126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
45127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
45128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
45130 2014-10-31  Torvald Riegel  <triegel@redhat.com>
45132         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
45133         correct barrier instruction.
45134         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
45135         Likewise.
45136         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
45137         Likewise.
45139 2014-10-30  Roland McGrath  <roland@hack.frob.com>
45141         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
45142         after defining inlines.  Instead, just use parens to defeat macro
45143         expansion of __isctype in its declaration.
45145 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
45147         * include/sys/uio.h (__libc_readv): Remove declaration.
45148         (__libc_writev): Likewise.
45149         * misc/readv.c (__libc_readv): Rename to __readv.
45150         (__readv): Do not define as alias.
45151         (readv): Define as alias of __readv.
45152         * misc/writev.c (__libc_writev): Rename to __writev.
45153         (__writev): Do not define as alias.
45154         (writev): Define as alias of __writev.
45155         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
45156         (__readv): Do not define as alias.
45157         (readv): Define unconditionally as alias of __readv.
45158         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
45159         (__writev): Do not define as alias.
45160         (writev): Define unconditionally as alias of __writev.
45161         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
45162         name.
45163         (writev): Do not define __libc_writev name.
45165 2014-10-30  Roland McGrath  <roland@hack.frob.com>
45167         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
45168         (convert_charseq): New function, broken out of ...
45169         (use_from_charmap): ... here.  Call it.
45170         (use_to_charmap): Use convert_charseq and free instead of duplicating
45171         its code with a variable-length stack struct.
45173 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
45175         * include/fcntl.h (__libc_creat): Remove declaration.
45176         * io/creat.c (__libc_creat): Rename to creat.
45177         (creat): Do not define as alias.
45178         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
45179         of creat instead of __libc_creat.
45180         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
45181         to creat.
45182         (creat): Do not define as alias.
45183         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
45184         __libc_creat.
45185         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
45186         __libc_creat name.
45187         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
45188         Likewise.
45190 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
45192         * manual/llio.texi: Add comments discussing why write() may be
45193         considered MT-unsafe on Linux.
45195 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
45197         * dl-load.c (local_strdup): Remove.
45198         (expand_dynamic_string_token): Use __strdup.
45199         (decompose_rpath): Likewise.
45200         (_dl_map_object): Likewise.
45202 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
45204         [BZ #14132]
45205         * sysdeps/generic/unwind-dw2-fde.c
45206         (__register_frame_info_bases_internal): Do not declare.
45207         (__register_frame_info_table_bases_internal): Likewise.
45208         (__deregister_frame_info_bases_internal): Likewise.
45209         (__register_frame_info_bases): Declare and use hidden_proto before
45210         definition.  Use hidden_def instead of INTDEF.
45211         (__register_frame_info_table_bases): Likewise.
45212         (__deregister_frame_info_bases): Likewise.
45213         (__register_frame_info): Do not use INTUSE.
45214         (__register_frame): Likewise.
45215         (__register_frame_info_table): Likewise.
45216         (__register_frame_table): Likewise.
45217         (__deregister_frame_info): Likewise.
45218         (__deregister_frame): Likewise.
45220 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
45222         * sysdeps/unix/sysv/linux/arm/kernel-features.h
45223         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
45224         not undefine.
45225         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
45226         Likewise.
45227         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
45228         Likewise.
45230 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
45232         [BZ #14138]
45233         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
45234         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
45235         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
45236         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
45237         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
45238         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
45239         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
45240         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
45241         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
45242         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
45243         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
45244         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
45245         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
45246         syscall.
45247         (setfsuid): Likewise.
45248         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
45249         (setfsuid): Likewise.
45250         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
45251         (setfsuid): Likewise.
45252         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
45253         Likewise.
45254         (setfsuid): Likewise.
45255         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
45256         (setfsuid): Likewise.
45257         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
45258         Likewise.
45259         (setfsuid): Likewise.
45261 2014-10-27  Andreas Schwab  <schwab@suse.de>
45263         [BZ #17501]
45264         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
45265         check for Slow_SSE4_2 feature bit.
45266         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
45267         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
45268         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
45269         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
45271 2014-10-24  Roland McGrath  <roland@hack.frob.com>
45273         * configure.ac: Validate compiler version with a empirical test of
45274         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
45275         $CC -v output.
45276         * configure: Regenerated.
45278         * inet/htons.c (htons): Prototypify.
45279         * inet/htonl.c (htonl): Likewise.
45281 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
45283         * string/strncat.c (strncat): Improve performance by using strlen.
45285 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
45287         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
45289 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
45291         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
45292         Call libc_fetestexcept_aarch64.
45294 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
45296         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
45297         Call libc_feholdexcept_aarch64.
45299 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
45301         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
45302         Call get_rounding_mode.
45304 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
45306         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
45307         Simplify logic.
45309 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
45311         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
45312         Simplify logic.
45314 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
45316         [BZ #14138]
45317         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
45318         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
45319         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
45320         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
45321         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
45322         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
45323         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
45324         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
45325         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
45326         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
45327         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
45328         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
45329         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
45330         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
45331         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
45332         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
45333         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
45334         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
45335         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
45336         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
45337         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
45338         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
45339         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
45340         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
45341         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
45342         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
45343         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
45344         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
45345         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
45346         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
45347         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
45348         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
45349         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
45350         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
45351         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
45352         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
45353         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
45354         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
45355         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
45356         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
45357         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
45358         syscall.
45359         (geteuid): Likewise.
45360         (getgid): Likewise.
45361         (getuid): Likewise.
45362         (getresgid): Likewise.
45363         (getresuid): Likewise.
45364         (getgroups): Likewise.
45365         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
45366         (geteuid): Likewise.
45367         (getgid): Likewise.
45368         (getuid): Likewise.
45369         (getresgid): Likewise.
45370         (getresuid): Likewise.
45371         (getgroups): Likewise.
45372         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
45373         (geteuid): Likewise.
45374         (getgid): Likewise.
45375         (getuid): Likewise.
45376         (getresgid): Likewise.
45377         (getresuid): Likewise.
45378         (getgroups): Likewise.
45379         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
45380         Likewise.
45381         (geteuid): Likewise.
45382         (getgid): Likewise.
45383         (getuid): Likewise.
45384         (getresgid): Likewise.
45385         (getresuid): Likewise.
45386         (getgroups): Likewise.
45387         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
45388         (geteuid): Likewise.
45389         (getgid): Likewise.
45390         (getuid): Likewise.
45391         (getresgid): Likewise.
45392         (getresuid): Likewise.
45393         (getgroups): Likewise.
45394         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
45395         Likewise.
45396         (geteuid): Likewise.
45397         (getgid): Likewise.
45398         (getuid): Likewise.
45399         (getgroups): Likewise.
45401         [BZ #14138]
45402         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
45403         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
45404         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
45405         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
45406         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
45407         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
45408         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
45409         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
45410         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
45411         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
45412         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
45413         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
45414         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
45415         __chown.
45416         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
45417         (lchown): Likewise.
45418         (fchown): Likewise.
45419         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
45420         Likewise.
45421         (lchown): Likewise.
45422         (fchown): Likewise.
45423         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
45424         (lchown): Likewise.
45425         (fchown): Likewise.
45426         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
45427         Likewise.
45428         (lchown): Likewise.
45429         (fchown): Likewise.
45431 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
45433         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
45434         Simplify logic.
45436 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
45438         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
45439         Cleanup logic.
45441 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
45443         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
45444         Remove unused include.
45446 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
45448         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
45449         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
45450         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
45451         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
45453 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
45454             Helge Deller <deller@gmx.de>
45456         [BZ #17508]
45457         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
45458         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
45459         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
45461 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
45463         [BZ #14132]
45464         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
45465         Remove macro definition.
45466         (__ashrdi3_v_glibc20): Likewise.
45467         (__lshrdi3_v_glibc20): Likewise.
45468         (__cmpdi2_v_glibc20): Likewise.
45469         (__ucmpdi2_v_glibc20): Likewise.
45470         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
45471         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
45472         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
45473         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
45474         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
45475         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
45477 2014-10-22  Roland McGrath  <roland@hack.frob.com>
45479         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
45480         old GNU extension [0] syntax.
45481         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
45482         alloca rather than an array member with variable length.
45483         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
45484         * nscd/nscd.c (invalidate_db): New function, broken out of ...
45485         (parse_opt): ... here.  Likewise use alloca there.
45486         Validate the -i argument before checking for rootness.
45487         (send_shutdown): New function, broken out of ...
45488         (parse_opt): ... here.
45490 2014-10-22  Roland McGrath  <roland@hack.frob.com>
45492         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
45493         macro to get at the _rt_local_ro field.
45494         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
45495         ([PIC] case) or _dl_hwcap ([!PIC] case).
45496         * sysdeps/arm/setjmp.S: Likewise.
45498         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
45499         * sysdeps/arm/configure.ac: New check to define it.
45500         * sysdeps/arm/configure: Regenerated.
45501         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
45502         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
45503         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
45504         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
45505         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
45506         Use move/movt pair instead of a load.
45507         (LDST_GLOBAL): Macro removed.
45508         (LDR_GLOBAL): New macro replaces it.
45509         (LDR_HIDDEN): New macro.
45510         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
45511         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
45513         * setjmp/tst-setjmp-static.c: New file.
45514         * setjmp/Makefile (tests): Add it.
45515         (tests-static): New variable.
45517 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
45519         [BZ #17485]
45520         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
45522 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
45524         [BZ #14132]
45525         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
45527 2014-10-21  Roland McGrath  <roland@hack.frob.com>
45529         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
45531 2014-10-20  Roland McGrath  <roland@hack.frob.com>
45533         * io/fts.c (dirent_not_directory): New function.
45534         (fts_build): Call it.
45536 2014-10-20  Roland McGrath  <roland@hack.frob.com>
45538         * nptl/version.c (__nptl_main): Use normal __write rather than
45539         INTERNAL_SYSCALL.
45540         (banner): Update copyright years.
45542         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
45543         gettimeofday.
45544         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
45545         * nptl/pthread_cond_timedwait.c: Likewise.
45546         * nptl/pthread_mutex_timedlock.c: Likewise.
45547         * nptl/sem_timedwait.c: Likewise.
45549         * sysdeps/nptl/bits/libc-lock.h
45550         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
45551         (__libc_lock_init_recursive): Return void, not 0.
45552         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
45553         (__libc_rwlock_init): Likewise.
45554         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
45556 2014-10-20  Torvald Riegel  <triegel@redhat.com>
45558         [BZ #15215]
45559         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
45560         (__pthread_once_slow): ... here.
45561         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
45562         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
45564 2014-10-20  Torvald Riegel  <triegel@redhat.com>
45566         [BZ #15215]
45567         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
45568         __PTHREAD_ONCE_FORK_GEN_INCR): New.
45569         * sysdeps/nptl/fork.c (__libc_fork): Use them.
45570         * nptl/pthread_once.c (__pthread_once): Likewise.
45571         Update comments.
45573 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
45575         [BZ #14138]
45576         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
45577         name.
45578         (writev): Use __libc_writev as strong name.
45579         * sysdeps/unix/sysv/linux/readv.c: Remove file.
45580         * sysdeps/unix/sysv/linux/writev.c: Likewise.
45582 2014-10-17  Roland McGrath  <roland@hack.frob.com>
45584         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
45586         * sysdeps/i386/nptl/tls.h
45587         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
45588         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
45589         New macros.
45590         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
45591         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
45592         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
45593         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
45594         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
45595         Call CHECK_THREAD_SYSINFO instead of doing an assert.
45597         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
45598         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
45599         on [__NR_futex].
45600         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
45601         broken out of ...
45602         (__pthread_mutex_init): ... here.  Call it.
45603         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
45604         Conditionalize PI cases on [__NR_futex].
45605         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
45606         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
45607         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
45609         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
45610         conditional on [SIGSETXID].
45611         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
45612         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
45613         is defined.  Likewise for SIGSETXID.
45614         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
45615         Conditionalize definitions on [SIGSETXID].
45616         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
45617         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
45618         unblocking on [SIGCANCEL].
45620         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
45621         [__NR_set_robust_list].
45623 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
45625         * string/strcoll_l.c (get_next_seq): Fix up formatting.
45626         (do_compare): Likewise.
45628 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
45630         [BZ #15884]
45631         * string/strcoll_l.c: Don't include stdio.h.
45632         (coll_seq): Remove members idxarr and rulearr.
45633         (get_next_seq_cached): Remove function.
45634         (get_next_seq): Likewise.
45635         (get_next_seq_nocache): Rename to get_next_seq.
45636         (do_compare): Remove function.
45637         (do_compare_nocache): Rename to do_compare.
45638         (STRCOLL): Remove weight and rules cache.
45640 2014-10-16  Roland McGrath  <roland@hack.frob.com>
45642         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
45643         * sysdeps/arm/sfp-machine.h: ... to here.
45644         * sysdeps/arm/Implies: Remove arm/soft-fp.
45646 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
45648         * conform/data/sys/utsname.h-data (*_t): Allow.
45649         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
45650         [POSIX] (WEXITED): Do not expect constant.
45651         [POSIX] (WSTOPPED): Likewise.
45652         [POSIX] (WNOHANG): Likewise.
45653         [POSIX] (WNOWAIT): Likewise.
45654         [POSIX] (siginfo_t): Do not expect type or elements.
45655         [POSIX] (pid_t): Do not expect type.
45656         [POSIX] (signal.h): Do not allow header.
45657         [POSIX] (sys/resource.h): Likewise.
45658         [POSIX] (si_*): Do not allow pattern.
45659         [POSIX] (W*): Likewise.
45660         [POSIX] (P_*): Likewise.
45661         [POSIX] (BUS_*): Likewise.
45662         [POSIX] (CLD_*): Likewise.
45663         [POSIX] (FPE_*): Likewise.
45664         [POSIX] (ILL_*): Likewise.
45665         [POSIX] (POLL_*): Likewise.
45666         [POSIX] (SEGV_*): Likewise.
45667         [POSIX] (SI_*): Likewise.
45668         [POSIX] (TRAP_*): Likewise.
45669         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
45670         variable.
45672 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
45674         [BZ #12926]
45675         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
45676         infinite loop when __recvmsg returns 0.
45678 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
45680         * CANCEL-FCT-WAIVE: Remove file.
45681         * CANCEL-FILE-WAIVE: Likewise.
45683         [BZ #14132]
45684         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
45685         instead of INTVARDEF.
45686         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
45687         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
45688         rtld_hidden_data_def instead of INTVARDEF.
45689         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
45690         * elf/dl-deps.c (expand_dst): Likewise.
45691         * elf/dl-load.c (_dl_dst_count): Likewise.
45692         (_dl_dst_substitute): Likewise.
45693         (decompose_rpath): Likewise.
45694         (_dl_init_paths): Likewise.
45695         (open_path): Likewise.
45696         (_dl_map_object): Likewise.
45697         * elf/rtld.c (dl_main): Likewise.
45698         (process_dl_audit): Likewise.
45699         (process_envvars): Likewise.
45700         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
45701         Remove declaration.
45702         (__libc_enable_secure): Use rtld_hidden_proto.
45704 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
45706         * elf/dl-load.c
45707         (add_path): New function broken out of _dl_rtld_di_serinfo.
45708         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
45710 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
45712         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
45713         parentheses around macro arguments.
45714         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
45715         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
45716         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
45717         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
45718         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
45719         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
45720         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
45721         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
45722         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
45723         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
45724         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
45725         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
45726         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
45727         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
45728         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
45729         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
45730         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
45731         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
45732         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
45733         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
45734         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
45735         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
45736         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
45737         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
45738         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
45739         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
45740         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
45741         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
45742         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
45743         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
45744         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
45745         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
45746         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
45747         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
45748         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
45749         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
45750         Likewise.
45751         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
45752         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
45753         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
45754         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
45755         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
45756         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
45757         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
45758         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
45759         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
45760         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
45761         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
45762         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
45763         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
45764         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
45765         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
45766         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
45767         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
45768         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
45769         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
45770         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
45771         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
45772         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
45773         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
45774         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
45775         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
45776         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
45777         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
45778         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
45779         (_FP_FRAC_SRS_1): Likewise.
45780         (_FP_FRAC_CLZ_1): Likewise.
45781         (_FP_MUL_MEAT_1_imm): Likewise.
45782         (_FP_MUL_MEAT_1_wide): Likewise.
45783         (_FP_MUL_MEAT_1_hard): Likewise.
45784         (_FP_SQRT_MEAT_1): Likewise.
45785         (_FP_FRAC_ASSEMBLE_1): Likewise.
45786         (_FP_FRAC_DISASSEMBLE_1): Likewise.
45787         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
45788         (__FP_CLZ_2): Likewise.
45789         (_FP_MUL_MEAT_2_wide): Likewise.
45790         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
45791         (_FP_MUL_MEAT_2_gmp): Likewise.
45792         (_FP_MUL_MEAT_2_120_240_double): Likewise.
45793         (_FP_SQRT_MEAT_2): Likewise.
45794         (_FP_FRAC_ASSEMBLE_2): Likewise.
45795         (_FP_FRAC_DISASSEMBLE_2): Likewise.
45796         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
45797         (_FP_FRAC_CLZ_4): Likewise.
45798         (_FP_MUL_MEAT_4_wide): Likewise.
45799         (_FP_MUL_MEAT_4_gmp): Likewise.
45800         (_FP_SQRT_MEAT_4): Likewise.
45801         (_FP_FRAC_ASSEMBLE_4): Likewise.
45802         (_FP_FRAC_DISASSEMBLE_4): Likewise.
45803         * soft-fp/op-common.h (_FP_CMP): Likewise.
45804         (_FP_CMP_EQ): Likewise.
45805         (_FP_CMP_UNORD): Likewise.
45806         (_FP_TO_INT): Likewise.
45807         (_FP_FROM_INT): Likewise.
45808         [!__FP_CLZ] (__FP_CLZ): Likewise.
45809         (_FP_DIV_HELP_imm): Likewise.
45810         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
45811         Likewise.
45812         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
45813         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
45814         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
45815         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
45816         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
45817         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
45818         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
45819         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
45820         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
45821         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
45822         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
45823         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
45824         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
45825         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
45826         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
45827         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
45828         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
45829         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
45830         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
45831         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
45832         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
45833         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
45834         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
45835         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
45836         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
45837         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
45838         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
45839         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
45840         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
45841         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
45842         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
45843         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
45844         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
45845         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
45846         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
45847         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
45848         (FP_UNPACK_RAW_SP): Likewise.
45849         (FP_PACK_RAW_S): Likewise.
45850         (FP_PACK_RAW_SP): Likewise.
45851         (FP_UNPACK_S): Likewise.
45852         (FP_UNPACK_SP): Likewise.
45853         (FP_UNPACK_SEMIRAW_S): Likewise.
45854         (FP_UNPACK_SEMIRAW_SP): Likewise.
45855         (FP_PACK_S): Likewise.
45856         (FP_PACK_SP): Likewise.
45857         (FP_PACK_SEMIRAW_S): Likewise.
45858         (FP_PACK_SEMIRAW_SP): Likewise.
45859         (_FP_SQRT_MEAT_S): Likewise.
45860         (FP_CMP_S): Likewise.
45861         (FP_CMP_EQ_S): Likewise.
45862         (FP_CMP_UNORD_S): Likewise.
45863         (FP_TO_INT_S): Likewise.
45864         (FP_FROM_INT_S): Likewise.
45866         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
45868         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
45869         (FP_EX_INVALID_IMZ): Likewise.
45870         (FP_EX_INVALID_IMZ_FMA): Likewise.
45871         (FP_EX_INVALID_ISI): Likewise.
45872         (FP_EX_INVALID_ZDZ): Likewise.
45873         (FP_EX_INVALID_IDI): Likewise.
45874         (FP_EX_INVALID_SQRT): Likewise.
45875         (FP_EX_INVALID_CVI): Likewise.
45876         (FP_EX_INVALID_VC): Likewise.
45877         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
45878         "invalid" exceptions.
45879         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
45880         (_FP_ADD_INTERNAL): Likewise.
45881         (_FP_MUL): Likewise.
45882         (_FP_FMA): Likewise.
45883         (_FP_DIV): Likewise.
45884         (_FP_CMP_CHECK_NAN): Likewise.
45885         (_FP_SQRT): Likewise.
45886         (_FP_TO_INT): Likewise.
45887         (FP_EXTEND): Likewise.
45889 2014-10-09  Allan McRae  <allan@archlinux.org>
45891         * po/fr.po: Update French translation from translation project.
45893 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
45895         [BZ #14132]
45896         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
45897         of INTDEF.
45898         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
45899         (__cxa_atexit): Use libc_hidden_proto.
45900         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
45902         [BZ #14132]
45903         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
45904         declaration.
45905         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
45906         [!_ISOMAC] (__iswspace_l_internal): Likewise.
45907         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
45908         [!_ISOMAC] (__iswctype_internal): Likewise.
45909         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
45910         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
45911         alias.
45912         (fcntl): Remove __fcntl_internal alias.
45913         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
45914         __connect_internal alias.
45915         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
45916         Likewise.
45918         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
45919         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
45920         FP_DENORM_ZERO.
45921         (_FP_CHECK_FLUSH_ZERO): New macro.
45922         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
45923         (_FP_CMP): Likewise.
45924         (_FP_CMP_EQ): Likewise.
45925         (_FP_TO_INT): Do not set inexact for subnormal arguments if
45926         FP_DENORM_ZERO.
45927         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
45928         (FP_TRUNC): Likewise.
45930         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
45931         treated as invalid conversion, not as normal exponent.
45933         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
45934         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
45935         (_FP_CMP_EQ): Likewise.
45936         (_FP_CMP_UNORD): Likewise.
45937         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
45938         (FP_CMP_EQ_D): Likewise.
45939         (FP_CMP_UNORD_D): Likewise.
45940         * soft-fp/extended.h (FP_CMP_E): Likewise.
45941         (FP_CMP_EQ_E): Likewise.
45942         (FP_CMP_UNORD_E): Likewise.
45943         * soft-fp/quad.h (FP_CMP_Q): Likewise.
45944         (FP_CMP_EQ_Q): Likewise.
45945         (FP_CMP_UNORD_Q): Likewise.
45946         * soft-fp/single.h (FP_CMP_S): Likewise.
45947         (FP_CMP_EQ_S): Likewise.
45948         (FP_CMP_UNORD_S): Likewise.
45949         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
45950         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
45951         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
45952         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
45953         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
45954         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
45955         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
45956         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
45957         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
45958         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
45959         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
45960         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
45961         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
45962         to FP_CMP_Q.
45963         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
45964         FP_CMP_Q.
45965         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
45966         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
45967         FP_CMP_EQ_Q.
45968         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
45969         FP_CMP_Q.
45970         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
45971         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
45972         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
45973         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
45974         FP_CMP_EQ_Q.
45975         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
45976         FP_CMP_Q.
45977         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
45978         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
45979         FP_CMP_EQ_Q.
45980         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
45981         FP_CMP_Q.
45982         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
45983         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
45984         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
45985         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
45986         FP_CMP_EQ_Q.
45988         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
45989         a subnormal result, set the underflow exception if trapping on
45990         underflow is enabled.
45991         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
45992         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
45993         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
45994         redefine to 0.
45995         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
45996         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
45997         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
45998         * soft-fp/extendxftf2.c (__extendxftf2): Use
45999         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
46001         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
46002         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
46003         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
46004         FP_HANDLE_EXCEPTIONS.
46005         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
46006         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
46007         FP_HANDLE_EXCEPTIONS.
46008         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
46009         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
46010         FP_HANDLE_EXCEPTIONS.
46011         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
46012         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
46013         FP_HANDLE_EXCEPTIONS.
46015 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
46017         [BZ #14132]
46018         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
46019         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
46020         use INTUSE.
46021         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
46022         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
46023         Remove alias.
46024         (__adjtimex): Define using libc_hidden_ver.
46025         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
46026         Remove declaration.
46027         (ntp_gettime): Call __adjtimex directly.
46028         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
46029         Remove declaration.
46030         (ntp_gettimex): Call __adjtimex directly.
46031         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
46032         __adjtimex_internal alias.
46034 2014-10-08  Roland McGrath  <roland@hack.frob.com>
46036         [BZ #17460]
46037         * nscd/nscd.c (more_help): Rewrite list of tables collection
46038         using xstrdup and asprintf.
46040         * nscd/nscd_conf.c: Remove local xstrdup declaration.
46042 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
46043             Roland McGrath  <roland@hack.frob.com>
46045         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
46046         (do_lookup_unique): ... local function 'enter' here; update callers.
46048 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
46050         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
46051         compat_symbol calls on [SHARED].
46052         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
46053         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
46054         Remove.
46055         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
46056         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
46057         (oldsetrlimit): Remove.
46058         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
46059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
46060         (lchown): New syscall entry.
46061         (oldsetrlimit): Remove.
46062         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
46063         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
46064         (oldsetrlimit): Remove.
46065         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
46067         [BZ #14138]
46068         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
46069         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
46070         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
46071         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
46072         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
46073         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
46074         (fchown): Likewise.
46075         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
46076         (fchown): Likewise.
46077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
46078         Likewise.
46080 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46082         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
46083         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
46084         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
46085         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
46086         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
46087         Likewise.
46088         (__old_sem_post): Likewise.
46090 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
46092         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
46093         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
46094         HAVE_CLOCK_GETTIME_VSYSCALL macros.
46095         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
46096         Use INLINE_VSYSCALL macro.
46097         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
46098         __vdso_clock_gettime.
46099         * sysdeps/unix/sysv/linux/tile/init-first.c
46100         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
46101         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
46102         __vdso_clock_gettime.
46104         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
46105         to set up frame more cleanly.
46107         * sysdeps/tile/memcmp.c: New file.
46109         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
46111         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
46112         * sysdeps/tile/tilegx/strcasestr.c: New file.
46113         * sysdeps/tile/tilegx/strnlen.c: New file.
46114         * sysdeps/tile/tilegx/strstr.c: New file.
46116         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
46118 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
46120         * nptl/tst-setuid3.c: Write errors to stdout.
46122 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
46124         * elf/dl-deps.c
46125         (preload): New functions broken out of _dl_map_object_deps.
46126         (_dl_map_object_deps):  Remove a nested function. Update call sites.
46128 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
46130         [BZ #14138]
46131         * sysdeps/unix/sysv/linux/execve.c: Remove file.
46132         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
46134 2014-10-01  Steve Ellcey  <sellcey@mips.com>
46136         * sysdeps/mips/strcmp.S: New.
46138 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
46140         [BZ #14138]
46141         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
46142         (linkat): Likewise.
46143         (mkdirat): Likewise.
46144         (readlinkat): Likewise.
46145         (renameat): Likewise.
46146         (symlinkat): Likewise.
46147         (unlinkat): Likewise.
46148         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
46149         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
46150         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
46151         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
46152         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
46153         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
46154         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
46156 2014-09-30  Will Newton  <will.newton@linaro.org>
46158         * math/math.h: Define long double math functions if
46159         _LIBC_TEST is defined.
46160         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
46162         * localedata/Makefile: Move assignment to tests-special
46163         into an ifdef testing run-built-tests.
46164         * timezone/Makefile: Likewise.
46166 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
46168         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
46169         with $(BASH) not $(SHELL).
46171 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
46172             Matthew LeGendre  <legendre1@llnl.gov>
46174         [BZ #17411]
46175         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
46176         l_reloc_result.
46178 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
46180         * stdio-common/printf_fp.c
46181         (hack_digit): New function, broken out of ...
46182         (__printf_fp): ... local function here.  Update call sites.
46183         hack_digit now takes an additional parameter that is a pointer
46184         to a struct of the referenced locals.  Those locals moved inside
46185         the struct and references updated.
46187 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
46189         * aclocal.m4: Require autoconf 2.69.
46190         * configure: Regenerated.
46191         * sysdeps/aarch64/configure: Likewise.
46192         * sysdeps/alpha/configure: Likewise.
46193         * sysdeps/arm/armv7/configure: Likewise.
46194         * sysdeps/arm/configure: Likewise.
46195         * sysdeps/ia64/configure: Likewise.
46196         * sysdeps/mach/configure: Likewise.
46197         * sysdeps/mips/configure: Likewise.
46198         * sysdeps/s390/configure: Likewise.
46199         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
46200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
46202         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
46203         file.
46204         * sysdeps/ia64/configure.ac: Likewise.
46206 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
46208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
46209         specify symbol version for ld.so.  Do not include entry for
46210         libpthread.
46211         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
46212         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
46213         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
46215         [BZ #14171]
46216         * Makeconfig [$(build-shared) = yes]
46217         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
46218         makefiles.
46219         [$(build-shared) = yes && $(soversions.mk-done) = t]
46220         ($(common-objpfx)gnu/lib-names.h): Remove rule.
46221         [$(build-shared) = yes && $(soversions.mk-done) = t]
46222         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
46223         to Makerules.
46224         [$(build-shared) = yes && $(soversions.mk-done) = t]
46225         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
46226         here.
46227         [$(build-shared) = yes && $(soversions.mk-done) = t]
46228         (common-generated): Don't append gnu/lib-names.h and
46229         gnu/lib-names.stmp here.
46230         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
46231         (lib-names-h-abi): New variable.
46232         [$(build-shared) = yes && $(soversions.mk-done) = t]
46233         (lib-names-stmp-abi): Likewise.
46234         [$(build-shared) = yes && $(soversions.mk-done) = t &&
46235         abi-variants] (before-compile): Append
46236         $(common-objpfx)$(lib-names-h-abi).
46237         [$(build-shared) = yes && $(soversions.mk-done) = t &&
46238         abi-variants] (common-generated): Append gnu/lib-names.h.
46239         [$(build-shared) = yes && $(soversions.mk-done) = t &&
46240         abi-variants] (install-others-nosubdir): Depend on
46241         $(inst_includedir)/$(lib-names-h-abi).
46242         [$(build-shared) = yes && $(soversions.mk-done) = t &&
46243         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
46244         [$(build-shared) = yes && $(soversions.mk-done) = t]
46245         ($(common-objpfx)$(lib-names-h-abi)): New rule.
46246         [$(build-shared) = yes && $(soversions.mk-done) = t]
46247         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
46248         [$(build-shared) = yes && $(soversions.mk-done) = t]
46249         (common-generated): Append $(lib-names-h-abi) and
46250         $(lib-names-stmp-abi).
46251         * scripts/lib-names.awk: Do not handle multi being set.
46252         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
46253         Remove variable.
46254         (abi-lp64_be-ld-soname): Likewise.
46255         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
46256         Likewise.
46257         (abi-hard-ld-soname): Likewise.
46258         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
46259         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
46260         Remove variable.
46261         (abi-o32_hard-ld-soname): Likewise.
46262         (abi-o32_soft_2008-ld-soname): Likewise.
46263         (abi-o32_hard_2008-ld-soname): Likewise.
46264         (abi-n32_soft-ld-soname): Likewise.
46265         (abi-n32_hard-ld-soname): Likewise.
46266         (abi-n32_soft_2008-ld-soname): Likewise.
46267         (abi-n32_hard_2008-ld-soname): Likewise.
46268         (abi-n64_soft-ld-soname): Likewise.
46269         (abi-n64_hard-ld-soname): Likewise.
46270         (abi-n64_soft_2008-ld-soname): Likewise.
46271         (abi-n64_hard_2008-ld-soname): Likewise.
46272         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
46273         Likewise.
46274         (abi-64-v2-ld-soname): Likewise.
46275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
46276         ld.so entries.
46277         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
46278         variable.
46279         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
46280         entry.
46281         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
46282         variable.
46283         (abi-64-ld-soname): Likewise.
46284         (abi-x32-ld-soname): Likewise.
46285         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
46286         entry.
46287         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
46289 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
46291         [BZ #14138]
46292         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
46293         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
46294         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
46295         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
46296         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
46297         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
46298         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
46299         syscall entry for GLIBC_2.2 symbol version.
46300         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
46301         Likewise.
46302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
46303         (setrlimit): Likewise.
46304         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
46305         Likewise.
46307 2014-09-23  Will Newton  <will.newton@linaro.org>
46309         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
46310         _LINUX_ARM_SYSDEP_H include guard too.
46311         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
46312         define.
46314 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
46316         * sysdeps/unix/sysv/linux/eventfd.c:
46317         Make first argument unsigned.
46318         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
46319         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
46321 2014-09-20  Ondƙej BĂ­lka  <neleai@seznam.cz>
46323         [BZ #16852]
46324         * socket/recvmmsg.c (recvmmsg): Drop const argument.
46325         * socket/sys/socket.h: Likewise.
46326         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
46328 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46330         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
46332 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
46334         * time/tst-ftime.c: New test.
46335         * time/Makefile (tests): Add tst-ftime.
46337 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
46339         * soft-fp/extended.h: Fix comment formatting.
46340         * soft-fp/op-1.h: Likewise.
46341         * soft-fp/op-2.h: Likewise.
46342         * soft-fp/op-4.h: Likewise.
46343         * soft-fp/op-8.h: Likewise.
46344         * soft-fp/op-common.h: Likewise.
46345         * soft-fp/soft-fp.h: Likewise.
46347         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
46349 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
46351         [BZ #6652]
46352         * Makeconfig (soversions-default-setname): Remove variable.
46353         ($(common-objpfx)soversions.i): Don't pass default_setname to
46354         soversions.awk.
46355         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
46356         oldest_abi to abi-versions.awk.
46357         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
46358         * config.make.in (oldest-abi): Remove variable.
46359         * configure.ac (--enable-oldest-abi): Remove configure option.
46360         * configure: Regenerated.
46361         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
46362         text.
46363         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
46364         * scripts/soversions.awk: Do not handle default_setname variable.
46365         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
46366         variable.
46367         * sysdeps/mach/hurd/configure: Regenerated.
46368         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
46369         variable.
46370         * sysdeps/unix/sysv/linux/configure: Regenerated.
46372 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
46374         * elf/Makefile (CFLAGS-interp.c): Remove.
46375         ($(elf-objpfx)runtime-linker.h): Generate header with linker
46376         path string.
46377         * elf/interp.c: Include generated runtime-linker.h
46379         * Makerules (lib%.so): Don't include $(+interp) in
46380         prerequisites.
46381         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
46382         * dlfcn/eval.c: Remove file.
46384         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
46385         macros.
46387         [BZ #17266]
46388         * misc/sys/cdefs.h: Define __extern_always_inline for clang
46389         4.2 and newer.
46391         [BZ #17370]
46392         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
46394 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
46395             Jakub Jelinek  <jakub@redhat.com>
46397         [BZ #17266]
46398         * libio/stdio.h: Check definition of __fortify_function
46399         instead of __extern_always_inline to include bits/stdio2.h.
46400         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
46401         check if __extern_always_inline is defined.
46402         [__USE_MISC || __USE_XOPEN]: Likewise.
46403         [__USE_ISOC99] Likewise.
46404         * misc/sys/cdefs.h (__fortify_function): Define only if
46405         __extern_always_inline is defined.
46406         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
46407         __extern_always_inline and __extern_inline only for g++-4.3
46408         and newer or a compatible gcc.
46410 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
46412         [BZ #17371]
46413         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
46414         last change to handle zero prefix length.
46416 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
46418         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
46419         _SC_REGEX_VERSION.
46421         * posix/getconf.c (vars): Add _POSIX_IPV6 and
46422         _POSIX_RAW_SOCKETS.
46424 2014-09-13  Allan McRae  <allan@archlinux.org>
46426         * po/ru.po: Update Russian translation from translation project.
46428 2014-09-12  Roland McGrath  <roland@hack.frob.com>
46430         * locale/programs/locale.c (show_locale_vars): Inline local function
46431         into its sole call site.  Clean up some style nits.
46432         (print_item): New function, broken out of ...
46433         (show_info): ... local function here.  Clean up style nits.
46435         * locale/programs/ld-ctype.c (set_one_default): New function, broken
46436         out of ...
46437         (set_class_defaults): ... local function set_default here.
46438         Define set_default as a macro locally to pass constant parameters.
46439         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
46440         rather than a shared local.
46442         * stdlib/rpmatch.c (try): New function, broken out of ...
46443         (rpmatch): ... local function here.  Also, prototypify definition.
46445 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
46447         * scripts/soversions.awk: Do not handle configuration names.
46448         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
46449         vendor and os variables to soversions.awk.
46450         * configure.ac: Do not modify gnu-* host_os.
46451         * configure: Regenerated
46452         * shlib-versions: Remove first column with configuration names.
46453         * nptl/shlib-versions: Likewise.
46454         * nptl_db/shlib-versions: Likewise.
46455         * sysdeps/hppa/shlib-versions: Likewise.
46456         * sysdeps/m68k/shlib-versions: Likewise.
46457         * sysdeps/mach/hurd/shlib-versions: Likewise.
46458         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
46459         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
46460         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
46461         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
46462         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
46463         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
46464         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
46465         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
46466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
46467         Likewise.
46468         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
46469         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
46470         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
46471         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
46472         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
46473         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
46474         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
46475         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
46477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
46478         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
46479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
46480         Regenerated.
46481         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
46482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
46483         Condition symbol version definitions on [HAVE_ELFV2_ABI].
46485         * shlib-versions: Remove OS-specific entries.  Moved to files in
46486         sysdeps.
46487         * sysdeps/mach/hurd/shlib-versions: New file.
46488         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
46490         * nptl/shlib-versions: Remove architecture-specific entries.
46491         Moved to files in sysdeps.
46492         * shlib-versions: Likewise.
46493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
46494         file.
46495         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
46496         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
46497         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
46498         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
46500         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
46501         (UDP_NO_CHECK6_RX): Likewise.
46503 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
46505         * sysdeps/posix/sysconf.c (__sysconf): Spell
46506         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
46508 2014-08-12  Florian Weimer  <fweimer@redhat.com>
46510         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
46511         loading.
46512         * iconv/Versions (__gconv_transliterate): Export for use from
46513         gconv modules.
46514         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
46515         (struct __gconv_trans_data, __gconv_trans_fct,
46516         __gconv_trans_context_fct, __gconv_trans_query_fct,
46517         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
46518         definitions.
46519         (struct __gconv_step_data): Remove __trans member.
46520         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
46521         longer hidden.  Remove unused trans_data argument.
46522         * iconv/gconv_int.h (struct trans_struct): Remove definition.
46523         (__gconv_translit_find): Remove declaration.
46524         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
46525         prototype.
46526         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
46527         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
46528         trans_data argument.  Add hidden definition.
46529         (__gconv_translit_find): Remove.
46530         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
46531         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
46532         * iconv/skeleton.c: Remove transliteration initialization.
46533         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
46534         __gconv_step_data initialization.
46535         * libio/iofwide.c (__libio_translit_): Remove.
46536         (_IO_fwide): Adjust struct __gconv_step_data initialization.
46537         * wcsmbs/btowc.c (__btowc): Likewise.
46538         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
46539         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
46540         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
46541         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
46542         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
46543         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
46544         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
46545         * wcsmbs/wctob.c (wctob): Likewise.
46547 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
46549         [BZ #16194]
46550         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
46551         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
46552         register usage.
46553         * sysdeps/x86/Makefile: Adjust.
46555 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
46556             Roland McGrath  <roland@hack.frob.com>
46558         * locale/weight.h: Add include guard.
46559         (findidx): Make static rather than auto; take new parameters
46560         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
46561         * locale/weightwc.h: Likewise.
46562         * posix/fnmatch_loop.c
46563         (FCT): Change type of EXTRA from int32_t to wint_t.
46564         Don't include either header inside the function.
46565         Call FINDIDX rather than findidx, and pass new arguments.
46566         #undef FINDIDX at the end of the file.
46567         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
46568         FINDIDX before including fnmatch_loop.c for the non-wide version.
46569         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
46570         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
46571         for the wide version.
46572         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
46573         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
46574         Pass new arguments to findidx.
46575         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
46576         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
46577         Don't #include it inside the function.  Pass new arguments to findidx.
46578         * posix/regex_internal.h
46579         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
46580         (re_string_elem_size_at): Don't #include it inside the function.
46581         Pass new arguments to findidx.
46582         * string/strcoll_l.c: #include WEIGHT_H at top level.
46583         (get_next_seq): Don't #include it inside the function.
46584         Pass new arguments to findidx.
46585         (get_next_seq_nocache): Likewise.
46586         * string/strxfrm_l.c: #include WEIGHT_H at top level.
46587         (STRXFRM): Don't #include it inside the function.
46588         Pass new arguments to findidx.
46590 2014-09-11  Florian Weimer  <fweimer@redhat.com>
46592         [BZ #17344]
46593         * malloc/malloc.c (unlink): Turn asserts into a call to
46594         malloc_printerr.
46596 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
46598         [BZ #17370]
46599         * libio/wfileops (do_ftell_wide): Free OUT.
46601 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
46603         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
46605 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
46607         [BZ #17363]
46608         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
46609         group if the current group is empty.
46611 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46613         * benchtests/bench-memset.c (test_main): Add more test from size
46614         from 32 to 512 bytes.
46615         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
46616         Add POWER8 memset object.
46617         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
46618         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
46619         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
46620         implementation.
46621         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
46622         Likewise.
46623         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
46624         multiarch POWER8 memset optimization.
46625         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
46626         POWER8 memset optimization.
46628         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
46629         Remove bzero multiarch objects.
46630         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
46631         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
46632         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
46633         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
46634         Remove define.
46635         [__bzero]: Redefine to specific name.
46636         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
46637         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
46638         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
46639         define.
46640         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
46641         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
46643 2014-09-10  Florian Weimer  <fweimer@redhat.com>
46645         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
46646         warnings into errors.
46648         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
46649         __cxa_thread_atexit_impl prototype.
46651 2014-09-09  Steve Ellcey  <sellcey@mips.com>
46653         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
46654         Fix capitalization of error message.
46656 2014-09-09  Steve Ellcey  <sellcey@mips.com>
46658         * sysdeps/mips/preconfigure: Modify ABI tests.
46660 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
46662         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
46664 2014-09-07  Roland McGrath  <roland@hack.frob.com>
46665             Carlos O'Donell  <carlos@systemhalted.org>
46667         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
46668         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
46669         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
46670         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
46671         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
46672         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
46673         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
46674         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
46675         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
46676         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
46677         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
46678         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
46679         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
46680         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
46681         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
46682         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
46683         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
46684         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
46685         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
46686         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
46687         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
46688         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
46689         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
46690         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
46691         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
46692         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
46693         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
46694         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
46695         Deconditionalize the code that was previously under [RESET_PID].
46696         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
46697         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
46698         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
46699         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
46700         include sysdep.h.
46702 2014-09-08  Allan McRae  <allan@archlinux.org>
46704         * version.h (RELEASE): Set to "development".
46705         (VERSION): Set to "2.20.90"
46707 2014-09-07  Allan McRae  <allan@archlinux.org
46709         * version.h (RELEASE): Set to "stable".
46710         (VERSION): Set to "2.20"
46711         * include/features.h (__GLIBC_MINOR__): Set to 20.
46713         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
46714         Liebler.
46716         * po/ko.po: Update Korean translation from translation project.
46718 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
46720         [BZ #17354]
46721         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
46722         macro for handling signed relocations.
46724 2014-09-03  Florian Weimer  <fweimer@redhat.com>
46726         [BZ #17325]
46727         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
46728         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
46729         assert.
46730         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
46731         * iconvdata/ibm935.c (BODY): Likewise.
46732         * iconvdata/ibm937.c (BODY): Likewise.
46733         * iconvdata/ibm939.c (BODY): Likewise.
46734         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
46735         assert.
46736         * iconvdata/Makefile (iconv-test.out): Pass module list to test
46737         script.
46738         * iconvdata/run-iconv-test.sh: New test loop for checking for
46739         decoder crashers.
46741 2014-09-02  Khem Raj  <raj.khem@gmail.com>
46743         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
46744         libm_hidden_ver.
46746 2014-09-01  Allan McRae  <allan@archlinux.org>
46748         * po/eo.po: Update Esperanto translation from translation project.
46750         * po/ca.po: Update Catalan translation from translation project.
46752 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46754         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
46755         __proc_dostop call.
46757 2014-08-27  Mark Wielaard  <mjw@redhat.com>
46759         [BZ #17319]
46760         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
46761         to call set_thread_area instead of hand written asm.
46762         (__NR_set_thread_area): Removed define.
46763         (TLS_FLAG_WRITABLE): Likewise.
46764         (__ASSUME_SET_THREAD_AREA): Remove check.
46765         (TLS_EBX_ARG): Remove define.
46766         (TLS_LOAD_EBX): Likewise.
46768 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46770         Simplify atomicity of socket creation in bind.
46772         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
46773         looking up the name after linking the file.
46775 2014-08-27  Allan McRae  <allan@archlinux.org>
46777         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
46779 2014-08-26  Florian Weimer  <fweimer@redhat.com>
46781         [BZ #17187]
46782         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
46783         trans_compare, open_translit, __gconv_translit_find):
46784         Remove module loading code.
46786 2014-08-26  Allan McRae  <allan@archlinux.org>
46788         * po/vi.po: Update Vietnamese translation from translation project.
46790         * po/uk.po: Update Ukrainian translation from translation project.
46792         * po/fr.po: Update French translation from translation project.
46794         * po/ru.po: Update Russian translation from translation project.
46796         * po/pl.po: Update Polish translation from translation project.
46798         * po/cs.po: Update Czech translation from translation project.
46800         * po/de.po: Update German translation from translation project.
46802         * po/bg.po: Update Bulgarian translation from translation project.
46804         * po/sv.po: Update Sweedish translation from translation project.
46806         * po/nl.po: Update Dutch translation from translation project.
46808         * po/es.po: Update Spanish translation from translation project.
46810 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
46812         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
46814         * catgets/Makefile (CPPFLAGS-gencat): Remove.
46815         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
46816         (CPPFLAGS-iconvconfig): Likewise.
46817         * timezone/Makefile (CPPFLAGS-zic): Likewise.
46819         * include/libc-symbols.h: Remove unnecessary check for
46820         NOT_IN_libc.
46821         * nptl/pthreadP.h: Likewise.
46822         * sysdeps/aarch64/setjmp.S: Likewise.
46823         * sysdeps/alpha/setjmp.S: Likewise.
46824         * sysdeps/arm/sysdep.h: Likewise.
46825         * sysdeps/i386/setjmp.S: Likewise.
46826         * sysdeps/m68k/setjmp.c: Likewise.
46827         * sysdeps/posix/getcwd.c: Likewise.
46828         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
46829         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
46830         * sysdeps/s390/s390-32/setjmp.S: Likewise.
46831         * sysdeps/s390/s390-64/setjmp.S: Likewise.
46832         * sysdeps/sh/sh3/setjmp.S: Likewise.
46833         * sysdeps/sh/sh4/setjmp.S: Likewise.
46834         * sysdeps/unix/alpha/sysdep.h: Likewise.
46835         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
46836         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
46837         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
46838         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
46839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46841         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
46842         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
46843         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
46844         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46845         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46846         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
46847         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
46848         * sysdeps/x86_64/setjmp.S: Likewise.
46850 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
46852         [BZ #17263]
46853         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
46854         <stdint.h>.
46855         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
46856         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
46858 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
46860         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
46862         [BZ #17262]
46863         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
46864         and __x86_64__ when disabling x87 inline functions.
46866 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
46868         [BZ #17259]
46869         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
46870         asm statement with __cpuid_count.
46872 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
46874         * configure.ac: Change __ehdr_start code to dereference the struct.
46875         Run readelf on the output to look for relocations.
46876         * configure: Regenerated.
46878 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
46880         [BZ #17261]
46881         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
46882         value to 0.
46883         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
46885 2014-08-12  Roland McGrath  <roland@hack.frob.com>
46887         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
46889 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
46891         [BZ #16892]
46892         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
46893         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
46895 2014-08-12  Sean Anderson  <seanga2@gmail.com>
46897         * malloc/malloc.c: Fix typo in comment.
46899 2014-08-09  Allan McRae  <allan@archlinux.org>
46901         * Regenerate libc.po.
46903 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
46905         * intl/tst-gettext2.sh: Check every lang file for creation.
46907 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
46909         * sysdeps/aarch64/fpu/math_private.h
46910         (libc_feholdsetround_noex_aarch64_ctx): New function.
46912 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
46914         * sysdeps/arm/armv6/strcpy.S (strcpy):
46915         Fix performance issue in misaligned cases.
46917 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46919         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
46920         Move definition from termios.h.
46921         (struct termio): Likewise.
46922         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
46923         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
46924         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
46925         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
46926         Likewise.
46927         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
46928         Move definition to ioctl-types.h
46929         (struct termio): Likewise.
46930         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
46931         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
46932         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
46933         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
46934         Likewise.
46936 2014-08-05  Richard Henderson  <rth@redhat.com>
46938         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
46939         exceptions.
46940         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
46941         Add fraiseexcpt.
46942         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
46943         Use __feraiseexcept.
46944         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
46945         Protect libm symbols with IS_IN_libm.
46947         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
46949 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
46951         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
46953 2014-08-04  Will Newton  <will.newton@linaro.org>
46955         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
46956         file.
46958 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
46960         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
46961         variants for each function.
46963 2014-08-04  Roland McGrath  <roland@hack.frob.com>
46965         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
46966         appended ...
46967         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
46968         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
46969         appended ...
46970         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
46971         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
46972         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
46973         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
46974         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
46975         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
46976         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
46977         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
46978         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
46979         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
46980         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
46981         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
46982         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
46983         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
46984         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
46985         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
46986         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
46987         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
46988         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
46989         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
46990         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
46991         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
46992         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
46993         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
46994         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
46995         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
46996         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
46997         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
46998         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
46999         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
47000         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
47001         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
47002         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
47003         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
47004         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
47005         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
47006         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
47007         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
47008         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
47009         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
47010         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
47011         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
47012         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
47013         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
47014         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
47015         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
47016         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
47017         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
47018         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
47019         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
47020         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
47021         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
47022         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
47023         Update #include.
47024         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
47025         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
47027 2014-08-04  Roland McGrath  <roland@hack.frob.com>
47029         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
47030         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
47031         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
47032         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
47033         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
47034         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
47036 2014-08-04  Roland McGrath  <roland@hack.frob.com>
47038         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
47039         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
47040         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
47041         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
47043 2014-08-04  Roland McGrath  <roland@hack.frob.com>
47045         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
47046         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
47047         (__libc_vfork): Define function under this name.
47048         (__vfork): Define as an alias.
47049         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
47050         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
47052 2014-08-04  Roland McGrath  <roland@hack.frob.com>
47054         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
47055         that was previously under [RESET_PID].
47056         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
47058 2014-08-04  Andreas Schwab  <schwab@suse.de>
47060         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
47062 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
47064         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
47065         (main): Likewise.
47067 2014-08-01  Roland McGrath  <roland@hack.frob.com>
47069         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
47071 2014-08-01  Richard Henderon  <rth@redhat.com>
47073         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
47074         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
47075         typo in exact zero test.
47076         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
47077         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
47078         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
47080 2014-08-01  Roland McGrath  <roland@hack.frob.com>
47082         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
47083         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
47084         * sysdeps/arm/sysdep.h: ... here.
47085         [!__ASSEMBLER__]: Include <stdint.h>.
47087 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
47089         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
47090         (HAVE_WCTYPE_H): Likewise.
47091         (HAVE_ISWCTYPE): Likewise.
47092         (ENABLE_NLS): Likewise.
47093         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
47094         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
47096         * posix/regex_internal.c: Check if DEBUG is defined and is
47097         set.
47099         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
47100         (HAVE_MBSRTOWCS): Likewise.
47101         * posix/fnmatch.c: Include string.h unconditionally.
47103 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
47105         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
47106         reversal.
47108 2014-07-31  Roland McGrath  <roland@hack.frob.com>
47110         * sysdeps/generic/safe-fatal.h: New file.
47111         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
47112         * nptl/forward.c: Include it.
47113         (__pthread_unwind): Use __safe_fatal as default action, rather
47114         than a bogus use of INTERNAL_SYSCALL that could never work.
47116         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
47117         * configure.ac (libc_cv_builtin_trap): New test.
47118         * configure: Regenerated.
47119         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
47120         (ABORT_INSTRUCTION): Define using __builtin_trap.
47122         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
47123         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
47124         * sysdeps/nptl/nptl-signals.h: New file.
47125         * nptl/pthreadP.h: Include <nptl-signals.h>.
47127 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
47129         * sysdeps/s390/s390-64/utf16-utf32-z9.c
47130         (ONE_DIRECTION): Define.
47131         * sysdeps/s390/s390-64/utf8-utf16-z9.c
47132         (ONE_DIRECTION): Define.
47133         * sysdeps/s390/s390-64/utf8-utf32-z9.c
47134         (ONE_DIRECTION): Define.
47136 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
47138         * sysdeps/s390/Makefile: Delete file.
47139         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
47140         * sysdeps/s390/__longjmp.c: Delete file.
47141         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
47142         Remove fields __flags and __reserved.
47143         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
47144         and add versioning.
47145         * sysdeps/s390/rtld-__longjmp.c: Delete file.
47146         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
47147         * sysdeps/s390/rtld-setjmp.S: Likewise.
47148         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
47149         * sysdeps/s390/s390-32/__longjmp.c: ... here.
47150         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
47151         * sysdeps/s390/s390-32/setjmp.S: ... here.
47152         Add versioning.
47153         (__sigsetjmp): Remove setting __flags field.
47154         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
47155         * sysdeps/s390/s390-64/__longjmp.c: ... here.
47156         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
47157         * sysdeps/s390/s390-64/setjmp.S: ... here.
47158         Add versioning.
47159         (__sigsetjmp): Remove setting __flags field.
47160         * sysdeps/s390/setjmp.S: Delete file.
47161         * sysdeps/s390/sigjmp.c: Likewise.
47162         * sysdeps/s390/v1-longjmp.c: Likewise.
47163         * sysdeps/s390/v1-setjmp.h: Likewise.
47164         * sysdeps/s390/v1-sigjmp.c: Likewise.
47165         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
47166         Remove v1-longjmp_chk.
47167         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
47168         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
47169         Include debug/longjmp_chk.c and add versioning.
47170         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
47171         Include nptl/pt-longjmp.c and add versioning.
47172         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
47173         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
47174         Include __longjmp.c.
47175         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
47176         Move to ...
47177         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
47178         (__getcontext): Remove setting __flags field.
47179         Add versioning.
47180         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
47181         Don't restore upper high grps.
47182         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
47183         Likewise.
47184         (__swapcontext): Remove setting uc_flags field.
47185         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
47186         Delete file.
47187         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
47188         Include __longjmp.c.
47189         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
47190         Move to ...
47191         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
47192         (__getcontext): Remove setting __flags field.
47193         Add versioning.
47194         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
47195         (__swapcontext): Remove setting uc_flags field.
47196         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
47197         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
47198         Remove fields uc_high_gprs and __reserved.
47199         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
47200         New file with reverted content.
47201         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
47202         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
47203         Regenerated.
47204         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
47205         Regenerated.
47207 2014-07-31  Andreas Schwab  <schwab@suse.de>
47209         * config.h.in (HAVE_IFUNC): Define to 0.
47210         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
47211         definedness.
47213 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
47215         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47216         memmove-avx-unaligned, memcpy-avx-unaligned and
47217         mempcpy-avx-unaligned.
47218         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
47219         Add tests for AVX memcpy functions.
47220         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
47221         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
47222         memcpy_chk.
47223         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
47224         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
47225         memmove_chk.
47226         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
47227         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
47228         mempcpy_chk.
47229         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
47230         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
47231         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
47233 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47235         [BZ #17213]
47236         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
47237         powerpc64le.
47239 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
47241         [BZ #16839]
47242         * manual/llio.texi: Add section about open file description locks.
47243         * manual/examples/ofdlocks.c: Example of open file description
47244         lock usage.
47245         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
47246         F_OFD_SETLK, and F_OFD_SETLKW.
47248 2014-07-23  Allan McRae  <allan@archlinux.org>
47250         * po/es.po: Update Spanish translation from translation project.
47252 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
47254         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
47256 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
47258         [BZ #17078]
47259         * sysdeps/arm/dl-machine.h (elf_machine_rela)
47260         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
47261         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
47263 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
47265         [BZ #17088]
47266         * math/fesetenv.c (__fesetenv)
47267         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
47268         * math/feupdateenv.c (__feupdateenv)
47269         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
47271         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
47272         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
47273         (__ASSUME_SOCKETCALL): Do not define.
47275         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
47276         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
47277         (__ASSUME_SOCKETCALL): Do not define.
47278         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
47279         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
47280         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
47281         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
47282         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
47283         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
47284         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
47285         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
47287         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
47288         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
47289         (__ASSUME_SOCKETCALL): Do not define.
47290         (__ASSUME_IPC64): Define unconditionally.
47291         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
47292         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
47293         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
47294         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
47295         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
47296         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
47297         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
47298         Likewise.
47300         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
47301         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
47302         (__ASSUME_SOCKETCALL): Do not define.
47303         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
47304         (__ASSUME_FUTEX_LOCK_PI): Likewise.
47305         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
47306         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
47307         (__ASSUME_REQUEUE_PI): Define unconditionally.
47308         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
47309         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
47310         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
47311         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
47312         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
47313         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
47315         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
47316         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
47317         (__ASSUME_SOCKETCALL): Do not define.
47318         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
47319         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
47320         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
47321         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
47322         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
47323         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
47325         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
47326         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
47327         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
47328         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
47329         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
47330         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
47331         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
47332         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
47333         (__ASSUME_GETCPU_SYSCALL): Likewise.
47335         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
47336         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
47337         cases for individual architectures.
47338         * sysdeps/gnu/configure: Regenerated.
47339         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
47340         LIBC_SLIBDIR_RTLDDIR.
47341         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
47342         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
47343         LIBC_SLIBDIR_RTLDDIR.
47344         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
47345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
47346         LIBC_SLIBDIR_RTLDDIR.
47347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
47348         Regenerated.
47349         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
47350         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
47351         file.
47352         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
47353         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
47354         file.
47355         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
47356         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
47357         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
47358         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
47360         * sysdeps/aarch64/shlib-versions: Move to ...
47361         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
47362         * sysdeps/alpha/shlib-versions: Move to ...
47363         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
47364         * sysdeps/arm/shlib-versions: Move to ...
47365         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
47366         * sysdeps/hppa/shlib-versions: Move all contents except for
47367         libgcc_s entry to ...
47368         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
47369         entry from ...
47370         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
47371         * sysdeps/ia64/shlib-versions: Move to ...
47372         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
47373         entry from ...
47374         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
47375         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
47376         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
47377         * sysdeps/microblaze/shlib-versions: Move to ...
47378         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
47379         * sysdeps/mips/shlib-versions: Move to ...
47380         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
47381         entry from ...
47382         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
47383         * sysdeps/tile/shlib-versions: Move to ...
47384         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
47385         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
47386         from ...
47387         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
47388         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
47389         entry from ...
47390         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
47392 2014-07-17  Will Newton  <will.newton@linaro.org>
47394         * sysdeps/arm/bits/atomic.h
47395         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
47396         (__arch_compare_and_exchange_bool_16_int): Likewise.
47397         (__arch_compare_and_exchange_bool_64_int): Likewise.
47399         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
47400         into an #else block.
47402 2014-07-16  Roland McGrath  <roland@hack.frob.com>
47404         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
47405         just Linux configurations.  Test empirically that the compiler sets
47406         __ARM_EABI__, rather than using the tuple to decide.
47407         * sysdeps/arm/preconfigure: Regenerated.
47408         * sysdeps/unix/sysv/linux/arm/configure: File removed.
47409         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
47410         contents appended ...
47411         * sysdeps/arm/configure.ac: ... here.
47412         * sysdeps/arm/configure: Regenerated.
47414 2014-07-15  Roland McGrath  <roland@hack.frob.com>
47416         * nptl/pthread_kill.c: New file.
47417         * nptl/pthread_sigmask.c: New file.
47418         * nptl/pthread_sigqueue.c: New file.
47420         * sysdeps/nptl/lowlevellock.h: New file.
47421         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
47422         * sysdeps/nptl/lowlevellock-futex.h: New file.
47424         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
47425         Remove dead declarations.
47427 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
47429         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
47430         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
47431         config-cflags-avx2.
47432         * sysdeps/x86_64/configure.ac: Likewise.
47433         * sysdeps/i386/configure: Regenerated.
47434         * sysdeps/x86_64/configure: Likewise.
47435         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47436         memset-avx2 only if config-cflags-avx2 is yes.
47437         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
47438         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
47439         defined.
47440         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
47441         only if HAVE_AVX2_SUPPORT is defined.
47442         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
47444 2014-07-14  Alan Modra  <amodra@gmail.com>
47446         [BZ #17153]
47447         * elf/elf.h (DT_PPC64_NUM): Correct value.
47448         * NEWS: Add to fixed bug list.
47450 2014-07-13  Jim Meyering  <meyering@fb.com>
47452         [BZ 17150]
47453         regex: don't deref NULL upon heap allocation failure
47454         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
47455         failure in one more place.
47456         To trigger the segfault, configure grep -with-included-regex,
47457         build it, and run these commands:
47458         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
47460 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
47462         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
47464 2014-07-11  Richard Henderson  <rth@redhat.com>
47466         * sysdeps/aarch64/libm-test-ulps: Update.
47468 2014-07-10  Florian Weimer  <fweimer@redhat.com>
47470         [BZ #17135]
47471         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
47472         * nptl/allocatestack.c (__nptl_setxid_error): New function.
47473         (__nptl_setxid): Initialize error member.  Call
47474         __nptl_setxid_error.
47475         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
47476         * nptl/descr.h (struct xid_command): Add error member.
47477         * nptl/tst-setuid3.c: New file.
47478         * nptl/Makefile (tests): Add it.
47480 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47482         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
47483         New define.
47484         (__lll_trylock): Use __lll_base_trylock.
47485         (__lll_cond_trylock): Likewise.
47487 2014-07-10  Roland McGrath  <roland@hack.frob.com>
47489         * nptl/pthread_create.c (start_thread): Use atomic_or and
47490         lll_futex_wake directly rather than lll_robust_dead.
47491         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
47492         (lll_robust_dead): Macro removed.
47493         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
47494         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
47495         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
47496         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
47497         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
47498         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
47499         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
47500         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
47501         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
47502         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
47503         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
47504         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
47505         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
47506         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
47507         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
47509         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
47510         Use atomic_compare_and_exchange_val_acq directly rather than
47511         lll_robust_trylock.
47512         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
47513         (__lll_robust_trylock, lll_robust_trylock): Removed.
47514         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
47515         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
47516         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
47517         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
47518         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
47519         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
47520         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
47521         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
47522         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
47523         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
47524         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
47525         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
47526         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
47527         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
47529 2014-07-02  Florian Weimer  <fweimer@redhat.com>
47531         * manual/locale.texi (Locale Names): New section documenting
47532         locale name syntax.  Adjust menu and node chaining accordingly.
47533         (Choosing Locale): Reference Locale Names, Locale Categories.
47534         Mention setting LC_ALL=C.  Reflect that name syntax is now
47535         documented.
47536         (Locale Categories): New section title.  Reference Locale Names.
47537         LC_ALL is an environment variable, but not a category.
47538         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
47539         description, now in Locale Name.  Reference that section.  Locale
47540         name syntax is now documented.
47542 2014-07-02  Florian Weimer  <fweimer@redhat.com>
47544         [BZ #17137]
47545         * locale/findlocale.c (name_present, valid_locale_name): New
47546         functions.
47547         (_nl_find_locale): Use the loc_name variable to store name
47548         candidates.  Call name_present and valid_locale_name to check and
47549         validate locale names.  Return an error if the locale is invalid.
47551 2014-07-02  Florian Weimer  <fweimer@redhat.com>
47553         * locale/setlocale.c (setlocale): Use strdup for allocating
47554         composite name copy.
47556 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
47558         Sync up with gnulib.
47559         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
47560         [!_LIBC && ENABLE_NLS]: Include gettext.h.
47561         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
47562         and _GL_ARG_NONNULL.
47563         [USE_UNLOCKED_IO]: Include unlocked-io.h.
47564         [!_LIBC]: Include code for Windows and Cygwin.
47565         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
47566         Include prototype for int strerror_r.
47567         [!_LIBC] (is_open): New function.
47568         (flush_stdout): New function.
47569         (print_errno_message): Use it.
47570         (error): Likewise.
47571         (error_at_line): Likewise.
47572         (error_tail) Add function attribute macros.  Use
47573         __builtin_expect.
47575         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
47577         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
47579         * io/ftw.c: Include sys/param.h unconditionally.
47581         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
47583         [BZ #17125]
47584         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
47585         libc_freeres_ptr.
47586         (freecache): New function to free CACHE on exit.
47588         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
47589         initialization.
47591 2014-07-09  David S. Miller  <davem@davemloft.net>
47593         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47595         * sysdeps/sparc/nptl/internaltypes.h: Delete.
47596         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
47597         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
47598         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
47599         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
47600         * sysdeps/sparc/nptl/sem_init.c: Likewise.
47601         * sysdeps/sparc/nptl/sem_post.c: Likewise.
47602         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
47603         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
47604         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
47605         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
47606         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
47607         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
47609 2014-07-09  Andreas Schwab  <schwab@suse.de>
47611         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
47612         output.
47613         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
47614         (do_test): Likewise.
47616         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47618 2014-07-09  Will Newton  <will.newton@linaro.org>
47620         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
47621         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
47622         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
47623         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
47624         * sysdeps/hppa/start.S (_start): Likewise.
47626 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
47628         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
47630         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
47631         defined.
47633 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
47635         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
47636         after checking that it is non-NULL.
47638         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
47640 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47642         * sysdeps/powerpc/memmove.c: Remove file.
47643         * sysdeps/powerpc/powerpc32/power4/memcopy.h
47644         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
47645         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
47646         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
47647         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
47648         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
47649         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
47650         string memmove instead of removed powerpc one.
47652         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
47653         [weak_alias]: Fix compiler warning due trailing data.
47654         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
47655         [weak_alias]: Likewise.
47656         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
47657         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
47659         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
47660         (__libc_ifunc_impl_list): Add memmove functions.
47662 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
47664         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
47665         Remove code.
47666         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
47667         Likewise.
47668         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
47669         Likewise.
47670         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
47671         Likewise.
47672         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
47673         Likewise.
47674         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
47675         Likewise.
47676         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
47677         Likewise.
47678         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
47679         Likewise.
47680         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
47681         Likewise.
47682         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
47683         Likewise.
47684         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
47685         Likewise.
47686         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
47687         Likewise.
47688         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
47689         Likewise.
47690         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
47691         Likewise.
47692         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
47693         Likewise.
47694         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
47695         Likewise.
47696         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
47697         Likewise.
47699 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47701         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
47702         to avoid alignment traps in non-cacheable memory.
47703         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
47705         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
47706         multiarch objects.
47707         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
47708         file: multiarch power7 memmove.
47709         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
47710         multiarch default memmove.
47711         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
47712         multiarch memove for powerpc32/power4.
47714         * string/bcopy.c: Use full path to include memmove.c.
47715         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
47716         multiarch objects.
47717         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
47718         bcopy for powerpc64.
47719         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
47720         bcopy for powerpc64.
47721         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
47722         and memmove implementations.
47723         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
47724         optimized multiarch memmove for POWER7/powerpc64.
47725         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
47726         default multiarch memmove for powerpc64.
47727         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
47728         multiarch for powerpc64.
47729         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
47730         for POWER7/powerpc64.
47731         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
47732         memmove for POWER7/powerpc64.
47734         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
47735         glibc default one.
47737         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
47738         __ELF_NATIVE_CLASS equal to 64.
47740 2014-07-07  Roland McGrath  <roland@hack.frob.com>
47742         * sysdeps/nptl/lowlevellock.h: File removed.
47744         * NEWS: NPTL is no longer an add-on!
47745         * nptl/internaltypes.h: Moved ...
47746         * sysdeps/nptl/internaltypes.h: ... here.
47747         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
47748         * sysdeps/nptl/fork.c: Likewise.
47749         * sysdeps/nptl/gai_misc.h: Likewise.
47750         * sysdeps/nptl/librt-cancellation.c: Likewise.
47751         * sysdeps/nptl/jmp-unwind.c: Likewise.
47752         * sysdeps/nptl/setxid.h: Likewise.
47753         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
47754         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
47755         * sysdeps/unix/sysv/linux/arm/Implies: New file.
47756         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
47757         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
47758         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
47759         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
47760         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
47761         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
47762         * sysdeps/unix/sysv/linux/mips/Implies: New file.
47763         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
47764         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
47765         * sysdeps/unix/sysv/linux/sh/Implies: New file.
47766         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
47767         * sysdeps/unix/sysv/linux/tile/Implies: New file.
47768         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
47769         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
47770         * nptl/Makeconfig: Moved ...
47771         * sysdeps/nptl/Makeconfig: ... here.
47772         * nptl/configure: File removed.
47773         * nptl/ANNOUNCE: File removed.
47774         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
47775         * sysdeps/unix/sysv/linux/configure: Regenerated.
47777         * nptl/Makefile (routines): Add libc_pthread_init,
47778         libc_multiple_threads, register-atfork and unregister-atfork.
47779         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
47780         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
47781         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
47782         pthread-pi-defines.sym, structsem.sym.
47783         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
47784         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
47785         [$(subdir) = nptl] (tests): Add tst-setgetname.
47786         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
47787         * sysdeps/unix/sysv/linux/sigaction.c: Just include
47788         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
47789         [!LIBC_SIGACTION]: Remove aliases.
47790         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
47791         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
47792         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
47793         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
47794         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
47795         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
47796         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47797         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47798         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
47799         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
47800         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
47801         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
47802         __libc_allocate_rtsig_private.
47803         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
47804         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
47805         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
47806         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
47807         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
47808         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
47809         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
47810         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
47811         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
47812         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
47813         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
47814         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
47815         * nptl/internaltypes.h: ... here.
47816         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
47817         * sysdeps/nptl/jmp-unwind.c: ... here.
47818         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
47819         * nptl/libc-lowlevellock.c: ... here.
47820         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
47821         * nptl/libc_multiple_threads.c: ... here.
47822         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
47823         * nptl/libc_pthread_init.c: ... here.
47824         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
47825         * nptl/lowlevelbarrier.sym: ... here.
47826         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
47827         * nptl/lowlevelcond.sym: ... here.
47828         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
47829         * nptl/lowlevellock.c: ... here.
47830         * nptl/lowlevellock.h: Moved ...
47831         * sysdeps/nptl/lowlevellock.h: ... here.
47832         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
47833         * nptl/lowlevelrobustlock.c: ... here.
47834         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
47835         * nptl/lowlevelrobustlock.sym: ... here.
47836         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
47837         * nptl/lowlevelrwlock.sym: ... here.
47838         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
47839         * nptl/pt-fork.c: ... here.
47840         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
47841         * nptl/pthread-pi-defines.sym: ... here.
47842         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
47843         * nptl/pthread_attr_getaffinity.c: ... here.
47844         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
47845         * nptl/pthread_attr_setaffinity.c: ... here.
47846         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
47847         * nptl/pthread_mutex_cond_lock.c: ... here.
47848         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
47849         Update #include.
47850         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
47851         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
47852         * nptl/pthread_once.c: ... here, replacing old file.
47853         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
47854         * nptl/pthread_yield.c: ... here.
47855         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
47856         * nptl/register-atfork.c: ... here.
47857         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
47858         * nptl/sem_post.c: ... here.
47859         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
47860         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
47861         * nptl/sem_timedwait.c: ... here.
47862         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
47863         * nptl/sem_trywait.c: ... here.
47864         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
47865         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
47866         * nptl/sem_wait.c: ... here.
47867         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
47868         * nptl/structsem.sym: ... here.
47869         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
47870         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
47871         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
47872         * nptl/unregister-atfork.c: ... here.
47873         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
47874         * nptl/unwindbuf.sym: ... here.
47875         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
47876         * sysdeps/nptl/fork.c: ... here.
47877         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
47878         * sysdeps/nptl/fork.h: ... here.
47879         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
47880         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
47881         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
47882         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
47883         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
47884         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
47885         * sysdeps/unix/sysv/linux/getpid.c: ... here.
47886         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
47887         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
47888         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
47889         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
47890         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
47891         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
47892         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
47893         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
47894         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
47895         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
47896         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
47897         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
47898         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
47899         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
47900         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
47901         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
47902         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
47903         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
47904         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
47905         * sysdeps/unix/sysv/linux/raise.c: ... here.
47906         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
47907         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
47908         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
47909         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
47910         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
47911         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
47912         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
47913         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
47914         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
47915         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
47916         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
47917         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
47918         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
47919         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
47920         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
47922 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
47924         * sysdeps/generic/memcopy.h: Add comment for
47925         MEMCPY_OK_FOR_FWD_MEMMOVE.
47927 2014-07-04  Will Newton  <will.newton@linaro.org>
47929         * string/memchr.c: Merge from gnulib.
47930         [_LIBC]: Remove conditionals.
47931         (__ptr_t): Remove define.
47932         (LONG_MAX_32_BITS): Likewise.
47933         (LONG_MAX): Likewise.
47934         (MEMCHR): Use ANSI prototype and optimize algorithm.
47936         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
47938 2014-07-03  Roland McGrath  <roland@hack.frob.com>
47940         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
47941         (lll_futex_timed_wait_bitset): Fix syscall argument count.
47943         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
47944         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
47945         in a bare environment with no <stdlib.h> installed.
47946         * sysdeps/nptl/configure: Regenerated.
47948         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
47950         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
47951         AC_EGREP_CPP for kernel header checks, so they only succeed if
47952         including <linux/version.h> actually works right.
47953         * sysdeps/unix/sysv/linux/configure: Regenerated.
47955         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
47956         value so it's not diagnosed as unused.
47958         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
47959         thing) with "ifeq ($(subdir),rt)".
47961 2014-07-03  Richard Henderson  <rth@redhat.com>
47963         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
47964         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
47965         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
47967         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
47968         (math_force_eval): New.
47970         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
47971         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
47973         * sysdeps/alpha/fpu/s_round.c: Remove file.
47974         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
47976         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
47977         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
47978         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
47979         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
47980         (_dl_start, print_statistics): Likewise.
47981         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
47982         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
47984         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
47985         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
47986         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
47987         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
47988         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
47989         (HP_SMALL_TIMING_AVAIL): Define.
47990         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
47991         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
47992         (HP_SMALL_TIMING_AVAIL): Define.
47993         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
47994         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
47996         * sysdeps/aarch64/hp-timing.h: New file.
47998         * sysdeps/generic/hp-timing.h: Remove dead comment.
47999         * sysdeps/generic/hp-timing-common.h: New file.
48000         * sysdeps/alpha/hp-timing.h: Include it.
48001         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
48002         * sysdeps/i386/i686/hp-timing.h: Likewise.
48003         * sysdeps/ia64/hp-timing.h: Likewise.
48004         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
48005         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
48006         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
48007         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
48008         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
48009         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
48010         (hp_timing_t): New.
48012         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
48013         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
48014         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
48015         * elf/rtld.c (_dl_start_final): Likewise.
48016         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
48017         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
48018         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
48019         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
48020         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
48021         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
48022         (HP_TIMING_DIFF_INIT): Remove.
48023         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
48024         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
48025         (HP_TIMING_DIFF_INIT): Remove.
48026         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
48027         * sysdeps/i386/i686/hp-timing.c: Remove file.
48028         * sysdeps/x86_64/hp-timing.c: Remove file.
48029         * sysdeps/ia64/hp-timing.c: Remove file.
48030         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
48031         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
48032         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
48033         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
48035         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
48036         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
48037         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
48038         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
48039         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
48040         (HP_TIMING_ACCUM): Remove.
48041         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
48042         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
48043         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
48045         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
48046         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
48047         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
48048         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
48049         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
48050         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
48051         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
48052         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
48054         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
48056 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
48058         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
48060 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
48062         Sync up with gettext.
48063         * intl/loadmsgcat.c: Define O_BINARY if not defined.
48064         [_MSC_VER]: Include malloc.h
48065         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
48066         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
48067         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
48068         TEMP_FAILURE_RETRY.  Cast return of alloca.
48069         [!_LIBC] Call gl_rwlock_init.
48070         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
48072 2014-07-02  Roland McGrath  <roland@hack.frob.com>
48074         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
48075         before checking its value.
48077 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
48079         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
48081         * debug/memcpy_chk.c: Don't include pagecopy.h.
48082         * debug/mempcpy_chk.c: Likewise.
48083         * string/memcpy.c: Likewise.
48084         * string/memmove.c: Likewise.
48085         * sysdeps/powerpc/memmove.c: Likewise.
48086         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
48087         definition of PAGE_COPY_FWD_MAYBE here...
48088         * sysdeps/generic/pagecopy.h: ... from here.
48089         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
48091 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
48092             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48094         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
48095         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
48096         optimizations.
48097         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
48098         (__libc_ifunc_impl_list): Likewise.
48099         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
48100         multiarch strcat for PPC64.
48101         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
48102         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
48104 2014-07-02  Roland McGrath  <roland@hack.frob.com>
48106         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
48108 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
48110         * intl/loadmsgcat.c: Remove declaration of
48111         get_sysdep_segment_value.
48112         (get_sysdep_segment_value): Use ISO C style.
48113         (_nl_load_domain): Use ISO C style.  Get rid of redundant
48114         semicolon.  Fix typo and formatting in comment.
48115         (_nl_unload_domain): Use ISO C style.
48117         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
48119 2014-07-02  Will Newton  <will.newton@linaro.org>
48121         * malloc/obstack.c: Merge from gnulib master.
48122         [HAVE_CONFIG_H]: Remove conditional code.
48123         [!_LIBC]: Include config.h.
48124         [!ELIDE_CODE]: Don't include inttypes.h, include
48125         stdint.h unconditionally.
48126         (print_and_abort): Mark as _Noreturn.
48127         (_obstack_allocated_p): Mark as __attribute_pure__.
48128         (obstack_free): Rename to __obstack_free.
48129         [!__attribute__]: Remove conditional code.
48130         * malloc/obstack.h: Merge from gnulib master.
48131         [__cplusplus]: Move conditional down.
48132         [!__attribute_pure__]: Define __attribute_pure__ here
48133         if it is not already defined.
48134         (_obstack_memory_used): Mark as __attribute_pure__.
48135         [!__obstack_free]: Define as obstack_free.
48136         [__GNUC__]: Remove check for ancient NeXT gcc.
48138 2014-07-02  Will Newton  <will.newton@linaro.org>
48139             Paul Eggert  <eggert@cs.ucla.edu>
48141         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
48143 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
48145         * resolv/gethnamaddr.c: Add comment warning that the file is
48146         not maintained.
48148 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
48150         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
48151         entries.
48153         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
48154         entry for aio_cancel and aio_cancel64.
48155         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
48156         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
48157         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
48158         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
48159         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
48160         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
48161         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
48162         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
48163         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
48164         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
48165         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
48166         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
48167         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
48169 2014-07-01  Roland McGrath  <roland@hack.frob.com>
48171         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
48172         * nptl/pthread_mutex_lock.c: Likewise.
48173         * nptl/pthread_mutex_timedlock.c: Likewise.
48174         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
48176 2014-07-01  Richard henderson  <rth@redhat.com>
48178         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
48179         (__isnan, __isnanl): Remove.
48180         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
48182         * sysdeps/alpha/fpu/libm-test-ulps: Update.
48184 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
48186         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
48188 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
48190         * resolv/nss_dns/dns-host.c (getanswer_r)
48191         [MULTI_PTRS_ARE_ALIASES]: Remove code.
48193 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
48195         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
48196         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
48197         undefine.
48198         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
48199         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
48201 2014-07-01  Roland McGrath <roland@hack.frob.com>
48203         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
48204         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
48206         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
48207         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
48209         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
48210         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
48211         ... here.
48212         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
48213         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
48215         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
48216         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
48217         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
48218         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
48220         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
48221         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
48222         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
48223         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
48224         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
48225         Moved ...
48226         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
48227         ... here.
48228         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
48229         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
48230         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
48231         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
48232         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
48233         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
48234         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
48235         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
48236         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
48237         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
48238         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
48239         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
48240         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
48241         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
48242         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
48243         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
48244         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
48245         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
48246         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
48247         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
48248         ... here.
48249         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
48250         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
48251         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
48252         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
48253         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
48254         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
48255         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
48256         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
48258 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
48260         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
48261         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
48262         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
48263         Add sysdep.
48265 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48267         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48269 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
48271         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
48272         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
48274         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
48276         * sysdeps/arm/libm-test-ulps: Regenerated.
48278 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
48279             Roland McGrath <roland@hack.frob.com>
48281         * test-skeleton.c (signal_handler): Kill the whole process group
48282         before killing the child individually.
48283         (main): Report any failure on `setpgid'.
48285 2014-06-30  Roland McGrath  <roland@hack.frob.com>
48287         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
48288         from _TLS_H to _ARM_NPTL_TLS_H.
48289         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
48290         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
48292 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
48294         [BZ #16539]
48295         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
48296         (__expm1l): Return argument unchanged when small but not
48297         subnormal.
48299         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
48300         include macro name.
48301         (_FP_UNPACK_RAW_1_P): Likewise.
48302         (_FP_PACK_RAW_1): Likewise.
48303         (_FP_PACK_RAW_1_P): Likewise.
48304         (_FP_MUL_MEAT_1_wide): Likewise.
48305         (_FP_MUL_MEAT_DW_1_hard): Likewise.
48306         (_FP_MUL_MEAT_1_hard): Likewise.
48307         (_FP_DIV_MEAT_1_imm): Likewise.
48308         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
48309         (_FP_DIV_MEAT_1_udiv): Likewise.
48310         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
48311         (_FP_UNPACK_RAW_2): Likewise.
48312         (_FP_UNPACK_RAW_2_P): Likewise.
48313         (_FP_PACK_RAW_2): Likewise.
48314         (_FP_PACK_RAW_2_P): Likewise.
48315         (_FP_MUL_MEAT_DW_2_wide): Likewise.
48316         (_FP_MUL_MEAT_2_wide): Likewise.
48317         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
48318         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
48319         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
48320         (_FP_MUL_MEAT_2_gmp): Likewise.
48321         (_FP_DIV_MEAT_2_udiv): Likewise.
48322         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
48323         (_FP_FRAC_SRL_4): Likewise.
48324         (_FP_FRAC_SRST_4): Likewise.
48325         (_FP_FRAC_SRS_4): Likewise.
48326         (_FP_UNPACK_RAW_4): Likewise.
48327         (_FP_UNPACK_RAW_4_P): Likewise.
48328         (_FP_PACK_RAW_4): Likewise.
48329         (_FP_PACK_RAW_4_P): Likewise.
48330         (_FP_MUL_MEAT_DW_4_wide): Likewise.
48331         (_FP_MUL_MEAT_4_wide): Likewise.
48332         (_FP_MUL_MEAT_4_gmp): Likewise.
48333         (umul_ppppmnnn): Likewise.
48334         (_FP_DIV_MEAT_4_udiv): Likewise.
48335         (__FP_FRAC_ADD_4): Likewise.
48336         (__FP_FRAC_SUB_3): Likewise.
48337         (__FP_FRAC_SUB_4): Likewise.
48338         (__FP_FRAC_DEC_3): Likewise.
48339         (__FP_FRAC_DEC_4): Likewise.
48340         (__FP_FRAC_ADDI_4): Likewise.
48341         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
48342         (_FP_FRAC_SRL_8): Likewise.
48343         (_FP_FRAC_SRS_8): Likewise.
48345         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
48346         include macro name.
48347         (FP_UNPACK_RAW_EP): Likewise.
48348         (FP_PACK_RAW_E): Likewise.
48349         (FP_PACK_RAW_EP): Likewise.
48350         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
48351         (_FP_ISSIGNAN): Likewise.
48352         (_FP_ADD_INTERNAL): Likewise.
48353         (_FP_FMA): Likewise.
48354         (_FP_CMP): Likewise.
48355         (_FP_SQRT): Likewise.
48356         (_FP_TO_INT): Likewise.
48357         (_FP_FROM_INT): Likewise.
48358         (FP_EXTEND): Likewise.
48359         (_FP_DIV_MEAT_N_loop): Likewise.
48361 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
48363         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
48364         throughout.
48366 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
48368         [BZ #17097]
48369         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
48370         result with correct sign in case of exponents that produce
48371         overflow except for X very close to 1.
48373 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
48375         mktime: merge #if/#ifdef usage from glibc
48376         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
48377         as that works with both Glibc's and Gnulib's style.
48378         See thread starting at Siddhesh Poyarekar's bug report at:
48379         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
48381 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
48383         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
48384         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
48385         * sysdeps/tile/tilegx/memmove.c: Remove file.
48387 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
48389         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
48390         abi-name definition.
48391         * scripts/soversions.awk: Do not handle or generate ABI lines.
48392         * shlib-versions: Remove ABI entries.
48393         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
48394         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
48396 2014-06-27  Roland McGrath  <roland@hack.frob.com>
48398         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
48399         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
48400         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
48401         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
48402         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
48403         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
48404         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
48405         Moved ...
48406         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
48407         ... here.
48408         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
48409         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
48410         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
48411         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
48412         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
48413         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
48414         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
48415         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
48416         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
48417         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
48418         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
48419         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
48420         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
48421         Moved ...
48422         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
48423         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
48424         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
48425         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
48426         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
48427         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
48428         Moved ...
48429         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
48430         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
48431         Moved ...
48432         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
48433         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
48434         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
48435         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
48436         Moved ...
48437         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
48438         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
48439         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
48440         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
48441         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
48442         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
48443         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
48444         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
48445         Moved ...
48446         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
48447         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
48448         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
48449         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
48450         Moved ...
48451         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
48452         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
48453         Moved ...
48454         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
48455         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
48456         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
48457         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
48458         Moved ...
48459         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
48460         ... here.
48461         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
48462         Identical file removed.
48463         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
48464         Moved ...
48465         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
48466         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
48467         Identical file removed.
48468         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
48469         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
48470         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
48471         Moved ...
48472         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
48473         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
48474         Identical file removed.
48475         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
48476         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
48477         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
48478         Identical file removed.
48479         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
48480         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
48481         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
48482         Identical file removed.
48483         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
48484         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
48485         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
48486         Identical file removed.
48487         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
48488         Moved ...
48489         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
48490         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
48491         Identical file removed.
48492         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
48493         Moved ...
48494         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
48495         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
48496         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
48497         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
48498         Identical file removed.
48499         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
48500         Moved ...
48501         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
48502         ... here.
48503         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
48504         Identical file removed.
48505         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
48506         Moved ...
48507         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
48508         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
48509         Identical file removed.
48510         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
48511         Moved ...
48512         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
48513         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
48514         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
48515         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
48516         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
48517         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
48518         Moved ...
48519         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
48520         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
48521         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
48523         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
48524         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
48525         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
48526         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
48527         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
48529 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
48531         [BZ #17092]
48532         * nscd/nscd.c (monitor_child): Return exit status of child
48533         instead of return value from wait syscall.
48535 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
48537         * configure.ac (libc_commonpagesize): Remove variable.
48538         (libc_relro_required): Likewise.
48539         (libc_cv_z_relro): Remove configure test.
48540         * configure: Regenerated.
48541         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
48542         variable.
48543         (libc_relro_required): Likewise.
48544         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
48545         (libc_relro_required): Likewise.
48546         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
48547         (libc_relro_required): Likewise.
48548         * sysdeps/arm/preconfigure: Regenerated.
48549         * sysdeps/ia64/preconfigure: Remove file.
48550         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
48551         variable.
48552         (libc_relro_required): Likewise.
48554         [BZ #16561]
48555         [BZ #16562]
48556         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
48557         (__ieee754_yn): Set FE_TONEAREST mode internally and then
48558         recompute overflowing results in original rounding mode.
48559         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
48560         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
48561         recompute overflowing results in original rounding mode.
48562         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
48563         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
48564         recompute overflowing results in original rounding mode.
48565         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
48566         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
48567         recompute overflowing results in original rounding mode.
48568         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
48569         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
48570         recompute overflowing results in original rounding mode.
48571         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
48572         (libc_feholdsetround_ctx): New macro.
48573         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
48574         * sysdeps/i386/fpu/libm-test-ulps: Update.
48575         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
48577 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
48579         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
48580         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
48581         corresponding .cpsetup call.
48583 2014-06-26  Roland McGrath  <roland@hack.frob.com>
48585         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
48586         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
48587         * sysdeps/arm/Makefile [$(subdir) = csu]
48588         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
48589         (static-only-routines): Add aeabi_read_tp here.
48590         (shared-only-routines): Add libc-aeabi_read_tp here.
48591         (CFLAGS-libc-start.c): Add -fexceptions here.
48592         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
48593         (sysdep_routines, static-only-routines, shared-only-routines):
48594         Don't add to these here.
48595         (CFLAGS-libc-start.c): Likewise.
48597         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
48598         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
48599         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
48600         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
48601         * sysdeps/arm/Makefile [$(subdir) = rt]
48602         (librt-sysdep_routines, librt-shared-only-routines):
48603         Append rt-aeabi_unwind_cpp_pr1 here.
48604         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
48605         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
48606         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
48607         (libpthread-sysdep_routines, libpthread-shared-only-routines):
48608         Append nptl-aeabi_unwind_cpp_pr1 here.
48609         (tests): Filter out tst-cleanupx4 here.
48610         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
48611         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
48612         Don't do those here.
48614 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
48616         * scripts/list-sources.sh: Do not handle ports specially.
48618 2014-06-26  Roland McGrath  <roland@hack.frob.com>
48620         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
48621         * sysdeps/arm/feupdateenv.c: Likewise.
48623         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
48625 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
48627         * manual/texinfo.tex: Update to version 2014-05-05.10 with
48628         trailing whitespace removed.
48629         * scripts/config.guess: Update to version 2014-03-23.
48630         * scripts/config.sub: Update to version 2014-05-01
48631         * scripts/install-sh: Update to version 2013-12-25.23.
48632         * scripts/move-if-change: Update from gnulib.
48634 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
48636         * debug/memmove_chk.c: Remove pagecopy.h include.
48638 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
48640         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
48641         identical to gnulib mktime.
48643 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
48645         * configure.ac: Do not test for machine being rs6000.  Do not test
48646         for powerpc*-*soft.
48647         * configure: Regenerated.
48649         [BZ #11505]
48650         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
48651         test.
48652         * configure: Regenerated.
48653         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
48654         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
48655         Remove configure test.
48656         * sysdeps/arm/configure: Regenerated.
48657         * sysdeps/nptl/configure.ac: Do not check
48658         libc_cv_asm_cfi_directives.
48659         * sysdeps/nptl/configure: Regenerated.
48660         * sysdeps/x86_64/nptl/configure.ac: Remove file.
48661         * sysdeps/x86_64/nptl/configure: Remove generated file.
48662         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
48663         unconditional.
48664         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
48666 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
48668         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
48669         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
48670         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
48671         it is defined.
48673         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
48674         instead of whether it is defined.
48675         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
48676         * sysdeps/hppa/dl-machine.h: Likewise.
48677         * sysdeps/ia64/dl-machine.h: Likewise.
48678         * sysdeps/m68k/dl-machine.h: Likewise.
48679         * sysdeps/microblaze/dl-machine.h: Likewise.
48680         * sysdeps/mips/dl-machine.: Likewise.
48681         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
48682         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
48683         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
48684         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
48685         * sysdeps/sh/dl-machine.h: Likewise.
48686         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48687         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48688         * sysdeps/tile/dl-machine.h: Likewise.
48689         * sysdeps/x86_64/dl-machine.h: Likewise.
48691         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
48692         code.
48693         (verify_persistent_db): Likewise.
48695 2014-06-26  Roland McGrath  <roland@hack.frob.com>
48697         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
48698         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
48699         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
48700         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
48701         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
48702         Moved ...
48703         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
48704         ... here.
48705         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
48706         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
48707         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
48708         Identical file removed.
48709         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
48710         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
48711         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
48712         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
48713         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
48714         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
48715         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
48716         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
48717         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
48718         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
48719         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
48720         Moved ...
48721         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
48722         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
48723         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
48724         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
48725         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
48726         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
48727         Moved ...
48728         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
48729         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
48730         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
48731         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
48732         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
48733         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
48734         Identical file removed.
48735         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
48736         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
48737         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
48738         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
48739         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
48740         Moved ...
48741         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
48742         ... here.
48743         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
48744         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
48745         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
48746         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
48747         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
48748         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
48749         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
48750         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
48751         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
48752         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
48753         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
48754         Moved ...
48755         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
48756         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
48757         Moved ...
48758         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
48759         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
48760         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
48761         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
48762         Moved ...
48763         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
48764         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
48765         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
48767         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
48768         folded into ...
48769         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
48770         * sysdeps/unix/sysv/linux/s390/Versions
48771         (libpthread: GLIBC_2.19): New version set.
48772         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
48773         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
48774         (librt: GLIBC_2.3.3): New version set.
48775         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
48776         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
48777         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
48778         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
48779         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
48780         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
48781         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
48782         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
48783         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
48784         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
48785         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
48786         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
48787         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
48788         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
48789         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
48790         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
48791         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
48792         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
48793         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
48794         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
48795         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
48796         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
48797         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
48798         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
48799         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
48800         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
48801         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
48802         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
48803         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
48804         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
48805         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
48806         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
48807         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
48808         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
48809         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
48810         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
48811         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
48812         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
48813         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
48814         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
48815         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
48816         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
48817         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
48818         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
48819         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
48821         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
48822         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
48823         (__libc_vfork): Define the function under this name.
48824         [!NOT_IN_libc] (__vfork): Make this an alias.
48825         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
48826         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
48827         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
48828         (__libc_vfork): Define the function under this name.
48829         [!NOT_IN_libc] (__vfork): Make this an alias.
48830         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
48831         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
48832         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
48833         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
48834         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
48835         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
48837         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
48838         code that was previously under [RESET_PID].
48839         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
48840         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
48841         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
48843         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
48844         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
48845         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
48846         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
48847         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
48848         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
48849         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
48850         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
48851         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
48852         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
48853         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
48854         Moved ...
48855         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
48856         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
48857         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
48858         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
48859         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
48860         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
48861         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
48862         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
48863         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
48864         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
48865         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
48866         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
48867         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
48868         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
48869         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
48870         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
48871         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
48872         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
48873         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
48874         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
48875         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
48876         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
48877         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
48878         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
48879         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
48880         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
48881         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
48882         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
48883         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
48885 2014-06-25  Roland McGrath  <roland@hack.frob.com>
48887         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
48888         that was previously under [RESET_PID].
48889         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
48891 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
48893         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
48894         not undefine and redefine.
48895         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
48896         [O_CLOEXEC]: Make code unconditional.
48897         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
48898         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
48899         <kernel-features.h>.
48900         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
48901         conditional variable definition.
48902         (shm_open) [O_CLOEXEC]: Make code unconditional.
48903         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
48904         code.
48906         * configure.ac (USE_REGPARMS): Don't define here.
48907         * configure: Regenerated.
48908         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
48909         * sysdeps/i386/configure: Regenerated.
48911         * nptl/createthread.c: Don't include kernel-features.h.
48912         * nptl/pthread_cancel.c: Likewise.
48913         * nptl/pthread_condattr_setclock.c: Likewise.
48914         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
48915         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
48916         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
48917         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
48918         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
48919         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
48920         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
48921         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
48922         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
48923         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
48924         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
48925         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
48926         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
48927         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
48928         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
48929         * nscd/gai.c: Likewise.
48930         * nss/nss_db/db-open.c: Likewise.
48931         * sysdeps/generic/ldsodefs.h: Likewise.
48932         * sysdeps/sh/nptl/tls.h: Likewise.
48933         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
48934         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
48935         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
48936         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
48937         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
48938         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
48939         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
48940         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
48941         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
48942         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
48943         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
48944         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
48945         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
48946         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
48947         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
48948         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
48949         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
48950         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
48951         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
48952         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
48953         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
48954         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
48955         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
48956         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
48957         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
48958         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
48959         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
48960         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
48961         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
48962         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
48963         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
48964         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
48965         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
48966         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
48967         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
48968         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
48969         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
48970         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
48971         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
48972         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
48973         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
48974         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
48975         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
48976         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
48977         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
48978         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
48979         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
48980         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
48981         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
48982         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
48983         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
48984         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
48985         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
48986         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
48987         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
48988         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
48989         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
48990         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
48991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
48992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
48993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
48994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
48995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
48996         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
48997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
48998         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
48999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
49000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
49001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
49002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
49003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
49004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
49005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
49006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
49007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
49008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
49009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
49010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
49011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
49012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
49013         * sysdeps/unix/sysv/linux/pread.c: Likewise.
49014         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
49015         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
49016         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
49017         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
49018         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
49019         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
49020         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
49021         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
49022         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
49023         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
49024         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
49025         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
49026         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
49027         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
49028         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
49029         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
49030         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
49031         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
49032         * sysdeps/unix/sysv/linux/system.c: Likewise.
49033         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
49034         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
49035         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
49036         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
49037         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
49038         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
49039         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
49041         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
49042         * configure: Regenerated.
49043         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
49045         * configure.ac (base_machine): Do not set specially for particular
49046         machines here.
49047         * configure: Regenerated.
49048         * sysdeps/powerpc/preconfigure: Move machine and base_machine
49049         settings from configure.ac.
49050         * sysdeps/i386/preconfigure: New file.
49051         * sysdeps/s390/preconfigure: Likewise.
49052         * sysdeps/sh/preconfigure: Likewise.
49053         * sysdeps/sparc/preconfigure: Likewise.
49055 2014-06-25  Roland McGrath  <roland@hack.frob.com>
49057         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
49058         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
49059         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
49060         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
49061         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
49062         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
49063         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
49064         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
49065         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
49066         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
49067         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
49068         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
49069         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
49070         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
49071         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
49072         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
49073         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
49074         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
49075         * sysdeps/sparc/sparc64/Makefile: ... appended here.
49077         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
49078         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
49079         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
49080         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
49081         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
49082         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
49083         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
49084         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
49085         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
49086         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
49087         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
49088         * sysdeps/sparc/sparc32/sem_post.c: ... here.
49089         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
49090         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
49091         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
49092         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
49093         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
49094         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
49095         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
49096         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
49097         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
49098         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
49099         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
49100         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
49101         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
49102         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
49103         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
49104         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
49105         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
49106         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
49107         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
49108         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
49109         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
49110         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
49111         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
49112         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
49113         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
49114         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
49116         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
49117         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
49118         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
49119         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
49120         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
49121         Moved ...
49122         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
49123         ... here.
49124         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
49125         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
49126         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
49127         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
49128         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
49129         Moved ...
49130         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
49131         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
49132         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
49133         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
49134         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
49135         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
49136         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
49137         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
49138         Moved ...
49139         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
49140         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
49141         Moved ...
49142         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
49143         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
49144         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
49145         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
49146         Moved ...
49147         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
49148         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
49149         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
49150         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
49151         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
49152         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
49153         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
49154         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
49155         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
49156         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
49157         Moved ...
49158         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
49159         ... here.
49160         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
49161         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
49162         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
49163         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
49164         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
49165         Moved ...
49166         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
49167         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
49168         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
49169         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
49170         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
49171         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
49172         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
49173         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
49174         Moved ...
49175         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
49176         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
49177         Moved ...
49178         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
49179         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
49180         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
49181         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
49182         Moved ...
49183         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
49184         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
49185         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
49186         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
49187         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
49189 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
49191         * timezone/checktab.awk: Update from tzcode 2014e.
49192         * timezone/private.h: Likewise.
49193         * timezone/tzfile.h: Likewise.
49194         * timezone/zdump.c: Likewise.
49195         * timezone/zic.c: Likewise.
49197         * sysdeps/unix/sysv/linux/kernel-features.h
49198         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
49199         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
49200         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
49201         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
49202         Remove conditional code.
49204 2014-06-25  Will Newton  <will.newton@linaro.org>
49206         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
49207         (_dl_arm_cap_flags): Add HWCAP2 values.
49208         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
49209         (_DL_HWCAP_COUNT): Increase to 37.
49210         (_DL_HWCAP_LAST): New define.
49211         (_DL_HWCAP2_LAST): New define.
49212         (_dl_procinfo): Add support for printing
49213         AT_HWCAP2 entries.
49214         (_dl_string_hwcap): Use _dl_hwcap_string.
49216 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49218         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49220 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
49222         * README: Do not mention ports directory.
49224         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
49225         Remove macro.
49226         * sysdeps/unix/sysv/linux/futimes.c: Do not include
49227         <kernel-features.h>.
49228         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
49229         conditional variable definition.
49230         (__futimes): Update comment.
49231         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
49232         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
49234         [BZ #16560]
49235         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
49236         arguments close to 0.
49237         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
49238         Likewise.
49239         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
49240         Likewise.
49241         * math/auto-libm-test-in: Add more tests of exp10.
49242         * math/auto-libm-test-out: Regenerated.
49243         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
49245         * sysdeps/unix/sysv/linux/kernel-features.h
49246         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
49247         * sysdeps/unix/sysv/linux/readv.c: Do not include
49248         <kernel-features.h>.
49249         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
49250         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
49251         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
49252         unconditional.
49253         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
49254         conditional code.
49255         * sysdeps/unix/sysv/linux/writev.c: Do not include
49256         <kernel-features.h>.
49257         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
49258         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
49259         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
49260         unconditional.
49261         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
49262         conditional code.
49264 2014-06-25  Will Newton  <will.newton@linaro.org>
49266         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
49267         comment changes throughout the file.  Remove checks
49268         for HAVE_*_H definitions that are not required.
49269         (__gen_tempname): Call abort if an unknown kind value is
49270         passed.
49272 2014-06-25  Andreas Schwab  <schwab@suse.de>
49274         [BZ #17086]
49275         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
49276         scalbln, scalblnf, scalblnl in libc.
49278 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
49280         [BZ #17086]
49281         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
49282         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
49283         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
49285 2014-06-24  Roland McGrath  <roland@hack.frob.com>
49287         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
49288         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
49289         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
49290         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
49291         Update #include.
49292         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
49293         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
49294         Update #include.
49295         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
49296         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
49297         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
49298         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
49299         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
49300         * sysdeps/x86/bits/pthreadtypes.h: ... here.
49301         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
49302         * sysdeps/x86/bits/semaphore.h: ... here.
49303         * sysdeps/x86/nptl/elide.h: Moved ...
49304         * sysdeps/x86/elide.h: ... here.
49305         * sysdeps/x86_64/nptl/Implies: File removed.
49306         * sysdeps/i386/nptl/Implies: File removed.
49308 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
49310         [BZ #16539]
49311         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
49312         return the argument for normal arguments with exponent below -64.
49313         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
49314         Likewise.
49315         * math/auto-libm-test-in: Add another test of expm1.
49316         * math/auto-libm-test-out: Regenerated.
49318         [BZ #16287]
49319         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
49320         calling __erfcl for arguments at least 16.
49321         * math/auto-libm-test-in: Add more tests of erf.
49322         * math/auto-libm-test-out: Regenerated.
49324         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
49325         individual architectures.
49326         * sysdeps/unix/sysv/linux/configure: Regenerated.
49327         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
49328         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
49329         * sysdeps/unix/sysv/linux/powerpc/configure.ac
49330         (ldd_rewrite_script): Define variable.
49331         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
49332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
49333         file.
49334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
49335         generated file.
49336         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
49337         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
49338         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
49339         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
49340         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
49341         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
49342         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
49343         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
49345 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
49347         [BZ #17084]
49348         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
49349         Rename member __data.d to __data.__elision_data.
49351 2014-06-24  Wilco  <wdijkstr@arm.com>
49353         * NEWS: Add 16918 to fixed bug list.
49355 2014-06-24  Wilco  <wdijkstr@arm.com>
49357         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
49359 2014-06-24  Wilco  <wdijkstr@arm.com>
49361         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
49362         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
49363         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
49364         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
49365         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
49366         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
49367         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
49368         Use _FPU_MASK_RM.
49370 2014-06-24  Wilco  <wdijkstr@arm.com>
49372         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
49374 2014-06-24  Wilco  <wdijkstr@arm.com>
49376         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
49377         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
49378         * sysdeps/arm/fesetround.c (fesetround): Remove space.
49379         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
49381 2014-06-24  Wilco  <wdijkstr@arm.com>
49383         [BZ #16918]
49384         * sysdeps/arm/feupdateenv.c (feupdateenv):
49385         Rewrite to reduce FPSCR accesses and fix return value.
49387 2014-06-24  Wilco  <wdijkstr@arm.com>
49389         * sysdeps/arm/fclrexcpt.c (feclearexcept):
49390         Optimize to avoid unnecessary FPSCR writes.
49391         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
49392         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
49393         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
49394         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
49396 2014-06-24  Wilco  <wdijkstr@arm.com>
49398         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
49399         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
49400         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
49401         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
49402         Call libc_fetestexcept_vfp.
49403         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
49404         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
49405         __SOFTFP__ ifdef so that they can be built for softfp.
49407 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
49409         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
49410         argument type signed char.
49412         * Makerules (check-abi): Dump diff of symlist if the test
49413         fails.
49415 2014-06-23  Roland McGrath  <roland@hack.frob.com>
49417         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
49418         using abort.
49420         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
49421         Remove unused variable ST.
49423 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
49425         [BZ #16354]
49426         [BZ #17061]
49427         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
49428         small arguments before calling __expm1.
49429         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
49430         small arguments before calling __expm1f.
49431         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
49432         small arguments before calling __expm1l.
49433         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
49434         Likewise.
49435         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
49436         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
49437         spurious underflow for some cosh tests.
49438         * math/auto-libm-test-out: Regenerated.
49439         * sysdeps/i386/fpu/libm-test-ulps: Update.
49441         [BZ #17050]
49442         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
49443         (__ieee754_y1): Set errno if return value overflows.
49444         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
49445         (__ieee754_y1f): Set errno if return value overflows.
49446         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
49447         (__ieee754_y1l): Set errno if return value overflows.
49448         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
49449         (__ieee754_y1l): Set errno if return value overflows.
49450         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
49451         * math/auto-libm-test-out: Regenerated.
49453         * math/gen-auto-libm-tests.c: Document use of
49454         ignore-zero-inf-sign.
49455         (input_flag_type): Add value flag_ignore_zero_inf_sign.
49456         (input_flags): Add ignore-zero-inf-sign.
49457         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
49458         * math/gen-libm-test.pl (generate_testfile): Handle
49459         ignore-zero-inf-sign.
49460         * math/auto-libm-test-in: Mark some cpow tests with
49461         ignore-zero-inf-sign and some with xfail-rounding.
49462         * math/auto-libm-test-out: Regenerated.
49463         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
49464         * sysdeps/i386/fpu/libm-test-ulps: Update.
49465         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49467         [BZ #16315]
49468         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
49469         overflowing or underflowing operations take place with sign of
49470         result.
49471         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
49472         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
49473         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
49474         (__ieee754_pow): Recompute overflowing and underflowing results in
49475         original rounding mode.
49476         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
49477         (__powl_helper): Allow negative argument X and scale negated value
49478         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
49479         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
49480         overflowing or underflowing operations take place with sign of
49481         result.
49482         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
49483         Include <math.h>.
49484         * math/auto-libm-test-in: Add more tests of pow.
49485         * math/auto-libm-test-out: Regenerated.
49486         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
49487         (pow_tonearest_test_data): Remove.
49488         (pow_test_tonearest): Likewise.
49489         (pow_towardzero_test_data): Likewise.
49490         (pow_test_towardzero): Likewise.
49491         (pow_downward_test_data): Likewise.
49492         (pow_test_downward): Likewise.
49493         (pow_upward_test_data): Likewise.
49494         (pow_test_upward): Likewise.
49495         (main): Don't call removed functions.
49496         * sysdeps/i386/fpu/libm-test-ulps: Update.
49497         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49499 2014-06-23  Roland McGrath  <roland@hack.frob.com>
49501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
49502         Moved ...
49503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
49504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
49505         Moved ...
49506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
49507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
49508         Moved ...
49509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
49510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
49511         Moved ...
49512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
49513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
49514         File removed.
49515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
49516         File removed.
49517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
49518         File removed.
49519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
49520         File removed.
49521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
49522         File removed.
49523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
49524         File removed.
49525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
49526         File removed.
49527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
49528         File removed.
49529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
49530         File removed.
49531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
49532         File removed.
49533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
49534         File removed.
49535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
49536         File removed.
49537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
49538         Moved ...
49539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
49540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
49541         Moved ...
49542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
49543         ... here.
49544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
49545         Moved ...
49546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
49547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
49548         Moved ...
49549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
49550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
49551         Moved ...
49552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
49553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
49554         Moved ...
49555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
49556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
49557         Moved ...
49558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
49559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
49560         Moved ...
49561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
49562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
49563         Moved ...
49564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
49565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
49566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
49567         ... here.
49568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
49569         Moved ...
49570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
49571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
49572         Moved ...
49573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
49574         ... here.
49575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
49576         Moved ...
49577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
49578         ... here.
49579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
49580         Moved ...
49581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
49582         ... here.
49583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
49584         Moved ...
49585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
49586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
49587         Moved ...
49588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
49589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
49590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
49591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
49592         Moved ...
49593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
49594         ... here.
49595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
49596         Moved ...
49597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
49598         ... here.
49599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
49600         Moved ...
49601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
49602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
49603         Moved ...
49604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
49605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
49606         Moved ...
49607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
49608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
49609         Moved ...
49610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
49611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
49612         Moved ...
49613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
49614         ... here.
49615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
49616         Moved ...
49617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
49618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
49619         Moved ...
49620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
49621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
49622         Moved ...
49623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
49624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
49625         Moved ...
49626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
49627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
49628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
49629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
49630         Moved ...
49631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
49632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
49633         Moved ...
49634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
49635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
49636         Moved ...
49637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
49638         ... here.
49639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
49640         Moved ...
49641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
49642         ... here.
49643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
49644         Moved ...
49645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
49646         ... here.
49647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
49648         Moved ...
49649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
49650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
49651         Moved ...
49652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
49653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
49654         Moved ...
49655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
49656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
49657         Moved ...
49658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
49659         ... here.
49660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
49661         Moved ...
49662         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
49663         ... here.
49664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
49665         Moved ...
49666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
49667         ... here.
49668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
49669         Moved ...
49670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
49671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
49672         Moved ...
49673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
49675 2014-06-23  Will Newton  <will.newton@linaro.org>
49676             Wilco  <wdijkstr@arm.com>
49678         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
49679         implementation.  Include get-rounding-mode.h.
49680         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
49681         [!libc_feholdsetround_noex_ctx]: Define
49682         libc_feholdsetround_noex_ctx.
49683         [!libc_feholdsetround_noexf_ctx]: Define
49684         libc_feholdsetround_noexf_ctx.
49685         [!libc_feholdsetround_noexl_ctx]: Define
49686         libc_feholdsetround_noexl_ctx.
49687         (libc_feholdsetround_ctx): New function.
49688         (libc_feresetround_ctx): New function.
49689         (libc_feholdsetround_noex_ctx): New function.
49690         (libc_feresetround_noex_ctx): New function.
49692 2014-06-23  Roland McGrath  <roland@hack.frob.com>
49694         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
49695         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
49696         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
49697         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
49698         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
49699         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
49701         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
49702         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
49703         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
49704         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
49705         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
49706         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
49707         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
49708         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
49709         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
49710         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
49711         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
49712         Moved ...
49713         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
49714         ... here.
49715         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
49716         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
49717         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
49718         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
49719         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
49720         Moved ...
49721         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
49722         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
49723         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
49724         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
49725         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
49726         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
49727         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
49728         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
49729         Moved ...
49730         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
49731         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
49732         Moved ...
49733         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
49734         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
49735         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
49736         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
49737         Moved ...
49738         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
49739         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
49740         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
49741         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
49742         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
49743         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
49744         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
49745         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
49746         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
49747         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
49748         Moved ...
49749         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
49750         ... here.
49751         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
49752         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
49753         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
49754         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
49755         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
49756         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
49757         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
49758         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
49759         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
49760         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
49761         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
49762         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
49763         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
49764         Moved ...
49765         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
49766         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
49767         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
49768         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
49769         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
49770         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
49771         Moved ...
49772         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
49773         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
49774         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
49775         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
49776         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
49778         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
49779         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
49780         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
49781         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
49782         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
49783         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
49784         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
49785         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
49786         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
49787         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
49788         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
49789         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
49790         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
49791         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
49792         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
49793         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
49794         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
49795         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
49796         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
49797         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
49798         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
49799         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
49800         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
49801         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
49802         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
49803         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
49804         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
49805         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
49807 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
49809         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
49810         (FALLOC_FL_COLLAPSE_RANGE): New macro.
49811         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
49812         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
49813         (IPV6_PMTUDISC_INTERFACE): Likewise.
49814         (IPV6_PMTUDISC_OMIT): Likewise.
49816 2014-06-23  Andreas Schwab  <schwab@suse.de>
49818         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
49819         Remove unused errout label.
49821 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49823         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
49824         macro: hardware supports Vector Crypto instructions.
49826 2014-06-23  Will Newton  <will.newton@linaro.org>
49828         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
49829         rather than __builtin_expect.
49831         * elf/dl-lookup.c (undefined_msg): Remove variable.
49832         (_dl_lookup_symbol_x): Replace undefined_msg with string
49833         literal.
49835         * elf/dl-lookup.c (do_lookup_unique): New function.
49836         (do_lookup_x): Move STB_GNU_UNIQUE handling code
49837         to a separate function.
49839 2014-06-23  Andreas Schwab  <schwab@suse.de>
49841         [BZ #17079]
49842         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
49843         before reading the next line.
49845 2014-06-23  Will Newton  <will.newton@linaro.org>
49847         * test-skeleton.c (signal_handler): Use printf and %m
49848         rather than perror.  Use printf rather than fprintf to
49849         stderr.  Use puts rather than fputs to stderr.
49850         (main): Likewise.
49852 2014-06-22  Ludovic CourtĂšs  <ludo@gnu.org>
49854         * nscd/nscd.c (thread_info_t): Remove typedef.
49855         (thread_info): Remove variable.
49857 2014-06-21  Allan McRae  <allan@archlinux.org>
49859         * NEWS: Mention CVE-2014-4043.
49861 2014-06-20  Roland McGrath  <roland@hack.frob.com>
49863         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
49864         * nptl/smp.h: ... here.
49866         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
49868         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
49869         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
49870         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
49871         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
49873         * nptl/allocatestack.c: Include <stack-aliasing.h>.
49874         * nptl/stack-aliasing.h: New file.
49875         * sysdeps/i386/i686/stack-aliasing.h: New file.
49876         * sysdeps/i386/i686/nptl/Makefile: File removed.
49877         * sysdeps/x86_64/stack-aliasing.h: New file.
49878         * sysdeps/x86_64/nptl/Makefile
49879         (CFLAGS-pthread_create.c): Variable removed.
49881         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
49882         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
49883         old file.
49884         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
49885         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
49886         old file.
49888 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
49890         * sysdeps/unix/sysv/linux/arm/kernel-features.h
49891         (__ASSUME_SIGFRAME_V2): Remove macro.
49892         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
49893         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
49894         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
49895         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
49896         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
49897         Declare as function.  Remove conditional macro definitions.
49898         (__default_rt_sa_restorer): Likewise.
49899         (__default_sa_restorer_v1): Remove declaration.
49900         (__default_sa_restorer_v2): Likewise.
49901         (__default_rt_sa_restorer_v1): Likewise.
49902         (__default_rt_sa_restorer_v2): Likewise.
49903         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
49904         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
49905         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
49907 2014-06-20  Roland McGrath  <roland@hack.frob.com>
49909         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
49910         (libpthread-routines): Add sysdep.
49911         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
49912         * sysdeps/unix/sysv/linux/sparc/Versions
49913         (libpthread: GLIBC_2.3.3): New version set.
49914         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
49915         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
49916         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
49917         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
49918         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
49919         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
49920         Moved ...
49921         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
49922         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
49923         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
49924         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
49925         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
49926         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
49927         * sysdeps/sparc/nptl/sem_init.c: ... here.
49928         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
49929         * sysdeps/sparc/nptl/sem_post.c: ... here.
49930         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
49931         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
49932         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
49933         * sysdeps/sparc/nptl/sem_wait.c: ... here.
49934         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
49935         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
49936         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
49937         (libpthread-routines): Add cpu_relax.
49938         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
49939         File removed.
49940         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
49941         (librt: GLIBC_2.3.3): New version set.
49942         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
49943         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
49944         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
49945         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
49946         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
49947         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
49948         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
49949         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
49950         Moved ...
49951         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
49952         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
49953         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
49954         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
49955         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
49956         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
49957         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
49958         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
49959         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
49960         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
49961         Moved ...
49962         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
49963         Update #include.
49964         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
49965         Moved ...
49966         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
49967         Update #include.
49968         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
49969         Moved ...
49970         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
49971         Update #include.
49972         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
49973         Moved ...
49974         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
49975         Update #include.
49976         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
49977         Moved ...
49978         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
49979         Update #include.
49980         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
49981         Moved ...
49982         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
49983         Update #include.
49984         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
49985         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
49986         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
49987         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
49988         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
49989         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
49990         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
49991         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
49992         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
49993         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
49994         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
49995         Moved ...
49996         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
49997         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
49998         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
49999         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
50000         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
50002 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
50004         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
50005         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
50006         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
50007         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
50008         * nscd/nscd.c: Likewise.
50009         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
50010         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
50011         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
50012         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
50014         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
50015         <kernel-features.h>.
50016         (init_mq_netlink): Remove conditional have_sock_cloexec
50017         definitions.  Remove code conditional on have_sock_cloexec < 0.
50018         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
50019         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
50020         * sysdeps/unix/sysv/linux/opensock.c: Do not include
50021         <kernel-features.h>.
50022         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
50023         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
50025 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
50027         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
50028         Add tests for memset_chk and memset.
50030         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
50031         with AVX2_Usable.
50033 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
50035         [BZ #16046]
50036         * elf/tst-dl-iter-static.c: New file.
50037         * elf/Makefile (tests-static): Add tst-dl-iter-static.
50039         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
50040         error.
50042 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
50044         * sysdeps/unix/sysv/linux/kernel-features.h
50045         (__ASSUME_F_GETOWN_EX): Remove macro.
50046         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
50047         <kernel-features.h>.
50048         (miss_F_GETOWN_EX): Remove variable or macro.
50049         (do_fcntl): Do not check miss_F_GETOWN_EX.
50050         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
50052         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
50053         Remove macro.
50054         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
50055         [!__ASSUME_AT_RANDOM]: Remove conditional code.
50056         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
50058         * sysdeps/unix/sysv/linux/kernel-features.h
50059         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
50060         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
50061         [ADJ_OFFSET_SS_READ]: Make code unconditional.
50062         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
50064 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
50066         [BZ #17075]
50067         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
50068         Fix calculation of the symbol's value.
50069         * sysdeps/arm/tst-armtlsdescloc.c: New file.
50070         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
50071         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
50072         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
50073         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
50074         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
50075         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
50076         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
50077         (modules-names): Add `tst-armtlsdescmod',
50078         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
50079         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
50080         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
50081         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
50082         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
50083         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
50084         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
50085         ($(objpfx)tst-armtlsdescloc): New dependency.
50086         ($(objpfx)tst-armtlsdescextnow): Likewise.
50087         ($(objpfx)tst-armtlsdescextlazy): Likewise.
50088         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
50089         TLS scheme support.
50090         * sysdeps/arm/configure: Regenerate.
50092 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
50094         * include/fcntl.h (__atfct_seterrno): Remove prototype.
50095         (__atfct_seterrno_2): Likewise.
50096         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
50097         <kernel-features.h>.
50098         (__ASSUME_ATFCTS): Do not undefine and redefine.
50099         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
50100         (__have_atfcts): Remove conditional definition.
50101         (__fxstatat([__NR_fstatat64]: Make code unconditional.
50102         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
50103         unreachable if [__ASSUME_ATFCTS].
50104         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
50105         not undefine and redefine.
50106         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
50107         <kernel-features.h>.
50108         (faccessat) [__NR_faccessat]: Make code unconditional.
50109         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
50110         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
50111         <kernel-features.h>.
50112         (fchmodat) [__NR_fchmodat]: Make code unconditional.
50113         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
50114         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
50115         <kernel-features.h>.
50116         (fchownat) [__NR_fchownat]: Make code unconditional.
50117         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
50118         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
50119         <kernel-features.h>.
50120         (futimesat) [__NR_futimesat]: Make code unconditional.
50121         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
50122         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
50123         <kernel-features.h>.
50124         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
50125         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
50126         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
50127         <kernel-features.h>.
50128         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
50129         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
50130         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
50131         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
50132         <kernel-features.h>.
50133         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
50134         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
50135         * sysdeps/unix/sysv/linux/linkat.c: Do not include
50136         <kernel-features.h>.
50137         (linkat) [__NR_linkat]: Make code unconditional.
50138         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
50139         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
50140         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
50141         <kernel-features.h>.
50142         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
50143         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
50144         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
50145         <kernel-features.h>.
50146         (mkdirat) [__NR_mkdirat]: Make code unconditional.
50147         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
50148         * sysdeps/unix/sysv/linux/openat.c: Do not include
50149         <kernel-features.h>.
50150         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
50151         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
50152         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
50153         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
50154         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
50155         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
50156         <kernel-features.h>.
50157         (readlinkat) [__NR_readlinkat]: Make code unconditional.
50158         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
50159         result of INLINE_SYSCALL directly, not via int variable.
50160         * sysdeps/unix/sysv/linux/renameat.c: Do not include
50161         <kernel-features.h>.
50162         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
50163         (renameat) [__NR_renameat]: Make code unconditional.
50164         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
50165         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
50166         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
50167         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
50168         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
50169         (__ASSUME_ATFCTS): Do not undefine and redefine.
50170         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
50171         <kernel-features.h>.
50172         (symlinkat) [__NR_symlinkat]: Make code unconditional.
50173         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
50174         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
50175         <kernel-features.h>.
50176         (unlinkat) [__NR_unlinkat]: Make code unconditional.
50177         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
50178         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
50179         (__ASSUME_ATFCTS): Do not undefine and redefine.
50180         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
50181         <kernel-features.h>.
50182         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
50183         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
50184         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
50185         <kernel-features.h>.
50186         (__xmknodat) [__NR_mknodat]: Make code unconditional.
50187         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
50189 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
50191         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
50193 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
50195         [BZ #17069]
50196         * posix/regcomp.c (parse_reg_exp): Deallocate partially
50197         constructed tree before returning error.
50198         * posix/bug-regexp36.c: Expand test case.
50200 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
50202         [BZ #6803]
50203         * math/libm-test.inc (scalbln_test_date):
50204         Add errno expectations.
50205         * math/w_scalblnf.c: New File.
50206         Add wrapper which checks for setting errno to ERANGE.
50207         Add weak_alias for corresponding scalbln function.
50208         * math/w_scalbln.c: Likewise.
50209         * math/w_scalblnl.c: Likewise.
50210         * math/Makefile (libm-calls): Add w_scalbln.
50211         * sysdeps/ieee754/flt-32/s_scalblnf.c:
50212         Remove weak_alias for corresponding scalbln function.
50213         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
50214         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
50215         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50216         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50217         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
50218         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
50219         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
50220         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
50221         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
50222         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
50223         Remove long_double_symbol for scalblnl function in libm, libc.
50224         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
50225         Add wrapper which checks for setting errno to ERANGE.
50226         Add long_double_symbol for scalblnl function in libm, libc.
50227         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
50228         Remove long_double_symbol for scalblnl in libm.
50229         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
50230         Add wrapper which checks for setting errno to ERANGE.
50231         Add long_double_symbol for scalblnl function in libm.
50232         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
50233         Do not use wrapper because of own implementation.
50235 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
50237         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
50238         3 bytes for __pad1 for x32.
50239         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
50241 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
50242             H.J. Lu  <hongjiu.lu@intel.com>
50244         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
50245         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
50246         * sysdeps/x86_64/multiarch/memset.S: Likewise.
50247         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
50248         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
50250 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
50252         [BZ #17069]
50253         * posix/regcomp.c (parse_expression): Deallocate partially
50254         constructed tree before returning error.
50255         * posix/Makefile.c (tests): Add bug-regex36.
50256         (generated): Add bug-regex36.mtrace.
50257         (tests-special): Add $(objpfx)bug-regex36-mem.out
50258         (bug-regex36-ENV): New variable.
50259         ($(objpfx)bug-regex36-mem.out): New rule.
50260         * posix/bug-regex36.c: New file.
50262 2014-06-19  Will Newton  <will.newton@linaro.org>
50264         * malloc/malloc.c (systrim): If extra is zero then return
50265         early.
50267 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
50269         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
50271 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
50273         * sysdeps/aarch64/strchr.S: New file.
50275 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
50277         [BZ #17022]
50278         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
50279         from arguments -2 or below.
50280         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
50281         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
50283 2014-06-18  Andreas Schwab  <schwab@suse.de>
50285         [BZ #17062]
50286         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
50287         of a bracket expr not to run off the end of the string.
50288         * posix/Makefile (tests): Add tst-fnmatch3.
50289         * posix/tst-fnmatch3.c: New file.
50291 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
50293         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
50294         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
50295         [$(cross-compiling) = no]: Likewise.
50296         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
50297         [$(cross-compiling) = no]: Likewise.
50299 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
50301         [BZ #17031]
50302         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
50303         double, adjusted for any remainder from the high double.
50304         * math/libm-test.inc (nearbyint): Add tests.
50305         (rint): Likewise.
50307 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50309         * nptl/sysdeps/powerpc/Makefile: Moved ...
50310         * sysdeps/powerpc/nptl/Makefile: ... here.
50311         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
50312         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
50313         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
50314         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
50315         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
50316         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
50317         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
50318         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
50319         * nptl/sysdeps/powerpc/tls.h: Moved ...
50320         * sysdeps/powerpc/nptl/tls.h: ... here.
50322 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
50324         [BZ #16681]
50325         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
50326         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
50327         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
50328         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
50329         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
50330         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
50331         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
50332         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
50333         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
50335 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
50337         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
50339 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
50341         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
50342         defined operator.
50344         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
50345         $TIMEOUTFACTOR.
50347 2014-06-16  Florian Weimer  <fweimer@redhat.com>
50349         [BZ #17058]
50350         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
50351         non-executed part of the test.
50353 2014-06-16  Andreas Schwab  <schwab@suse.de>
50355         * string/bits/string2.h (strdup, strndup): Update feature guard.
50357 2014-06-14  David S. Miller  <davem@davemloft.net>
50359         * sysdeps/sparc/fpu/libm-test-ulps: Update.
50361 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
50363         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
50364         that was previously under [RESET_PID].
50365         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
50367         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
50368         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
50369         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
50370         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
50371         (__libc_vfork): New strong alias.
50372         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
50374 2014-06-14 Andi Kleen  <ak@linux.intel.com>
50376         * sysdeps/generic/elide.h: New file.
50378 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
50380         * Makefile (installed-headers): Adjust path of pthread.h header.
50382 2014-06-13  Roland McGrath  <roland@hack.frob.com>
50384         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
50385         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
50386         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
50387         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
50389         * nptl/sysdeps/s390/Makefile: Moved ...
50390         * sysdeps/s390/nptl/Makefile: ... here.
50391         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
50392         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
50393         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
50394         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
50395         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
50396         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
50397         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
50398         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
50399         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
50400         * sysdeps/s390/nptl/pthreaddef.h: ... here.
50401         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
50402         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
50403         * nptl/sysdeps/s390/tls.h: Moved ...
50404         * sysdeps/s390/nptl/tls.h: ... here.
50406         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
50407         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
50409 2014-06-13  David S. Miller  <davem@davemloft.net>
50411         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
50412         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
50413         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
50414         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
50415         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
50416         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
50417         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
50418         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
50419         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
50420         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
50421         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
50422         Remove RESET_PID cpp guards.
50423         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
50424         Remove RESET_PID cpp guards.
50425         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
50427 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
50429         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
50430         __sp to uintptr_t.
50432 2014-06-13  Andi Kleen  <ak@linux.intel.com>
50434         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
50435         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
50436         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
50437         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
50438         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
50439         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
50440         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
50441         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
50442         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
50443         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
50444         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
50445         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
50446         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
50447         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
50448         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
50449         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
50450         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
50451         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
50452         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
50453         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
50455         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
50456         (pthread_rwlock_rdlock): Add elision.
50457         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
50458         (pthread_rwlock_wrlock): Add elision.
50459         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
50460         (pthread_rwlock_trywrlock): Add elision.
50461         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
50462         (pthread_rwlock_tryrdlock): Add elision.
50463         * nptl/pthread_rwlock_unlock.c: Include elide.h.
50464         (pthread_rwlock_tryrdlock): Add elision unlock.
50465         * nptl/sysdeps/pthread/pthread.h:
50466         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
50467         (PTHREAD_RWLOCK_INITIALIZER,
50468         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
50469         Handle new elision field.
50470         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
50471         * sysdeps/arm/nptl/bits/pthreadtypes.h
50472         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
50473         * sysdeps/sh/nptl/bits/pthreadtypes.h
50474         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
50475         * sysdeps/tile/nptl/bits/pthreadtypes.h
50476         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
50477         * sysdeps/a/nptl/bits/pthreadtypes.h
50478         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
50479         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
50480         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
50481         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
50482         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
50483         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
50484         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
50485         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
50486         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
50487         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
50488         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
50489         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
50490         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
50491         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
50492         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
50493         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
50494         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
50495         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
50496         (elision_init): Set try_xbegin to zero when no RTM.
50497         * sysdeps/x86/nptl/bits/pthreadtypes.h
50498         (pthread_rwlock_t): Change __pad1 to __rwelision.
50499         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
50501 2014-06-13  Andi Kleen  <ak@linux.intel.com>
50503         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
50504         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
50505         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
50506         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
50508 2014-06-13  Meador Inge  <meadori@codesourcery.com>
50510         [BZ #16996]
50511         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
50512         that the cached result has been set before returning it.
50514 2014-06-12  Roland McGrath  <roland@hack.frob.com>
50516         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
50517         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
50518         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
50519         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
50520         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
50521         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
50523         * nptl/sysdeps/sparc/Makefile: Moved ...
50524         * sysdeps/sparc/nptl/Makefile: ... here.
50525         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
50526         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
50527         * nptl/sysdeps/sparc/tls.h: Moved ...
50528         * sysdeps/sparc/nptl/tls.h: ... here.
50529         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
50530         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
50531         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
50532         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
50533         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
50534         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
50535         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
50536         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
50537         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
50538         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
50539         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
50540         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
50541         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
50542         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
50543         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
50544         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
50545         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
50546         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
50547         Update #include.
50548         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
50549         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
50550         Update #include.
50551         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
50552         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
50553         Update #include.
50554         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
50555         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
50556         Update #include.
50558         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
50560         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
50561         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
50563         * sysdeps/pthread/posix-timer.h: Include <list.h>.
50564         (struct list_links): Type removed.
50565         (struct thread_node, struct timer_node): Replace struct list_links
50566         with struct list_head.
50567         (list_unlink_ip): Likewise.
50568         * sysdeps/pthread/timer_routines.c
50569         (timer_free_list, thread_free_list, thread_active_list): Likewise.
50570         (list_append, list_insbefore): Likewise.
50571         (list_init): Function removed.
50572         (thread_init, init_module): Use INIT_LIST_HEAD instead.
50573         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
50574         * sysdeps/pthread/Makefile: ... here, new file.
50576         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
50577         * sysdeps/nptl/Implies: ... here.
50578         * sysdeps/unix/sysv/linux/Implies: Add nptl.
50579         * nptl/sysdeps/pthread/list.h: Moved ...
50580         * include/list.h: ... here.
50581         * nptl/sysdeps/pthread/createthread.c: Moved ...
50582         * nptl/createthread.c: ... here.
50583         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
50584         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
50585         * nptl/pt-longjmp.c: ... here.
50586         * nptl/sysdeps/pthread/Makefile: Moved ...
50587         * sysdeps/nptl/Makefile: ... here.
50588         * nptl/sysdeps/pthread/Subdirs: Moved ...
50589         * sysdeps/nptl/Subdirs: ... here.
50590         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
50591         * sysdeps/nptl/aio_misc.h: ... here.
50592         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
50593         * sysdeps/nptl/bits/libc-lock.h: ... here.
50594         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
50595         * sysdeps/nptl/bits/libc-lockP.h: ... here.
50596         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
50597         * sysdeps/nptl/bits/stdio-lock.h: ... here.
50598         * nptl/sysdeps/pthread/configure: Moved ...
50599         * sysdeps/nptl/configure: ... here.
50600         * nptl/sysdeps/pthread/configure.ac: Moved ...
50601         * sysdeps/nptl/configure.ac: ... here.
50602         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
50603         * sysdeps/nptl/gai_misc.h: ... here.
50604         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
50605         * sysdeps/nptl/librt-cancellation.c: ... here.
50606         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
50607         * sysdeps/nptl/malloc-machine.h: ... here.
50608         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
50609         * sysdeps/nptl/pthread-functions.h: ... here.
50610         * nptl/sysdeps/pthread/pthread.h: Moved ...
50611         * sysdeps/nptl/pthread.h: ... here.
50612         * nptl/sysdeps/pthread/setxid.h: Moved ...
50613         * sysdeps/nptl/setxid.h: ... here.
50614         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
50615         * sysdeps/nptl/sigfillset.c: ... here.
50616         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
50617         * sysdeps/nptl/tcb-offsets.h: ... here.
50618         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
50619         * sysdeps/nptl/tst-mqueue8x.c: ... here.
50620         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
50621         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
50622         * nptl/sysdeps/pthread/allocalim.h: Moved ...
50623         * sysdeps/pthread/allocalim.h: ... here.
50624         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
50625         * sysdeps/pthread/bits/sigthread.h: ... here.
50626         * nptl/sysdeps/pthread/flockfile.c: Moved ...
50627         * sysdeps/pthread/flockfile.c: ... here.
50628         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
50629         * sysdeps/pthread/ftrylockfile.c: ... here.
50630         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
50631         * sysdeps/pthread/funlockfile.c: ... here.
50632         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
50633         * sysdeps/pthread/posix-timer.h: ... here.
50634         * nptl/sysdeps/pthread/timer_create.c: Moved ...
50635         * sysdeps/pthread/timer_create.c: ... here.
50636         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
50637         * sysdeps/pthread/timer_delete.c: ... here.
50638         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
50639         * sysdeps/pthread/timer_getoverr.c: ... here.
50640         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
50641         * sysdeps/pthread/timer_gettime.c: ... here.
50642         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
50643         * sysdeps/pthread/timer_routines.c: ... here.
50644         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
50645         * sysdeps/pthread/timer_settime.c: ... here.
50646         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
50647         * sysdeps/pthread/tst-timer.c: ... here.
50648         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
50649         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
50651         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
50652         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
50654         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
50655         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
50656         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
50657         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
50658         Update #include target.
50659         * nptl/sysdeps/i386/i686/Makefile: Moved ...
50660         * sysdeps/i386/i686/nptl/Makefile: ... here.
50661         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
50662         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
50663         Update #include target.
50664         * nptl/sysdeps/i386/i686/tls.h: Moved ...
50665         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
50666         * nptl/sysdeps/i386/Makefile: Moved ...
50667         * sysdeps/i386/nptl/Makefile: ... here.
50668         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
50669         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
50670         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
50671         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
50672         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
50673         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
50674         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
50675         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
50676         * sysdeps/i386/nptl/pthreaddef.h: ... here.
50677         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
50678         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
50679         * nptl/sysdeps/i386/tls.h: Moved ...
50680         * sysdeps/i386/nptl/tls.h: ... here.
50682         * sysdeps/sh/Makefile [$(subdir) = csu]
50683         (gen-as-const-headers): Add tcb-offsets.sym.
50684         * nptl/sysdeps/sh/Makefile: File removed.
50685         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
50686         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
50687         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
50688         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
50689         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
50690         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
50691         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
50692         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
50693         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
50694         * sysdeps/sh/nptl/pthreaddef.h: ... here.
50695         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
50696         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
50697         * nptl/sysdeps/sh/tls.h: Moved ...
50698         * sysdeps/sh/nptl/tls.h: ... here.
50699         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
50700         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
50701         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
50702         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
50703         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
50704         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
50705         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
50706         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
50707         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
50708         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
50709         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
50710         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
50711         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
50712         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
50713         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
50714         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
50715         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
50716         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
50717         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
50718         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
50719         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
50720         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
50721         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
50722         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
50723         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
50724         Moved ...
50725         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
50726         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
50727         Moved ...
50728         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
50729         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
50730         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
50731         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
50732         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
50733         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
50734         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
50735         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
50736         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
50737         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
50738         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
50739         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
50740         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
50741         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
50742         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
50743         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
50744         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
50745         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
50746         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
50748 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
50750         * posix/spawn_faction_addopen.c: Include string.h.
50752 2014-06-11  Roland McGrath  <roland@hack.frob.com>
50754         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
50755         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
50756         * nptl/sysdeps/x86_64/Makefile: Moved ...
50757         * sysdeps/x86_64/nptl/Makefile: ... here.
50758         * nptl/sysdeps/x86_64/configure: Moved ...
50759         * sysdeps/x86_64/nptl/configure: ... here.
50760         * nptl/sysdeps/x86_64/configure.ac: Moved ...
50761         * sysdeps/x86_64/nptl/configure.ac: ... here.
50762         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
50763         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
50764         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
50765         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
50766         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
50767         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
50768         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
50769         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
50770         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
50771         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
50772         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
50773         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
50774         * nptl/sysdeps/x86_64/tls.h: Moved ...
50775         * sysdeps/x86_64/nptl/tls.h: ... here.
50776         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
50777         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
50778         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
50779         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
50781         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
50783 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50785         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
50787 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
50789         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
50790         type.
50791         [POSIX] (off_t): Likewise.
50792         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
50793         [POSIX] (S_ISBLK): Require macro.
50794         [POSIX] (S_ISCHR): Likewise.
50795         [POSIX] (S_ISDIR): Likewise.
50796         [POSIX] (S_ISFIFO): Likewise.
50797         [POSIX] (S_ISREG): Likewise.
50798         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
50799         optional-macro.
50800         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
50801         type.
50802         [POSIX] (time_t): Likewise.
50803         [POSIX] (timer_t): Likewise.
50805 2014-06-11  Florian Weimer  <fweimer@redhat.com>
50807         [BZ #17048]
50808         * posix/spawn_int.h (struct __spawn_action): Make the path string
50809         non-const to support deallocation.
50810         * posix/spawn_faction_addopen.c
50811         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
50812         * posix/spawn_faction_destroy.c
50813         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
50814         path in all spawn_do_open actions.
50815         * posix/tst-spawn.c (do_test): Exercise the copy operation in
50816         posix_spawn_file_actions_addopen.
50818 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
50820         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
50821         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
50822         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
50823         conditional code always true.
50824         (__libc_vfork): New alias.
50826 2014-06-11  Roland McGrath  <roland@hack.frob.com>
50828         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
50829         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
50831         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
50833         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
50834         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
50836         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
50837         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
50839         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
50840         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
50842 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
50844         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
50845         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
50846         multiarch strcmp for PPC64.
50847         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
50848         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
50849         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
50850         multiarch optimizations.
50851         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
50852         (__libc_ifunc_impl_list): Likewise.
50854 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
50856         * benchtests/scripts/validate_benchout.py: New script.
50857         * benchtests/Makefile (bench-func): Call it.
50858         * benchtests/scripts/benchout.schema.json: New file.
50860 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
50862         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
50863         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
50864         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
50865         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
50866         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
50867         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
50868         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
50869         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
50870         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
50871         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
50872         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
50873         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
50874         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
50875         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
50876         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
50877         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
50878         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
50879         Moved ...
50880         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
50881         ... here.
50882         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
50883         Moved ...
50884         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
50885         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
50886         Moved ...
50887         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
50888         ... here.
50889         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
50890         Moved ...
50891         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
50892         ... here.
50893         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
50894         Moved ...
50895         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
50896         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
50897         Moved ...
50898         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
50899         ... here.
50900         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
50901         Moved ...
50902         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
50903         ... here.
50904         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
50905         Moved ...
50906         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
50907         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
50908         Moved ...
50909         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
50910         ... here.
50911         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
50912         Moved ...
50913         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
50914         ... here.
50915         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
50916         Moved ...
50917         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
50918         ... here.
50919         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
50920         Moved ...
50921         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
50922         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
50923         Moved ...
50924         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
50925         ... here.
50926         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
50927         Moved ...
50928         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
50929         ... here.
50930         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
50931         Moved ...
50932         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
50933         ... here.
50934         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
50935         Moved ...
50936         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
50937         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
50938         Moved ...
50939         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
50940         ... here.
50941         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
50942         Moved ...
50943         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
50944         ... here.
50945         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
50946         Moved ...
50947         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
50948         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
50949         Moved ...
50950         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
50951         ... here.
50952         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
50953         Moved ...
50954         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
50955         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
50956         Moved ...
50957         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
50958         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
50959         Moved ...
50960         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
50961         ... here.
50962         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
50963         Moved ...
50964         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
50965         ... here.
50966         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
50967         Moved ...
50968         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
50969         ... here.
50970         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
50971         Moved ...
50972         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
50973         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
50974         Moved ...
50975         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
50976         ... here.
50977         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
50978         Moved ...
50979         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
50980         ... here.
50981         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
50982         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
50983         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
50984         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
50985         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
50986         Moved ...
50987         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
50988         ... here.
50989         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
50990         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
50991         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
50992         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
50993         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
50994         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
50995         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
50996         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
50997         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
50998         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
50999         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
51000         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
51001         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
51002         Moved ...
51003         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
51004         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
51005         Moved ...
51006         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
51007         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
51008         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
51009         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
51010         Moved ...
51011         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
51012         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
51013         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
51014         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
51015         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
51016         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
51017         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
51019 2014-06-10  Wilco  <wdijkstr@arm.com>
51021         * math/test-fenv-return.c: New file.
51022         * math/Makefile: Add new test test-fenv-return.
51024 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
51026         [BZ #17042]
51027         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
51028         when x - 1 is zero.
51029         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
51030         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
51031         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
51032         0.0L for an argument of 1.0L.
51033         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
51034         Likewise.
51035         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
51036         value when x - 1 is zero.
51037         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
51038         * sysdeps/i386/fpu/libm-test-ulps: Update.
51039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51041 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
51043         [BZ #15119]
51044         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
51046 2014-06-09  Roland McGrath  <roland@hack.frob.com>
51048         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
51049         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
51051 2014-06-09  Roland McGrath  <roland@hack.frob.com>
51053         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
51054         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
51056         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
51057         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
51059         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
51060         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
51062         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
51063         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
51065         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
51066         if not already defined.
51067         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
51068         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
51069         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
51070         (TLS_INIT_TP): Use it.
51071         (TLS_DEFINE_INIT_TP): New macro.
51072         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
51074 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
51076         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
51077         constant.
51078         [POSIX] (IXANY): Likewise.
51079         [POSIX] (OLCUC): Likewise.
51080         [POSIX || POSIX2008] (CBAUD): Do not allow.
51081         [POSIX || POSIX2008] (DEFECHO): Likewise.
51082         [POSIX || POSIX2008] (ECHOCTL): Likewise.
51083         [POSIX || POSIX2008] (ECHOKE): Likewise.
51084         [POSIX || POSIX2008] (ECHOPRT): Likewise.
51085         [POSIX || POSIX2008] (EXTA): Likewise.
51086         [POSIX || POSIX2008] (EXTB): Likewise.
51087         [POSIX || POSIX2008] (FLUSHO): Likewise.
51088         [POSIX || POSIX2008] (LOBLK): Likewise.
51089         [POSIX || POSIX2008] (PENDIN): Likewise.
51090         [POSIX || POSIX2008] (SWTCH): Likewise.
51091         [POSIX || POSIX2008] (VDISCARD): Likewise.
51092         [POSIX || POSIX2008] (VDSUSP): Likewise.
51093         [POSIX || POSIX2008] (VLNEXT): Likewise.
51094         [POSIX || POSIX2008] (VREPRINT): Likewise.
51095         [POSIX || POSIX2008] (VSTATUS): Likewise.
51096         [POSIX || POSIX2008] (VWERASE): Likewise.
51097         (B*): Change to B[0123456789]*.
51098         * conform/data/time.h-data [POSIX || UNIX98]
51099         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
51100         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
51101         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
51102         [POSIX] (tm_*): Do not allow.
51104 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
51106         * Makefile (install): Don't set LANGUAGE.
51107         * Makefile.in (install): Likewise.
51108         * assert/Makefile (test-assert-ENV): Remove variable.
51109         (test-assert-perr-ENV): Likewise.
51110         * elf/Makefile (neededtest4-ENV): Likewise.
51111         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
51112         [$(cross-compiling) = no]: Don't set LANGUAGE.
51113         * io/ftwtest-sh (LANG): Remove variable.
51114         * libio/Makefile (tst-widetext-ENV): Likewise.
51115         * manual/install.texi (Running make install): Don't refer to
51116         environment settings for make install.
51117         * INSTALL: Regenerated.
51118         * nptl/tst-tls6.sh: Don't set LANG.
51119         * posix/globtest.sh (LANG): Remove variable.
51120         * string/Makefile (tester-ENV): Likewise.
51121         (inl-tester-ENV): Likewise.
51122         (noinl-tester-ENV): Likewise.
51123         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
51124         [$(cross-compiling) = no]: Don't set LANGUAGE.
51125         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
51126         without explicit environment settings.
51128 2014-06-06  Roland McGrath  <roland@hack.frob.com>
51130         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
51131         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
51132         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
51133         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
51135 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
51137         * crypt/crypt-private.h [DOS]: Add some includes taken from the
51138         other files in the crypt directory.
51139         * crypt/crypt.c: Remove duplicate includes.
51140         * crypt/crypt-entry.c: Likewise.
51141         * crypt/crypt_util.c: Likewise.
51143 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
51145         * Makeconfig (run-program-env): New variable.
51146         (run-program-prefix-before-env): Likewise.
51147         (run-program-prefix-after-env): Likewise.
51148         (run-program-prefix): Define in terms of new variables.
51149         (built-program-cmd-before-env): New variable.
51150         (built-program-cmd-after-env): Likewise.
51151         (built-program-cmd): Define in terms of new variables.
51152         (test-program-prefix-before-env): New variable.
51153         (test-program-prefix-after-env): Likewise.
51154         (test-program-prefix): Define in terms of new variables.
51155         (test-program-cmd-before-env): New variable.
51156         (test-program-cmd-after-env): Likewise.
51157         (test-program-cmd): Define in terms of new variables.
51158         * Rules (make-test-out): Use $(run-program-env).
51159         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
51160         (help): Do not mention environment variables.  Mention
51161         --timeoutfactor option.
51162         (timeoutfactor): New variable.
51163         (blacklist_exports): Remove function.
51164         (exports): Remove variable.
51165         (command): Do not include ${exports}.
51166         * manual/install.texi (Configuring and compiling): Do not mention
51167         test wrappers preserving environment variables.  Mention that last
51168         assignment to a variable must take precedence.
51169         * INSTALL: Regenerated.
51170         * benchtests/Makefile (run-bench): Use $(run-program-env).
51171         * catgets/Makefile ($(objpfx)test1.cat): Use
51172         $(built-program-cmd-before-env), $(run-program-env) and
51173         $(built-program-cmd-after-env).
51174         ($(objpfx)test2.cat): Do not specify environment variables
51175         explicitly.
51176         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
51177         $(run-program-env) and $(built-program-cmd-after-env).
51178         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
51179         $(run-program-env) and $(test-program-cmd-after-env).
51180         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
51181         explicitly.
51182         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
51183         run_program_env and test_program_cmd_after_env arguments.
51184         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
51185         * elf/tst-pathopt.sh: Use run_program_env argument.
51186         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
51187         $(test-wrapper-env) and $(run-program-env).
51188         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
51189         run_program_env arguments.
51190         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
51191         * intl/Makefile ($(objpfx)tst-gettext.out): Use
51192         $(test-program-prefix-before-env), $(run-program-env) and
51193         $(test-program-prefix-after-env).
51194         ($(objpfx)tst-gettext2.out): Likewise.
51195         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
51196         run_program_env and test_program_prefix_after_env arguments.
51197         * intl/tst-gettext2.sh: Likewise.
51198         * intl/tst-gettext4.sh: Do not set environment variables
51199         explicitly.
51200         * intl/tst-gettext6.sh: Likewise.
51201         * intl/tst-translit.sh: Likewise.
51202         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
51203         $(test-program-prefix-before-env), $(run-program-env) and
51204         $(test-program-prefix-after-env).
51205         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
51206         run_program_env and test_program_prefix_after_env arguments.
51207         * math/Makefile (run-regen-ulps): Use $(run-program-env).
51208         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
51209         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
51210         explicitly with each use of ${test_wrapper_env}.
51211         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
51212         $(test-program-prefix-before-env), $(run-program-env) and
51213         $(test-program-prefix-after-env).
51214         * posix/tst-getconf.sh: Do not set environment variables
51215         explicitly.
51216         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
51217         run_program_env and test_program_prefix_after_env arguments.
51218         * stdio-common/tst-printf.sh: Do not set environment variables
51219         explicitly.
51220         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
51221         $(test-program-prefix-before-env), $(run-program-env) and
51222         $(test-program-prefix-after-env).
51223         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
51224         run_program_env and test_program_prefix_after_env arguments.
51225         Split $test calls into $test_pre and $test.
51226         * timezone/Makefile (build-testdata): Use
51227         $(built-program-cmd-before-env), $(run-program-env) and
51228         $(built-program-cmd-after-env).
51230 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51232         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
51233         strlen for non SHARED builds.
51235 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
51237         * nptl/allocatestack.c (check_list): Inlined function...
51238         (__reclaim_stacks): ... here.
51240 2014-06-05  Ondƙej BĂ­lka  <neleai@seznam.cz>
51242         [BZ #15698]
51243         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
51244         memory overrun.
51246 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
51248         * Rules (make-test-out): Include
51249         LOCPATH=$(common-objpfx)localedata in default environment.
51250         * debug/Makefile (tst-chk1-ENV): Remove variable.
51251         (tst-chk2-ENV): Likewise.
51252         (tst-chk3-ENV): Likewise.
51253         (tst-chk4-ENV): Likewise.
51254         (tst-chk5-ENV): Likewise.
51255         (tst-chk6-ENV): Likewise.
51256         (tst-lfschk1-ENV): Likewise.
51257         (tst-lfschk2-ENV): Likewise.
51258         (tst-lfschk3-ENV): Likewise.
51259         (tst-lfschk4-ENV): Likewise.
51260         (tst-lfschk5-ENV): Likewise.
51261         (tst-lfschk6-ENV): Likewise.
51262         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
51263         (tst-iconv7-ENV): Likewise.
51264         * intl/Makefile (LOCPATH-ENV): Likewise.
51265         (tst-codeset-ENV): Likewise.
51266         (tst-gettext3-ENV): Likewise.
51267         (tst-gettext5-ENV): Likewise.
51268         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
51269         (tst-fopenloc-ENV): Likewise.
51270         (tst-fgetws-ENV): Remove variable.
51271         (tst-ungetwc1-ENV): Likewise.
51272         (tst-ungetwc2-ENV): Likewise.
51273         (bug-ungetwc2-ENV): Likewise.
51274         (tst-swscanf-ENV): Likewise.
51275         (bug-ftell-ENV): Likewise.
51276         (tst-fgetwc-ENV): Likewise.
51277         (tst-fseek-ENV): Likewise.
51278         (tst-ftell-partial-wide-ENV): Likewise.
51279         (tst-ftell-active-handler-ENV): Likewise.
51280         (tst-ftell-append-ENV): Likewise.
51281         * posix/Makefile (tst-fnmatch-ENV): Likewise.
51282         (tst-regexloc-ENV): Likewise.
51283         (bug-regex1-ENV): Likewise.
51284         (tst-regex-ENV): Likewise.
51285         (tst-regex2-ENV): Likewise.
51286         (bug-regex5-ENV): Likewise.
51287         (bug-regex6-ENV): Likewise.
51288         (bug-regex17-ENV): Likewise.
51289         (bug-regex18-ENV): Likewise.
51290         (bug-regex19-ENV): Likewise.
51291         (bug-regex20-ENV): Likewise.
51292         (bug-regex22-ENV): Likewise.
51293         (bug-regex23-ENV): Likewise.
51294         (bug-regex25-ENV): Likewise.
51295         (bug-regex26-ENV): Likewise.
51296         (bug-regex30-ENV): Likewise.
51297         (bug-regex32-ENV): Likewise.
51298         (bug-regex33-ENV): Likewise.
51299         (bug-regex34-ENV): Likewise.
51300         (bug-regex35-ENV): Likewise.
51301         (tst-rxspencer-ENV): Likewise.
51302         (tst-rxspencer-no-utf8-ENV): Likewise.
51303         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
51304         (tst-sscanf-ENV): Likewise.
51305         (tst-swprintf-ENV): Likewise.
51306         (tst-swscanf-ENV): Likewise.
51307         (test-vfprintf-ENV): Likewise.
51308         (scanf13-ENV): Likewise.
51309         (bug14-ENV): Likewise.
51310         (tst-grouping-ENV): Likewise.
51311         * stdlib/Makefile (tst-strtod-ENV): Likewise.
51312         (tst-strtod3-ENV): Likewise.
51313         (tst-strtod4-ENV): Likewise.
51314         (tst-strtod5-ENV): Likewise.
51315         (testmb2-ENV): Likewise./
51316         * string/Makefile (tst-strxfrm-ENV): Likewise.
51317         (tst-strxfrm2-ENV): Likewise.
51318         (bug-strcoll1-ENV): Likewise.
51319         (test-strcasecmp-ENV): Likewise.
51320         (test-strncasecmp-ENV): Likewise.
51321         * time/Makefile (tst-strptime-ENV): Likewise.
51322         (tst-ftime_l-ENV): Likewise.
51323         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
51324         (tst-mbrtowc-ENV): Likewise.
51325         (tst-wcrtomb-ENV): Likewise.
51326         (tst-mbrtowc2-ENV): Likewise.
51327         (tst-c16c32-1-ENV): Likewise.
51328         (tst-mbsnrtowcs-ENV): Likewise.
51330 2014-06-05  Ondƙej BĂ­lka  <neleai@seznam.cz>
51332         * manual/resource.texi (How to get information about the memory
51333         subsystem?): Fix typo.
51334         Reported by Peon de la Parra Ivan <peon@keba.com>
51336 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
51338         [BZ #16882]
51339         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
51340         (pthread_spin_lock): Branch out of spin loop to proper location.
51341         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
51342         (pthread_spin_lock): Likewise.
51344         * nptl/tst-spin4.c: New test.
51345         * nptl/Makefile (tests): Add tst-spin4.
51347 2014-06-03  Andreas Schwab  <schwab@suse.de>
51349         [BZ #15946]
51350         * resolv/res_send.c (send_dg): Reload file descriptor after
51351         calling reopen.
51353 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
51355         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
51357 2014-06-03  Richard Henderson  <rth@redhat.com>
51359         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
51360         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
51361         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
51362         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
51363         in the SAVE_PID block.
51364         (__libc_vfork): New alias.
51365         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
51367         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
51368         child in registers, not on the stack.  Remove RESET_PID conditionals.
51369         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
51371 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
51373         * sysdeps/aarch64/libm-test-ulps: Regenerate.
51375 2014-06-03  Wilco  <wdijkstr@arm.com>
51377         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
51378         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
51379         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
51380         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
51381         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
51382         Likewise.
51384 2014-06-03  Wilco  <wdijkstr@arm.com>
51386         * sysdeps/aarch64/fpu/math_private.h
51387         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
51388         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
51389         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
51390         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
51391         Fix declarations.
51393 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
51395         * crypt/crypt-private.h: Include ufc-crypt.h.
51396         (__b64_from_24bit): Declare extern.
51397         * crypt/crypt_util.c(__b64_from_24bit): New function.
51398         (b64t): New static const variable.
51399         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
51400         (b64t): Remove variable.
51401         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
51402         * crypt/sha256-crypt.c: Include crypt-private.h.
51403         (b64t): Remove variable.
51404         (__sha256_crypt_r): Remove b64_from_24bit and replace
51405         with __b64_from_24bit.
51406         * crypt/sha512-crypt.c: Likewise.
51408 2014-06-02  Roland McGrath  <roland@hack.frob.com>
51410         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
51411         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
51412         Label the code __libc_vfork rather than __vfork.
51413         [!NOT_IN_libc] (vfork): Define as weak alias.
51414         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
51415         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
51416         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
51418 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
51420         * malloc/malloc.c (malloc_info): Fix format specifier for
51421         n_mmaps.
51423 2014-06-02  Wilco  <wdijkstr@arm.com>
51425         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
51426         FPCR write.
51428 2014-06-02  Wilco  <wdijkstr@arm.com>
51430         [BZ #17009]
51431         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
51432         Rewrite to reduce FPCR/FPSR accesses.
51434 2014-06-01  David S. Miller  <davem@davemloft.net>
51436         * sysdeps/sparc/fpu/libm-test-ulps: Update.
51438 2014-05-31  David S. Miller  <davem@davemloft.net>
51440         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
51441         to occur in round to nearest mode when |x| >= 2.0
51443 2014-05-30  Richard Henderson  <rth@twiddle.net>
51445         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
51446         (PSEUDO_RET_NOERRNO): Remove.
51447         (ret): Don't redefine.
51448         (ret_NOERRNO): Define in terms of ret.
51449         (ret_ERRVAL): Likewise.
51451         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
51452         use of PSEUDO_RET; perform the error check directly.
51454 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
51456         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
51457         with __int128_t.
51459 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
51461         * malloc/malloc (malloc_info): Fix formatting.
51463 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
51464             Roland McGrath  <roland@hack.frob.com>
51466         * malloc/malloc (malloc_info): Also print mmapped statistics.
51468 2014-05-30  Roland McGrath  <roland@hack.frob.com>
51470         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
51471         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
51473 2014-05-30  Ondƙej BĂ­lka  <neleai@seznam.cz>
51475         * malloc/malloc.c (malloc_info): Inline mi_arena.
51477 2014-05-29  Richard Henderson  <rth@twiddle.net>
51479         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
51480         Remove comma before expanding ASM_ARGS_##nr.
51481         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
51482         Make _x0 a strict output; make _x8 a strict input; adjust expansion
51483         of ASM_ARGS_##nr.
51484         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
51485         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
51486         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
51487         (ASM_ARGS_1): Add leading comma.
51489         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
51490         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
51491         to __errno_location.
51492         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
51493         Remove the expected plt for __errno_location.
51495         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
51496         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
51497         call to __read_tp.
51499         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
51500         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
51501         it and break it down.
51502         (DOCARGS_0, DOCARGS_1): Do nothing.
51503         (DOCARGS_2): Update to store into the new stack frame.
51504         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
51505         (UNDOCARGS_1): Update to restore from the new stack frame.
51506         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
51507         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
51509         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
51510         (SINGLE_THREAD_P): New parameter for result regno.
51511         (PSEUDO): Update to match; use cbz instead of beq.
51513         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
51514         Use ENTRY to define the _nocancel entry point.  Share the syscall
51515         and syscall error check paths with the cancel path.
51516         (PSEUDO_END): New.
51518         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
51519         whitespace; tabs before and after asm mnemonics.
51521 2014-05-29  Eric Wong  <normalperson@yhbt.net>
51523         [BZ #15132]
51524         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51525         Call fstat64 or stat64 internally, depending on arguments passed.
51526         Replace stat buffer argument with file descriptor argument.
51527         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
51528         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
51529         Pass fd to __internal_statvfs instead of calling fstat64.
51530         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
51531         Pass fd to __internal_statvfs64 instead of calling fstat64.
51532         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
51533         Pass -1 to __internal_statvfs instead of calling stat64.
51534         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
51535         Pass -1 to __internal_statvfs64 instead of calling stat64.
51537 2014-05-28  Roland McGrath  <roland@hack.frob.com>
51539         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
51540         that was previously under [RESET_PID].
51541         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
51543         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
51544         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
51546 2014-05-27  Roland McGrath  <roland@hack.frob.com>
51548         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
51550         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
51551         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
51553 2014-05-27  Ondƙej BĂ­lka  <neleai@seznam.cz>
51555         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
51557 2014-05-27  Andreas Schwab  <schwab@suse.de>
51559         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
51560         TLS_INIT_TP macro.
51561         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
51562         * elf/rtld.c (init_tls, dl_main): Likewise.
51563         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
51564         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
51565         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
51566         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
51567         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
51568         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
51569         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
51570         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
51571         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
51572         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
51573         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
51574         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
51575         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
51576         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
51577         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
51578         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
51579         * sysdeps/generic/tls.h: Update description.
51581 2014-05-27  Will Newton  <will.newton@linaro.org>
51583         [BZ #16990]
51584         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
51585         and restore r2 rather than just restoring.
51587 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
51589         [BZ #16724]
51590         * libio/tst-ftell-append.c: New test case.
51591         * libio/Makefile (tests): Add test case.
51592         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
51593         append mode.
51594         * libio/wfileops.c (do_ftell_wide): Likewise.
51596 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51598         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
51600         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
51601         ...
51602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
51603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
51604         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
51605         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
51606         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
51607         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
51608         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
51609         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
51610         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
51611         Moved ...
51612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
51613         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
51614         Moved ...
51615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
51616         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
51617         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
51618         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
51619         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
51620         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
51621         ...
51622         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
51623         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
51624         Moved ...
51625         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
51626         here.
51627         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
51628         ...
51629         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
51630         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
51631         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
51633         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
51634         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
51635         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
51636         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
51638         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
51639         merge into ...
51640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
51641         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
51642         ...
51643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
51644         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
51645         ...
51646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
51647         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
51648         Moved ...
51649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
51650         here.
51651         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
51652         Moved ...
51653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
51654         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
51655         Moved ...
51656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
51658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
51659         conditional [RESET_PID].
51660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
51661         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
51662         removed.
51663         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
51664         removed.
51666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
51667         <tcb-offsets.h>.
51668         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
51669         (__libc_vfork): New strong alias.
51670         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
51671         removed.
51672         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
51673         Removed.
51675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
51676         <tcb-offsets.h>.
51677         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
51678         (__libc_vfork): New strong alias.
51679         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
51680         removed.
51681         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
51682         removed.
51684 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
51686         * malloc/malloc.c (mi_arena): New function.
51687         (malloc_info): Remove nested function mi_arena. Call non-nosted
51688         function mi_arena.
51690 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51692         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
51693         by insrwi.
51694         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
51695         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
51696         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
51697         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
51698         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
51699         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
51700         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
51702 2014-05-26  Andreas Schwab  <schwab@suse.de>
51704         [BZ #16984]
51705         * locale/programs/repertoire.c (repertoire_read): Add slash
51706         between I18NPATH element and file name.
51707         * locale/programs/locfile.c (locfile_read): Likewise.
51709 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
51711         * nptl/pthread_mutexattr_settype.c
51712         (__pthread_mutexattr_settype):
51713         Disable lock elision for PTHREAD_MUTEX_NORMAL.
51715 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
51717         * nptl/tst-mutex5 (do_test):
51718         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
51720 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
51722         * benchtests/README: Document 'init' directive.
51723         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
51724         BENCH_INIT.
51725         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
51726         (parse_file): Recognize 'init' directive.
51728 2014-05-26  Kyle McMartin  <kyle@redhat.com>
51730         [BZ #16796]
51731         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
51732         alignment of struct pthread.
51734 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
51736         [BZ #16878]
51737         * nscd/netgroupcache.c (addgetnetgrentX): Look for
51738         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
51739         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
51740         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
51742 2014-05-25  Richard Henderson  <rth@twiddle.net>
51744         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
51745         (SINGLE_THREAD_P_PIC): Remove.
51746         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
51747         (SINGLE_THREAD_P_PIC): Remove.
51749         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
51750         branch to syscall error ...
51751         (PSEUDO): ... here.
51752         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
51753         from __local_syscall_error to .Lsyscall_error.
51754         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
51755         (SYSCALL_ERROR): Update label name.
51757         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
51758         Do not use DOARGS/UNDOARGS.
51759         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
51760         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
51761         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
51762         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
51763         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
51765         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
51766         block comment.
51768         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
51769         define if !NOT_IN_libc.
51770         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
51771         define with non-default symbol versions.
51773 2014-05-23  Richard Henderson  <rth@twiddle.net>
51775         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
51776         (vfork, __vfork): Define via compat_symbol.
51778         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
51779         [!HAVE_IFUNC] (vfork_compat): Remove.
51780         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
51782 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
51784         [BZ #16978]
51785         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
51786         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
51787         variable.
51789 2014-05-23  Richard Henderson  <rth@twiddle.net>
51791         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
51792         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
51793         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
51794         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
51796         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
51797         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
51798         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
51799         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
51800         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
51801         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
51802         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
51803         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
51804         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
51805         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
51806         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
51807         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
51808         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
51809         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
51810         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
51811         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
51812         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
51813         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
51814         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
51815         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
51816         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
51817         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
51818         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
51819         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
51820         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
51821         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
51822         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
51823         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
51824         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
51825         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
51826         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
51827         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
51828         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
51829         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
51830         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
51831         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
51832         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
51833         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
51834         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
51835         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
51836         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
51837         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
51838         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
51839         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
51840         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
51841         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
51842         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
51843         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
51844         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
51845         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
51846         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
51847         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
51848         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
51849         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
51850         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
51851         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
51853         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
51854         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
51855         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
51856         before exiting on error.
51857         (__libc_vfork): New strong alias.
51858         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
51859         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
51861         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
51862         that was previously under [RESET_PID].
51863         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
51865         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
51867 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
51869         [BZ #16977]
51870         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
51871         value when x - 1 is zero.
51872         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
51873         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
51874         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
51875         0.0L for an argument of 1.0L.
51876         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
51877         Likewise.
51878         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
51879         value when x - 1 is zero.
51880         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
51881         * sysdeps/i386/fpu/libm-test-ulps: Update.
51882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51884 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
51886         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
51887         alphasort and versionsort.
51889 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51891         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
51892         macro.
51893         [copysignf]: Likewise.
51895 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
51897         * crypt/md5-crypt.c: Fix formatting.
51899 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
51901         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
51902         (b64_from_24bit): New function.
51904 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51906         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
51907         libc_hidden_builtin_def to ifunc.
51908         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
51909         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
51911 2014-05-21  Roland McGrath  <roland@hack.frob.com>
51913         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
51914         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
51916 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
51918         * nscd/Depend (linuxthreads): Remove.
51919         (nptl): Add.
51920         * resolv/Depend (linuxthreads): Remove.
51921         * rt/Depend (linuxthreads): Remove.
51923         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
51924         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
51925         $(common-objpfx)elf/.
51926         (link-libc-before-gnulib): Likewise.
51927         (elfobjdir): Remove variable.
51928         * Makefile (install): Use $(elf-objpfx) instead of
51929         $(common-objpfx)elf/.
51930         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
51931         $(elfobjdir)/.
51932         (link-libc-deps): Likewise.
51933         ($(common-objpfx)libc.so): Likewise.
51934         ($(common-objpfx)linkobj/libc.so): Likewise.
51935         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
51936         instead of $(common-objpfx)elf/.
51937         (symbolic-link-list): Likewise.
51938         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
51939         [$(cross-compiling) = no]: Likewise.
51940         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
51941         $(elfobjdir)/.
51942         (static-gnulib-arch): Likewise.
51943         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
51944         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
51945         $(common-objpfx)elf/.
51947 2014-05-21  Richard Henderson  <rth@redhat.com>
51949         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
51950         (SINGLE_THREAD_P): Use the correct width load.  Fold
51951         into the ldr offset.
51953         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
51954         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
51956 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
51958         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
51959         (libgcc_s_resume): Use __attribute_used__.
51960         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
51961         Likewise.
51963 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51965         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
51966         optimization when used with float constants.
51968         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
51970 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
51972         [BZ #16915]
51973         * locale/nl_langinfo_l.c: Make direct reference to every
51974         _nl_current_CATEGORY symbol.
51975         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
51976         (tests-static): Add tst-langinfo-static.
51977         (tests-special): Add tst-langinfo-static.out.
51978         ($(objpfx)tst-langinfo.out): Redirect output.
51979         ($(objpfx)tst-langinfo-static.out): New.
51980         * localedata/tst-langinfo.sh: Send output to stdout.
51981         * localedata/tst-langinfo-static.c: New file.
51983         [BZ #16965]
51984         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
51985         when the shift amount is modulo the limb size.
51987 2014-05-20  Richard Henderson  <rth@redhat.com>
51989         [BZ #16967]
51990         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
51991         Change type of sa_flags from unsigned int to int.
51993         [BZ #16966]
51994         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
51996         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
51998 2014-05-20  Will Newton  <will.newton@linaro.org>
52000         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
52001         Test the return value of the system call in the nocancel case.
52003 2014-05-20  Will Newton  <will.newton@linaro.org>
52004             Yvan Roux  <yvan.roux@linaro.org>
52006         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
52007         #include of asm/ptrace.h.
52008         (PTRACE_GET_THREAD_AREA): Remove #undef.
52009         (PTRACE_GETHBPREGS): Likewise.
52010         (PTRACE_SETHBPREGS): Likewise.
52011         (struct user_regs_struct): New structure.
52012         (struct user_fpsimd_struct): New structure.
52013         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
52014         #include of asm/ptrace.h and second #include of sys/user.h.
52015         (PTRACE_GET_THREAD_AREA): Remove #undef.
52016         (PTRACE_GETHBPREGS): Likewise.
52017         (PTRACE_SETHBPREGS): Likewise.
52018         (ELF_NGREG): Use new struct user_regs_struct.
52019         (elf_fpregset_t): Use new struct user_fpsimd_struct.
52021 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52023         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
52024         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
52026 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
52028         [BZ #16958]
52029         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
52030         membar to avoid block loads/stores to overlap previous stores.
52032 2014-05-17  Richard Henderson  <rth@redhat.com>
52034         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
52035         Create the __##syscall_name##_nocancel entry point.
52036         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
52037         Remove; let the sysdep-cancel.h code create it.
52039 2014-05-17  David S. Miller  <davem@davemloft.net>
52041         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
52042         Protect with __USE_GNU.
52043         (TIOCSET_TEMPT): Likewise.
52044         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
52045         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
52046         these are already provided in bits/ioctl-types.h
52048 2014-05-16  Roland McGrath  <roland@hack.frob.com>
52050         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
52051         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
52053         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
52054         Use wait4 regardless of [__NR_waitpid].
52056 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
52058         PR libgcc/60166
52059         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
52060         (_FP_NANSIGN_Q): Set the quiet bit.
52062 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
52064         * benchtests/Makefile
52065         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
52066         not $(common-objpfx)math/libm.so.
52067         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
52068         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
52069         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
52070         $(common-objpfx)dlfcn/libdl.so.
52071         ($(objpfx)tst-audit8): Depend on $(libm), not
52072         $(common-objpfx)math/libm.so.
52073         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
52074         not $(common-objpfx)dlfcn/libdl.so.
52075         * math/Makefile
52076         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
52077         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
52078         [$(build-shared) = yes].
52079         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
52080         $(common-objpfx)nptl/libpthread.so.
52081         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
52082         $(common-objpfx)math/libm.so$(libm.so-version) or
52083         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
52084         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
52085         $(common-objpfx)dlfcn/libdl.so.
52086         * setjmp/Makefile (link-libm): Remove variable.
52087         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
52088         * stdio-common/Makefile (link-libm): Remove variable.
52089         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
52090         * stdlib/Makefile (link-libm): Remove variable.
52091         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
52092         ($(objpfx)tst-strtod-round): Likewise.
52093         ($(objpfx)tst-tininess): Likewise.
52094         ($(objpfx)tst-strtod-underflow): Likewise.
52095         ($(objpfx)tst-strtod6): Likewise.
52096         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
52097         $(libdl), not $(common-objpfx)nptl/libpthread.so and
52098         $(common-objpfx)dlfcn/libdl.so.
52100 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52102         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
52103         BSD terminal modes definitions.
52105 2014-05-16  Roland McGrath  <roland@hack.frob.com>
52107         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
52108         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
52110         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
52111         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
52112         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
52113         Don't do #include_next.
52114         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
52115         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
52116         Don't do #include_next.
52117         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
52118         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
52119         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
52120         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
52122 2014-05-16  Allan McRae  <allan@archlinux.org>
52124         * po/sv.po: Update Swedish translation from translation project.
52126         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
52127         in sed expression.
52129 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
52131         [BZ #16917]
52132         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
52133         errno if the TIOCGPTN ioctl fails with an error different than
52134         EINVAL.
52135         * login/tst-ptsname.c: New file.
52136         * login/Makefile (tests): Add tst-ptsname.
52138         [BZ #16943]
52139         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
52140         and prlimit64.
52142 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
52144         [BZ #16849]
52145         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
52146         herrno to return EAI_AGAIN.
52148 2014-05-14  Roland McGrath  <roland@hack.frob.com>
52150         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
52151         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
52152         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
52153         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
52154         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
52155         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
52156         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
52157         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
52158         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
52159         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
52160         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
52161         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
52162         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
52163         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
52164         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
52165         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
52166         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
52167         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
52168         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
52169         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
52170         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
52171         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
52172         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
52173         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
52174         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
52175         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
52176         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
52177         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
52178         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
52179         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
52180         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
52181         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
52182         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
52183         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
52184         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
52185         Moved ...
52186         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
52187         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
52188         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
52189         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
52190         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
52191         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
52192         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
52193         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
52194         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
52195         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
52196         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
52197         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
52198         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
52199         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
52200         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
52201         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
52202         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
52203         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
52204         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
52205         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
52206         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
52207         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
52208         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
52209         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
52210         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
52211         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
52212         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
52213         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
52214         Moved ...
52215         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
52216         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
52217         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
52218         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
52219         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
52220         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
52221         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
52222         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
52223         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
52224         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
52225         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
52226         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
52227         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
52228         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
52229         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
52230         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
52231         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
52232         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
52233         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
52234         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
52235         Moved ...
52236         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
52237         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
52238         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
52240         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
52241         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
52242         (libpthread-sysdep_routines): Add elision-related stuff here instead.
52243         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
52244         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
52245         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
52246         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
52247         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
52248         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
52249         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
52250         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
52251         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
52252         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
52253         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
52254         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
52255         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
52256         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
52257         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
52258         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
52259         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
52260         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
52261         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
52262         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
52263         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
52264         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
52265         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
52266         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
52267         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
52268         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
52269         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
52270         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
52272         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
52273         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
52275         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
52276         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
52277         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
52278         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
52279         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
52280         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
52281         Moved ...
52282         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
52283         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
52284         Moved ...
52285         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
52286         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
52287         Moved ...
52288         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
52289         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
52290         Moved ...
52291         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
52292         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
52293         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
52294         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
52295         Moved ...
52296         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
52297         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
52298         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
52299         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
52300         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
52301         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
52302         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
52303         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
52304         Moved ...
52305         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
52306         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
52307         Moved ...
52308         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
52309         ... here.
52310         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
52311         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
52312         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
52313         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
52314         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
52315         Moved ...
52316         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
52317         ... here.
52318         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
52319         Moved ...
52320         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
52321         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
52322         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
52323         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
52324         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
52325         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
52326         Moved ...
52327         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
52328         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
52329         Moved ...
52330         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
52331         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
52332         Moved ...
52333         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
52334         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
52335         Moved ...
52336         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
52337         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
52338         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
52339         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
52340         Moved ...
52341         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
52342         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
52343         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
52344         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
52345         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
52346         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
52347         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
52348         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
52349         Moved ...
52350         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
52351         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
52352         Moved ...
52353         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
52354         ... here.
52355         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
52356         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
52357         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
52358         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
52359         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
52360         Moved ...
52361         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
52362         ... here.
52363         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
52364         Moved ...
52365         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
52366         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
52367         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
52368         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
52369         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
52370         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
52371         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
52372         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
52373         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
52374         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
52375         Moved ...
52376         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
52377         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
52378         Moved ...
52379         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
52380         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
52381         Moved ...
52382         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
52383         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
52384         Moved ...
52385         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
52386         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
52387         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
52388         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
52389         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
52390         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
52391         Moved ...
52392         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
52393         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
52394         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
52395         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
52396         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
52397         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
52398         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
52399         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
52400         Moved ...
52401         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
52402         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
52403         Moved ...
52404         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
52405         ... here.
52406         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
52407         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
52408         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
52409         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
52410         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
52411         Moved ...
52412         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
52413         ... here.
52414         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
52415         Moved ...
52416         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
52417         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
52418         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
52419         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
52420         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
52421         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
52422         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
52423         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
52424         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
52425         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
52426         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
52428         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
52429         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
52431         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
52432         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
52434         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
52435         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
52436         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
52437         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
52438         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
52439         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
52440         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
52441         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
52442         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
52443         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
52444         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
52445         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
52446         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
52447         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
52448         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
52449         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
52450         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
52451         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
52452         Moved ...
52453         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
52454         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
52455         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
52456         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
52457         Moved ...
52458         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
52459         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
52460         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
52461         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
52462         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
52463         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
52464         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
52465         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
52466         Moved ...
52467         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
52468         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
52469         Moved ...
52470         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
52471         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
52472         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
52473         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
52474         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
52475         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
52476         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
52477         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
52478         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
52479         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
52480         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
52481         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
52482         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
52483         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
52484         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
52485         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
52486         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
52488         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
52489         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
52490         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
52491         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
52492         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
52494         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
52495         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
52496         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
52497         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
52498         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
52499         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
52500         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
52501         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
52502         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
52503         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
52505         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
52506         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
52508         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
52509         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
52510         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
52511         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
52512         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
52513         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
52514         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
52515         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
52516         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
52517         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
52518         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
52519         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
52520         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
52521         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
52522         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
52523         Update #include.
52524         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
52525         Likewise.
52526         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
52527         Likewise.
52528         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
52529         Likewise.
52530         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
52531         Likewise.
52532         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
52533         Likewise.
52534         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
52535         Likewise.
52536         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
52537         Likewise.
52538         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
52539         Likewise.
52540         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
52541         Likewise.
52542         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
52543         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
52544         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
52545         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
52546         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
52547         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
52548         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
52549         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
52550         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
52551         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
52552         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
52553         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
52554         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
52555         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
52556         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
52558         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
52559         that was previously under [RESET_PID].
52560         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
52561         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
52562         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
52564         * sysdeps/i386/nptl/Implies: New file.
52565         * sysdeps/x86_64/nptl/Implies: New file.
52566         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
52567         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
52568         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
52569         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
52571         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
52572         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
52573         (__libc_vfork): New strong alias.
52574         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
52575         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
52577         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
52578         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
52579         (__libc_vfork): New strong alias.
52580         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
52581         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
52583         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
52584         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
52585         (__libc_vfork): New strong alias.
52586         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
52587         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
52588         * nptl/pt-vfork.c: New file.
52589         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
52590         (libpthread: GLIBC_2.20): New version set (empty).
52592 2014-05-14  Will Newton  <will.newton@linaro.org>
52594         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
52595         rather than #if.
52597 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
52599         [BZ #16564]
52600         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
52601         arguments with exponent 65 or above.
52602         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
52603         arguments 0x1p113L or above.
52604         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
52605         to arguments 0x1p107L or above.
52606         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
52607         positive arguments with exponent 65 or above.
52608         * math/auto-libm-test-in: Add more tests of log1p.
52609         * math/auto-libm-test-out: Regenerated.
52611         [BZ #16928]
52612         * math/s_cacos.c (__cacos): Ensure zero real part of result from
52613         non-finite arguments is +0.
52614         * math/s_cacosf.c (__cacosf): Likewise.
52615         * math/s_cacosl.c (__cacosl): Likewise.
52616         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
52617         * sysdeps/i386/fpu/libm-test-ulps: Update.
52618         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52620         [BZ #16927]
52621         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
52622         value.
52623         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
52624         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
52625         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
52626         for explicit high bit of mantissa when testing for argument equal
52627         to 1.
52628         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
52629         * sysdeps/i386/fpu/libm-test-ulps: Update.
52630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52632         [BZ #16516]
52633         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
52634         (__erf): Scale by 16 instead of 8 in potentially underflowing
52635         case.  Ensure exception if result actually underflows.
52636         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
52637         (__erff): Scale by 16 instead of 8 in potentially underflowing
52638         case.  Ensure exception if result actually underflows.
52639         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
52640         (efx8): Remove variable.
52641         (__erfl): Scale by 16 instead of 8 in potentially underflowing
52642         case.  Ensure exception if result actually underflows.
52643         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
52644         (efx8): Remove variable.
52645         (__erfl): Scale by 16 instead of 8 in potentially underflowing
52646         case.  Ensure exception if result actually underflows.
52647         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
52648         (efx8): Remove variable.
52649         (__erfl): Scale by 16 instead of 8 in potentially underflowing
52650         case.  Ensure exception if result actually underflows.
52651         * math/auto-libm-test-in: Add more tests of erf.
52652         * math/auto-libm-test-out: Regenerated.
52654 2014-05-14  Andreas Schwab  <schwab@suse.de>
52656         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
52657         Remove code conditionalized on USE___THREAD.
52659         * config.h.in (HAVE_PT_CHOWN): Define as 0.
52660         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
52661         not definedness.
52663 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
52665         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
52666         Define unconditionally.
52667         (__ASSUME_O_CLOEXEC): Likewise.
52668         (__ASSUME_SOCK_CLOEXEC): Likewise.
52669         (__ASSUME_IN_NONBLOCK): Likewise.
52670         (__ASSUME_PIPE2): Likewise.
52671         (__ASSUME_EVENTFD2): Likewise.
52672         (__ASSUME_SIGNALFD4): Likewise.
52673         (__ASSUME_DUP3): Likewise.
52674         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
52675         (__ASSUME_DUP3): Do not define.
52676         (__ASSUME_EVENTFD2): Likewise.
52677         (__ASSUME_IN_NONBLOCK): Likewise.
52678         (__ASSUME_O_CLOEXEC): Likewise.
52679         (__ASSUME_PIPE2): Likewise.
52680         (__ASSUME_SIGNALFD4): Likewise.
52681         (__ASSUME_SOCK_CLOEXEC): Likewise.
52682         (__ASSUME_UTIMES): Undefine.
52683         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
52684         (__ASSUME_UTIMES): Do not define.
52685         (__ASSUME_O_CLOEXEC): Likewise.
52686         (__ASSUME_SOCK_CLOEXEC): Likewise.
52687         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
52688         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
52689         0x020621].
52690         (__ASSUME_PIPE2): Likewise.
52691         (__ASSUME_EVENTFD2): Likewise.
52692         (__ASSUME_SIGNALFD4): Likewise.
52693         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
52694         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
52695         Do not define.
52696         (__ASSUME_EVENTFD2): Likewise.
52697         (__ASSUME_SIGNALFD4): Likewise.
52698         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
52699         (__ASSUME_32BITUIDS): Likewise.
52700         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
52701         (__ASSUME_IPC64): Likewise.
52702         (__ASSUME_ST_INO_64_BIT): Likewise.
52703         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
52704         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
52705         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
52706         (__ASSUME_UTIMES): Do not define.
52707         (__ASSUME_PSELECT): Likewise.
52708         (__ASSUME_PPOLL): Likewise.
52709         (__ASSUME_O_CLOEXEC): Likewise.
52710         (__ASSUME_SOCK_CLOEXEC): Likewise.
52711         (__ASSUME_IN_NONBLOCK): Likewise.
52712         (__ASSUME_PIPE2): Likewise.
52713         (__ASSUME_EVENTFD2): Likewise.
52714         (__ASSUME_SIGNALFD4): Likewise.
52715         (__ASSUME_DUP3): Likewise.
52716         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
52717         (__ASSUME_UTIMES): Likewise.
52718         (__ASSUME_O_CLOEXEC): Likewise.
52719         (__ASSUME_SOCK_CLOEXEC): Likewise.
52720         (__ASSUME_IN_NONBLOCK): Likewise.
52721         (__ASSUME_PIPE2): Likewise.
52722         (__ASSUME_EVENTFD2): Likewise.
52723         (__ASSUME_SIGNALFD4): Likewise.
52724         (__ASSUME_DUP3): Likewise.
52725         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
52726         (__ASSUME_UTIMES): Likewise.
52727         (__ASSUME_O_CLOEXEC): Likewise.
52728         (__ASSUME_SOCK_CLOEXEC): Likewise.
52729         (__ASSUME_IN_NONBLOCK): Likewise.
52730         (__ASSUME_PIPE2): Likewise.
52731         (__ASSUME_EVENTFD2): Likewise.
52732         (__ASSUME_SIGNALFD4): Likewise.
52733         (__ASSUME_DUP3): Likewise.
52734         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
52735         Likewise.
52736         (__ASSUME_UTIMES): Likewise.
52737         (__ASSUME_EVENTFD2): Likewise.
52738         (__ASSUME_SIGNALFD4): Likewise.
52739         * sysdeps/unix/sysv/linux/tile/kernel-features.h
52740         (__ASSUME_O_CLOEXEC): Likewise.
52741         (__ASSUME_SOCK_CLOEXEC): Likewise.
52742         (__ASSUME_IN_NONBLOCK): Likewise.
52743         (__ASSUME_PIPE2): Likewise.
52744         (__ASSUME_EVENTFD2): Likewise.
52745         (__ASSUME_SIGNALFD4): Likewise.
52746         (__ASSUME_DUP3): Likewise.
52747         (__ASSUME_UTIMES): Undefine.
52749         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
52750         feclearexcept.  Remove symbol versioning code.
52751         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
52752         symbol versioning code.
52753         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
52754         symbol versioning code.
52755         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
52756         feupdateenv.  Remove symbol versioning code.
52757         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
52758         fegetexceptflag.  Remove symbol versioning code.
52759         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
52760         fesetexceptflag.  Remove symbol versioning code.
52761         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
52762         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
52763         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
52764         (__posix_fadvise64_l32): Remove prototype.
52765         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
52766         code.
52768 2014-05-13  Roland McGrath  <roland@hack.frob.com>
52770         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
52771         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
52772         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
52773         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
52775 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
52777         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
52778         current working directory
52780 2014-05-13  Roland McGrath  <roland@hack.frob.com>
52782         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
52783         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
52784         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
52785         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
52786         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
52787         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
52788         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
52789         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
52790         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
52791         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
52792         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
52793         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
52794         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
52795         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
52796         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
52797         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
52798         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
52799         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
52800         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
52801         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
52802         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
52803         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
52804         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
52805         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
52806         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
52807         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
52808         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
52809         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
52810         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
52811         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
52812         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
52813         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
52814         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
52815         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
52816         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
52817         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
52818         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
52819         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
52820         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
52821         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
52822         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
52823         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
52825         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
52826         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
52828         * sysdeps/unix/sysv/linux/arm/Makefile
52829         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
52830         Add rt-aeabi_unwind_cpp_pr1.
52831         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
52832         Add nptl-aeabi_unwind_cpp_pr1.
52833         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
52834         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
52835         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
52836         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
52837         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
52838         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
52840         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
52841         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
52842         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
52843         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
52845         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
52846         Deconditionalize the code that was previously under [RESET_PID].
52847         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
52849         * sysdeps/generic/exit-thread.h: New file.
52850         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
52851         * include/unistd.h (__exit_thread): Remove declaration.
52852         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
52853         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
52854         * csu/libc-start.c: Include <exit-thread.h>.
52855         (LIBC_START_MAIN): Pass no argument to __exit_thread.
52856         * nptl/pthread_create.c: Include <exit-thread.h>.
52857         (start_thread): Call __exit_thread in place of __exit_thread_inline.
52858         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
52859         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
52860         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
52861         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
52862         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
52863         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
52864         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
52865         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
52866         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
52867         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
52868         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
52869         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
52870         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
52871         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
52872         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
52873         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
52875 2014-05-13  Andreas Schwab  <schwab@suse.de>
52877         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
52879 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
52881         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
52882         (__ASSUME_UTIMES): Do not condition on kernel version.
52883         (__ASSUME_PSELECT): Define unconditionally.
52884         (__ASSUME_PPOLL): Likewise.
52885         (__ASSUME_ATFCTS): Likewise.
52886         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
52887         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
52888         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
52889         (__ASSUME_UTIMENSAT): Define unconditionally.
52890         (__ASSUME_PRIVATE_FUTEX): Likewise.
52891         (__ASSUME_FALLOCATE): Likewise.
52892         (__ASSUME_O_CLOEXEC): Likewise.
52893         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
52894         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
52895         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
52896         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
52897         (__ASSUME_IN_NONBLOCK): Likewise.
52898         (__ASSUME_PIPE2): Likewise.
52899         (__ASSUME_EVENTFD2): Likewise.
52900         (__ASSUME_SIGNALFD4): Likewise.
52901         (__ASSUME_DUP3): Likewise.
52902         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
52903         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
52904         (__ASSUME_AT_RANDOM): Likewise.
52905         (__ASSUME_PREADV): Likewise.
52906         (__ASSUME_PWRITEV): Likewise.
52907         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
52908         (__ASSUME_F_GETOWN_EX): Define unconditionally.
52909         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
52910         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
52911         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
52912         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
52913         (__ASSUME_O_CLOEXEC): Define unconditionally.
52914         (__ASSUME_PSELECT): Do not undefine conditionally.
52915         (__ASSUME_PPOLL): Likewise.
52916         (__ASSUME_ATFCTS): Likewise.
52917         (__ASSUME_SET_ROBUST_LIST): Likewise.
52918         (__ASSUME_UTIMENSAT): Likewise.
52919         (__ASSUME_FDATASYNC): Define unconditionally.
52920         * sysdeps/unix/sysv/linux/arm/kernel-features.h
52921         (__ASSUME_SIGFRAME_V2): Likewise.
52922         )__ASSUME_EVENTFD2): Likewise.
52923         (__ASSUME_SIGNALFD4): Likewise.
52924         (__ASSUME_PSELECT): Do not undefine conditionally.
52925         (__ASSUME_PPOLL): Likewise.
52926         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
52927         (__ASSUME_PSELECT): Define unconditionally.
52928         (__ASSUME_PPOLL): Likewise.
52929         (__ASSUME_O_CLOEXEC): Likewise.
52930         (__ASSUME_SOCK_CLOEXEC): Likewise.
52931         (__ASSUME_IN_NONBLOCK): Likewise.
52932         (__ASSUME_PIPE2): Likewise.
52933         (__ASSUME_EVENTFD2): Likewise.
52934         (__ASSUME_SIGNALFD4): Likewise.
52935         (__ASSUME_DUP3): Likewise.
52936         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
52937         (__ASSUME_O_CLOEXEC): Likewise.
52938         (__ASSUME_SOCK_CLOEXEC): Likewise.
52939         (__ASSUME_IN_NONBLOCK): Likewise.
52940         (__ASSUME_PIPE2): Likewise.
52941         (__ASSUME_EVENTFD2): Likewise.
52942         (__ASSUME_SIGNALFD4): Likewise.
52943         (__ASSUME_DUP3): Likewise.
52944         * sysdeps/unix/sysv/linux/mips/kernel-features.h
52945         (__ASSUME_EVENTFD2): Likewise.
52946         (__ASSUME_SIGNALFD4): Likewise.
52947         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
52949 2014-05-12  Andreas Schwab  <schwab@suse.de>
52951         [BZ #16932]
52952         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
52953         (_nss_nis_gethostbyname4_r): Return error if item length is larger
52954         than maximum RPC packet size.
52955         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
52956         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
52957         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
52958         (_nss_nis_getservbyport_r): Likewise.
52960 2014-05-12  Will Newton  <will.newton@linaro.org>
52962         * malloc/Makefile (tests): Add tst-mallopt.
52963         * malloc/tst-mallopt.c: New file.
52965 2014-05-09  Roland McGrath  <roland@hack.frob.com>
52967         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
52968         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
52970 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52972         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
52973         (tst-tlsmod6.so): Likewise.
52975 2014-05-09  Roland McGrath  <roland@hack.frob.com>
52977         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
52979 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
52981         [BZ #16064]
52982         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
52983         and <dl-procinfo.h>.
52984         (__fegetenv): Save SSE state in envp->__eip if supported.
52985         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
52986         envp->__eip if supported.
52987         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
52988         and <dl-procinfo.h>.
52989         (__fesetenv): Always set __eip, __cs_selector, __opcode,
52990         __data_offset and __data_selector in environment to 0.  Set SSE
52991         state if supported.
52992         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
52993         test-fenv-sse.
52994         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
52995         -mfpmath=sse.
52996         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
52998 2014-05-09  Will Newton  <will.newton@linaro.org>
53000         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
53001         and libc_relro_required for ARM.
53002         * sysdeps/arm/preconfigure: Regenerate.
53004 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
53005             Stefan Liebler  <stli@linux.vnet.ibm.com>
53007         * config.make.in (enable-lock-elision): New Makefile variable.
53008         * configure.ac: Likewise.
53009         * configure: Regenerate.
53010         * sysdeps/s390/configure.ac:
53011         Add check for gcc transactions support.
53012         * sysdeps/s390/configure: Regenerate.
53013         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
53014         Build elision files if enabled.
53015         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
53016         Add lock elision support for s390.
53017         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
53018         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
53019         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
53020         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
53021         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
53022         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
53023         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
53024         Likewise.
53025         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
53026         Likewise.
53027         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
53028         Likewise.
53029         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
53030         Likewise.
53031         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
53032         (__lll_timedlock_elision, __lll_lock_elision)
53033         (__lll_unlock_elision, __lll_trylock_elision)
53034         (lll_timedlock_elision, lll_lock_elision)
53035         (lll_unlock_elision, lll_trylock_elision): Add.
53036         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
53037         (pthread_mutex_t): Add lock elision support for s390.
53039 2014-05-14  Wilco  <wdijkstr@arm.com>
53041         * sysdeps/arm/fclrexcpt.c: Cleanup.
53042         * sysdeps/arm/fedisblxcpt.c: Cleanup.
53043         * sysdeps/arm/feenablxcpt.c: Cleanup.
53044         * sysdeps/arm/fegetenv.c: Cleanup.
53045         * sysdeps/arm/fegetexcept.c: Cleanup.
53046         * sysdeps/arm/fegetround.c: Cleanup.
53047         * sysdeps/arm/feholdexcpt.c: Cleanup.
53048         * sysdeps/arm/fesetenv.c: Cleanup.
53049         * sysdeps/arm/fesetround.c: Cleanup.
53050         * sysdeps/arm/feupdateenv.c: Cleanup.
53051         * sysdeps/arm/fgetexcptflg.c: Cleanup.
53052         * sysdeps/arm/fraiseexcpt.c: Cleanup.
53053         * sysdeps/arm/fsetexcptflg.c: Cleanup.
53054         * sysdeps/arm/ftestexcept.c: Cleanup.
53055         * sysdeps/arm/get-rounding-mode.h: Cleanup.
53056         * sysdeps/arm/setfpucw.c: Cleanup.
53058 2014-05-09  Will Newton  <will.newton@linaro.org>
53060         * sysdeps/arm/armv7/strcmp.S: New file.
53061         * NEWS: Mention addition of ARMv7 optimized strcmp.
53063 2014-05-08  Roland McGrath  <roland@hack.frob.com>
53065         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
53066         look for %.ac rather than %.in.
53068         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
53069         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
53070         * sysdeps/mach/hurd/configure: Regenerated.
53071         * sysdeps/unix/sysv/linux/configure: Regenerated.
53073         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
53075 2014-05-07  Steve Ellcey  <sellcey@mips.com>
53077         [BZ #16922]
53078         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
53079         (LONG_SUB): Ditto.
53080         (PTR_SUB): Ditto.
53082 2014-05-07  Andreas Schwab  <schwab@suse.de>
53084         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
53085         when skipping over non-matching result from nscd.
53087 2014-05-07  Ondƙej BĂ­lka  <neleai@seznam.cz>
53089         [BZ #16876]
53090         * nptl/sockperf.c (client): Check socket return value.
53092         [BZ #16877]
53093         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
53094         nscd security class.
53096 2014-05-06  Roland McGrath  <roland@hack.frob.com>
53098         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
53099         * sysdeps/arm/unwind.h: ... here.
53101 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
53103         [BZ #16916]
53104         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
53105         Define.
53107 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
53109         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
53110         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
53111         multiarch strncpy for PPC64.
53112         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
53113         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
53114         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
53115         multiarch optimizations.
53116         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
53117         (__libc_ifunc_impl_list): Likewise.
53118         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
53119         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
53120         multiarch stpncpy for PPC64.
53121         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
53122         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
53124 2014-05-06  Andreas Schwab  <schwab@suse.de>
53126         [BZ #16912]
53127         * gmon/mcount.c (_MCOUNT_DECL): Use
53128         atomic_compare_and_exchange_bool_acq instead of
53129         catomic_compare_and_exchange_bool_acq.
53131 2014-05-05  Roland McGrath  <roland@hack.frob.com>
53133         * elf/Makefile (others, install-bin): Remove pldd.
53134         (pldd-modules): Variable removed.
53135         ($(objpfx)pldd): Target removed.
53136         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
53137         (others, install-bin): Append pldd here.
53138         ($(objpfx)pldd): New target.
53140         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
53141         to 0, so the first #if test emitted later doesn't see it undefined.
53142         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
53143         * sysdeps/gnu/errlist.c: Regenerated.
53145 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53147         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
53148         [libc_hidden_builtin_def]: Define to empty value.
53149         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
53150         [libc_hidden_builtin_def]: Likewise.
53151         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
53152         [libc_hidden_builtin_def]: Likewise.
53153         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
53154         [libc_hidden_builtin_def]: Likewise.
53155         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
53156         __redirect_memcpy and define ifunc as default hidden symbol.
53157         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
53158         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
53160 2014-05-04  Adam Conrad  <adconrad@0c3.net>
53162         * locale/iso-4217.def: Reintroduce XDR currency.
53164 2014-05-04  Allan McRae  <allan@archlinux.org>
53166         * po/eo.po: Update Esperanto translation from translation project.
53168 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
53170         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
53171         and FEATURE_INDEX_MAX to 1.
53172         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
53174 2014-05-01  Steve Ellcey  <sellcey@mips.com>
53176         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
53177         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
53178         * iconvdata/big5.c (ONE_DIRECTION): Define.
53179         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
53180         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
53181         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
53182         * iconvdata/cp932.c (ONE_DIRECTION): Define.
53183         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
53184         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
53185         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
53186         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
53187         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
53188         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
53189         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
53190         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
53191         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
53192         * iconvdata/gbk.c (ONE_DIRECTION): Define.
53193         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
53194         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
53195         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
53196         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
53197         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
53198         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
53199         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
53200         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
53201         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
53202         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
53203         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
53204         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
53205         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
53206         * iconvdata/iso646.c (ONE_DIRECTION): Define.
53207         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
53208         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
53209         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
53210         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
53211         * iconvdata/johab.c (ONE_DIRECTION): Define.
53212         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
53213         * iconvdata/sjis.c (ONE_DIRECTION): Define.
53214         * iconvdata/t.61.c (ONE_DIRECTION): Define.
53215         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
53216         * iconvdata/tscii.c (ONE_DIRECTION): Define.
53217         * iconvdata/uhc.c (ONE_DIRECTION): Define.
53218         * iconvdata/unicode.c (ONE_DIRECTION): Define.
53219         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
53220         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
53221         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
53223 2014-05-01  Roland McGrath  <roland@hack.frob.com>
53225         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
53226         (_IO_JUMPS_OFFSET): Define to 0.
53228         * nptl/sysdeps/pthread/bits/libc-lock.h
53229         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
53230         (__libc_lock_define_initialized_recursive): Always define using
53231         initializer.  Modern compilers treat uninitialized (implicit zero) and
53232         explicit zero initializers the same (i.e. put the datum in bss).
53234 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
53236         * nscd/nscd-client.h: Include <string.h>.
53238 2014-05-01  David S. Miller  <davem@davemloft.net>
53240         [BZ #16885]
53241         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
53242         multiple zero bytes exist at the end of a string.
53243         Reported by Aurelien Jarno <aurelien@aurel32.net>
53245         * string/test-strcmp.c (check): Add explicit test for situations where
53246         there are multiple zero bytes after the first.
53248 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
53250         [BZ #16890]
53251         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
53252         when compiling wprintf.
53253         * stdio-common/tstdiomisc.c (t3): New function.
53254         (main): Call it.
53256 2014-05-01  Steve Ellcey  <sellcey@mips.com>
53258         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
53259         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
53260         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
53261         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
53263 2014-05-01  Steve Ellcey  <sellcey@mips.com>
53265         * stdlib/longlong.h: Updated from GCC.
53267 2014-05-01  Will Newton  <will.newton@linaro.org>
53268             Bernard Ogden  <bernie.ogden@linaro.org>
53270         * NEWS: Update fixed bug list.
53272         [BZ #15119]
53273         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
53275 2014-04-30  David S. Miller  <davem@davemloft.net>
53277         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
53278         (libc_feholdexcept_setround_sparc_ctx): New function.
53279         (libc_fesetenv_sparc_ctx): Likewise.
53280         (libc_feupdateenv_sparc_ctx): Likewise.
53281         (libc_feholdsetround_sparc_ctx): Likewise.
53282         (libc_feholdexcept_setround_ctx): Define.
53283         (libc_feholdexcept_setroundf_ctx): Likewise.
53284         (libc_feholdexcept_setroundl_ctx): Likewise.
53285         (libc_fesetenv_ctx): Likewise.
53286         (libc_fesetenvf_ctx): Likewise.
53287         (libc_fesetenvl_ctx): Likewise.
53288         (libc_feupdateenv_ctx): Likewise.
53289         (libc_feupdateenvf_ctx): Likewise.
53290         (libc_feupdateenvl_ctx): Likewise.
53291         (libc_feresetround_ctx): Likewise.
53292         (libc_feresetroundf_ctx): Likewise.
53293         (libc_feresetroundl_ctx): Likewise.
53294         (libc_feholdsetround_ctx): Likewise.
53295         (libc_feholdsetroundf_ctx): Likewise.
53296         (libc_feholdsetroundl_ctx): Likewise.
53298         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
53299         with __USE_GNU instead of XOPEN cpp guards.
53301         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
53302         0.
53304         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
53305         with XOPEN cpp guards.
53307 2014-04-30  Julian Brown  <julian@codesourcery.com>
53309         [BZ #16888]
53310         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
53311         handling.
53313 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
53315         [BZ #9894]
53316         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
53317         Change to 2.6.32.
53318         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
53319         * sysdeps/unix/sysv/linux/configure: Regenerated.
53320         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
53321         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
53322         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
53323         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
53324         * README: Update reference to required Linux kernel version.
53325         * manual/install.texi (Linux): Update reference to required Linux
53326         kernel headers version.
53327         * INSTALL: Regenerated.
53329         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
53330         header inclusion.
53331         [POSIX] (limits.h): Likewise.
53332         [POSIX] (math.h): Likewise.
53333         [POSIX] (sys/wait.h): Likewise.
53334         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
53335         function.
53336         [POSIX] (stddef.h): Do not allow header inclusion.
53338 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53340         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
53342 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
53344         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
53345         Return immediately after lll_futex_wake.
53347 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
53349         [BZ #16791]
53350         * nscd/nscd-client.h (datahead_init_common): Initialize entire
53351         structure.
53352         (datahead_init_pos): Call datahead_init_common early.
53353         (datahead_init_neg): Likewise.
53355         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
53356         datahead_init_neg): New functions.
53357         * nscd/aicache.c (addhstaiX): Use them.
53358         * nscd/grpcache.c (cache_addgr): Likewise.
53359         * nscd/hstcache.c (cache_addhst): Likewise.
53360         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53361         * nscd/netgroupcache.c (do_notfound): Likewise.
53362         (addgetnetgrentX): Likewise.
53363         (addinnetgrX): Likewise.
53364         * nscd/pwdcache.c (cache_addpw): Likewise.
53365         * nscd/servicescache.c (cache_addserv): Likewise.
53367 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
53368             Atsushi Onoe  <atsushi@onoe.org>
53370         [BZ #14308]
53371         [BZ #12994]
53372         [BZ #13651]
53373         * resolv/res_query.c (__libc_res_nsearch): Return if at least
53374         one response is valid.
53375         * resolv/res_send.c (send_dg): Check for validity of other
53376         response if the current response is a referral.
53378 2014-04-29  Steve Ellcey  <sellcey@mips.com>
53380         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
53382 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
53384         [BZ #16823]
53385         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
53386         Always divide by positive zero when computing -Inf result.
53387         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
53388         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
53390 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53392         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
53393         FPSCR if value do not change.
53394         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
53395         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
53396         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
53397         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
53398         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
53399         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
53400         function.
53402 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
53404         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
53405         * sysdeps/unix/sysv/linux/hppa: Move directory from
53406         ports/systeps/unix/sysv/linux/hppa.
53407         * README: Update listing for hppa-*-linux-gnu.
53409 2014-04-28  Ondƙej BĂ­lka  <neleai@seznam.cz>
53411         [BZ #16754]
53412         * manual/stdio.texi (Hook functions): Fix types of stream hook
53413         functions.
53414         [BZ #16854]
53415         * socket/sys/socket.h: Fix typo in comment.
53417 2014-04-28  Wilco  <wdijkstr@arm.com>
53419         * sysdeps/arm/fenv_private.h: New file.
53420         * sysdeps/arm/math_private.h: New file.
53421         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
53423 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
53425         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
53426         with __int128_t.
53427         (La_x86_64_retval): Likewise.
53429 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
53431         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
53432         fpsr if value didn't change.
53433         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
53434         to fpcr if value didn't change.
53435         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
53436         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
53437         fpsr or fpcr if value didn't change.
53438         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
53439         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
53440         fpcr if value didn't change.
53441         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
53442         to fpsr if value didn't change.
53444 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
53446         * nptl/tst-sem3.c: Use test-skeleton.c
53447         (main): Rename to do_test.  Use return instead of
53448         exit.
53449         * nptl/tst-sem4.c: Use test-skeleton.c
53450         (main): Rename to do_test.
53452 2014-04-22  David S. Miller  <davem@davemloft.net>
53454         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
53455         (struct sigaction): New struct member __glibc_reserved0, change
53456         type of sa_flags to int.
53458 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
53460         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
53461         (COUNT_LEADING_ZEROS_0): Define for AArch64.
53463 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
53465         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
53466         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
53468 2014-04-22  Will Newton  <will.newton@linaro.org>
53469             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
53471         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
53472         (__longjmp): Add longjmp and longjmp_target SystemTap
53473         probes.
53474         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
53475         (__sigsetjmp): Add setjmp SystemTap probe.
53477 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
53479         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
53480         match manual order.
53482 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53484         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
53486         * sysdeps/powerpc/fpu/fenv_private.h
53487         (libc_feholdexcept_setroundl_ctx): Define to
53488         libc_feholdexcept_setround_ppc_ctx.
53489         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
53490         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
53491         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
53492         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
53494 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
53496         * sysdeps/aarch64/math-tests.h: New file.
53498 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
53500         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
53501         New.
53502         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53503         Check and set bit_AVX2_Usable.
53504         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
53505         macro.
53506         (bit_AVX2): Likewise.
53507         (index_AVX2_Usable): Likewise.
53508         (CPUID_AVX2): Likewise.
53509         (HAS_AVX2): Likewise.
53511 2014-04-17  Will Newton  <will.newton@linaro.org>
53513         * manual/setjmp.texi (System V contexts): Add note that
53514         calling setcontext on a context created by a call to a
53515         signal handler is undefined.  Update text to note that
53516         setcontext from a signal handler is possible but not
53517         recommended.
53519         [BZ #16629]
53520         * stdlib/tst-setcontext.c: Include signal.h.
53521         (main): Check that the signal stack before and
53522         after swapcontext is the same.
53524         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
53525         Re-implement to restore registers in user code and avoid
53526         rt_sigreturn system call.
53528 2014-04-17  Wilco  <wdijkstr@arm.com>
53530         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
53531         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
53532         * math/test-fenv.c: Skip exception trap tests on targets which only
53533         support non-stop mode.
53535 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
53536             Wilco Dijkstra  <wilco.dijkstra@arm.com>
53538         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
53539         (libc_feholdsetround_aarch64_ctx)
53540         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
53541         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
53542         (libc_feresetround_ctx, libc_feresetroundf_ctx)
53543         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
53544         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
53545         (libc_feresetround_noexl_ctx): Define.
53547 2014-04-16  Richard Henderson  <rth@redhat.com>
53549         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
53551         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
53552         unwind tables.
53554         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
53555         const from the non-libc, non-ldso copy.
53557         * sysdeps/alpha/libm-test-ulps: Regenerate.
53559 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
53560             Wilco Dijkstra  <wilco.dijkstra@arm.com>
53562         * sysdeps/aarch64/fpu/math_private.h: New file.
53564 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
53566         * sysdeps/aarch64/libm-test-ulps: Regenerate.
53568 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
53570         [BZ #16275]
53571         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
53572         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
53573         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
53574         Intel MPX bound registers before _dl_profile_fixup.
53575         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
53576         registers after _dl_profile_fixup.  Save and restore bound
53577         registers bnd0/bnd1 when calling _dl_call_pltexit.
53578         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
53579         (LR_BND_OFFSET): Likewise.
53580         (LRV_BND0_OFFSET): Likewise.
53581         (LRV_BND1_OFFSET): Likewise.
53583 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53585         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
53586         to...
53587         * sysdeps/mach/hurd/i386/tls.h: ... here.
53588         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
53589         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
53590         fields.
53592 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53594         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
53596 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
53598         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
53600 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
53602         [BZ #14770]
53603         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
53604         * sysdeps/s390/configure: Regenerate.
53606         [BZ #16824]
53607         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
53608         Set round-to-nearest internally to reduce error accumulation.
53610 2014-04-16  Alan Modra  <amodra@gmail.com>
53612         [BZ #16740]
53613         [BZ #16619]
53614         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
53615         * math/libm-test.inc (frexp_test_data): Add tests.
53616         * NEWS: Update fixed bug list.
53618 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
53620         * benchtests/Makefile: Depend on libraries in build directory.
53621         (bench-math): Separate out math tests.
53622         (bench-pthread): Separate out pthread tests.
53623         (bench): Include math and pthread tests.
53625 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
53627         [BZ #16831]
53628         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
53629         _dl_debug_initialize.
53631         * configure.ac: Remove SELinux header check.
53632         * configure: Regenerate.
53633         * nscd/selinux.c (perms): Array of const char* to permission names.
53634         (nscd_request_avc_has_perm): Call security_deny_unknown to find
53635         default policy. Call string_to_security_class and string_to_av_perm to
53636         translate strings. Enforce default policy and call avs_has_perm with
53637         results of translated strings.
53639 2014-04-13  David S. Miller  <davem@davemloft.net>
53641         * sysdeps/sparc/fpu/libm-test-ulps: Update.
53643 2014-04-12  Allan McRae  <allan@archlinux.org>
53645         [BZ #16838]
53646         * manual/string.texi (Collation Functions): Fix qsort argument
53647         order in example.
53648         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
53650 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
53652         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
53653         Make the test a no-op if there are no exceptions defined.
53655 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
53657         * elf/Makefile (tests): make tst-dlopen-aout conditional on
53658         enable-hardcoded-path-in-tests
53660 2014-04-11  Will Newton  <will.newton@linaro.org>
53662         * benchtests/Makefile (extra-objs): Add json-lib.o.
53663         (bench-func): Tidy up JSON output.
53664         * benchtests/bench-skeleton.c: Include json-lib.h.
53665         (main): Use JSON library functions to do output of
53666         benchmark results.
53667         * benchtests/bench-timing-type.c (main): Output the
53668         timing type simply, leaving formatting to the user.
53669         * benchtests/json-lib.c: New file.
53670         * benchtests/json-lib.h: Likewise.
53672 2014-04-11  Torvald Riegel  <triegel@redhat.com>
53674         [BZ #15215]
53675         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
53676         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
53677         memory barriers.  Add comments.
53678         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
53679         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
53680         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
53681         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
53682         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
53683         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
53685 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
53687         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
53688         * sysdeps/s390/s390-64/configure.ac: ... this ...
53689         * sysdeps/s390/configure.ac: ... to here.
53690         * sysdeps/s390/s390-32/configure: Delete file.
53691         * sysdeps/s390/s390-64/configure: Delete file.
53692         * sysdeps/s390/configure: Regenerate.
53694 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
53696         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
53698 2014-04-11  Will Newton  <will.newton@linaro.org>
53700         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
53701         to zero if it is not defined elsewhere.  (mtrim): Test
53702         the value of MALLOC_DEBUG with #if rather than #ifdef.
53704 2014-04-10 Torvald Riegel  <triegel@redhat.com>
53706         * benchtests/pthread_once-inputs: New file.
53707         * benchtests/pthread_once-source.c: New file.
53708         * benchtests/README: Update documentation.
53710 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
53711             H.J. Lu  <hongjiu.lu@intel.com>
53713         [BZ #16275]
53714         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
53715         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
53716         * sysdeps/x86_64/configure: Regenerated.
53717         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
53718         macro.
53719         (REGISTER_SAVE_RAX): Likewise.
53720         (REGISTER_SAVE_RCX): Likewise.
53721         (REGISTER_SAVE_RDX): Likewise.
53722         (REGISTER_SAVE_RSI): Likewise.
53723         (REGISTER_SAVE_RDI): Likewise.
53724         (REGISTER_SAVE_R8): Likewise.
53725         (REGISTER_SAVE_R9): Likewise.
53726         (REGISTER_SAVE_BND0): Likewise.
53727         (REGISTER_SAVE_BND1): Likewise.
53728         (REGISTER_SAVE_BND2): Likewise.
53729         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
53730         bound registers when calling _dl_fixup.
53732 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53734         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
53735         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
53736         of its definition.
53737         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
53738         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
53739         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
53740         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
53741         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
53742         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
53743         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
53745 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
53747         [BZ #15514]
53748         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
53749         pathconf(_PC_NAME_MAX).
53751 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53753         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
53754         Remove macro usage.
53755         (__PTHREAD_SPINS): Move definition to ...
53756         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
53757         (__PTHREAD_SPINS): ... here.
53758         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
53759         (__PTHREAD_SPIN): Likewise.
53760         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
53761         (__PTHREAD_SPIN): Likewise.
53762         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
53763         (__PTHREAD_SPIN): Likewise.
53764         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
53765         (__PTHREAD_SPIN): Likewise.
53766         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
53767         (__PTHREAD_SPIN): Likewise.
53768         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
53769         (__PTHREAD_SPIN): Likewise.
53770         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
53771         (__PTHREAD_SPIN): Likewise.
53772         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
53773         (__PTHREAD_SPIN): Likewise.
53774         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
53775         (__PTHREAD_SPIN): Likewise.
53776         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
53777         (__PTHREAD_SPIN): Likewise.
53778         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
53779         (__PTHREAD_SPIN): Likewise.
53780         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
53781         (__PTHREAD_SPIN): Likewise.
53783         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
53784         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
53785         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
53786         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
53787         imply folder.
53788         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
53789         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
53790         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
53791         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
53792         correct imply path.
53793         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
53794         strlen symbol for non multi-arch builds.
53795         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
53796         missing hidden_def and weak_alias.
53798 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
53800         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
53802 2014-04-07  Will Newton  <will.newton@linaro.org>
53804         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
53805         and contents.  [!_LIBC] Remove #ifndef and contents.
53806         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
53807         * string/memccpy.c (__memccpy): Use ANSI prototype.
53808         * string/memfrob.c (memfrob): Likewise.
53809         * string/strcoll.c (STRCOLL): Likewise.
53810         * string/strlen.c (strlen): Likewise.
53811         * string/strtok.c (STRTOK): Likewise.
53812         * string/strcat.c: Remove unused #include of memcopy.h.
53813         (strcat): Use ANSI prototype.
53814         * string/strchr.c: Remove unused #include of memcopy.h.
53815         (strchr): Use ANSI prototype.
53816         * string/strcmp.c: Remove unused #include of memcopy.h.
53817         (strcmp): Use ANSI prototype.
53818         * string/strcpy.c: Remove unused #include of memcopy.h.
53819         (strcpy): Use ANSI prototype.
53821 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53823         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
53824         * config.make.in (config-extra-cppflags): Set it from
53825         libc_extra_cppflags.
53826         * configure.ac (libc_extra_cflags): Make it accumulate over
53827         configure fragments.
53828         (libc_extra_cppflags): New flag.
53829         * configure. Regenerate.
53830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
53831         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
53832         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
53833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
53835         [BZ #16815]
53836         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
53837         result for FE_DOWNWARD rounding mode.
53838         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
53839         Likewise.
53840         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
53842 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
53844         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
53845         in function argument name.
53847 2014-04-03  David Svoboda  <svoboda@cert.org>
53849         [BZ #5666]
53850         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
53851         explicitly.
53853 2014-04-03  Roland McGrath  <roland@hack.frob.com>
53855         * elf/dl-unmap-segments.h: New file.
53856         * sysdeps/generic/ldsodefs.h
53857         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
53858         * elf/dl-close.c: Include <dl-unmap-segments.h>.
53859         * elf/dl-fptr.c: Likewise.
53860         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
53861         * sysdeps/aarch64/tlsdesc.c: Likewise.
53862         * sysdeps/arm/tlsdesc.c: Likewise.
53863         * sysdeps/i386/tlsdesc.c: Likewise.
53864         * sysdeps/tile/dl-runtime.c: Likewise.
53865         * sysdeps/x86_64/tlsdesc.c: Likewise.
53866         * elf/dl-load.h: New file.
53867         * elf/dl-load.c: Include it.
53868         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
53869         Macros moved to dl-load.h.
53870         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
53871         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
53872         Use _dl_unmap_segments in place of __munmap.
53873         Break out segment-mapping loop into ...
53874         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
53876 2014-04-03  Will Newton  <will.newton@linaro.org>
53878         * elf/dl-lookup.c (do_lookup_x): Remove comment
53879         referring to nested function and move variable
53880         declarations down to before first use.
53882 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
53884         [BZ #16799]
53885         [BZ #16800]
53886         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
53887         with 0 numerator.
53888         * math/s_catanf.c (__catanf): Likewise.
53889         * math/s_catanh.c (__catanh): Likewise.
53890         * math/s_catanhf.c (__catanhf): Likewise.
53891         * math/s_catanhl.c (__catanhl): Likewise.
53892         * math/s_catanl.c (__catanl): Likewise.
53893         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
53894         by positive zero when computing -Inf result.
53895         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
53896         (catanh_test): Likewise.
53897         * sysdeps/i386/fpu/libm-test-ulps: Update.
53898         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53900         [BZ #16789]
53901         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
53902         instead of using underflowing value in computing result.
53903         * math/s_clog10.c (__clog10): Likewise.
53904         * math/s_clog10f.c (__clog10f): Likewise.
53905         * math/s_clog10l.c (__clog10l): Likewise.
53906         * math/s_clogf.c (__clogf): Likewise.
53907         * math/s_clogl.c (__clogl): Likewise.
53908         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
53909         (clog10_test): Likewise.
53910         * sysdeps/i386/fpu/libm-test-ulps: Update.
53911         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53913 2014-04-02  Alan Modra  <amodra@gmail.com>
53915         [BZ #16739]
53916         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
53917         output when value is near a power of two.  Use int64_t for lx and
53918         remove casts.  Use decimal rather than hex exponent constants.
53919         Don't use long double multiplication when double will suffice.
53920         * math/libm-test.inc (nextafter_test_data): Add tests.
53921         * NEWS: Add 16739 and 16786 to bug list.
53923         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
53925         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
53927 2014-04-01  Will Newton  <will.newton@linaro.org>
53929         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
53930         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
53932 2014-04-01  Florian Weimer  <fweimer@redhat.com>
53934         [BZ #13347]
53935         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
53936         * nptl/tst-setuid2.c: New file.
53937         * nptl/Makefile (xtests): Add tst-setuid2.
53939 2014-04-01  Alan Modra  <amodra@gmail.com>
53941         [BZ #16786]
53942         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
53944 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
53946         [BZ #6803]
53947         [BZ #6804]
53948         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
53949         set errno as appropriate.
53950         * math/w_scalbf.c (__scalbf): Likewise.
53951         * math/w_scalbl.c (__scalbl): Likewise.
53952         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
53953         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
53954         * math/libm-test.inc (scalb_test_data): Add errno expectations.
53955         Add more NaN tests.
53957         [BZ #16349]
53958         * math/w_atan2.c: Include <errno.h>.
53959         (__atan2): Set errno for result underflowing to zero.
53960         * math/w_atan2f.c: Include <errno.h>.
53961         (__atan2f): Set errno for result underflowing to zero.
53962         * math/w_atan2l.c: Include <errno.h>.
53963         (__atan2l): Set errno for result underflowing to zero.
53964         * math/auto-libm-test-in: Don't allow missing errno for some atan2
53965         tests.
53966         * math/auto-libm-test-out: Regenerated.
53968 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53970         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
53971         Encode instruction correctly in little endian.
53972         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
53973         Likewise.
53974         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
53975         Likewise.
53976         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
53977         Likewise.
53978         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
53979         Likewise.
53981 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
53983         [BZ #9894]
53984         * sysdeps/unix/sysv/linux/kernel-features.h
53985         [__sparc__ && !__arch64__ && !__sparc_v9__]
53986         (__ASSUME_SET_ROBUST_LIST): Do not define.
53987         [__sparc__ && !__arch64__ && !__sparc_v9__]
53988         (__ASSUME_FUTEX_LOCK_PI): Likewise.
53989         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
53990         Likewise.
53991         * sysdeps/unix/sysv/linux/arm/kernel-features.h
53992         (__ASSUME_FUTEX_LOCK_PI): Undefine.
53993         (__ASSUME_REQUEUE_PI): Likewise.
53994         (__ASSUME_SET_ROBUST_LIST): Likewise.
53995         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
53996         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
53997         Undefine.
53998         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
53999         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
54000         Likewise.
54001         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
54002         Likewise.
54003         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
54004         Likewise.
54005         * sysdeps/unix/sysv/linux/mips/kernel-features.h
54006         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
54007         Undefine.
54008         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
54009         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
54010         Likewise.
54012         [BZ #16648]
54013         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
54014         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
54015         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
54017 2014-03-31  Will Newton  <will.newton@linaro.org>
54019         * benchtests/Makefile (bench): Add ffs and ffsll to list
54020         of tests.
54021         * benchtests/ffs-inputs: New file.
54022         * benchtests/ffsll-inputs: Likewise.
54024 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
54026         [BZ #16770]
54027         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
54028         too large before casting to int.
54029         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
54030         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
54031         * math/libm-test.inc (scalb_test_data): Add more tests.
54033 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
54035         * benchtests/Makefile (DETAILED_OPT): New make option.
54036         (bench-func): Run benchmark program with -d if DETAILED_OPT is
54037         set.
54038         * benchtests/bench-skeleton.c: Include stdbool.h.
54039         (main): Store and print timings per input.
54040         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
54041         member to each argument value.
54042         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
54043         (_print_arg_data): Initialize per-input timing to 0.
54045         * benchtests/Makefile (timing-type): New binary.
54046         (bench-clean): Also remove bench-timing-type.
54047         (bench): New target for timing-type.
54048         (bench-func): Print output in JSON format.
54049         * benchtests/bench-skeleton.c (main): Print output in JSON
54050         format.
54051         * benchtests/bench-timing-type.c: New file.
54052         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
54053         (TIMING_PRINT_STATS): Remove.
54054         * benchtests/scripts/bench.py (_print_arg_data): Store variant
54055         name separately.
54057         * benchtests/bench-modf.c: Remove.
54058         * benchtests/modf-inputs: New inputs file.
54060 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
54062         [BZ #16362]
54063         * math/s_clog10.c (M_PI_LOG10E): New macro.
54064         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
54065         imaginary parts are 0.
54066         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
54067         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
54068         imaginary parts are 0.
54069         * math/s_clog10l.c (M_PI_LOG10El): New macro.
54070         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
54071         imaginary parts are 0.
54072         * math/libm-test.inc (clog10_test_data): Update expected results
54073         for when real and imaginary parts are 0.
54075 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
54077         * elf/dl-load.c: Finish conversion of __builtin_expect into
54078         __glibc_{un}likely.
54080 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
54082         [BZ #16348]
54083         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
54084         1+x for argument with exponent below -67.
54085         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
54086         Likewise.
54087         * math/auto-libm-test-in: Add more tests of exp.
54088         * math/auto-libm-test-out: Regenerated.
54090 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
54092         [BZ #16759]
54093         * inet/getnetgrent_r.c (get_nonempty_val): New function.
54094         (nscd_getnetgrent): Use it.
54096         [BZ #16760]
54097         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
54098         of stpcpy.
54100 2014-03-27  Andi Kleen  <ak@linux.intel.com>
54102         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
54103         (lll_robust_lock, lll_cond_lock, lll_timedlock)
54104         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
54105         (lll_robust_unlock): Remove out of line section. Use cfi
54106         intrinsics.
54107         (LLL_STUB_UNWIND_INFO*): Remove.
54108         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
54109         (lll_robust_lock, lll_cond_lock, lll_timedlock)
54110         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
54111         (lll_robust_unlock): Remove out of line section. Use cfi
54112         intrinsics.
54113         (LLL_STUB_UNWIND_INFO*): Remove.
54115 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
54117         [BZ #16758]
54118         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
54119         blank values.
54121 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
54123         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
54125 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
54127         [BZ #16198]
54128         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
54129         fnstenv.
54130         * math/test-fenv-preserve.c: New file.
54131         * math/Makefile (tests): Add test-fenv-preserve.
54133 2014-03-26  Will Newton <will.newton@linaro.org>
54135         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
54137 2014-03-25  Roland McGrath  <roland@hack.frob.com>
54139         * scripts/versionlist.awk: Partition the version sets and emit all
54140         GLIBC_* (sorted) before all others (sorted).
54142 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
54144         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
54145         GLIBC_2.2.5 version.
54147 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54149         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
54150         calls.
54152         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
54153         previous change.
54155         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
54157 2014-03-25  Andreas Schwab  <schwab@suse.de>
54159         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
54160         label to be used after in6ailist is initialized.
54162 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54164         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
54165         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
54167 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
54169         [BZ #16357]
54170         [BZ #16599]
54171         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
54172         min_plus_half.
54173         (fp_formats): Update initializers.
54174         (init_fp_formats): Initialize new field.
54175         (output_for_one_input_case): Allow underflow for results up to
54176         min_plus_half.
54177         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
54178         * math/auto-libm-test-in: Don't mark some underflows from asin and
54179         atanh as spurious.
54180         * math/auto-libm-test-out: Regenerated.
54181         * sysdeps/i386/fpu/libm-test-ulps: Update.
54182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54184 2014-03-25  Andreas Schwab  <schwab@suse.de>
54186         * libio/Makefile (tst-ftell-partial-wide-ENV)
54187         (tst-ftell-active-handler-ENV): Define.
54189 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
54191         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
54193 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
54195         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
54197 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
54199         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
54200         * sysdeps/x86_64/fpu/multiarch/e_exp.c
54201         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
54203 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
54205         [BZ #16634]
54206         * elf/dl-load.c (open_verify): Add mode parameter.
54207         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
54208         (open_path): Change from boolean 'secure' to complete flag 'mode'
54209         (_dl_map_object): Adjust.
54210         * elf/Makefile (tests): Add tst-dlopen-aout.
54211         * elf/tst-dlopen-aout.c: New test.
54213 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
54215         [BZ #16714]
54216         * sysdeps/unix/sysv/linux/s390/bits/stat.h
54217         (struct stat): Rename member pad0 to __glibc_reserved0.
54219         [BZ #16712]
54220         * sysdeps/s390/s390-32/bits/wordsize.h
54221         (__WORDSIZE32_SIZE_ULONG): New define.
54222         * sysdeps/s390/s390-64/bits/wordsize.h
54223         (__WORDSIZE32_SIZE_ULONG): Likewise.
54224         * sysdeps/generic/stdint.h (SIZE_MAX):
54225         Define as UL if __WORDSIZE32_SIZE_ULONG.
54227         [BZ #16713]
54228         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
54229         (__glibc_reserved0): New variable.
54230         (sa_flags): Change type to int.
54232         * posix/Makefile (before-compile): Use += before-compile instead
54233         of a :=.
54235         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
54236         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
54238 2014-03-20  Andreas Schwab  <schwab@suse.de>
54240         [BZ #16743]
54241         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
54242         non-matching result from nscd.
54244 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
54246         * scripts/bench.py: Moved to ...
54247         * benchtests/scripts/bench.py: ... here.
54248         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
54250 2014-03-24  Andreas Schwab  <schwab@suse.de>
54252         [BZ #16002]
54253         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
54254         alloca_account and account alloca use for struct in6ailist.
54256 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
54258         [BZ #16284]
54259         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
54260         rounding mode to recompute results that overflow to infinity or
54261         underflow to zero.
54262         * math/auto-libm-test-in: Don't mark tests as expected to fail for
54263         bug 16284.
54264         * math/auto-libm-test-out: Regenerated.
54265         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
54266         (ccosh_test): Likewise.
54267         (csin_test_data): Use plus_oflow.
54268         (csin_test): Use ALL_RM_TEST.
54269         (csinh_test_data): Use plus_oflow.
54270         (csinh_test): Use ALL_RM_TEST.
54271         * sysdeps/i386/fpu/libm-test-ulps: Update.
54272         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54274 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
54276         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
54277         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
54278         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
54280         [BZ #16731]
54281         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
54282         when x - 1 is zero.
54283         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
54284         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
54285         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
54286         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
54287         argument is 1.
54288         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
54289         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
54290         zero.
54291         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
54292         * sysdeps/i386/fpu/libm-test-ulps: Update.
54293         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54295 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
54297         * scripts/bench.pl: Remove file.
54298         * scripts/bench.py: New benchmark script.
54299         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
54300         * benchtests/README: Mention python dependency.
54301         * scripts/pylintrc: New file.
54302         * scripts/pylint: New file.
54304         * bits/mathdef.h: Use #ifdef instead of #if.
54305         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
54306         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
54307         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
54308         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
54309         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
54310         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
54312 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54313             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
54315         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
54316         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
54317         and strpbrk-ppc64 objects.
54318         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54319         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
54320         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
54321         multiarch strpbrk for POWER7.
54322         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
54323         multiarch strpbrk for PPC64.
54324         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
54325         ifunc selector.
54326         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
54327         strpbrk for POWER7.
54329 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
54331         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
54332         (atan_test): Likewise.
54333         (atanh_test_data): Use NO_TEST_INLINE for two tests.
54334         (atanh_test): Use ALL_RM_TEST.
54335         (atan2_test_data): Likewise.
54336         (cabs_test): Likewise.
54337         (cacosh_test): Likewise.
54338         (carg_test): Likewise.
54339         (casin_test): Likewise.
54340         (casinh_test): Likewise.
54341         (cbrt_test): Likewise.
54342         (csqrt_test): Likewise.
54343         (erf_test): Likewise.
54344         (erfc_test): Likewise.
54345         (pow10_test): Likewise.
54346         (exp2_test): Likewise.
54347         (hypot_test): Likewise.
54348         (j0_test): Likewise.
54349         (j1_test): Likewise.
54350         (lgamma_test): Likewise.
54351         (gamma_test): Likewise.
54352         (sincos_test): Likewise.
54353         (tanh_test): Likewise.
54354         (y0_test): Likewise.
54355         (y1_test): Likewise.
54356         * sysdeps/i386/fpu/libm-test-ulps: Update.
54357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54359 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54361         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
54362         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
54363         and strcspn-ppc64 objects.
54364         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54365         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
54366         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
54367         multiarch strcspn for POWER7.
54368         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
54369         multiarch strcspn for PPC64.
54370         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
54371         ifunc selector.
54372         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
54373         strcspn for POWER7.
54375 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
54377         * math/gen-libm-test.pl (generate_testfile): Expect only function
54378         name as argument to AUTO_TESTS_* and pass results for all rounding
54379         modes to parse_args.
54380         (parse_auto_input): Separate inputs of automatic tests from
54381         outputs before storing in %auto_tests.
54382         * math/libm-test.inc (acos_test_data): Update call to
54383         AUTO_TESTS_f_f.
54384         (acos_test): Use ALL_RM_TEST.
54385         (acos_tonearest_test_data): Remove.
54386         (acos_test_tonearest): Likewise.
54387         (acos_towardzero_test_data): Likewise.
54388         (acos_test_towardzero): Likewise.
54389         (acos_downward_test_data): Likewise.
54390         (acos_test_downward): Likewise.
54391         (acos_upward_test_data): Likewise.
54392         (acos_test_upward): Likewise.
54393         (acosh_test_data): Update call to AUTO_TESTS_f_f.
54394         (asin_test_data): Likewise.
54395         (asin_test): Use ALL_RM_TEST.
54396         (asin_tonearest_test_data): Remove.
54397         (asin_test_tonearest): Likewise.
54398         (asin_towardzero_test_data): Likewise.
54399         (asin_test_towardzero): Likewise.
54400         (asin_downward_test_data): Likewise.
54401         (asin_test_downward): Likewise.
54402         (asin_upward_test_data): Likewise.
54403         (asin_test_upward): Likewise.
54404         (asinh_test_data): Update call to AUTO_TESTS_f_f.
54405         (atan_test_data): Likewise.
54406         (atanh_test_data): Likewise.
54407         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
54408         (cabs_test_data): Update call to AUTO_TESTS_c_f.
54409         (carg_test_data): Likewise.
54410         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
54411         (ccos_test_data): Update call to AUTO_TESTS_c_c.
54412         (ccosh_test_data): Likewise.
54413         (cexp_test_data): Likewise.
54414         (clog_test_data): Likewise.
54415         (clog10_test_data): Likewise.
54416         (cos_test_data): Update call to AUTO_TESTS_f_f.
54417         (cos_test): Use ALL_RM_TEST.
54418         (cos_tonearest_test_data): Remove.
54419         (cos_test_tonearest): Likewise.
54420         (cos_towardzero_test_data): Likewise.
54421         (cos_test_towardzero): Likewise.
54422         (cos_downward_test_data): Likewise.
54423         (cos_test_downward): Likewise.
54424         (cos_upward_test_data): Likewise.
54425         (cos_test_upward): Likewise.
54426         (cosh_test_data): Update call to AUTO_TESTS_f_f.
54427         (cosh_test): Use ALL_RM_TEST.
54428         (cosh_tonearest_test_data): Remove.
54429         (cosh_test_tonearest): Likewise.
54430         (cosh_towardzero_test_data): Likewise.
54431         (cosh_test_towardzero): Likewise.
54432         (cosh_downward_test_data): Likewise.
54433         (cosh_test_downward): Likewise.
54434         (cosh_upward_test_data): Likewise.
54435         (cosh_test_upward): Likewise.
54436         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
54437         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
54438         (ctan_test_data): Likewise.
54439         (ctan_test): Use ALL_RM_TEST.
54440         (ctan_tonearest_test_data): Remove.
54441         (ctan_test_tonearest): Likewise.
54442         (ctan_towardzero_test_data): Likewise.
54443         (ctan_test_towardzero): Likewise.
54444         (ctan_downward_test_data): Likewise.
54445         (ctan_test_downward): Likewise.
54446         (ctan_upward_test_data): Likewise.
54447         (ctan_test_upward): Likewise.
54448         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
54449         (ctanh_test): Use ALL_RM_TEST.
54450         (ctanh_tonearest_test_data): Remove.
54451         (ctanh_test_tonearest): Likewise.
54452         (ctanh_towardzero_test_data): Likewise.
54453         (ctanh_test_towardzero): Likewise.
54454         (ctanh_downward_test_data): Likewise.
54455         (ctanh_test_downward): Likewise.
54456         (ctanh_upward_test_data): Likewise.
54457         (ctanh_test_upward): Likewise.
54458         (erf_test_data): Update call to AUTO_TESTS_f_f.
54459         (erfc_test_data): Likewise.
54460         (exp_test_data): Likewise.
54461         (exp_test): Use ALL_RM_TEST.
54462         (exp_tonearest_test_data): Remove.
54463         (exp_test_tonearest): Likewise.
54464         (exp_towardzero_test_data): Likewise.
54465         (exp_test_towardzero): Likewise.
54466         (exp_downward_test_data): Likewise.
54467         (exp_test_downward): Likewise.
54468         (exp_upward_test_data): Likewise.
54469         (exp_test_upward): Likewise.
54470         (exp10_test_data): Update call to AUTO_TESTS_f_f.
54471         (exp10_test): Use ALL_RM_TEST.
54472         (exp10_tonearest_test_data): Remove.
54473         (exp10_test_tonearest): Likewise.
54474         (exp10_towardzero_test_data): Likewise.
54475         (exp10_test_towardzero): Likewise.
54476         (exp10_downward_test_data): Likewise.
54477         (exp10_test_downward): Likewise.
54478         (exp10_upward_test_data): Likewise.
54479         (exp10_test_upward): Likewise.
54480         (exp2_test_data): Update call to AUTO_TESTS_f_f.
54481         (expm1_test_data): Likewise.
54482         (expm1_test): Use ALL_RM_TEST.
54483         (expm1_tonearest_test_data): Remove.
54484         (expm1_test_tonearest): Likewise.
54485         (expm1_towardzero_test_data): Likewise.
54486         (expm1_test_towardzero): Likewise.
54487         (expm1_downward_test_data): Likewise.
54488         (expm1_test_downward): Likewise.
54489         (expm1_upward_test_data): Likewise.
54490         (expm1_test_upward): Likewise.
54491         (fma_test_data): Update call to AUTO_TESTS_fff_f.
54492         (fma_test): Use ALL_RM_TEST.
54493         (fma_towardzero_test_data): Remove.
54494         (fma_test_towardzero): Likewise.
54495         (fma_downward_test_data): Likewise.
54496         (fma_test_downward): Likewise.
54497         (fma_upward_test_data): Likewise.
54498         (fma_test_upward): Likewise.
54499         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
54500         (j0_test_data): Update call to AUTO_TESTS_f_f.
54501         (j1_test_data): Likewise.
54502         (jn_test_data): Update call to AUTO_TESTS_if_f.
54503         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
54504         (log_test_data): Update call to AUTO_TESTS_f_f.
54505         (log10_test_data): Likewise.
54506         (log1p_test_data): Likewise.
54507         (log2_test_data): Likewise.
54508         (pow_test_data): Update call to AUTO_TESTS_ff_f.
54509         (pow_tonearest_test_data): Likewise.
54510         (sin_test_data): Update call to AUTO_TESTS_f_f.
54511         (sin_test): Use ALL_RM_TEST.
54512         (sin_tonearest_test_data): Remove.
54513         (sin_test_tonearest): Likewise.
54514         (sin_towardzero_test_data): Likewise.
54515         (sin_test_towardzero): Likewise.
54516         (sin_downward_test_data): Likewise.
54517         (sin_test_downward): Likewise.
54518         (sin_upward_test_data): Likewise.
54519         (sin_test_upward): Likewise.
54520         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
54521         (sinh_test_data): Update call to AUTO_TESTS_f_f.
54522         (sinh_test): Use ALL_RM_TEST.
54523         (sinh_tonearest_test_data): Remove.
54524         (sinh_test_tonearest): Likewise.
54525         (sinh_towardzero_test_data): Likewise.
54526         (sinh_test_towardzero): Likewise.
54527         (sinh_downward_test_data): Likewise.
54528         (sinh_test_downward): Likewise.
54529         (sinh_upward_test_data): Likewise.
54530         (sinh_test_upward): Likewise.
54531         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
54532         (sqrt_test): Use ALL_RM_TEST.
54533         (sqrt_tonearest_test_data): Remove.
54534         (sqrt_test_tonearest): Likewise.
54535         (sqrt_towardzero_test_data): Likewise.
54536         (sqrt_test_towardzero): Likewise.
54537         (sqrt_downward_test_data): Likewise.
54538         (sqrt_test_downward): Likewise.
54539         (sqrt_upward_test_data): Likewise.
54540         (sqrt_test_upward): Likewise.
54541         (tan_test_data): Update call to AUTO_TESTS_f_f.
54542         (tan_test): Use ALL_RM_TEST.
54543         (tan_tonearest_test_data): Remove.
54544         (tan_test_tonearest): Likewise.
54545         (tan_towardzero_test_data): Likewise.
54546         (tan_test_towardzero): Likewise.
54547         (tan_downward_test_data): Likewise.
54548         (tan_test_downward): Likewise.
54549         (tan_upward_test_data): Likewise.
54550         (tan_test_upward): Likewise.
54551         (tanh_test_data): Update call to AUTO_TESTS_f_f.
54552         (tgamma_test_data): Likewise.
54553         (y0_test_data): Likewise.
54554         (y1_test_data): Likewise.
54555         (yn_test_data): Update call to AUTO_TESTS_if_f.
54556         (main): Do not call removed functions.
54558 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
54560         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
54561         (ldexp_test_data): Remove.
54562         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
54563         scalbn_test_data.
54564         (scalb_test): Use ALL_RM_TEST.
54566 2014-03-19  Andreas Schwab  <schwab@suse.de>
54568         * nscd/nscd.service: Also invalidate netgroup cache on reload.
54570 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
54572         [BZ #16649]
54573         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
54574         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
54575         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
54576         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
54577         (__ASSUME_PREADV): Undefine.
54578         (__ASSUME_PWRITEV): Likewise.
54580 2014-03-18  Roland McGrath  <roland@hack.frob.com>
54582         * bits/mman-linux.h: Add comment about non-Linux use.
54583         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
54584         bits/mman-linux.h resting place.
54586         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
54587         * bits/mman-linux.h: ... here.
54589 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54591         * conform/conformtest.pl: Add standard definition when calling C
54592         preprocessor on data files.
54593         (checknamespace): Remove unused variable.
54595 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
54597         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
54598         minus_oflow, plus_uflow and minus_uflow in expected results.
54599         * math/libm-test.inc (scalbn_test_data): Add more tests of
54600         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
54601         minus_uflow.
54602         (scalbn_test): Use ALL_RM_TEST.
54603         (scalbln_test_data): Add more tests of negative arguments.  Use
54604         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
54605         (scalbln_test): Use ALL_RM_TEST.
54607 2014-03-18  Roland McGrath  <roland@hack.frob.com>
54609         * scripts/abilist.awk: Ignore symbols marked with .hidden.
54611 2014-03-18  Will Newton  <will.newton@linaro.org>
54613         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
54614         inaccurate comment.
54616 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
54618         * Makerules [!subdir] (check-abi): Exit with error status if a
54619         test failed.
54621 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
54623         * math/libm-test.inc (nearbyint_test_data): Include all tests used
54624         for rint.  Include results for all rounding modes.
54625         (nearbyint_test): Use ALL_RM_TEST.
54626         (rint_test_data): Include all tests used for nearbyint.
54628 2014-03-17  Will Newton  <will.newton@linaro.org>
54630         * nptl/sysdeps/pthread/pthread.h: Revert previous
54631         change.
54633         * sysdeps/generic/ldsodefs.h: Revert previous
54634         change.
54636         * libio/genops.c: Revert previous change.
54637         * libio/libioP.h: Likewise.
54638         * stdio-common/vfprintf.c: Likewise.
54640         * sysdeps/generic/math_private.h: Revert previous
54641         change.
54643         * sysdeps/generic/math_private.h: Check whether
54644         HAVE_RM_CTX is defined with #ifdef rather
54645         than #if.
54647         * argp/argp-fmtstream.h: Check whether
54648         __STRICT_ANSI__ is defined with #ifdef rather
54649         than #if.
54650         * argp/argp.h: Likewise.
54652         * libio/genops.c: Check whether
54653         _IO_JUMPS_OFFSET is defined with #ifdef rather
54654         than #if.
54655         * libio/libioP.h: Likewise.
54656         * stdio-common/vfprintf.c: Likewise.
54658         * sysdeps/generic/ldsodefs.h: Check whether
54659         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
54660         than #if.
54662         * nptl/sysdeps/pthread/pthread.h: Check
54663         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
54664         its value.
54666 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
54668         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
54669         setting O_APPEND.
54670         * libio/tst-ftell-active-handler.c (do_append_test): Add a
54671         test case.
54673         [BZ #16680]
54674         * libio/fileops.c (_IO_file_open): Seek to end of file but
54675         don't cache the offset.
54676         (get_file_offset): Remove function.
54677         (do_ftell): Use cached offset when available.
54678         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
54679         don't cache the offset.
54680         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
54681         case.
54682         (do_one_test): Call it.
54683         (do_ftell_test): Fix up expected old offset for a+ mode.
54684         * libio/wfileops.c (do_ftell_wide): Used cached offset when
54685         available.
54687         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
54688         up test status with function return status.
54689         (do_write_test): Likewise.
54690         (do_append_test): Likewise.
54692         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
54693         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
54694         Remove.
54696 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
54698         * math/gen-libm-test.pl (parse_args): Handle results specified for
54699         each rounding mode separately.
54700         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
54701         tests and results from lrint_tonearest_test_data,
54702         lrint_towardzero_test_data, lrint_downward_test_data and
54703         lrint_upward_test_data.
54704         (lrint_test): Use ALL_RM_TEST.
54705         (lrint_tonearest_test_data): Remove.
54706         (lrint_test_tonearest): Likewise.
54707         (lrint_towardzero_test_data): Likewise.
54708         (lrint_test_towardzero): Likewise.
54709         (lrint_downward_test_data): Likewise.
54710         (lrint_test_downward): Likewise.
54711         (lrint_upward_test_data): Likewise.
54712         (lrint_test_upward): Likewise.
54713         (llrint_test_data): Merge in per-rounding-mode tests and results
54714         from llrint_tonearest_test_data, llrint_towardzero_test_data,
54715         llrint_downward_test_data and llrint_upward_test_data.
54716         (llrint_test): Use ALL_RM_TEST.
54717         (llrint_tonearest_test_data): Remove.
54718         (llrint_test_tonearest): Likewise.
54719         (llrint_towardzero_test_data): Likewise.
54720         (llrint_test_towardzero): Likewise.
54721         (llrint_downward_test_data): Likewise.
54722         (llrint_test_downward): Likewise.
54723         (llrint_upward_test_data): Likewise.
54724         (llrint_test_upward): Likewise.
54725         (rint_test_data): Merge in per-rounding-mode tests and results
54726         from rint_tonearest_test_data, rint_towardzero_test_data,
54727         rint_downward_test_data and rint_upward_test_data.  Add
54728         per-rounding-mode results for tests not in those arrays.
54729         (rint_test): Use ALL_RM_TEST.
54730         (rint_tonearest_test_data): Remove.
54731         (rint_test_tonearest): Likewise.
54732         (rint_towardzero_test_data): Likewise.
54733         (rint_test_towardzero): Likewise.
54734         (rint_downward_test_data): Likewise.
54735         (rint_test_downward): Likewise.
54736         (rint_upward_test_data): Likewise.
54737         (rint_test_upward): Likewise.
54738         (main): Don't call removed functions.
54740 2014-03-14  Roland McGrath  <roland@hack.frob.com>
54742         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
54743         "Compiled on ..." crapola.  It is anti-useful.
54745 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
54747         * scripts/evaluate-test.sh: Handle fourth argument to determine
54748         whether test run should stop on failure.
54749         * Makeconfig (stop-on-test-failure): New variable.
54750         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
54751         $(stop-on-test-failure).
54752         * Makefile (tests): Give a summary of results from testing and
54753         exit with failure status if they include an ERROR or FAIL.
54754         (xtests): Likewise.
54755         * manual/install.texi (Configuring and compiling): Mention
54756         stop-on-test-failure=y.
54757         * INSTALL: Regenerated.
54759 2014-03-14  Roland McGrath  <roland@hack.frob.com>
54761         * scripts/versionlist.awk: New file.
54762         * Makerules [$(build-shared) = yes]
54763         (postclean-generated): Add Versions.def, not Versions.def.v and
54764         Versions.def.v.i.
54765         ($(common-objpfx)Versions.def.v.i): Target removed.
54766         ($(common-objpfx)Versions.def): New target.
54767         ($(common-objpfx)Versions.all): Depend on that rather that
54768         $(common-objpfx)Versions.def.v.
54769         * Versions.def: File removed.
54771         * Makeconfig (+gccwarn): Add -Wundef.
54772         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
54773         a dl-sysdep.h breaking its contract.
54774         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
54775         * include/stackinfo.h: New file.
54776         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
54777         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
54778         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
54779         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
54780         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
54781         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
54782         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
54783         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
54784         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
54785         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
54786         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
54787         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
54788         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
54789         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
54790         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
54792 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54794         [BZ #16707]
54795         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
54796         implementation.
54797         * math/libm-test.inc (round_test_data): Add more tests.
54799         [BZ #16706]
54800         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
54801         implementation.
54802         * math/libm-test.inc (nearbyint_test_data): Add more tests.
54804         [BZ #16701]
54805         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
54806         implementation.
54807         * math/libm-test.inc (ceil_test_data): Add more tests.
54809         * math/libm-test.inc (trunc_test_data): Add more tests related to
54810         BZ#16414.
54812 2014-03-14  Roland McGrath  <roland@hack.frob.com>
54814         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
54815         with #if rather than #ifdef.
54816         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
54818 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
54820         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
54821         first.  Disable AVX-512 GCC support if assembler doesn't support
54822         it.
54823         * sysdeps/x86_64/configure: Regenerated.
54825 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
54827         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
54828         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
54829         (__old_pthread_attr_setstack): Likewise.
54830         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
54831         [!_STACK_GROWS_DOWN]: Likewise.
54833 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
54835         * config.make.in (have-bash2): Delete.
54836         * configure.ac (libc_cv_have_bash2): Delete.
54837         * configure: Regenerate.
54838         * elf/Makefile (common-ldd-rewrite): Rename to ...
54839         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
54840         (sh-ldd-rewrite): Delete.
54841         (bash-ldd-rewrite): Delete.
54842         (have-bash2): Delete checks.
54843         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
54844         ldd-rewrite.
54846         * config.make.in (have-ksh): Delete.
54847         (KSH): Delete.
54848         * configure.ac (libc_cv_have_ksh): Delete.
54849         * configure: Regenerate.
54851         * elf/Makefile: Delete $(have-ksh) check.
54852         ($(objpfx)sotruss): Change KSH to BASH.
54853         * elf/sotruss.ksh: Rename to ...
54854         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
54855         function style to match POSIX.  Drop ksh vim mode setting.
54857         * manual/time.texi (Specifying the Time Zone with TZ): Change
54858         Tuesday to Thursday.
54860         * debug/tst-longjmp_chk2.c: Update header comment.
54861         (stackoverflow_handler): Add comment.  Call assert on pass value.
54863 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
54865         [BZ #16194]
54866         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
54867         (HAVE_AVX512_ASM_SUPPORT): Likewise.
54868         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
54869         (La_x86_64_vector): Add zmm.
54870         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
54871         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
54872         ($(objpfx)tst-audit10): New target.
54873         ($(objpfx)tst-audit10.out): Likewise.
54874         (tst-audit10-ENV): New.
54875         (AVX512-CFLAGS): Likewise.
54876         (CFLAGS-tst-audit10.c): Likewise.
54877         (CFLAGS-tst-auditmod10a.c): Likewise.
54878         (CFLAGS-tst-auditmod10b.c): Likewise.
54879         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
54880         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
54881         * sysdeps/x86_64/configure: Regenerated.
54882         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
54883         AVX-512 zmm register support.
54884         (_dl_x86_64_save_sse): Likewise.
54885         (_dl_x86_64_restore_sse): Likewise.
54886         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
54887         size vector registers.
54888         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
54889         (ZMM_SIZE): Likewise.
54890         * sysdeps/x86_64/tst-audit10.c: New file.
54891         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
54892         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
54894 2014-03-13  Roland McGrath  <roland@hack.frob.com>
54896         * configure.ac (HAVE_EHDR_START): New check.
54897         * configure: Regenerated.
54898         * config.h.in (HAVE_EHDR_START): New #undef.
54899         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
54900         assuming the lowest-addressed segment maps the start of the file.
54902 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
54904         * INSTALL: Regenerated.
54906 2014-03-13  Will Newton  <will.newton@linaro.org>
54908         * manual/setjmp.texi (System V contexts): Improve
54909         clarity and grammar of documentation.
54911 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
54913         [BZ #16381]
54914         * elf/Makefile (tests): Add tst-pie2.
54915         (tests-pie): Add tst-pie2.
54916         * elf/tst-pie2.c: New file.
54917         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
54918         for ET_EXEC.
54919         * elf/rtld.c (map_doit): Load executable as lt_executable.
54920         (dl_main): Likewise.
54922 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
54924         [BZ #16642]
54925         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
54926         (__ASSUME_PSELECT): Undefine.
54928 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54930         [BZ #16689]
54931         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
54932         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
54933         static build.
54934         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
54935         selector for static builds.
54937 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
54939         [BZ #16695]
54940         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
54941         key in the buffer.
54943 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54945         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
54946         IFUNC selector for static builds.
54948 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
54950         * sysdeps/mips/math_private.h [__mips_hard_float]
54951         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
54952         libc_feresetround_mips_ctx.
54953         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
54954         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
54955         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
54957         [BZ #16677]
54958         * math/s_nextafter.c (__nextafter): Do not return value from
54959         overflowing computation.
54960         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
54961         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
54962         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
54963         Likewise.
54964         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
54965         Likewise.
54966         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
54967         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
54969 2014-03-11  Roland McGrath  <roland@hack.frob.com>
54971         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
54972         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
54973         Move sfi_sp use from the load-multiple (that no longer sets sp) to
54974         the new mov targetting sp.
54976 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54978         [BZ #16683]
54979         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
54980         Define it for static builds as well.
54981         (NO_BZERO_IMPL): Likewise.
54983 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
54985         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
54986         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
54987         multiarch strspn for PPC64.
54988         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
54989         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
54990         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
54991         (__libc_ifunc_impl_list): Likewise.
54992         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
54993         multiarch optimizations
54994         * string/strspn.c (strspn): Using macro to redefine symbol name.
54996 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
54997             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54999         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
55000         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
55001         multiarch strncat for PPC64.
55002         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
55003         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
55004         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
55005         (__libc_ifunc_impl_list): Likewise.
55006         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
55007         multiarch optimizations
55009 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
55011         [BZ #16639]
55012         * nscd/nscd.service: Make service type forking.
55014 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55016         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
55017         sign in non default rounding modes.
55018         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
55020 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
55022         * math/libm-test.inc (ALL_RM_TEST): New macro.
55023         (ceil_test): Use ALL_RM_TEST.
55024         (cimag_test): Likewise.
55025         (conj_test): Likewise.
55026         (copysign_test): Likewise.
55027         (cproj_test): Likewise.
55028         (creal_test): Likewise.
55029         (fabs_test): Likewise.
55030         (floor_test): Likewise.
55031         (fmax_test): Likewise.
55032         (fmin_test): Likewise.
55033         (fmod_test): Likewise.
55034         (fpclassify_test): Likewise.
55035         (frexp_test): Likewise.
55036         (ilogb_test): Likewise.
55037         (isfinite_test): Likewise.
55038         (finite_test): Likewise.
55039         (isgreater_test): Likewise.
55040         (isgreaterequal_test): Likewise.
55041         (isinf_test): Likewise.
55042         (isless_test): Likewise.
55043         (islessequal_test): Likewise.
55044         (islessgreater_test): Likewise.
55045         (isnan_test): Likewise.
55046         (isnormal_test): Likewise.
55047         (issignaling_test): Likewise.
55048         (isunordered_test): Likewise.
55049         (logb_test): Likewise.
55050         (logb_downward_test_data): Remove.
55051         (logb_test_downward): Likewise.
55052         (lround_test): Use ALL_RM_TEST.
55053         (llround_test): Likewise.
55054         (modf_test): Likewise.
55055         (nexttoward_test): Likewise.
55056         (remainder_test): Likewise.
55057         (drem_test): Likewise.
55058         (remainder_tonearest_test_data): Likewise.
55059         (remainder_test_tonearest): Likewise.
55060         (drem_test_tonearest): Likewise.
55061         (remainder_towardzero_test_data): Likewise.
55062         (remainder_test_towardzero): Likewise.
55063         (drem_test_towardzero): Likewise.
55064         (remainder_downward_test_data): Likewise.
55065         (remainder_test_downward): Likewise.
55066         (drem_test_downward): Likewise.
55067         (remainder_upward_test_data): Likewise.
55068         (remainder_test_upward): Likewise.
55069         (drem_test_upward): Likewise.
55070         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
55071         (round_test): Use ALL_RM_TEST.
55072         (signbit_test): Likewise.
55073         (trunc_test): Likewise.
55074         (significand_test): Likewise.
55075         (main): Don't call removed functions.
55077 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
55079         [BZ #16674]
55080         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
55081         || __USE_XOPEN2K8].
55082         (ILL_ILLOPN): Likewise.
55083         (ILL_ILLADR): Likewise.
55084         (ILL_ILLTRP): Likewise.
55085         (ILL_PRVOPC): Likewise.
55086         (ILL_PRVREG): Likewise.
55087         (ILL_COPROC): Likewise.
55088         (ILL_BADSTK): Likewise.
55089         (FPE_INTDIV): Likewise.
55090         (FPE_INTOVF): Likewise.
55091         (FPE_FLTDIV): Likewise.
55092         (FPE_FLTOVF): Likewise.
55093         (FPE_FLTUND): Likewise.
55094         (FPE_FLTRES): Likewise.
55095         (FPE_FLTINV): Likewise.
55096         (FPE_FLTSUB): Likewise.
55097         (SEGV_MAPERR): Likewise.
55098         (SEGV_ACCERR): Likewise.
55099         (BUS_ADRALN): Likewise.
55100         (BUS_ADRERR): Likewise.
55101         (BUS_OBJERR): Likewise.
55102         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
55103         (TRAP_TRACE): Likewise.
55104         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
55105         __USE_XOPEN2K8].
55106         (CLD_KILLED): Likewise.
55107         (CLD_DUMPED): Likewise.
55108         (CLD_TRAPPED): Likewise.
55109         (CLD_STOPPED): Likewise.
55110         (CLD_CONTINUED): Likewise.
55111         (POLL_IN): Likewise.
55112         (POLL_OUT): Likewise.
55113         (POLL_MSG): Likewise.
55114         (POLL_ERR): Likewise.
55115         (POLL_PRI): Likewise.
55116         (POLL_HUP): Likewise.
55117         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
55118         Likewise.
55119         (ILL_ILLOPN): Likewise.
55120         (ILL_ILLADR): Likewise.
55121         (ILL_ILLTRP): Likewise.
55122         (ILL_PRVOPC): Likewise.
55123         (ILL_PRVREG): Likewise.
55124         (ILL_COPROC): Likewise.
55125         (ILL_BADSTK): Likewise.
55126         (FPE_INTDIV): Likewise.
55127         (FPE_INTOVF): Likewise.
55128         (FPE_FLTDIV): Likewise.
55129         (FPE_FLTOVF): Likewise.
55130         (FPE_FLTUND): Likewise.
55131         (FPE_FLTRES): Likewise.
55132         (FPE_FLTINV): Likewise.
55133         (FPE_FLTSUB): Likewise.
55134         (SEGV_MAPERR): Likewise.
55135         (SEGV_ACCERR): Likewise.
55136         (BUS_ADRALN): Likewise.
55137         (BUS_ADRERR): Likewise.
55138         (BUS_OBJERR): Likewise.
55139         (BUS_MCEERR_AR): Likewise.
55140         (BUS_MCEERR_AO): Likewise.
55141         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
55142         (TRAP_TRACE): Likewise.
55143         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
55144         __USE_XOPEN2K8].
55145         (CLD_KILLED): Likewise.
55146         (CLD_DUMPED): Likewise.
55147         (CLD_TRAPPED): Likewise.
55148         (CLD_STOPPED): Likewise.
55149         (CLD_CONTINUED): Likewise.
55150         (POLL_IN): Likewise.
55151         (POLL_OUT): Likewise.
55152         (POLL_MSG): Likewise.
55153         (POLL_ERR): Likewise.
55154         (POLL_PRI): Likewise.
55155         (POLL_HUP): Likewise.
55156         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
55157         (ILL_ILLOPN): Likewise.
55158         (ILL_ILLADR): Likewise.
55159         (ILL_ILLTRP): Likewise.
55160         (ILL_PRVOPC): Likewise.
55161         (ILL_PRVREG): Likewise.
55162         (ILL_COPROC): Likewise.
55163         (ILL_BADSTK): Likewise.
55164         (FPE_INTDIV): Likewise.
55165         (FPE_INTOVF): Likewise.
55166         (FPE_FLTDIV): Likewise.
55167         (FPE_FLTOVF): Likewise.
55168         (FPE_FLTUND): Likewise.
55169         (FPE_FLTRES): Likewise.
55170         (FPE_FLTINV): Likewise.
55171         (FPE_FLTSUB): Likewise.
55172         (SEGV_MAPERR): Likewise.
55173         (SEGV_ACCERR): Likewise.
55174         (BUS_ADRALN): Likewise.
55175         (BUS_ADRERR): Likewise.
55176         (BUS_OBJERR): Likewise.
55177         (BUS_MCEERR_AR): Likewise.
55178         (BUS_MCEERR_AO): Likewise.
55179         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
55180         (TRAP_TRACE): Likewise.
55181         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
55182         __USE_XOPEN2K8].
55183         (CLD_KILLED): Likewise.
55184         (CLD_DUMPED): Likewise.
55185         (CLD_TRAPPED): Likewise.
55186         (CLD_STOPPED): Likewise.
55187         (CLD_CONTINUED): Likewise.
55188         (POLL_IN): Likewise.
55189         (POLL_OUT): Likewise.
55190         (POLL_MSG): Likewise.
55191         (POLL_ERR): Likewise.
55192         (POLL_PRI): Likewise.
55193         (POLL_HUP): Likewise.
55194         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
55195         Likewise.
55196         (ILL_ILLOPN): Likewise.
55197         (ILL_ILLADR): Likewise.
55198         (ILL_ILLTRP): Likewise.
55199         (ILL_PRVOPC): Likewise.
55200         (ILL_PRVREG): Likewise.
55201         (ILL_COPROC): Likewise.
55202         (ILL_BADSTK): Likewise.
55203         (ILL_BADIADDR): Likewise.
55204         (ILL_BREAK): Likewise.
55205         (FPE_INTDIV): Likewise.
55206         (FPE_INTOVF): Likewise.
55207         (FPE_FLTDIV): Likewise.
55208         (FPE_FLTOVF): Likewise.
55209         (FPE_FLTUND): Likewise.
55210         (FPE_FLTRES): Likewise.
55211         (FPE_FLTINV): Likewise.
55212         (FPE_FLTSUB): Likewise.
55213         (FPE_DECOVF): Likewise.
55214         (FPE_DECDIV): Likewise.
55215         (FPE_DECERR): Likewise.
55216         (FPE_INVASC): Likewise.
55217         (FPE_INVDEC): Likewise.
55218         (SEGV_MAPERR): Likewise.
55219         (SEGV_ACCERR): Likewise.
55220         (SEGV_PSTKOVF): Likewise.
55221         (BUS_ADRALN): Likewise.
55222         (BUS_ADRERR): Likewise.
55223         (BUS_OBJERR): Likewise.
55224         (BUS_MCEERR_AR): Likewise.
55225         (BUS_MCEERR_AO): Likewise.
55226         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
55227         (TRAP_TRACE): Likewise.
55228         (TRAP_BRANCH): Likewise.
55229         (TRAP_HWBKPT): Likewise.
55230         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
55231         __USE_XOPEN2K8].
55232         (CLD_KILLED): Likewise.
55233         (CLD_DUMPED): Likewise.
55234         (CLD_TRAPPED): Likewise.
55235         (CLD_STOPPED): Likewise.
55236         (CLD_CONTINUED): Likewise.
55237         (POLL_IN): Likewise.
55238         (POLL_OUT): Likewise.
55239         (POLL_MSG): Likewise.
55240         (POLL_ERR): Likewise.
55241         (POLL_PRI): Likewise.
55242         (POLL_HUP): Likewise.
55243         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
55244         (ILL_ILLOPN): Likewise.
55245         (ILL_ILLADR): Likewise.
55246         (ILL_ILLTRP): Likewise.
55247         (ILL_PRVOPC): Likewise.
55248         (ILL_PRVREG): Likewise.
55249         (ILL_COPROC): Likewise.
55250         (ILL_BADSTK): Likewise.
55251         (FPE_INTDIV): Likewise.
55252         (FPE_INTOVF): Likewise.
55253         (FPE_FLTDIV): Likewise.
55254         (FPE_FLTOVF): Likewise.
55255         (FPE_FLTUND): Likewise.
55256         (FPE_FLTRES): Likewise.
55257         (FPE_FLTINV): Likewise.
55258         (FPE_FLTSUB): Likewise.
55259         (SEGV_MAPERR): Likewise.
55260         (SEGV_ACCERR): Likewise.
55261         (BUS_ADRALN): Likewise.
55262         (BUS_ADRERR): Likewise.
55263         (BUS_OBJERR): Likewise.
55264         (BUS_MCEERR_AR): Likewise.
55265         (BUS_MCEERR_AO): Likewise.
55266         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
55267         (TRAP_TRACE): Likewise.
55268         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
55269         __USE_XOPEN2K8].
55270         (CLD_KILLED): Likewise.
55271         (CLD_DUMPED): Likewise.
55272         (CLD_TRAPPED): Likewise.
55273         (CLD_STOPPED): Likewise.
55274         (CLD_CONTINUED): Likewise.
55275         (POLL_IN): Likewise.
55276         (POLL_OUT): Likewise.
55277         (POLL_MSG): Likewise.
55278         (POLL_ERR): Likewise.
55279         (POLL_PRI): Likewise.
55280         (POLL_HUP): Likewise.
55281         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
55282         (ILL_ILLOPN): Likewise.
55283         (ILL_ILLADR): Likewise.
55284         (ILL_ILLTRP): Likewise.
55285         (ILL_PRVOPC): Likewise.
55286         (ILL_PRVREG): Likewise.
55287         (ILL_COPROC): Likewise.
55288         (ILL_BADSTK): Likewise.
55289         (FPE_INTDIV): Likewise.
55290         (FPE_INTOVF): Likewise.
55291         (FPE_FLTDIV): Likewise.
55292         (FPE_FLTOVF): Likewise.
55293         (FPE_FLTUND): Likewise.
55294         (FPE_FLTRES): Likewise.
55295         (FPE_FLTINV): Likewise.
55296         (FPE_FLTSUB): Likewise.
55297         (SEGV_MAPERR): Likewise.
55298         (SEGV_ACCERR): Likewise.
55299         (BUS_ADRALN): Likewise.
55300         (BUS_ADRERR): Likewise.
55301         (BUS_OBJERR): Likewise.
55302         (BUS_MCEERR_AR): Likewise.
55303         (BUS_MCEERR_AO): Likewise.
55304         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
55305         (TRAP_TRACE): Likewise.
55306         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
55307         __USE_XOPEN2K8].
55308         (CLD_KILLED): Likewise.
55309         (CLD_DUMPED): Likewise.
55310         (CLD_TRAPPED): Likewise.
55311         (CLD_STOPPED): Likewise.
55312         (CLD_CONTINUED): Likewise.
55313         (POLL_IN): Likewise.
55314         (POLL_OUT): Likewise.
55315         (POLL_MSG): Likewise.
55316         (POLL_ERR): Likewise.
55317         (POLL_PRI): Likewise.
55318         (POLL_HUP): Likewise.
55319         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
55320         (ILL_ILLOPN): Likewise.
55321         (ILL_ILLADR): Likewise.
55322         (ILL_ILLTRP): Likewise.
55323         (ILL_PRVOPC): Likewise.
55324         (ILL_PRVREG): Likewise.
55325         (ILL_COPROC): Likewise.
55326         (ILL_BADSTK): Likewise.
55327         (FPE_INTDIV): Likewise.
55328         (FPE_INTOVF): Likewise.
55329         (FPE_FLTDIV): Likewise.
55330         (FPE_FLTOVF): Likewise.
55331         (FPE_FLTUND): Likewise.
55332         (FPE_FLTRES): Likewise.
55333         (FPE_FLTINV): Likewise.
55334         (FPE_FLTSUB): Likewise.
55335         (SEGV_MAPERR): Likewise.
55336         (SEGV_ACCERR): Likewise.
55337         (BUS_ADRALN): Likewise.
55338         (BUS_ADRERR): Likewise.
55339         (BUS_OBJERR): Likewise.
55340         (BUS_MCEERR_AR): Likewise.
55341         (BUS_MCEERR_AO): Likewise.
55342         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
55343         (TRAP_TRACE): Likewise.
55344         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
55345         __USE_XOPEN2K8].
55346         (CLD_KILLED): Likewise.
55347         (CLD_DUMPED): Likewise.
55348         (CLD_TRAPPED): Likewise.
55349         (CLD_STOPPED): Likewise.
55350         (CLD_CONTINUED): Likewise.
55351         (POLL_IN): Likewise.
55352         (POLL_OUT): Likewise.
55353         (POLL_MSG): Likewise.
55354         (POLL_ERR): Likewise.
55355         (POLL_PRI): Likewise.
55356         (POLL_HUP): Likewise.
55357         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
55358         (ILL_ILLOPN): Likewise.
55359         (ILL_ILLADR): Likewise.
55360         (ILL_ILLTRP): Likewise.
55361         (ILL_PRVOPC): Likewise.
55362         (ILL_PRVREG): Likewise.
55363         (ILL_COPROC): Likewise.
55364         (ILL_BADSTK): Likewise.
55365         (ILL_DBLFLT): Likewise.
55366         (ILL_HARDWALL): Likewise.
55367         (FPE_INTDIV): Likewise.
55368         (FPE_INTOVF): Likewise.
55369         (FPE_FLTDIV): Likewise.
55370         (FPE_FLTOVF): Likewise.
55371         (FPE_FLTUND): Likewise.
55372         (FPE_FLTRES): Likewise.
55373         (FPE_FLTINV): Likewise.
55374         (FPE_FLTSUB): Likewise.
55375         (SEGV_MAPERR): Likewise.
55376         (SEGV_ACCERR): Likewise.
55377         (BUS_ADRALN): Likewise.
55378         (BUS_ADRERR): Likewise.
55379         (BUS_OBJERR): Likewise.
55380         (BUS_MCEERR_AR): Likewise.
55381         (BUS_MCEERR_AO): Likewise.
55382         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
55383         (TRAP_TRACE): Likewise.
55384         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
55385         __USE_XOPEN2K8].
55386         (CLD_KILLED): Likewise.
55387         (CLD_DUMPED): Likewise.
55388         (CLD_TRAPPED): Likewise.
55389         (CLD_STOPPED): Likewise.
55390         (CLD_CONTINUED): Likewise.
55391         (POLL_IN): Likewise.
55392         (POLL_OUT): Likewise.
55393         (POLL_MSG): Likewise.
55394         (POLL_ERR): Likewise.
55395         (POLL_PRI): Likewise.
55396         (POLL_HUP): Likewise.
55397         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
55398         (ILL_ILLOPN): Likewise.
55399         (ILL_ILLADR): Likewise.
55400         (ILL_ILLTRP): Likewise.
55401         (ILL_PRVOPC): Likewise.
55402         (ILL_PRVREG): Likewise.
55403         (ILL_COPROC): Likewise.
55404         (ILL_BADSTK): Likewise.
55405         (FPE_INTDIV): Likewise.
55406         (FPE_INTOVF): Likewise.
55407         (FPE_FLTDIV): Likewise.
55408         (FPE_FLTOVF): Likewise.
55409         (FPE_FLTUND): Likewise.
55410         (FPE_FLTRES): Likewise.
55411         (FPE_FLTINV): Likewise.
55412         (FPE_FLTSUB): Likewise.
55413         (SEGV_MAPERR): Likewise.
55414         (SEGV_ACCERR): Likewise.
55415         (BUS_ADRALN): Likewise.
55416         (BUS_ADRERR): Likewise.
55417         (BUS_OBJERR): Likewise.
55418         (BUS_MCEERR_AR): Likewise.
55419         (BUS_MCEERR_AO): Likewise.
55420         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
55421         (TRAP_TRACE): Likewise.
55422         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
55423         __USE_XOPEN2K8].
55424         (CLD_KILLED): Likewise.
55425         (CLD_DUMPED): Likewise.
55426         (CLD_TRAPPED): Likewise.
55427         (CLD_STOPPED): Likewise.
55428         (CLD_CONTINUED): Likewise.
55429         (POLL_IN): Likewise.
55430         (POLL_OUT): Likewise.
55431         (POLL_MSG): Likewise.
55432         (POLL_ERR): Likewise.
55433         (POLL_PRI): Likewise.
55434         (POLL_HUP): Likewise.
55435         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
55436         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
55438         [BZ #16670]
55439         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
55440         before #include of <time.h>.
55441         [!__USE_XOPEN2K] (__need_timespec): Likewise.
55442         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
55443         (test-xfail-UNIX98/sched.h/conform): Likewise.
55445 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
55447         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
55448         error absence of trapping exception support.
55449         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
55451 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
55453         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
55454         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
55455         * timezone/Makefile (testdata): Move definition above include of
55456         Rules.
55457         (test-zones): New variable.
55458         (tests-special): Add zone files.
55459         (build-testdata): Use $(evaluate-test).
55461         * elf/Makefile (tests-special): Rename tests to end with .out.
55462         ($(objpfx)noload-mem): Likewise.
55463         ($(objpfx)tst-leaks1-mem): Likewise.
55464         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
55465         * iconv/Makefile (xtests-special): Change test-iconvconfig to
55466         $(objpfx)test-iconvconfig.out.
55467         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
55468         set -e inside subshell and redirect output to file.
55469         * iconvdata/Makefile (generated): Rename tests to end with .out.
55470         Correct type.
55471         (tests-special): Rename tests to end with .out.
55472         ($(objpfx)mtrace-tst-loading): Likewise.
55473         * intl/Makefile (generated): Likewise.
55474         (tests-special): Likewise.
55475         ($(objpfx)mtrace-tst-gettext): Likewise.
55476         * misc/Makefile (generated): Likewise.
55477         (tests-special): Likewise.
55478         ($(objpfx)tst-error1-mem): Likewise.
55479         * nptl/Makefile (tests-special): Likewise.
55480         ($(objpfx)tst-stack3-mem): Likewise.
55481         (generated): Likewise.
55482         * posix/Makefile (generated): Likewise.
55483         (tests-special): Likewise.
55484         (xtests-special): Likewise.
55485         ($(objpfx)tst-fnmatch-mem): Likewise.
55486         ($(objpfx)bug-regex2-mem): Likewise.
55487         ($(objpfx)bug-regex14-mem): Likewise.
55488         ($(objpfx)bug-regex21-mem): Likewise.
55489         ($(objpfx)bug-regex31-mem): Likewise.
55490         ($(objpfx)tst-vfork3-mem): Likewise.
55491         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
55492         ($(objpfx)tst-pcre-mem): Likewise.
55493         ($(objpfx)tst-boost-mem): Likewise.
55494         ($(objpfx)bug-ga2-mem): Likewise.
55495         ($(objpfx)bug-glob2-mem): Likewise.
55496         * resolv/Makefile (generate): Likewise.
55497         (tests-special): Likewise.
55498         (xtests-special): Likewise.
55499         (generated): Likewise.
55500         ($(objpfx)mtrace-tst-leaks): Likewise.
55501         ($(objpfx)mtrace-tst-leaks2): Likewise.
55503         * scripts/merge-test-results.sh: New file.
55504         * Makefile (tests-special-notdir): New variable.
55505         (tests): Run merge-test-results.sh.
55506         (xtests): Likewise.
55507         * Rules (tests-special-notdir): New variable.
55508         (xtests-special-notdir): Likewise.
55509         (tests): Run merge-test-results.sh
55510         (xtests): Likewise.
55512         * Makeconfig (test-xfail-name): New variable.
55513         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
55514         compute variable name for expected failures.
55515         * conform/Makefile (conformtest-headers-data): New variable.
55516         (conformtest-standards): Likewise.
55517         (conformtest-headers-ISO): Likewise.
55518         (conformtest-headers-ISO99): Likewise.
55519         (conformtest-headers-ISO11): Likewise.
55520         (conformtest-headers-POSIX): Likewise.
55521         (conformtest-headers-XPG3): Likewise.
55522         (conformtest-headers-XPG4): Likewise.
55523         (conformtest-headers-UNIX98): Likewise.
55524         (conformtest-headers-XOPEN2K): Likewise.
55525         (conformtest-headers-POSIX2008): Likewise.
55526         (conformtest-headers-XOPEN2K8): Likewise.
55527         (conformtest-header-list-base): Likewise.
55528         (conformtest-header-list-tests): Likewise.
55529         (conformtest-header-base): Likewise.
55530         (conformtest-header-tests): Likewise.
55531         (tests-special): Add $(conformtest-header-list-tests).  If
55532         [$(fast-check) && !$(cross-compiling)], add
55533         $(conformtest-header-tests) instead of
55534         $(objpfx)run-conformtest.out.
55535         (generated): Add $(conformtest-header-list-base).  If
55536         [$(fast-check) && !$(cross-compiling)], add
55537         $(conformtest-header-base).  Remove previous setting.
55538         ($(conformtest-header-list-tests)): New target.
55539         (test-xfail-run-conformtest): Remove variable.
55540         ($(objpfx)run-conformtest.out): Remove target.
55541         (test-xfail-ISO11/complex.h/conform): New variable.
55542         (test-xfail-ISO11/stdalign.h/conform): Likewise.
55543         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
55544         (test-xfail-XPG3/varargs.h/conform): Likewise.
55545         (test-xfail-XPG4/varargs.h/conform): Likewise.
55546         (test-xfail-UNIX98/varargs.h/conform): Likewise.
55547         (test-xfail-XPG4/ndbm.h/conform): Likewise.
55548         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
55549         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
55550         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
55551         (test-xfail-XPG3/fcntl.h/conform): Likewise.
55552         (test-xfail-XPG3/ftw.h/conform): Likewise.
55553         (test-xfail-XPG3/grp.h/conform): Likewise.
55554         (test-xfail-XPG3/langinfo.h/conform): Likewise.
55555         (test-xfail-XPG3/limits.h/conform): Likewise.
55556         (test-xfail-XPG3/pwd.h/conform): Likewise.
55557         (test-xfail-XPG3/search.h/conform): Likewise.
55558         (test-xfail-XPG3/signal.h/conform): Likewise.
55559         (test-xfail-XPG3/stdio.h/conform): Likewise.
55560         (test-xfail-XPG3/stdlib.h/conform): Likewise.
55561         (test-xfail-XPG3/string.h/conform): Likewise.
55562         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
55563         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
55564         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
55565         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
55566         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
55567         (test-xfail-XPG3/sys/types.h/conform): Likewise.
55568         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
55569         (test-xfail-XPG3/termios.h/conform): Likewise.
55570         (test-xfail-XPG3/time.h/conform): Likewise.
55571         (test-xfail-XPG3/unistd.h/conform): Likewise.
55572         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
55573         (test-xfail-XPG4/fcntl.h/conform): Likewise.
55574         (test-xfail-XPG4/langinfo.h/conform): Likewise.
55575         (test-xfail-XPG4/netdb.h/conform): Likewise.
55576         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
55577         (test-xfail-XPG4/signal.h/conform): Likewise.
55578         (test-xfail-XPG4/stdio.h/conform): Likewise.
55579         (test-xfail-XPG4/stdlib.h/conform): Likewise.
55580         (test-xfail-XPG4/stropts.h/conform): Likewise.
55581         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
55582         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
55583         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
55584         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
55585         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
55586         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
55587         (test-xfail-XPG4/sys/time.h/conform): Likewise.
55588         (test-xfail-XPG4/sys/types.h/conform): Likewise.
55589         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
55590         (test-xfail-XPG4/termios.h/conform): Likewise.
55591         (test-xfail-XPG4/ucontext.h/conform): Likewise.
55592         (test-xfail-XPG4/unistd.h/conform): Likewise.
55593         (test-xfail-XPG4/utmpx.h/conform): Likewise.
55594         (test-xfail-POSIX/sched.h/conform): Likewise.
55595         (test-xfail-POSIX/signal.h/conform): Likewise.
55596         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
55597         (test-xfail-POSIX/tar.h/conform): Likewise.
55598         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
55599         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
55600         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
55601         (test-xfail-UNIX98/netdb.h/conform): Likewise.
55602         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
55603         (test-xfail-UNIX98/sched.h/conform): Likewise.
55604         (test-xfail-UNIX98/signal.h/conform): Likewise.
55605         (test-xfail-UNIX98/stdio.h/conform): Likewise.
55606         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
55607         (test-xfail-UNIX98/stropts.h/conform): Likewise.
55608         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
55609         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
55610         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
55611         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
55612         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
55613         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
55614         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
55615         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
55616         (test-xfail-UNIX98/unistd.h/conform): Likewise.
55617         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
55618         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
55619         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
55620         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
55621         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
55622         (test-xfail-XOPEN2K/math.h/conform): Likewise.
55623         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
55624         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
55625         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
55626         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
55627         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
55628         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
55629         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
55630         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
55631         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
55632         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
55633         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
55634         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
55635         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
55636         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
55637         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
55638         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
55639         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
55640         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
55641         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
55642         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
55643         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
55644         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
55645         (test-xfail-POSIX2008/signal.h/conform): Likewise.
55646         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
55647         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
55648         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
55649         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
55650         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
55651         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
55652         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
55653         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
55654         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
55655         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
55656         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
55657         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
55658         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
55659         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
55660         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
55661         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
55662         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
55663         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
55664         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
55665         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
55666         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
55667         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
55668         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
55669         (conformtest-cc-flags): Likewise.
55670         ($(conformtest-header-tests): New target.
55671         * conform/check-header-lists.sh: New file.
55672         * conform/run-conformtest.sh: Remove.
55674         * conform/conformtest.pl: Allow ' and \ in values given for
55675         constants.
55676         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
55677         inclusion.
55678         [POSIX] (sys/types.h): Likewise.
55679         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
55680         inclusion.
55681         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
55682         inclusion.
55683         * conform/data/signal.h-data (SIGIO): Remove expectation.
55684         [XPG3] (SIGBUS): Do not expect.
55685         [POSIX || XPG3] (SIGPOLL): Likewise.
55686         [POSIX || XPG3] (SIGPROF): Likewise.
55687         [POSIX || XPG3] (SIGSYS): Likewise.
55688         [XPG3] (SIGTRAP): Likewise.
55689         [POSIX || XPG3] (SIGURG): Likewise.
55690         [POSIX || XPG3] (SIGVTALRM): Likewise.
55691         [POSIX || XPG3] (SIGXCPU): Likewise.
55692         [POSIX || XPG3] (SIGXFSZ): Likewise.
55693         [POSIX] (SA_SIGINFO): Expect.
55694         [XPG3] (siginfo_t): Do not expect type or contents.
55695         [POSIX] (si_pid): Do not expect element.
55696         [POSIX] (si_uid): Likewise.
55697         [POSIX] (si_addr): Likewise.
55698         [POSIX] (si_status): Likewise.
55699         [POSIX] (si_band): Likewise.
55700         [XPG4] (si_value): Likewise.
55701         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
55702         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
55703         [POSIX || XPG3] (ILL_ILLADR): Likewise.
55704         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
55705         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
55706         [POSIX || XPG3] (ILL_PRVREG): Likewise.
55707         [POSIX || XPG3] (ILL_COPROC): Likewise.
55708         [POSIX || XPG3] (ILL_BADSTK): Likewise.
55709         [POSIX || XPG3] (FPE_INTDIV): Likewise.
55710         [POSIX || XPG3] (FPE_INTOVF): Likewise.
55711         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
55712         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
55713         [POSIX || XPG3] (FPE_FLTUND): Likewise.
55714         [POSIX || XPG3] (FPE_FLTRES): Likewise.
55715         [POSIX || XPG3] (FPE_FLTINV): Likewise.
55716         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
55717         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
55718         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
55719         [POSIX || XPG3] (BUS_ADRALN): Likewise.
55720         [POSIX || XPG3] (BUS_ADRERR): Likewise.
55721         [POSIX || XPG3] (BUS_OBJERR): Likewise.
55722         [POSIX || XPG3] (CLD_EXITED): Likewise.
55723         [POSIX || XPG3] (CLD_KILLED): Likewise.
55724         [POSIX || XPG3] (CLD_DUMPED): Likewise.
55725         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
55726         [POSIX || XPG3] (CLD_STOPPED): Likewise.
55727         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
55728         [POSIX || XPG3] (POLL_IN): Likewise.
55729         [POSIX || XPG3] (POLL_OUT): Likewise.
55730         [POSIX || XPG3] (POLL_MSG): Likewise.
55731         [POSIX || XPG3] (POLL_ERR): Likewise.
55732         [POSIX || XPG3] (POLL_PRI): Likewise.
55733         [POSIX || XPG3] (POLL_HUP): Likewise.
55734         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
55735         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
55736         (SIG*): Do not allow.
55737         [XPG3] (si_*): Likewise.
55738         [XPG3] (SI_*): Likewise.
55739         [XPG3 || XPG4] (sigev_*): Likewise.
55740         [XPG3 || XPG4] (SIGEV_*): Likewise.
55741         [XPG3 || XPG4] (sival_*): Likewise.
55742         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
55743         [POSIX || XPG3] (BUS_*): Likewise.
55744         [POSIX || XPG3] (CLD_*): Likewise.
55745         [POSIX || XPG3] (FPE_*): Likewise.
55746         [POSIX || XPG3] (ILL_*): Likewise.
55747         [POSIX || XPG3] (POLL_*): Likewise.
55748         [POSIX || XPG3] (SEGV_*): Likewise.
55749         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
55750         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
55751         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
55752         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
55753         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
55754         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
55755         Specify type and value.
55756         (TVERSLEN): Likewise.
55757         (REGTYPE): Likewise.
55758         (AREGTYPE): Likewise.
55759         (LNKTYPE): Likewise.
55760         (SYMTYPE): Likewise.
55761         (CHRTYPE): Likewise.
55762         (BLKTYPE): Likewise.
55763         (DIRTYPE): Likewise.
55764         (FIFOTYPE): Likewise.
55765         (CONTTYPE): Likewise.
55766         (TSUID): Likewise.
55767         (TSGID): Likewise.
55768         (TSVTX): Likewise.
55769         (TUREAD): Likewise.
55770         (TUWRITE): Likewise.
55771         (TUEXEC): Likewise.
55772         (TGREAD): Likewise.
55773         (TGWRITE): Likewise.
55774         (TGEXEC): Likewise.
55775         (TOREAD): Likewise.
55776         (TOWRITE): Likewise.
55777         (TOEXEC): Likewise.
55778         [POSIX] (TSVTX): Expect constant.
55780 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
55782         * Makefile (tests): Change dependencies to ....
55783         (tests-special): ... additions to this variable.
55784         (tests): Depend on $(tests-special).
55785         * Makerules (check-abi-list): New variable.
55786         (check-abi): Depend on $(check-abi-list).
55787         [$(subdir) = elf] (tests-special): Add
55788         $(objpfx)check-abi-libc.out.
55789         [$(build-shared) = yes && subdir] (tests-special): Add
55790         $(check-abi-list).
55791         [$(build-shared) = yes && subdir] (tests): Do not depend on
55792         check-abi.
55793         * Rules (tests): Depend on $(tests-special).
55794         (xtests): Depend on $(xtests-special).
55795         * catgets/Makefile (tests): Change dependencies to ....
55796         (tests-special): ... additions to this variable.
55797         * conform/Makefile (tests): Change dependencies to ....
55798         (tests-special): ... additions to this variable.
55799         * elf/Makefile (tests): Change dependencies to ....
55800         (tests-special): ... additions to this variable.
55801         * grp/Makefile (tests): Change dependencies to ....
55802         (tests-special): ... additions to this variable.
55803         * iconv/Makefile (xtests): Change dependencies to ....
55804         (xtests-special): ... additions to this variable.
55805         * iconvdata/Makefile (tests): Change dependencies to ....
55806         (tests-special): ... additions to this variable.
55807         * intl/Makefile (tests): Change dependencies to ....
55808         (tests-special): ... additions to this variable.  Also add
55809         $(objpfx)tst-gettext.out.
55810         * io/Makefile (tests): Change dependencies to ....
55811         (tests-special): ... additions to this variable.
55812         * libio/Makefile (tests): Change dependencies to ....
55813         (tests-special): ... additions to this variable.
55814         * malloc/Makefile (tests): Change dependencies to ....
55815         (tests-special): ... additions to this variable.
55816         * misc/Makefile (tests): Change dependencies to ....
55817         (tests-special): ... additions to this variable.
55818         * nptl/Makefile (tests): Change dependencies to ....
55819         (tests-special): ... additions to this variable.
55820         * nptl_db/Makefile (tests): Change dependencies to ....
55821         (tests-special): ... additions to this variable.
55822         * posix/Makefile (tests): Change dependencies to ....
55823         (tests-special): ... additions to this variable.
55824         (xtests): Change dependencies to ....
55825         (xtests-special): ... additions to this variable.
55826         * resolv/Makefile (tests): Change dependencies to ....
55827         (tests-special): ... additions to this variable.
55828         (xtests): Change dependencies to ....
55829         (xtests-special): ... additions to this variable.
55830         * stdio-common/Makefile (tests): Change dependencies to ....
55831         (tests-special): ... additions to this variable.
55832         (do-tst-unbputc): Remove target.
55833         (do-tst-printf): Likewise.
55834         * stdlib/Makefile (tests): Change dependencies to ....
55835         (tests-special): ... additions to this variable.
55836         * string/Makefile (tests): Change dependencies to ....
55837         (tests-special): ... additions to this variable.
55838         * sysdeps/x86/Makefile (tests): Change dependencies to ....
55839         (tests-special): ... additions to this variable.
55841         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
55842         whole file.
55843         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
55844         whole file.
55845         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
55846         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
55848         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
55849         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
55850         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
55851         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
55852         * conform/data/libgen.h-data [XPG3]: Likewise.
55853         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
55854         * conform/data/ndbm.h-data [XPG3]: Likewise.
55855         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
55856         * conform/data/netdb.h-data [XPG3]: Likewise.
55857         * conform/data/netinet/in.h-data [XPG3]: Likewise.
55858         * conform/data/poll.h-data [XPG3]: Likewise.
55859         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
55860         * conform/data/strings.h-data [XPG3]: Likewise.
55861         * conform/data/stropts.h-data [XPG3]: Likewise.
55862         * conform/data/sys/mman.h-data [XPG3]: Likewise.
55863         * conform/data/sys/resource.h-data [XPG3]: Likewise.
55864         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
55865         Likewise.
55866         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
55867         * conform/data/sys/time.h-data [XPG3]: Likewise.
55868         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
55869         * conform/data/sys/uio.h-data [XPG3]: Likewise.
55870         * conform/data/sys/un.h-data [XPG3]: Likewise.
55871         * conform/data/syslog.h-data [XPG3]: Likewise.
55872         * conform/data/ucontext.h-data [XPG3]: Likewise.
55873         * conform/data/utmpx.h-data [XPG3]: Likewise.
55874         * conform/data/varargs.h-data [UNIX98]: Enable file.
55876         * manual/Makefile (INSTALL_INFO): Remove variable setting.
55878         * math/libm-test.inc (struct test_f_f_data): Move expected results
55879         into structure for each rounding mode.
55880         (struct test_ff_f_data): Likewise.
55881         (struct test_ff_f_data_nexttoward): Likewise.
55882         (struct test_fi_f_data): Likewise.
55883         (struct test_fl_f_data): Likewise.
55884         (struct test_if_f_data): Likewise.
55885         (struct test_fff_f_data): Likewise.
55886         (struct test_c_f_data): Likewise.
55887         (struct test_f_f1_data): Likewise.
55888         (struct test_fF_f1_data): Likewise.
55889         (struct test_ffI_f1_data): Likewise.
55890         (struct test_c_c_data): Likewise.
55891         (struct test_cc_c_data): Likewise.
55892         (struct test_f_i_data): Likewise.
55893         (struct test_ff_i_data): Likewise.
55894         (struct test_f_l_data): Likewise.
55895         (struct test_f_L_data): Likewise.
55896         (struct test_fFF_11_data): Likewise.
55897         (RM_): New macro.
55898         (RM_FE_DOWNWARD): Likewise.
55899         (RM_FE_TONEAREST): Likewise.
55900         (RM_FE_TOWARDZERO): Likewise.
55901         (RM_FE_UPWARD): Likewise.
55902         (RUN_TEST_LOOP_f_f): Update references to expected results.
55903         (RUN_TEST_LOOP_2_f): Likewise.
55904         (RUN_TEST_LOOP_fff_f): Likewise.
55905         (RUN_TEST_LOOP_c_f): Likewise.
55906         (RUN_TEST_LOOP_f_f1): Likewise.
55907         (RUN_TEST_LOOP_fF_f1): Likewise.
55908         (RUN_TEST_LOOP_fI_f1): Likewise.
55909         (RUN_TEST_LOOP_ffI_f1): Likewise.
55910         (RUN_TEST_LOOP_c_c): Likewise.
55911         (RUN_TEST_LOOP_cc_c): Likewise.
55912         (RUN_TEST_LOOP_f_i): Likewise.
55913         (RUN_TEST_LOOP_f_i_tg): Likewise.
55914         (RUN_TEST_LOOP_ff_i_tg): Likewise.
55915         (RUN_TEST_LOOP_f_b): Likewise.
55916         (RUN_TEST_LOOP_f_b_tg): Likewise.
55917         (RUN_TEST_LOOP_f_l): Likewise.
55918         (RUN_TEST_LOOP_f_L): Likewise.
55919         (RUN_TEST_LOOP_fFF_11): Likewise.
55920         * math/gen-libm-test.pl (parse_args): Output four copies of
55921         expected results for each test.
55923         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
55924         (__ASSUME_UTIMES): Remove.
55925         * sysdeps/unix/sysv/linux/tile/kernel-features.h
55926         (__ASSUME_UTIMES): Likewise.
55928         * math/gen-auto-libm-tests.c: Update comment on output format.
55929         (output_for_one_input_case): Generate before-rounding and
55930         after-rounding information as conditions on output flags not
55931         floating-point format.
55932         * math/auto-libm-test-out: Regenerated.
55933         * math/gen-libm-test.pl (cond_value): New function.
55934         (or_cond_value): Use cond_value.
55935         (generate_testfile): Handle conditional exceptions.
55937 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
55939         * math/libm-test.inc (max_valid_error): New variable.
55940         (init_max_error): Take new argument specifying whether function
55941         results are exactly determined.  Set max_valid_error and bound
55942         other variables for errors based on this argument.
55943         (set_max_error): Do not record results above max_valid_error.
55944         (check_float_internal): Only accept errors of up to 0.5ulps if
55945         also at most max_valid_error.
55946         (START): Take new argument EXACT and pass it to init_max_error.
55947         (acos_test): Update call to START.
55948         (acos_test_tonearest): Likewise.
55949         (acos_test_towardzero): Likewise.
55950         (acos_test_downward): Likewise.
55951         (acos_test_upward): Likewise.
55952         (acosh_test): Likewise.
55953         (asin_test): Likewise.
55954         (asin_test_tonearest): Likewise.
55955         (asin_test_towardzero): Likewise.
55956         (asin_test_downward): Likewise.
55957         (asin_test_upward): Likewise.
55958         (asinh_test): Likewise.
55959         (atan_test): Likewise.
55960         (atanh_test): Likewise.
55961         (atan2_test): Likewise.
55962         (cabs_test): Likewise.
55963         (cacos_test): Likewise.
55964         (cacosh_test): Likewise.
55965         (carg_test): Likewise.
55966         (casin_test): Likewise.
55967         (casinh_test): Likewise.
55968         (catan_test): Likewise.
55969         (catanh_test): Likewise.
55970         (cbrt_test): Likewise.
55971         (ccos_test): Likewise.
55972         (ccosh_test): Likewise.
55973         (ceil_test): Likewise.
55974         (cexp_test): Likewise.
55975         (cimag_test): Likewise.
55976         (clog_test): Likewise.
55977         (clog10_test): Likewise.
55978         (conj_test): Likewise.
55979         (copysign_test): Likewise.
55980         (cos_test): Likewise.
55981         (cos_test_tonearest): Likewise.
55982         (cos_test_towardzero): Likewise.
55983         (cos_test_downward): Likewise.
55984         (cos_test_upward): Likewise.
55985         (cosh_test): Likewise.
55986         (cosh_test_tonearest): Likewise.
55987         (cosh_test_towardzero): Likewise.
55988         (cosh_test_downward): Likewise.
55989         (cosh_test_upward): Likewise.
55990         (cpow_test): Likewise.
55991         (cproj_test): Likewise.
55992         (creal_test): Likewise.
55993         (csin_test): Likewise.
55994         (csinh_test): Likewise.
55995         (csqrt_test): Likewise.
55996         (ctan_test): Likewise.
55997         (ctan_test_tonearest): Likewise.
55998         (ctan_test_towardzero): Likewise.
55999         (ctan_test_downward): Likewise.
56000         (ctan_test_upward): Likewise.
56001         (ctanh_test): Likewise.
56002         (ctanh_test_tonearest): Likewise.
56003         (ctanh_test_towardzero): Likewise.
56004         (ctanh_test_downward): Likewise.
56005         (ctanh_test_upward): Likewise.
56006         (erf_test): Likewise.
56007         (erfc_test): Likewise.
56008         (exp_test): Likewise.
56009         (exp_test_tonearest): Likewise.
56010         (exp_test_towardzero): Likewise.
56011         (exp_test_downward): Likewise.
56012         (exp_test_upward): Likewise.
56013         (exp10_test): Likewise.
56014         (exp10_test_tonearest): Likewise.
56015         (exp10_test_towardzero): Likewise.
56016         (exp10_test_downward): Likewise.
56017         (exp10_test_upward): Likewise.
56018         (pow10_test): Likewise.
56019         (exp2_test): Likewise.
56020         (expm1_test): Likewise.
56021         (expm1_test_tonearest): Likewise.
56022         (expm1_test_towardzero): Likewise.
56023         (expm1_test_downward): Likewise.
56024         (expm1_test_upward): Likewise.
56025         (fabs_test): Likewise.
56026         (fdim_test): Likewise.
56027         (floor_test): Likewise.
56028         (fma_test): Likewise.
56029         (fma_test_towardzero): Likewise.
56030         (fma_test_downward): Likewise.
56031         (fma_test_upward): Likewise.
56032         (fmax_test): Likewise.
56033         (fmin_test): Likewise.
56034         (fmod_test): Likewise.
56035         (fpclassify_test): Likewise.
56036         (frexp_test): Likewise.
56037         (hypot_test): Likewise.
56038         (ilogb_test): Likewise.
56039         (isfinite_test): Likewise.
56040         (finite_test): Likewise.
56041         (isgreater_test): Likewise.
56042         (isgreaterequal_test): Likewise.
56043         (isinf_test): Likewise.
56044         (isless_test): Likewise.
56045         (islessequal_test): Likewise.
56046         (islessgreater_test): Likewise.
56047         (isnan_test): Likewise.
56048         (isnormal_test): Likewise.
56049         (issignaling_test): Likewise.
56050         (isunordered_test): Likewise.
56051         (j0_test): Likewise.
56052         (j1_test): Likewise.
56053         (jn_test): Likewise.
56054         (ldexp_test): Likewise.
56055         (lgamma_test): Likewise.
56056         (gamma_test): Likewise.
56057         (lrint_test): Likewise.
56058         (lrint_test_tonearest): Likewise.
56059         (lrint_test_towardzero): Likewise.
56060         (lrint_test_downward): Likewise.
56061         (lrint_test_upward): Likewise.
56062         (llrint_test): Likewise.
56063         (llrint_test_tonearest): Likewise.
56064         (llrint_test_towardzero): Likewise.
56065         (llrint_test_downward): Likewise.
56066         (llrint_test_upward): Likewise.
56067         (log_test): Likewise.
56068         (log10_test): Likewise.
56069         (log1p_test): Likewise.
56070         (log2_test): Likewise.
56071         (logb_test): Likewise.
56072         (logb_test_downward): Likewise.
56073         (lround_test): Likewise.
56074         (llround_test): Likewise.
56075         (modf_test): Likewise.
56076         (nearbyint_test): Likewise.
56077         (nextafter_test): Likewise.
56078         (nexttoward_test): Likewise.
56079         (pow_test): Likewise.
56080         (pow_test_tonearest): Likewise.
56081         (pow_test_towardzero): Likewise.
56082         (pow_test_downward): Likewise.
56083         (pow_test_upward): Likewise.
56084         (remainder_test): Likewise.
56085         (drem_test): Likewise.
56086         (remainder_test_tonearest): Likewise.
56087         (drem_test_tonearest): Likewise.
56088         (remainder_test_towardzero): Likewise.
56089         (drem_test_towardzero): Likewise.
56090         (remainder_test_downward): Likewise.
56091         (drem_test_downward): Likewise.
56092         (remainder_test_upward): Likewise.
56093         (drem_test_upward): Likewise.
56094         (remquo_test): Likewise.
56095         (rint_test): Likewise.
56096         (rint_test_tonearest): Likewise.
56097         (rint_test_towardzero): Likewise.
56098         (rint_test_downward): Likewise.
56099         (rint_test_upward): Likewise.
56100         (round_test): Likewise.
56101         (scalb_test): Likewise.
56102         (scalbn_test): Likewise.
56103         (scalbln_test): Likewise.
56104         (signbit_test): Likewise.
56105         (sin_test): Likewise.
56106         (sin_test_tonearest): Likewise.
56107         (sin_test_towardzero): Likewise.
56108         (sin_test_downward): Likewise.
56109         (sin_test_upward): Likewise.
56110         (sincos_test): Likewise.
56111         (sinh_test): Likewise.
56112         (sinh_test_tonearest): Likewise.
56113         (sinh_test_towardzero): Likewise.
56114         (sinh_test_downward): Likewise.
56115         (sinh_test_upward): Likewise.
56116         (sqrt_test): Likewise.
56117         (sqrt_test_tonearest): Likewise.
56118         (sqrt_test_towardzero): Likewise.
56119         (sqrt_test_downward): Likewise.
56120         (sqrt_test_upward): Likewise.
56121         (tan_test): Likewise.
56122         (tan_test_tonearest): Likewise.
56123         (tan_test_towardzero): Likewise.
56124         (tan_test_downward): Likewise.
56125         (tan_test_upward): Likewise.
56126         (tanh_test): Likewise.
56127         (tgamma_test): Likewise.
56128         (trunc_test): Likewise.
56129         (y0_test): Likewise.
56130         (y1_test): Likewise.
56131         (yn_test): Likewise.
56132         (significand_test): Likewise.
56134         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
56135         individual tests in comment.
56136         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
56137         (prev_max_error): New variable.
56138         (prev_real_max_error): Likewise.
56139         (prev_imag_max_error): Likewise.
56140         (compare_ulp_data): Don't refer to test names in comment.
56141         (find_test_ulps): Remove function.
56142         (find_function_ulps): Likewise.
56143         (find_complex_function_ulps): Likewise.
56144         (init_max_error): Take function name as argument.  Look up ulps
56145         for that function.
56146         (print_ulps): Remove function.
56147         (print_max_error): Use prev_max_error instead of calling
56148         find_function_ulps.
56149         (print_complex_max_error): Use prev_real_max_error and
56150         prev_imag_max_error instead of calling find_complex_function_ulps.
56151         (check_float_internal): Take max_ulp parameter instead of calling
56152         find_test_ulps.  Don't call print_ulps.
56153         (check_float): Update call to check_float_internal.
56154         (check_complex): Update calls to check_float_internal.
56155         (START): Pass argument to init_max_error.
56156         * math/gen-libm-test.pl (%results): Don't include "kind"
56157         information.
56158         (parse_ulps): Don't handle ulps of individual tests.
56159         (print_ulps_file): Likewise.
56160         (output_ulps): Likewise.
56161         * math/README.libm-test: Update.
56162         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
56163         individual tests.
56164         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
56165         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
56166         * sysdeps/arm/libm-test-ulps: Likewise.
56167         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
56168         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
56169         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
56170         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
56171         * sysdeps/microblaze/libm-test-ulps: Likewise.
56172         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
56173         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
56174         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
56175         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
56176         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
56177         * sysdeps/sh/libm-test-ulps: Likewise.
56178         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
56179         * sysdeps/tile/libm-test-ulps: Likewise.
56180         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
56182 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
56184         * math/libm-test.inc (print_complex_max_error): Check separately
56185         whether real and imaginary errors are within allowed range and
56186         pass 0 to print_complex_function_ulps instead of value within
56187         allowed range.
56189 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
56191         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
56192         formatting.
56193         (get_handles_fopen): Likewise.
56194         (do_write_test): Likewise.
56196         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
56198         * libio/fileops.c (do_ftell): Use cached offset when
56199         available.
56200         * libio/iofwide.c (do_ftell_wide): Likewise.
56201         * libio/iofdopen.c (_IO_new_fdopen): Don't use
56202         _IO_file_attach.
56203         * libio/wfileops.c (_IO_fwide): Don't cache offset.
56205         [BZ #16532]
56206         * libio/libioP.h (get_file_offset): New function.
56207         * libio/fileops.c (get_file_offset): Likewise.
56208         (do_ftell): Likewise.
56209         (_IO_new_file_seekoff): Split out ftell logic.
56210         * libio/wfileops.c (do_ftell_wide): Likewise.
56211         (_IO_wfile_seekoff): Split out ftell logic.
56212         * libio/tst-ftell-active-handler.c: New test case.
56213         * libio/Makefile (tests): Add it.
56215 2014-03-03  Roland McGrath  <roland@hack.frob.com>
56217         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
56218         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
56220 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
56222         [BZ #16639]
56223         * nscd/connections.c (nscd_init): Call do_exit.
56224         (start_threads): Call do_exit and notify_parent.
56225         (begin_drop_privileges): Call do_exit.
56226         (finish_drop_privileges): Likewise.
56227         * nscd/selinux.c (preserve_capabilities): Likewise.
56228         (install_real_capabilities): Likewise.
56229         (nscd_selinux_enabled): Likewise.
56230         (avc_create_thread): Likewise.
56231         (avc_alloc_lock): Likewise.
56232         (nscd_avc_init): Likewise.
56233         * nscd/nscd.c (parent_fd): New static variable.
56234         (main): Create a pipe between parent and child processes.
56235         Skip closing parent_fd.
56236         (monitor_child): New function.
56237         (do_exit): Likewise.
56238         (notify_parent): Likewise.
56239         * nscd/nscd.h (notify_parent): Likewise.
56240         (do_exit): Likewise.
56242 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
56244         * malloc/malloc.c (__libc_calloc): Revert last change.
56246 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56248         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
56250 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
56252         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
56253         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
56254         implementation.
56255         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
56256         (__libc_ifunc_impl_list): Likewise.
56257         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
56258         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
56259         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
56260         * string/strrchr.c: Define STRRCHR.
56262 2014-02-28  Ondƙej BĂ­lka  <neleai@seznam.cz>
56264         * benchtest/bench-strtok.c (simple_strtok): Delete.
56265         (strtok_string): Use as benchmark.
56266         * string/strtok (STRTOK): New macro.
56268 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
56270         * manual/threads.texi: Add header and standard comments to all
56271         functions.
56273         * elf/dl-lookup.c (check_match): New function.
56274         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
56275         (do_lookup_x): Remove nested function check_match. Use non-nested
56276         function check_match.
56278 2014-02-28  Roland McGrath  <roland@hack.frob.com>
56280         * csu/Makefile (generated, before-compile): Use += rather than =.
56281         * catgets/Makefile (generated, generated-dirs): Likewise.
56282         * debug/Makefile (generated): Likewise.
56283         * dlfcn/Makefile (generated): Likewise.
56284         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
56285         * iconvdata/Makefile (before-compile, generated): Likewise.
56286         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
56287         * libio/Makefile (generated): Likewise.
56288         * malloc/Makefile (generated): Likewise.
56289         * manual/Makefile (generated, generated-dirs): Likewise.
56290         * misc/Makefile (generated): Likewise.
56291         * posix/Makefile (generated): Likewise.
56292         * resolv/Makefile (generated): Likewise.
56293         * sunrpc/Makefile (generated, generated-dirs): Likewise.
56294         * timezone/Makefile (generated, generated-dirs): Likewise.
56296         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
56298 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56300         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
56301         power8 implementation.
56302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
56303         file: POWER8 llround ifunc implementation.
56304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
56305         (__lllround): Add POWER8 implementation.
56306         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
56307         POWER8 llround implementation.
56309         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
56310         power8 implementation.
56311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
56312         file: POWER8 llrint ifunc implementation.
56313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
56314         Add POWER8 implementation.
56315         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
56316         POWER8 llrint implementation.
56318         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
56319         power8 implementation.
56320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
56321         file: POWER8 finite ifunc implementation.
56322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
56323         Add POWER8 implementation.
56324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
56325         Likewise.
56326         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
56327         POWER8 finite implementation.
56328         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
56330         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
56331         power8 implementation.
56332         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
56333         file: POWER8 isinf ifunc implementation.
56334         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
56335         POWER8 implementation.
56336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
56337         Likewise.
56338         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
56339         isinf implementation.
56340         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
56342         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
56343         (INIT_ARCH): Add hwcap2 initialization.
56344         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
56345         power8 implementation.
56346         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
56347         file: POWER8 isnan ifunc implementation.
56348         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
56349         POWER8 implementation.
56350         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
56351         Likewise.
56352         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
56353         isnan implementation.
56354         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
56356 2014-02-27  Joey Ye  <joey.ye@arm.com>
56358         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
56359         (_FP_NANFRAC_Q): Set to zero.
56361 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
56363         [BZ #16623]
56364         * math/auto-libm-test-in: New test inputs.
56365         * math/auto-libm-test-out: Regenerate.
56366         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
56367         and DA.
56368         (__cos): Likewise.
56369         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
56371 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
56373         * scripts/evaluate-test.sh: Take new argument indicating whether
56374         failure is expected.
56375         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
56376         indicating whether failure is expected.
56377         * conform/Makefile (test-xfail-run-conformtest): New variable.
56378         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
56379         level.
56380         * posix/Makefile (test-xfail-annexc): New variable.
56381         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
56383 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
56385         * argp/Makefile: Include Makeconfig immediately after defining
56386         subdir.
56387         * assert/Makefile: Likewise.
56388         * benchtests/Makefile: Likewise.
56389         * catgets/Makefile: Likewise.
56390         * conform/Makefile: Likewise.
56391         * crypt/Makefile: Likewise.
56392         * csu/Makefile: Likewise.
56393         (all): Remove target.
56394         * ctype/Makefile: Include Makeconfig immediately after defining
56395         subdir.
56396         * debug/Makefile: Likewise.
56397         * dirent/Makefile: Likewise.
56398         * dlfcn/Makefile: Likewise.
56399         * gmon/Makefile: Likewise.
56400         * gnulib/Makefile: Likewise.
56401         * grp/Makefile: Likewise.
56402         * gshadow/Makefile: Likewise.
56403         * hesiod/Makefile: Likewise.
56404         * hurd/Makefile: Likewise.
56405         (all): Remove target.
56406         * iconvdata/Makefile: Include Makeconfig immediately after
56407         defining subdir.
56408         * inet/Makefile: Likewise.
56409         * intl/Makefile: Likewise.
56410         * io/Makefile: Likewise.
56411         * libio/Makefile: Likewise.
56412         (all): Remove target.
56413         * locale/Makefile: Include Makeconfig immediately after defining
56414         subdir.
56415         * login/Makefile: Likewise.
56416         * mach/Makefile: Likewise.
56417         (all): Remove target.
56418         * malloc/Makefile: Include Makeconfig immediately after defining
56419         subdir.
56420         (all): Remove target.
56421         * manual/Makefile: Include Makeconfig immediately after defining
56422         subdir.
56423         * math/Makefile: Likewise.
56424         * misc/Makefile: Likewise.
56425         * nis/Makefile: Likewise.
56426         * nss/Makefile: Likewise.
56427         * po/Makefile: Likewise.
56428         (all): Remove target.
56429         * posix/Makefile: Include Makeconfig immediately after defining
56430         subdir.
56431         * pwd/Makefile: Likewise.
56432         * resolv/Makefile: Likewise.
56433         * resource/Makefile: Likewise.
56434         * rt/Makefile: Likewise.
56435         * setjmp/Makefile: Likewise.
56436         * shadow/Makefile: Likewise.
56437         * signal/Makefile: Likewise.
56438         * socket/Makefile: Likewise.
56439         * soft-fp/Makefile: Likewise.
56440         * stdio-common/Makefile: Likewise.
56441         * stdlib/Makefile: Likewise.
56442         * streams/Makefile: Likewise.
56443         * string/Makefile: Likewise.
56444         * sunrpc/Makefile: Likewise.
56445         (all): Remove target.
56446         * sysvipc/Makefile: Include Makeconfig immediately after defining
56447         subdir.
56448         * termios/Makefile: Likewise.
56449         * time/Makefile: Likewise.
56450         * timezone/Makefile: Likewise.
56451         (all): Remove target.
56452         * wcsmbs/Makefile: Include Makeconfig immediately after defining
56453         subdir.
56454         * wctype/Makefile: Likewise.
56456 2014-02-26  Steve Ellcey  <sellcey@mips.com>
56458         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
56459         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
56460         (libc_feholdexcept_setround_mips): Ditto.
56461         (libc_feholdsetround): New.
56462         (libc_feholdsetroundf): New.
56463         (libc_feholdsetroundl): New.
56464         (libc_feupdateenv_test_mips): New.
56465         (libc_feupdateenv_test): New.
56466         (libc_feupdateenv_testf): New.
56467         (libc_feupdateenv_testl): New.
56468         (libc_feresetround): New.
56469         (libc_feresetroundf): New.
56470         (libc_feresetroundl): New.
56471         (libc_fetestexcept_mips): New.
56472         (libc_fetestexcept): New.
56473         (libc_fetestexceptf): New.
56474         (libc_fetestexceptl): New.
56475         (HAVE_RM_CTX): New.
56476         (libc_feholdexcept_setround_mips_ctx): New.
56477         (libc_feholdexcept_setround_ctx): New.
56478         (libc_feholdexcept_setroundf_ctx): New.
56479         (libc_feholdexcept_setroundl_ctx): New.
56480         (libc_fesetenv_mips_ctx): New.
56481         (libc_fesetenv_ctx): New.
56482         (libc_fesetenv_ctxf): New.
56483         (libc_fesetenv_ctxl): New.
56484         (libc_feupdateenv_mips_ctx): New.
56485         (libc_feupdateenv_ctx): New.
56486         (libc_feupdateenvf_ctx): New.
56487         (libc_feupdateenvl_ctx): New.
56488         (libc_feholdsetround_mips_ctx): New.
56489         (libc_feholdsetround_ctx): New.
56490         (libc_feholdsetroundf_ctx): New.
56491         (libc_feholdsetroundl_ctx): New.
56492         (libc_feresetround_mips_ctx): New.
56493         (libc_feresetround_ctx): New.
56494         (libc_feresetroundf_ctx): New.
56495         (libc_feresetroundl_ctx): New.
56497 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
56499         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
56501         * manual/ipc.texi: New file.
56502         * manual/Makefile (chapters): Add ipc.
56503         * manual/job.texi: Add "Inter-Process Communication" to next.
56504         * manual/process.texi: Add "Inter-Process Communication" to prev.
56506 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56508         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
56510 2014-02-26  Ondƙej BĂ­lka  <neleai@seznam.cz>
56512         * malloc/malloc.c (__libc_calloc): Simplify implementation.
56514         * manual/arith.texi: Fix spaces after sentences.
56515         * manual/charset.texi: Likewise.
56516         * manual/errno.texi: Likewise.
56517         * manual/install.texi: Likewise.
56518         * manual/llio.texi: Likewise.
56519         * manual/locale.texi: Likewise.
56520         * manual/maint.texi: Likewise.
56521         * manual/math.texi: Likewise.
56522         * manual/memory.texi: Likewise.
56523         * manual/message.texi: Likewise.
56524         * manual/probes.texi: Likewise.
56525         * manual/resource.texi: Likewise.
56526         * manual/signal.texi: Likewise.
56527         * manual/socket.texi: Likewise.
56528         * manual/stdio.texi: Likewise.
56529         * manual/string.texi: Likewise.
56530         * manual/time.texi: Likewise.
56531         * manual/users.texi: Likewise.
56533 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
56535         [BZ #16632]
56536         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
56537         _DEFAULT_SOURCE is defined.
56539 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
56540             Carlos O'Donell  <carlos@redhat.com>
56542         [BZ #16613]
56543         * elf/dl-tls.c (_dl_count_modids): New function.
56544         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
56545         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
56546         audit library and increment generation counter.
56547         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
56548         * elf/tst-audit9.c: New file.
56549         * elf/tst-auditmod9a.c: New file.
56550         * elf/tst-auditmod9b.c: New file.
56551         * elf/Makefile: Add rules to build and run tst-audit9.
56553 2014-02-25  Florian Weimer  <fweimer@redhat.com>
56555         [BZ #15347]
56556         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
56558 2014-02-25  Will Newton  <will.newton@linaro.org>
56560         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
56561         (__longjmp): Restore sp and lr before restoring callee
56562         saved registers.  Add longjmp and longjmp_target
56563         SystemTap probe point.
56564         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
56565         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
56566         Define to zero to match jmpbuf layout.
56567         * sysdeps/arm/setjmp.S: Include stap-probe.h.
56568         (__sigsetjmp): Save sp and lr before saving callee
56569         saved registers.  Add setjmp SystemTap probe point.
56571 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
56573         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
56575 2014-02-24  Andreas Schwab  <schwab@suse.de>
56577         [BZ #15804]
56578         * elf/pldd.c (wait_for_ptrace_stop): New function.
56579         (main): Call it after attaching.
56581 2014-02-22  Roland McGrath  <roland@hack.frob.com>
56583         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
56584         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
56585         Versions files is now verboten.
56586         * hurd/Versions (libc: GLIBC_2.0):
56587         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
56588         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
56589         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
56590         * mach/Versions: Likewise.
56592         * csu/Versions: Remove unused %include.
56593         * resolv/Versions: Likewise.
56595 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
56597         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
56598         ($(objpfx)check-local-headers.out): Likewise.
56599         ($(objpfx)begin-end-check.out): Likewise.
56600         * Makerules (check-abi-%.out): Likewise.
56601         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
56602         ($(objpfx)test2.cat): Likewise.
56603         ($(objpfx)de/libc.cat): Likewise.
56604         ($(objpfx)test-gencat.out): Likewise.
56605         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
56606         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
56607         ($(objpfx)noload-mem): Likewise.
56608         ($(objpfx)tst-pathopt.out): Likewise.
56609         ($(objpfx)tst-rtld-load-self.out): Likewise.
56610         ($(objpfx)tst-array1-cmp.out): Likewise.
56611         ($(objpfx)tst-array1-static-cmp.out): Likewise.
56612         ($(objpfx)tst-array2-cmp.out): Likewise.
56613         ($(objpfx)tst-array3-cmp.out): Likewise.
56614         ($(objpfx)tst-array4-cmp.out): Likewise.
56615         ($(objpfx)tst-array5-cmp.out): Likewise.
56616         ($(objpfx)tst-array5-static-cmp.out): Likewise.
56617         ($(objpfx)check-textrel.out): Likewise.
56618         ($(objpfx)check-execstack.out): Likewise.
56619         ($(objpfx)check-localplt.out): Likewise.
56620         ($(objpfx)order2-cmp.out): Likewise.
56621         ($(objpfx)tst-leaks1-mem): Likewise.
56622         ($(objpfx)tst-leaks1-static-mem): Likewise.
56623         ($(objpfx)tst-initorder-cmp.out): Likewise.
56624         ($(objpfx)tst-initorder2-cmp.out): Likewise.
56625         ($(objpfx)tst-unused-dep.out): Likewise.
56626         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
56627         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
56628         * iconv/Makefile (test-iconvconfig): Likewise.
56629         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
56630         ($(objpfx)iconv-test.out): Likewise.
56631         ($(objpfx)tst-tables.out): Likewise.
56632         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
56633         ($(objpfx)tst-gettext.out): Likewise.
56634         ($(objpfx)tst-translit.out): Likewise.
56635         ($(objpfx)tst-gettext2.out): Likewise.
56636         ($(objpfx)tst-gettext4.out): Likewise.
56637         ($(objpfx)tst-gettext6.out): Likewise.
56638         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
56639         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
56640         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
56641         ($(objpfx)tst-fopenloc-mem.out): Likewise.
56642         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
56643         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
56644         * posix/Makefile ($(objpfx)globtest.out): Likewise.
56645         ($(objpfx)wordexp-tst.out): Likewise.
56646         ($(objpfx)annexc.out): Likewise.
56647         ($(objpfx)tst-fnmatch-mem): Likewise.
56648         ($(objpfx)bug-regex2-mem): Likewise.
56649         ($(objpfx)bug-regex14-mem): Likewise.
56650         ($(objpfx)bug-regex21-mem): Likewise.
56651         ($(objpfx)bug-regex31-mem): Likewise.
56652         ($(objpfx)tst-vfork3-mem): Likewise.
56653         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
56654         ($(objpfx)tst-pcre-mem): Likewise.
56655         ($(objpfx)tst-boost-mem): Likewise.
56656         ($(objpfx)tst-getconf.out): Likewise.
56657         ($(objpfx)bug-ga2-mem): Likewise.
56658         ($(objpfx)bug-glob2-mem): Likewise.
56659         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
56660         ($(objpfx)mtrace-tst-leaks2): Likewise.
56661         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
56662         ($(objpfx)tst-printf.out): Likewise.
56663         ($(objpfx)tst-setvbuf1.out): Likewise.
56664         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
56665         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
56666         ($(objpfx)tst-fmtmsg.out): Likewise.
56667         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
56668         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
56670         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
56671         * bits/sigaction.h [__USE_MISC]: Likewise.
56672         * bits/waitstatus.h: Update #endif comments.
56673         * ctype/ctype.h: Likewise.
56674         * dirent/dirent.h: Likewise.
56675         [__USE_MISC]: Remove redundant conditionals.
56676         * grp/grp.h: Update #endif comments.
56677         [__USE_GNU]: Remove redundant conditionals.
56678         [__USE_MISC]: Likewise.
56679         * inet/netinet/in.h [__USE_GNU]: Likewise.
56680         * io/sys/stat.h [__USE_MISC]: Likewise.
56681         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
56682         * libio/bits/stdio.h: Update #endif comments.
56683         [__USE_MISC]: Remove redundant conditionals.
56684         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
56685         * libio/stdio.h: Update #endif comments.
56686         [__USE_MISC]: Remove redundant conditionals.
56687         * math/bits/math-finite.h [__USE_MISC]: Likewise.
56688         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
56689         * math/math.h: Update #else and #endif comments.
56690         [__USE_MISC]: Remove redundant conditionals.
56691         * misc/sys/uio.h: Update #endif comments.
56692         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
56693         * posix/glob.h [__USE_MISC]: Likewise.
56694         * posix/sys/types.h: Update #endif comments.
56695         [__USE_MISC]: Remove redundant conditionals.
56696         * posix/sys/wait.h: Update #endif comments.
56697         [__USE_MISC]: Remove redundant conditionals.
56698         * posix/unistd.h: Update #endif comments.
56699         [__USE_MISC]: Remove redundant conditionals.
56700         * pwd/pwd.h [__USE_GNU]: Likewise.
56701         [__USE_MISC]: Likewise.
56702         * resolv/netdb.h [__USE_GNU]: Likewise.
56703         * signal/signal.h: Update #endif comments.
56704         [__USE_MISC]: Remove redundant conditionals.
56705         * stdlib/stdlib.h: Update #else and #endif comments.
56706         [__USE_MISC]: Remove redundant conditionals.
56707         [__USE_GNU]: Likewise.
56708         * string/bits/string2.h [__USE_MISC]: Likewise.
56709         * string/string.h: Update #endif comments.
56710         [__USE_MISC]: Remove redundant conditionals.
56711         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
56712         Likewise.
56713         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
56714         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
56715         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
56716         Likewise.
56717         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
56718         Likewise.
56719         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
56720         comments.
56721         [__USE_MISC]: Remove redundant conditionals.
56722         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
56723         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
56724         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
56725         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
56726         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
56727         Likewise.
56728         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
56729         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
56730         Likewise.
56731         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
56732         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
56733         Likewise.
56734         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
56735         Likewise.
56736         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
56737         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
56738         Likewise.
56739         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
56740         Likewise.
56741         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
56742         * sysdeps/x86/bits/string.h: Update #endif comments.
56743         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
56744         conditionals.
56745         * time/sys/time.h: Update #endif comments.
56746         * time/time.h: Likewise.
56747         [__USE_MISC]: Remove redundant conditionals.
56749 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
56751         [BZ #16600]
56752         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
56754 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
56756         * Versions.def (librt): Add GLIBC_2.17.
56758 2014-02-21  Adam Conrad  <adconrad@0c3.net>
56760         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
56761         synonym for _SYS_AUXV_H to allow direct inclusion.
56762         * sysdeps/sparc/bits/hwcap.h: Likewise.
56763         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
56764         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
56765         * sysdeps/sparc/sysdep.h: Likewise.
56767 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
56769         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
56771 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
56773         * benchtests/bench-strrchr.c: Print length instead of position.
56775 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
56777         [BZ #16611]
56778         * sysdeps/unix/sysv/linux/kernel-features.h
56779         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
56780         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
56781         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
56782         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
56783         Likewise.
56784         [__i386__ || __powerpc__ || __sh__ || __sparc__]
56785         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
56786         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
56787         (__ASSUME_SENDMMSG): Define instead of using previous
56788         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
56789         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
56790         (__ASSUME_SENDMMSG_SYSCALL): Define.
56791         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
56792         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
56793         Likewise.
56794         * sysdeps/unix/sysv/linux/arm/kernel-features.h
56795         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
56796         Likewise.
56797         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
56798         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
56799         Likewise.
56800         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
56801         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
56802         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
56803         [__ASSUME_SENDMMSG]: Change conditionals to
56804         [__ASSUME_SENDMMSG_SOCKETCALL].
56805         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
56806         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
56807         Define.
56808         * sysdeps/unix/sysv/linux/mips/kernel-features.h
56809         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
56810         Likewise.
56811         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
56812         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
56813         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
56814         [!__ASSUME_SENDMMSG]: Change conditional to
56815         [!__ASSUME_SENDMMSG_SOCKETCALL].
56816         * sysdeps/unix/sysv/linux/tile/kernel-features.h
56817         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
56818         Define.
56820         [BZ #16610]
56821         * sysdeps/unix/sysv/linux/kernel-features.h
56822         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
56823         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
56824         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
56825         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
56826         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
56827         [__i386__ || __sparc__]
56828         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
56829         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
56830         (__ASSUME_RECVMMSG): Define instead of using previous
56831         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
56832         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
56833         (__ASSUME_RECVMMSG_SYSCALL): Define.
56834         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
56835         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
56836         Likewise.
56837         * sysdeps/unix/sysv/linux/arm/kernel-features.h
56838         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
56839         Likewise.
56840         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
56841         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
56842         Likewise.
56843         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
56844         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
56845         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
56846         [__ASSUME_RECVMMSG]: Change condition to
56847         [__ASSUME_RECVMMSG_SOCKETCALL].
56848         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
56849         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
56850         Define.
56851         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
56852         * sysdeps/unix/sysv/linux/mips/kernel-features.h
56853         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
56854         Likewise.
56855         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
56856         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
56857         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
56858         [!__ASSUME_RECVMMSG]: Change condition to
56859         [!__ASSUME_RECVMMSG_SOCKETCALL].
56860         * sysdeps/unix/sysv/linux/tile/kernel-features.h
56861         (__ASSUME_RECVMMSG_SYSCALL): Define.
56863         [BZ #16609]
56864         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
56865         __powerpc__ || __s390__ || __sh__ || __sparc__]
56866         (__ASSUME_SOCKETCALL): Define.
56867         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
56868         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
56869         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
56870         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
56871         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
56872         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
56873         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
56874         (__ASSUME_ACCEPT4): Define instead of using previous
56875         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
56876         __powerpc__ || __sparc__ || __s390__)] condition.
56877         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
56878         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
56879         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
56880         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
56881         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
56882         [!__ASSUME_ACCEPT4]: Change condition to
56883         [!__ASSUME_ACCEPT4_SOCKETCALL].
56884         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
56885         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
56886         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
56887         * sysdeps/unix/sysv/linux/arm/kernel-features.h
56888         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
56889         __ASSUME_ACCEPT4_SYSCALL.
56890         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
56891         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
56892         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
56893         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
56894         __ASSUME_ACCEPT4_SYSCALL.
56895         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
56896         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
56897         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
56898         [__ASSUME_ACCEPT4]: Change condition to
56899         [__ASSUME_ACCEPT4_SOCKETCALL].
56900         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
56901         (__ASSUME_SOCKETCALL): Define.
56902         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
56903         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
56904         (__ASSUME_SOCKETCALL): Define.
56905         (__ASSUME_ACCEPT4): Remove.
56906         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
56907         Define.
56908         * sysdeps/unix/sysv/linux/mips/kernel-features.h
56909         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
56910         Likewise.
56911         * sysdeps/unix/sysv/linux/tile/kernel-features.h
56912         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
56914         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
56915         macro.
56916         (HWCAP_ARM_LPAE): Likewise.
56917         (HWCAP_ARM_EVTSTRM): Likewise.
56918         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
56919         Add vpfd32, lpae and evtstrm.
56920         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
56921         Increase to 22.
56923 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
56925         * math/auto-libm-test-in: Add tests of clog10.
56926         * math/auto-libm-test-out: Regenerated.
56927         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
56928         * sysdeps/i386/fpu/libm-test-ulps: Update.
56929         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
56931 2014-02-18  Andreas Schwab  <schwab@suse.de>
56933         [BZ #16574]
56934         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
56935         Store non-zero if the second buffer was newly allocated.
56936         (send_dg): Likewise.
56937         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
56938         to send_vc and send_dg.
56939         (res_nsend): Pass NULL for ansp2_malloced.
56940         * resolv/res_query.c (__libc_res_nquery): Add parameter
56941         answerp2_malloced and pass it down to __libc_res_nsend.
56942         (res_nquery): Pass additional NULL to __libc_res_nquery.
56943         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
56944         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
56945         second answer buffer if answerp2_malloced was set.
56946         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
56947         (__libc_res_nquerydomain): Add parameter
56948         answerp2_malloced and pass it down to __libc_res_nquery.
56949         (res_nquerydomain): Pass additional NULL to
56950         __libc_res_nquerydomain.
56951         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
56952         additional NULL to __libc_res_nsend and __libc_res_nquery.
56953         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
56954         additional NULL to __libc_res_nsearch.
56955         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
56956         parameter of __libc_res_nsearch to check for separately allocated
56957         second buffer.
56958         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
56959         __libc_res_nquery.
56960         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
56961         additional NULL to __libc_res_nquery.
56962         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
56963         __libc_res_nsearch.
56964         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
56965         * include/resolv.h: Update prototypes of __libc_res_nquery,
56966         __libc_res_nsearch, __libc_res_nsend.
56968 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
56970         * math/auto-libm-test-in: Add tests of fma.
56971         * math/auto-libm-test-out: Regenerated.
56972         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
56973         (fma_towardzero_test_data): Likewise.
56974         (fma_downward_test_data): Likewise.
56975         (fma_upward_test_data): Likewise.
56976         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
56977         mpc_mode.
56978         (rounding_modes): Add values for new field.
56979         (func_calc_method): Add value mpfr_fff_f.
56980         (func_calc_desc): Add mpfr_fff_f union field.
56981         (test_function): Add field exact_args.
56982         (FUNC): Add macro argument EXACT_ARGS.
56983         (FUNC_mpfr_f_f): Update call to FUNC.
56984         (FUNC_mpfr_f_f): Likewise.
56985         (FUNC_mpfr_ff_f): Likewise.
56986         (FUNC_mpfr_if_f): Likewise.
56987         (FUNC_mpc_c_f): Likewise.
56988         (FUNC_mpc_c_c): Likewise.
56989         (test_functions): Add fma.  Update calls to FUNC.
56990         (handle_input_arg): Add argument exact_args.
56991         (add_test): Update call to handle_input_arg.
56992         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
56993         (output_for_one_input_case): Update call to calc_generic_results.
56994         Recalculate exact zero results in each rounding mode.
56996         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
56997         non-negative before setting low bit.
56998         * math/auto-libm-test-in: Mark one asin test possibly having
56999         spurious underflow.
57000         * math/auto-libm-test-out: Regenerated.
57001         * sysdeps/i386/fpu/libm-test-ulps: Update.
57002         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
57004 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
57006         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
57007         * sysdeps/unix/sysv/linux/microblaze: Move directory from
57008         ports/sysdeps/unix/sysv/linux/microblaze.
57009         * README: Add missing listing for microblaze*-*-linux-gnu.
57011 2014-02-16  Ondƙej BĂ­lka  <neleai@seznam.cz>
57013         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
57014         duplicate code
57016 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
57018         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
57019         * sysdeps/unix/sysv/linux/ia64: Move directory from
57020         ports/sysdeps/unix/sysv/linux/ia64.
57021         * README: Update listing for ia64-*-linux-gnu.
57023 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
57024             Joseph Myers  <joseph@codesourcery.com>
57026         * Makeconfig (test-name): New variable.
57027         (evaluate-test): Likewise.
57028         * Makerules (do-test-clean): Remove .test-result files.
57029         (common-mostlyclean): Likewise.
57030         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
57031         * scripts/evaluate-test.sh: New file.
57033 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
57035         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
57036         separate $(objpfx)tst-fopenloc-cmp.out and
57037         $(objpfx)tst-fopenloc-mem.out targets.
57038         (tests): Update dependencies.
57039         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
57040         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
57041         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
57042         (tst-rxspencer-no-utf8-ARGS): New variable.
57043         (tst-rxspencer-no-utf8-ENV): Likewise.
57044         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
57045         instead of $(objpfx)tst-rxspencer-mem.
57046         ($(objpfx)tst-rxspencer-mem): Change target to
57047         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
57048         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
57049         * posix/tst-rxspencer-no-utf8.c: New file.
57051         * elf/Makefile ($(objpfx)order.out): Remove rule.
57052         [$(run-built-tests) = yes] (tests): Depend on
57053         $(objpfx)order-cmp.out.
57054         ($(objpfx)order-cmp.out): New rule.
57055         [$(run-built-tests) = yes] (tests): Depend on
57056         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
57057         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
57058         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
57059         $(objpfx)tst-array5-static-cmp.out.
57060         ($(objpfx)tst-array1.out): Remove rule.
57061         ($(objpfx)tst-array1-cmp.out): New rule.
57062         ($(objpfx)tst-array1-static.out): Remove rule.
57063         ($(objpfx)tst-array1-static-cmp.out): New rule.
57064         ($(objpfx)tst-array2.out): Remove rule.
57065         ($(objpfx)tst-array2-cmp.out): New rule.
57066         ($(objpfx)tst-array3.out): Remove rule.
57067         ($(objpfx)tst-array3-cmp.out): New rule.
57068         ($(objpfx)tst-array4.out): Remove rule.
57069         ($(objpfx)tst-array4-cmp.out): New rule.
57070         ($(objpfx)tst-array5.out): Remove rule.
57071         ($(objpfx)tst-array5-cmp.out): New rule.
57072         ($(objpfx)tst-array5-static.out): Remove rule.
57073         ($(objpfx)tst-array5-static-cmp.out): New rule.
57074         [$(run-built-tests) = yes] (tests): Depend on
57075         $(objpfx)order2-cmp.out.
57076         ($(objpfx)order2.out): Remove rule.
57077         ($(objpfx)order2-cmp.out): New rule.
57078         ($(objpfx)tst-initorder.out): Remove rule.
57079         [$(run-built-tests) = yes] (tests): Depend on
57080         $(objpfx)tst-initorder-cmp.out.
57081         ($(objpfx)tst-initorder-cmp.out): New rule.
57082         ($(objpfx)tst-initorder2.out): Remove rule.
57083         [$(run-built-tests) = yes] (tests): Depend on
57084         $(objpfx)tst-initorder2-cmp.out.
57085         ($(objpfx)tst-initorder2-cmp.out): New rule.
57086         [$(run-built-tests) = yes] (tests): Depend on
57087         $(objpfx)tst-unused-dep-cmp.out.
57088         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
57089         ($(objpfx)tst-unused-dep-cmp.out): New rule.
57090         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
57091         on $(objpfx)tst-setvbuf1-cmp.out.
57092         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
57093         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
57094         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
57095         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
57096         ($(objpfx)tst-svc.out): Remove rule.
57097         ($(objpfx)tst-svc-cmp.out): New rule.
57099 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
57101         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
57102         * ctype/ctype.h [__USE_MISC]: Likewise.
57103         * dirent/dirent.h [__USE_MISC]: Likewise.
57104         * grp/grp.h [__USE_MISC]: Likewise.
57105         * io/fcntl.h [__USE_MISC]: Likewise.
57106         * io/sys/stat.h [__USE_MISC]: Likewise.
57107         * libio/stdio.h [__USE_MISC]: Likewise.
57108         * posix/unistd.h [__USE_MISC]: Likewise.
57109         * pwd/pwd.h [__USE_MISC]: Likewise.
57110         * stdlib.h [__USE_MISC]: Likewise.
57111         * string/bits/string2.h [__USE_MISC]: Likewise.
57112         * string/string.h [__USE_MISC]: Likewise.
57113         * time/time.h [__USE_MISC]: Likewise.
57115 2014-02-13  Andreas Schwab  <schwab@suse.de>
57117         [BZ #16574]
57118         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
57119         second answer buffer if it was separately allocated.
57121 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
57123         * sysdeps/mips/math-tests.h: Include <features.h>.
57124         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
57125         (ROUNDING_TESTS_long_double): Do not define.
57126         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
57127         (EXCEPTION_TESTS_long_double): Likewise.
57128         * sysdeps/mips/mips64/libm-test-ulps: Update.
57130         * include/features.h (__USE_BSD): Remove macro definitions.
57131         (__USE_SVID): Likewise.
57132         (_BSD_SOURCE): Likewise.
57133         (_SVID_SOURCE): Likewise.
57134         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
57135         from definition of _DEFAULT_SOURCE.
57136         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
57137         [_DEFAULT_SOURCE].
57138         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
57139         * bits/mman.h [__USE_BSD]: Likewise.
57140         * bits/termios.h [__USE_BSD]: Likewise.
57141         * bits/waitstatus.h [__USE_BSD]: Likewise.
57142         * ctype/ctype.h [__USE_SVID]: Likewise.
57143         * dirent/dirent.h [__USE_BSD]: Likewise.
57144         * grp/grp.h [__USE_SVID]: Likewise.
57145         [__USE_BSD]: Likewise.
57146         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
57147         * io/fcntl.h [__USE_BSD]: Likewise.
57148         * io/ftw.h [__USE_BSD]: Likewise.
57149         * io/sys/stat.h [__USE_BSD]: Likewise.
57150         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
57151         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
57152         * libio/stdio.h [__USE_SVID]: Likewise.
57153         [__USE_BSD]: Likewise.
57154         * math/math.h [__USE_SVID]: Likewise.
57155         [__USE_BSD]: Likewise.
57156         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
57157         * misc/bits/syslog.h [__USE_BSD]: Likewise.
57158         * misc/search.h [__USE_SVID]: Likewise.
57159         * misc/sys/mman.h [__USE_BSD]: Likewise.
57160         * misc/sys/syslog.h [__USE_BSD]: Likewise.
57161         * misc/sys/uio.h [__USE_BSD]: Likewise.
57162         * posix/bits/unistd.h [__USE_BSD]: Likewise.
57163         * posix/glob.h [__USE_BSD]: Likewise.
57164         * posix/regex.h [__USE_BSD]: Likewise.
57165         * posix/sys/types.h [__USE_BSD]: Likewise.
57166         [__USE_SVID]: Likewise.
57167         * posix/sys/utsname.h [__USE_SVID]: Likewise.
57168         * posix/sys/wait.h [__USE_BSD]: Likewise.
57169         [__USE_SVID]: Likewise.
57170         * posix/unistd.h [__USE_BSD]: Likewise.
57171         [__USE_SVID]: Likewise.
57172         * pwd/pwd.h [__USE_SVID]: Likewise.
57173         * resolv/netdb.h [__USE_BSD]: Likewise.
57174         * setjmp/setjmp.h [__USE_BSD]: Likewise.
57175         * signal/signal.h [__USE_BSD]: Likewise.
57176         [__USE_SVID]: Likewise.
57177         * socket/sys/socket.h [__USE_BSD]: Likewise.
57178         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
57179         * stdlib/stdlib.h [__USE_BSD]: Likewise.
57180         [__USE_SVID]: Likewise.
57181         * string/bits/string2.h [__USE_BSD]: Likewise.
57182         [__USE_SVID]: Likewise.
57183         * string/bits/string3.h [__USE_BSD]: Likewise.
57184         * string/endian.h [__USE_BSD]: Likewise.
57185         * string/string.h [__USE_SVID]: Likewise.
57186         [__USE_BSD]: Likewise.
57187         * string/strings.h [__USE_BSD]: Likewise.
57188         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
57189         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
57190         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
57191         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
57192         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
57193         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
57194         Likewise.
57195         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
57196         Likewise.
57197         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
57198         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
57199         Likewise.
57200         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
57201         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
57202         Likewise.
57203         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
57204         Likewise.
57205         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
57206         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
57207         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
57208         Likewise.
57209         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
57210         Likewise.
57211         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
57212         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
57213         * termios/termios.h [__USE_BSD]: Likewise.
57214         * time/sys/time.h [__USE_BSD]: Likewise.
57215         * time/time.h [__USE_BSD]: Likewise.
57216         [__USE_SVID]: Likewise.
57218         * Makefile (subdir_targets): Remove subdir_lint.out.
57220         * stdio-common/Makefile (do-tst-unbputc): Remove target.
57221         (do-tst-printf): Likewise.
57222         (tests): Depend directly on $(objpfx)tst-unbputc.out and
57223         $(objpfx)tst-printf.out.
57225         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
57227         * Makerules (check-abi-%): Change target to
57228         $(objpfx)check-abi-%.out.
57229         (check-abi target): Update dependencies.
57230         (check-abi-pattern variable): Redirect output of diff to $@.
57231         (check-abi variable): Likewise.
57232         * elf/Makefile (check-abi): Update dependencies.
57234         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
57235         unused.
57236         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
57237         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
57238         subnormal range.
57239         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
57240         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
57241         value has largest subnormal exponent.
57242         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
57243         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
57244         * sysdeps/aarch64/soft-fp/sfp-machine.h
57245         (_FP_TININESS_AFTER_ROUNDING): New macro.
57246         * sysdeps/alpha/soft-fp/sfp-machine.h
57247         (_FP_TININESS_AFTER_ROUNDING): Likewise.
57248         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
57249         Likewise.
57250         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
57251         (_FP_TININESS_AFTER_ROUNDING): Likewise.
57252         * sysdeps/mips/soft-fp/sfp-machine.h
57253         (_FP_TININESS_AFTER_ROUNDING): Likewise.
57254         * sysdeps/powerpc/soft-fp/sfp-machine.h
57255         (_FP_TININESS_AFTER_ROUNDING): Likewise.
57256         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
57257         Likewise.
57258         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
57259         (_FP_TININESS_AFTER_ROUNDING): Likewise.
57260         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
57261         (_FP_TININESS_AFTER_ROUNDING): Likewise.
57262         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
57263         Likewise.
57265 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
57267         [BZ #16545]
57268         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
57269         model 1.
57271 2014-02-12  Richard Henderson  <rth@redhat.com>
57273         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
57274         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
57275         * sysdeps/unix/sysv/linux/alpha: Move directory from
57276         ports/sysdeps/unix/sysv/linux/alpha.
57277         * README: Update listing for alpha-*-linux-gnu.
57279 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
57281         * include/features.h: Update comment documenting feature test
57282         macros.
57283         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
57284         _DEFAULT_SOURCE.
57285         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
57286         (_SVID_SOURCE): Likewise.
57287         (_DEFAULT_SOURCE): Update description of default features.
57288         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
57289         with _GNU_SOURCE.
57290         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
57291         (S_ISVTX): Likewise.
57292         * manual/math.texi (Mathematical Constants): Likewise.
57293         * manual/signal.texi (Interrupted Primitives): Likewise.
57294         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
57295         * math/test-matherr.c (_SVID_SOURCE): Do not define.
57296         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
57297         Don't refer to _SVID_SOURCE in warning text.
57299         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
57301         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
57302         already defined.
57303         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
57304         * sysdeps/mips/dl-lookup.c: Remove.
57305         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
57307 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
57309         [BZ #16447]
57310         * math/auto-libm-test-in: Add testcase for expl.
57311         * math/auto-libm-test-out: Regenerate.
57312         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
57313         calculation of unsafe.
57314         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
57316 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
57318         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
57319         * sysdeps/unix/sysv/linux/aarch64: Move directory from
57320         ports/sysdeps/unix/sysv/linux/aarch64.
57321         * README: Update listing for aarch64*-*-linux-gnu.
57323 2014-02-11  Will Newton  <will.newton@linaro.org>
57325         * manual/probes.texi (Mathematical Function Probes): Use
57326         "triggered" instead of "hit".
57328         * manual/probes.texi (Internal Probes): Add documentation
57329         of setjmp, longjmp and longjmp_target probes.
57331         * include/stap-probe.h: Add comment about probe argument
57332         format.
57334         * malloc/mtrace.c (attribute_hidden): Remove unused macro
57335         definition.  (tr_where, tr_freehook, tr_mallochook,
57336         tr_reallochook, tr_memalignhook): Use ANSI protoype.
57338 2014-02-11  David S. Miller  <davem@davemloft.net>
57340         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
57341         processing int_tests.
57343 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
57345         * sysdeps/mips: Move directory from ports/sysdeps/mips.
57346         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
57347         * sysdeps/unix/sysv/linux/mips: Move directory from
57348         ports/sysdeps/unix/sysv/linux/mips.
57349         * README: Update listing for mips-*-linux-gnu and
57350         mips64-*-linux-gnu.
57352 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
57354         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
57355         * sysdeps/unix/sysv/linux/m68k: Move directory from
57356         ports/sysdeps/unix/sysv/linux/m68k.
57357         * README: Update listing for m68k-*-linux-gnu.
57359 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
57361         * sysdeps/tile: Move directory from ports/sysdeps/tile.
57362         * sysdeps/unix/sysv/linux/generic: Move directory from
57363         ports/sysdeps/unix/sysv/linux/generic.
57364         * sysdeps/unix/sysv/linux/tile: Move directory from
57365         ports/sysdeps/unix/sysv/linux/tile.
57366         * README: Update listing for tile*-*-linux-gnu.
57368 2014-02-10  Ondƙej BĂ­lka  <neleai@seznam.cz>
57370         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
57371         __builtin_expect.
57372         * benchtests/bench-memmem.c (simple_memmem): Likewise.
57373         * catgets/open_catalog.c (__open_catalog): Likewise.
57374         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
57375         * debug/confstr_chk.c: Likewise.
57376         * debug/fread_chk.c (__fread_chk): Likewise.
57377         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
57378         * debug/getgroups_chk.c: Likewise.
57379         * debug/mbsnrtowcs_chk.c: Likewise.
57380         * debug/mbsrtowcs_chk.c: Likewise.
57381         * debug/mbstowcs_chk.c: Likewise.
57382         * debug/memcpy_chk.c: Likewise.
57383         * debug/memmove_chk.c: Likewise.
57384         * debug/mempcpy_chk.c: Likewise.
57385         * debug/memset_chk.c: Likewise.
57386         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
57387         * debug/strcat_chk.c (__strcat_chk): Likewise.
57388         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
57389         * debug/strncat_chk.c (__strncat_chk): Likewise.
57390         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
57391         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
57392         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
57393         * debug/wcpncpy_chk.c: Likewise.
57394         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
57395         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
57396         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
57397         * debug/wcsncpy_chk.c: Likewise.
57398         * debug/wcsnrtombs_chk.c: Likewise.
57399         * debug/wcsrtombs_chk.c: Likewise.
57400         * debug/wcstombs_chk.c: Likewise.
57401         * debug/wmemcpy_chk.c: Likewise.
57402         * debug/wmemmove_chk.c: Likewise.
57403         * debug/wmempcpy_chk.c: Likewise.
57404         * debug/wmemset_chk.c: Likewise.
57405         * dirent/scandirat.c (SCANDIRAT): Likewise.
57406         * dlfcn/dladdr1.c (dladdr1): Likewise.
57407         * dlfcn/dladdr.c (dladdr): Likewise.
57408         * dlfcn/dlclose.c (dlclose_doit): Likewise.
57409         * dlfcn/dlerror.c (__dlerror): Likewise.
57410         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
57411         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
57412         * dlfcn/dlopen.c (dlopen_doit): Likewise.
57413         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
57414         * dlfcn/dlsym.c (dlsym_doit): Likewise.
57415         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
57416         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
57417         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
57418         Likewise.
57419         * elf/dl-conflict.c: Likewise.
57420         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
57421         * elf/dl-dst.h: Likewise.
57422         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
57423         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
57424         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
57425         * elf/dl-init.c (call_init, _dl_init): Likewise.
57426         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
57427         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
57428         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
57429         Likewise.
57430         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
57431         Likewise.
57432         * elf/dl-minimal.c (__libc_memalign): Likewise.
57433         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
57434         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
57435         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
57436         * elf/dl-sym.c (do_sym): Likewise.
57437         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
57438         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
57439         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
57440         * elf/dl-writev.h (_dl_writev): Likewise.
57441         * elf/ldconfig.c (search_dir): Likewise.
57442         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
57443         (dl_main): Likewise.
57444         * elf/setup-vdso.h (setup_vdso): Likewise.
57445         * grp/compat-initgroups.c (compat_call): Likewise.
57446         * grp/fgetgrent.c (fgetgrent): Likewise.
57447         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
57448         * grp/putgrent.c (putgrent): Likewise.
57449         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
57450         Likewise.
57451         * hurd/hurdinit.c: Likewise.
57452         * iconvdata/8bit-gap.c (struct): Likewise.
57453         * iconvdata/ansi_x3.110.c : Likewise.
57454         * iconvdata/big5.c : Likewise.
57455         * iconvdata/big5hkscs.c : Likewise.
57456         * iconvdata/cp1255.c: Likewise.
57457         * iconvdata/cp1258.c : Likewise.
57458         * iconvdata/cp932.c : Likewise.
57459         * iconvdata/euc-cn.c: Likewise.
57460         * iconvdata/euc-jisx0213.c : Likewise.
57461         * iconvdata/euc-jp.c: Likewise.
57462         * iconvdata/euc-jp-ms.c : Likewise.
57463         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
57464         * iconvdata/gb18030.c : Likewise.
57465         * iconvdata/gbbig5.c (const): Likewise.
57466         * iconvdata/gbgbk.c: Likewise.
57467         * iconvdata/gbk.c : Likewise.
57468         * iconvdata/ibm1364.c : Likewise.
57469         * iconvdata/ibm930.c : Likewise.
57470         * iconvdata/ibm932.c: Likewise.
57471         * iconvdata/ibm933.c : Likewise.
57472         * iconvdata/ibm935.c : Likewise.
57473         * iconvdata/ibm937.c : Likewise.
57474         * iconvdata/ibm939.c : Likewise.
57475         * iconvdata/ibm943.c: Likewise.
57476         * iconvdata/iso_11548-1.c: Likewise.
57477         * iconvdata/iso-2022-cn.c : Likewise.
57478         * iconvdata/iso-2022-cn-ext.c : Likewise.
57479         * iconvdata/iso-2022-jp-3.c: Likewise.
57480         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
57481         * iconvdata/iso-2022-kr.c : Likewise.
57482         * iconvdata/iso646.c (gconv_end): Likewise.
57483         * iconvdata/iso_6937-2.c : Likewise.
57484         * iconvdata/iso_6937.c : Likewise.
57485         * iconvdata/iso8859-1.c: Likewise.
57486         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
57487         * iconvdata/shift_jisx0213.c : Likewise.
57488         * iconvdata/sjis.c : Likewise.
57489         * iconvdata/t.61.c : Likewise.
57490         * iconvdata/tcvn5712-1.c : Likewise.
57491         * iconvdata/tscii.c: Likewise.
57492         * iconvdata/uhc.c : Likewise.
57493         * iconvdata/unicode.c (gconv_end): Likewise.
57494         * iconvdata/utf-16.c (gconv_end): Likewise.
57495         * iconvdata/utf-32.c (gconv_end): Likewise.
57496         * iconvdata/utf-7.c (base64): Likewise.
57497         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
57498         * iconv/gconv_close.c (__gconv_close): Likewise.
57499         * iconv/gconv_open.c (__gconv_open): Likewise.
57500         * iconv/gconv_simple.c (internal_ucs4_loop_single)
57501         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
57502         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
57503         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
57504         (ucs4le_internal_loop_single): Likewise.
57505         * iconv/iconv.c (iconv): Likewise.
57506         * iconv/iconv_close.c: Likewise.
57507         * iconv/loop.c (SINGLE): Likewise.
57508         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
57509         * include/atomic.h: Likewise.
57510         * inet/inet6_option.c (option_alloc): Likewise.
57511         * intl/bindtextdom.c (set_binding_values): Likewise.
57512         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
57513         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
57514         * intl/localealias.c (read_alias_file): Likewise.
57515         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
57516         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
57517         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
57518         * libio/fmemopen.c (fmemopen): Likewise.
57519         * libio/iofgets.c (_IO_fgets): Likewise.
57520         * libio/iofgets_u.c (fgets_unlocked): Likewise.
57521         * libio/iofgetws.c (fgetws): Likewise.
57522         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
57523         * libio/iogetdelim.c (_IO_getdelim): Likewise.
57524         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
57525         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
57526         * locale/findlocale.c (_nl_find_locale): Likewise.
57527         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
57528         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
57529         Likewise.
57530         * locale/setlocale.c (setlocale): Likewise.
57531         * login/programs/pt_chown.c (main): Likewise.
57532         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
57533         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
57534         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
57535         (mmap, mmap64, mremap, munmap): Likewise.
57536         * math/e_exp2l.c: Likewise.
57537         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
57538         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
57539         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
57540         * math/s_catan.c (__catan): Likewise.
57541         * math/s_catanf.c (__catanf): Likewise.
57542         * math/s_catanh.c (__catanh): Likewise.
57543         * math/s_catanhf.c (__catanhf): Likewise.
57544         * math/s_catanhl.c (__catanhl): Likewise.
57545         * math/s_catanl.c (__catanl): Likewise.
57546         * math/s_ccosh.c (__ccosh): Likewise.
57547         * math/s_ccoshf.c (__ccoshf): Likewise.
57548         * math/s_ccoshl.c (__ccoshl): Likewise.
57549         * math/s_cexp.c (__cexp): Likewise.
57550         * math/s_cexpf.c (__cexpf): Likewise.
57551         * math/s_cexpl.c (__cexpl): Likewise.
57552         * math/s_clog10.c (__clog10): Likewise.
57553         * math/s_clog10f.c (__clog10f): Likewise.
57554         * math/s_clog10l.c (__clog10l): Likewise.
57555         * math/s_clog.c (__clog): Likewise.
57556         * math/s_clogf.c (__clogf): Likewise.
57557         * math/s_clogl.c (__clogl): Likewise.
57558         * math/s_csin.c (__csin): Likewise.
57559         * math/s_csinf.c (__csinf): Likewise.
57560         * math/s_csinh.c (__csinh): Likewise.
57561         * math/s_csinhf.c (__csinhf): Likewise.
57562         * math/s_csinhl.c (__csinhl): Likewise.
57563         * math/s_csinl.c (__csinl): Likewise.
57564         * math/s_csqrt.c (__csqrt): Likewise.
57565         * math/s_csqrtf.c (__csqrtf): Likewise.
57566         * math/s_csqrtl.c (__csqrtl): Likewise.
57567         * math/s_ctan.c (__ctan): Likewise.
57568         * math/s_ctanf.c (__ctanf): Likewise.
57569         * math/s_ctanh.c (__ctanh): Likewise.
57570         * math/s_ctanhf.c (__ctanhf): Likewise.
57571         * math/s_ctanhl.c (__ctanhl): Likewise.
57572         * math/s_ctanl.c (__ctanl): Likewise.
57573         * math/w_pow.c: Likewise.
57574         * math/w_powf.c: Likewise.
57575         * math/w_powl.c: Likewise.
57576         * math/w_scalb.c (sysv_scalb): Likewise.
57577         * math/w_scalbf.c (sysv_scalbf): Likewise.
57578         * math/w_scalbl.c (sysv_scalbl): Likewise.
57579         * misc/error.c (error_tail): Likewise.
57580         * misc/pselect.c (__pselect): Likewise.
57581         * nis/nis_callback.c (__nis_create_callback): Likewise.
57582         * nis/nis_call.c (__nisfind_server): Likewise.
57583         * nis/nis_creategroup.c (nis_creategroup): Likewise.
57584         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
57585         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
57586         * nis/nis_getservlist.c (nis_getservlist): Likewise.
57587         * nis/nis_lookup.c (nis_lookup): Likewise.
57588         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
57589         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
57590         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
57591         * nis/nis_xdr.c (xdr_endpoint): Likewise.
57592         * nis/nss_compat/compat-grp.c (getgrent_next_file)
57593         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
57594         * nis/nss_compat/compat-initgroups.c (add_group)
57595         (internal_getgrent_r): Likewise.
57596         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
57597         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
57598         * nis/nss_compat/compat-spwd.c (getspent_next_file)
57599         (internal_getspnam_r): Likewise.
57600         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
57601         (_nss_nis_getaliasbyname_r): Likewise.
57602         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
57603         (_nss_nis_getntohost_r): Likewise.
57604         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
57605         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
57606         (_nss_nis_getgrgid_r): Likewise.
57607         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
57608         (internal_nis_gethostent_r, internal_gethostbyname2_r)
57609         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
57610         (_nss_nis_gethostbyname4_r): Likewise.
57611         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
57612         (initgroups_netid): Likewise.
57613         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
57614         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
57615         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
57616         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
57617         (_nss_nis_getprotobynumber_r): Likewise.
57618         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
57619         (_nss_nis_getsecretkey): Likewise.
57620         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
57621         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
57622         (_nss_nis_getpwuid_r): Likewise.
57623         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
57624         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
57625         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
57626         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
57627         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
57628         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
57629         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
57630         Likewise.
57631         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
57632         (_nss_nisplus_getntohost_r): Likewise.
57633         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
57634         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
57635         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
57636         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
57637         Likewise.
57638         * nis/nss_nisplus/nisplus-initgroups.c
57639         (_nss_nisplus_initgroups_dyn): Likewise.
57640         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
57641         (_nss_nisplus_getnetbyaddr_r): Likewise.
57642         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
57643         (_nss_nisplus_getprotobynumber_r): Likewise.
57644         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
57645         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
57646         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
57647         Likewise.
57648         * nis/nss_nisplus/nisplus-service.c
57649         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
57650         (_nss_nisplus_getservbyport_r): Likewise.
57651         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
57652         (_nss_nisplus_getspnam_r): Likewise.
57653         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
57654         Likewise.
57655         * nscd/aicache.c (addhstaiX): Likewise.
57656         * nscd/cache.c (cache_search, prune_cache): Likewise.
57657         * nscd/connections.c (register_traced_file, send_ro_fd)
57658         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
57659         (main_loop_epoll): Likewise.
57660         * nscd/grpcache.c (addgrbyX): Likewise.
57661         * nscd/hstcache.c (addhstbyX): Likewise.
57662         * nscd/initgrcache.c (addinitgroupsX): Likewise.
57663         * nscd/mem.c (gc, mempool_alloc): Likewise.
57664         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
57665         (addinnetgrX): Likewise.
57666         * nscd/nscd-client.h (__nscd_acquire_maplock)
57667         (__nscd_drop_map_ref): Likewise.
57668         * nscd/nscd_getai.c (__nscd_getai): Likewise.
57669         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
57670         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
57671         Likewise.
57672         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
57673         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
57674         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
57675         (__nscd_get_map_ref): Likewise.
57676         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
57677         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
57678         Likewise.
57679         * nscd/pwdcache.c (addpwbyX): Likewise.
57680         * nscd/selinux.c (preserve_capabilities): Likewise.
57681         * nscd/servicescache.c (addservbyX): Likewise.
57682         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
57683         * posix/fnmatch.c (fnmatch): Likewise.
57684         * posix/getopt.c (_getopt_internal_r): Likewise.
57685         * posix/glob.c (glob, glob_in_dir): Likewise.
57686         * posix/wordexp.c (exec_comm_child): Likewise.
57687         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
57688         (getanswer_r, gaih_getanswer_slice): Likewise.
57689         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
57690         * resolv/res_init.c: Likewise.
57691         * resolv/res_mkquery.c (res_nmkquery): Likewise.
57692         * resolv/res_query.c (__libc_res_nquery): Likewise.
57693         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
57694         Likewise.
57695         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
57696         * stdio-common/perror.c (perror): Likewise.
57697         * stdio-common/printf_fp.c (___printf_fp): Likewise.
57698         * stdio-common/tmpnam.c (tmpnam): Likewise.
57699         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
57700         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
57701         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
57702         Likewise.
57703         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
57704         * stdlib/putenv.c (putenv): Likewise.
57705         * stdlib/setenv.c (__add_to_environ): Likewise.
57706         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
57707         * stdlib/strtol_l.c (INTERNAL): Likewise.
57708         * string/memmem.c (memmem): Likewise.
57709         * string/strerror.c (strerror): Likewise.
57710         * string/strnlen.c (__strnlen): Likewise.
57711         * string/test-memmem.c (simple_memmem): Likewise.
57712         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
57713         * sunrpc/pm_getport.c (__get_socket): Likewise.
57714         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
57715         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
57716         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
57717         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
57718         Likewise.
57719         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
57720         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
57721         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
57722         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
57723         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
57724         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
57725         Likewise.
57726         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
57727         Likewise.
57728         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
57729         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
57730         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
57731         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
57732         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
57733         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
57734         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
57735         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
57736         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
57737         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
57738         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
57739         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
57740         Likewise.
57741         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
57742         Likewise.
57743         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
57744         Likewise.
57745         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
57746         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
57747         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
57748         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
57749         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
57750         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
57751         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
57752         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
57753         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
57754         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
57755         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
57756         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
57757         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
57758         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
57759         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
57760         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
57761         Likewise.
57762         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
57763         Likewise.
57764         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
57765         Likewise.
57766         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
57767         Likewise.
57768         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
57769         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
57770         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
57771         Likewise.
57772         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
57773         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
57774         * sysdeps/posix/opendir.c (__opendirat): Likewise.
57775         * sysdeps/posix/sleep.c: Likewise.
57776         * sysdeps/posix/tempname.c: Likewise.
57777         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
57778         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
57779         Likewise.
57780         * sysdeps/powerpc/powerpc32/dl-machine.h
57781         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
57782         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
57783         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
57784         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
57785         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
57786         Likewise.
57787         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
57788         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
57789         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
57790         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
57791         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
57792         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
57793         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
57794         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
57795         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
57796         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
57797         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
57798         (elf_machine_lazy_rel): Likewise.
57799         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
57800         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
57801         (elf_machine_lazy_rel): Likewise.
57802         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
57803         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
57804         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
57805         * sysdeps/unix/grantpt.c (grantpt): Likewise.
57806         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
57807         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
57808         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
57809         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
57810         Likewise.
57811         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
57812         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
57813         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
57814         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
57815         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
57816         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
57817         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
57818         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
57819         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
57820         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
57821         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
57822         Likewise.
57823         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
57824         (__posix_fallocate64_l64): Likewise.
57825         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
57826         (posix_fallocate): Likewise.
57827         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
57828         Likewise.
57829         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57830         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
57831         (getifaddrs_internal): Likewise.
57832         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
57833         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
57834         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
57835         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
57836         * sysdeps/unix/sysv/linux/posix_fallocate64.c
57837         (__posix_fallocate64_l64): Likewise.
57838         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
57839         Likewise.
57840         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
57841         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
57842         (__get_clockfreq): Likewise.
57843         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
57844         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
57845         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
57846         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
57847         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
57848         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
57849         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
57850         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
57851         Likewise.
57852         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
57853         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
57854         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
57855         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
57856         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
57857         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
57858         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
57859         Likewise.
57860         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
57861         (posix_fallocate): Likewise.
57862         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
57863         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
57864         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
57865         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
57866         (elf_machine_rela, elf_machine_rela_relative)
57867         (elf_machine_lazy_rel): Likewise.
57868         * time/asctime.c (asctime_internal): Likewise.
57869         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
57870         * time/tzset.c (__tzset_parse_tz): Likewise.
57871         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
57872         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
57873         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
57874         * wcsmbs/wcsmbsload.h: Likewise.
57876         [BZ #15894]
57877         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
57879         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
57880         (arena_get2): Remove THREAD_STATS conditionals.
57881         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
57882         (__malloc_stats, int): Likewise.
57884 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
57886         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
57887         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
57889         * manual/setjmp.texi: Fix typos/grammar errors.
57891         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
57892         Only return early when n is <= 0.  Delete unused return statement.
57894         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
57895         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
57896         * debug/tst-longjmp_chk3.c: New file.
57898         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
57899         (test_main): Replace code with set_fortify_handler call.
57900         * debug/test-strcpy_chk.c: Likewise.
57901         * debug/tst-chk1.c: Likewise.
57902         * debug/tst-longjmp_chk.c: Likewise.
57903         * test-skeleton.c: Include fcntl.h & paths.h
57904         (set_fortify_handler): Define.
57906         * debug/tst-longjmp_chk.c: Add header comment and include
57907         ../test-skeleton.c.
57908         (do_test): Mark static.
57909         (TEST_FUNCTION): Define.
57911         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
57912         (IP_PMTUDISC_INTERFACE): Likewise.
57913         (IP_MULTICAST_IF): Likewise.
57914         (IP_MULTICAST_TTL): Likewise.
57915         (IP_MULTICAST_LOOP): Likewise.
57916         (IP_ADD_MEMBERSHIP): Likewise.
57917         (IP_DROP_MEMBERSHIP): Likewise.
57918         (IP_UNBLOCK_SOURCE): Likewise.
57919         (IP_BLOCK_SOURCE): Likewise.
57920         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
57921         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
57922         (IP_MSFILTER): Likewise.
57923         (MCAST_JOIN_GROUP): Likewise.
57924         (MCAST_BLOCK_SOURCE): Likewise.
57925         (MCAST_UNBLOCK_SOURCE): Likewise.
57926         (MCAST_LEAVE_GROUP): Likewise.
57927         (MCAST_JOIN_SOURCE_GROUP): Likewise.
57928         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
57929         (MCAST_MSFILTER): Likewise.
57930         (IP_MULTICAST_ALL): Likewise.
57931         (IP_UNICAST_IF): Likewise.
57933         * timezone/Makefile: Delete $(have-ksh) check.
57934         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
57935         * timezone/tzselect.ksh: Add +x mode bits.
57937         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
57938         (ANON_INODE_FS_MAGIC): Likewise.
57939         (BDEVFS_MAGIC): Likewise.
57940         (BINFMTFS_MAGIC): Likewise.
57941         (BTRFS_TEST_MAGIC): Likewise.
57942         (CRAMFS_MAGIC_WEND): Likewise.
57943         (DEBUGFS_MAGIC): Likewise.
57944         (ECRYPTFS_SUPER_MAGIC): Likewise.
57945         (EXT3_SUPER_MAGIC): Likewise.
57946         (EXT4_SUPER_MAGIC): Likewise.
57947         (FUTEXFS_SUPER_MAGIC): Likewise.
57948         (HOSTFS_SUPER_MAGIC): Likewise.
57949         (HUGETLBFS_MAGIC): Likewise.
57950         (MINIX3_SUPER_MAGIC): Likewise.
57951         (MTD_INODE_FS_MAGIC): Likewise.
57952         (NILFS_SUPER_MAGIC): Likewise.
57953         (OPENPROM_SUPER_MAGIC): Likewise.
57954         (PIPEFS_MAGIC): Likewise.
57955         (PSTOREFS_MAGIC): Likewise.
57956         (QNX6_SUPER_MAGIC): Likewise.
57957         (RAMFS_MAGIC): Likewise.
57958         (REISERFS_SUPER_MAGIC_STRING): Likewise.
57959         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
57960         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
57961         (SECURITYFS_MAGIC): Likewise.
57962         (SELINUX_MAGIC): Likewise.
57963         (SMACK_MAGIC): Likewise.
57964         (SOCKFS_MAGIC): Likewise.
57965         (SQUASHFS_MAGIC): Likewise.
57966         (STACK_END_MAGIC): Likewise.
57967         (TMPFS_MAGIC): Likewise.
57968         (USBDEVICE_SUPER_MAGIC): Likewise.
57969         (V9FS_MAGIC): Likewise.
57970         (XENFS_SUPER_MAGIC): Likewise.
57971         (CRAMFS_MAGIC): Fix typo in comment.
57972         (EXT2_SUPER_MAGIC): Update comment.
57973         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
57975 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
57977         * sysdeps/arm: Move directory from ports/sysdeps/arm.
57978         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
57979         * sysdeps/unix/sysv/linux/arm: Move directory from
57980         ports/sysdeps/unix/sysv/linux/arm.
57981         * README: Update listing for arm-*-linux-gnueabi.
57983         * README: Remove mention of am33.
57985 2014-02-07  Roland McGrath  <roland@hack.frob.com>
57987         * bits/sigset.h (__sigemptyset): Use a statement expression rather
57988         than the comma operator, to avoid "rhs of comma has no effect"
57989         compiler warnings.
57990         (__sigfillset, __sigandset, __sigorset): Likewise.
57991         * include/signal.h (__sigemptyset): Likewise.
57992         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
57994 2014-02-07  Allan McRae  <allan@archlinux.org>
57996         * version.h (RELEASE): Set to "development".
57997         (VERSION): Set to "2.19.90"
57998         * NEWS: Add 2.20 section.
58000 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
58002         [BZ #16529]
58003         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
58005 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
58007         * manual/contrib.texi: Update entry for Carlos O'Donell,
58008         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
58010 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
58012         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
58014         * sysdeps/unix/sysv/linux/kernel-features.h
58015         [__LINUX_KERNEL_VERSION >= 0x020621]
58016         (__ASSUME_PROC_PID_TASK_COMM): Define.
58018 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
58020         [BZ #16398]
58021         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
58022         conversion when destination buffer does not have enough space.
58023         * libio/tst-ftell-partial-wide.c: New test case.
58024         * libio/Makefile (tests): Add tst-ftell-partial-wide.
58026         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
58027         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
58028         Leonard and Allan McRae.
58030 2014-02-04  David S. Miller  <davem@davemloft.net>
58032         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
58033         32-bit.
58035 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
58038         New file
58039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
58040         New file
58041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
58042         New file.
58043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
58044         New file.
58045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
58046         New file.
58047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
58048         New file.
58049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
58050         New file.
58051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
58052         New file.
58053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
58054         New file.
58055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
58056         New file.
58057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
58058         New file.
58059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
58060         New file.
58061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
58062         New file.
58064 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58066         * nptl/shlib-versions: Change powerpc*le start to 2.17.
58067         * shlib-versions: Likewise.
58069 2014-02-04  Roland McGrath  <roland@hack.frob.com>
58070             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58072         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
58073         (abilist-pattern): New variable, set to %-le.abilist.
58075         * Makerules (abilist-pattern): New variable.
58076         (vpath): Use $(abilist-pattern) in place of %.abilist.
58077         (check-abi-% pattern rule): Likewise.
58078         (check-abi, update-abi): Likewise.
58080 2014-02-04  Eric Wong  <normalperson@yhbt.net>
58082         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
58084 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
58086         * manual/startup.texi: Add next, previous, and top entries for
58087         the `Program Arguments' and `Environment Variables' nodes.
58089 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
58091         * manual/macros.texi: Add comments before MTASC-safety macros.
58093         * manual/users.texi: Document MTASC-safety properties.
58095         * manual/threads.texi (pthread_key_create, pthread_key_delete)
58096         (pthread_getspecific, pthread_setspecific): Format with
58097         @deftypefun, and add @safety note.
58098         * manual/signal.texi: Move comments that analyze the above
58099         functions to their home place.
58101 2014-02-03  Allan McRae  <allan@archlinux.org>
58103         * po/sl.po: Update Slovenian translation from translation project.
58105 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
58107         * manual/time.texi (timegm): Add missing blank after @c.
58108         Reported by Joseph Myers <joseph@codesourcery.com>.
58110 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
58112         * manual/check-safety.sh: New.
58113         * manual/Makefile ($(objpfx)stamp-summary): Run it.
58115         * manual/terminal.texi: Document MTASC-safety properties.
58117         * manual/filesys.texi: Document MTASC-safety properties.
58119         * manual/errno.texi: Document MTASC-safety properties.
58121         * manual/intro.texi: Document safety identifiers and
58122         conditionals.
58124         * manual/string.texi (wcstok): Fix prototype.
58125         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
58127         * manual/time.texi: Document MTASC-safety properties.
58129         * manual/string.texi: Document MTASC-safety properties.
58131         * manual/threads.texi: Document MTASC-safety properties.
58133         * manual/stdio.texi: Document MTASC-safety properties.
58135         * manual/syslog.texi: Document MTASC-safety properties.
58137         * manual/sysinfo.texi: Document MTASC-safety properties.
58139         * manual/startup.texi: Document MTASC-safety properties.
58141         * manual/socket.texi: Document MTASC-safety properties.
58143         * manual/signal.texi: Document MTASC-safety properties.
58145 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
58147         * manual/setjmp.texi: Document MTASC-safety properties.
58149         * manual/search.texi: Document MTASC-safety properties.
58151         * manual/resource.texi: Document MTASC-safety properties.
58153         * manual/process.texi: Document MTASC-safety properties.
58155         * manual/platform.texi: Document MTASC-safety properties.
58157         * manual/pipe.texi: Document MTASC-safety properties.
58159         * manual/pattern.texi: Document MTASC-safety properties.
58161         * manual/message.texi: Document MTASC-safety properties.
58163         [BZ #12751]
58164         * manual/memory.texi: Document MTASC-safety properties.
58166         * manual/math.texi: Document MTASC-safety properties.
58168         * manual/locale.texi: Document MTASC-safety properties.
58170         * manual/llio.texi: Document MTASC-safety properties.
58172         * manual/libdl.texi: New.
58174         * manual/lang.texi: Document MTASC-safety properties.
58176         * manual/job.texi: Document MTASC-safety properties.
58178         * manual/getopt.texi: Document MTASC-safety properties.
58180         * manual/ctype.texi: Document MTASC-safety properties.
58182 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
58184         [BZ #16046]
58185         * csu/libc-tls.c (static_map): Remove variable.
58186         (__libc_setup_tls): Use main executable's link map for TLS data.
58187         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
58188         casing for LM_ID_BASE and GL(dl_nns).
58189         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
58190         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
58191         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
58192         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
58193         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
58194         member.
58195         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
58196         l_phnum members.
58198 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
58200         * manual/debug.texi: Document MTASC-safety properties.
58202 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
58204         [BZ #16510]
58205         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
58206         of __x86_64__ when disabling x87 inline functions.
58208 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
58210         * manual/charset.texi: Document MTASC-safety properties.
58212         * manual/crypt.texi: Document MTASC-safety properties.
58214         * manual/conf.texi: Document MTASC-safety properties.
58216         * manual/arith.texi: Document MTASC-safety properties.
58218         * manual/argp.texi: Document MTASC-safety properties.
58220         * manual/macros.texi: Introduce macros to document multi
58221         thread, asynchronous signal and asynchronous cancellation
58222         safety properties.
58223         * manual/intro.texi: Introduce the properties themselves.
58225 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
58227         * sysdeps/sh/sh4/Makefile: New file.
58229 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
58231         * math/gen-libm-test.pl ($srcdir): New variable.
58232         ($auto_input): Use it.
58234 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
58236         [BZ #16506]
58237         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
58238         access beyond array bounds when parsing netgroups file.
58240         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
58241         the old buffer before realloc.
58243 2014-01-27  Allan McRae  <allan@archlinux.org>
58245         * po/fr.po: Update French translation from translation project.
58247 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
58249         * sysdeps/sh/libm-test-ulps: Regenerate.
58251 2014-01-24  David S. Miller  <davem@davemloft.net>
58253         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
58255 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
58257         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
58258         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
58260 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
58262         [BZ #16474]
58263         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
58264         string pointers after reallocation.
58266 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
58268         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
58269         __SH4A__ instead of __SH_FPU_ANY__.
58271 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
58273         * sysdeps/sh/fpu_control.h: New file.
58274         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
58275         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
58276         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
58277         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
58278         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
58279         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
58280         * sysdeps/sh/sys/ucontext.h: Remove.
58281         * sysdeps/sh/sys: Remove directory.
58283 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58285         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
58286         s390/sys/ucontext.h.
58287         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
58288         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
58290 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
58292         [BZ #15605]
58293         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
58295 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58297         [BZ #16431]
58298         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
58299         Adjust the vDSO correctly for internal calls.
58300         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
58302 2014-01-20  Allan McRae  <allan@archlinux.org>
58304         * po/ca.po: Update Catalan translation from translation project.
58306 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
58308         * sysdeps/s390/sotruss-lib.c: New file.
58310 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58312         [BZ #16430]
58313         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
58314         (__GI___gettimeofday): Alias for a different internal symbol to avoid
58315         local calls issues by not having a PLT stub required for IFUNC calls.
58316         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
58318 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
58320         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
58321         * math/test-fpucw-static.c: Likewise.
58323 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
58325         [BZ #16453]
58326         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
58328 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58330         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
58331         implementation for powerpc.
58333 2014-01-15  Ondƙej BĂ­lka  <neleai@seznam.cz>
58335         [BZ #14782]
58336         * sysdeps/posix/system.c (__libc_system): Do not enable
58337         asynchronous cancellation.
58339 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58341         [BZ #16427]
58342         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
58343         handling only for numbers special also in the IEEE case.
58345 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58347         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
58349 2014-01-11  Allan McRae  <allan@archlinux.org>
58351         * po/bg.po: Update Bulgarian translation from translation project.
58353         * po/de.po: Update German translation from translation project.
58355 2014-01-10  Roland McGrath  <roland@hack.frob.com>
58357         * sysdeps/generic/gcc-compat.h: New file.
58359 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
58361         * benchtests/asin-inputs: Correct slow inputs.
58362         * benchtests/acos-inputs: Likewise.
58364 2014-01-10  Allan McRae  <allan@archlinux.org>
58366         * po:sv.po: Update Swedish translation from translation project.
58368         * po/vi.po: Update Vietnamese translation from translation project.
58370         * po/eo.po: Update Esperanto translation from translation project.
58372         * po/cs.po: Update Czech translation from translation project.
58374         * po/nl.po: Update Dutch translation from translation project.
58376         * po/pl.po: Update Polish translation from translation project.
58378         * po/ru.po: Update Russian translation from translation project.
58380         * po/uk.po: Update Ukrainian translation from translation project.
58382 2014-01-08  Brooks Moses  <bmoses@google.com>
58384         * elf/dl-load.c: Fix comment typo.
58386 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
58388         * po/header.pot: Rename to...
58389         * po/pot.header: ... this.
58390         * po/Makefile: Use pot.header.
58392 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
58393             Maxim Kuvyrkov  <maxim@kugelworks.com>
58395         [BZ #16394]
58396         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
58397         SRC and DEST against LEN.
58399 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58401         [BZ #16414]
58402         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
58403         implementation.
58404         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
58406 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58408         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
58410 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
58412         [BZ #16408]
58413         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
58414         for large positive arguments.
58416 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
58418         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
58420         * math/auto-libm-test-in: Mark various tests with
58421         xfail-rounding:ldbl-128ibm.
58422         * math/auto-libm-test-out: Regenerated.
58424         [BZ #16407]
58425         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
58426         Increase overflow threshold.
58428 2014-01-07  Ondƙej BĂ­lka  <neleai@seznam.cz>
58430         [BZ #14286]
58431         * stdio-common/vfprintf.c: Check for integer overflow.
58433 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58435         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
58436         the first argument and return value of __tls_get_addr_internal.
58438 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58440         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
58441         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
58443 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58445         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
58446         * sysdeps/s390/rtld-global-offsets.sym: New file.
58447         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
58448         GLIBC_2.19 symbol.
58449         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
58450         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
58451         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
58452         ... this.
58453         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
58454         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
58455         ... this.
58456         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
58457         Regenerate.
58458         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
58459         Regenerate.
58460         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
58461         halfs of GPRs for high_gprs contexts.
58462         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
58463         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
58464         field.
58465         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
58466         uc_flags field.
58467         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
58468         64 bit versions:
58469         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
58470         for high GPRs (uc_high_gprs) and for future extensions
58471         (__reserved).
58472         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
58473         for future extensions (__reserved).
58474         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
58475         64 bit versions:
58476         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
58477         SC_HIGHGPRS offset definition.
58478         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
58479         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
58481         * Versions.def: Add GLIBC_2.19 for libpthread.
58482         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
58483         siglongjmp for libpthread with GLIBC_2.19 symver.
58484         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
58485         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
58486         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
58487         * sysdeps/s390/__longjmp.c: New file.
58488         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
58489         * sysdeps/s390/longjmp.c: New file.
58490         * sysdeps/s390/setjmp.S: New file.
58491         * sysdeps/s390/sigjmp.S: New file.
58492         * sysdeps/s390/v1-longjmp.c: New file.
58493         * sysdeps/s390/v1-setjmp.h: New file.
58494         * sysdeps/s390/v1-sigjmp.c: New file.
58495         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
58496         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
58497         GLIBC_2.19 version.
58498         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
58499         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
58500         versioned symbols for ____longjmp_chk.
58501         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
58502         Likewise.
58503         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
58504         Regenerate.
58505         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
58506         Regenerate.
58507         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
58508         Regenerate.
58509         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
58510         Regenerate.
58511         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
58512         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
58513         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
58514         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
58515         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
58516         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
58517         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
58518         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
58519         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
58520         * sysdeps/s390/rtld-__longjmp.c: New file.
58521         * sysdeps/s390/rtld-setjmp.S: New file.
58523 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
58525         [BZ #16400]
58526         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
58527         Return -__logl (x) for small positive arguments without evaluating
58528         a polynomial.
58530 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
58532         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
58533         Rename to ...
58534         (__ptrace_peeksiginfo_args): ... this.
58535         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
58536         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
58537         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
58539 2014-01-06  Allan McRae  <allan@archlinux.org>
58541         * inet/netinet/in.h: Fix typo in comment.
58543 2014-01-05  Andreas Jaeger  <aj@suse.de>
58545         * sysdeps/i386/fpu/libm-test-ulps: Update.
58547 2014-01-05  Allan McRae  <allan@archlinux.org>
58549         * po/libc.pot: Regenerated.
58551         * malloc/memusagestat.c: Fix gettext call formatting.
58553 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
58555         * nscd/nscd.c: Improve usage() output.
58557 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
58559         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
58560         * sysdeps/unix/sysv/linux/configure: Regenerated.
58561         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
58562         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
58564 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
58566         [BZ #16390]
58567         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
58568         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
58570 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58572         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
58573         extra tokens at end of #undef directive.
58574         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
58575         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
58576         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
58578 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
58580         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
58582         * math/auto-libm-test-in: Mark various tests with
58583         xfail-rounding:ldbl-128ibm.
58584         * math/auto-libm-test-out: Regenerated.
58586 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
58588         [BZ #16386]
58589         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
58590         numbers with subnormal high part when calculating exponent.
58592         [BZ #16385]
58593         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
58594         fabs.
58596         [BZ #16384]
58597         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
58598         M_LN2l.
58599         (__ieee754_acoshl): Use __log1pl not __log1p.
58601 2013-01-02  Ondƙej BĂ­lka  <neleai@seznam.cz>
58603         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
58604         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
58605         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
58606         (grow_heap, heap_trim, _int_new_arena, get_free_list)
58607         (reused_arena, arena_get2): Convert to GNU style.
58608         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
58609         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
58610         (memalign_check, __malloc_set_state): Likewise.
58611         * malloc/mallocbug.c (main): Likewise.
58612         * malloc/malloc.c (__malloc_assert, malloc_init_state)
58613         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
58614         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
58615         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
58616         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
58617         (__posix_memalign, malloc_info): Likewise.
58618         * malloc/malloc.h: Likewise.
58619         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
58620         (mallochook, memalignhook, reallochook, mabort): Likewise.
58621         * malloc/mcheck.h: Likewise.
58622         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
58623         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
58624         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
58625         * malloc/morecore.c (__default_morecore): Likewise.
58626         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
58627         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
58628         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
58629         (print_and_abort): Likewise.
58630         * malloc/obstack.h: Likewise.
58631         * malloc/set-freeres.c (__libc_freeres): Likewise.
58632         * malloc/tst-mallocstate.c (main): Likewise.
58633         * malloc/tst-mtrace.c (main): Likewise.
58634         * malloc/tst-realloc.c (do_test): Likewise.
58636 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
58638         [BZ #16366]
58639         * nscd/netgroupcache.c (do_notfound): New function.
58640         (addgetnetgrentX): Use it.
58642         [BZ # 16365]
58643         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
58644         NSS_STATUS_NOTFOUND.
58646 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
58648         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
58649         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
58651 2014-01-01  Allan McRae  <allan@archlinux.org>
58653         * scripts/update-copyrights: Update configure input file suffix.
58655         * NEWS: Update copyright year.
58656         * catgets/gencat.c: Likewise.
58657         * csu/version.c: Likewise.
58658         * debug/catchsegv.sh: Likewise.
58659         * debug/pcprofiledump.c: Likewise.
58660         * debug/xtrace.sh: Likewise.
58661         * elf/ldconfig.c: Likewise.
58662         * elf/ldd.bash.in: Likewise.
58663         * elf/pldd.c: Likewise.
58664         * elf/sotruss.ksh: Likewise.
58665         * elf/sprof.c: Likewise.
58666         * iconv/iconv_prog.c: Likewise.
58667         * iconv/iconvconfig.c: Likewise.
58668         * locale/programs/locale.c: Likewise.
58669         * locale/programs/localedef.c: Likewise.
58670         * login/programs/pt_chown.c: Likewise.
58671         * malloc/memusage.sh: Likewise.
58672         * malloc/memusagestat.c: Likewise.
58673         * malloc/mtrace.pl: Likewise.
58674         * manual/libc.texinfo: Likewise.
58675         * nscd/nscd.c: Likewise.
58676         * nss/getent.c: Likewise.
58677         * nss/makedb.c: Likewise.
58678         * posix/getconf.c: Likewise.
58679         * scripts/test-installation.pl: Likewise.
58681         * All files with FSF copyright notices: Update copyright dates
58682         using scripts/update-copyrights.
58683         * intl/plural.c: Regenerated.
58684         * locale/programs/charmap-kw.h: Likewise.
58685         * locale/programs/locfile-kw.h: Likewise.
58687 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
58689         * sysdeps/unix/sysv/linux/configure: Regenerated.
58690         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
58691         the linux/fanotify.h header.
58692         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
58693         HAVE_LINUX_FANOTIFY_H is defined.
58695 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
58697         * benchtests/cos-inputs: New inputs.
58698         * benchtests/sin-inputs: Likewise.
58700         * benchtests/atan-inputs: New inputs. Fix name of multiple
58701         precision fallback inputs.
58703         * benchtests/atanh-inputs: New inputs.
58704         * benchtests/tanh-inputs: Likewise.
58706         * benchtests/acosh-inputs: New inputs.
58707         * benchtests/asinh-inputs: Likewise.
58709         * benchtests/cosh-inputs: New inputs.
58710         * benchtests/sinh-inputs: Likewise.
58712         * benchtests/acos-inputs: Add more inputs.
58713         * benchtests/asin-inputs: Likewise.
58715 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
58717         [BZ #16375]
58718         * manual/arith.texi: Fix spelling.
58719         * manual/charset.texi: Likewise.
58720         * manual/errno.texi: Likewise.
58721         * manual/filesys.texi: Likewise.
58722         * manual/lang.texi: Likewise.
58723         * manual/llio.texi: Likewise.
58724         * manual/locale.texi: Likewise.
58725         * manual/message.texi: Likewise.
58726         * manual/resource.texi: Likewise.
58727         * manual/search.texi: Likewise.
58728         * manual/setjmp.texi: Likewise.
58729         * manual/stdio.texi: Likewise.
58730         * manual/string.texi: Likewise.
58731         * manual/sysinfo.texi: Likewise.
58732         * manual/time.texi: Likewise.
58734 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
58736         * po/sl.po: New file.
58738 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
58740         * .gitignore: Add core/.gdbinit/.gdb_history.
58742 2013-12-27  Allan McRae  <allan@archlinux.org>
58744         [BZ #16369]
58745         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
58746         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
58748 2013-12-24  Brooks Moses  <bmoses@google.com>
58750         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
58751         all compilers that claim C++98 compliance, not just GCC.
58752         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
58753         Likewise.
58755 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
58757         * NEWS: Restore accidentally deleted bug-fix entries.
58759 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
58760             Ondƙej BĂ­lka  <neleai@seznam.cz>
58762         [BZ #15073]
58763         * malloc/malloc.c (_int_free): Perform sanity check only if we
58764         have_lock.
58766 2013-12-23  Ondƙej BĂ­lka  <neleai@seznam.cz>
58768         [BZ #12986]
58769         * manual/stdio.texi (String Input Conversions): Clarify that character
58770         classes are not supported.
58772 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58774         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
58776 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
58778         [BZ #16337]
58779         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
58780         Calculate results for small negative arguments directly rather
58781         than using reflection formula with special underflow handling.
58783         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
58784         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
58785         sysdeps/unix/bsd/bsd4.4/syscalls.list.
58786         (fchflags): Likewise.
58787         (revoke): Likewise.
58788         (setlogin): Likewise.
58789         (sigaltstack): Likewise.
58790         (wait4): Likewise.
58791         (sigblock): Remove.
58792         (sigsetmask): Likewise.
58793         (wait3): Likewise.
58794         (waitpid): Likewise.
58795         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
58796         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
58797         file.
58798         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
58799         * sysdeps/unix/bsd/Makefile: ... here.
58800         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
58801         * sysdeps/unix/bsd/Versions: ... here.
58802         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
58803         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
58804         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
58805         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
58806         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
58807         * sysdeps/unix/bsd/sigblock.c: ... here.
58808         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
58809         * sysdeps/unix/bsd/sigsetmask.c: ... here.
58810         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
58811         * sysdeps/unix/bsd/sigvec.c: ... here.
58812         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
58813         * sysdeps/unix/bsd/tcdrain.c: ... here.
58814         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
58815         * sysdeps/unix/bsd/tcgetattr.c: ... here.
58816         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
58817         * sysdeps/unix/bsd/tcsetattr.c: ... here.
58818         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
58819         * sysdeps/unix/bsd/wait.c: ... here.
58820         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
58821         * sysdeps/unix/bsd/wait3.c: ... here.
58822         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
58823         * sysdeps/unix/bsd/waitpid.c: ... here.
58825 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
58827         [BZ #16356]
58828         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
58829         round-to-nearest for [!USE_AS_EXPM1L].
58830         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
58831         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
58832         more tests of exp and exp10.  Expect some exp10 tests to miss
58833         exceptions or fail in directed rounding modes.
58834         * math/auto-libm-test-out: Regenerated.
58835         * math/libm-test.inc (exp10_tonearest_test_data): New array.
58836         (exp10_test_tonearest): New function.
58837         (exp10_towardzero_test_data): New array.
58838         (exp10_test_towardzero): New function.
58839         (exp10_downward_test_data): New array.
58840         (exp10_test_downward): New function.
58841         (exp10_upward_test_data): New array.
58842         (exp10_test_upward): New function.
58843         (main): Call the new functions.
58844         * sysdeps/i386/fpu/libm-test-ulps: Update.
58845         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
58847 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
58849         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
58850         asinh, atan, atan2, atanh, cbrt, cos and cosh.
58851         * math/auto-libm-test-out: Regenerated.
58852         * math/libm-test.inc (acosh_test_data): Add more tests.
58853         (atanh_test_data): Likewise.
58854         (ceil_test_data): Likewise.
58855         (copysign_test_data): Likewise.
58856         * sysdeps/i386/fpu/libm-test-ulps: Update.
58857         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
58859         * timezone/checktab.awk: Update from tzcode 2013i.
58860         * timezone/private.h: Likewise.
58861         * timezone/scheck.c: Likewise.
58862         * timezone/tzfile.h: Likewise.
58863         * timezone/tzselect.ksh: Likewise.
58864         * timezone/zdump.c: Likewise.
58865         * timezone/zic.c: Likewise.
58867         * math/auto-libm-test-in: Add tests of cpow.
58868         * math/auto-libm-test-out: Regenerated.
58869         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
58870         * math/gen-auto-libm-tests.c (func_calc_method): Add value
58871         mpc_cc_c.
58872         (func_calc_desc): Add mpc_cc_c union field.
58873         (test_functions): Add cpow.
58874         (special_fill_2pi): New function.
58875         (special_real_inputs): Add 2pi.
58876         (calc_generic_results): Handle mpc_cc_c.
58877         * sysdeps/i386/fpu/libm-test-ulps: Update.
58878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
58880         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
58881         csqrt, ctan and ctanh.
58882         * math/auto-libm-test-out: Regenerated.
58883         * math/libm-test.inc (TEST_COND_x86_64): New macro.
58884         (TEST_COND_x86): Likewise.
58885         (ccos_test_data): Use AUTO_TESTS_c_c.
58886         (ccosh_test_data): Likewise.
58887         (cexp_test_data): Likewise.
58888         (clog_test_data): Likewise.
58889         (csqrt_test_data): Likewise.
58890         (ctan_test_data): Likewise.
58891         (ctan_tonearest_test_data): Likewise.
58892         (ctan_towardzero_test_data): Likewise.
58893         (ctan_downward_test_data): Likewise.
58894         (ctan_upward_test_data): Likewise.
58895         (ctanh_test_data): Likewise.
58896         (ctanh_tonearest_test_data): Likewise.
58897         (ctanh_towardzero_test_data): Likewise.
58898         (ctanh_downward_test_data): Likewise.
58899         (ctanh_upward_test_data): Likewise.
58900         * math/gen-auto-libm-tests.c (func_calc_method): Add value
58901         mpc_c_c.
58902         (func_calc_desc): Add mpc_c_c union field.
58903         (FUNC_mpc_c_c): New macro.
58904         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
58905         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
58906         ctanh.
58907         (special_fill_min_subnorm_p120): New function.
58908         (special_real_inputs): Add min_subnorm_p120.
58909         (calc_generic_results): Handle mpc_c_c.
58910         * sysdeps/i386/fpu/libm-test-ulps: Update.
58911         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
58913 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
58915         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
58916         (do_sin_slow): New functions.
58917         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
58918         (cslow2, csloww1, csloww2): Use the new functions.
58920         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
58921         Use M to change sign of result instead of X.  Assume X is
58922         positive.
58923         (csloww1): Likewise.
58924         (__sin): Adjust.
58925         (__cos): Adjust.
58927         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
58928         arguments A and DA.
58929         (__sin): Adjust.
58930         (__cos): Likewise.
58932         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
58933         (__cos): Likewise.
58934         (sloww1): Don't adjust sign of DX.
58935         (csloww1): Likewise.
58936         (sloww2): Use X directly and don't adjust sign of DX.
58937         (csloww2): Likewise.
58939 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
58941         * math/auto-libm-test-in: Add tests of cabs and carg.
58942         * math/auto-libm-test-out: Regenerated.
58943         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
58944         (carg_test_data): Likewise.
58945         * math/gen-auto-libm-tests.c (func_calc_method): Add value
58946         mpc_c_f.
58947         (func_calc_desc): Add mpc_c_f union field.
58948         (test_functions): Add cabs and carg.
58949         (calc_generic_results): Handle mpc_c_f.
58951         * sysdeps/powerpc/powerpc32/libgcc-compat.S
58952         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
58953         as a macro and a compat symbol.
58954         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
58955         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
58956         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
58957         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
58958         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
58959         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
58960         not use .hidden.
58961         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
58962         Likewise.
58963         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
58964         Likewise.
58965         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
58966         Likewise.
58967         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
58968         Likewise.
58969         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
58970         Likewise.
58971         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
58972         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
58973         from GLIBC_2.3.2.
58975 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58977         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
58979 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
58981         * manual/texinfo.tex: Update to version 2013-11-26.10 with
58982         trailing whitespace removed.
58983         * scripts/config.guess: Update to version 2013-11-29.
58984         * scripts/config.sub: Update to version 2013-10-01.
58986         * math/auto-libm-test-in: Add tests of sincos.
58987         * math/auto-libm-test-out: Regenerated.
58988         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
58989         * math/gen-auto-libm-tests.c (func_calc_method): Add value
58990         mpfr_f_11.
58991         (func_calc_desc): Add mpfr_f_11 union field.
58992         (test_functions): Add sincos.
58993         (calc_generic_results): Handle mpfr_f_11.
58994         * sysdeps/i386/fpu/libm-test-ulps: Update.
58995         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
58997 2013-12-19  Andreas Schwab  <schwab@suse.de>
58999         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
59000         CALL_MCOUNT.
59001         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
59002         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
59003         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
59005 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
59007         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
59008         * sysdeps/i386/fpu/libm-test-ulps: Update.
59009         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
59011         [BZ #16293]
59012         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
59013         round-to-nearest mode when using frndint.
59014         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
59015         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
59016         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
59017         Likewise.
59018         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
59019         sinh test to fail.
59020         * math/auto-libm-test-out: Regenerated.
59021         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
59022         (TEST_COND_x86): Likewise.
59023         (expm1_tonearest_test_data): New array.
59024         (expm1_test_tonearest): New function.
59025         (expm1_towardzero_test_data): New array.
59026         (expm1_test_towardzero): New function.
59027         (expm1_downward_test_data): New array.
59028         (expm1_test_downward): New function.
59029         (expm1_upward_test_data): New array.
59030         (expm1_test_upward): New function.
59031         (main): Run the new test functions.
59032         * sysdeps/i386/fpu/libm-test-ulps: Update.
59033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
59035         * include/features.h: Update comment documenting feature test
59036         macros.  Mention _DEFAULT_SOURCE in comment.
59037         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
59038         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
59039         _BSD_SOURCE and _SVID_SOURCE.
59040         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
59041         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
59042         !_SVID_SOURCE]: Likewise.
59043         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
59044         (__USE_POSIX_IMPLICITLY): Define.
59045         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
59046         (_POSIX_SOURCE): Undefine and redefine.
59047         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
59048         (_POSIX_C_SOURCE): Likewise.
59049         * manual/creature.texi (_DEFAULT_SOURCE): Document.
59050         (Feature Test Macros): Update documentation of default features.
59052 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
59054         * benchtests/Makefile: Add bench-strtok.
59055         * benchtests/bench-strtok.c: New file: strtok benchtest.
59057 2013-12-19  Allan McRae  <allan@archlinux.org>
59059         * manual/install.texi: Suppress menu for plain text output.
59060         * INSTALL: Regenerated.
59062 2013-12-18  Brooks Moses  <bmoses@google.com>
59064         [BZ #15846]
59065         * misc/getauxval.c: Include errno.h.
59066         (__getauxval): Set errno to ENOENT if the requested type is not
59067         found.
59068         * misc/sys/auxv.h (getauxval): Document that it may set errno;
59069         don't declare with __attribute_const__.
59070         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
59071         * manual/startup.texi: Document that getauxval sets errno.
59073 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
59075         * math/auto-libm-test-in: Add tests of jn and yn.
59076         * math/auto-libm-test-out: Regenerated.
59077         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
59078         (yn_test_data): Likewise.
59079         * math/gen-auto-libm-tests.c (func_calc_method): Add value
59080         mpfr_if_f.
59081         (func_calc_desc): Add mpfr_if_f union field.
59082         (FUNC_mpfr_if_f): New macro.
59083         (test_functions): Add jn and yn.
59084         (calc_generic_results): Assert type of second input for
59085         mpfr_ff_f.  Handle mpfr_if_f.
59086         (output_for_one_input_case): Disable all checking for arguments
59087         fitting floating-point types in case of an integer argument.
59088         * sysdeps/i386/fpu/libm-test-ulps: Update.
59089         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
59091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
59092         Don't expect fegetround reference in libm.so.
59094 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
59096         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
59097         $(config-cflags-nofma).
59099 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
59101         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
59102         * math/auto-libm-test-out: Regenerated.
59104         [BZ #16338]
59105         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
59106         to determine exponent and adjust argument to have exponent of -1.
59107         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
59108         log2.
59109         * math/auto-libm-test-out: Regenerated.
59110         * sysdeps/i386/fpu/libm-test-ulps: Update.
59111         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
59113 2013-12-18  Ondƙej BĂ­lka  <neleai@seznam.cz>
59115         * manual/probes.texi: Remove cases when per-thread arenas are
59116         disabled.
59118 2013-12-18  Andreas Schwab  <schwab@suse.de>
59120         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
59121         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
59122         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
59123         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
59124         * sysdeps/i386/i686/multiarch/Makefile: Update.
59125         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
59127 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
59129         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
59130         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
59132 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
59134         [BZ #15968]
59135         Support TZ transition times < 00:00:00.
59136         This is needed for version-3 tz-format files; it supports time
59137         stamps past 2037 for America/Godthab (the only entry in the tz
59138         database for which this change is relevant).
59139         * manual/time.texi (TZ Variable): Document transition times
59140         from -167:59:59 through -00:00:01.
59141         * time/tzset.c (tz_rule): Time of day is now signed.
59142         (__tzset_parse_tz): Parse negative time of day.
59144         Document TZ transition times >= 25:00:00.
59145         * manual/time.texi (TZ Variable): Document transition times from
59146         25:00:00 through 167:59:59.  These are already supported, and this
59147         support will help with version-3 tz-format files.
59149         * manual/time.texi (TZ Variable): Modernize North America example
59150         to reflect current (i.e., 2007-and-later) daylight saving rules.
59152         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
59154 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
59156         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
59157         * sysdeps/unix/bsd/bits/stat.h: Likewise.
59158         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
59159         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
59160         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
59161         * sysdeps/unix/bsd/bsdstat.h: Likewise.
59162         * sysdeps/unix/bsd/clock.c: Likewise.
59163         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
59164         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
59165         * sysdeps/unix/bsd/init-posix.c: Likewise.
59166         * sysdeps/unix/bsd/poll.c: Likewise.
59167         * sysdeps/unix/bsd/ptsname.c: Likewise.
59168         * sysdeps/unix/bsd/seekdir.c: Likewise.
59169         * sysdeps/unix/bsd/setegid.c: Likewise.
59170         * sysdeps/unix/bsd/seteuid.c: Likewise.
59171         * sysdeps/unix/bsd/setgid.c: Likewise.
59172         * sysdeps/unix/bsd/setrgid.c: Likewise.
59173         * sysdeps/unix/bsd/setruid.c: Likewise.
59174         * sysdeps/unix/bsd/setsid.c: Likewise.
59175         * sysdeps/unix/bsd/setuid.c: Likewise.
59176         * sysdeps/unix/bsd/sigaction.c: Likewise.
59177         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
59178         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
59179         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
59180         * sysdeps/unix/bsd/telldir.c: Likewise.
59181         * sysdeps/unix/bsd/times.c: Likewise.
59182         * sysdeps/unix/bsd/usleep.c: Likewise.
59184         * misc/Makefile (install-lib): Remove libbsd-compat.a.
59185         ($(objpfx)libbsd-compat.a): Remove rule.
59187         * include/features.h (__FAVOR_BSD): Do not define.
59188         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
59189         features conflicting with POSIX.
59190         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
59191         (_BSD_SOURCE): Remove description of not being a subset of other
59192         feature test macros.
59193         * manual/job.texi (getpgrp): Do not document BSD version.
59194         (getpgid): Do not document by reference to BSD getpgrp.
59195         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
59196         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
59197         * signal/signal.h [__FAVOR_BSD]: Likewise.
59198         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
59199         instead of making contents conditional on [__FAVOR_BSD].
59200         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
59202 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59204         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
59206 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
59208         [BZ #16314]
59209         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
59210         values below 2**-450, not 2**-500.
59211         * math/auto-libm-test-in: Don't allow spurious underflow from
59212         hypot.
59213         * math/auto-libm-test-out: Regenerated.
59215         [BZ #16316]
59216         [BZ #16330]
59217         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
59218         values of ha and hb and sort them after adjusting subnormal
59219         arguments.
59220         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
59221         Likewise.
59222         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
59223         values of ea and eb and sort them after adjusting subnormal
59224         arguments.
59225         * math/auto-libm-test-in: Do not expect some hypot tests of
59226         subnormals to fail.  Add more hypot tests.
59227         * math/auto-libm-test-out: Regenerated.
59229 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
59231         [BZ #13304]
59232         * sysdeps/sh/s_fma.c: New file.
59233         * sysdeps/sh/s_fmaf.c: New file.
59234         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
59235         version.
59236         * sysdeps/sh/Implies: Add sh/soft-fp.
59238 2013-12-16  Roland McGrath  <roland@hack.frob.com>
59240         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
59241         level of indirection to members `objname', `errstring', `malloced'.
59242         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
59243         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
59244         it as the __longjmp argument (just pass 1 instead).
59245         (_dl_catch_error): Initialize C with argument pointers and address of
59246         volatile local ERRCODE rather than copying values out of C at return.
59248 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
59250         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
59251         * math/auto-libm-test-out: Regenerated.
59252         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
59253         (hypot_test_data): Likewise.
59254         (pow_test_data): Likewise.
59255         (pow_tonearest_test_data): Likewise.
59256         * math/gen-auto-libm-tests.c (func_calc_method): Add value
59257         mpfr_ff_f.
59258         (func_calc_desc): Add mpfr_ff_f union field.
59259         (FUNC_mpfr_ff_f): New macro.
59260         (test_functions): Add atan2, hypot and pow.
59261         (special_fill_min): New function.
59262         (special_fill_minus_min): Likewise.
59263         (special_fill_min_subnorm): Likewise.
59264         (special_fill_minus_min_subnorm): Likewise.
59265         (special_real_inputs): Add min, -min, min_subnorm and
59266         -min_subnorm.
59267         (calc_generic_results): Handle mpfr_ff_f.
59268         * sysdeps/i386/fpu/libm-test-ulps: Update.
59269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
59271 2013-12-16  Will Newton  <will.newton@linaro.org>
59273         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
59274         (Aligned Memory Blocks): Add documentation for aligned_alloc
59275         and suggest it as an alternative to posix_memalign.
59276         (Hooks for Malloc): Document __memalign_hook is also called
59277         for aligned_alloc.  (Summary of Malloc): Add summary for
59278         aligned alloc.  Document __memalign_hook is also called
59279         for aligned_alloc.
59281 2013-12-16  Will Newton  <will.newton@linaro.org>
59283         * manual/memory.texi (Malloc Examples): Clarify default
59284         alignment documentation.  Suggest posix_memalign rather
59285         than memalign or valloc.
59286         (Aligned Memory Blocks): Remove suggestion to use memalign
59287         or valloc.  Remove obsolete comment about BSD.
59288         Document memalign errno values and mark the function obsolete.
59289         Document posix_memalign returned error codes.  Mark valloc
59290         as obsolete.  (Hooks for Malloc): __memalign_hook is also
59291         called for posix_memalign and valloc.
59292         (Summary of Malloc): Add posix_memalign to function summary.
59293         __memalign_hook is also called for posix_memalign and valloc.
59295 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
59297         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
59298         TAYLOR_SIN.
59299         (__sin): Adjust.
59300         (__cos): Likewise.
59301         (sloww): Use mynumber union.  Expand ternary operator into
59302         if-else statements.
59303         (cslow): use mynumber union.
59305 2013-12-16  Allan McRae  <allan@archlinux.org>
59307         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
59308         * configure: Regenerated.
59310         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
59312         [BZ #14120]
59313         * configure.ac: Added --enable-maintainer-mode. Check for
59314         autoconf when enabled.
59315         * configure: Regenerated.
59317         * nscd/nscd.service: New file.
59318         * nscd/nscd.tmpfiles: New file.
59320 2013-12-14  Ondƙej BĂ­lka  <neleai@seznam.cz>
59322         [BZ #12100]
59323         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
59324         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
59325         * sysdeps/x86_64/multiarch/strstr.c: ... here.
59326         (strstr): Add __strstr_sse2_unaligned ifunc.
59327         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
59328         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
59329         (strcasestr): Remove __strcasestr_sse42 ifunc.
59330         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
59331         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
59332         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
59334 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
59336         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
59337         * sysdeps/sh/bits/fenv.h: ... here.
59338         * sysdeps/sh/sh4/fpu/bits: Remove directory.
59340 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59342         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
59344         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
59345         hypotf multiarch implementations.
59346         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
59347         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
59348         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
59349         multiarch hypot for PPC64.
59350         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
59351         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
59352         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
59353         multiarch hypotf for PPC64.
59355         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
59356         modff multiarch implementations.
59357         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
59358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
59359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
59360         multiarch modf for PPC64.
59361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
59362         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
59363         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
59364         multiarch modff for PPC64.
59366         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
59367         and logl multiarch implementations.
59368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
59369         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
59370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
59371         multiarch logb for PPC64.
59372         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
59373         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
59374         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
59375         multiarch logb for PPC64.
59376         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
59377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
59378         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
59379         multiarch logb for PPC64.
59381         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
59382         isinff multiarch implementation.
59383         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
59384         file.
59385         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
59386         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
59387         multiarch isinf for PPC64.
59388         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
59389         file.
59390         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
59391         multiarch isinff for PPC64.
59393         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
59394         finitef multiarch implementation.
59395         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
59396         file.
59397         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
59398         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
59399         multiarch finite for PPC64.
59400         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
59401         file.
59402         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
59403         multiarch finitef for PPC64.
59405         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
59406         lrint multiarch implementation.
59407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
59408         file.
59409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
59410         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
59411         multiarch llrint for PPC64.
59412         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
59413         multiarch lrint for PPC64.
59415         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
59416         copysignf multiarch implementation.
59417         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
59418         file.
59419         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
59420         file.
59421         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
59422         multiarch copysign for PPC64.
59423         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
59424         multiarch copysignf for PPC64.
59426         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
59427         multiarch implementation.
59428         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
59429         file.
59430         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
59431         file.
59432         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
59433         file.
59434         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
59435         file.
59436         multiarch llround for PPC64.
59437         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
59438         multiarch trunc for PPC64.
59439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
59440         multiarch truncf for PPC64.
59442         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
59443         multiarch implementation.
59444         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
59445         file.
59446         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
59447         file.
59448         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
59449         file.
59450         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
59451         file.
59452         multiarch llround for PPC64.
59453         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
59454         multiarch round for PPC64.
59455         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
59456         multiarch roundf for PPC64.
59458         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
59459         multiarch implementation.
59460         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
59461         file.
59462         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
59463         file.
59464         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
59465         file.
59466         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
59467         file.
59468         multiarch llround for PPC64.
59469         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
59470         multiarch floor for PPC64.
59471         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
59472         multiarch floorf for PPC64.
59474         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
59475         multiarch implementation.
59476         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
59477         file.
59478         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
59479         file.
59480         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
59481         file.
59482         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
59483         file.
59484         multiarch llround for PPC64.
59485         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
59486         multiarch ceil for PPC64.
59487         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
59488         multiarch ceilf for PPC64.
59490         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
59491         multiarch implementation.
59492         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
59493         file.
59494         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
59495         file.
59496         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
59497         file.
59498         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
59499         multiarch llround for PPC64.
59500         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
59501         multiarch lround for PPC64.
59503         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
59504         multiarch implementation.
59505         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
59506         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
59507         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
59508         file.
59509         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
59510         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
59511         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
59512         multiarch isnan for PPC64.
59513         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
59514         multiarch isnanf for PPC64.
59516         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
59517         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
59518         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
59519         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
59520         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
59521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
59523         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
59524         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
59525         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
59526         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
59528         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
59529         multiarch implementations.
59530         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59531         (__libc_ifunc_impl_list): Likewise.
59532         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
59533         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
59534         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
59535         multiarch stpcpy for PPC64.
59537         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
59538         multiarch implementations.
59539         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59540         (__libc_ifunc_impl_list): Likewise.
59541         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
59542         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
59543         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
59544         multiarch strcpy for PPC64.
59546         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
59547         redefine function name.
59548         (_wordcopy_fwd_dest_aligned): Likewise.
59549         (_wordcopy_bwd_aligned): Likewise.
59550         (_wordcopy_bwd_dest_aligned): Likewise.
59551         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
59552         multiarch implementations.
59553         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59554         (__libc_ifunc_impl_list): Likewise.
59555         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
59556         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
59557         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
59558         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
59559         multiarch wcscpy for PPC64.
59561         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
59562         multiarch implementations.
59563         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59564         (__libc_ifunc_impl_list): Likewise.
59565         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
59566         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
59567         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
59568         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
59569         multiarch wcscpy for PPC64.
59571         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
59572         multiarch implementations.
59573         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59574         (__libc_ifunc_impl_list): Likewise.
59575         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
59576         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
59577         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
59578         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
59579         multiarch wcsrchr for PPC64.
59581         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
59582         multiarch implementations.
59583         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59584         (__libc_ifunc_impl_list): Likewise.
59585         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
59586         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
59587         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
59588         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
59589         multiarch wcschr for PPC64.
59591         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
59592         multiarch implementations.
59593         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59594         (__libc_ifunc_impl_list): Likewise.
59595         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
59596         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
59597         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
59598         multiarch strchrnul for PPC64.
59600         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
59601         implementations.
59602         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59603         (__libc_ifunc_impl_list): Likewise.
59604         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
59605         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
59606         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
59607         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
59608         strchr for PPC64.
59610         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
59611         implementations.
59612         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59613         (__libc_ifunc_impl_list): Likewise.
59614         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
59615         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
59616         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
59617         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
59618         strncmp for PPC64.
59620         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
59621         multiarch implementations.
59622         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59623         (__libc_ifunc_impl_list): Likewise.
59624         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
59625         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
59626         strncasecmp for PPC64.
59627         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
59628         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
59629         multiarch strncasecmp_l for PPC64.
59631         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
59632         multiarch implementations.
59633         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
59634         (__libc_ifunc_impl_list): Likewise.
59635         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
59636         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
59637         multiarch strcasecmp for PPC64.
59638         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
59639         file.
59640         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
59641         multiarch strcasecmp_l for PPC64.
59643         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
59644         implementations.
59645         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59646         (__libc_ifunc_impl_list): Likewise.
59647         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
59648         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
59649         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
59650         strnlen for PPC64.
59652         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
59653         implementations.
59654         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59655         (__libc_ifunc_impl_list): Likewise.
59656         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
59657         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
59658         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
59659         strlen for PPC64.
59661         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
59662         implementations.
59663         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59664         (__libc_ifunc_impl_list): Likewise.
59665         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
59666         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
59667         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
59668         rawmemrchr for PPC64.
59670         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
59671         implementation.
59672         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59673         (__libc_ifunc_impl_list): Likewise.
59674         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
59675         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
59676         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
59677         memrchr for PPC64.
59679         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
59680         implementation.
59681         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59682         (__libc_ifunc_impl_list): Likewise.
59683         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
59684         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
59685         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
59686         memchr for PPC64.
59688         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
59689         implementation.
59690         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59691         (__libc_ifunc_impl_list): Likewise.
59692         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
59693         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
59694         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
59695         mempcpy for PPC64.
59697         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
59698         avoid cretion of __bzero symbol.
59699         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
59700         Likewise.
59701         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
59702         Likewise.
59703         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
59704         Likewise.
59705         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
59706         multiarch implementations.
59707         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59708         (__libc_ifunc_impl_list): Likewise.
59709         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
59710         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
59711         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
59712         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
59713         bzero for PPC32.
59714         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
59715         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
59716         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
59717         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
59718         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
59719         memset for PPC64.
59720         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
59722         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
59723         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
59724         implementations.
59725         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
59726         (__libc_ifunc_impl_list): Likewise.
59727         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
59728         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
59729         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
59730         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
59731         memcmp for PPC64.
59733         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
59734         multiarch for POWER/PPC64.
59735         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
59736         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
59737         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
59738         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
59739         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
59740         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
59741         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
59742         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
59743         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
59744         memcpy for PPC64.
59746         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
59747         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
59748         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
59749         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
59750         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
59751         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
59752         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
59753         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
59754         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
59755         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
59756         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
59757         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
59758         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
59759         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
59760         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
59761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
59762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
59763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
59764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
59765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
59766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
59767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
59769 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
59771         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
59773 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
59775         * benchtests/Makefile (bench): Add exp2 and log2.
59776         (LDLIBS-bench-exp2): Add -lm.
59777         (LDLIBS-bench-log2): Likewise.
59778         * benchtests/exp2-inputs: New inputs file.
59779         * benchtests/log2-inputs: New inputs file.
59780         * benchtests/log-inputs: Add new inputs.
59781         * benchtests/tan-inputs: Likewise.
59783 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
59785         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
59786         definition...
59787         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
59788         (csloww2): ... from here.
59790         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
59791         instead of structures.
59792         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
59793         (POLYNOMIAL): Likewise.
59794         (TAYLOR_SLOW): Likewise.
59795         (__sin): Likewise.
59796         (__cos): Likewise.
59797         (slow1): Likewise.
59798         (slow2): Likewise.
59799         (sloww): Likewise.
59800         (sloww1); Likewise.
59801         (sloww2): Likewise.
59802         (bsloww1): Likewise.
59803         (bsloww2): Likewise.
59804         (cslow2): Likewise.
59805         (csloww): Likewise.
59806         (csloww1): Likewise.
59807         (csloww2): Likewise.
59809 2013-12-10  Ondƙej BĂ­lka  <neleai@seznam.cz>
59811         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
59812         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
59813         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
59814         * malloc/hooks.c (realloc_check): Likewise.
59816         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
59817         * malloc/arena.c: Remove PER_THREAD conditional.
59818         [!PER_THREAD]: Remove code.
59819         (ptmalloc_unlock_all2): Likewise.
59820         (ptmalloc_init): Likewise.
59821         (_int_new_arena): Likewise.
59822         (arena_get2): Likewise.
59823         * malloc/hooks.c (__malloc_get_state): Likewise.
59824         (__malloc_set_state): Likewise.
59825         * malloc/malloc.c: Likewise.
59826         (struct malloc_state): Likewise.
59827         (struct malloc_par): Likewise.
59828         (__libc_realloc): Likewise.
59829         (__libc_mallopt): Likewise.
59831 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59833         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
59835 2013-12-09  Ondƙej BĂ­lka  <neleai@seznam.cz>
59837         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
59838         macro to a function.  Check for zero perturb_byte.
59839         (_int_malloc, _int_free): Remove zero perturb_byte checks.
59841         * malloc/malloc.c: (force_reg): Remove.
59842         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
59843         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
59844         force_reg by atomic_forced_read.
59845         * malloc/arena.c (ptmalloc_init): Likewise.
59846         * malloc/hooks.c (top_check): Likewise.
59848 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59850         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
59852 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
59854         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
59856 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
59858         * math/auto-libm-test-in: Add tests of lgamma.
59859         * math/auto-libm-test-out: Regenerated.
59860         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
59861         (M_LOG_2_SQRT_PIl): Likewise.
59862         (lgamma_test_data): Use AUTO_TESTS_f_f1.
59863         * math/gen-auto-libm-tests.c (func_calc_method): Add value
59864         mpfr_f_f1.
59865         (func_calc_desc): Add mpfr_f_f1 union field.
59866         (ARGS1): New macro.
59867         (ARGS2): Likewise.
59868         (ARGS3): Likewise.
59869         (ARGS4): Likewise.
59870         (RET1): Likewise.
59871         (RET2): Likewise.
59872         (CALC): Likewise.
59873         (FUNC): Likewise.
59874         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
59875         (test_functions): Add lgamma.
59876         (calc_generic_results): Handle mpfr_f_f1.
59877         * sysdeps/i386/fpu/libm-test-ulps: Update.
59878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
59880 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59882         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
59883         __mpn_add_n for PowerPC64/POWER7.
59884         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
59885         __mpn_sub_n for PowerPC64/POWER7.
59887         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
59888         __mpn_addmul_1 for PowerPC64.
59889         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
59890         __mpn_submul_1 for PowerPC64.
59891         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
59892         for PowerPC64.
59893         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
59894         for PowerPC64.
59896 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
59898         [BZ #15089]
59899         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
59901 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59903         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
59905         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
59906         add multiarch folders.
59907         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
59908         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
59909         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
59910         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
59911         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
59912         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
59913         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
59914         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
59915         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
59916         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
59917         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
59918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
59919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
59920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
59921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
59922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
59923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
59925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
59926         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
59927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
59928         New file.
59929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
59930         New file.
59931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
59932         multiarch __ieee754_hypot for PowerPC32.
59933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
59934         New file.
59935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
59936         New file.
59937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
59938         multiarch __ieee754_hypotf for PowerPC32.
59940         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
59941         long_double_symbol only if __logbl is defined.
59942         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
59943         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
59944         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
59945         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
59946         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
59947         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
59948         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
59949         path for implementation.
59950         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
59951         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
59952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
59953         logb, and logbl multiarch implementations for PowerPC32.
59954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
59955         file.
59956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
59957         file.
59958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
59959         multiarch logb for PowerPC32.
59960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
59961         file.
59962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
59963         file.
59964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
59965         multiarch logbf for PowerPC32.
59966         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
59967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
59968         file.
59969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
59970         multiarch logbl implementation for PowerPC32.
59972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
59973         and modff multiarch implementations.
59974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
59975         New file.
59976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
59977         New file.
59978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
59979         multiarch modf for PowerPC32.
59980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
59981         New file.
59982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
59983         New file.
59984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
59985         multiarch modff for PowerPC32.
59987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
59988         and lrintf multiarch implementations.
59989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
59990         New file.
59991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
59992         New file.
59993         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
59994         multiarch lrint for PowerPC32.
59995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
59996         file: multiarch lrintf for PowerPC32.
59998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
59999         and lroundf multiarch implementations.
60000         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
60001         New file.
60002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
60003         New file.
60004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
60005         New file.
60006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
60007         multiarch lround for PowerPC32.
60008         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
60009         file: multiarch lroundf for PowerPC32.
60011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
60012         copysign and copysignf multiarch implementations.
60013         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
60014         New file.
60015         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
60016         New file.
60017         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
60018         file: multiarch copysign for PowerPC32.
60019         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
60020         file: multiarch copysignf for PowerPC32.
60022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
60023         and truncf multiarch implementations.
60024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
60025         New file.
60026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
60027         file.
60028         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
60029         multiarch trunc for PowerPC32.
60030         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
60031         New file.
60032         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
60033         New file.
60034         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
60035         multiarch truncf for PowerPC32.
60037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
60038         and roundf multiarch implementations.
60039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
60040         New file.
60041         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
60042         file.
60043         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
60044         multiarch round for PowerPC32.
60045         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
60046         New file.
60047         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
60048         New file.
60049         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
60050         multiarch roundf for PowerPC32.
60052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
60053         and floorf multiarch implementations.
60054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
60055         New file.
60056         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
60057         file.
60058         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
60059         multiarch floor for PowerPC32.
60060         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
60061         New file.
60062         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
60063         New file.
60064         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
60065         multiarch floorf for PowerPC32.
60067         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
60068         and ceilf multiarch implementations.
60069         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
60070         New file.
60071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
60072         file.
60073         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
60074         multiarch ceil for PowerPC32.
60075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
60076         New file.
60077         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
60078         file.
60079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
60080         multiarch ceilf for PowerPC32.
60082         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
60083         is defined.
60084         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
60085         FINITEF is defined.
60086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
60087         and finitef multiarch implementations.
60088         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
60089         New file.
60090         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
60091         file.
60092         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
60093         multiarch finite for PowerPC32.
60094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
60095         New file.
60096         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
60097         file: multiarch finitef for PowerPC32.
60099         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
60100         and isinff multiarch implementations.
60101         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
60102         file.
60103         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
60104         file.
60105         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
60106         multiarch isinf for PowerPC32.
60107         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
60108         New file.
60109         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
60110         multiarch isinff for PowerPC32.
60112         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
60113         alias when __isnan is defined.
60114         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
60115         and isnanf multiarch implementations.
60116         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
60117         file.
60118         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
60119         file.
60120         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
60121         file.
60122         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
60123         file.
60124         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
60125         multiarch isnan for PowerPC32.
60126         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
60127         New file.
60128         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
60129         New file.
60130         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
60131         multiarch isnanf for PowerPC32.
60133         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
60134         and sqrtf multiarch implementations.
60135         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
60136         file.
60137         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
60138         file.
60139         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
60140         multiarch sqrt for PowerPC32.
60141         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
60142         file.
60143         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
60144         file.
60145         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
60146         multiarch sqrtf for PowerPC32.
60148         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
60149         and llroundf multiarch implementations.
60150         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
60151         New file.
60152         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
60153         New file.
60154         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
60155         New file.
60156         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
60157         file: multiarch llround for PowerPC32.
60158         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
60159         file: multiarch llroundf for PowerPC32.
60161         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
60162         multiarch PowerPC32 fpu implementations.
60163         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
60164         New file.
60165         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
60166         New file.
60167         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
60168         multiarch llrint for PowerPC32.
60169         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
60170         New file.
60171         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
60172         New file.
60173         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
60174         file.
60176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
60178         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
60179         file.
60180         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
60181         file.
60182         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
60183         file.
60184         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
60185         multiarch wordcopy for PPC32.
60186         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
60187         wordcopy objects.
60188         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
60189         (__libc_ifunc_impl_list): Likewise.
60190         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
60191         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
60192         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
60193         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
60194         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
60195         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
60197         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
60198         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
60199         file.
60200         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
60201         file.
60202         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
60203         file.
60204         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
60205         multiarch wcscpy for PPC32.
60206         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
60207         multiarch objects.
60208         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
60209         (__libc_ifunc_impl_list): Likewise.
60210         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
60211         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
60212         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
60213         sysdeps/powerpc/power6/wcscpy.c.
60215         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
60216         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
60217         file.
60218         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
60219         file.
60220         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
60221         file.
60222         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
60223         multiarch wcsrchr for PPC32.
60224         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
60225         multiarch objects.
60226         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
60227         (__libc_ifunc_impl_list): Likewise.
60228         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
60229         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
60230         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
60231         sysdeps/powerpc/power6/wcsrchr.c.
60233         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
60234         file.
60235         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
60236         file.
60237         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
60238         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
60239         multiarch wcschr for PPc32.
60240         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
60241         multiarch objects.
60242         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
60243         (__libc_ifunc_impl_list): Likewise.
60244         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
60245         * sysdeps/powerpc/power6/wcschr.c: ... to here.
60246         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
60247         sysdeps/powerpc/power6/wcschr.c.
60249         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
60250         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
60251         file.
60252         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
60253         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
60254         file: multiarch strchr for PPC32.
60255         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
60256         multiarch objects.
60257         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
60258         (__libc_ifunc_impl_list): Likewise.
60260         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
60261         name.
60262         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
60263         file.
60264         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
60265         file.
60266         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
60267         multiarch strchrnul for PPC32.
60268         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
60269         multiarch objects.
60270         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
60271         (__libc_ifunc_impl_list): Likewise.
60273         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
60274         file.
60275         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
60276         multiarch strncasecmp for PPC32.
60277         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
60278         file.
60279         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
60280         multiarch strncasecmp_l for PPC32.
60281         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
60282         strncasecmp multiarch objects.
60283         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
60284         (__libc_ifunc_impl_list): Likewise.
60286         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
60287         file.
60288         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
60289         multiarch strncasecmp for PPC32.
60290         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
60291         New file.
60292         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
60293         multiarch strcasecmp_l for PPC32.
60294         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
60295         multiarch objects.
60296         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
60297         (__libc_ifunc_impl_list): Likewise.
60299         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
60300         file.
60301         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
60302         file.
60303         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
60304         multiarch strncmp for PPC32.
60305         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
60306         multiarch objects.
60307         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
60308         (__libc_ifunc_impl_list): Likewise.
60310         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
60311         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
60312         file.
60313         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
60314         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
60315         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
60316         multiarch objects.
60317         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
60318         (__libc_ifunc_impl_list): Likewise.
60320         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
60321         file.
60322         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
60323         file.
60324         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
60325         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
60326         multiarch objects.
60327         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
60328         (__libc_ifunc_impl_list): Likewise.
60330         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
60331         file.
60332         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
60333         file.
60334         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
60335         multiarch rawmemchr for PPC32.
60336         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
60337         multiarch objects.
60338         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
60339         (__libc_ifunc_impl_list): Likewise.
60341         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
60342         file.
60343         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
60344         file.
60345         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
60346         file: memrchr multiarch for PPC32.
60347         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
60348         multiarch objects.
60349         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
60350         (__libc_ifunc_impl_list): Likewise.
60352         * string/memchr.c (__memchr): Using macro to redefine symbol name.
60353         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
60354         file.
60355         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
60356         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
60357         multiarch memchr for PPC32.
60358         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
60359         multiarch objects.
60360         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
60361         (__libc_ifunc_impl_list): Likewise.
60363         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
60364         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
60365         file.
60366         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
60367         file.
60368         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
60369         file: multiarch mempcpy for PPC32.
60370         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
60371         multiarch objects.
60372         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
60373         (__libc_ifunc_impl_list): Likewise.
60375         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
60376         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
60377         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
60378         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
60379         multiarch bzero for PPC32.
60380         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
60381         file.
60382         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
60383         file.
60384         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
60385         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
60386         file: multiarch memset for PPC32.
60387         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
60388         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
60389         memset multiarch objects.
60390         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
60391         (__libc_ifunc_impl_list): Likewise.
60393         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
60394         file.
60395         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
60396         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
60397         memcmp for PPC32.
60398         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
60399         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
60400         multiarch objects.
60401         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
60402         (__libc_ifunc_impl_list): Likewise.
60404         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
60405         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
60406         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
60407         file.
60408         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
60409         file.
60410         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
60411         file.
60412         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
60413         multiarch memcpy for PPC32.
60414         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
60415         multiarch objects.
60416         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
60417         (__libc_ifunc_impl_list): Likewise.
60419         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
60420         support multiarch for POWER/PPC32.
60421         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
60422         Likewise.
60423         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
60424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
60425         Implies file to make multiarch folder appers before the fpu and
60426         default folder for power4 configuration.
60428 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
60430         * scripts/bench.pl: Append volatile keyword to type.
60432 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
60434         * sysdeps/sh/sotruss-lib.c: New file.
60435         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
60437 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60439         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
60441 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
60443         [BZ #6810]
60444         * math/w_tgamma.c: Include <errno.h>.
60445         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
60446         * math/w_tgammaf.c: Include <errno.h>.
60447         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
60448         * math/w_tgammal.c: Include <errno.h>.
60449         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
60450         * math/auto-libm-test-in: Do not allow missing errno on tgamma
60451         underflow.  Add more tgamma tests.
60452         * math/auto-libm-test-out: Regenerated.
60453         * sysdeps/i386/fpu/libm-test-ulps: Update.
60454         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
60456         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
60457         sin, sinh, tan, tanh, tgamma, y0 and y1.
60458         * math/auto-libm-test-out: Regenerated.
60459         * math/libm-test.inc (TEST_COND_x86_64): New macro.
60460         (TEST_COND_x86): Likewise.
60461         (M_E2l): Remove macro.
60462         (M_E3l): Likewise.
60463         (M_2_SQRT_PIl): Likewise.
60464         (M_SQRT_PIl): Likewise.
60465         (M_1_DIV_El): Likewise.
60466         (log_test_data): Use AUTO_TESTS_f_f.
60467         (log10_test_data): Likewise.
60468         (log1p_test_data): Likewise.
60469         (log2_test_data): Likewise.
60470         (sin_test_data): Likewise.
60471         (sin_tonearest_test_data): Likewise.
60472         (sin_towardzero_test_data): Likewise.
60473         (sin_downward_test_data): Likewise.
60474         (sin_upward_test_data): Likewise.
60475         (sinh_test_data): Likewise.
60476         (sinh_tonearest_test_data): Likewise.
60477         (sinh_towardzero_test_data): Likewise.
60478         (sinh_downward_test_data): Likewise.
60479         (sinh_upward_test_data): Likewise.
60480         (tan_test_data): Likewise.
60481         (tan_tonearest_test_data): Likewise.
60482         (tan_towardzero_test_data): Likewise.
60483         (tan_downward_test_data): Likewise.
60484         (tan_upward_test_data): Likewise.
60485         (tanh_test_data): Likewise.
60486         (tgamma_test_data): Likewise.
60487         (y0_test_data): Likewise.
60488         (y1_test_data): Likewise.
60489         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
60490         (special_real_inputs): Add pi/4.
60491         * sysdeps/i386/fpu/libm-test-ulps: Update.
60492         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
60494 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60496         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
60497         "longjmp_target" static probes.
60498         (__longjmp): Rename to __longjmp_symbol.
60499         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
60500         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
60501         on which longjmp to generate.
60502         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
60503         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
60504         probe.
60505         (__sigsetjmp): Rename to __sigsetjmp_symbol.
60506         (__sigjmp_save): Rename to __sigjmp_save_symbol.
60507         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
60508         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
60509         and __sigjmp_save_symbol based on which sigsetjmp to generated.
60510         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
60511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
60512         __longjmp_symbol based on which __longjmp to generate.
60513         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
60514         probe.
60515         (setjmp): Rename to setjmp_symbol.
60516         (__sigsetjmp): Rename to __sigsetjmp_symbol.
60517         (_setjmp): Rename to _setjmp_symbol.
60518         (__sigsetjmp): Rename to __sigsetjmp_symbol.
60519         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
60520         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
60521         which setjmp to generate.
60522         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
60523         "longjmp_target" static probes.
60525 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
60527         * benchtests/README: Add note about output arguments.
60528         * benchtests/bench-sincos.c: Remove file.
60529         * benchtests/sincos-inputs: New file.
60530         * scripts/bench.pl: Identify output arguments and define
60531         static variables for them.
60533         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
60535         [BZ #15941]
60536         * Makefile (INSTALL): Add install-plain.texi as the primary
60537         dependency.
60538         * manual/install-plain.texi: New file.
60539         * manual/install.texi: Include node directive only for
60540         non-plaintext output.
60542 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
60544         * stdlib/longlong.h: Update from GCC.
60546         [BZ #6807]
60547         [BZ #15901]
60548         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
60549         * math/w_j0f.c (y0f): Likewise.
60550         * math/w_j0l.c (__y0l): Likewise.
60551         * math/w_j1.c (y1): Likewise.
60552         * math/w_j1f.c (y1f): Likewise.
60553         * math/w_j1l.c (__y1l): Likewise.
60554         * math/w_jn.c (yn): Likewise.
60555         * math/w_jnf.c (ynf): Likewise.
60556         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
60557         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
60558         value for Bessel function domain errors outside _SVID_ mode.
60559         Adjust sign of return value for yn (negative integer, 0).
60560         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
60561         by zero in return for negative x and set sign appropriately for
60562         negative n.
60563         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
60564         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
60565         * math/libm-test.inc (y0_test_data): Add more tests and adjust
60566         expectations in error cases.
60567         (y1_test_data): Likewise.
60568         (yn_test_data): Likewise.
60569         * sysdeps/i386/fpu/libm-test-ulps: Update.
60570         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
60572 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
60574         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
60575         "64" to "64-v1".  Add "64-v2".
60576         (abi-64-options): Rename to ...
60577         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
60578         (abi-64-condition): Rename to ...
60579         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
60580         (abi-64-ld-soname): Rename to ...
60581         (abi-64-v1-ld-soname): ... this.
60582         (abi-64-v2-options): Define.
60583         (abi-64-v2-condition): Likewise.
60584         (abi-64-v2-ld-soname): Likewise.
60585         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
60586         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
60587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
60588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
60589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
60591 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
60592             Alan Modra  <amodra@gmail.com>
60594         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
60595         New versions for use with the ELFv2 ABI.
60596         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
60597         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
60598         declaration.
60599         (struct La_ppc64v2_retval): Likewise.
60600         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
60601         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
60602         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
60603         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
60604         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
60605         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
60606         Do not save or restore CR.
60607         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
60608         (_dl_profile_resolve): Do no save or restore CR.  Support extended
60609         return values for ELFv2 ABI.  Fix location of FPR return registers.
60610         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
60611         updated values for _CALL_ELF == 2.
60612         (La_regs, La_retval, int_retval): Likewise.
60614 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
60616         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
60617         (FRAME_MIN_SIZE_PARM): Likewise.
60618         (FRAME_BACKCHAIN): Likewise.
60619         (FRAME_CR_SAVE): Likewise.
60620         (FRAME_LR_SAVE): Likewise.
60621         (FRAME_TOC_SAVE): Likewise.
60622         (FRAME_PARM_SAVE): Likewise.
60623         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
60624         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
60625         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
60626         (call_mcount_parm_offset): New macro.
60627         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
60628         (PROF): Use symbolic stack frame offsets.
60629         (TAIL_CALL_SYSCALL_ERROR): Likewise.
60630         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
60631         Redefine in terms of FRAME_MIN_SIZE.
60632         (_dl_runtime_resolve): Use symbolic stack frame offsets.
60633         (_dl_profile_resolve): Likewise.  Update comment.
60634         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
60635         symbols stack frame offsets.
60636         (__sigsetjmp): Likewise.
60637         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
60638         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
60639         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
60640         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
60642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
60643         (FRAME_BACKCHAIN): Remove.
60644         (FRAME_CR_SAVE): Likewise.
60645         (FRAME_LR_SAVE): Likewise.
60646         (FRAME_COMPILER_DW): Likewise.
60647         (FRAME_LINKER_DW): Likewise.
60648         (FRAME_TOC_SAVE): Likewise.
60649         (FRAME_PARM_SAVE): Likewise.
60650         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
60651         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
60652         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
60653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
60654         (CHECK_SP): Use symbolic stack frame offsets.
60655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
60656         zone" instead of caller's parameter save area for temp storage.
60657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
60658         Likewise.  Also, use symbolic stack frame offsets.
60659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
60660         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
60661         our own stack frame instead of the caller's.
60662         (__socket): Use symbolic stack frame offsets.
60664 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
60665             Alan Modra  <amodra@gmail.com>
60667         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
60668         Define.
60669         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
60670         (PPC64_LOCAL_ENTRY_OFFSET): Define.
60671         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
60672         New function.
60673         (elf_machine_fixup_plt): Call it.
60674         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
60675         reloc arguments.
60676         (elf_machine_rela): Update call to elf_machine_plt_conflict.
60677         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
60678         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
60679         r2 before calling target.
60681 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
60682             Alan Modra  <amodra@gmail.com>
60684         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
60685         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
60686         versions of macros to support ELFv2 ABI.
60687         (LOCALENTRY): New macro.
60688         (ENTRY, EALIGN): Use it.
60689         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
60690         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
60691         fall through into ENTRY entry point.
60692         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
60693         Only define if _CALL_ELF != 2.
60695         (elf_machine_matches_host): Verify ABI version matches.
60696         (RTLD_START): Use LOCALENTRY.
60697         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
60698         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
60699         (PLT_ENTRY_WORDS): New macro.
60700         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
60701         (elf_machine_runtime_setup): Support ELFv2 ABI.
60702         (elf_machine_fixup_plt): Likewise.
60703         (elf_machine_plt_conflict): Likewise.
60704         (resolve_ifunc): Likewise.
60705         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
60706         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
60707         Likewise.
60708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
60709         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
60710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
60711         (makecontext): Support ELFv2 ABI.
60712         * elf/elf.h (EF_PPC64_ABI): Define.
60714 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
60716         * sysdeps/powerpc/powerpc64/sysdep.h
60717         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
60718         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
60719         (ENTRY) [ASSEMBLER]: ... but instead here ...
60720         (EALIGN) [ASSEMBLER]: ... and here.
60721         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
60722         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
60723         (ENTRY_2) [!ASSEMBLER]: Use it.
60724         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
60725         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
60726         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
60727         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
60728         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
60729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
60730         Use PPC64_LOAD_FUNCPTR.
60732         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
60734 2013-12-04  Alan Modra  <amodra@gmail.com>
60736         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
60737         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
60738         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
60739         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
60741         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
60742         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
60743         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
60744         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
60745         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
60746         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
60748 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
60750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
60751         (__makecontext): Fix incorrect CFI when backtracing out of
60752         context created via makecontext.
60753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
60754         (__setcontext): Fix incorrect CFI during switch to new context.
60755         (__novec_setcontext): Likewise.
60757 2013-12-04  Ondƙej BĂ­lka  <neleai@seznam.cz>
60759         [BZ #4772]
60760         * time/strptime_l.c (__strptime_internal): Allow modifiers
60761         in strptime.
60762         * time/tst-strptime.c (day_tests): Add testcase.
60764 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
60766         * scripts/bench.pl: Skip over blank lines.
60768 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
60770         [BZ #926]
60771         * manual/time.texi (Calendar Time): Clarify what timezone functions
60772         use.
60774 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60776         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
60778 2013-12-04  Ondƙej BĂ­lka  <neleai@seznam.cz>
60780         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
60781         implementation.
60782         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
60783         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
60784         * debug/memset_chk.c (__memset_chk): Likewise.
60785         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
60786         * debug/strncpy_chk.c: Likewise.
60788 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
60790         [BZ #15268]
60791         [BZ #15425]
60792         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
60793         (__ieee754_exp): For possibly underflowing results, check size of
60794         result and force underflow exception if required.
60795         * math/auto-libm-test-in: Add more tests of exp.
60796         * math/auto-libm-test-out: Regenerated.
60797         * sysdeps/i386/fpu/libm-test-ulps: Update.
60798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
60800         [BZ #16283]
60801         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
60802         * math/w_exp2f.c (__exp2f): Likewise.
60803         * math/w_exp2l.c (__exp2l): Likewise.
60804         * math/auto-libm-test-in: Do not allow missing errno on exp2
60805         underflow.
60806         * math/auto-libm-test-out: Regenerated.
60808 2013-12-03  Ondƙej BĂ­lka  <neleai@seznam.cz>
60810         [BZ #16274]
60811         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
60812         handle filename validation.
60813         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
60814         (do_open): Delete.
60816 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
60818         [BZ #6786]
60819         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
60820         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
60821         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
60822         <float.h>.
60823         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
60824         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
60825         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
60826         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
60827         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
60828         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
60829         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
60830         * math/auto-libm-test-in: Don't allow missing errno from erfc.
60831         Add more erfc tests.
60832         * math/auto-libm-test-out: Regenerated.
60833         * sysdeps/i386/fpu/libm-test-ulps: Update.
60834         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
60836         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
60837         exp2, expm1, j0 and j1.
60838         * math/auto-libm-test-out: Regenerated.
60839         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
60840         (erfc_test_data): Likewise.
60841         (exp_test_data): Likewise.
60842         (exp_tonearest_test_data): Likewise.
60843         (exp_towardzero_test_data): Likewise.
60844         (exp_downward_test_data): Likewise.
60845         (exp_upward_test_data): Likewise.
60846         (exp10_test_data): Likewise.
60847         (exp2_test_data): Likewise.
60848         (expm1_test_data): Likewise.
60849         (j0_test_data): Likewise.
60850         (j1_test_data): Likewise.
60851         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
60852         (input_flag_type): Add flag_xfail_rounding.
60853         (input_flags): Add xfail-rounding.
60854         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
60855         (output_for_one_input_case): Handle flag_xfail_rounding.
60856         * sysdeps/i386/fpu/libm-test-ulps: Update.
60857         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
60859 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
60861         [BZ #16289]
60862         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
60863         division by 0.
60865 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
60867         [BZ #16195]
60868         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
60869         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
60870         (STAP_PROBE0): New macro.
60871         (STAP_PROBE1): Likewise.
60872         (STAP_PROBE2): Likewise.
60873         (STAP_PROBE3): Likewise.
60874         (STAP_PROBE4): Likewise.
60876 2013-12-02  Ondƙej BĂ­lka  <neleai@seznam.cz>
60878         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
60880 2013-12-02  Steve Ellcey  <sellcey@mips.com>
60882         * benchtests/Makefile (bench): Add sqrt.
60883         (LDLIBS-bench-sqrt): New.
60884         * benchtests/sqrt-input: New.
60886 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
60888         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
60889         (GAIH_EAI): Likewise.
60890         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
60891         (gaih_inet): Likewise.
60892         (getaddrinfo): Don't use GAIH_EAI.
60894         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
60895         (struct gaih): Remove definition.
60897 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
60899         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
60900         Use HERRNOP directly.
60902 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60904         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
60906 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
60908         * math/gen-auto-libm-tests.c (test_functions): Add more
60909         single-argument functions.
60910         (special_fill_pi_2): New function.
60911         (special_fill_minus_pi_2): Likewise.
60912         (special_fill_pi_6): Likewise.
60913         (special_fill_minus_pi_6): Likewise.
60914         (special_fill_pi_3): Likewise.
60915         (special_fill_2pi_3): Likewise.
60916         (special_fill_e): Likewise.
60917         (special_fill_1_e): Likewise.
60918         (special_fill_e_minus_1): Likewise.
60919         (special_real_inputs): Add more special inputs.
60920         (output_for_one_input_case): Do not require ERANGE on underflow to
60921         zero if round-to-nearest result does not underflow to zero, unless
60922         exact results required.
60923         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
60924         atan, atanh, cbrt, cos and cosh.
60925         * math/auto-libm-test-out: Regenerated.
60926         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
60927         (acos_tonearest_test_data): Likewise.
60928         (acos_towardzero_test_data): Likewise.
60929         (acos_downward_test_data): Likewise.
60930         (acos_upward_test_data): Likewise.
60931         (acosh_test_data): Likewise.
60932         (asin_test_data): Likewise.
60933         (asin_tonearest_test_data): Likewise.
60934         (asin_towardzero_test_data): Likewise.
60935         (asin_upward_test_data): Likewise.
60936         (asinh_test_data): Likewise.
60937         (atan_test_data): Likewise.
60938         (atanh_test_data): Likewise.
60939         (cbrt_test_data): Likewise.
60940         (cos_test_data): Likewise.
60941         (cos_tonearest_test_data): Likewise.
60942         (cos_towardzero_test_data): Likewise.
60943         (cos_downward_test_data): Likewise.
60944         (cos_upward_test_data): Likewise.
60945         (cosh_test_data): Likewise.
60946         (cosh_tonearest_test_data): Likewise.
60947         (cosh_towardzero_test_data): Likewise.
60948         (cosh_downward_test_data): Likewise.
60949         (cosh_upward_test_data): Likewise.
60950         * sysdeps/i386/fpu/libm-test-ulps: Update.
60951         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
60953 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
60955         [BZ #6787]
60956         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
60957         * math/w_exp10f.c (__exp10f): Likewise.
60958         * math/w_exp10l.c (__exp10l): Likewise.
60959         * math/libm-test.inc (exp10_test_data): Add more tests and expect
60960         errno settings in existing tests.
60962         [BZ #14032]
60963         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
60964         precision control set to double precision.
60965         * sysdeps/i386/fpu/w_sqrt.c: New file.
60966         * math/auto-libm-test-in: Add more tests.
60967         * math/auto-libm-test-out: Update.
60969         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
60970         (sqrt_test_tonearest): New function.
60971         (sqrt_towardzero_test_data): New variable.
60972         (sqrt_test_towardzero): New function.
60973         (sqrt_downward_test_data): New variable.
60974         (sqrt_test_downward): New function.
60975         (sqrt_upward_test_data): New variable.
60976         (sqrt_test_upward): New function.
60977         (main): Call the new functions.
60979         * math/gen-auto-libm-tests.c: New file.
60980         * math/auto-libm-test-in: Likewise.
60981         * math/auto-libm-test-out: New generated file.
60982         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
60983         variables.
60984         (%beautify): Add generated representations of zero.
60985         (top level): Set $auto_input and call parse_auto_input.
60986         (beautify): Remove trailing "f" from hex float constants.
60987         (parse_args): Handle XFAIL_TEST.
60988         (convert_condition): New function.
60989         (or_value): Likewise.
60990         (or_cond_value): Likewise.
60991         (generate_testfile): Handle AUTO_TESTS_* lines.
60992         (parse_auto_input): New function.
60993         * math/libm-test.inc (XFAIL_TEST): New macro.
60994         (ERRNO_UNCHANGED): Update value.
60995         (ERRNO_EDOM): Likewise.
60996         (ERRNO_ERANGE): Likewise.
60997         (IGNORE_RESULT): Likewise.
60998         (TEST_COND_flt_32): New macro.
60999         (TEST_COND_dbl_64): Likewise.
61000         (TEST_COND_ldbl_96_intel): Likewise.
61001         (TEST_COND_ldbl_96_m68k): Likewise.
61002         (TEST_COND_ldbl_128): Likewise.
61003         (TEST_COND_ldbl_128ibm): Likewise.
61004         (TEST_COND_long32): Likewise.
61005         (TEST_COND_long64): Likewise.
61006         (TEST_COND_before_rounding): Likewise.
61007         (TEST_COND_after_rounding): Likewise.
61008         (enable_test): Handle XFAIL_TEST flag.
61009         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
61010         with finite results.
61011         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
61012         auto-libm-test-out.
61014 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
61015             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
61017         [BZ #16214]
61018         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
61019         __tls_get_addr_internal instead of __tls_get_offset in order to
61020         avoid GOT pointer dependency.  Make rtld export
61021         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
61022         __tls_get_addr since we are a __tls_get_offset platform.
61023         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
61024         GOT pointer being set up before.
61025         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
61027 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
61029         * manual/math.texi (Errors in Math Functions): Document accuracy
61030         goals.
61032         [BZ #15004]
61033         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
61034         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
61035         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
61036         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
61037         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
61038         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
61039         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
61040         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
61041         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
61042         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
61043         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
61044         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
61045         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
61046         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
61047         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
61048         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
61050         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
61051         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
61052         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
61053         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
61054         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
61055         Likewise.
61056         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
61057         Likewise.
61058         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
61059         Likewise.
61060         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
61061         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
61062         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
61063         atomic-feupdateenv and flt-rounds.
61064         * sysdeps/powerpc/nofpu/Versions (libc): Add
61065         __atomic_feholdexcept, __atomic_feclearexcept,
61066         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
61067         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
61068         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
61069         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
61070         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
61071         here.
61072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
61073         Update.
61075         * manual/arith.texi (FP Exceptions): Document that exceptions may
61076         not be raised when matherr is used.
61077         (Math Error Reporting): Document overflow in directed rounding
61078         modes.  Document that errno may not be set when finite values are
61079         returned on overflow.  Document intent to set errno on underflow
61080         only for underflow to zero.
61082         [BZ #16271]
61083         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
61084         round-to-nearest then adjust result for other rounding modes.
61085         * include/fenv.h (fegetround): Use libm_hidden_proto.
61086         * math/fegetround.c (fegetround): Use libm_hidden_def.
61087         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
61088         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
61089         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
61090         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
61091         Likewise.
61092         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
61093         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
61094         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
61095         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
61097 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
61099         [BZ #16077]
61100         * nss/Versions (libnss_files): Add
61101         _nss_files_gethostbyname3_r.
61102         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
61103         New function.
61104         (HOST_DB_LOOKUP): Remove macro.
61105         (_nss_files_gethostbyname_r): Implement function without the
61106         HOST_DB_LOOKUP macro.
61107         (_nss_files_gethostbyname2_r): Likewise.
61109 2013-11-28  Ondƙej BĂ­lka  <neleai@seznam.cz>
61111         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
61113 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
61115         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
61116         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
61117         warning.
61119 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
61121         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
61122         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
61123         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
61124         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
61125         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
61126         __fe_nomask_env_priv and attribute_hidden.
61127         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
61128         (libc_feupdateenv_test_ppc): Likewise.
61129         (libc_feresetround_ppc): Likewise.
61130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
61131         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
61132         compat_symbol macro.
61133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
61134         (__fe_nomask_env): Likewise.
61135         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
61137 2013-11-26  Ondƙej BĂ­lka  <neleai@seznam.cz>
61139         * string/Makefile: Remove ifunc tests.
61140         * string/test-string.h: Define TEST_IFUNC.
61141         * string/test-bcopy-ifunc.c: Remove.
61142         * string/test-bzero-ifunc.c: Likewise.
61143         * string/test-memccpy-ifunc.c: Likewise.
61144         * string/test-memchr-ifunc.c: Likewise.
61145         * string/test-memcmp-ifunc.c: Likewise.
61146         * string/test-memcpy-ifunc.c: Likewise.
61147         * string/test-memmem-ifunc.c: Likewise.
61148         * string/test-memmove-ifunc.c: Likewise.
61149         * string/test-mempcpy-ifunc.c: Likewise.
61150         * string/test-memrchr-ifunc.c: Likewise.
61151         * string/test-memset-ifunc.c: Likewise.
61152         * string/test-rawmemchr-ifunc.c: Likewise.
61153         * string/test-stpcpy-ifunc.c: Likewise.
61154         * string/test-stpncpy-ifunc.c: Likewise.
61155         * string/test-strcasecmp-ifunc.c: Likewise.
61156         * string/test-strcasestr-ifunc.c: Likewise.
61157         * string/test-strcat-ifunc.c: Likewise.
61158         * string/test-strchr-ifunc.c: Likewise.
61159         * string/test-strchrnul-ifunc.c: Likewise.
61160         * string/test-strcmp-ifunc.c: Likewise.
61161         * string/test-strcpy-ifunc.c: Likewise.
61162         * string/test-strcspn-ifunc.c: Likewise.
61163         * string/test-strlen-ifunc.c: Likewise.
61164         * string/test-strncasecmp-ifunc.c: Likewise.
61165         * string/test-strncat-ifunc.c: Likewise.
61166         * string/test-strncmp-ifunc.c: Likewise.
61167         * string/test-strncpy-ifunc.c: Likewise.
61168         * string/test-strnlen-ifunc.c: Likewise.
61169         * string/test-strpbrk-ifunc.c: Likewise.
61170         * string/test-strrchr-ifunc.c: Likewise.
61171         * string/test-strspn-ifunc.c: Likewise.
61172         * string/test-strstr-ifunc.c: Likewise.
61174 2013-11-26  Ondƙej BĂ­lka  <neleai@seznam.cz>
61176         * benchtests/Makefile: Remove ifunc tests.
61177         * benchtests/bench-string.h: Define TEST_IFUNC.
61178         * benchtests/bench-bcopy-ifunc.c: Remove.
61179         * benchtests/bench-bzero-ifunc.c: Likewise.
61180         * benchtests/bench-memccpy-ifunc.c: Likewise.
61181         * benchtests/bench-memchr-ifunc.c: Likewise.
61182         * benchtests/bench-memcmp-ifunc.c: Likewise.
61183         * benchtests/bench-memcpy-ifunc.c: Likewise.
61184         * benchtests/bench-memmem-ifunc.c: Likewise.
61185         * benchtests/bench-memmove-ifunc.c: Likewise.
61186         * benchtests/bench-mempcpy-ifunc.c: Likewise.
61187         * benchtests/bench-memrchr-ifunc.c: Likewise.
61188         * benchtests/bench-memset-ifunc.c: Likewise.
61189         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
61190         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
61191         * benchtests/bench-stpcpy-ifunc.c: Likewise.
61192         * benchtests/bench-stpncpy-ifunc.c: Likewise.
61193         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
61194         * benchtests/bench-strcasestr-ifunc.c: Likewise.
61195         * benchtests/bench-strcat-ifunc.c: Likewise.
61196         * benchtests/bench-strchr-ifunc.c: Likewise.
61197         * benchtests/bench-strchrnul-ifunc.c: Likewise.
61198         * benchtests/bench-strcmp-ifunc.c: Likewise.
61199         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
61200         * benchtests/bench-strcpy-ifunc.c: Likewise.
61201         * benchtests/bench-strcspn-ifunc.c: Likewise.
61202         * benchtests/bench-strlen-ifunc.c: Likewise.
61203         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
61204         * benchtests/bench-strncat-ifunc.c: Likewise.
61205         * benchtests/bench-strncmp-ifunc.c: Likewise.
61206         * benchtests/bench-strncpy-ifunc.c: Likewise.
61207         * benchtests/bench-strnlen-ifunc.c: Likewise.
61208         * benchtests/bench-strpbrk-ifunc.c: Likewise.
61209         * benchtests/bench-strrchr-ifunc.c: Likewise.
61210         * benchtests/bench-strsep-ifunc.c: Likewise.
61211         * benchtests/bench-strspn-ifunc.c: Likewise.
61212         * benchtests/bench-strstr-ifunc.c: Likewise.
61214 2013-11-26  Ondƙej BĂ­lka  <neleai@seznam.cz>
61216         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
61218 2013-11-26  Ondƙej BĂ­lka  <neleai@seznam.cz>
61220         * resolv/netdb.h: Use __glibc_reserved instead __unused.
61221         * rt/aio.h: Likewise.
61222         * sysdeps/gnu/bits/utmp.h: Likewise.
61223         * sysdeps/gnu/bits/utmpx.h: Likewise.
61224         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
61225         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
61226         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
61227         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
61228         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
61229         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
61230         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
61231         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
61232         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
61233         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
61234         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
61235         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
61236         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
61237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
61238         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
61239         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
61240         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
61241         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
61242         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
61243         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
61244         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
61245         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
61246         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
61247         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
61248         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
61249         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
61250         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
61251         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
61252         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
61253         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
61254         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
61255         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
61256         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
61257         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
61258         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
61259         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
61260         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
61261         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
61262         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
61263         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
61264         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
61265         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
61267 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
61269         [BZ #16245]
61270         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
61271         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
61273 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
61275         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
61276         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
61277         Likewise.
61279 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
61281         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
61282         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
61283         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
61284         (__fesetround): Remove define.
61285         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
61286         rounding and exceptions handling.
61287         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
61288         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
61289         (__fe_nomask_env): Likewise.
61290         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
61291         __fegetround instead of fegetround.
61292         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
61293         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
61295 2013-11-21  Roland McGrath  <roland@hack.frob.com>
61297         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
61298         it's there.
61300         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
61302 2013-11-21  Meador Inge  <meadori@codesourcery.com>
61304         [BZ #11157]
61305         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
61306         (encrypt_r): Likewise.
61307         * malloc/obstack.h (obstack_free): Likewise.
61308         * posix/unistd.h (encrypt): Likewise.
61310 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
61312         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
61313         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
61314         DL_CALL_DT_FINI() that call the functions directly.
61315         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
61316         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
61317         * elf/dl-fini.c: Likewise.
61319 2013-11-20  Ondƙej BĂ­lka  <neleai@seznam.cz>
61321         * malloc/hooks.c (memalign_check): Add alignment rounding.
61322         * malloc/malloc.c (_mid_memalign): New function.
61323         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
61324         Implement by calling _mid_memalign.
61325         * manual/probes.texi (Memory Allocation Probes): Remove
61326         memory_valloc_retry and memory_pvalloc_retry.
61328 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
61330         * locale/programs/locarchive.c (open_archive): Add const
61331         qualifier to ARCHIVEFNAME and copy default fname to
61332         DEFAULT_FNAME.
61334         [BZ #15601]
61335         * libio/tst-widetext.input: Rename Oriya to Odia.
61336         * locale/iso-639.def: Likewise.
61338         * manual/probes.texi (Mathematical Function Probes): Add
61339         documentation for sin, cos, asin and acos probes.
61340         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
61341         (__sin32): Add slowasin probe.
61342         (__cos32): Add slowacos probe.
61343         (__mpsin): Add slowsin probe.
61344         (__mpcos): Add slowcos probe.
61346 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
61348         [BZ #15483]
61349         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
61350         thread-local __sim_exceptions_thread and global
61351         __sim_exceptions_global.
61352         (__sim_disabled_exceptions): Change to thread-local
61353         __sim_disabled_exceptions_thread and global
61354         __sim_disabled_exceptions_global.
61355         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
61356         and global __sim_round_mode_global.
61357         (__simulate_exceptions): Use thread-local floating-point state and
61358         set global state from it as needed.
61359         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
61360         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
61361         __sim_round_mode_thread.
61362         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
61363         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
61364         and global __sim_exceptions_global.
61365         (__sim_disabled_exceptions): Change to thread-local
61366         __sim_disabled_exceptions_thread and global
61367         __sim_disabled_exceptions_global.
61368         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
61369         and global __sim_round_mode_global.
61370         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
61371         (SIM_SET_GLOBAL): Likewise.
61372         * sysdeps/powerpc/soft-fp/sfp-machine.h
61373         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
61374         __sim_round_mode_thread.
61375         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
61376         __sim_disabled_exceptions_thread.
61377         (__sim_exceptions): Change to __sim_exceptions_thread.
61378         (__sim_disabled_exceptions): Change to
61379         __sim_disabled_exceptions_thread.
61380         (__sim_round_mode): Change to __sim_round_mode_thread.
61381         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
61382         thread-local floating-point state and set global state from it as
61383         needed.
61384         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
61385         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
61386         (__sim_disabled_exceptions): Remove extern declaration.
61387         (feenableexcept): Use thread-local floating-point state and set
61388         global state from it as needed.
61389         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
61390         extern declaration.
61391         (__sim_disabled_exceptions): Likewise.
61392         (__sim_round_mode): Likewise.
61393         (__fegetenv): Use thread-local floating-point state.
61394         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
61395         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
61396         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
61397         floating-point state and set global state from it as needed.
61398         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
61399         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
61400         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
61401         Likewise.
61402         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
61403         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
61404         Likewise.
61405         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
61406         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
61407         Use __sim_round_mode_thread.
61408         * math/test-fenv-tls.c: New file.
61409         * math/Makefile (tests): Add test-fenv-tls.
61410         ($(objpfx)test-fenv-tls): Depend on
61411         $(common-objpfx)nptl/libpthread.so.
61413 2013-11-19  Andreas Schwab  <schwab@suse.de>
61415         * locale/programs/locale.c (show_info): Decode wordarray elements.
61416         * locale/categories.def (LC_MONETARY): Add element for
61417         _NL_MONETARY_CRNCYSTR.
61418         * locale/C-monetary.c (conversion_rate): New variable.
61419         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
61420         element.
61422 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
61424         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
61425         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
61427 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
61429         * elf/Makefile (tst-auxv): New test.
61430         * elf/tst-auxv.c: New
61431         * elf/rtld.c (dl_main): Adjust AT_EXECFN
61433 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
61435         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
61436         (hidden_proto): Caller changed.
61437         (hidden_tls_proto): New macro.
61438         (libc_hidden_tls_proto): Likewise.
61439         (rtld_hidden_tls_proto): Likewise.
61440         (libm_hidden_tls_proto): Likewise.
61441         (libresolv_hidden_tls_proto): Likewise.
61442         (librt_hidden_tls_proto): Likewise.
61443         (libdl_hidden_tls_proto): Likewise.
61444         (libnss_files_hidden_tls_proto): Likewise.
61445         (libnsl_hidden_tls_proto): Likewise.
61446         (libnss_nisplus_hidden_tls_proto): Likewise.
61447         (libutil_hidden_tls_proto): Likewise.
61449 2013-11-18  Ondƙej BĂ­lka  <neleai@seznam.cz>
61451         [BZ #10253]
61452         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
61453         (decompose_rpath): Defer expansion to fillin_rpath.
61454         (_dl_init_paths): Pass linkmap to fillin_rpath.
61456 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
61458         * benchtests/Makefile: Add strsep.
61459         * benchtests/bench-strsep.c: New file: strsep benchtest.
61460         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
61462 2013-11-18  Andreas Schwab  <schwab@suse.de>
61464         * locale/programs/locale.c (show_info) [case byte]: Check for
61465         '\377' instead of '\177'.
61466         * locale/C-monetary.c (not_available): Always use "\377".
61467         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
61468         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
61469         detect unavailable sign_posn locale elements.
61470         * locale/localeconv.c (__localeconv): For grouping and
61471         mon_grouping handle "\177" and "\377" like no grouping.
61472         (INT_ELEM): New macro.  Use it to set all numeric members.
61473         * locale/programs/ld-monetary.c (monetary_read)
61474         <tok_mon_grouping>: Normalize single -1 to the empty string.
61475         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
61476         Likewise.
61478 2013-11-07  Ondƙej BĂ­lka  <neleai@seznam.cz>
61480         [BZ #16055]
61481         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
61482         when we match (nil).
61483         * stdio-common/tst-sscanf.c (struct test): Add testcase.
61485 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
61487         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
61488         (NO_TEST_INLINE): Update value.
61489         (ERRNO_UNCHANGED): Likewise.
61490         (ERRNO_EDOM): Likewise.
61491         (ERRNO_ERANGE): Likewise.
61492         (IGNORE_RESULT): Likewise.
61493         (check_float_internal): Check signs of NaN results if
61494         TEST_NAN_SIGN used.
61495         (check_complex): Pass TEST_NAN_SIGN flag through to second
61496         check_float_internal call.
61497         (copysign_test_data): Add tests with quiet NaNs as second
61498         argument.  Use TEST_NAN_SIGN.
61499         (fabs_test_data): Add test of negative quiet NaN argument.  Use
61500         TEST_NAN_SIGN.
61501         (signbit_test_data): Add tests of quiet NaN argument.
61502         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
61504         * math/gen-libm-test.pl (show_exceptions): Take extra argument
61505         $ignore_result.
61506         (parse_args): Handle function results specified as IGNORE.
61507         * math/libm-test.inc (IGNORE_RESULT): New macro.
61508         (check_float_internal): Do not check numerical result if flag
61509         IGNORE_RESULT set.
61510         (check_complex): Pass through IGNORE_RESULT to second
61511         check_float_internal call.
61512         (check_int): Do not check numerical result if flag IGNORE_RESULT
61513         set.
61514         (check_long): Likewise.
61515         (check_bool): Likewise.
61516         (check_longlong): Likewise.
61517         (lrint_test_data): Add tests of infinite and NaN arguments.
61518         (lrint_tonearest_test_data): Likewise.
61519         (lrint_towardzero_test_data): Likewise.
61520         (lrint_downward_test_data): Likewise.
61521         (lrint_upward_test_data): Likewise.
61522         (llrint_test_data): Likewise.
61523         (llrint_tonearest_test_data): Likewise.
61524         (llrint_towardzero_test_data): Likewise.
61525         (llrint_downward_test_data): Likewise.
61526         (llrint_upward_test_data): Likewise.
61527         (lround_test_data): Likewise.
61528         (llround_test_data): Likewise.
61530         * math/libm-test.inc (NO_TEST_INLINE): New macro.
61531         (ERRNO_UNCHANGED): Update value.
61532         (ERRNO_EDOM): Likewise.
61533         (ERRNO_ERANGE): Likewise.
61534         (NO_TEST_INLINE_FLOAT): New macro.
61535         (NO_TEST_INLINE_DOUBLE): Likewise.
61536         (enable_test): New function.
61537         (RUN_TEST_f_f): Check enable_test before running test.
61538         (RUN_TEST_2_f): Likewise.
61539         (RUN_TEST_fff_f): Likewise.
61540         (RUN_TEST_c_f): Likewise.
61541         (RUN_TEST_f_f1): Likewise.
61542         (RUN_TEST_fF_f1): Likewise.
61543         (RUN_TEST_fI_f1): Likewise.
61544         (RUN_TEST_ffI_f1): Likewise.
61545         (RUN_TEST_c_c): Likewise.
61546         (RUN_TEST_cc_c): Likewise.
61547         (RUN_TEST_f_i): Likewise.
61548         (RUN_TEST_f_i_tg): Likewise.
61549         (RUN_TEST_ff_i_tg): Likewise.
61550         (RUN_TEST_f_b): Likewise.
61551         (RUN_TEST_f_b_tg): Likewise.
61552         (RUN_TEST_f_l): Likewise.
61553         (RUN_TEST_f_L): Likewise.
61554         (RUN_TEST_fFF_11): Likewise.
61555         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
61556         conditionals.
61557         (cosh_test_data): Likewise.
61558         (exp_test_data): Likewise.
61559         (expm1_test_data): Likewise.
61560         (hypot_test_data): Likewise.
61561         (pow_test_data): Likewise.
61562         (sinh_test_data): Likewise.
61563         (tanh_test_data): Likewise.
61564         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
61565         flags argument.
61567         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
61568         tests with quiet NaN input and output.
61569         (acosh_test_data): Likewise.
61570         (asin_test_data): Likewise.
61571         (asinh_test_data): Likewise.
61572         (atan_test_data): Likewise.
61573         (atanh_test_data): Likewise.
61574         (atan2_test_data): Likewise.
61575         (cbrt_test_data): Likewise.
61576         (cos_test_data): Likewise.
61577         (cosh_test_data): Likewise.
61578         (erf_test_data): Likewise.
61579         (erfc_test_data): Likewise.
61580         (exp_test_data): Likewise.
61581         (exp10_test_data): Likewise.
61582         (exp2_test_data): Likewise.
61583         (expm1_test_data): Likewise.
61584         (hypot_test_data): Likewise.
61585         (j0_test_data): Likewise.
61586         (j1_test_data): Likewise.
61587         (jn_test_data): Likewise.
61588         (lgamma_test_data): Likewise.
61589         (log_test_data): Likewise.
61590         (log10_test_data): Likewise.
61591         (log1p_test_data): Likewise.
61592         (log2_test_data): Likewise.
61593         (pow_test_data): Likewise.
61594         (scalb_test_data): Likewise.
61595         (sin_test_data): Likewise.
61596         (sincos_test_data): Likewise.
61597         (sinh_test_data): Likewise.
61598         (tan_test_data): Likewise.
61599         (tanh_test_data): Likewise.
61600         (tgamma_test_data): Likewise.
61601         (y0_test_data): Likewise.
61602         (y1_test_data): Likewise.
61603         (yn_test_data): Likewise.
61605         [BZ #16167]
61606         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
61607         argument being NaN and avoid computations with second argument in
61608         that case.
61609         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
61610         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
61611         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
61613 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
61615         * locale/iso-639.def: Add Chitwani Tharu (the).
61617 2013-11-14  Andreas Schwab  <schwab@suse.de>
61619         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
61620         word instead of empty string.
61622 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
61624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
61625         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
61626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
61627         (__fe_nomask_env): Likewise.
61629 2013-11-13  Steve Ellcey  <sellcey@mips.com>
61631         * benchtests/bench-timing.h: Include time.h.
61633 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
61635         [BZ #15997]
61636         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
61637         to 3.4.0 for x32.
61638         * sysdeps/unix/sysv/linux/configure: Regenerated.
61640 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
61642         [BZ #16151]
61643         * stdlib/strtod_l.c (round_and_return): Do not consider
61644         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
61645         exponent one less than half the least subnormal exponent.
61646         * stdlib/test-strtod-round-data: Add more tests.
61647         * stdlib/tst-strtod-round.c (tests): Regenerated.
61649 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
61651         [BZ #14143]
61652         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
61653         (__fe_mask_env): Likewise.
61654         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
61655         libm_hidden_proto and add function prototype.
61656         (__fe_mask_env): Add function prototype.
61657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
61658         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
61659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
61660         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
61661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
61662         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
61664 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
61666         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
61667         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
61669 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
61671         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
61672         of htab_find_slot().
61674 2013-11-11  David S. Miller  <davem@davemloft.net>
61676         [BZ #16150]
61677         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
61678         symbol in the non-vis3 case in static builds.
61679         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
61680         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
61681         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
61682         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
61684 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
61686         [BZ #387]
61687         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
61688         it is empty.
61690 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
61692         * benchtests/Makefile: Add bench-strtod.
61693         * benchtests/bench-strtod.c: New file: strtod benchtest
61695 2013-11-11  Andreas Schwab  <schwab@suse.de>
61697         [BZ #16153]
61698         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
61699         terminating NUL in key length.
61701 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
61703         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
61704         Add artificial ODP entry for vDSO symbol for PPC64.
61705         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
61706         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
61708 2013-11-07  Ondƙej BĂ­lka  <neleai@seznam.cz>
61710         [BZ #15374]
61711         * nss/getent.c (services_keys): Recognize services starting with digit.
61713 2013-11-06  David S. Miller  <davem@davemloft.net>
61715         [BZ #15985]
61716         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
61717         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
61719 2013-11-06  Will Newton  <will.newton@linaro.org>
61721         * manual/memory.texi (Malloc Examples): Remove register
61722         keyword from examples.
61724 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
61726         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
61728 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
61730         [BZ #6981]
61731         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
61732         depending on [__GCC_IEC_559 > 0].
61733         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
61734         depending on [__GCC_IEC_559_COMPLEX > 0].
61736 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
61738         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
61739         to iso-639.def.
61741 2013-11-03  Ondƙej BĂ­lka  <neleai@seznam.cz>
61743         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
61745 2013-11-01  Ondƙej BĂ­lka  <neleai@seznam.cz>
61747         [BZ #16112]
61748         * malloc/malloc (malloc_info): Do not handle first bin as
61749         special case.
61751 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
61753         * locale/iso-639.def: Add Central Nahuatl (nhn).
61755 2013-11-01  Bruno Haible  <bruno@clisp.org>
61757         [BZ #7003]
61758         * manual/math.texi (BSD Random): Specify range upper bound as
61759         in POSIX.
61761 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
61763         * locale/iso-639.def: Add Meadow Mari (mhr).
61765 2013-10-31  Ondƙej BĂ­lka  <neleai@seznam.cz>
61767         [BZ #14752], [BZ #15763]
61768         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
61769         Validate name.
61770         * rt/tst_shm.c: Add test for escaping directory.
61772 2013-10-31  Andreas Schwab  <schwab@suse.de>
61774         [BZ #15917]
61775         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
61776         followed by 'x' as part of digit sequence.
61777         * stdio-common/tst-sscanf.c (double_tests2): New tests.
61779 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
61781         [BZ #16037]
61782         * configure.ac: allow GNU Make 4.0 and greater.
61783         * configure: Regenerated.
61785 2013-10-30  Will Newton  <will.newton@linaro.org>
61787         [BZ #16038]
61788         * malloc/hooks.c (memalign_check): Limit alignment to the
61789         maximum representable power of two.
61790         * malloc/malloc.c (__libc_memalign): Likewise.
61791         * malloc/tst-memalign.c (do_test): Add test for very
61792         large alignment values.
61793         * malloc/tst-posix_memalign.c (do_test): Likewise.
61795 2013-10-30  Ondƙej BĂ­lka  <neleai@seznam.cz>
61797         [BZ #11087]
61798         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
61799         (munmap_chunk): Likewise.
61800         (mremap_chunk): Likewise.
61802 2013-10-30  Ondƙej BĂ­lka  <neleai@seznam.cz>
61804         [BZ #15799]
61805         * stdlib/div.c (div): Remove obsolete code.
61806         * stdlib/ldiv.c (ldiv): Likewise.
61807         * stdlib/lldiv.c (lldiv): Likewise.
61809 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
61811         [BZ #16071]
61812         * nss/nss_files/files-XXX.c (get_contents_ret): New
61813         enumerator.
61814         (get_contents): New function.
61815         (internal_getent): Use it.  Expand size of LINEBUFLEN.
61817 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
61819         * configure.in: Moved to ...
61820         * configure.ac: ... here. Change reference to configure.in
61821         to configure.ac.
61822         * sysdeps/arm/preconfigure.ac: ... here.
61823         configure.in to configure.ac.
61824         * sysdeps/gnu/configure.in: Moved to ...
61825         * sysdeps/gnu/configure.ac: ... here.
61826         * sysdeps/i386/configure.in: Moved to ...
61827         * sysdeps/i386/configure.ac: ... here.
61828         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
61829         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
61830         * sysdeps/mach/configure.in: Moved to ...
61831         * sysdeps/mach/configure.ac: ... here.
61832         * sysdeps/mach/hurd/configure.in: Moved to ...
61833         * sysdeps/mach/hurd/configure.ac: ... here.
61834         * sysdeps/powerpc/configure.in: Moved to ...
61835         * sysdeps/powerpc/configure.ac: ... here.
61836         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
61837         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
61838         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
61839         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
61840         * sysdeps/s390/s390-32/configure.in: Moved to ...
61841         * sysdeps/s390/s390-32/configure.ac: ... here.
61842         * sysdeps/s390/s390-64/configure.in: Moved to ...
61843         * sysdeps/s390/s390-64/configure.ac: ... here.
61844         * sysdeps/sh/configure.in: Moved to ...
61845         * sysdeps/sh/configure.ac: ... here.
61846         * sysdeps/sparc/configure.in: Moved to ...
61847         * sysdeps/sparc/configure.ac: ... here.
61848         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
61849         * sysdeps/unix/sysv/linux/configure.ac: ... here.
61850         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
61851         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
61852         * sysdeps/x86_64/configure.in: Moved to ...
61853         * sysdeps/x86_64/configure.ac: ... here.
61854         * sysdeps/x86_64/preconfigure.in: Moved to ...
61855         * sysdeps/x86_64/preconfigure.ac: ... here.
61856         * aclocal.m4: Change reference to configure.in to configure.ac.
61857         * config.h.in: Likewise.
61858         * manual/install.texi: Likewise.
61859         * manual/maint.texi: Likewise.
61860         * Makefile: Likewise.
61861         * malloc/Makefile: Likewise.
61862         * nscd/Makefile: Likewise.
61863         * Makeconfig: Change reference to configure.in and
61864         preconfigure.in to configure.ac and preconfigure.ac
61865         respectively.
61866         * INSTALL: Regenerated.
61867         * configure: Likewise.
61868         * sysdeps/gnu/configure: Likewise.
61869         * sysdeps/i386/configure: Likewise.
61870         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
61871         * sysdeps/mach/configure: Likewise.
61872         * sysdeps/mach/hurd/configure: Likewise.
61873         * sysdeps/powerpc/configure: Likewise.
61874         * sysdeps/powerpc/powerpc32/configure: Likewise.
61875         * sysdeps/powerpc/powerpc64/configure: Likewise.
61876         * sysdeps/s390/s390-32/configure: Likewise.
61877         * sysdeps/s390/s390-64/configure: Likewise.
61878         * sysdeps/sh/configure: Likewise.
61879         * sysdeps/sparc/configure: Likewise.
61880         * sysdeps/unix/sysv/linux/configure: Likewise.
61881         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
61882         * sysdeps/x86_64/configure: Likewise.
61883         * sysdeps/x86_64/preconfigure: Likewise.
61885 2013-10-29  Andreas Schwab  <schwab@suse.de>
61887         * stdio-common/Makefile (tst-swscanf-ENV): Define.
61889 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
61891         * benchtests/pow-inputs: Add new inputs.
61893         * benchtests/exp-inputs: Add new inputs.
61895         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
61896         conditional check for return value.
61897         (__cos32): Likewise.
61899 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
61901         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
61902         to provide a boost for large inputs with word alignment.
61903         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
61904         implementation based on optimized PPC64 strcpy.
61905         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
61906         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
61907         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
61908         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
61910 2013-10-25   Ondƙej BĂ­lka  <neleai@seznam.cz>
61912         [BZ #2801]
61913         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
61915 2013-10-25   Ondƙej BĂ­lka  <neleai@seznam.cz>
61917         [BZ #14876]
61918         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
61919         * time/tst-strptime.c (day_tests): Add testcase.
61921 2013-10-25   Ondƙej BĂ­lka  <neleai@seznam.cz>
61923         [BZ #14029]
61924         * manual/pattern.texi: Acknowledge that fnmatch can fail.
61926 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
61928         [BZ #16074]
61929         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
61930         MAP_FAILED on error.
61932 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
61934         [BZ #16072]
61935         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
61936         heap for large requests.
61938 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
61940         [BZ #9954]
61941         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
61942         result if the result has no associated interface.
61943         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
61944         interface for all 127.X.Y.Z addresses.
61946 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
61948         * locale/iso-639.def: Add Ligurian (lij)
61950 2013-10-21  Ondƙej BĂ­lka  <neleai@seznam.cz>
61952         [BZ #15825]
61953         * sunrpc/rpc_main.c: Document rpcgen -5.
61955 2013-10-19  Michael Stahl  <mstahl@redhat.com>
61957         * elf/rtld.c (do_preload): Print the reason why preloading failed.
61959 2013-10-19  Ondƙej BĂ­lka  <neleai@seznam.cz>
61961         [BZ #10278]
61962         * posix/glob.c: Match only directories when trailing slash is present.
61963         * posix/tst-gnuglob.c (my_opendir): Do not open files.
61964         (main): Add testcase.
61966 2013-10-19  Ondƙej BĂ­lka  <neleai@seznam.cz>
61968         [BZ #15670]
61969         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
61971 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
61973         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
61974         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
61975         AUTH_DES and cindex for FIPS 140-2.
61976         (DES Encryption): Add cindex FIPS 46-3.
61978         * locale/locarchive.h (struct locarhandle): Add fname.
61979         * locale/programs/localedef.c (main): Pass ARGV[remaining]
61980         if an optional argument was specified to --list-archive,
61981         otherwise NULL.
61982         * locale/programs/locarchive.c (show_archive_content): Take new
61983         argument fname and pass it via ah.fname to open_archive.
61984         * locale/programs/localedef.h: Update decl.
61985         (open_archive): If AH->fname is non-null, open that file
61986         rather than the default file name, and don't ignore ENOENT.
61987         (create_archive): Set AH.fname to NULL.
61988         (delete_locales_from_archive): Likewise.
61989         (add_locales_to_archive): Likewise.
61990         * locale/programs/locfile.c (write_all_categories): Likewise.
61992 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
61993             Aldy Hernandez  <aldyh@redhat.com>
61995         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
61996         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
61997         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
61998         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
61999         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
62000         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
62001         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
62002         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
62003         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
62004         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
62005         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
62006         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
62007         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
62008         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
62009         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
62010         Likewise.
62011         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
62012         Likewise.
62013         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
62014         Likewise.
62015         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
62016         Likewise.
62017         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
62018         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
62019         Likewise.
62020         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
62021         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
62022         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
62023         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
62024         Likewise.
62025         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
62026         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
62027         * sysdeps/powerpc/preconfigure: Likewise.
62028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
62029         Likewise.
62030         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
62031         Replace contents of file by #include of <fenv_libc.h>.
62032         * sysdeps/powerpc/soft-fp/sfp-machine.h
62033         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
62034         and <sys/prctl.h>.
62035         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
62036         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
62037         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
62038         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
62039         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
62040         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
62041         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
62042         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
62043         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
62044         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
62045         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
62046         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
62047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
62048         Allow copysignl PLT reference to be missing.
62050 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
62051             Joseph Myers  <joseph@codesourcery.com
62053         [BZ #15948]
62054         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
62055         single character.
62056         (add_to_tablewc): Assert sequence of wide characters is nonempty.
62058 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
62060         * elf/tst-tls-dlinfo.c: Don't include tls.h.
62061         * elf/tst-tls1.c: Likewise.
62062         * elf/tst-tls10.h: Likewise.
62063         * elf/tst-tls14.c: Likewise.
62064         * elf/tst-tls2.c: Likewise.
62065         * elf/tst-tls3.c: Likewise.
62066         * elf/tst-tls4.c: Likewise.
62067         * elf/tst-tls5.c: Likewise.
62068         * elf/tst-tls6.c: Likewise.
62069         * elf/tst-tls7.c: Likewise.
62070         * elf/tst-tls8.c: Likewise.
62071         * elf/tst-tls9.c: Likewise.
62072         * elf/tst-tlsmod1.c: Likewise.
62073         * elf/tst-tlsmod13.c: Likewise.
62074         * elf/tst-tlsmod13a.c: Likewise.
62075         * elf/tst-tlsmod14a.c: Likewise.
62076         * elf/tst-tlsmod16a.c: Likewise.
62077         * elf/tst-tlsmod16b.c: Likewise.
62078         * elf/tst-tlsmod2.c: Likewise.
62079         * elf/tst-tlsmod3.c: Likewise.
62080         * elf/tst-tlsmod4.c: Likewise.
62081         * elf/tst-tlsmod5.c: Likewise.
62082         * elf/tst-tlsmod6.c: Likewise.
62084 2013-10-18  Ondƙej BĂ­lka  <neleai@seznam.cz>
62086         [BZ #12486]
62087         * malloc/malloc.c: remove checks for statistics.
62089 2013-10-17  Ondƙej BĂ­lka  <neleai@seznam.cz>
62091         [BZ #15277]
62092         * inet/inet_net.c (inet_network): Detect additional invalid strings.
62093         * inet/tst-network.c: Add testcase.
62095 2013-10-17  Andreas Schwab  <schwab@suse.de>
62097         [BZ #15218]
62098         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
62099         to determine canonical name.
62101 2013-10-17  Ondƙej BĂ­lka  <neleai@seznam.cz>
62103         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
62104         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
62105         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
62106         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
62107         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
62108         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
62109         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
62110         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
62111         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
62112         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
62113         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
62114         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
62115         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
62116         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
62117         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
62118         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
62119         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
62120         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
62121         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
62122         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
62123         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
62124         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
62125         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
62126         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
62127         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
62128         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
62129         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
62130         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
62131         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
62132         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
62133         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
62134         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
62135         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
62136         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
62137         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
62138         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
62139         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
62140         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
62141         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
62142         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
62143         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
62144         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
62145         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
62146         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
62147         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
62148         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
62149         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
62150         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
62151         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
62152         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
62153         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
62154         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
62155         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
62156         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
62157         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
62158         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
62159         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
62160         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
62162 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
62164         [BZ #16041]
62165         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
62166         make result into a quiet NaN.
62168 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
62170         * soft-fp/adddf3.c: Fix horizontal whitespace.
62171         * soft-fp/addsf3.c: Likewise.
62172         * soft-fp/addtf3.c: Likewise.
62173         * soft-fp/divdf3.c: Likewise.
62174         * soft-fp/divsf3.c: Likewise.
62175         * soft-fp/divtf3.c: Likewise.
62176         * soft-fp/double.h: Likewise.
62177         * soft-fp/eqdf2.c: Likewise.
62178         * soft-fp/eqsf2.c: Likewise.
62179         * soft-fp/eqtf2.c: Likewise.
62180         * soft-fp/extenddftf2.c: Likewise.
62181         * soft-fp/extended.h: Likewise.
62182         * soft-fp/extendsfdf2.c: Likewise.
62183         * soft-fp/extendsftf2.c: Likewise.
62184         * soft-fp/extendxftf2.c: Likewise.
62185         * soft-fp/fixdfdi.c: Likewise.
62186         * soft-fp/fixdfsi.c: Likewise.
62187         * soft-fp/fixdfti.c: Likewise.
62188         * soft-fp/fixsfdi.c: Likewise.
62189         * soft-fp/fixsfsi.c: Likewise.
62190         * soft-fp/fixsfti.c: Likewise.
62191         * soft-fp/fixtfdi.c: Likewise.
62192         * soft-fp/fixtfsi.c: Likewise.
62193         * soft-fp/fixtfti.c: Likewise.
62194         * soft-fp/fixunsdfdi.c: Likewise.
62195         * soft-fp/fixunsdfsi.c: Likewise.
62196         * soft-fp/fixunsdfti.c: Likewise.
62197         * soft-fp/fixunssfdi.c: Likewise.
62198         * soft-fp/fixunssfsi.c: Likewise.
62199         * soft-fp/fixunssfti.c: Likewise.
62200         * soft-fp/fixunstfdi.c: Likewise.
62201         * soft-fp/fixunstfsi.c: Likewise.
62202         * soft-fp/fixunstfti.c: Likewise.
62203         * soft-fp/floatdidf.c: Likewise.
62204         * soft-fp/floatdisf.c: Likewise.
62205         * soft-fp/floatditf.c: Likewise.
62206         * soft-fp/floatsidf.c: Likewise.
62207         * soft-fp/floatsisf.c: Likewise.
62208         * soft-fp/floatsitf.c: Likewise.
62209         * soft-fp/floattidf.c: Likewise.
62210         * soft-fp/floattisf.c: Likewise.
62211         * soft-fp/floattitf.c: Likewise.
62212         * soft-fp/floatundidf.c: Likewise.
62213         * soft-fp/floatundisf.c: Likewise.
62214         * soft-fp/floatunditf.c: Likewise.
62215         * soft-fp/floatunsidf.c: Likewise.
62216         * soft-fp/floatunsisf.c: Likewise.
62217         * soft-fp/floatunsitf.c: Likewise.
62218         * soft-fp/floatuntidf.c: Likewise.
62219         * soft-fp/floatuntisf.c: Likewise.
62220         * soft-fp/floatuntitf.c: Likewise.
62221         * soft-fp/fmadf4.c: Likewise.
62222         * soft-fp/fmasf4.c: Likewise.
62223         * soft-fp/fmatf4.c: Likewise.
62224         * soft-fp/gedf2.c: Likewise.
62225         * soft-fp/gesf2.c: Likewise.
62226         * soft-fp/getf2.c: Likewise.
62227         * soft-fp/ledf2.c: Likewise.
62228         * soft-fp/lesf2.c: Likewise.
62229         * soft-fp/letf2.c: Likewise.
62230         * soft-fp/muldf3.c: Likewise.
62231         * soft-fp/mulsf3.c: Likewise.
62232         * soft-fp/multf3.c: Likewise.
62233         * soft-fp/negdf2.c: Likewise.
62234         * soft-fp/negsf2.c: Likewise.
62235         * soft-fp/negtf2.c: Likewise.
62236         * soft-fp/op-1.h: Likewise.
62237         * soft-fp/op-2.h: Likewise.
62238         * soft-fp/op-4.h: Likewise.
62239         * soft-fp/op-8.h: Likewise.
62240         * soft-fp/op-common.h: Likewise.
62241         * soft-fp/quad.h: Likewise.
62242         * soft-fp/single.h: Likewise.
62243         * soft-fp/soft-fp.h: Likewise.
62244         * soft-fp/sqrtdf2.c: Likewise.
62245         * soft-fp/sqrtsf2.c: Likewise.
62246         * soft-fp/sqrttf2.c: Likewise.
62247         * soft-fp/subdf3.c: Likewise.
62248         * soft-fp/subsf3.c: Likewise.
62249         * soft-fp/subtf3.c: Likewise.
62250         * soft-fp/truncdfsf2.c: Likewise.
62251         * soft-fp/trunctfdf2.c: Likewise.
62252         * soft-fp/trunctfsf2.c: Likewise.
62253         * soft-fp/trunctfxf2.c: Likewise.
62254         * soft-fp/unorddf2.c: Likewise.
62255         * soft-fp/unordsf2.c: Likewise.
62256         * soft-fp/unordtf2.c: Likewise.
62258 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
62260         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
62261         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
62263 2013-10-15   Ondƙej BĂ­lka  <neleai@seznam.cz>
62265         * elf/dl-libc.c: Clear initfini list after freeing.
62267 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
62269         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
62270         * soft-fp/addsf3.c: Likewise.
62271         * soft-fp/addtf3.c: Likewise.
62272         * soft-fp/divdf3.c: Likewise.
62273         * soft-fp/divsf3.c: Likewise.
62274         * soft-fp/divtf3.c: Likewise.
62275         * soft-fp/double.h: Likewise.
62276         * soft-fp/eqdf2.c: Likewise.
62277         * soft-fp/eqsf2.c: Likewise.
62278         * soft-fp/eqtf2.c: Likewise.
62279         * soft-fp/extenddftf2.c: Likewise.
62280         * soft-fp/extended.h: Likewise.
62281         * soft-fp/extendsfdf2.c: Likewise.
62282         * soft-fp/extendsftf2.c: Likewise.
62283         * soft-fp/extendxftf2.c: Likewise.
62284         * soft-fp/fixdfdi.c: Likewise.
62285         * soft-fp/fixdfsi.c: Likewise.
62286         * soft-fp/fixdfti.c: Likewise.
62287         * soft-fp/fixsfdi.c: Likewise.
62288         * soft-fp/fixsfsi.c: Likewise.
62289         * soft-fp/fixsfti.c: Likewise.
62290         * soft-fp/fixtfdi.c: Likewise.
62291         * soft-fp/fixtfsi.c: Likewise.
62292         * soft-fp/fixtfti.c: Likewise.
62293         * soft-fp/fixunsdfdi.c: Likewise.
62294         * soft-fp/fixunsdfsi.c: Likewise.
62295         * soft-fp/fixunsdfti.c: Likewise.
62296         * soft-fp/fixunssfdi.c: Likewise.
62297         * soft-fp/fixunssfsi.c: Likewise.
62298         * soft-fp/fixunssfti.c: Likewise.
62299         * soft-fp/fixunstfdi.c: Likewise.
62300         * soft-fp/fixunstfsi.c: Likewise.
62301         * soft-fp/fixunstfti.c: Likewise.
62302         * soft-fp/floatdidf.c: Likewise.
62303         * soft-fp/floatdisf.c: Likewise.
62304         * soft-fp/floatditf.c: Likewise.
62305         * soft-fp/floatsidf.c: Likewise.
62306         * soft-fp/floatsisf.c: Likewise.
62307         * soft-fp/floatsitf.c: Likewise.
62308         * soft-fp/floattidf.c: Likewise.
62309         * soft-fp/floattisf.c: Likewise.
62310         * soft-fp/floattitf.c: Likewise.
62311         * soft-fp/floatundidf.c: Likewise.
62312         * soft-fp/floatundisf.c: Likewise.
62313         * soft-fp/floatunsidf.c: Likewise.
62314         * soft-fp/floatunsisf.c: Likewise.
62315         * soft-fp/floatuntidf.c: Likewise.
62316         * soft-fp/floatuntisf.c: Likewise.
62317         * soft-fp/floatuntitf.c: Likewise.
62318         * soft-fp/fmadf4.c: Likewise.
62319         * soft-fp/fmasf4.c: Likewise.
62320         * soft-fp/fmatf4.c: Likewise.
62321         * soft-fp/gedf2.c: Likewise.
62322         * soft-fp/gesf2.c: Likewise.
62323         * soft-fp/getf2.c: Likewise.
62324         * soft-fp/ledf2.c: Likewise.
62325         * soft-fp/lesf2.c: Likewise.
62326         * soft-fp/letf2.c: Likewise.
62327         * soft-fp/muldf3.c: Likewise.
62328         * soft-fp/mulsf3.c: Likewise.
62329         * soft-fp/multf3.c: Likewise.
62330         * soft-fp/negdf2.c: Likewise.
62331         * soft-fp/negsf2.c: Likewise.
62332         * soft-fp/negtf2.c: Likewise.
62333         * soft-fp/op-1.h: Likewise.
62334         * soft-fp/op-2.h: Likewise.
62335         * soft-fp/op-4.h: Likewise.
62336         * soft-fp/op-8.h: Likewise.
62337         * soft-fp/op-common.h: Likewise.
62338         * soft-fp/quad.h: Likewise.
62339         * soft-fp/single.h: Likewise.
62340         * soft-fp/soft-fp.h: Likewise.
62341         * soft-fp/sqrtdf2.c: Likewise.
62342         * soft-fp/sqrtsf2.c: Likewise.
62343         * soft-fp/sqrttf2.c: Likewise.
62344         * soft-fp/subdf3.c: Likewise.
62345         * soft-fp/subsf3.c: Likewise.
62346         * soft-fp/subtf3.c: Likewise.
62347         * soft-fp/truncdfsf2.c: Likewise.
62348         * soft-fp/trunctfdf2.c: Likewise.
62349         * soft-fp/trunctfsf2.c: Likewise.
62350         * soft-fp/trunctfxf2.c: Likewise.
62351         * soft-fp/unorddf2.c: Likewise.
62352         * soft-fp/unordsf2.c: Likewise.
62353         * soft-fp/unordtf2.c: Likewise.
62355 2013-10-14   Ondƙej BĂ­lka  <neleai@seznam.cz>
62357         [BZ #15672]
62358         * misc/error.c (error_tail): Fix possible buffer overflow.
62360 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
62362         [BZ #13028]
62363         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
62364         address.
62366 2013-10-14  P. J. McDermott  <pj@pehjota.net>
62368         [BZ #832]
62369         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
62370         testing pipefail option.
62372 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
62374         * soft-fp/double.h: Indent preprocessor directives inside #if.
62375         * soft-fp/extended.h: Likewise.
62376         * soft-fp/op-2.h: Likewise.
62377         * soft-fp/op-4.h: Likewise.
62378         * soft-fp/op-common.h: Likewise.
62379         * soft-fp/quad.h: Likewise.
62380         * soft-fp/single.h: Likewise.
62381         * soft-fp/soft-fp.h: Likewise.
62383 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
62385         * iconv/iconv_prog.c: Fix typos.
62386         * stdio-common/psiginfo-data.h: Likewise.
62388 2013-10-12   Reuben Thomas <rrt@sc3d.org>
62390         [BZ #15764]
62391         * locale/setlocale.c: Fix typo.
62393 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
62395         [BZ #16036]
62396         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
62397         signaling NaN arguments.
62398         * soft-fp/unordsf2.c (__unordsf2): Likewise.
62399         * soft-fp/unordtf2.c (__unordtf2): Likewise.
62401         [BZ #14910]
62402         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
62403         unordered operands.
62404         * soft-fp/gesf2.c (__gesf2): Likewise.
62405         * soft-fp/getf2.c (__getf2): Likewise.
62406         * soft-fp/ledf2.c (__ledf2): Likewise.
62407         * soft-fp/lesf2.c (__lesf2): Likewise.
62408         * soft-fp/letf2.c (__letf2): Likewise.
62410         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
62411         * soft-fp/eqsf2.c (__eqsf2): Likewise.
62412         * soft-fp/eqtf2.c (__eqtf2): Likewise.
62413         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
62414         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
62415         * soft-fp/fixdfti.c (__fixdfti): Likewise.
62416         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
62417         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
62418         * soft-fp/fixsfti.c (__fixsfti): Likewise.
62419         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
62420         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
62421         * soft-fp/fixtfti.c (__fixtfti): Likewise.
62422         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
62423         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
62424         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
62425         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
62426         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
62427         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
62428         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
62429         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
62430         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
62431         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
62432         * soft-fp/floatdisf.c (__floatdisf): Likewise.
62433         * soft-fp/floatsisf.c (__floatsisf): Likewise.
62434         * soft-fp/floattidf.c (__floattidf): Likewise.
62435         * soft-fp/floattisf.c (__floattisf): Likewise.
62436         * soft-fp/floattitf.c (__floattitf): Likewise.
62437         * soft-fp/floatundidf.c (__floatundidf): Likewise.
62438         * soft-fp/floatundisf.c (__floatundisf): Likewise.
62439         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
62440         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
62441         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
62442         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
62443         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
62444         * soft-fp/gesf2.c (__gesf2): Likewise.
62445         * soft-fp/getf2.c (__getf2): Likewise.
62446         * soft-fp/ledf2.c (__ledf2): Likewise.
62447         * soft-fp/lesf2.c (__lesf2): Likewise.
62448         * soft-fp/letf2.c (__letf2): Likewise.
62450         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
62451         Undefine and redefine.
62452         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
62453         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
62454         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
62455         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
62456         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
62457         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
62458         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
62459         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
62460         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
62461         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
62462         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
62463         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
62464         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
62465         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
62466         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
62468         [BZ #16032]
62469         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
62470         without decrementing exponent if mantissa >= that for the
62471         denominator, not >.
62472         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
62473         denominator, not >.  Decrement exponent in < case instead of
62474         incrementing in >= case.
62475         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
62476         without decrementing exponent if mantissa >= that for the
62477         denominator, not >.
62479         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
62480         computing saturated result for unsigned overflow.
62482 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
62483             Jeff Law  <law@redhat.com>
62485         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
62486         (atan2Mp): Add systemtap probe marker.
62487         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
62488         (__ieee754_log): Add systemtap probe marker.
62489         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
62490         (atanMp): Add systemtap probe marker.
62491         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
62492         (tanMp): Add systemtap probe marker.
62493         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
62494         (__slowexp): Add systemtap probe marker.
62495         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
62496         (__slowpow): Add systemtap probe marker.
62497         * manual/probes.texi: Document probes.
62499 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
62501         [BZ #15362]
62502         * libio/fileops.c (_IO_new_file_write): Return count of bytes
62503         written.
62504         (_IO_new_file_xsputn): Don't return EOF if nothing has been
62505         written.
62506         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
62507         written to buffer but not flushed.
62508         * libio/iofwrite_u.c:  Likewise.
62509         * libio/iopadn.c:  Return bytes returned even if EOF was
62510         encountered.
62511         * libio/iowpadn.c:  Likewise.
62512         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
62513         if _IO_padn does not write the whole buffer.
62514         [!COMPILE_WPRINTF] (PAD): Likewise.
62516 2013-10-10  David S. Miller  <davem@davemloft.net>
62518         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
62519         directory block.
62521 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
62523         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
62524         instead of FSF address.
62525         * soft-fp/fixdfti.c: Likewise.
62526         * soft-fp/fixsfti.c: Likewise.
62527         * soft-fp/fixtfti.c: Likewise.
62528         * soft-fp/fixunsdfti.c: Likewise.
62529         * soft-fp/fixunssfti.c: Likewise.
62530         * soft-fp/fixunstfti.c: Likewise.
62531         * soft-fp/floattidf.c: Likewise.
62532         * soft-fp/floattisf.c: Likewise.
62533         * soft-fp/floattitf.c: Likewise.
62534         * soft-fp/floatuntidf.c: Likewise.
62535         * soft-fp/floatuntisf.c: Likewise.
62536         * soft-fp/floatuntitf.c: Likewise.
62537         * soft-fp/trunctfxf2.c: Likewise.
62539         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
62540         * soft-fp/fixdfti.c: Likewise.
62541         * soft-fp/fixsfti.c: Likewise.
62542         * soft-fp/fixtfti.c: Likewise.
62543         * soft-fp/fixunsdfti.c: Likewise.
62544         * soft-fp/fixunssfti.c: Likewise.
62545         * soft-fp/fixunstfti.c: Likewise.
62546         * soft-fp/floattidf.c: Likewise.
62547         * soft-fp/floattisf.c: Likewise.
62548         * soft-fp/floattitf.c: Likewise.
62549         * soft-fp/floatuntidf.c: Likewise.
62550         * soft-fp/floatuntisf.c: Likewise.
62551         * soft-fp/floatuntitf.c: Likewise.
62552         * soft-fp/trunctfxf2.c: Likewise.
62554 2013-10-10  David S. Miller  <davem@davemloft.net>
62556         * sysdeps/sparc/fpu/libm-test-ulps: Update.
62558 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
62560         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
62561         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
62562         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
62563         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
62564         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
62565         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
62566         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
62568         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
62569         for NaNs before doing comparisons on argument.
62570         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
62571         Likewise.
62573 2013-10-10  Will Newton  <will.newton@linaro.org>
62575         * malloc/hooks.c (memalign_check): Ensure the value of bytes
62576         passed to _int_memalign does not overflow.
62578 2013-10-10  Torvald Riegel  <triegel@redhat.com>
62580         * scripts/bench.pl: Add include-sources directive.
62581         * benchtests/README: Update documentation.
62583 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
62585         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
62586         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
62587         instead of FP_INIT_ROUNDMODE.
62588         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
62589         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
62591         [BZ #16034]
62592         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
62593         copy class of input value.
62594         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
62595         not handle exceptions.
62596         * soft-fp/negsf2.c (__negsf2): Likewise.
62597         * soft-fp/negtf2.c (__negtf2): Likewise.
62598         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
62600 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
62602         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
62603         semicolon.  From Linux kernel.
62605 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
62607         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
62609 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
62611         [BZ #156]
62612         * manual/socket.texi: Added statement about buffer
62613         for gethostbyname2_r.
62615 2013-10-08  Ondƙej BĂ­lka  <neleai@seznam.cz>
62617         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
62618         Use .p2align directive instead, throughout.
62619         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
62620         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
62621         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
62622         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
62623         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
62624         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
62625         * sysdeps/x86_64/strchr.S: Likewise.
62626         * sysdeps/x86_64/strrchr.S: Likewise.
62628 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
62630         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
62632         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
62634         * sysdeps/generic/math_private.h (__mpsin1): Remove
62635         declaration.
62636         (__mpcos1): Likewise.
62637         (__mpsin): New argument __range_reduce.
62638         (__mpcos): Likewise.
62639         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
62640         (slow): Use __mpsin and __mpcos.
62641         (slow1): Likewise.
62642         (slow2): Likewise.
62643         (sloww): Likewise.
62644         (sloww1): Likewise.
62645         (sloww2): Likewise.
62646         (bsloww): Likewise.
62647         (bsloww1): Likewise.
62648         (bsloww2): Likewise.
62649         (cslow2): Likewise.
62650         (csloww): Likewise.
62651         (csloww1): Likewise.
62652         (csloww2): Likewise.
62653         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
62654         range_reduce.  Merge in __mpsin1.
62655         (__mpcos): Likewise.
62656         (__mpsin1): Remove.
62657         (__mpcos1): Likewise.
62659 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
62661         * locale/loadlocale.c (_nl_intern_locale_data): Use
62662         LOCFILE_ALIGNED_P.
62663         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
62664         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
62665         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
62666         obstack data is appropriately aligned.
62667         (obstack_int32_grow_fast): Likewise.
62668         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
62669         * locale/programs/locfile.c (add_locale_uint32): Likewise.
62670         (add_locale_uint32_array): Likewise.
62672 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
62674         * benchtests/Makefile: Remove ARGLIST and RET variables.
62675         ($(objpfx)bench-%.c): Pass only function name to the script.
62676         * benchtests/README: Update documentation.
62677         * benchtests/acos-inputs: Add new directives.
62678         * benchtests/acosh-inputs: Likewise.
62679         * benchtests/asin-inputs: Likewise.
62680         * benchtests/asinh-inputs: Likewise.
62681         * benchtests/atan-inputs: Likewise.
62682         * benchtests/atanh-inputs: Likewise.
62683         * benchtests/cos-inputs: Likewise.
62684         * benchtests/cosh-inputs: Likewise.
62685         * benchtests/exp-inputs: Likewise.
62686         * benchtests/log-inputs: Likewise.
62687         * benchtests/pow-inputs: Likewise.
62688         * benchtests/rint-inputs: Likewise.
62689         * benchtests/sin-inputs: Likewise.
62690         * benchtests/sinh-inputs: Likewise.
62691         * benchtests/tan-inputs: Likewise.
62692         * benchtests/tanh-inputs: Likewise.
62693         * scripts/bench.pl: Add support for new directives.
62695 2013-10-07  Alan Modra  <amodra@gmail.com>
62697         * README: Fix careless merge.
62699 2013-10-05  Alan Modra  <amodra@gmail.com>
62701         * NEWS: Mention powerpc64le support and bugs fixed.
62702         * README: Both big-endian and little-endian powerpc64 supported.
62704 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
62706         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
62707         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
62708         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
62709         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
62711 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
62713         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
62714         match prototype.
62716 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
62718         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
62719         Move -mhard-float appending from
62720         ports/sysdeps/powerpc/powerpc32/Makefile.
62721         [$(with-fp) = yes] (ASFLAGS): Likewise.
62722         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
62723         * sysdeps/powerpc/nofpu: Move directory from
62724         ports/sysdeps/powerpc/nofpu.
62725         * sysdeps/powerpc/soft-fp: Move directory from
62726         ports/sysdeps/powerpc/soft-fp.
62727         * sysdeps/powerpc/powerpc32/405: Move directory from
62728         ports/sysdeps/powerpc/powerpc32/405.
62729         * sysdeps/powerpc/powerpc32/440: Move directory from
62730         ports/sysdeps/powerpc/powerpc32/440.
62731         * sysdeps/powerpc/powerpc32/464: Move directory from
62732         ports/sysdeps/powerpc/powerpc32/464.
62733         * sysdeps/powerpc/powerpc32/476: Move directory from
62734         ports/sysdeps/powerpc/powerpc32/476.
62735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
62736         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
62737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
62738         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
62739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
62740         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
62741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
62742         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
62743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
62744         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
62745         * README: Update for powerpc-*-linux-gnu software floating point
62746         support in libc.
62748         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
62749         case to powerpc/powerpc32*.
62750         * sysdeps/unix/sysv/linux/configure: Regenerated.
62752         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
62753         (_FPU_MASK_OM): Define as 0x04.
62754         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
62755         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
62756         0x00c10080.
62757         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
62758         0x0000003c.
62759         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
62761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
62762         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
62763         getcontext_e500.
62764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
62765         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
62766         setcontext_e500.
62767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
62768         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
62769         and setcontext_e500.
62771 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
62773         * locale/iso-3166.def: Update iso-1366.def and related occurrences
62775 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
62777         * manual/threads.texi (Default Thread Attributes): Fix typo.
62779 2013-10-04  Will Newton  <will.newton@linaro.org>
62781         * malloc/Makefile: Add tst-memalign.
62782         * malloc/tst-memalign.c: New file.
62784         * malloc/tst-posix_memalign.c: Add comments.
62785         (do_test): Add comments and call free on all potentially
62786         allocated pointers. Add space after cast.
62788         * malloc/tst-pvalloc.c: Add comments.
62789         (do_test): Add comments and call free on all potentially
62790         allocated pointers. Remove duplicate check for NULL pointer.
62791         Add space after cast.
62793         * malloc/tst-valloc.c: Add comments.
62794         (do_test): Add comments and call free on all potentially
62795         allocated pointers. Remove duplicate check for NULL pointer.
62796         Add space after cast.
62798 2013-10-04  Alan Modra  <amodra@gmail.com>
62800         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
62801         Use stdint types in rather than __attribute__((mode())).
62802         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
62804 2013-10-04  Alan Modra  <amodra@gmail.com>
62806         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
62807         Correct handling of unaligned relocs for little-endian.
62808         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
62810 2013-10-04  Alan Modra  <amodra@gmail.com>
62812         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
62813         * configure: Regenerate.
62814         * nptl/shlib-versions: Powerpc*le starts at 2.18.
62815         * shlib-versions: Likewise.
62817 2013-10-04  Alan Modra  <amodra@gmail.com>
62819         * string/tester.c (test_memrchr): Increment reported test cycle.
62821 2013-10-04  Alan Modra  <amodra@gmail.com>
62823         * string/test-memcpy.c (do_one_test): When reporting errors, print
62824         string address and don't overrun end of string.
62826 2013-10-04  Alan Modra  <amodra@gmail.com>
62828         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
62829         insrdi.  Make better use of reg selection to speed exit slightly.
62830         Schedule entry path a little better.  Remove useless "are we done"
62831         checks on entry to main loop.  Handle wrapping around zero address.
62832         Correct main loop count.  Handle single left-over word from main
62833         loop inline rather than by using loop_small.  Remove extra word
62834         case in loop_small caused by wrong loop count.  Add little-endian
62835         support.
62836         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
62837         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
62838         cache hint.
62839         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
62840         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
62841         support.  Avoid rlwimi.
62842         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
62844 2013-10-04  Alan Modra  <amodra@gmail.com>
62846         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
62847         insrdi.  Formatting.
62848         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
62849         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
62850         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
62851         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
62852         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
62853         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
62855 2013-10-04  Alan Modra  <amodra@gmail.com>
62857         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
62858         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
62859         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
62860         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
62861         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
62862         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
62863         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
62864         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
62865         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
62866         use of regs.  Use power7 mtocrf.  Tidy function tails.
62868 2013-10-04  Alan Modra  <amodra@gmail.com>
62870         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
62871         Formatting.  Consistently use rXXX register defines or rN defines.
62872         Use early exit labels that avoid restoring unused non-volatile regs.
62873         Make cr field use more consistent with rWORDn compares.  Rename
62874         regs used as shift registers for unaligned loop, using rN defines
62875         for short lifetime/multiple use regs.
62876         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
62877         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
62878         addi 1,1,64 to pop stack frame.  Simplify return value code.
62879         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
62881 2013-10-04  Alan Modra  <amodra@gmail.com>
62883         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
62884         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
62885         rather than rlwimi.
62886         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
62887         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
62888         little-endian support.  Correct typos.
62889         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
62890         rather than rlwimi.
62891         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
62892         in loop and entry code to keep "and." results.
62893         (strchr): Add little-endian support.  Comment.  Move cntlzd
62894         earlier in tail.
62895         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
62897 2013-10-04  Alan Modra  <amodra@gmail.com>
62899         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
62900         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
62901         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
62902         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
62904 2013-10-04  Alan Modra  <amodra@gmail.com>
62906         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
62907         (rTMP): Define as r11.
62908         (strcmp): Add little-endian support.  Optimise tail.
62909         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
62910         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
62911         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
62912         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
62913         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
62914         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
62915         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
62917 2013-10-04  Alan Modra  <amodra@gmail.com>
62919         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
62920         little-endian support.  Remove unnecessary "are we done" tests.
62921         Handle "s" wrapping around zero and extremely large "size".
62922         Correct main loop count.  Handle single left-over word from main
62923         loop inline rather than by using small_loop.  Correct comments.
62924         Delete "zero" tail, use "end_max" instead.
62925         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
62927 2013-10-04  Alan Modra  <amodra@gmail.com>
62929         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
62930         support.  Don't branch over align.
62931         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
62932         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
62933         support.  Rearrange tmp reg use to suit.  Comment.
62934         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
62936 2013-10-04  Alan Modra  <amodra@gmail.com>
62938         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
62940 2013-10-04  Alan Modra  <amodra@gmail.com>
62942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
62943         conditional form of branch and link when obtaining pc.
62944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
62946 2013-10-04  Alan Modra  <amodra@gmail.com>
62948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
62949         HIWORD/LOWORD.
62950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
62951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
62953 2013-10-04  Alan Modra  <amodra@gmail.com>
62955         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
62956         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
62957         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
62958         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
62959         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
62960         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
62961         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
62962         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
62963         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
62964         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
62966 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
62967             Alistair Popple <alistair@ozlabs.au.ibm.com>
62968             Alan Modra <amodra@gmail.com>
62970         [BZ #15723]
62971         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
62972         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
62973         _dl_hwcap access for little-endian.
62974         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
62975         destroy vmx regs when saving unaligned.
62976         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
62977         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
62978         destroy vmx regs when saving unaligned.
62980 2013-10-04  Alan Modra  <amodra@gmail.com>
62982         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
62983         Don't use a union to pack hi/low value.
62985 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
62987         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
62988         for little-endian.
62989         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
62990         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
62991         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
62992         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
62993         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
62995 2013-10-04  Alan Modra  <amodra@gmail.com>
62997         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
62998         constants to usual value for .cst8 section, and remove redundant
62999         high address load.
63000         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
63001         constant for 0x1p52.  Load little-endian words of double from
63002         correct stack offsets.
63004 2013-10-04  Alan Modra  <amodra@gmail.com>
63006         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
63007         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
63008         words of double from correct stack offsets.
63009         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
63010         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
63011         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
63012         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
63013         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
63014         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
63015         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
63016         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
63017         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
63018         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
63019         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
63020         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
63021         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
63022         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
63023         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
63024         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
63025         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
63027 2013-10-04  Alan Modra  <amodra@gmail.com>
63029         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
63030         64-bit int/double union.
63031         (_FPU_SETCW): Likewise.
63032         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
63033         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
63035 2013-10-04  Alan Modra  <amodra@gmail.com>
63037         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
63038         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
63040 2013-10-04  Alan Modra  <amodra@gmail.com>
63042         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
63043         use vector int constants.
63044         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
63046 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
63048         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
63049         array with long long.
63050         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
63051         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
63052         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
63053         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
63054         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
63055         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
63056         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
63057         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
63058         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
63059         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
63060         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
63061         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
63062         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
63064 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
63066         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
63067         (__signbit): Likewise.  Correct for little-endian.
63068         (__signbitl): Call __signbit.
63069         (lrint): Correct for little-endian.
63070         (lrintf): Call lrint.
63072 2013-10-04  Alan Modra  <amodra@gmail.com>
63074         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
63075         union 32-bit int array member with 64-bit int array.
63076         (t515, tm256): Double rather than long double.
63077         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
63079 2013-10-04  Alan Modra  <amodra@gmail.com>
63081         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
63082         Delete.
63083         (IEEE854_LONG_DOUBLE_BIAS): Delete.
63084         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
63085         version of math_ldbl.h.
63087 2013-10-04  Alan Modra  <amodra@gmail.com>
63089         [BZ #15734], [BZ #15735]
63090         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
63091         all uses of ieee875 long double macros and unions.  Simplify test
63092         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
63093         ldbl_extract_mantissa value for ix,iy exponents.  Properly
63094         normalize after ldbl_extract_mantissa, and don't add hidden bit
63095         already handled.  Don't treat low word of ieee854 mantissa like
63096         low word of IBM long double and mask off bit when testing for
63097         zero.
63098         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
63099         all uses of ieee875 long double macros and unions.  Simplify tests
63100         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
63101         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
63102         two1022, instead use their values.  Recognise that tests for large
63103         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
63104         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
63105         Rewrite all uses of ieee875 long double macros and unions.  Simplify
63106         test for 0.0L and nan.  Correct negation.
63107         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
63108         ieee875 long double macros and unions.  Correct output for large
63109         magnitude x.  Correct absolute value calculation.
63110         (__erfcl): Likewise.
63111         * math/libm-test.inc: Add tests for errors discovered in IBM long
63112         double versions of fmodl, remainderl, erfl and erfcl.
63114 2013-10-04  Alan Modra  <amodra@gmail.com>
63116         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
63117         all uses of ieee854 long double macros and unions.  Simplify tests
63118         for long doubles that are fully specified by the high double.
63119         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
63120         Likewise.
63121         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
63122         Remove dead code too.
63123         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
63124         (__ieee754_ynl): Likewise.
63125         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
63126         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
63127         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
63128         Remove dead code too.
63129         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
63130         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
63131         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
63132         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
63133         Simplify.
63134         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
63135         Simplify.
63136         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
63137         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
63138         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
63139         Comment on variable precision.
63140         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
63141         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
63142         Likewise.
63143         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
63144         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
63145         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
63146         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
63147         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
63149 2013-10-04  Alan Modra  <amodra@gmail.com>
63151         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
63152         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
63153         all uses of ieee854 long double macros and unions.
63154         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
63155         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
63156         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
63157         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
63158         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
63159         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
63160         Likewise.
63161         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
63162         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
63163         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
63164         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
63165         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
63166         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
63167         Simplify sign and nan test too.
63168         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
63169         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
63170         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
63171         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
63172         Likewise.
63173         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
63174         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
63175         Likewise.
63176         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
63177         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
63178         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
63179         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
63180         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
63181         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
63183 2013-10-04  Alan Modra  <amodra@gmail.com>
63185         * stdio-common/printf_size.c (__printf_size): Don't use
63186         union ieee854_long_double in fpnum union.
63187         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
63188         signbit macro to retrieve sign from long double.
63189         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
63190         retrieve sign from long double.
63191         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
63192         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
63193         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
63194         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
63195         * math/test-misc.c (main): Don't use union ieee854_long_double.
63197 2013-10-04  Alan Modra  <amodra@gmail.com>
63199         [BZ #15680]
63200         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
63201         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
63202         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
63203         calculation.  Remove unnecessary test for denormal exponent.
63204         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
63205         Correct handling of denormals.  Avoid undefined shift behaviour.
63206         Correct normalisation of low mantissa when low double is denormal.
63207         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
63208         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
63209         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
63210         Correct normalisation of low mantissa.  Test for overflow of high
63211         mantissa and normalise.
63212         (ldbl_nearbyint): Use more readable constant for two52.
63213         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
63214         (__mpn_construct_long_double): Fix test for overflow of high
63215         mantissa and correct normalisation.  Avoid undefined shift.
63217 2013-10-04  Alan Modra  <amodra@gmail.com>
63219         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
63220         (union ibm_extended_long_double): Define as an array of ieee754_double.
63221         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
63222         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
63223         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
63224         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
63225         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
63226         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
63227         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
63228         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
63229         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
63230         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
63231         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
63233 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
63235         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
63236         page size instead of calling getpagesize.
63238         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
63239         (LOCFILE_ALIGN_MASK): Likewise.
63240         (LOCFILE_ALIGN_UP): Likewise.
63241         (LOCFILE_ALIGNED_P): Likewise.
63242         * locale/programs/ld-collate.c (collate_output): Use the new
63243         macros instead of __alignof__ (int32_t).
63244         * locale/weight.h (findidx): Likewise.
63246 2013-10-03  Ondƙej BĂ­lka  <neleai@seznam.cz>
63248         [BZ #431]
63249         * manual/string.texi: Fix strncat and wcsncat.
63251 2013-10-03  Brooks Moses  <bmoses@google.com>
63253         [BZ #15915]
63254         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
63255         * Makerules: ...here, and adjust associated comments.
63257 2013-10-02  Will Newton  <will.newton@linaro.org>
63259         * malloc/Makefile: Add tst-pvalloc.
63260         * malloc/tst-pvalloc.c: New file.
63262 2013-10-02  Will Newton  <will.newton@linaro.org>
63264         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
63265         improve test coverage.
63267 2013-10-02  Will Newton  <will.newton@linaro.org>
63269         * malloc/Makefile: Add tst-posix_memalign.
63270         * malloc/tst-posix_memalign.c: New file.
63272 2013-10-01  Eric Blake  <eblake@redhat.com>
63274         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
63275         Use __THROWNL rather than __THROW on static functions.
63277 2013-09-30  Petr Machata  <pmachata@redhat.com>
63279         * elf/elf.h (R_AARCH64_ABS16): New macro.
63280         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
63281         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
63282         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
63283         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
63284         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
63285         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
63286         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
63287         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
63288         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
63289         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
63290         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
63291         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
63292         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
63293         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
63294         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
63295         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
63296         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
63297         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
63298         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
63299         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
63300         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
63301         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
63302         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
63303         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
63304         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
63305         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
63306         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
63307         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
63308         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
63309         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
63310         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
63311         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
63312         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
63313         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
63314         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
63315         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
63316         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
63317         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
63318         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
63319         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
63320         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
63321         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
63322         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
63323         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
63324         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
63325         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
63326         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
63327         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
63328         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
63329         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
63330         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
63331         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
63332         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
63333         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
63334         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
63335         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
63336         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
63337         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
63338         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
63339         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
63340         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
63341         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
63342         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
63343         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
63344         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
63345         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
63346         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
63347         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
63348         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
63349         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
63350         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
63351         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
63352         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
63353         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
63354         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
63355         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
63356         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
63357         (R_AARCH64_TLSDESC_LDR): Likewise.
63358         (R_AARCH64_TLSDESC_ADD): Likewise.
63359         (R_AARCH64_TLSDESC_CALL): Likewise.
63361 2013-09-30  Andreas Schwab  <schwab@suse.de>
63363         [BZ #15048]
63364         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
63365         the nss database lookup.
63366         * nscd/initgrcache.c (addinitgroupsX): Likewise.
63367         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
63369 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
63371         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
63373 2013-09-28  P. J. McDermott  <pj@pehjota.net>
63375         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
63376         ${Bash-specific parameter/pattern/string} parameter expansion.
63377         * sysdeps/unix/make-syscalls.sh: Likewise.
63379 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
63381         * sysdeps/sh/stackguard-macros.h: New file.
63383 2013-09-26  Ondƙej BĂ­lka  <neleai@seznam.cz>
63385         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
63386         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
63387         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
63388         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
63389         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
63390         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
63392 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
63394         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
63395         Fix thread ID register.
63397 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
63399         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
63400         [POSIX || UNIX98]: Require rather than permitting all symbols from
63401         <time.h>.
63402         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
63403         element of struct sched_param.
63404         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
63405         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
63406         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
63407         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
63408         constant.
63410 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
63412         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
63413         argument calculation.
63415 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
63417         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
63418         Expect macro.
63419         [POSIX] (pthread_attr_t): Do not require type.
63420         [POSIX] (pthread_cond_t): Likewise.
63421         [POSIX] (pthread_condattr_t): Likewise.
63422         [POSIX] (pthread_key_t): Likewise.
63423         [POSIX] (pthread_mutex_t): Likewise.
63424         [POSIX] (pthread_mutexattr_t): Likewise.
63425         [POSIX] (pthread_once_t): Likewise.
63426         [POSIX] (pthread_t): Likewise.
63427         [POSIX-based standards] (pthread_atfork): Expect function.
63429 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
63430             Richard Sandiford  <richard@codesourcery.com>
63432         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
63433         (swap_endianness_p): New extern variable.
63434         (set_big_endian): New inline function.
63435         (maybe_swap_uint32): Likewise.
63436         (maybe_swap_uint32_array): Likewise.
63437         (maybe_swap_uint32_obstack): Likewise.
63438         * locale/programs/locfile.c: Include <stdbool.h>.
63439         (swap_endianness_p): New variable.
63440         (add_locale_uint32): Call maybe_swap_uint32.
63441         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
63442         (write_locale_data): Call maybe_swap_uint32_array.
63443         * locale/programs/ld-collate.c (obstack_int32_grow): Call
63444         maybe_swap_uint32.
63445         (obstack_int32_grow_fast): Likewise.
63446         (output_weightwc): Call maybe_swap_uint32_obstack.
63447         (collate_output): Likewise.
63448         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
63449         (OPT_LITTLE_ENDIAN): Likewise.
63450         (options): Add --little-endian and --big-endian options.
63451         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
63452         * locale/programs/locarchive.c: Include "locfile.h".
63453         (GET): New macro.
63454         (SET): Likewise.
63455         (INC): Likewise.
63456         (create_archive): Use the new macros to access fields of
63457         structures directly mapped from or written to locale archives.
63458         (oldlocrecentcmp): Likewise.
63459         (enlarge_archive): Likewise.
63460         (insert_name): Likewise.
63461         (add_alias): Likewise.
63462         (add_locale): Likewise.
63463         (delete_locales_from_archive): Likewise.
63464         (show_archive_content): Likewise.
63465         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
63466         locale data.
63468 2013-09-24  Roland McGrath  <roland@hack.frob.com>
63470         * manual/freemanuals.texi: Updated from (newly) canonical copy at
63471         http://www.gnu.org/doc/freemanuals.texi.
63472         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
63474 2013-09-24  Will Newton  <will.newton@linaro.org>
63476         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
63477         macro.
63479 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
63481         * locale/hashval.h (compute_hashval): Interpret bytes of key as
63482         unsigned char.
63484 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
63486         * manual/threads.texi (POSIX Threads): Fix a typo.
63488 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
63490         [BZ #14547]
63491         * string/tst-strcoll-overflow.c: New test case.
63492         * string/Makefile (xtests): Add tst-strcoll-overflow.
63493         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
63494         cache if string sizes may cause integer overflow.
63496         [BZ #14547]
63497         * string/strcoll_l.c (coll_seq): New members rule, idx,
63498         save_idx and back_us.
63499         (get_next_seq_nocache): New function.
63500         (do_compare_nocache): New function.
63501         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
63502         when malloc fails.
63504 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
63506         [BZ #15754]
63507         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
63508         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
63509         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
63511         [BZ #15754]
63512         * elf/Makefile (tests): Add tst-ptrguard1.
63513         (tests-static): Add tst-ptrguard1-static.
63514         (tst-ptrguard1-ARGS): Define.
63515         (tst-ptrguard1-static-ARGS): Define.
63516         * elf/tst-ptrguard1.c: New file.
63517         * elf/tst-ptrguard1-static.c: New file.
63518         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
63519         * sysdeps/i386/stackguard-macros.h: Likewise.
63520         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
63521         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
63522         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
63523         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
63524         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
63525         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
63527 2013-09-23  Hector Marco  <hecmargi@upv.es>
63528             Ismael Ripoll  <iripoll@disca.upv.es>
63529             Carlos O'Donell  <carlos@redhat.com>
63531         [BZ #15754]
63532         * sysdeps/generic/stackguard-macros.h: Define
63533         __pointer_chk_guard_local and POINTER_CHK_GUARD.
63534         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
63535         Define __pointer_chk_guard_local.
63536         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
63537         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
63539 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
63541         [BZ #15859]
63542         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
63544 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
63546         * include/string.h (__ffs): Declare as hidden.
63547         * string/ffs.c (__ffs): Define as hidden.
63548         * sysdeps/i386/ffs.c (__ffs): Likewise.
63549         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
63550         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
63551         * sysdeps/s390/ffs.c (__ffs): Likewise.
63552         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
63554 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
63556         * NEWS: Mention malloc probes.
63558         * malloc/arena.c (new_heap): New memory_heap_new probe.
63559         (grow_heap): New memory_heap_more probe.
63560         (shrink_heap): New memory_heap_less probe.
63561         (heap_trim): New memory_heap_free probe.
63562         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
63563         (systrim): New memory_sbrk_less probe.
63564         * manual/probes.texi: Document them.
63566         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
63567         * manual/probes.texi: Document it.
63569         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
63570         (__libc_realloc): Add memory_realloc_retry probe.
63571         (__libc_memalign): Add memory_memalign_retry probe.
63572         (__libc_valloc): Add memory_valloc_retry probe.
63573         (__libc_pvalloc): Add memory_pvalloc_retry probe.
63574         (__libc_calloc): Add memory_calloc_retry probe.
63575         * manual/probes.texi: Document them.
63577         * malloc/arena.c (get_free_list): Add probe
63578         memory_arena_reuse_free_list.
63579         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
63580         and memory_arena_reuse.
63581         (arena_get2) [!PER_THREAD]: Likewise.
63582         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
63583         memory_arena_reuse_realloc.
63584         * manual/probes.texi: Document them.
63586         * malloc/malloc.c (__libc_free): Add
63587         memory_mallopt_free_dyn_thresholds probe.
63588         (__libc_mallopt): Add multiple memory_mallopt probes.
63589         * manual/probes.texi: Document them.
63591         * malloc/malloc.c: Include stap-probe.h.
63592         (__libc_mallopt): Add memory_mallopt probe.
63593         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
63594         * manual/probes.texi: New.
63595         * manual/Makefile (chapters): Add probes.
63596         * manual/threads.texi: Set next node.
63598 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
63600         [BZ #15963, #13985]
63601         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
63602         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
63603         Add `Chinese' to `nan' entry name.
63605 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
63607         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
63608         (POLYNOMIAL): Likewise.
63609         (TAYLOR_SINCOS): Likewise.
63610         (TAYLOR_SLOW): Likewise.
63611         (__sin): Use TAYLOR_SINCOS.
63612         (__cos): Likewise.
63613         (slow): Use TAYLOR_SLOW.
63614         (sloww): Likewise.
63615         (bsloww): Likewise.
63616         (csloww): Likewise.
63618 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
63620         * stdlib/strtod_l.c: Fix buffer overrun.
63622 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
63624         * benchtests/Makefile (bench): Add sincos.
63625         * benchtests/bench-sincos.c: New file.
63627         * math/libm-test.inc (cos_test_data): New test inputs.
63628         (sin_test_data): Likewise.
63630         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
63631         macro.
63632         (__sin): Use it.
63633         (__cos): Likewise.
63634         (slow1): Likewise.
63635         (slow2): Likewise.
63636         (sloww1): Likewise.
63637         (sloww2): Likewise.
63638         (bsloww1): Likewise.
63639         (bsloww2): Likewise.
63640         (cslow2): Likewise.
63641         (csloww1): Likewise.
63642         (csloww2): Likewise.
63644         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
63645         function.
63646         (__sin): Use it.
63647         (__cos): Likewise.
63649         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
63650         gotos.
63651         (__cos): Likewise.
63653 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
63655         * config.h.in (HAVE_MIPS_NAN2008): New macro.
63656         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
63657         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
63658         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
63659         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
63660         * elf/cache.c (print_entry): Handle the new cache flags.
63662 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
63663             Aldy Hernandez  <aldyh@redhat.com>
63665         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
63666         Change condition to [_SOFT_FLOAT].
63667         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
63668         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
63669         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
63670         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
63671         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
63672         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
63673         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
63674         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
63675         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
63676         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
63677         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
63678         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
63679         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
63680         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
63681         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
63682         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
63683         declaration.
63685 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
63687         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
63688         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
63689         (__longjmp): Use LOAD_GP to load saved GPRs.
63690         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
63691         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
63692         (__sigsetjmp): Use SAVE_GP to save GPRs.
63694         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
63695         Do not append -msoft-float.
63696         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
63698 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
63700         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
63702 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
63704         [BZ #15966]
63705         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
63706         (_FPU_GETCW): Use initial "__" on variable and field names but not
63707         on macro parameter name.
63708         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
63709         parentheses around reference to macro parameter.
63711 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
63713         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
63714         prototype.
63715         (ctype_startup): Use uint32_t in cast and sizeof for
63716         ctype->charnames.
63718 2013-09-11  Jia Liu  <proljc@gmail.com>
63720         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
63721         __daddr_t_defined.
63722         [__FreeBSD__]: Likewise.
63724 2013-09-11  Ondƙej BĂ­lka  <neleai@seznam.cz>
63726         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
63727         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
63728         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
63729         (strchr): Remove __strchr_sse42 ifunc selection.
63730         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
63731         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
63733 2013-09-11  Will Newton  <will.newton@linaro.org>
63735         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
63736         parameter to RES. Remove hardcoded 1000 value.
63737         * benchtests/bench-skeleton.c (main): Pass RES parameter
63738         to TIMING_INIT and multiply result by 1000.
63740 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
63742         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
63744 2013-09-11  Andreas Schwab  <schwab@suse.de>
63746         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
63747         if not defined.
63748         (O_TMPFILE) [__USE_GNU]: Define.
63749         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
63750         Define.
63752 2013-09-11  Will Newton  <will.newton@linaro.org>
63754         [BZ #15857]
63755         * malloc/malloc.c (__libc_memalign): Check the value of bytes
63756         does not overflow.
63758 2013-09-11  Will Newton  <will.newton@linaro.org>
63760         [BZ #15856]
63761         * malloc/malloc.c (__libc_valloc): Check the value of bytes
63762         does not overflow.
63764 2013-09-11  Will Newton  <will.newton@linaro.org>
63766         [BZ #15855]
63767         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
63768         does not overflow.
63770 2013-09-10  Ondƙej BĂ­lka  <neleai@seznam.cz>
63772         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
63773         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
63774         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
63775         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
63776         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
63778 2013-09-10  Allan McRae  <allan@archlinux.org>
63780         [BZ #15748]
63781         * manual/arith.texi (Parsing of Floats): Clarify
63782         cross-reference.
63784         [BZ #15849]
63785         * manual/install.texi (Running make install): Mention
63786         --enable-pt-chown.
63787         * INSTALL: Regenerated.
63789 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
63791         * csu/init-first.c (_init): Remove the !SHARED condition around
63792         FPU control word initialization.
63793         * elf/dl-support.c (_dl_fpu_control): New variable.
63794         (_dl_aux_init) <AT_FPUCW>: Initialize it.
63795         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
63796         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
63797         * math/test-fpucw-static.c: New file.
63798         * math/test-fpucw-ieee.c: New file.
63799         * math/test-fpucw-ieee-static.c: New file.
63800         * math/Makefile (tests): Add `test-fpucw-ieee' and
63801         `$(tests-static)'.
63802         (tests-static): New variable.
63803         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
63804         dependency to...
63805         [($(build-shared),yes)]
63806         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
63807         ... this.
63808         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
63809         New dependency.
63811 2013-09-09  Allan McRae  <allan@archlinux.org>
63813         [BZ #15939]
63814         * manual/string.texi (Collation Functions): Fix typo in
63815         strcoll example.
63816         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
63818         [BZ #15893]
63819         * stdlib/isomac.c (get_null_defines): Fix memory leak.
63821         [BZ #15892]
63822         * libio/memstream.c (open_memstream): Fix memory leak.
63823         * libio/wmemstream.c (open_wmemstream): Likewise.
63825         [BZ #15895]
63826         * nscd/netgroupcache.c: Fix nesting of ifdefs.
63828 2013-09-09  Will Newton  <will.newton@linaro.org>
63830         * malloc/Makefile: Add tst-realloc to tests.
63831         * malloc/tst-realloc.c: New file.
63833 2013-09-09  Allan McRae  <allan@archlinux.org>
63835         [BZ #15844]
63836         * COPYING: Update from GNU website to fix FSF address.
63837         * COPYING.LIB: Likewise.
63839 2013-09-06  David S. Miller  <davem@davemloft.net>
63841         * po/zh_TW.po: Update Chinese (traditional) translation from
63842         translation project.
63844 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
63845             Joseph Myers  <joseph@codesourcery.com>
63847         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
63848         "localeinfo.h".
63849         (obstack_chunk_alloc): New macro.
63850         (obstack_chunk_free): Likewise.
63851         (record_offset): New function.
63852         (init_locale_data): Likewise.
63853         (align_locale_data): Likewise.
63854         (add_locale_empty): Likewise.
63855         (add_locale_raw_data): Likewise.
63856         (add_locale_raw_obstack): Likewise.
63857         (add_locale_string): Likewise.
63858         (add_locale_wstring): Likewise.
63859         (add_locale_uint32): Likewise.
63860         (add_locale_uint32_array): Likewise.
63861         (add_locale_char): Likewise.
63862         (start_locale_structure): Likewise.
63863         (end_locale_structure): Likewise.
63864         (start_locale_prelude): Likewise.
63865         (end_locale_prelude): Likewise.
63866         (write_locale_data): Take locale_file structure rather than an
63867         iovec.
63868         * locale/programs/locfile.h: Include "obstack.h".
63869         (struct locale_file): Change to store locale file contents instead
63870         of header.
63871         (init_locale_data): New prototype.
63872         (align_locale_data): Likewise.
63873         (add_locale_empty): Likewise.
63874         (add_locale_raw_data): Likewise.
63875         (add_locale_raw_obstack): Likewise.
63876         (add_locale_string): Likewise.
63877         (add_locale_wstring): Likewise.
63878         (add_locale_uint32): Likewise.
63879         (add_locale_uint32_array): Likewise.
63880         (add_locale_char): Likewise.
63881         (start_locale_structure): Likewise.
63882         (end_locale_structure): Likewise.
63883         (start_locale_prelude): Likewise.
63884         (end_locale_prelude): Likewise.
63885         (write_locale_data): Update prototype.
63886         * locale/programs/3level.h (struct TABLE): Remove result field.
63887         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
63888         Use new locale_file interface.
63889         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
63890         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
63891         * locale/programs/ld-address.c (address_output): Use new
63892         locale_file interface.
63893         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
63894         NO_ADD_LOCALE.
63895         (collate_finish): Don't call collseq_table_finalize.
63896         (collate_output): Use new locale_file interface.
63897         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
63898         in file.
63899         (NO_FINALIZE): Change to NO_ADD_LOCALE.
63900         (TABLE): Move defines earlier in file.
63901         (ELEMENT): Likewise.
63902         (DEFAULT): Likewise.
63903         (wctrans_table_add): Move macro and inline function earlier in
63904         file.
63905         (struct wctype_table): Move type earlier in file.
63906         (add_locale_wctype_table): New static prototype.
63907         (struct locale_ctype_t): Use logical types instead of struct iovec
63908         pointers for members.
63909         (ctype_output): Use new locale_file interface.
63910         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
63911         new locale_file interface.
63912         (allocate_arrays): Update for use of new locale_file interface.
63913         * locale/programs/ld-identification.c (identification_output): Use
63914         new locale_file interface.
63915         * locale/programs/ld-measurement.c (measurement_output): Likewise.
63916         * locale/programs/ld-messages.c (messages_output): Likewise.
63917         * locale/programs/ld-monetary.c (monetary_output): Likewise.
63918         * locale/programs/ld-name.c (name_output): Likewise.
63919         * locale/programs/ld-numeric.c (numeric_output): Likewise.
63920         * locale/programs/ld-paper.c (paper_output): Likewise.
63921         * locale/programs/ld-telephone.c (telephone_output): Likewise.
63922         * locale/programs/ld-time.c (time_output): Likewise.
63924 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
63926         * benchtests/Makefile: Add memrchr benchmark.
63927         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
63928         benchmark as memrchr.
63929         * benchtests/bench-memrchr-ifunc.c: New file.
63930         * benchtests/bench-memrchr.c: New file.
63932 2013-09-06   Will Newton  <will.newton@linaro.org>
63934         * benchtests/Makefile (string-bench): Add memcpy.
63936 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
63937             Cong Wang  <amwang@redhat.com>
63939         [BZ #15850]
63940         * sysdeps/unix/sysv/linux/bits/in.h
63941         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
63942         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
63943         before __USE_KERNEL_IPV6_DEFS uses.
63944         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
63945         IPPROTO_BEETPH.
63946         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
63947         sockaddr_in6, or ipv6_mreq.
63949 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
63951         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
63952         memory access for final bytes in some large inputs.
63953         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
63955 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
63957         * string/test-memrchr.c: New file.
63958         * string/test-memrchr-ifunc.c: New file.
63959         * string/Makefile: Add new memrchr testcase.
63961 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
63963         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
63964         fanotify_init returns EPERM.
63966 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
63968         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
63969         errors.
63970         (top level): Treat second token from macro or constant entries for
63971         allowed headers as allowed.
63972         * include/complex.h: Condition internal declarations on
63973         [!_ISOMAC].
63974         * include/fenv.h: Condition include of <stdbool.h> and internal
63975         declarations on [!_ISOMAC].
63977 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
63979         [BZ #15923]
63980         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
63982 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
63984         * configure.in (--enable-versioning): Remove configure option.
63985         (libc_cv_asm_symver_directive): Remove configure test.
63986         (libc_cv_ld_version_script_option): Likewise.
63987         (VERSIONING): Remove variable and AC_SUBST.
63988         (DO_VERSIONING): Remove AC_DEFINE.
63989         * configure: Regenerated.
63990         * config.h.in (DO_VERSIONING): Remove macro.
63991         * Makerules [$(versioning) = yes]: Change conditionals to
63992         [$(build-shared) = yes].
63993         * config.make.in (versioning): Remove variable.
63994         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
63995         [$(build-shared) = yes].
63996         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
63997         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
63998         * elf/Makefile [$(versioning) = yes]: Change conditionals to
63999         [$(build-shared) = yes].
64000         * extra-lib.mk [$(versioning) = yes]: Likewise.
64001         * hurd/Makefile [$(versioning) = yes]: Likewise.
64002         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
64003         [SHARED].
64004         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
64005         [SHARED].
64006         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
64007         [SHARED && !NO_HIDDEN].
64008         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
64009         [SHARED].
64010         [SHARED && DO_VERSIONING]: Likewise..
64011         * libio/Makefile [$(versioning) = yes]: Change conditionals to
64012         [$(build-shared) = yes].
64013         * manual/install.texi (--disable-versioning): Remove
64014         documentation.
64015         * INSTALL: Regenerated.
64016         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
64017         to [SHARED].
64018         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
64019         [$(build-shared) = yes].
64020         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
64021         * sysdeps/i386/i686/multiarch/strstr-c.c
64022         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
64023         [SHARED && !NO_HIDDEN].
64024         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
64025         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
64026         * sysdeps/powerpc/powerpc32/dl-machine.c
64027         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
64028         * sysdeps/powerpc/powerpc32/sysdep.h
64029         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
64030         to [SHARED && PIC && !NO_HIDDEN].
64031         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
64032         conditional to [SHARED].
64034 2013-09-04   Will Newton  <will.newton@linaro.org>
64036         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
64037         * benchtests/bench-string.h: Include bench-timing.h instead
64038         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
64039         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
64040         call to HP_TIMING_DIFF_INIT.
64041         * benchtests/bench-memccpy.c: Use bench-timing.h macros
64042         instead of hp-timing.h macros.
64043         * benchtests/bench-memchr.c: Likewise.
64044         * benchtests/bench-memcmp.c: Likewise.
64045         * benchtests/bench-memcpy.c: Likewise.
64046         * benchtests/bench-memmem.c: Likewise.
64047         * benchtests/bench-memmove.c: Likewise.
64048         * benchtests/bench-memset.c: Likewise.
64049         * benchtests/bench-rawmemchr.c: Likewise.
64050         * benchtests/bench-strcasecmp.c: Likewise.
64051         * benchtests/bench-strcasestr.c: Likewise.
64052         * benchtests/bench-strcat.c: Likewise.
64053         * benchtests/bench-strchr.c: Likewise.
64054         * benchtests/bench-strcmp.c: Likewise.
64055         * benchtests/bench-strcpy.c: Likewise.
64056         * benchtests/bench-strcpy_chk.c: Likewise.
64057         * benchtests/bench-strlen.c: Likewise.
64058         * benchtests/bench-strncasecmp.c: Likewise.
64059         * benchtests/bench-strncat.c: Likewise.
64060         * benchtests/bench-strncmp.c: Likewise.
64061         * benchtests/bench-strncpy.c: Likewise.
64062         * benchtests/bench-strnlen.c: Likewise.
64063         * benchtests/bench-strpbrk.c: Likewise.
64064         * benchtests/bench-strrchr.c: Likewise.
64065         * benchtests/bench-strspn.c: Likewise.
64066         * benchtests/bench-strstr.c: Likewise.
64068 2013-09-04  Will Newton  <will.newton@linaro.org>
64070         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
64072 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
64074         [BZ #15427]
64075         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
64076         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
64077         * math/libm-test.inc (lgamma_test_data): Add more tests.
64078         * sysdeps/i386/fpu/libm-test-ulps: Update.
64079         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64081 2013-09-03   Ondƙej BĂ­lka  <neleai@seznam.cz>
64083         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
64084         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
64085         Add ifunc.
64086         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
64087         Add strcmp-sse2-unaligned
64088         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
64090 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
64092         * Versions.def (libc): Add GLIBC_2.19.
64094 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
64096         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
64097         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
64099 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
64101         [BZ #14155]
64102         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
64103         intermediate calculations in recurrence.
64104         (__ieee754_ynf): Likewise.
64105         * math/libm-test.inc (jn_test_data): Do not allow spurious
64106         underflow exception.  Add more tests.
64107         (yn_test_data): Add more tests.
64108         * sysdeps/i386/fpu/libm-test-ulps: Update.
64109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64111 2013-09-02   Ondƙej BĂ­lka  <neleai@seznam.cz>
64113         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
64115 2013-08-30   Ondƙej BĂ­lka  <neleai@seznam.cz>
64117         * csu/init-first.c: Fix then/than typos.
64118         * locale/programs/ld-collate.c: Likewise.
64119         * locale/programs/linereader.h: Likewise.
64120         * manual/charset.texi: Likewise.
64121         * manual/filesys.texi: Likewise.
64122         * manual/stdio.texi: Likewise.
64123         * manual/string.texi: Likewise.
64124         * stdlib/fmtmsg.c: Likewise.
64125         * sysdeps/i386/stpncpy.S: Likewise.
64126         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
64127         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
64128         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
64129         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
64131 2013-08-30   Ondƙej BĂ­lka  <neleai@seznam.cz>
64133         * elf/dl-open.c: Fix typos.
64134         * iconvdata/gbbig5.c: Likewise.
64135         * iconvdata/iso-2022-jp.c: Likewise.
64136         * iconv/gconv_int.h: Likewise.
64137         * iconv/loop.c: Likewise.
64138         * nis/rpcsvc/nis.h: Likewise.
64139         * resolv/ns_name.c: Likewise.
64140         * stdio-common/vfscanf.c: Likewise.
64141         * streams/stropts.h: Likewise.
64142         * sunrpc/rpc_thread.c: Likewise.
64143         * sysdeps/i386/strpbrk.S: Likewise.
64144         * sysdeps/ieee754/k_standard.c: Likewise.
64145         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
64146         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
64147         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
64148         * sysdeps/mach/hurd/profil.c: Likewise.
64149         * sysdeps/s390/dl-procinfo.h: Likewise.
64150         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
64151         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
64152         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
64153         * sysdeps/x86_64/dl-trampoline.S: Likewise.
64154         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
64156 2013-08-30  Ondƙej BĂ­lka  <neleai@seznam.cz>
64158         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
64159         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
64161 2013-08-29  Ondƙej BĂ­lka  <neleai@seznam.cz>
64163         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
64164         aix specific files.
64165         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
64166         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
64167         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
64168         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
64169         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
64170         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
64171         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
64172         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
64174 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
64175             Roland McGrath  <roland@hack.frob.com>
64177         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
64178         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
64180 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
64182         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
64183         __executable_start symbol instead of _start.
64185 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
64187         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
64188         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
64189         Move macros to...
64190         * sysdeps/gnu/ldsodefs.h: ... this new file.
64192         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
64193         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
64194         instead of ELFOSABI_LINUX.
64196         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
64197         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
64198         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
64199         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
64200         Likewise.
64201         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
64202         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
64203         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
64204         Likewise.
64205         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
64206         (ibm_extended_long_double): Add ieee_nan member.
64207         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
64208         (do_test): New function.
64210         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
64211         TEST_TRUNC.
64212         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
64213         functions, renamed from truncdfsf_test, trunctfsf_test,
64214         trunctfdf_test.
64215         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
64216         functions.
64217         (do_test): Run all these.
64219 2013-08-29   Ondƙej BĂ­lka  <neleai@seznam.cz>
64221         * argp/argp-help.c: Fix typos.
64222         * argp/argp-parse.c: Likewise.
64223         * debug/backtracesyms.c: Likewise.
64224         * elf/elf.h: Likewise.
64225         * malloc/malloc.c: Likewise.
64226         * nis/nis_print.c: Likewise.
64227         * resolv/res_comp.c: Likewise.
64228         * stdlib/stdlib.h: Likewise.
64229         * sunrpc/clnt_tcp.c: Likewise.
64230         * sunrpc/clnt_udp.c: Likewise.
64231         * sunrpc/clnt_unix.c: Likewise.
64232         * sysdeps/unix/bsd/ptsname.c: Likewise.
64233         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
64234         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
64235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
64236         Likewise.
64237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
64238         Likewise.
64239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
64240         Likewise.
64241         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
64243 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
64245         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
64246         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
64248 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
64250         [BZ #15897]
64251         * dlfcn/Makefile (tests): Add bug-dl-leaf.
64252         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
64253         ($(objpfx)bug-dl-leaf): New rule.
64254         ($(objpfx)bug-dl-leaf.so): Likewise.
64255         ($(objpfx)bug-dl-leaf.out): Likewise.
64256         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
64257         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
64258         * dlfcn/bug-dl-leaf.c: New test.
64259         * dlfcn/bug-dl-leaf-lib.c: Likewise.
64260         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
64261         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
64262         (dlclose): Likewise.
64263         (dlmopen): Likewise.
64265 2013-08-27  Roland McGrath  <roland@hack.frob.com>
64267         * include/netdb.h [!_ISOMAC]:
64268         Don't include <tls.h>.
64269         (h_errno, __libc_h_errno): Move declaration and macros out of
64270         [_LIBC_REENTRANT].
64272         * include/resolv.h [_RESOLV_H_]:
64273         Don't include <tls.h>.
64274         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
64275         * resolv/res_libc.c: Don't include <tls.h>.
64276         (_res): Use __attribute__ ((nocommon)) in place of
64277         __attribute__ ((section (".bss"))).
64279         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
64280         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
64282         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
64284         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
64285         only under [SIOCGIFCONF && SIOCGIFNETMASK].
64287         * resolv/res_mkquery.c: Include <sys/time.h>.
64289         * inet/ifreq.c: Moved to ...
64290         * sysdeps/unix/ifreq.c: ... here.
64291         * inet/ifreq.c: New file, true stub version.
64293         * socket/sa_len.c: New file.
64294         * socket/Makefile (aux): Add it.
64295         * sysdeps/unix/sysv/linux/Makefile
64296         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
64297         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
64298         and #include <socket/sa_len.c>.
64299         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
64300         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
64302         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
64303         * bits/socket.h: ... here.
64305         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
64306         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
64307         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
64309 2013-08-27  Andreas Schwab  <schwab@suse.de>
64311         [BZ #15736]
64312         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
64313         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
64314         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
64315         * string/test-strcasecmp.c (test_main): Run tests in several
64316         locales.
64317         * string/test-strncasecmp.c (test_main): Likewise.
64319         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
64320         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
64321         to __strcasecmp_nonascii and __strncasecmp_nonascii.
64322         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
64323         (__strncasecmp_ssse3) [PIC]: Likewise.
64325 2013-08-26  Roland McGrath  <roland@hack.frob.com>
64327         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
64329         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
64330         instead of explicitly declaring xdecrypt.
64331         * nis/nss_nis/nis-publickey.c: Likewise.
64333 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
64335         [BZ #15890]
64336         * nscd/aicache.c: Include res_hconf.h.
64337         (addhstaiX): Initialize res_hconf.
64339 2013-08-26  Andreas Schwab  <schwab@suse.de>
64341         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
64342         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
64344 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
64346         * nscd/aicache.c (addhstaiX): Fix indentation.
64348 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
64350         * configure.ac: Quote $build_pt_chown test.
64351         * configure: Regenerated.
64353 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
64355         [BZ #15532]
64356         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
64357         * math/s_cexpf.c (__cexpf): Likewise.
64358         * math/s_cexpl.c (__cexpl): Likewise.
64359         * math/libm-test.inc (cexp_test_data): Correct expected return
64360         value for NaN + i0.  Add another test.
64362 2013-08-22  David S. Miller  <davem@davemloft.net>
64364         * po/ca.po: Update Catalan translation from translation project.
64365         * po/uk.po: Add Ukrainian translations from translation project.
64367 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
64369         [BZ #15797]
64370         * math/s_fdim.c (__fdim): Check for infinite arguments if result
64371         is infinite, not alongside NaN test.
64372         * math/s_fdimf.c (__fdimf): Likewise.
64373         * math/s_fdiml.c (__fdiml): Likewise.
64374         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
64375         errno is unchanged.
64377 2013-08-21   Ondƙej BĂ­lka  <neleai@seznam.cz>
64379         * argp/argp-help.c: Fix typos.
64380         * crypt/speeds.c: Likewise.
64381         * csu/check_fds.c: Likewise.
64382         * elf/dl-load.c: Likewise.
64383         * elf/dl-open.c: Likewise.
64384         * elf/reldep3.c: Likewise.
64385         * elf/reldep.c: Likewise.
64386         * elf/sprof.c: Likewise.
64387         * iconv/iconv_charmap.c: Likewise.
64388         * iconv/skeleton.c: Likewise.
64389         * iconv/strtab.c: Likewise.
64390         * io/lockf64.c: Likewise.
64391         * libio/libioP.h: Likewise.
64392         * resolv/gai_notify.c: Likewise.
64393         * resolv/ns_name.c: Likewise.
64394         * resolv/ns_samedomain.c: Likewise.
64395         * resolv/res_send.c: Likewise.
64396         * stdlib/random.c: Likewise.
64397         * sunrpc/rpc/xdr.h: Likewise.
64398         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
64399         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
64400         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
64401         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
64402         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
64403         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
64404         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
64405         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
64406         * sysdeps/mach/hurd/check_fds.c: Likewise.
64407         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
64408         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
64409         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
64410         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
64411         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
64412         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
64413         * sysdeps/pthread/aio_notify.c: Likewise.
64414         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
64415         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
64416         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
64417         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
64418         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
64420 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
64422         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
64423         version if bit_Slow_SSE4_2 is set.
64424         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
64425         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
64427 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64429         [BZ #15867]
64430         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
64431         trampoline stack frame information.
64432         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
64433         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
64434         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
64435         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
64436         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
64437         * sysdeps/unix/sysv/linux/powerpc/init-first.c
64438         (_libc_vdso_platform_setup): Initialize the signal trampolines.
64439         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
64440         sa_flags value.
64441         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
64442         interrupting a syscall and set with option SA_SIGINFO.
64444 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
64446         [BZ #15531]
64447         * math/s_cproj.c (__cproj): Only return an infinity if one part of
64448         argument is infinite.
64449         * math/s_cprojf.c (__cprojf): Likewise.
64450         * math/s_cprojl.c (__cprojl): Likewise.
64451         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
64452         * math/libm-test.inc (cproj_test_data): Add more tests.
64454         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
64456         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
64457         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
64458         size.  Use __ffs to determine corresponding shift.
64460 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
64461             Roland McGrath  <roland@hack.frob.com>
64463         * Makefile (INSTALL): Remove trailing blank lines from output of
64464         makeinfo.
64466 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
64468         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
64469         Align 32 bit compat elf_greg to 8 bytes.
64471 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
64473         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
64475 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
64477         * string/strcoll_l.c (coll_seq): New structure.
64478         (get_next_seq_cached): New function.
64479         (get_next_seq): New function.
64480         (do_compare): New function.
64481         (STRCOLL): Use GNU style definition.  Simplify implementation
64482         by using get_next_seq, get_next_seq_cached and do_compare.
64484 2013-08-16  Florian Weimer  <fweimer@redhat.com>
64486         [BZ #14699]
64487         CVE-2013-4237
64488         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
64489         member.
64490         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
64491         member.
64492         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
64493         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
64494         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
64495         conditional.
64496         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
64497         GETDENTS_64BIT_ALIGNED.
64498         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
64499         * manual/filesys.texi (Reading/Closing Directory): Document
64500         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
64501         strongly.
64502         * manual/conf.texi (Limits for Files): Add portability note to
64503         NAME_MAX, PATH_MAX.
64504         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
64506 2013-08-13  Andreas Schwab  <schwab@suse.de>
64508         [BZ #15749]
64509         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
64510         of fabs.
64511         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
64512         LDBL_MAX_EXP >= 16384]: Add tests for it.
64514 2013-08-12  David S. Miller  <davem@davemloft.net>
64516         * version.h (RELEASE): Set to "development".
64517         (VERSION): Set to "2.18.90".
64518         * NEWS: Add 2.19 section.
64520 2013-08-03  David S. Miller  <davem@davemloft.net>
64522         * po/ko.po: Update Korean translation from translation project.
64524 2013-08-01  David S. Miller  <davem@davemloft.net>
64526         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
64527         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
64528         Bilka.
64530 2013-07-30  David S. Miller  <davem@davemloft.net>
64532         * po/fr.po: Update French translation from translation project.
64534 2013-07-28  David S. Miller  <davem@davemloft.net>
64536         * po/cs.po: Update Czech translation from translation project.
64538         * po/sv.po: Update Swedish translation from translation project.
64540 2013-07-27  David S. Miller  <davem@davemloft.net>
64542         * po/eo.po: Update Esperanto translation from translation project.
64544         * po/vi.po: Update Vietnamese translation from translation project.
64546         * po/de.po: Update German translation from translation project.
64548 2013-07-26  David S. Miller  <davem@davemloft.net>
64550         * po/bg.po: Update Bulgarian translation from translation project.
64552         * po/nl.po: Update Dutch translation from translation project.
64553         * po/pl.po: Update Polish translation from translation project.
64554         * po/ru.po: Update Russian translation from translation project.
64556 2013-07-24  David S. Miller  <davem@davemloft.net>
64558         * po/libc.pot: Update.
64560 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64562         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
64563         variable page size.
64564         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
64565         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
64566         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
64568 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
64570         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
64572 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
64573             Andreas Schwab  <schwab@suse.de>
64574             Roland McGrath  <roland@hack.frob.com>
64575             Joseph Myers  <joseph@codesourcery.com>
64576             Carlos O'Donell  <carlos@redhat.com>
64578         [BZ #15755]
64579         * config.h.in: Define HAVE_PT_CHOWN.
64580         * config.make.in (build-pt-chown): New variable.
64581         * configure.in (--enable-pt_chown): New configure option.
64582         * configure: Regenerate.
64583         * login/Makefile: Include Makeconfig.  Build pt_chown only if
64584         build-pt-chown is enabled.
64585         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
64586         pt_chown to fix pty ownership.
64587         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
64588         CLOSE_ALL_FDS.
64589         * manual/install.texi (Configuring and compiling): Mention
64590         --enable-pt_chown. Add @findex for grantpt.
64591         * INSTALL: Regenerate.
64593 2013-07-20  David S. Miller  <davem@davemloft.net>
64595         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
64596         difference between 32-bit and 64-bit.
64598 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
64600         [BZ #15711]
64601         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
64602         Avoid system header dependency with -ffreestanding.
64603         ($(objpfx)bits/syscall%d): Likewise.
64605 2013-07-13  David S. Miller  <davem@davemloft.net>
64607         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
64608         underflows from atanl/atan2l due to bug 15319.
64609         (casinh_test_data): Likewise.
64611 2013-07-07  David S. Miller  <davem@davemloft.net>
64613         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
64615 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
64617         * sysdeps/i386/fpu/libm-test-ulps: Update.
64618         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64620 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
64622         * configure.in (--enable-lock-elision): Fix message text.
64623         * INSTALL: Regenerate.
64624         * configure: Regenerate.
64626 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64628         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
64630 2013-07-03  Andreas Jaeger  <aj@suse.de>
64632         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
64633         define.
64634         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
64635         (ptrace_peeksiginfo_args): Add.
64636         (__ptrace_peeksiginfo_flags): Add.
64637         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
64638         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
64639         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
64641 2013-07-03  Allan McRae  <allan@archlinux.org>
64643         * sysdeps/i386/fpu/libm-test-ulps: Update.
64645 2013-07-02  David S. Miller  <davem@davemloft.net>
64647         * sysdeps/sparc/fpu/libm-test-ulps: Update.
64649 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
64651         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
64653 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
64655         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
64656         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64658 2013-07-02  Andi Kleen <ak@linux.intel.com>
64660         * config.h.in (ENABLE_LOCK_ELISION): Add.
64661         * configure.in (--enable-lock-elision): Add option.
64662         * manual/install.texi: Document --enable lock elision.
64663         * configure: Regenerate
64664         * INSTALL: Regenerate.
64666 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
64668         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
64669         SSE4.2 strcasecmp for libc.a.
64670         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
64672 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
64674         [BZ #13304]
64675         * soft-fp/op-common.h (_FP_FMA): New macro.
64676         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
64677         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
64678         (_FP_MUL_MEAT_1_imm): ... here.
64679         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
64680         (_FP_MUL_MEAT_1_wide): ... here.
64681         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
64682         (_FP_MUL_MEAT_1_hard): ... here.
64683         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
64684         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
64685         (_FP_MUL_MEAT_2_wide): ... here.
64686         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
64687         (_FP_MUL_MEAT_2_wide_3mul): ... here.
64688         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
64689         (_FP_MUL_MEAT_2_gmp): ... here.
64690         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
64691         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
64692         (_FP_MUL_MEAT_4_wide): ... here.
64693         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
64694         (_FP_MUL_MEAT_4_gmp): ... here.
64695         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
64696         (_FP_WFRACBITS_DW_S): Likewise.
64697         (_FP_WFRACXBITS_DW_S): Likewise.
64698         (_FP_HIGHBIT_DW_S): Likewise.
64699         (FP_FMA_S): Likewise.
64700         (_FP_FRAC_HIGH_DW_S): Likewise.
64701         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
64702         (_FP_WFRACBITS_DW_D): Likewise.
64703         (_FP_WFRACXBITS_DW_D): Likewise.
64704         (_FP_HIGHBIT_DW_D): Likewise.
64705         (FP_FMA_D): Likewise.
64706         (_FP_FRAC_HIGH_DW_D): Likewise.
64707         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
64708         (_FP_WFRACBITS_DW_E): Likewise.
64709         (_FP_WFRACXBITS_DW_E): Likewise.
64710         (_FP_HIGHBIT_DW_E): Likewise.
64711         (FP_FMA_E): Likewise.
64712         (_FP_FRAC_HIGH_DW_E): Likewise.
64713         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
64714         (_FP_WFRACBITS_DW_Q): Likewise.
64715         (_FP_WFRACXBITS_DW_Q): Likewise.
64716         (_FP_HIGHBIT_DW_Q): Likewise.
64717         (FP_FMA_Q): Likewise.
64718         (_FP_FRAC_HIGH_DW_Q): Likewise.
64719         * soft-fp/fmasf4.c: New file.
64720         * soft-fp/fmadf4.c: Likewise.
64721         * soft-fp/fmatf4.c: Likewise.
64723 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
64725         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
64726         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
64727         Silvermont.
64728         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
64729         macro.
64730         (index_Slow_SSE4_2): Likewise.
64731         (index_Prefer_PMINUB_for_stringop): Likewise.
64732         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
64733         bit_Slow_SSE4_2 is set.
64734         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
64735         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
64737 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
64739         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
64740         rtld_global._dl_hwcap2.
64741         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
64742         POWER8.
64743         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
64744         POWER8 feature descriptions defined in _dl_hwcap2.
64745         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
64746         string handling for POWER8 feature bits.
64747         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
64748         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
64749         _dl_powerpc_cap_flags.
64750         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
64751         * sysdeps/powerpc/rtld-global-offsets.sym
64752         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
64753         _dl_hwcap2 in the rtld_global_ro structure.
64755 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
64757         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
64758         hardware capabilities in support of AT_HWCAP2.
64759         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
64760         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
64761         GLRO(dl_hwcap2).
64762         (_dl_show_auxv): Add support for calling _dl_procinfo to display
64763         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
64764         explicitly the unknown a_type display mechanism is used.
64765         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
64766         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
64767         struct member.
64768         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
64769         to macro prototype for AT_HWCAP2 support.
64770         * sysdeps/i386/dl-procinfo.h: Likewise.
64771         * sysdeps/s390/dl-procinfo.h: Likewise.
64772         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
64773         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
64774         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
64775         return -1 for unknown a_type display fallback.
64776         * sysdeps/sparc/dl-procinfo.h: Likewise.
64777         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
64778         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
64780 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
64782         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
64783         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
64785 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
64787         [BZ #12492]
64788         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
64789         mprotect making __stack_prot writable.
64791 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
64792             Joseph Myers  <joseph@codesourcery.com>
64794         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
64795         as being properly aligned.
64797 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
64799         * dlfcn/modstatic5.c: New file.
64800         * dlfcn/tststatic5.c: New file.
64801         * dlfcn/Makefile (tests): Add tststatic5.
64802         (tests-static): Likewise.
64803         (modules-names): Add modstatic5.
64804         (tststatic5-ENV): New variable.
64805         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
64807         [BZ #15022]
64808         * elf/dl-support.c (_dl_main_map): New variable.
64809         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
64810         (_dl_nns, _dl_load_adds): Set to 1.
64811         (_dl_initial_searchlist): Refer to _dl_main_map.
64812         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
64813         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
64814         call to _dl_get_origin.
64815         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
64816         around call_map.
64817         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
64818         * dlfcn/modstatic3.c: New file.
64819         * dlfcn/tststatic3.c: New file.
64820         * dlfcn/tststatic4.c: New file.
64821         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
64822         (tests-static): Likewise.
64823         (modules-names): Add modstatic3.
64824         (tststatic3-ENV, tststatic4-ENV): New variables.
64825         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
64826         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
64828 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
64830         * configure.in (CC): Require GCC version 4.4 or later.
64831         * configure: Regenerated.
64832         * manual/install.texi (Tools for Compilation): Update GCC version
64833         requirement.
64834         * INSTALL: Regenerated.
64836 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
64838         [BZ #15674]
64839         * string/test-memcmp.c (check2): New.
64840         (main): Call check2.
64842         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
64844 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
64846         [BZ #15022]
64847         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
64848         over to...
64849         (dl_open_worker) [!SHARED]: ... here.
64851 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
64853         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
64855 2013-06-25  Richard Henderson  <rth@redhat.com>
64857         * locale/programs/locarchive.c: Include <libc-internal.h>
64859 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
64861         * manual/texinfo.tex: Update to version 2013-06-21.17, with
64862         trailing whitespace removed.
64864 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
64866         [BZ #10283]
64867         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
64868         * locale/programs/locarchive.c: Include libc-mmap.h.
64869         (prepare_address_space): Take two new outputs (the mmap base and len).
64870         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
64871         values.
64872         (create_archive): Declare new mmap base and len values for
64873         prepare_address_space, and store the result in ah.
64874         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
64875         (enlarge_archive): If ah->mmap_base is not NULL, use that and
64876         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
64877         Declare new mmap base and len values for
64878         prepare_address_space, and store the result in new_ah.
64879         (open_archive): Declare new mmap base and len values for
64880         prepare_address_space, and store the result in ah.
64881         (close_archive): If ah->mmap_base is not NULL, use that and
64882         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
64883         * sysdeps/generic/libc-mmap.h: New file.
64885 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
64887         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
64888         (ALIGN_UP): Likewise.
64889         (PTR_ALIGN_DOWN): Likewise.
64890         (PTR_ALIGN_UP): Likewise.
64892 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
64894         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
64895         entry mapped to PPC_PLATFORM_POWER8.
64896         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
64897         POWER8.
64898         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
64899         (_dl_string_platform): Add case for exporting platform position for
64900         POWER8.
64901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
64902         search path to sysdeps/powerpc/powerpc32/power8 directory.
64903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
64904         search path to sysdeps/powerpc/powerpc64/power8 directory.
64905         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
64906         power7 directories.
64907         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
64908         power7 directories.
64910 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
64912         * INSTALL: Regenerate.
64914         * nscd/connections.c (nscd_init): Fix comment.
64916 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
64918         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
64920         [BZ #15667]
64921         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
64922         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
64924 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
64926         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
64927         DL_DST_REQ_STATIC.
64928         (DL_DST_REQ_STATIC): Remove macro.
64930 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
64932         [BZ #7006]
64933         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
64934         with a shift of 0 bits.
64936 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
64938         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
64939         $(tststatic-ENV).
64941 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
64943         [BZ #15655]
64944         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
64946 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64948         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
64949         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
64950         accepts -fno-tree-loop-distribute-patterns.
64951         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
64952         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
64953         recursive call.
64954         * string/memset.c (memset): Likewise.
64955         * string/test-memmove.c (simple_memmove): Disable loop transformation
64956         to library calls.
64957         * string/test-memset.c (simple_memset): Likewise.
64958         * benchtests/bench-memmove.c (simple_memmove): Likewise.
64959         * benchtests/bench-memset.c (simple_memset): Likewise.
64960         * configure: Regenerated.
64962 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
64964         * math/test-misc.c (main): Ignore fesetround failure when failures
64965         of subsequent rounding tests would be ignored.
64967         [BZ #15654]
64968         * math/fedisblxcpt.c (fedisableexcept): Return 0.
64969         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
64970         * math/fegetenv.c (__fegetenv): Return 0.
64971         * math/fegetexcept.c (fegetexcept): Return 0.
64972         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
64973         FE_TONEAREST.
64974         * math/feholdexcpt.c (feholdexcept): Return 0.
64975         * math/fesetenv.c (__fesetenv): Return 0.
64976         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
64977         argument FE_TONEAREST.
64978         * math/feupdateenv.c (__feupdateenv): Return 0.
64979         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
64981 2013-06-18  Roland McGrath  <roland@hack.frob.com>
64983         * elf/rtld-Rules (rtld-compile-command.S): New variable.
64984         (rtld-compile-command.s, rtld-compile-command.c): New variables.
64985         ($(objpfx)rtld-%.os rules): Use them.
64987 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64989         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
64990         fields.
64992 2013-06-17  Roland McGrath  <roland@hack.frob.com>
64994         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
64995         length of target pattern, then descending length of dependency pattern.
64996         * configure.in (AWK): Require gawk 3.1.2 or newer.
64997         * manual/install.texi (Tools for Compilation): Say that we do.
64998         * configure: Regenerated.
65000         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
65001         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
65002         * scripts/sysd-rules.awk: ... this new script.
65003         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
65004         than a glob-style pattern.
65006 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
65008         * math/test-misc.c (main): Do not treat incorrectly rounded
65009         conversions as failure unless ROUNDING_TESTS passes.
65011 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
65013         [BZ #15631]
65014         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
65015         restore exception state around main square root computation, then
65016         check for inexactness explicitly.
65018         * math/libm-test.inc (fma_test_data): Add another test.
65020 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
65022         * manual/threads.texi (Non-POSIX Extensions): New document
65023         node.  Document pthread_getattr_default_np and
65024         pthread_setattr_default_np.
65026         * Versions.def (libpthread): Add GLIBC_2.18.
65027         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
65028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
65029         Likewise.
65030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
65031         Likewise.
65032         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
65033         Likewise.
65034         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
65035         Likewise.
65036         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
65037         Likewise.
65038         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
65039         Likewise.
65040         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
65041         Likewise.
65042         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
65043         Likewise.
65044         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
65045         Likewise.
65047 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
65049         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
65050         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
65052 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
65053             H.J. Lu  <hjl.tools@gmail.com>
65055         [BZ #15627]
65056         * sysdeps/x86_64/rtld-memset.c: Remove file.
65057         * sysdeps/x86_64/rtld-memset.S: New file.
65059 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
65061         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
65062         (test_in_one_mode): Take arguments for whether the rounding mode
65063         is supported for each floating-point type.
65064         (do_test): Pass new arguments to test_in_one_mode using
65065         ROUNDING_TESTS.
65067 2013-06-13  Roland McGrath  <roland@hack.frob.com>
65069         * posix/tst-waitid.c (do_test): Distinguish different instances of
65070         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
65071         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
65072         before entering the kernel for waitpid.
65074 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
65076         * NEWS: Fix note on clock function precision.  Text by Roland
65077         McGrath.
65079 2013-06-13  Roland McGrath  <roland@hack.frob.com>
65081         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
65082         it into place only when and if the sanity check passes.
65084 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
65086         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
65087         output for whether conversion result is exact.  Take argument
65088         indicating whether type is IBM long double.
65089         (round_for_all): Change need_exact field to ibm_ld.
65090         * stdlib/tst-strtod-round.c (struct exactness): New type.
65091         (struct test): Change bool ld_ok field to struct exactness exact.
65092         (TEST): Update all definitions for change to field.
65093         (tests): Regenerate array contents.
65094         (test_in_one_mode): Take pointer to new field instead of old ld_ok
65095         field value.  Check for IBM long double here.
65096         (do_test): Update calls to test_in_one_mode.
65098 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
65100         [BZ #12515]
65101         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
65102         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
65104 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
65106         [BZ #15605]
65107         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
65108         generated by the compiler on loop optimizations.
65109         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
65110         general definitions.
65112 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
65114         * math/bug-nextafter.c: Include <math-tests.h>.
65115         (main): Only test for exceptions if EXCEPTION_TESTS is true for
65116         the relevant type.
65117         * math/bug-nexttoward.c: Include <math-tests.h>.
65118         (main): Only test for exceptions if EXCEPTION_TESTS is true for
65119         the relevant type.
65120         * math/test-misc.c: Include <math-tests.h>.
65121         (main): Only test for exceptions if EXCEPTION_TESTS is true for
65122         the relevant type.
65124 2013-06-12  Andreas Jaeger  <aj@suse.de>
65126         * po/ia.po: Update Interlingua translation from translation
65127         project.
65129 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
65131         * include/fenv.h: Include stdbool.h.
65132         (struct rm_ctx): New structure.
65133         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
65134         Define macro.
65135         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
65136         (SET_RESTORE_ROUNDF): Likewise.
65137         (SET_RESTORE_ROUNDL): Likewise.
65138         (SET_RESTORE_ROUND_NOEX): Likewise.
65139         (SET_RESTORE_ROUND_NOEXF): Likewise.
65140         (SET_RESTORE_ROUND_NOEXL): Likewise.
65141         (SET_RESTORE_ROUND_53BIT): Likewise.
65142         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
65143         (libc_feresetround_noexf_ctx): Likewise.
65144         (libc_feresetround_noexl_ctx): Likewise.
65145         (libc_feholdsetround_53bit_ctx): Likewise.
65146         (libc_feresetround_53bit_ctx): Likewise.
65147         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
65148         (libc_feholdexcept_setround_sse_ctx): New function.
65149         (libc_fesetenv_sse_ctx): Likewise.
65150         (libc_feupdateenv_sse_ctx): Likewise.
65151         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
65152         (libc_feholdexcept_setround_387_ctx): Likewise.
65153         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
65154         (libc_feholdsetround_387_prec_ctx): Likewise.
65155         (libc_feholdsetround_387_ctx): Likewise.
65156         (libc_feholdsetround_387_53bit_ctx): Likewise.
65157         (libc_feholdsetround_sse_ctx): Likewise.
65158         (libc_feresetround_sse_ctx): Likewise.
65159         (libc_feresetround_387_ctx): Likewise.
65160         (libc_feupdateenv_387_ctx): Likewise.
65161         (libc_feholdexcept_setroundf_ctx): Define macro.
65162         (libc_fesetenvf_ctx): Likewise.
65163         (libc_feupdateenvf_ctx): Likewise.
65164         (libc_feholdsetroundf_ctx): Likewise.
65165         (libc_feresetroundf_ctx): Likewise.
65166         (libc_feholdexcept_setround_ctx): Likewise.
65167         (libc_fesetenv_ctx): Likewise.
65168         (libc_feupdateenv_ctx): Likewise.
65169         (libc_feholdsetround_ctx): Likewise.
65170         (libc_feresetround_ctx): Likewise.
65171         (libc_feholdexcept_setroundl_ctx): Likewise.
65172         (libc_feupdateenvl_ctx): Likewise.
65173         (libc_feholdsetroundl_ctx): Likewise.
65174         (libc_feresetroundl_ctx): Likewise.
65175         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
65176         (libc_feresetround_53bit_ctx): Likewise.
65178 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
65180         * locale/iso-639.def: Convert to UTF-8.
65182 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
65184         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
65185         (EXCEPTION_TESTS_double): Likewise.
65186         (EXCEPTION_TESTS_long_double): Likewise.
65187         (EXCEPTION_TESTS): Likewise.
65188         * math/libm-test.inc (test_exceptions): Only test exceptions if
65189         EXCEPTION_TESTS (FLOAT).
65191 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
65193         * benchtests/Makefile (string-bench): Add strcpy_chk and
65194         stpcpy_chk.
65195         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
65196         * benchtests/bench-stpcpy_chk.c: New file.
65197         * benchtests/bench-strcpy_chk-ifunc.c: New file.
65198         * benchtests/bench-strcpy_chk.c: New file.
65199         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
65200         code.
65201         (do_test): Likewise.
65203 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
65205         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
65206         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
65207         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
65208         with tabs where appropriate.
65209         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
65210         dl-procinfo.h.
65211         [PPC_PLATFORM_PPC440]: Likewise.
65212         [PPC_PLATFORM_PPC464]: Likewise.
65213         [PPC_PLATFORM_PPC476]: Likewise.
65214         (_dl_string_platform): Add support for detecting ppc405, ppc440,
65215         ppc464, and ppc476 platform strings merging from ports/
65216         dl-procinfo.h.
65218 2013-06-11  Andreas Schwab  <schwab@suse.de>
65220         [BZ #14991]
65221         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
65222         (from_ucs4_idx): Regenerate.
65223         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
65224         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
65225         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
65226         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
65227         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
65228         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
65229         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
65230         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
65231         from FROM_LOOP and TO_LOOP specific macros.
65232         (BODY): Handle combining characters.
65233         * iconvdata/BIG5HKSCS.irreversible: Update.
65234         * iconvdata/BIG5HKSCS.precomposed: New file.
65235         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
65236         characters.
65237         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
65239 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
65241         * include/sys/time.h: Fix indentation and add copyright header.
65243         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
65244         (do_test): Likewise.
65245         * string/test-memchr.c (do_one_test): Likewise.
65246         (do_test): Likewise.
65247         * string/test-memcmp.c (do_one_test): Likewise.
65248         (do_test): Likewise.
65249         * string/test-memcpy.c (do_one_test): Likewise.
65250         (do_test): Likewise.
65251         * string/test-memmem.c (do_one_test): Likewise.
65252         (do_test): Likewise.
65253         (do_random_tests): Likewise.
65254         * string/test-memmove.c (do_one_test): Likewise.
65255         (do_test): Likewise.
65256         * string/test-memset.c (do_one_test): Likewise.
65257         (do_test): Likewise.
65258         * string/test-rawmemchr.c (do_one_test): Likewise.
65259         (do_test): Likewise.
65260         * string/test-strcasecmp.c (do_one_test): Likewise.
65261         (do_test): Likewise.
65262         * string/test-strcasestr.c (do_one_test): Likewise.
65263         (do_test): Likewise.
65264         * string/test-strcat.c (do_one_test): Likewise.
65265         (do_test): Likewise.
65266         * string/test-strchr.c (do_one_test): Likewise.
65267         (do_test): Likewise.
65268         * string/test-strcmp.c (do_one_test): Likewise.
65269         (do_test): Likewise.
65270         * string/test-strcpy.c (do_one_test): Likewise.
65271         (do_test): Likewise.
65272         * string/test-string.h: Likewise.
65273         (test_init): Likewise.
65274         * string/test-strlen.c (do_one_test): Likewise.
65275         (do_test): Likewise.
65276         * string/test-strncasecmp.c (do_one_test): Likewise.
65277         (do_test): Likewise.
65278         * string/test-strncat.c (do_one_test): Likewise.
65279         (do_test): Likewise.
65280         * string/test-strncmp.c (do_one_test): Likewise.
65281         (do_test_limit): Likewise.
65282         (do_test): Likewise.
65283         * string/test-strncpy.c (do_one_test): Likewise.
65284         (do_test): Likewise.
65285         * string/test-strnlen.c (do_one_test): Likewise.
65286         (do_test): Likewise.
65287         * string/test-strpbrk.c (do_one_test): Likewise.
65288         (do_test): Likewise.
65289         * string/test-strrchr.c (do_one_test): Likewise.
65290         (do_test): Likewise.
65291         * string/test-strspn.c (do_one_test): Likewise.
65292         (do_test): Likewise.
65293         * string/test-strstr.c (do_one_test): Likewise.
65294         (do_test): Likewise.
65296         * benchtests/Makefile (string-bench): Add string benchmarks.
65297         * benchtests/bench-bcopy-ifunc.c: New file.
65298         * benchtests/bench-bcopy.c: New file.
65299         * benchtests/bench-bzero-ifunc.c: New file.
65300         * benchtests/bench-bzero.c: New file.
65301         * benchtests/bench-memccpy-ifunc.c: New file.
65302         * benchtests/bench-memccpy.c: New file.
65303         * benchtests/bench-memchr-ifunc.c: New file.
65304         * benchtests/bench-memchr.c: New file.
65305         * benchtests/bench-memcmp-ifunc.c: New file.
65306         * benchtests/bench-memcmp.c: New file.
65307         * benchtests/bench-memmem-ifunc.c: New file.
65308         * benchtests/bench-memmem.c: New file.
65309         * benchtests/bench-memmove-ifunc.c: New file.
65310         * benchtests/bench-memmove.c: New file.
65311         * benchtests/bench-mempcpy-ifunc.c: New file.
65312         * benchtests/bench-mempcpy.c: New file.
65313         * benchtests/bench-memset-ifunc.c: New file.
65314         * benchtests/bench-memset.c: New file.
65315         * benchtests/bench-rawmemchr-ifunc.c: New file.
65316         * benchtests/bench-rawmemchr.c: New file.
65317         * benchtests/bench-stpcpy-ifunc.c: New file.
65318         * benchtests/bench-stpcpy.c: New file.
65319         * benchtests/bench-stpncpy-ifunc.c: New file.
65320         * benchtests/bench-stpncpy.c: New file.
65321         * benchtests/bench-strcasecmp-ifunc.c: New file.
65322         * benchtests/bench-strcasecmp.c: New file.
65323         * benchtests/bench-strcasestr-ifunc.c: New file.
65324         * benchtests/bench-strcasestr.c: New file.
65325         * benchtests/bench-strcat-ifunc.c: New file.
65326         * benchtests/bench-strcat.c: New file.
65327         * benchtests/bench-strchr-ifunc.c: New file.
65328         * benchtests/bench-strchr.c: New file.
65329         * benchtests/bench-strchrnul-ifunc.c: New file.
65330         * benchtests/bench-strchrnul.c: New file.
65331         * benchtests/bench-strcmp-ifunc.c: New file.
65332         * benchtests/bench-strcmp.c: New file.
65333         * benchtests/bench-strcpy-ifunc.c: New file.
65334         * benchtests/bench-strcpy.c: New file.
65335         * benchtests/bench-strcspn-ifunc.c: New file.
65336         * benchtests/bench-strcspn.c: New file.
65337         * benchtests/bench-strlen-ifunc.c: New file.
65338         * benchtests/bench-strlen.c: New file.
65339         * benchtests/bench-strncasecmp-ifunc.c: New file.
65340         * benchtests/bench-strncasecmp.c: New file.
65341         * benchtests/bench-strncat-ifunc.c: New file.
65342         * benchtests/bench-strncat.c: New file.
65343         * benchtests/bench-strncmp-ifunc.c: New file.
65344         * benchtests/bench-strncmp.c: New file.
65345         * benchtests/bench-strncpy-ifunc.c: New file.
65346         * benchtests/bench-strncpy.c: New file.
65347         * benchtests/bench-strnlen-ifunc.c: New file.
65348         * benchtests/bench-strnlen.c: New file.
65349         * benchtests/bench-strpbrk-ifunc.c: New file.
65350         * benchtests/bench-strpbrk.c: New file.
65351         * benchtests/bench-strrchr-ifunc.c: New file.
65352         * benchtests/bench-strrchr.c: New file.
65353         * benchtests/bench-strspn-ifunc.c: New file.
65354         * benchtests/bench-strspn.c: New file.
65355         * benchtests/bench-strstr-ifunc.c: New file.
65356         * benchtests/bench-strstr.c: New file.
65358         * benchtests/Makefile: Disable parallel execution of targets.
65359         (string-bench): Add memcpy.
65360         (benchset): New variable to store a list of benchmark sets.
65361         (bench-func): Renamed from bench.
65362         (bench-set): New target.
65363         (bench): Depend on bench-func and bench-set.
65364         * benchtests/README: Add section on benchmark sets.
65365         * benchtests/bench-memcpy-ifunc.c: New file.
65366         * benchtests/bench-memcpy.c: New file.
65367         * benchtests/bench-string.h: New file.
65369 2013-06-11  Andreas Schwab  <schwab@suse.de>
65371         [BZ #15577]
65372         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
65373         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
65374         values in the triple.
65375         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
65376         terminator in the group key.
65378 2013-06-11  Andreas Jaeger  <aj@suse.de>
65380         * po/zh_TW.po: Update Chinese (traditional) translation from
65381         translation project.
65383 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
65385         * include/time.h (__clock_gettime): Add libc_hidden_proto.
65386         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
65387         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
65388         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
65389         (clock_getcpuclockid): Likewise.
65390         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
65391         Add weak_alias and libc_hidden_def.
65392         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
65393         * rt/clock_gettime.c (clock_gettime): Rename to
65394         __clock_gettime.  Add weak_alias and libc_hidden_def.
65395         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
65396         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
65397         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
65398         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
65399         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
65400         Likewise.
65401         * rt/clock_settime.c (clock_settime): Rename to
65402         __clock_settime.  Add weak_alias and libc_hidden_def.
65403         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
65405 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
65407         * mach/err_boot.sub: Remove trailing whitespace.
65408         * mach/err_ipc.sub: Likewise.
65409         * mach/err_mach.sub: Likewise.
65411         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
65412         (ROUNDING_TESTS_double): Likewise.
65413         (ROUNDING_TESTS_long_double): Likewise.
65414         (ROUNDING_TESTS): Likewise.
65415         * math/libm-test.inc: Include <math-tests.h>.
65416         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
65417         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
65418         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
65419         (IF_ROUND_INIT_FE_UPWARD): Likewise.
65421 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
65423         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
65424         of assigning.
65426 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
65428         * sysdeps/gnu/errlist.awk: Do not generate space at end of
65429         otherwise empty TRANS lines.
65430         * sysdeps/gnu/errlist.c: Regenerated.
65432         * catgets/gencat.c (error_print): Use (void) in function
65433         definition.
65434         * crypt/crypt_util.c (__init_des): Likewise.
65435         * crypt/speeds.c (Stop): Likewise.
65436         (main): Likewise.
65437         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
65438         * inet/ruserpass.c (token): Likewise.
65439         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
65440         * intl/localealias.c (extend_alias_table): Likewise.
65441         * intl/plural-exp.c (init_germanic_plural): Likewise.
65442         * libio/fcloseall.c (__fcloseall): Likewise.
65443         * libio/genops.c (_IO_flush_all): Likewise.
65444         (_IO_flush_all_linebuffered): Likewise.
65445         (_IO_cleanup): Likewise.
65446         (_IO_iter_begin): Likewise.
65447         (_IO_iter_end): Likewise.
65448         (_IO_list_lock): Likewise.
65449         (_IO_list_unlock): Likewise.
65450         (_IO_list_resetlock): Likewise.
65451         * libio/getchar.c (getchar): Likewise.
65452         * libio/getchar_u.c (getchar_unlocked): Likewise.
65453         * libio/getwchar.c (getwchar): Likewise.
65454         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
65455         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
65456         * login/getpt.c (__getpt): Likewise.
65457         * login/tst-utmp.c (main): Likewise.
65458         * malloc/hooks.c (__malloc_check_init): Likewise.
65459         * malloc/malloc.c (__malloc_stats): Likewise.
65460         * malloc/mtrace.c (tr_break): Likewise.
65461         (mtrace): Likewise.
65462         (muntrace): Likewise.
65463         * misc/fstab.c (endfsent): Likewise.
65464         * misc/getclktck.c (__getclktck): Likewise.
65465         * misc/getdtsz.c (__getdtablesize): Likewise.
65466         * misc/gethostid.c (gethostid): Likewise.
65467         * misc/getpagesize.c (__getpagesize): Likewise.
65468         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
65469         (__get_nprocs): Likewise.
65470         (__get_phys_pages): Likewise.
65471         (__get_avphys_pages): Likewise.
65472         * misc/getttyent.c (getttyent): Likewise.
65473         (setttyent): Likewise.
65474         (endttyent): Likewise.
65475         * misc/getusershell.c (getusershell): Likewise.
65476         (endusershell): Likewise.
65477         (setusershell): Likewise.
65478         (initshells): Likewise.
65479         * misc/hsearch.c (__hdestroy): Likewise.
65480         * misc/sync.c (sync): Likewise.
65481         * misc/syslog.c (closelog_internal): Likewise.
65482         (closelog): Likewise.
65483         * misc/ttyslot.c (ttyslot): Likewise.
65484         * misc/vhangup.c (vhangup): Likewise.
65485         * posix/fork.c (__fork): Likewise.
65486         * posix/getegid.c (__getegid): Likewise.
65487         * posix/geteuid.c (__geteuid): Likewise.
65488         * posix/getgid.c (__getgid): Likewise.
65489         * posix/getpid.c (__getpid): Likewise.
65490         * posix/getppid.c (__getppid): Likewise.
65491         * posix/getuid.c (__getuid): Likewise.
65492         * posix/pause.c (pause): Likewise.
65493         * posix/setpgrp.c (setpgrp): Likewise.
65494         * posix/setsid.c (__setsid): Likewise.
65495         * posix/test-vfork.c (noop): Likewise.
65496         * resolv/gethnamaddr.c (_endhtent): Likewise.
65497         (_gethtent): Likewise.
65498         (ht_endhostent): Likewise.
65499         (gethostent): Likewise.
65500         (dns_service): Likewise.
65501         * stdlib/drand48.c (drand48): Likewise.
65502         * stdlib/lrand48.c (lrand48): Likewise.
65503         * stdlib/mrand48.c (mrand48): Likewise.
65504         * stdlib/rand.c (rand): Likewise.
65505         * stdlib/random.c (__random): Likewise.
65506         * stdlib/setenv.c (clearenv): Likewise.
65507         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
65508         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
65509         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
65510         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
65511         (__get_nprocs): Likewise.
65512         (__get_phys_pages): Likewise.
65513         (__get_avphys_pages): Likewise.
65514         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
65515         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
65516         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
65517         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
65518         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
65519         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
65520         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
65521         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
65522         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
65523         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
65524         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
65525         * sysdeps/mach/hurd/sync.c (sync): Likewise.
65526         * sysdeps/posix/clock.c (clock): Likewise.
65527         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
65528         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
65529         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
65530         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
65531         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
65532         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
65533         (__get_nprocs_conf): Likewise.
65534         (__get_phys_pages): Likewise.
65535         (__get_avphys_pages): Likewise.
65536         * time/clock.c (clock): Likewise.
65537         * time/tzset.c (__tzname_max): Likewise.
65539 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
65541         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
65542         (__bswap_32): Do not use "register".
65543         * crypt/crypt.c (_ufc_doit_r): Likewise.
65544         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
65545         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
65546         * gmon/gmon.c (__monstartup): Likewise.
65547         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
65548         * hurd/hurdmalloc.c (more_memory): Likewise.
65549         (malloc): Likewise.
65550         (free): Likewise.
65551         (realloc): Likewise.
65552         (malloc_fork_prepare): Likewise.
65553         (malloc_fork_parent): Likewise.
65554         (malloc_fork_child): Likewise.
65555         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
65556         (_svcauth_des): Likewise.
65557         * inet/inet_lnaof.c (inet_lnaof): Likewise.
65558         * inet/inet_net.c (inet_network): Likewise.
65559         * inet/inet_netof.c (inet_netof): Likewise.
65560         * inet/rcmd.c (__validuser2_sa): Likewise.
65561         * io/fts.c (fts_open): Likewise.
65562         (fts_load): Likewise.
65563         (fts_close): Likewise.
65564         (fts_read): Likewise.
65565         (fts_children): Likewise.
65566         (fts_build): Likewise.
65567         (fts_stat): Likewise.
65568         (fts_sort): Likewise.
65569         (fts_alloc): Likewise.
65570         (fts_lfree): Likewise.
65571         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
65572         (_IO_file_xsgetn): Likewise.
65573         (_IO_file_xsgetn_mmap): Likewise.
65574         * libio/iofopncook.c (_IO_cookie_read): Likewise.
65575         (_IO_cookie_write): Likewise.
65576         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
65577         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
65578         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
65579         * malloc/obstack.c (_obstack_begin): Likewise.
65580         (_obstack_begin_1): Likewise.
65581         (_obstack_newchunk): Likewise.
65582         (_obstack_allocated_p): Likewise.
65583         (obstack_free): Likewise.
65584         (_obstack_memory_used): Likewise.
65585         * misc/getttyent.c (getttynam): Likewise.
65586         (getttyent): Likewise.
65587         (skip): Likewise.
65588         (value): Likewise.
65589         * misc/getusershell.c (initshells): Likewise.
65590         * misc/syslog.c (__vsyslog_chk): Likewise.
65591         * misc/ttyslot.c (ttyslot): Likewise.
65592         * nis/nis_hash.c (__nis_hash): Likewise.
65593         * posix/fnmatch_loop.c (FCT): Likewise.
65594         * posix/getconf.c (print_all): Likewise.
65595         (main): Likewise.
65596         * posix/getopt.c (exchange): Likewise.
65597         * posix/glob.c (globfree): Likewise.
65598         (prefix_array): Likewise.
65599         (__glob_pattern_type): Likewise.
65600         * resolv/arpa/nameser.h (NS_GET16): Likewise.
65601         (NS_GET32): Likewise.
65602         (NS_PUT16): Likewise.
65603         (NS_PUT32): Likewise.
65604         * resolv/gethnamaddr.c (getanswer): Likewise.
65605         (gethostbyname2): Likewise.
65606         (gethostbyaddr): Likewise.
65607         (_gethtent): Likewise.
65608         (_gethtbyname2): Likewise.
65609         (_gethtbyaddr): Likewise.
65610         * resolv/ns_print.c (dst_s_get_int16): Likewise.
65611         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
65612         * resolv/res_init.c (__res_vinit): Likewise.
65613         (net_mask): Likewise.
65614         * resolv/res_mkquery.c (outchar): Likewise.
65615         (PRINT): Likewise.
65616         * stdio-common/printf_fp.c (outchar): Likewise.
65617         (PRINT): Likewise.
65618         * stdio-common/printf_fphex.c (outchar): Likewise.
65619         (PRINT): Likewise.
65620         * stdio-common/printf_size.c (outchar): Likewise.
65621         (PRINT): Likewise.
65622         * stdio-common/test_rdwr.c (main): Likewise.
65623         * stdio-common/tfformat.c (matches): Likewise.
65624         * stdio-common/vfprintf.c (outchar): Likewise.
65625         (printf_unknown): Likewise.
65626         (buffered_vfprintf): Likewise.
65627         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
65628         * stdio-common/xbug.c (AppendToBuffer): Likewise.
65629         (ReadFile): Likewise.
65630         * stdlib/qsort.c (SWAP): Likewise.
65631         (_quicksort): Likewise.
65632         * stdlib/setenv.c (__add_to_environ): Likewise.
65633         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
65634         * stdlib/strtol_l.c (__strtol_l): Likewise.
65635         * stdlib/tst-strtod.c (main): Likewise.
65636         * stdlib/tst-strtol.c (main): Likewise.
65637         * stdlib/tst-strtoll.c (main): Likewise.
65638         * string/bits/string2.h (__strcmp_cc): Likewise.
65639         (__strcmp_cg): Likewise.
65640         (__strcspn_c1): Likewise.
65641         (__strcspn_c2): Likewise.
65642         (__strcspn_c3): Likewise.
65643         (__strspn_c1): Likewise.
65644         (__strspn_c2): Likewise.
65645         (__strspn_c3): Likewise.
65646         (__strsep_1c): Likewise.
65647         (__strsep_2c): Likewise.
65648         (__strsep_3c): Likewise.
65649         * string/memccpy.c (__memccpy): Likewise.
65650         * string/stpcpy.c (__stpcpy): Likewise.
65651         * string/strcmp.c (strcmp): Likewise.
65652         * string/strrchr.c (strrchr): Likewise.
65653         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
65654         Likewise.
65655         * sysdeps/mach/hurd/getcwd.c
65656         (_hurd_canonicalize_directory_name_internal): Likewise.
65657         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
65658         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
65659         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
65660         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
65661         Likewise, in both definitions.
65662         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
65663         definitions.
65664         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
65665         64] (__bswap_64): Likewise.
65666         * time/test_time.c (main): Likewise.
65667         * time/tzfile.c (__tzfile_read): Likewise.
65668         (__tzfile_compute): Likewise.
65669         * time/tzset.c (__tzset_parse_tz): Likewise.
65670         (tzset_internal): Likewise.
65671         (compute_change): Likewise.
65672         * wcsmbs/wcscat.c (__wcscat): Likewise.
65673         * wcsmbs/wcschr.c (wcschr): Likewise.
65674         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
65675         * wcsmbs/wcscspn.c (wcscspn): Likewise.
65676         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
65677         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
65678         * wcsmbs/wcsspn.c (wcsspn): Likewise.
65679         * wcsmbs/wcsstr.c (wcsstr): Likewise.
65680         * wcsmbs/wmemchr.c (wmemchr): Likewise.
65681         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
65682         * wcsmbs/wmemset.c (wmemset): Likewise.
65684 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
65686         * scripts/config.guess: Update to version 2013-05-16.
65687         * scripts/config.sub: Update to version 2013-04-24.
65688         * scripts/install-sh: Update to version 2011-11-20.07.
65689         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
65690         * scripts/move-if-change: Update to version 2012-01-06 07:23.
65692 2013-06-06   Ondƙej BĂ­lka  <neleai@seznam.cz>
65694         * debug/fgetws_u_chk.c: Fix leading whitespaces.
65695         * elf/sln.c: Likewise.
65696         * hurd/hurd/ioctl.h: Likewise.
65697         * hurd/hurdmalloc.c: Likewise.
65698         * hurd/xattr.c: Likewise.
65699         * include/shlib-compat.h: Likewise.
65700         * inet/ruserpass.c: Likewise.
65701         * libio/iofgets_u.c: Likewise.
65702         * libio/iofgetws_u.c: Likewise.
65703         * locale/programs/ld-identification.c: Likewise.
65704         * locale/programs/ld-time.c: Likewise.
65705         * mach/msg-destroy.c: Likewise.
65706         * nss/nss_files/files-netgrp.c: Likewise.
65707         * resolv/res_data.c: Likewise.
65708         * soft-fp/op-1.h: Likewise.
65709         * soft-fp/op-2.h: Likewise.
65710         * soft-fp/op-4.h: Likewise.
65711         * soft-fp/op-common.h: Likewise.
65712         * stdio-common/printf_fphex.c: Likewise.
65713         * stdlib/strtod_l.c: Likewise.
65714         * sunrpc/rpc/clnt.h: Likewise.
65715         * sysdeps/generic/framestate.c: Likewise.
65716         * sysdeps/i386/bsd-_setjmp.S: Likewise.
65717         * sysdeps/i386/bsd-setjmp.S: Likewise.
65718         * sysdeps/i386/__longjmp.S: Likewise.
65719         * sysdeps/i386/setjmp.S: Likewise.
65720         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
65721         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
65722         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
65723         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
65724         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
65725         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
65726         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
65727         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
65728         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
65729         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
65730         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
65731         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
65732         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
65733         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
65734         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
65735         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
65736         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
65737         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
65738         * sysdeps/ieee754/support.c: Likewise.
65739         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
65740         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
65741         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
65742         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
65743         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
65744         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
65745         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
65746         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
65747         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
65748         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
65749         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
65750         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
65751         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
65752         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
65753         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
65754         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
65755         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
65756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
65758 2013-06-05  Ondƙej BĂ­lka  <neleai@seznam.cz>
65760         * posix/transbug.c: Remove executable mode.
65762 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
65764         * crypt/speeds.c: Remove trailing whitespace.
65765         * dlfcn/default.c: Likewise.
65766         * elf/ifuncdep2.c: Likewise.
65767         * elf/ifuncmain1.c: Likewise.
65768         * elf/ifuncmain1vis.c: Likewise.
65769         * elf/testobj.h: Likewise.
65770         * elf/tst-stackguard1.c: Likewise.
65771         * gmon/sys/gmon.h: Likewise.
65772         * hurd/hurdmsg.c: Likewise.
65773         * hurd/new-fd.c: Likewise.
65774         * hurd/ports-get.c: Likewise.
65775         * iconvdata/ibm1008_420.c: Likewise.
65776         * inet/tst-getni1.c: Likewise.
65777         * inet/tst-getni2.c: Likewise.
65778         * libio/ioungetc.c: Likewise.
65779         * libio/wfiledoalloc.c: Likewise.
65780         * manual/libm-err-tab.pl: Likewise.
65781         * math/w_dremf.c: Likewise.
65782         * misc/ftruncate.c: Likewise.
65783         * posix/bug-glob2.c: Likewise.
65784         * posix/tst-pcre.c: Likewise.
65785         * posix/wait4.c: Likewise.
65786         * resolv/README: Likewise.
65787         * resolv/res_debug.h: Likewise.
65788         * resolv/tst-inet_ntop.c: Likewise.
65789         * setjmp/bug269-setjmp.c: Likewise.
65790         * soft-fp/extended.h: Likewise.
65791         * soft-fp/op-1.h: Likewise.
65792         * soft-fp/op-2.h: Likewise.
65793         * soft-fp/op-4.h: Likewise.
65794         * soft-fp/op-8.h: Likewise.
65795         * soft-fp/testit.c: Likewise.
65796         * stdio-common/bug16.c: Likewise.
65797         * stdlib/random.c: Likewise.
65798         * sunrpc/rpcsvc/rquota.x: Likewise.
65799         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
65800         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
65801         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
65802         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
65803         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
65804         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
65805         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
65806         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
65807         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
65808         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
65809         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
65810         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
65811         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
65812         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
65813         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
65814         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
65815         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
65816         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
65817         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
65818         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
65819         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
65820         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
65821         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
65822         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
65823         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
65824         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
65825         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
65826         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
65827         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
65828         * sysdeps/ieee754/s_lib_version.c: Likewise.
65829         * sysdeps/mach/hurd/check_fds.c: Likewise.
65830         * sysdeps/mach/hurd/getsockname.c: Likewise.
65831         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
65832         * sysdeps/mach/hurd/recvfrom.c: Likewise.
65833         * sysdeps/powerpc/bits/link.h: Likewise.
65834         * sysdeps/powerpc/dl-procinfo.c: Likewise.
65835         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
65836         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
65837         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
65838         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
65839         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
65840         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
65841         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
65842         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
65843         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
65844         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
65845         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
65846         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
65847         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
65848         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
65849         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
65850         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
65851         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
65852         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
65853         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
65854         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
65855         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
65856         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
65857         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
65858         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
65859         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
65860         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
65861         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
65862         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
65863         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
65864         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
65865         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
65866         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
65867         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
65868         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
65869         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
65870         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
65871         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
65872         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
65873         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
65874         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
65875         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
65876         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
65877         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
65878         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
65879         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
65880         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
65881         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
65882         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
65883         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
65884         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
65885         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
65886         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
65887         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
65888         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
65889         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
65890         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
65891         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
65892         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
65893         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
65894         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
65895         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
65896         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
65897         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
65898         * sysdeps/powerpc/sysdep.h: Likewise.
65899         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
65900         * sysdeps/s390/s390-64/sub_n.S: Likewise.
65901         * sysdeps/sh/dl-trampoline.S: Likewise.
65902         * sysdeps/sh/memset.S: Likewise.
65903         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
65904         * sysdeps/sh/strlen.S: Likewise.
65905         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
65906         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
65907         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
65908         * sysdeps/sparc/sparc32/rem.S: Likewise.
65909         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
65910         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
65911         * sysdeps/sparc/sparc32/strchr.S: Likewise.
65912         * sysdeps/sparc/sparc32/udiv.S: Likewise.
65913         * sysdeps/sparc/sparc32/urem.S: Likewise.
65914         * sysdeps/sparc/sparc64/add_n.S: Likewise.
65915         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
65916         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
65917         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
65918         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
65919         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
65920         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
65921         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
65922         * sysdeps/unix/bsd/times.c: Likewise.
65923         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
65924         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
65925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
65926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
65927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
65928         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
65929         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
65930         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
65931         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
65932         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
65933         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
65934         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
65935         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
65936         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
65937         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
65938         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
65939         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
65940         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
65941         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
65942         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
65943         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
65944         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
65945         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
65946         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
65947         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
65948         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
65949         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
65950         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
65951         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
65952         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
65953         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
65954         * sysdeps/x86_64/strcspn.S: Likewise.
65956 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
65958         * locale/C-translit.h: Revert #include <stdint.h> because this is a
65959         generated file.  Regenerate properly from gen-translit.pl.
65960         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
65961         locale/C-translit.h.
65963 2013-06-05  Andreas Schwab  <schwab@suse.de>
65965         [BZ #15100]
65966         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
65967         week as 6 instead of -1.
65968         * time/tst-strptime.c (day_tests): Add test case.
65970 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
65972         * sysdeps/generic/math_private.h
65973         (libc_feholdexcept_setround_53bit): Replace with
65974         libc_feholdsetround_53bit.
65975         (libc_feupdateenv_53bit): Replace with
65976         libc_feresetround_53bit.
65977         (SET_RESTORE_ROUND_53BIT): Adjust.
65979 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
65981         * string/test-strchrnul.c: Add copyright header.
65983         * posix/tst-getaddrinfo4.c: Increase test timeout.
65985 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
65987         [BZ #15536]
65988         * math/libm-test.inc (MAX_EXP): Remove
65989         (MIN_EXP): Define.
65990         (ulp): Use MIN_EXP - MANT_DIG.
65991         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
65993 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
65995         * po/be.po: Revert last change.
65996         * po/zh_CN.po: Likewise.
65997         * po/header.pot: Likewise.
65999 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
66001         * Makefile ($(common-objpfx)linkobj/libc.so): Define
66002         link-libc-deps to empty as target-specific variable.
66003         * Makerules (link-libc-args): New variable.
66004         (libc-for-link): Likewise.
66005         (link-libc-deps): Likewise.
66006         (lib%.so): Depend on $(link-libc-deps).  Link with
66007         $(link-libc-args).
66008         (build-module): Link with $(link-libc-args).
66009         (build-module-asneeded): Likewise.
66010         (build-module-helper-objlist): Filter out $(link-libc-deps) from
66011         list of objects.
66012         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
66013         target-specific variable.
66014         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
66015         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
66016         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
66017         libc.
66018         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
66019         libc and ld.so.
66020         ($(objpfx)libpcprofile.so): Likewise.
66021         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
66022         libc_nonshared.a.
66023         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
66024         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
66025         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
66026         $(link-libc-deps).
66027         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
66028         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
66029         * login/Makefile ($(objpfx)libutil.so): Likewise.
66030         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
66031         * math/Makefile ($(objpfx)libm.so): Likewise.
66032         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
66033         $(objpfx)libnsl.so): Define libc-for-link as target-specific
66034         variable instead of depending directly on libc.
66035         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
66036         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
66037         $(link-libc-deps).
66038         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
66039         libc.
66040         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
66041         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
66042         ($(objpfx)libanl.so): Likewise.
66043         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
66044         ld.so.
66045         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
66046         $(link-libc-deps).
66047         * sysdeps/i386/fpu/Makefile: Remove file.
66048         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
66049         ($(objpfx)libm.so): Remove dependency on ld.so.
66051 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
66053         [BZ # 15553]
66054         * nis/yp_xdr.c (XDRMAXNAME): Define.
66055         (XDRMAXRECORD): Define.
66056         (xdr_domainname): Use XDRMAXNAME.
66057         (xdr_mapname): Likewise.
66058         (xdr_peername): Likewise.
66059         (xdr_keydat): Use XDRMAXRECORD.
66060         (xdr_valdat): Likewise.
66062 2013-05-30  Jeff Law  <law@redhat.com>
66064         [BZ #14256]
66065         * manual/errno.texi (ESTALE): Update to account for more than
66066         just NFS file systems.
66067         * sysdeps/gnu/errlist.c: Regenerated.
66069 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
66071         [BZ #15465]
66072         * elf/Makefile (tests): Add tst-null-argv.
66073         (modules-names):  Add tst-null-argv-lib.
66074         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
66075         (tst-null-argv-ENV): Set environment for tst-null-argv.
66076         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
66077         (RTLD_PROGNAME): New macro.
66078         * elf/tst-null-argv.c: New test case.
66079         * elf/tst-null-argv-lib.c: Library for test case.
66080         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
66081         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
66082         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
66083         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
66084         * elf/dl-init.c (call_init): Likewise.
66085         (_dl_init): Likewise.
66086         * elf/dl-load.c (print_search_path): Likewise.
66087         (_dl_map_object): Likewise.
66088         * elf/dl-lookup.c (do_lookup_x): Likewise.
66089         (add_dependency): Likewise.
66090         (_dl_lookup_symbol_x): Likewise.
66091         (_dl_debug_bindings): Likewise.
66092         * elf/dl-open.c (_dl_show_scope): Likewise.
66093         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
66094         * elf/dl-version.c (match_symbol): Likewise.
66095         (_dl_check_map_versions): Likewise.
66096         * elf/rtld.c (dl_main): Likewise.
66097         (print_unresolved): Use RTLD_PROGNAME.
66098         (print_missing_version): Likewise.
66099         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
66100         (elf_machine_rela): Likewise.
66101         * sysdeps/powerpc/powerpc32/dl-machine.c
66102         (__process_machine_rela): Likewise.
66103         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
66104         Likewise.
66105         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
66106         Likewise.
66107         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
66108         Likewise.
66109         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
66110         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
66111         Likewise.
66112         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
66113         Likewise.
66114         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
66116 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
66118         * po/be.po: Add descriptive title.
66119         * po/zh_CN.po: Likewise.
66120         * po/header.pot: Likewise.
66122 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
66124         * locale/programs/locarchive.c (create_archive): Inlucde fname in
66125         error message.
66126         (enlarge_archive): Likewise.
66128 2013-05-28  Ben North  <ben@redfrontdoor.org>
66130         * manual/arith.texi (frexp): It is the magnitude of the return
66131         value which lies in [0.5, 1), not the return value itself.
66133 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
66135         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
66137 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
66139         * stdio-common/bug26.c (main): Correct fscanf template.
66141         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
66142         declare _dl_skip_args.
66144         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
66145         Don't declare.
66147         * manual/platform.texi: Add missing @end deftypefun.
66149 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
66151         [BZ #15529]
66152         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
66153         bit of mantissa of 2^16382.
66154         * math/libm-test.inc (hypot_test_data): Add more tests.
66156         * math/libm-test.inc: Add drem and pow10 to list of tested
66157         functions.
66158         (pow10_test): New function.
66159         (drem_test): Likewise.
66160         (drem_test_tonearest): Likewise.
66161         (drem_test_towardzero): Likewise.
66162         (drem_test_downward): Likewise.
66163         (drem_test_upward): Likewise.
66164         (main): Call the new functions.
66166         * math/libm-test.inc (finite_test_data): Remove.
66167         (finite_test): Run tests from isfinite_test_data.
66168         (gamma_test_data): Remove.
66169         (gamma_test): Run tests from lgamma_test_data.
66170         * sysdeps/i386/fpu/libm-test-ulps: Update.
66171         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
66173 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
66175         * manual/platform.texi: Add PowerPC PPR function set documentation.
66176         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
66177         implementation.
66179 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
66181         * math/libm-test.inc (MAX_EXP): Define.
66182         (ULPDIFF): Define.
66183         (ulp): New function.
66184         (check_float_internal): Use ULPDIFF.
66185         (cpow_test): Disable failing test.
66186         (check_ulp): Test ulp() implementation.
66187         (main): Call check_ulp before starting tests.
66189 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
66191         * math/gen-libm-test.pl (generate_testfile): Do not handle
66192         START_DATA and END_DATA.
66193         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
66194         END_DATA.
66195         (acos_tonearest_test_data): Likewise.
66196         (acos_towardzero_test_data): Likewise.
66197         (acos_downward_test_data): Likewise.
66198         (acos_upward_test_data): Likewise.
66199         (acosh_test_data): Likewise.
66200         (asin_test_data): Likewise.
66201         (asin_tonearest_test_data): Likewise.
66202         (asin_towardzero_test_data): Likewise.
66203         (asin_downward_test_data): Likewise.
66204         (asin_upward_test_data): Likewise.
66205         (asinh_test_data): Likewise.
66206         (atan_test_data): Likewise.
66207         (atanh_test_data): Likewise.
66208         (atan2_test_data): Likewise.
66209         (cabs_test_data): Likewise.
66210         (cacos_test_data): Likewise.
66211         (cacosh_test_data): Likewise.
66212         (carg_test_data): Likewise.
66213         (casin_test_data): Likewise.
66214         (casinh_test_data): Likewise.
66215         (catan_test_data): Likewise.
66216         (catanh_test_data): Likewise.
66217         (cbrt_test_data): Likewise.
66218         (ccos_test_data): Likewise.
66219         (ccosh_test_data): Likewise.
66220         (ceil_test_data): Likewise.
66221         (cexp_test_data): Likewise.
66222         (cimag_test_data): Likewise.
66223         (clog_test_data): Likewise.
66224         (clog10_test_data): Likewise.
66225         (conj_test_data): Likewise.
66226         (copysign_test_data): Likewise.
66227         (cos_test_data): Likewise.
66228         (cos_tonearest_test_data): Likewise.
66229         (cos_towardzero_test_data): Likewise.
66230         (cos_downward_test_data): Likewise.
66231         (cos_upward_test_data): Likewise.
66232         (cosh_test_data): Likewise.
66233         (cosh_tonearest_test_data): Likewise.
66234         (cosh_towardzero_test_data): Likewise.
66235         (cosh_downward_test_data): Likewise.
66236         (cosh_upward_test_data): Likewise.
66237         (cpow_test_data): Likewise.
66238         (cproj_test_data): Likewise.
66239         (creal_test_data): Likewise.
66240         (csin_test_data): Likewise.
66241         (csinh_test_data): Likewise.
66242         (csqrt_test_data): Likewise.
66243         (ctan_test_data): Likewise.
66244         (ctan_tonearest_test_data): Likewise.
66245         (ctan_towardzero_test_data): Likewise.
66246         (ctan_downward_test_data): Likewise.
66247         (ctan_upward_test_data): Likewise.
66248         (ctanh_test_data): Likewise.
66249         (ctanh_tonearest_test_data): Likewise.
66250         (ctanh_towardzero_test_data): Likewise.
66251         (ctanh_downward_test_data): Likewise.
66252         (ctanh_upward_test_data): Likewise.
66253         (erf_test_data): Likewise.
66254         (erfc_test_data): Likewise.
66255         (exp_test_data): Likewise.
66256         (exp_tonearest_test_data): Likewise.
66257         (exp_towardzero_test_data): Likewise.
66258         (exp_downward_test_data): Likewise.
66259         (exp_upward_test_data): Likewise.
66260         (exp10_test_data): Likewise.
66261         (exp2_test_data): Likewise.
66262         (expm1_test_data): Likewise.
66263         (fabs_test_data): Likewise.
66264         (fdim_test_data): Likewise.
66265         (finite_test_data): Likewise.
66266         (floor_test_data): Likewise.
66267         (fma_test_data): Likewise.
66268         (fma_towardzero_test_data): Likewise.
66269         (fma_downward_test_data): Likewise.
66270         (fma_upward_test_data): Likewise.
66271         (fmax_test_data): Likewise.
66272         (fmin_test_data): Likewise.
66273         (fmod_test_data): Likewise.
66274         (fpclassify_test_data): Likewise.
66275         (frexp_test_data): Likewise.
66276         (gamma_test_data): Likewise.
66277         (hypot_test_data): Likewise.
66278         (ilogb_test_data): Likewise.
66279         (isfinite_test_data): Likewise.
66280         (isgreater_test_data): Likewise.
66281         (isgreaterequal_test_data): Likewise.
66282         (isinf_test_data): Likewise.
66283         (isless_test_data): Likewise.
66284         (islessequal_test_data): Likewise.
66285         (islessgreater_test_data): Likewise.
66286         (isnan_test_data): Likewise.
66287         (isnormal_test_data): Likewise.
66288         (issignaling_test_data): Likewise.
66289         (isunordered_test_data): Likewise.
66290         (j0_test_data): Likewise.
66291         (j1_test_data): Likewise.
66292         (jn_test_data): Likewise.
66293         (ldexp_test_data): Likewise.
66294         (lgamma_test_data): Likewise.
66295         (lrint_test_data): Likewise.
66296         (lrint_tonearest_test_data): Likewise.
66297         (lrint_towardzero_test_data): Likewise.
66298         (lrint_downward_test_data): Likewise.
66299         (lrint_upward_test_data): Likewise.
66300         (llrint_test_data): Likewise.
66301         (llrint_tonearest_test_data): Likewise.
66302         (llrint_towardzero_test_data): Likewise.
66303         (llrint_downward_test_data): Likewise.
66304         (llrint_upward_test_data): Likewise.
66305         (log_test_data): Likewise.
66306         (log10_test_data): Likewise.
66307         (log1p_test_data): Likewise.
66308         (log2_test_data): Likewise.
66309         (logb_test_data): Likewise.
66310         (logb_downward_test_data): Likewise.
66311         (lround_test_data): Likewise.
66312         (llround_test_data): Likewise.
66313         (modf_test_data): Likewise.
66314         (nearbyint_test_data): Likewise.
66315         (nextafter_test_data): Likewise.
66316         (nexttoward_test_data): Likewise.
66317         (pow_test_data): Likewise.
66318         (pow_tonearest_test_data): Likewise.
66319         (pow_towardzero_test_data): Likewise.
66320         (pow_downward_test_data): Likewise.
66321         (pow_upward_test_data): Likewise.
66322         (remainder_test_data): Likewise.
66323         (remainder_tonearest_test_data): Likewise.
66324         (remainder_towardzero_test_data): Likewise.
66325         (remainder_downward_test_data): Likewise.
66326         (remainder_upward_test_data): Likewise.
66327         (remquo_test_data): Likewise.
66328         (rint_test_data): Likewise.
66329         (rint_tonearest_test_data): Likewise.
66330         (rint_towardzero_test_data): Likewise.
66331         (rint_downward_test_data): Likewise.
66332         (rint_upward_test_data): Likewise.
66333         (round_test_data): Likewise.
66334         (scalb_test_data): Likewise.
66335         (scalbn_test_data): Likewise.
66336         (scalbln_test_data): Likewise.
66337         (signbit_test_data): Likewise.
66338         (sin_test_data): Likewise.
66339         (sin_tonearest_test_data): Likewise.
66340         (sin_towardzero_test_data): Likewise.
66341         (sin_downward_test_data): Likewise.
66342         (sin_upward_test_data): Likewise.
66343         (sincos_test_data): Likewise.
66344         (sinh_test_data): Likewise.
66345         (sinh_tonearest_test_data): Likewise.
66346         (sinh_towardzero_test_data): Likewise.
66347         (sinh_downward_test_data): Likewise.
66348         (sinh_upward_test_data): Likewise.
66349         (sqrt_test_data): Likewise.
66350         (tan_test_data): Likewise.
66351         (tan_tonearest_test_data): Likewise.
66352         (tan_towardzero_test_data): Likewise.
66353         (tan_downward_test_data): Likewise.
66354         (tan_upward_test_data): Likewise.
66355         (tanh_test_data): Likewise.
66356         (tgamma_test_data): Likewise.
66357         (trunc_test_data): Likewise.
66358         (y0_test_data): Likewise.
66359         (y1_test_data): Likewise.
66360         (yn_test_data): Likewise.
66361         (significand_test_data): Likewise.
66363         * math/gen-libm-test.pl (@functions): Remove variable.
66364         (generate_testfile): Don't handle START and END lines.
66365         * math/libm-test.inc (START): New macro.
66366         (END): Likewise.
66367         (END_COMPLEX): Likewise.
66368         (acos_test): Use END macro without arguments.
66369         (acos_test_tonearest): Likewise.
66370         (acos_test_towardzero): Likewise.
66371         (acos_test_downward): Likewise.
66372         (acos_test_upward): Likewise.
66373         (acosh_test): Likewise.
66374         (asin_test): Likewise.
66375         (asin_test_tonearest): Likewise.
66376         (asin_test_towardzero): Likewise.
66377         (asin_test_downward): Likewise.
66378         (asin_test_upward): Likewise.
66379         (asinh_test): Likewise.
66380         (atan_test): Likewise.
66381         (atanh_test): Likewise.
66382         (atan2_test): Likewise.
66383         (cabs_test): Likewise.
66384         (cacos_test): Use END_COMPLEX macro without arguments.
66385         (cacosh_test): Likewise.
66386         (carg_test): Use END macro without arguments.
66387         (casin_test): Use END_COMPLEX macro without arguments.
66388         (casinh_test): Likewise.
66389         (catan_test): Likewise.
66390         (catanh_test): Likewise.
66391         (cbrt_test): Use END macro without arguments.
66392         (ccos_test): Use END_COMPLEX macro without arguments.
66393         (ccosh_test): Likewise.
66394         (ceil_test): Use END macro without arguments.
66395         (cexp_test): Use END_COMPLEX macro without arguments.
66396         (cimag_test): Use END macro without arguments.
66397         (clog_test): Use END_COMPLEX macro without arguments.
66398         (clog10_test): Likewise.
66399         (conj_test): Likewise.
66400         (copysign_test): Use END macro without arguments.
66401         (cos_test): Likewise.
66402         (cos_test_tonearest): Likewise.
66403         (cos_test_towardzero): Likewise.
66404         (cos_test_downward): Likewise.
66405         (cos_test_upward): Likewise.
66406         (cosh_test): Likewise.
66407         (cosh_test_tonearest): Likewise.
66408         (cosh_test_towardzero): Likewise.
66409         (cosh_test_downward): Likewise.
66410         (cosh_test_upward): Likewise.
66411         (cpow_test): Use END_COMPLEX macro without arguments.
66412         (cproj_test): Likewise.
66413         (creal_test): Use END macro without arguments.
66414         (csin_test): Use END_COMPLEX macro without arguments.
66415         (csinh_test): Likewise.
66416         (csqrt_test): Likewise.
66417         (ctan_test): Likewise.
66418         (ctan_test_tonearest): Likewise.
66419         (ctan_test_towardzero): Likewise.
66420         (ctan_test_downward): Likewise.
66421         (ctan_test_upward): Likewise.
66422         (ctanh_test): Likewise.
66423         (ctanh_test_tonearest): Likewise.
66424         (ctanh_test_towardzero): Likewise.
66425         (ctanh_test_downward): Likewise.
66426         (ctanh_test_upward): Likewise.
66427         (erf_test): Use END macro without arguments.
66428         (erfc_test): Likewise.
66429         (exp_test): Likewise.
66430         (exp_test_tonearest): Likewise.
66431         (exp_test_towardzero): Likewise.
66432         (exp_test_downward): Likewise.
66433         (exp_test_upward): Likewise.
66434         (exp10_test): Likewise.
66435         (exp2_test): Likewise.
66436         (expm1_test): Likewise.
66437         (fabs_test): Likewise.
66438         (fdim_test): Likewise.
66439         (finite_test): Likewise.
66440         (floor_test): Likewise.
66441         (fma_test): Likewise.
66442         (fma_test_towardzero): Likewise.
66443         (fma_test_downward): Likewise.
66444         (fma_test_upward): Likewise.
66445         (fmax_test): Likewise.
66446         (fmin_test): Likewise.
66447         (fmod_test): Likewise.
66448         (fpclassify_test): Likewise.
66449         (frexp_test): Likewise.
66450         (gamma_test): Likewise.
66451         (hypot_test): Likewise.
66452         (ilogb_test): Likewise.
66453         (isfinite_test): Likewise.
66454         (isgreater_test): Likewise.
66455         (isgreaterequal_test): Likewise.
66456         (isinf_test): Likewise.
66457         (isless_test): Likewise.
66458         (islessequal_test): Likewise.
66459         (islessgreater_test): Likewise.
66460         (isnan_test): Likewise.
66461         (isnormal_test): Likewise.
66462         (issignaling_test): Likewise.
66463         (isunordered_test): Likewise.
66464         (j0_test): Likewise.
66465         (j1_test): Likewise.
66466         (jn_test): Likewise.
66467         (ldexp_test): Likewise.
66468         (lgamma_test): Likewise.
66469         (lrint_test): Likewise.
66470         (lrint_test_tonearest): Likewise.
66471         (lrint_test_towardzero): Likewise.
66472         (lrint_test_downward): Likewise.
66473         (lrint_test_upward): Likewise.
66474         (llrint_test): Likewise.
66475         (llrint_test_tonearest): Likewise.
66476         (llrint_test_towardzero): Likewise.
66477         (llrint_test_downward): Likewise.
66478         (llrint_test_upward): Likewise.
66479         (log_test): Likewise.
66480         (log10_test): Likewise.
66481         (log1p_test): Likewise.
66482         (log2_test): Likewise.
66483         (logb_test): Likewise.
66484         (logb_test_downward): Likewise.
66485         (lround_test): Likewise.
66486         (llround_test): Likewise.
66487         (modf_test): Likewise.
66488         (nearbyint_test): Likewise.
66489         (nextafter_test): Likewise.
66490         (nexttoward_test): Likewise.
66491         (pow_test): Likewise.
66492         (pow_test_tonearest): Likewise.
66493         (pow_test_towardzero): Likewise.
66494         (pow_test_downward): Likewise.
66495         (pow_test_upward): Likewise.
66496         (remainder_test): Likewise.
66497         (remainder_test_tonearest): Likewise.
66498         (remainder_test_towardzero): Likewise.
66499         (remainder_test_downward): Likewise.
66500         (remainder_test_upward): Likewise.
66501         (remquo_test): Likewise.
66502         (rint_test): Likewise.
66503         (rint_test_tonearest): Likewise.
66504         (rint_test_towardzero): Likewise.
66505         (rint_test_downward): Likewise.
66506         (rint_test_upward): Likewise.
66507         (round_test): Likewise.
66508         (scalb_test): Likewise.
66509         (scalbn_test): Likewise.
66510         (scalbln_test): Likewise.
66511         (signbit_test): Likewise.
66512         (sin_test): Likewise.
66513         (sin_test_tonearest): Likewise.
66514         (sin_test_towardzero): Likewise.
66515         (sin_test_downward): Likewise.
66516         (sin_test_upward): Likewise.
66517         (sincos_test): Likewise.
66518         (sinh_test): Likewise.
66519         (sinh_test_tonearest): Likewise.
66520         (sinh_test_towardzero): Likewise.
66521         (sinh_test_downward): Likewise.
66522         (sinh_test_upward): Likewise.
66523         (sqrt_test): Likewise.
66524         (tan_test): Likewise.
66525         (tan_test_tonearest): Likewise.
66526         (tan_test_towardzero): Likewise.
66527         (tan_test_downward): Likewise.
66528         (tan_test_upward): Likewise.
66529         (tanh_test): Likewise.
66530         (tgamma_test): Likewise.
66531         (trunc_test): Likewise.
66532         (y0_test): Likewise.
66533         (y1_test): Likewise.
66534         (yn_test): Likewise.
66535         (significand_test): Likewise.
66537 2013-05-24  Ondƙej BĂ­lka  <neleai@seznam.cz>
66539         [BZ #15381]
66540         * libio/genops.c (_IO_no_init): Initialize wide struct info.
66542 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
66544         [BZ #14894]
66545         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
66546         __ppc_mdoio and __ppc_mdoom.
66547         * manual/platform.texi: Document new functions __ppc_yield,
66548         __ppc_mdoio and __ppc_mdoom.
66550 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
66552         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
66553         (main): Mention "tls" pseudo-hwcap is legacy.
66554         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
66556 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
66558         * math/gen-libm-test.pl (parse_args): Output only string of
66559         arguments as text for test name, not full call or descriptions of
66560         tests for extra outputs.
66561         (generate_testfile): Do not pass function name to parse_args.
66562         Generate this_func variable from START.
66563         * math/libm-test.inc (struct test_f_f_data): Rename test_name
66564         field to arg_str.
66565         (struct test_ff_f_data): Likewise.
66566         (test_ff_f_data_nexttoward): Likewise.
66567         (struct test_fi_f_data): Likewise.
66568         (struct test_fl_f_data): Likewise.
66569         (struct test_if_f_data): Likewise.
66570         (struct test_fff_f_data): Likewise.
66571         (struct test_c_f_data): Likewise.
66572         (struct test_f_f1_data): Likewise.  Remove field extra_name.
66573         (struct test_fF_f1_data): Likewise.
66574         (struct test_ffI_f1_data): Likewise.
66575         (struct test_c_c_data): Rename test_name field to arg_str.
66576         (struct test_cc_c_data): Likewise.
66577         (struct test_f_i_data): Likewise.
66578         (struct test_ff_i_data): Likewise.
66579         (struct test_f_l_data): Likewise.
66580         (struct test_f_L_data): Likewise.
66581         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
66582         and extra2_name.
66583         (COMMON_TEST_SETUP): New macro.
66584         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
66585         (COMMON_TEST_CLEANUP): Likewise.
66586         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
66587         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
66588         macros.
66589         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
66590         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
66591         macros.
66592         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
66593         (RUN_TEST_fff_f): Take argument string.  Call new setup and
66594         cleanup macros.
66595         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
66596         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
66597         macros.
66598         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
66599         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
66600         macros.
66601         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
66602         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
66603         cleanup macros.
66604         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
66605         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
66606         cleanup macros.
66607         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
66608         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
66609         cleanup macros.
66610         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
66611         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
66612         macros.
66613         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
66614         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
66615         macros.
66616         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
66617         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
66618         macros.
66619         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
66620         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
66621         cleanup macros.
66622         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
66623         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
66624         cleanup macros.
66625         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
66626         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
66627         macros.
66628         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
66629         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
66630         cleanup macros.
66631         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
66632         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
66633         macros.
66634         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
66635         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
66636         macros.
66637         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
66638         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
66639         cleanup macros.
66640         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
66642 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
66644         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
66645         to _sifields.sigfault.
66646         (si_addr_lsb): Define new macro.
66647         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
66648         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
66649         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
66651 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
66653         [BZ #15441]
66654         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
66655         returns -1.
66656         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
66657         null return -1.
66658         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
66659         loading the domain.
66661 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
66663         * math/gen-libm-test.pl (parse_args): Do not include expected
66664         result in test name.
66665         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
66666         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
66667         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
66668         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
66669         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
66670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
66672 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
66674         * benchtests/Makefile: Sort function entries.
66676         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
66677         tanh, asinh, acosh, atanh.
66678         * benchtests/acos-inputs: New file.
66679         * benchtests/acosh-inputs: New file.
66680         * benchtests/asin-inputs: New file.
66681         * benchtests/asinh-inputs: New file.
66682         * benchtests/atanh-inputs: New file.
66683         * benchtests/cosh-inputs: New file.
66684         * benchtests/log-inputs: New file.
66685         * benchtests/sinh-inputs: New file.
66686         * benchtests/tanh-inputs: New file.
66688 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
66690         [BZ #15339]
66691         * posix/tst-getaddrinfo4.c: New test.
66692         * posix/Makefile (tests): Add it.
66694 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
66696         [BZ #15339]
66697         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
66698         when no services were used.
66699         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
66700         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
66702 2013-05-21  Andreas Schwab  <schwab@suse.de>
66704         [BZ #15014]
66705         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
66706         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
66707         successful.
66708         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
66709         redundant variable declarations and reallocation of buffer when
66710         parsing as IPv6 address.  Always set NSS status when called from
66711         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
66712         buffer too small.  Correct computation of needed size.
66713         * nss/Makefile (tests): Add test-digits-dots.
66714         * nss/test-digits-dots.c: New test.
66716 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
66718         * benchtests/Makefile: Remove instructions for adding
66719         benchmark tests.
66720         * benchtests/README: New file to explain how to execute and
66721         enhance the benchmark tests.
66723 2013-05-21  Andreas Schwab  <schwab@suse.de>
66725         [BZ #15493]
66726         * setjmp/Makefile (tests): Add tst-sigsetjmp.
66727         * setjmp/tst-sigsetjmp.c: New test.
66729 2013-05-20  Ondƙej BĂ­lka  <neleai@seznam.cz>
66731         * sysdeps/x86_64/memset.S (memset): New implementation.
66732         (__bzero): Likewise.
66733         (__memset_tail): New function.
66735 2013-05-20  Ondƙej BĂ­lka  <neleai@seznam.cz>
66737         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
66738         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
66739         __memcpy_sse2_unaligned ifunc selection.
66740         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
66741         Add memcpy-sse2-unaligned.S.
66742         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
66743         Add: __memcpy_sse2_unaligned.
66745 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
66747         [BZ #15490]
66748         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
66749         math_force_eval before restoring floating-point envrionment.
66750         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
66751         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
66752         Likewise.
66753         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
66754         <math_private.h>.
66755         (__nearbyintl): Use math_force_eval before restoring
66756         floating-point environment.
66757         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
66759         * math/gen-libm-test.pl (special_functions): Remove.
66760         (parse_args): Don't handle TEST_extra.  Handle functions with no
66761         return value.
66762         * math/libm-test.inc (struct test_sincos_data): Replace with
66763         struct test_fFF_11_data.
66764         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
66765         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
66766         (sincos_test_data): Change element type to struct
66767         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
66768         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
66769         RUN_TEST_LOOP_sincos.
66770         * math/README.libm-test: Don't mention special handling of
66771         individual functions.
66772         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
66773         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
66774         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
66775         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
66776         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
66777         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
66779         * math/gen-libm-test.pl (get_variable): Remove function.
66780         (parse_args): Don't show pointer parameters to call in test
66781         names.  Use "extra output N" in test names for extra outputs
66782         rather than naming variables.
66784 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
66786         [BZ #15488]
66787         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
66788         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
66789         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
66790         double tests.
66791         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
66792         disable.
66793         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
66794         check_long_double.
66796         * math/gen-libm-test.pl (@tests): Remove variable.
66797         ($count): Likewise.
66798         (new_test): Remove function.
66799         (show_exceptions): New function.
66800         (special_functions): Use show_exceptions instead of new_test.
66801         (parse_args): Likewise.
66802         (generate_testfile): Pass only function name in generated call to
66803         print_max_error or print_complex_max_error.
66804         (get_ulps): Do not handle complex tests specially.
66805         (output_test): Rename to ...
66806         (get_all_ulps_for_test): ... this.  Return a string rather than
66807         printing to a file.  Require ulps to be present.
66808         (output_ulps): Generate arrays rather than #defines.
66809         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
66810         (struct ulp_data): New type.
66811         (BUILD_COMPLEX_ULP): Remove macro.
66812         (compare_ulp_data): New function.
66813         (find_ulps): Likewise.
66814         (find_test_ulps): Likewise.
66815         (find_function_ulps): Likewise.
66816         (find_complex_function_ulps): Likewise.
66817         (print_max_error): Determine allowed ulps using
66818         find_function_ulps.
66819         (print_complex_max_error): Determine allowed ulps using
66820         find_complex_function_ulps.
66821         (check_float_internal): Determine max ulps using find_test_ulps.
66822         (check_float): Do not take max_ulp parameter.  Update call to
66823         check_float_internal.
66824         (check_complex): Likewise.
66825         (check_int): Do not take max_ulp parameter.
66826         (check_long): Likewise.
66827         (check_bool): Likewise.
66828         (check_longlong): Likewise.
66829         (struct test_f_f_data): Remove max_ulp field.
66830         (struct test_ff_f_data): Likewise.
66831         (struct test_ff_f_data_nexttoward): Likewise.
66832         (struct test_fi_f_data): Likewise.
66833         (struct test_fl_f_data): Likewise.
66834         (struct test_if_f_data): Likewise.
66835         (struct test_fff_f_data): Likewise.
66836         (struct test_c_f_data): Likewise.
66837         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
66838         (struct test_fF_f1_data): Likewise.
66839         (struct test_ffI_f1_data): Likewise.
66840         (struct test_c_c_data): Remove max_ulp field.
66841         (struct test_cc_c_data): Likewise.
66842         (struct test_f_i_data): Likewise.
66843         (struct test_ff_i_data): Likewise.
66844         (struct test_f_l_data): Likewise.
66845         (struct test_f_L_data): Likewise.
66846         (struct test_sincos_data): Likewise.
66847         (RUN_TEST_f_f): Do not handle ulps.
66848         (RUN_TEST_LOOP_f_f): Likewise.
66849         (RUN_TEST_2_f): Likewise.
66850         (RUN_TEST_LOOP_2_f): Likewise.
66851         (RUN_TEST_fff_f): Likewise.
66852         (RUN_TEST_LOOP_fff_f): Likewise.
66853         (RUN_TEST_c_f): Likewise.
66854         (RUN_TEST_LOOP_c_f): Likewise.
66855         (RUN_TEST_f_f1): Likewise.
66856         (RUN_TEST_LOOP_f_f1): Likewise.
66857         (RUN_TEST_fF_f1): Likewise.
66858         (RUN_TEST_LOOP_fF_f1): Likewise.
66859         (RUN_TEST_fI_f1): Likewise.
66860         (RUN_TEST_LOOP_fI_f1): Likewise.
66861         (RUN_TEST_ffI_f1): Likewise.
66862         (RUN_TEST_LOOP_ffI_f1): Likewise.
66863         (RUN_TEST_c_c): Likewise.
66864         (RUN_TEST_LOOP_c_c): Likewise.
66865         (RUN_TEST_cc_c): Likewise.
66866         (RUN_TEST_LOOP_cc_c): Likewise.
66867         (RUN_TEST_f_i): Likewise.
66868         (RUN_TEST_LOOP_f_i): Likewise.
66869         (RUN_TEST_f_i_tg): Likewise.
66870         (RUN_TEST_LOOP_f_i_tg): Likewise.
66871         (RUN_TEST_ff_i_tg): Likewise.
66872         (RUN_TEST_LOOP_ff_i_tg): Likewise.
66873         (RUN_TEST_f_b): Likewise.
66874         (RUN_TEST_LOOP_f_b): Likewise.
66875         (RUN_TEST_f_b_tg): Likewise.
66876         (RUN_TEST_LOOP_f_b_tg): Likewise.
66877         (RUN_TEST_f_l): Likewise.
66878         (RUN_TEST_LOOP_f_l): Likewise.
66879         (RUN_TEST_f_L): Likewise.
66880         (RUN_TEST_LOOP_f_L): Likewise.
66881         (RUN_TEST_sincos): Likewise.
66882         (RUN_TEST_LOOP_sincos): Likewise.
66884 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
66886         [BZ #15480]
66887         [BZ #15485]
66888         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
66889         main case of finite arguments, set rounding mode to FE_TONEAREST
66890         and discard exceptions.
66891         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
66892         exceptions.
66893         (remainder_tonearest_test_data): New variable.
66894         (remainder_test_tonearest): New function.
66895         (remainder_towardzero_test_data): New variable.
66896         (remainder_test_towardzero): New function.
66897         (remainder_downward_test_data): New variable.
66898         (remainder_test_downward): New function.
66899         (remainder_upward_test_data): New variable.
66900         (remainder_test_upward): New function.
66901         (main): Call the new test functions.
66903         * math/libm-test.inc (struct test_f_f1_data): Remove field
66904         extra_init.
66905         (struct test_fF_f1_data): Likewise.
66906         (struct test_ffI_f1_data): Likewise.
66907         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
66908         based on value of EXTRA_EXPECTED.
66909         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
66910         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
66911         EXTRA_VAR based on value of EXTRA_EXPECTED.
66912         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
66913         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
66914         EXTRA_VAR based on value of EXTRA_EXPECTED.
66915         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
66916         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
66917         EXTRA_VAR based on value of EXTRA_EXPECTED.
66918         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
66919         * math/gen-libm-test.pl (parse_args): Don't output initializers
66920         for extra output values.
66922         * math/libm-test.inc (check_int): Expect result to be exactly
66923         equal to expected value and do not handle ulps.
66924         (check_long): Likewise.
66925         (check_longlong): Likewise.
66927         * math/libm-test.inc (ceil_test_data): Test for "inexact"
66928         exceptions.
66929         (cimag_test_data): Likewise.
66930         (conj_test_data): Likewise.
66931         (copysign_test_data): Likewise.
66932         (cproj_test_data): Likewise.
66933         (creal_test_data): Likewise.
66934         (fabs_test_data): Likewise.
66935         (fdim_test_data): Likewise.
66936         (finite_test_data): Likewise.
66937         (floor_test_data): Likewise.
66938         (fmax_test_data): Likewise.
66939         (fmin_test_data): Likewise.
66940         (fmod_test_data): Likewise.
66941         (fpclassify_test_data): Likewise.
66942         (frexp_test_data): Likewise.
66943         (ilogb_test_data): Likewise.
66944         (isfinite_test_data): Likewise.
66945         (isgreater_test_data): Likewise.
66946         (isgreaterequal_test_data): Likewise.
66947         (isinf_test_data): Likewise.
66948         (isless_test_data): Likewise.
66949         (islessequal_test_data): Likewise.
66950         (islessgreater_test_data): Likewise.
66951         (isnan_test_data): Likewise.
66952         (isnormal_test_data): Likewise.
66953         (issignaling_test_data): Likewise.
66954         (isunordered_test_data): Likewise.
66955         (ldexp_test_data): Likewise.
66956         (lrint_test_data): Likewise.
66957         (lrint_test_data) [TEST_FLOAT]: Disable one test.
66958         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
66959         (lrint_tonearest_test_data): Test for "inexact" exceptions.
66960         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
66961         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
66962         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
66963         test input.
66964         (lrint_towardzero_test_data): Test for "inexact" exceptions.
66965         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
66966         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
66967         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
66968         that test input.
66969         (lrint_downward_test_data): Test for "inexact" exceptions.
66970         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
66971         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
66972         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
66973         test input.
66974         (lrint_upward_test_data): Test for "inexact" exceptions.
66975         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
66976         test input.
66977         (llrint_test_data): Test for "inexact" exceptions.
66978         (llrint_test_data) [TEST_FLOAT]: Disable one test.
66979         (llrint_tonearest_test_data): Test for "inexact" exceptions.
66980         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
66981         (llrint_towardzero_test_data): Test for "inexact" exceptions.
66982         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
66983         (llrint_downward_test_data): Test for "inexact" exceptions.
66984         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
66985         (llrint_upward_test_data): Test for "inexact" exceptions.
66986         (logb_test_data): Likewise.
66987         (logb_downward_test_data): Likewise.
66988         (nextafter_test_data): Likewise.
66989         (nexttoward_test_data): Likewise.
66990         (remainder_test_data): Likewise.
66991         (remquo_test_data): Likewise.
66992         (scalbn_test_data): Likewise.
66993         (scalbln_test_data): Likewise.
66994         (signbit_test_data): Likewise.
66995         (sqrt_test_data): Likewise.
66996         (significand_test_data): Likewise.
66998 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
67000         [BZ #15424]
67001         * benchtests/bench-modf.c (struct args): Mark arg0 as
67002         volatile.
67003         * scripts/bench.pl: Mark members of struct args as volatile.
67005 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
67007         [BZ # 15497]
67008         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
67009         negative infinity on POWER6 or lower.
67010         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
67012 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
67014         [BZ #15442]
67015         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
67016         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
67017         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
67018         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
67019         (_FP_SETQNAN): New macro.
67020         (_FP_SETQNAN_SEMIRAW): Likewise.
67021         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
67022         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
67023         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
67024         (FP_EXTEND): Use _FP_FRAC_SNANP.
67025         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
67026         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
67027         into account.
67028         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
67029         New macro.
67030         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
67031         Likewise.
67033 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
67035         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
67036         with DIVIDE_BY_ZERO_EXCEPTION.
67037         (gamma_test_data): Likewise.
67038         (lgamma_test_data): Likewise.
67039         (log_test_data): Likewise.
67040         (log10_test_data): Likewise.
67041         (log2_test_data): Likewise.
67042         (tgamma_test_data): Likewise.
67044         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
67045         (acos_test_tonearest): Likewise.
67046         (acos_test_towardzero): Likewise.
67047         (acos_test_downward): Likewise.
67048         (acos_test_upward): Likewise.
67049         (acosh_test): Likewise.
67050         (asin_test): Likewise.
67051         (asin_test_tonearest): Likewise.
67052         (asin_test_towardzero): Likewise.
67053         (asin_test_downward): Likewise.
67054         (asin_test_upward): Likewise.
67055         (asinh_test): Likewise.
67056         (atan_test): Likewise.
67057         (atanh_test): Likewise.
67058         (atan2_test): Likewise.
67059         (cabs_test): Likewise.
67060         (cacos_test): Likewise.
67061         (cacosh_test): Likewise.
67062         (casin_test): Likewise.
67063         (casinh_test): Likewise.
67064         (catan_test): Likewise.
67065         (catanh_test): Likewise.
67066         (cbrt_test): Likewise.
67067         (ccos_test): Likewise.
67068         (ccosh_test): Likewise.
67069         (cexp_test): Likewise.
67070         (clog_test): Likewise.
67071         (clog10_test): Likewise.
67072         (cos_test): Likewise.
67073         (cos_test_tonearest): Likewise.
67074         (cos_test_towardzero): Likewise.
67075         (cos_test_downward): Likewise.
67076         (cos_test_upward): Likewise.
67077         (cosh_test): Likewise.
67078         (cosh_test_tonearest): Likewise.
67079         (cosh_test_towardzero): Likewise.
67080         (cosh_test_downward): Likewise.
67081         (cosh_test_upward): Likewise.
67082         (cpow_test): Likewise.
67083         (csin_test): Likewise.
67084         (csinh_test): Likewise.
67085         (csqrt_test): Likewise.
67086         (ctan_test): Likewise.
67087         (ctan_test_tonearest): Likewise.
67088         (ctan_test_towardzero): Likewise.
67089         (ctan_test_downward): Likewise.
67090         (ctan_test_upward): Likewise.
67091         (ctanh_test): Likewise.
67092         (ctanh_test_tonearest): Likewise.
67093         (ctanh_test_towardzero): Likewise.
67094         (ctanh_test_downward): Likewise.
67095         (ctanh_test_upward): Likewise.
67096         (erf_test): Likewise.
67097         (erfc_test): Likewise.
67098         (exp_test): Likewise.
67099         (exp_test_tonearest): Likewise.
67100         (exp_test_towardzero): Likewise.
67101         (exp_test_downward): Likewise.
67102         (exp_test_upward): Likewise.
67103         (exp10_test): Likewise.
67104         (exp2_test): Likewise.
67105         (expm1_test): Likewise.
67106         (fmod_test): Likewise.
67107         (gamma_test): Likewise.
67108         (hypot_test): Likewise.
67109         (j0_test): Likewise.
67110         (j1_test): Likewise.
67111         (jn_test): Likewise.
67112         (lgamma_test): Likewise.
67113         (log_test): Likewise.
67114         (log10_test): Likewise.
67115         (log1p_test): Likewise.
67116         (log2_test): Likewise.
67117         (logb_test_downward): Likewise.
67118         (pow_test): Likewise.
67119         (pow_test_tonearest): Likewise.
67120         (pow_test_towardzero): Likewise.
67121         (pow_test_downward): Likewise.
67122         (pow_test_upward): Likewise.
67123         (remainder_test): Likewise.
67124         (remquo_test): Likewise.
67125         (sin_test): Likewise.
67126         (sin_test_tonearest): Likewise.
67127         (sin_test_towardzero): Likewise.
67128         (sin_test_downward): Likewise.
67129         (sin_test_upward): Likewise.
67130         (sincos_test): Likewise.
67131         (sinh_test): Likewise.
67132         (sinh_test_tonearest): Likewise.
67133         (sinh_test_towardzero): Likewise.
67134         (sinh_test_downward): Likewise.
67135         (sinh_test_upward): Likewise.
67136         (sqrt_test): Likewise.
67137         (tan_test): Likewise.
67138         (tan_test_tonearest): Likewise.
67139         (tan_test_towardzero): Likewise.
67140         (tan_test_downward): Likewise.
67141         (tan_test_upward): Likewise.
67142         (tanh_test): Likewise.
67143         (tgamma_test): Likewise.
67144         (y0_test): Likewise.
67145         (y1_test): Likewise.
67146         (yn_test): Likewise.
67148         * math/gen-libm-test.pl (adjust_arg): Remove function.
67149         (special_function): Remove argument $in_func.  Only handle
67150         generating output for tables of tests, not inside functions.
67151         (parse_args): Likewise.
67152         (generate_testfile): Remove variable $in_func.  Update call to
67153         parse_args.
67154         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
67155         (MINUS_ZERO_INIT): Rename macro to minus_zero.
67156         (PLUS_INFTY_INIT): Rename macro to plus_infty.
67157         (MINUS_INFTY_INIT): Rename macro to minus_infty.
67158         (QNAN_VALUE_INIT): Rename macro to qnan_value.
67159         (MAX_VALUE_INIT): Rename macro to max_value.
67160         (MIN_VALUE_INIT): Rename macro to min_value.
67161         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
67162         (plus_zero): Remove variable.
67163         (minus_zero): Likewise.
67164         (plus_infty): Likewise.
67165         (minus_infty): Likewise.
67166         (qnan_value): Likewise.
67167         (max_value): Likewise.
67168         (min_value): Likewise.
67169         (min_subnorm_value): Likewise.
67171 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
67173         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
67174         uint64_t or uint32_t usage.
67175         * crypt/sha256-block.c: Likewise.
67176         * crypt/sha256-crypt.c: Likewise.
67177         * crypt/sha256.c: Likewise.
67178         * crypt/sha512-block.c: Likewise.
67179         * crypt/sha512-crypt.c: Likewise.
67180         * crypt/sha512.c: Likewise.
67181         * debug/backtrace-tst.c: Likewise.
67182         * debug/pcprofiledump.c: Likewise.
67183         * elf/cache.c: Likewise.
67184         * elf/dl-cache.c: Likewise.
67185         * elf/dl-misc.c: Likewise.
67186         * elf/dl-profile.c: Likewise.
67187         * elf/dl-support.c: Likewise.
67188         * elf/ldconfig.c: Likewise.
67189         * elf/sprof.c: Likewise.
67190         * iconv/dummy-repertoire.c: Likewise.
67191         * iconv/iconv_charmap.c: Likewise.
67192         * iconv/skeleton.c: Likewise.
67193         * iconvdata/8bit-generic.c: Likewise.
67194         * iconvdata/cp737.h: Likewise.
67195         * iconvdata/cp775.h: Likewise.
67196         * iconvdata/ibm1008.h: Likewise.
67197         * iconvdata/ibm1025.h: Likewise.
67198         * iconvdata/ibm1046.h: Likewise.
67199         * iconvdata/ibm1097.h: Likewise.
67200         * iconvdata/ibm1112.h: Likewise.
67201         * iconvdata/ibm1122.h: Likewise.
67202         * iconvdata/ibm1123.h: Likewise.
67203         * iconvdata/ibm1124.h: Likewise.
67204         * iconvdata/ibm1129.h: Likewise.
67205         * iconvdata/ibm1130.h: Likewise.
67206         * iconvdata/ibm1132.h: Likewise.
67207         * iconvdata/ibm1133.h: Likewise.
67208         * iconvdata/ibm1137.h: Likewise.
67209         * iconvdata/ibm1140.h: Likewise.
67210         * iconvdata/ibm1141.h: Likewise.
67211         * iconvdata/ibm1142.h: Likewise.
67212         * iconvdata/ibm1143.h: Likewise.
67213         * iconvdata/ibm1144.h: Likewise.
67214         * iconvdata/ibm1145.h: Likewise.
67215         * iconvdata/ibm1146.h: Likewise.
67216         * iconvdata/ibm1147.h: Likewise.
67217         * iconvdata/ibm1148.h: Likewise.
67218         * iconvdata/ibm1149.h: Likewise.
67219         * iconvdata/ibm1153.h: Likewise.
67220         * iconvdata/ibm1154.h: Likewise.
67221         * iconvdata/ibm1155.h: Likewise.
67222         * iconvdata/ibm1156.h: Likewise.
67223         * iconvdata/ibm1157.h: Likewise.
67224         * iconvdata/ibm1158.h: Likewise.
67225         * iconvdata/ibm1160.h: Likewise.
67226         * iconvdata/ibm1161.h: Likewise.
67227         * iconvdata/ibm1162.h: Likewise.
67228         * iconvdata/ibm1163.h: Likewise.
67229         * iconvdata/ibm1164.h: Likewise.
67230         * iconvdata/ibm1166.h: Likewise.
67231         * iconvdata/ibm1167.h: Likewise.
67232         * iconvdata/ibm12712.h: Likewise.
67233         * iconvdata/ibm1390.h: Likewise.
67234         * iconvdata/ibm1399.h: Likewise.
67235         * iconvdata/ibm16804.h: Likewise.
67236         * iconvdata/ibm4517.h: Likewise.
67237         * iconvdata/ibm4899.h: Likewise.
67238         * iconvdata/ibm4909.h: Likewise.
67239         * iconvdata/ibm4971.h: Likewise.
67240         * iconvdata/ibm5347.h: Likewise.
67241         * iconvdata/ibm803.h: Likewise.
67242         * iconvdata/ibm856.h: Likewise.
67243         * iconvdata/ibm901.h: Likewise.
67244         * iconvdata/ibm902.h: Likewise.
67245         * iconvdata/ibm9030.h: Likewise.
67246         * iconvdata/ibm9066.h: Likewise.
67247         * iconvdata/ibm921.h: Likewise.
67248         * iconvdata/ibm922.h: Likewise.
67249         * iconvdata/ibm9448.h: Likewise.
67250         * iconvdata/isiri-3342.h: Likewise.
67251         * iconvdata/jis0201.h: Likewise.
67252         * include/link.h: Likewise.
67253         * include/netdb.h: Likewise.
67254         * inet/check_native.c: Likewise.
67255         * inet/check_pf.c: Likewise.
67256         * inet/getipv4sourcefilter.c: Likewise.
67257         * inet/getnameinfo.c: Likewise.
67258         * inet/getsourcefilter.c: Likewise.
67259         * inet/htonl.c: Likewise.
67260         * inet/setipv4sourcefilter.c: Likewise.
67261         * inet/setsourcefilter.c: Likewise.
67262         * inet/test-inet6_opt.c: Likewise.
67263         * inet/tst-network.c: Likewise.
67264         * locale/C-collate.c: Likewise.
67265         * locale/C-ctype.c: Likewise.
67266         * locale/C-time.c: Likewise.
67267         * locale/C-translit.h: Likewise.
67268         * locale/loadarchive.c: Likewise.
67269         * locale/programs/3level.h: Likewise.
67270         * locale/programs/charmap.c: Likewise.
67271         * locale/programs/charmap.h: Likewise.
67272         * locale/programs/ld-address.c: Likewise.
67273         * locale/programs/ld-collate.c: Likewise.
67274         * locale/programs/ld-ctype.c: Likewise.
67275         * locale/programs/ld-identification.c: Likewise.
67276         * locale/programs/ld-measurement.c: Likewise.
67277         * locale/programs/ld-messages.c: Likewise.
67278         * locale/programs/ld-monetary.c: Likewise.
67279         * locale/programs/ld-name.c: Likewise.
67280         * locale/programs/ld-numeric.c: Likewise.
67281         * locale/programs/ld-paper.c: Likewise.
67282         * locale/programs/ld-telephone.c: Likewise.
67283         * locale/programs/ld-time.c: Likewise.
67284         * locale/programs/linereader.c: Likewise.
67285         * locale/programs/locale.c: Likewise.
67286         * locale/programs/locarchive.c: Likewise.
67287         * locale/programs/locfile.h: Likewise.
67288         * locale/programs/repertoire.c: Likewise.
67289         * locale/programs/simple-hash.c: Likewise.
67290         * locale/programs/simple-hash.h: Likewise.
67291         * malloc/memusage.c: Likewise.
67292         * malloc/memusagestat.c: Likewise.
67293         * nis/nis_defaults.c: Likewise.
67294         * nis/nis_hash.c: Likewise.
67295         * nis/nis_print.c: Likewise.
67296         * nis/nis_xdr.c: Likewise.
67297         * nscd/connections.c: Likewise.
67298         * nscd/hstcache.c: Likewise.
67299         * nscd/nscd_gethst_r.c: Likewise.
67300         * nscd/nscd_getserv_r.c: Likewise.
67301         * nscd/nscd_helper.c: Likewise.
67302         * nscd/servicescache.c: Likewise.
67303         * nss/makedb.c: Likewise.
67304         * nss/nss_db/db-XXX.c: Likewise.
67305         * nss/nss_db/db-initgroups.c: Likewise.
67306         * nss/nss_db/db-netgrp.c: Likewise.
67307         * nss/nss_files/files-network.c: Likewise.
67308         * nss/nss_files/files-parse.c: Likewise.
67309         * posix/bug-regex5.c: Likewise.
67310         * posix/fnmatch_loop.c: Likewise.
67311         * posix/regcomp.c: Likewise.
67312         * posix/regexec.c: Likewise.
67313         * posix/tst-rfc3484-2.c: Likewise.
67314         * posix/tst-rfc3484-3.c: Likewise.
67315         * posix/tst-rfc3484.c: Likewise.
67316         * resolv/nss_dns/dns-canon.c: Likewise.
67317         * resolv/nss_dns/dns-network.c: Likewise.
67318         * resolv/res_init.c: Likewise.
67319         * resolv/res_mkquery.c: Likewise.
67320         * resolv/tst-aton.c: Likewise.
67321         * stdlib/cxa_atexit.c: Likewise.
67322         * stdlib/cxa_finalize.c: Likewise.
67323         * stdlib/gen-fpioconst.c: Likewise.
67324         * stdlib/strtol_l.c: Likewise.
67325         * string/tst-endian.c: Likewise.
67326         * sunrpc/auth_des.c: Likewise.
67327         * sunrpc/clnt_udp.c: Likewise.
67328         * sunrpc/rtime.c: Likewise.
67329         * sunrpc/svcauth_des.c: Likewise.
67330         * sunrpc/xdr.c: Likewise.
67331         * sunrpc/xdr_intXX_t.c: Likewise.
67332         * sunrpc/xdr_rec.c: Likewise.
67333         * sysdeps/generic/ldconfig.h: Likewise.
67334         * sysdeps/generic/ldsodefs.h: Likewise.
67335         * sysdeps/generic/memusage.h: Likewise.
67336         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
67337         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
67338         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
67339         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
67340         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
67341         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
67342         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
67343         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
67344         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
67345         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
67346         * sysdeps/posix/getaddrinfo.c: Likewise.
67347         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
67348         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
67349         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
67350         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
67351         * sysdeps/powerpc/test-gettimebase.c: Likewise.
67352         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
67353         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
67354         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
67355         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
67356         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
67357         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
67358         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
67359         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
67360         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
67361         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
67362         * sysdeps/x86_64/dl-tls.h: Likewise.
67363         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
67364         * time/alt_digit.c: Likewise.
67365         * time/era.c: Likewise.
67366         * wcsmbs/tst-c16c32-1.c: Likewise.
67368 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
67370         * math/libm-test.inc (struct test_sincos_data): New type.
67371         (RUN_TEST_LOOP_sincos): New macro.
67372         (sincos_test_data): New variable.
67373         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
67375 2013-05-16  Richard Henderson  <rth@redhat.com>
67377         * math/atest-exp2.c (LIMB64): New macro.
67378         (CONSTSZ): New macro.
67379         (mp_exp1, mp_exp_m1, mp_log2): New variables.
67380         (hexdig): Move ...
67381         (print_mpn_fp): ... to function scope.
67382         (read_mpn_hex): Remove.
67383         (get_log2): Remove.
67384         (exp2_mpn): Use mp_log2.
67385         (main): Use mp_exp1.
67387 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
67389         * math/libm-test.inc: Remove comment about not testing "inexact"
67390         exceptions.
67391         (INEXACT_EXCEPTION): New macro.
67392         (NO_INEXACT_EXCEPTION): Likewise.
67393         (INVALID_EXCEPTION_OK): Update value.
67394         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
67395         (OVERFLOW_EXCEPTION_OK): Likewise.
67396         (UNDERFLOW_EXCEPTION_OK): Likewise.
67397         (IGNORE_ZERO_INF_SIGN): Likewise.
67398         (ERRNO_UNCHANGED): Likewise.
67399         (ERRNO_EDOM): Likewise.
67400         (ERRNO_ERANGE): Likewise.
67401         (test_exceptions): Handle testing "inexact" exceptions.
67402         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
67403         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
67404         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
67405         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
67406         INEXACT_EXCEPTION.
67407         (rint_towardzero_test_data): Likewise.
67408         (rint_downward_test_data): Likewise.
67409         (rint_upward_test_data): Likewise.
67411         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
67412         with OVERFLOW_EXCEPTION.
67413         (exp10_test_data): Likewise.
67414         (exp2_test_data): Likewise.
67415         (expm1_test_data): Likewise.
67416         (lgamma_test_data): Likewise.
67417         (pow_test_data): Likewise.
67418         (tgamma_test_data): Likewise.
67419         (yn_test_data): Remove duplicate test of overflow.
67421         * math/libm-test.inc (struct test_cc_c_data): New type.
67422         (RUN_TEST_LOOP_cc_c): New macro.
67423         (cpow_test_data): New variable.
67424         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
67426         * math/libm-test.inc (struct test_f_L_data): New type.
67427         (RUN_TEST_LOOP_f_L): New macro.
67428         (llrint_test_data): New variable.
67429         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
67430         (llrint_tonearest_test_data): New variable.
67431         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
67432         (llrint_towardzero_test_data): New variable.
67433         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
67434         (llrint_downward_test_data): New variable.
67435         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
67436         (llrint_upward_test_data): New variable.
67437         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
67438         (llround_test_data): New variable.
67439         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
67441 2013-05-13  Peter Collingbourne  <pcc@google.com>
67443         * math/atest-exp2.c (get_log2): Remove const attribute.
67445 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
67447         * math/libm-test.inc (struct test_f_l_data): New type.
67448         (RUN_TEST_LOOP_f_l): New macro.
67449         (lrint_test_data): New variable.
67450         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
67451         (lrint_tonearest_test_data): New variable.
67452         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
67453         (lrint_towardzero_test_data): New variable.
67454         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
67455         (lrint_downward_test_data): New variable.
67456         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
67457         (lrint_upward_test_data): New variable.
67458         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
67459         (lround_test_data): New variable.
67460         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
67462 2013-05-15  Peter Collingbourne  <pcc@google.com>
67464         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
67465         (EXTRACT_WORDS64) Use where appropriate.
67466         (INSERT_WORDS64) Likewise.
67468         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
67469         constraints with x constraints.
67470         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
67472         * malloc/obstack.c (_obstack_compat): Add initializer.
67474 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
67476         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
67477         si_trapno and add si_addr_lsb to _sifields.sigfault.
67478         (si_trapno): Remove macro.
67479         (si_addr_lsb): Define new macro.
67480         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
67482 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
67484         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
67485         instead of TEST_f_l.
67486         (llrint_test_tonearest): Likewise.
67487         (llrint_test_towardzero): Likewise.
67488         (llrint_test_downward): Likewise.
67489         (llrint_test_upward): Likewise.
67490         (llround_test): Likewise.
67492         * math/libm-test.inc (struct test_f_i_data): Add comment.
67493         (RUN_TEST_LOOP_f_b): New macro.
67494         (RUN_TEST_LOOP_f_b_tg): Likewise.
67495         (finite_test_data): New variable.
67496         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
67497         (isfinite_test_data): New variable.
67498         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
67499         (isinf_test_data): New variable.
67500         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
67501         (isnan_test_data): New variable.
67502         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
67503         (isnormal_test_data): New variable.
67504         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
67505         (issignaling_test_data): New variable.
67506         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
67507         (signbit_test_data): New variable.
67508         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
67510         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
67511         with INVALID_EXCEPTION.
67512         (acosh_test_data): Likewise.
67513         (asin_test_data): Likewise.
67514         (atanh_test_data): Likewise.
67515         (fmod_test_data): Likewise.
67516         (log_test_data): Likewise.
67517         (log10_test_data): Likewise.
67518         (log2_test_data): Likewise.
67519         (pow_test_data): Likewise.
67520         (sqrt_test_data): Likewise.
67521         (y0_test_data): Likewise.
67522         (y1_test_data): Likewise.
67523         (yn_test_data): Likewise.
67525         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
67526         function contents.
67528         * math/libm-test.inc (struct test_ff_i_data): New type.
67529         (RUN_TEST_LOOP_ff_i_tg): New macro.
67530         (isgreater_test_data): New variable.
67531         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
67532         (isgreaterequal_test_data): New variable.
67533         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
67534         (isless_test_data): New variable.
67535         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
67536         (islessequal_test_data): New variable.
67537         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
67538         (islessgreater_test_data): New variable.
67539         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
67540         (isunordered_test_data): New variable.
67541         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
67543 2013-05-14  David S. Miller  <davem@davemloft.net>
67545         * sysdeps/sparc/fpu/libm-test-ulps: Update.
67547 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
67549         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
67551         * math/libm-test.inc (struct test_fF_f1_data): Change type of
67552         extra_test to int.
67553         (struct test_f_i_data): Change type of max_ulp to int.
67555         * math/libm-test.inc (test_ffI_f1_data): New type.
67556         (RUN_TEST_LOOP_ffI_f1): New macro.
67557         (remquo_test_data): New variable.
67558         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
67560         * setjmp/tst-setjmp-fp.c: New file.
67561         * setjmp/Makefile (tests): Add tst-setjmp-fp.
67562         (link-libm): New variable.
67563         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
67565         * math/libm-test.inc (struct test_f_i_data): New type.
67566         (RUN_TEST_LOOP_f_i): New macro.
67567         (RUN_TEST_LOOP_f_i_tg): Likewise.
67568         (fpclassify_test_data): New variable.
67569         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
67570         (ilogb_test_data): New variable.
67571         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
67573         * math/libm-test.inc (scalbln_test): Correct function name in END
67574         call.
67576         * math/libm-test.inc (struct test_f_f1_data): Add comment.
67577         (RUN_TEST_LOOP_fI_f1): New macro.
67578         (frexp_test_data): New variable.
67579         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
67581         * math/libm-test.inc (struct test_fF_f1_data): New type.
67582         (RUN_TEST_LOOP_fF_f1): New macro.
67583         (modf_test_data): New variable.
67584         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
67586         * math/libm-test.inc (struct test_f_f1_data): New type.
67587         (RUN_TEST_LOOP_f_f1): New macro.
67588         (gamma_test_data): New variable.
67589         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
67590         (lgamma_test_data): New variable.
67591         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
67593 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
67595         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
67596         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
67597         (main): Comment "tls" pseudo-hwcap.
67599 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
67601         * math/libm-test.inc (struct test_fl_f_data): New type.
67602         (RUN_TEST_LOOP_fl_f): New variable.
67603         (scalbln_test_data): New variable.
67604         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
67606         * math/libm-test.inc (struct test_fi_f_data): New type.
67607         (RUN_TEST_LOOP_fi_f): New macro.
67608         (ldexp_test_data): New variable.
67609         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
67610         (scalbn_test_data): New variable.
67611         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
67613         * math/libm-test.inc (struct test_c_f_data): New type.
67614         (RUN_TEST_LOOP_c_f): New macro.
67615         (cabs_test_data): New variable.
67616         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
67617         (carg_test_data): New variable.
67618         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
67619         (cimag_test_data): New variable.
67620         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
67621         (creal_test_data): New variable.
67622         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
67624         * math/libm-test.inc (struct test_if_f_data): New type.
67625         (RUN_TEST_LOOP_if_f): New macro.
67626         (jn_test_data): New variable.
67627         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
67628         (yn_test_data): New variable.
67629         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
67631         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
67633 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
67635         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
67636         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
67638 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
67640         * benchtests/Makefile (CPPFLAGS-nonlib): Add
67641         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
67642         (bench-deps): Add bench-timing.h.
67643         * benchtests-bench-skeleton.c: Include bench-timing.h.
67644         (main): Use TIMING_* macros instead of clock_gettime.
67645         * benchtests/bench-timing.h: New file.
67647         [BZ #14582]
67648         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
67649         Renamed from _LIB_VERSION.
67650         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
67652 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
67654         * math/libm-test.inc (struct test_fff_f_data): New type.
67655         (RUN_TEST_LOOP_fff_f): New macro.
67656         (fma_test_data): New variable.
67657         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
67658         (fma_towardzero_test_data): New variable.
67659         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
67660         (fma_downward_test_data): New variable.
67661         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
67662         (fma_upward_test_data): New variable.
67663         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
67665         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
67666         (struct test_c_c_data): New type.
67667         (RUN_TEST_LOOP_c_c): New macro.
67668         (cacos_test_data): New variable.
67669         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
67670         (cacosh_test_data): New variable.
67671         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
67672         (casin_test_data): New variable.
67673         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
67674         (casinh_test_data): New variable.
67675         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
67676         (catan_test_data): New variable.
67677         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
67678         (catanh_test_data): New variable.
67679         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
67680         (ccos_test_data): New variable.
67681         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
67682         (ccosh_test_data): New variable.
67683         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
67684         (cexp_test_data): New variable.
67685         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
67686         (clog_test_data): New variable.
67687         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
67688         (clog10_test_data): New variable.
67689         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
67690         (conj_test_data): New variable.
67691         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
67692         (cproj_test_data): New variable.
67693         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
67694         (csin_test_data): New variable.
67695         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
67696         (csinh_test_data): New variable.
67697         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
67698         (csqrt_test_data): New variable.
67699         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
67700         (ctan_test_data): New variable.
67701         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
67702         (ctan_tonearest_test_data): New variable.
67703         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
67704         (ctan_towardzero_test_data): New variable.
67705         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
67706         (ctan_downward_test_data): New variable.
67707         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
67708         (ctan_upward_test_data): New variable.
67709         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
67710         (ctanh_test_data): New variable.
67711         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
67712         (ctanh_tonearest_test_data): New variable.
67713         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
67714         (ctanh_towardzero_test_data): New variable.
67715         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
67716         (ctanh_downward_test_data): New variable.
67717         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
67718         (ctanh_upward_test_data): New variable.
67719         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
67720         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
67721         of BUILD_COMPLEX.
67723         * math/libm-test.inc (struct test_ff_f_data): New type.
67724         (struct test_ff_f_data_nexttoward): Likewise.
67725         (RUN_TEST_LOOP_2_f): New macro.
67726         (RUN_TEST_LOOP_ff_f): Likewise.
67727         (atan2_test_data): New variable.
67728         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
67729         (copysign_test_data): New variable.
67730         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
67731         (fdim_test_data): New variable.
67732         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
67733         (fmax_test_data): New variable.
67734         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
67735         (fmin_test_data): New variable.
67736         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
67737         (fmod_test_data): New variable.
67738         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
67739         (hypot_test_data): New variable.
67740         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
67741         (nextafter_test_data): New variable.
67742         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
67743         (nexttoward_test_data): New variable.
67744         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
67745         (pow_test_data): New variable.
67746         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
67747         (pow_tonearest_test_data): New variable.
67748         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
67749         (pow_towardzero_test_data): New variable.
67750         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
67751         (pow_downward_test_data): New variable.
67752         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
67753         (pow_upward_test_data): New variable.
67754         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
67755         (remainder_test_data): New variable.
67756         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
67757         (scalb_test_data): New variable.
67758         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
67759         * sysdeps/i386/fpu/libm-test-ulps: Update.
67761 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
67763         * math/libm-test.inc (fma_test): Use max_value instead of local
67764         variable fltmax.
67765         (nextafter_test): Likewise.
67767         * math/libm-test.inc (acos_towardzero_test_data): New variable.
67768         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
67769         (acos_downward_test_data): New variable.
67770         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
67771         (acos_upward_test_data): New variable.
67772         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
67773         (acosh_test_data): New variable.
67774         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
67775         (asin_test_data): New variable.
67776         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
67777         (asin_tonearest_test_data): New variable.
67778         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
67779         (asin_towardzero_test_data): New variable.
67780         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
67781         (asin_downward_test_data): New variable.
67782         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
67783         (asin_upward_test_data): New variable.
67784         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
67785         (asinh_test_data): New variable.
67786         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
67787         (atan_test_data): New variable.
67788         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
67789         (atanh_test_data): New variable.
67790         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
67791         (cbrt_test_data): New variable.
67792         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
67793         (ceil_test_data): New variable.
67794         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
67795         (cos_test_data): New variable.
67796         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
67797         (cos_tonearest_test_data): New variable.
67798         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
67799         (cos_towardzero_test_data): New variable.
67800         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
67801         (cos_downward_test_data): New variable.
67802         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
67803         (cos_upward_test_data): New variable.
67804         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
67805         (cosh_test_data): New variable.
67806         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
67807         (cosh_tonearest_test_data): New variable.
67808         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
67809         (cosh_towardzero_test_data): New variable.
67810         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
67811         (cosh_downward_test_data): New variable.
67812         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
67813         (cosh_upward_test_data): New variable.
67814         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
67815         (erf_test_data): New variable.
67816         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
67817         (erfc_test_data): New variable.
67818         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
67819         (exp_test_data): New variable.
67820         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
67821         (exp_tonearest_test_data): New variable.
67822         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
67823         (exp_towardzero_test_data): New variable.
67824         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
67825         (exp_downward_test_data): New variable.
67826         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
67827         (exp_upward_test_data): New variable.
67828         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
67829         (exp10_test_data): New variable.
67830         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
67831         (exp2_test_data): New variable.
67832         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
67833         (expm1_test_data): New variable.
67834         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
67835         (fabs_test_data): New variable.
67836         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
67837         (floor_test_data): New variable.
67838         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
67839         (j0_test_data): New variable.
67840         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
67841         (j1_test_data): New variable.
67842         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
67843         (log_test_data): New variable.
67844         (log_test): Run tests with RUN_TEST_LOOP_f_f.
67845         (log10_test_data): New variable.
67846         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
67847         (log1p_test_data): New variable.
67848         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
67849         (log2_test_data): New variable.
67850         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
67851         (logb_test_data): New variable.
67852         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
67853         (logb_downward_test_data): New variable.
67854         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
67855         (nearbyint_test_data): New variable.
67856         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
67857         (rint_test_data): New variable.
67858         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
67859         (rint_tonearest_test_data): New variable.
67860         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
67861         (rint_towardzero_test_data): New variable.
67862         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
67863         (rint_downward_test_data): New variable.
67864         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
67865         (rint_upward_test_data): New variable.
67866         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
67867         (round_test_data): New variable.
67868         (round_test): Run tests with RUN_TEST_LOOP_f_f.
67869         (sin_test_data): New variable.
67870         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
67871         (sin_tonearest_test_data): New variable.
67872         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
67873         (sin_towardzero_test_data): New variable.
67874         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
67875         (sin_downward_test_data): New variable.
67876         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
67877         (sin_upward_test_data): New variable.
67878         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
67879         (sinh_test_data): New variable.
67880         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
67881         (sinh_tonearest_test_data): New variable.
67882         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
67883         (sinh_towardzero_test_data): New variable.
67884         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
67885         (sinh_downward_test_data): New variable.
67886         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
67887         (sinh_upward_test_data): New variable.
67888         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
67889         (sqrt_test_data): New variable.
67890         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
67891         (tan_test_data): New variable.
67892         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
67893         (tan_tonearest_test_data): New variable.
67894         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
67895         (tan_towardzero_test_data): New variable.
67896         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
67897         (tan_downward_test_data): New variable.
67898         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
67899         (tan_upward_test_data): New variable.
67900         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
67901         (tanh_test_data): New variable.
67902         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
67903         (tgamma_test_data): New variable.
67904         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
67905         (trunc_test_data): New variable.
67906         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
67907         (y0_test_data): New variable.
67908         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
67909         (y1_test_data): New variable.
67910         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
67911         (significand_test_data): New variable.
67912         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
67914 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
67916         [BZ #12387]
67917         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
67919 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
67921         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
67923 2013-05-10  Andreas Jaeger  <aj@suse.de>
67925         [BZ #15448]
67926         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
67927         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
67929 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
67931         * math/gen-libm-test.pl (adjust_arg): New function.
67932         (special_functions): Handle generating output in both functions
67933         and arrays.
67934         (parse_args): Likewise.
67935         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
67936         $in_func argument to parse_args.
67937         * math/libm-test.inc (struct test_f_f_data): New type.
67938         (IF_ROUND_INIT_): New macro.
67939         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
67940         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
67941         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
67942         (IF_ROUND_INIT_FE_UPWARD): Likewise.
67943         (ROUND_RESTORE_): Likewise.
67944         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
67945         (ROUND_RESTORE_FE_TONEAREST): Likewise.
67946         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
67947         (ROUND_RESTORE_FE_UPWARD): Likewise.
67948         (RUN_TEST_LOOP_f_f): New macro.
67949         (acos_test_data): New variable.
67950         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
67951         (acos_tonearest_test_data): New variable.
67952         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
67954 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
67956         * benchtests/bench-skeleton.c (startup): Fix coding style.
67958 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
67960         [BZ #6809]
67961         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
67962         negative infinity argument.
67963         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
67964         negative infinity argument.
67965         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
67966         negative infinity argument.
67967         * math/libm-test.inc (tgamma_test): Expect errno to be set for
67968         domain errors.
67970 2013-05-10  Florian Weimer  <fweimer@redhat.com>
67972         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
67973         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
67974         * iconv/iconv_prog.c (main): Likewise.
67975         * locale/programs/charmap-dir.c (charmap_readdir)
67976         (fopen_uncompressed): Likewise.
67977         * locale/programs/locfile.c (siblings_uncached)
67978         (write_locale_data): Use lstat64 instead of lstat.
67979         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
67980         stat.
67982 2013-05-10  Andreas Jaeger  <aj@suse.de>
67984         [BZ #15395]
67985         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
67986         localization.
67987         Include <locale.h>.
67989 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
67991         * elf/dl-close.c (_dl_close_worker): Add comments.
67993 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
67995         [BZ #15359]
67996         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
67997         high part of pi/2.
67998         (__ieee754_rem_pio2l): Update comments.
68000         [BZ #15429]
68001         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
68002         high part of pi/2.
68003         (__ieee754_rem_pio2l): Update comments.
68005         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
68006         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
68008         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
68009         M_PI_4l.
68011         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
68012         (M_PI_34_LOG10El): Likewise.
68013         (M_PI2_LOG10El): Likewise.
68014         (M_PI4_LOG10El): Likewise.
68015         (M_PI_LOG10El): Likewise.
68017 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
68019         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
68021 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
68023         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
68024         (MINUS_ZERO_INIT): Likewise.
68025         (PLUS_INFTY_INIT): Likewise.
68026         (MINUS_INFTY_INIT): Likewise.
68027         (QNAN_VALUE_INIT): Likewise.
68028         (MAX_VALUE_INIT): Likewise.
68029         (MIN_VALUE_INIT): Likewise.
68030         (MIN_SUBNORM_VALUE_INIT): Likewise.
68031         (plus_zero): Initialize with PLUS_ZERO_INIT.
68032         (minus_zero): Initialize with MINUS_ZERO_INIT.
68033         (plus_infty): Initialize with PLUS_INFTY_INIT.
68034         (minus_infty): Initialize with MINUS_INFTY_INIT.
68035         (qnan_value): Initialize with QNAN_VALUE_INIT.
68036         (max_value): Initialize with MAX_VALUE_INIT.
68037         (min_value): Initialize with MIN_VALUE_INIT.
68038         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
68040         * math/libm-test.inc (RUN_TEST_if_f): New macro.
68041         (jn_test): Use TEST_if_f instead of TEST_ff_f.
68042         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
68043         (yn_test): Use TEST_if_f instead of TEST_ff_f.
68045         * math/libm-test.inc (RUN_TEST_f_f): New macro.
68046         (RUN_TEST_2_f): Likewise.
68047         (RUN_TEST_ff_f): Likewise.
68048         (RUN_TEST_fi_f): Likewise.
68049         (RUN_TEST_fl_f): Likewise.
68050         (RUN_TEST_fff_f): Likewise.
68051         (RUN_TEST_c_f): Likewise.
68052         (RUN_TEST_f_f1): Likewise.
68053         (RUN_TEST_fF_f1): Likewise.
68054         (RUN_TEST_fI_f1): Likewise.
68055         (RUN_TEST_ffI_f1): Likewise.
68056         (RUN_TEST_c_c): Likewise.
68057         (RUN_TEST_cc_c): Likewise.
68058         (RUN_TEST_f_i): Likewise.
68059         (RUN_TEST_f_i_tg): Likewise.
68060         (RUN_TEST_ff_i_tg): Likewise.
68061         (RUN_TEST_f_b): Likewise.
68062         (RUN_TEST_f_b_tg): Likewise.
68063         (RUN_TEST_f_l): Likewise.
68064         (RUN_TEST_f_L): Likewise.
68065         (RUN_TEST_sincos): Likewise.
68066         * math/gen-libm-test.pl (new_test): Take new argument to indicate
68067         whether to show exceptions.  Do not include ");\n" in return
68068         value.
68069         (special_functions): Output call to RUN_TEST_sincos instead of
68070         check_float calls.  Update calls to new_test.
68071         (parse_args): Output call to single RUN_TEST_* macro instead of
68072         check_* calls and other assignments.  Update calls to new_test.
68074         [BZ #2546]
68075         [BZ #2560]
68076         [BZ #5159]
68077         [BZ #15426]
68078         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
68079         input to result for tgamma overflow.
68080         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
68081         (gamma_coeff): New variable.
68082         (NCOEFF): New macro.
68083         (gamma_positive): New function.
68084         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
68085         underflow here.  Use gamma_positive instead of exp (lgamma) for
68086         other arguments.
68087         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
68088         (gamma_coeff): New variable.
68089         (NCOEFF): New macro.
68090         (gammaf_positive): New function.
68091         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
68092         underflow here.  Use gamma_positive instead of exp (lgamma) for
68093         other arguments.
68094         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
68095         (gamma_coeff): New variable.
68096         (NCOEFF): New macro.
68097         (gammal_positive): New function.
68098         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
68099         underflow here.  Use gamma_positive instead of exp (lgamma) for
68100         other arguments.
68101         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
68102         (gamma_coeff): New variable.
68103         (NCOEFF): New macro.
68104         (gammal_positive): New function.
68105         (__ieee754_gammal_r): Handle positive infinity, overflow and
68106         underflow here.  Handle NaN the same as positive infinity.  Remove
68107         check x < 0xffffffff for negative integers.  Use gamma_positive
68108         instead of exp (lgamma) for other arguments.
68109         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
68110         (gamma_coeff): New variable.
68111         (NCOEFF): New macro.
68112         (gammal_positive): New function.
68113         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
68114         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
68115         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
68116         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
68117         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
68118         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
68119         * sysdeps/generic/math_private.h (__gamma_productf): New
68120         prototype.
68121         (__gamma_product): Likewise.
68122         (__gamma_productl): Likewise.
68123         * math/Makefile (libm-calls): Add gamma_product.
68124         * math/libm-test.inc (tgamma_test): Add more tests.
68125         * sysdeps/i386/fpu/libm-test-ulps: Update.
68126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
68128 2013-05-08  Ondƙej BĂ­lka  <neleai@seznam.cz>
68130         * benchtests/bench-skeleton.c (main): Preheat CPU.
68132 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
68134         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
68136 2013-05-07  Roland McGrath  <roland@hack.frob.com>
68138         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
68139         and _dl_skip_args_internal.
68141 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
68143         * manual/message.texi (Message Translation): Talk about users.
68144         Message to key mapping impacts design.
68146 2013-05-06  Roland McGrath  <roland@hack.frob.com>
68148         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
68150         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
68152         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
68153         * sysdeps/wordsize-64/glob64.c: ... here.
68155         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
68156         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
68157         New macros.
68159         * debug/getlogin_r_chk.c: Moved to ...
68160         * login/getlogin_r_chk.c: ... here.
68161         * debug/Makefile (routines): Move getlogin_r_chk to ...
68162         * login/Makefile (routines): ... here.
68163         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
68164         * login/Versions (libc: GLIBC_2.4): ... here.
68166         * io/poll.c (__poll): Renamed from poll.
68167         Add libc_hidden_def.
68168         (poll): Define as weak alias.
68170         * debug/ptsname_r_chk.c: Moved to ...
68171         * login/ptsname_r_chk.c: ... here.
68172         * debug/Makefile (routines): Move ptsname_r_chk to ...
68173         * login/Makefile (routines): ... here.
68174         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
68175         * login/Versions (libc: GLIBC_2.4): ... here.
68177         * posix/getlogin.c: Moved to ...
68178         * login/getlogin.c: ... here.
68179         * posix/getlogin_r.c: Moved to ...
68180         * login/getlogin_r.c: ... here.
68181         * posix/getlogin_r.c: Moved to ...
68182         * login/getlogin_r.c: ... here.
68183         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
68184         * login/Makefile (routines): ... here.
68185         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
68186         * login/Versions (libc: GLIBC_2.0): ... here.
68188         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
68189         (setrlimit): Define as weak alias.
68191         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
68192         Call __ names for open, ftruncate, and close.
68193         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
68194         (truncate): Define as weak alias.
68196 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
68198         * math/gen-libm-test.pl (parse_args): Initialize x before each
68199         test of frexp, modf and remquo.
68201         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
68202         test signgam value.
68204 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
68206         [BZ #15418]
68207         [BZ #15419]
68208         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
68209         internal tests.
68210         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
68212 2013-05-06  Roland McGrath  <roland@hack.frob.com>
68214         * elf/dl-writev.h: New file.
68215         * elf/dl-misc.c: Include it.
68216         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
68217         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
68219 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
68221         * math/libm-test.inc (noXFails): Remove variable.
68222         (noXPasses): Likewise.
68223         (BUILD_COMPLEX_INT): Remove macro.
68224         (print_screen): Remove xfail argument.
68225         (print_screen_max_error): Likewise.
68226         (update_stats): Likewise.
68227         (print_max_error): Likewise.  Update calls to other affected
68228         functions.
68229         (print_complex_max_error): Likewise.
68230         (test_single_exception): Update calls to print_screen.
68231         (test_single_errno): Likewise.
68232         (check_float_internal): Remove xfail argument.  Update calls to
68233         other affected functions.
68234         (check_float): Likewise.
68235         (check_complex): Likewise.
68236         (check_int): Likewise.
68237         (check_long): Likewise.
68238         (check_bool): Likewise.
68239         (check_longlong): Likewise.
68240         (main): Don't print noXFails and noXPasses.
68241         * math/gen-libm-test.pl (top level): Don't mention expected
68242         failure handling in comment.
68243         (new_test): Don't handle expected failures.
68244         (parse_args): Don't mention expected failure handling in comment.
68245         (generate_testfile): Don't handle expected failures.
68246         (parse_ulps): Likewise.
68247         (print_ulps_file): Likewise.
68248         (get_failure): Remove function.
68249         (output_test): Don't handle expected failures.
68250         * make/README.libm-test: Don't mention expected failure handling.
68252         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
68253         (minus_zero): Likewise.
68254         (plus_infty): Likewise.
68255         (minus_infty): Likewise.
68256         (qnan_value): Likewise.
68257         (max_value): Likewise.
68258         (min_value): Likewise.
68259         (min_subnorm_value): Likewise.
68260         (initialize): Do not initialize those variables dynamically.
68262 2013-05-03  Roland McGrath  <roland@hack.frob.com>
68264         * io/open.c (__open_2): Moved to ...
68265         * io/open_2.c: ... this new file.
68266         * io/open64.c (__open64_2): Moved to ...
68267         * io/open64_2.c: ... this new file.
68268         * io/openat.c (__openat_2): Moved to ...
68269         * io/openat_2.c: ... this new file.
68270         * io/openat64.c (__openat64_2): Moved to ...
68271         * io/openat64_2.c: ... this new file.
68272         * io/Makefile (routines): Add them.
68273         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
68274         * sysdeps/unix/sysv/linux/open_2.c: File removed.
68275         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
68276         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
68277         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
68278         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
68279         (__openat64): Add hidden_ver.
68280         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
68281         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
68283         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
68284         Separately conditionalize setting of GLRO(dl_sysinfo) so
68285         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
68286         as well, but the actual setting is only under [NEED_DL_SYSINFO].
68288 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
68290         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
68291         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
68292         definition.
68293         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
68294         * sysdeps/unix/sysv/linux/powerpc/init-first.c
68295         (_libc_vdso_platform_setup): Add __vdso_time initialization.
68296         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
68297         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
68299 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
68301         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
68302         test signgam value.
68304         * math/libm-test.inc (hypot_test): Do not use
68305         IGNORE_ZERO_INF_SIGN.
68307 2013-05-03  Andreas Jaeger  <aj@suse.de>
68309         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
68310         Linux 3.9.
68311         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
68312         (PF_MAX): Adjust for VSOCK change.
68314 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
68316         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
68318 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
68320         [BZ #15264]
68321         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
68322         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
68323         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
68325 2013-05-02  David S. Miller  <davem@davemloft.net>
68327         * sysdeps/sparc/fpu/libm-test-ulps: Update.
68329 2013-05-01  Ondƙej BĂ­lka  <neleai@seznam.cz>
68331         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
68333 2013-05-01  Roland McGrath  <roland@hack.frob.com>
68335         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
68337 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
68339         [BZ #14952]
68340         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
68341         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
68342         Use __attribute__ ((__gnu_inline__)).
68343         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
68344         Don't use __attribute__ ((__gnu_inline__)).
68346 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
68348         [BZ #15423]
68349         * math/s_catan.c (__catan): Handle small real or imaginary part of
68350         input specially to avoid spurious underflow.
68351         * math/s_catanf.c (__catanf): Likewise.
68352         * math/s_catanh.c (__catanh): Likewise.
68353         * math/s_catanhf.c (__catanhf): Likewise.
68354         * math/s_catanhl.c (__catanhl): Likewise.
68355         * math/s_catanl.c (__catanl): Likewise.
68356         * math/libm-test.inc (catan_test): Add more tests.
68357         (catanh_test): Likewise.
68358         * sysdeps/i386/fpu/libm-test-ulps: Update.
68359         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
68361 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
68363         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
68365 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
68367         [BZ #15416]
68368         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
68369         accurately for denominator in atan2.
68370         * math/s_catanf.c (__catanf): Likewise.
68371         * math/s_catanh.c (__catanh): Likewise.
68372         * math/s_catanhf.c (__catanhf): Likewise.
68373         * math/s_catanhl.c (__catanhl): Likewise.
68374         * math/s_catanl.c (__catanl): Likewise.
68375         * math/libm-test.inc (catan_test): Add more tests.
68376         (catanh_test): Likewise.
68377         * sysdeps/i386/fpu/libm-test-ulps: Update.
68378         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
68380 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
68382         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
68384         * benchtests/Makefile (bench): Remove slow benchmarks.
68385         * benchtests/atan-inputs: Add slow benchmark inputs.
68386         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
68387         (BENCH_FUNC): Accept variant offset.
68388         (VARIANT): Define.
68389         * benchtests/bench-skeleton.c (main): Run benchmark for each
68390         variant.
68391         * benchtests/cos-inputs: Add slow benchmark inputs.
68392         * benchtests/exp-inputs: Likewise.
68393         * benchtests/pow-inputs: Likewise.
68394         * benchtests/sin-inputs: Likewise.
68395         * benchtests/slowatan-inputs: Remove.
68396         * benchtests/slowatan.c: Remove.
68397         * benchtests/slowcos-inputs: Remove.
68398         * benchtests/slowcos.c: Remove.
68399         * benchtests/slowexp-inputs: Remove.
68400         * benchtests/slowexp.c: Remove.
68401         * benchtests/slowpow-inputs: Remove.
68402         * benchtests/slowpow.c: Remove.
68403         * benchtests/slowsin-inputs: Remove.
68404         * benchtests/slowsin.c: Remove.
68405         * benchtests/slowtan-inputs: Remove.
68406         * benchtests/slowtan.c: Remove.
68407         * benchtests/tan-inputs: Add slow benchmark inputs.
68408         * scripts/bench.pl: Parse comments and directives.
68410         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
68411         in CPPFLAGS.
68412         ($(objpfx)bench-%.c): Remove *-ITER.
68413         * benchtests/bench-modf.c: Remove definition of ITER.
68414         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
68415         (main): Loop for DURATION seconds instead of fixed number of
68416         iterations.
68417         * scripts/bench.pl: Don't expect iterations in parameters.
68419 2013-04-29  Roland McGrath  <roland@hack.frob.com>
68421         * io/fchdir.c (__fchdir): Renamed from fchdir.
68422         (fchdir): Define as weak alias.
68424 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
68426         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
68427         (ERRNO_EDOM): Likewise.
68428         (ERRNO_ERANGE): Likewise.
68429         (noErrnoTests): New variable.
68430         (init_max_error): Set errno to 0.
68431         (test_single_errno): New function.
68432         (test_errno): Likewise.
68433         (check_float_internal): Call test_errno.  Set errno to 0.
68434         (check_complex): Refer to errno tests in comment.
68435         (check_int): Call test_errno.  Set errno to 0.
68436         (check_long): Likewise.
68437         (check_bool): Likewise.
68438         (check_longlong): Likewise.
68439         (cos_test): Use ERRNO_* flags for errno tests instead of
68440         check_int.
68441         (expm1_test): Likewise.
68442         (fmod_test): Likewise.
68443         (ilogb_test): Likewise.
68444         (lgamma_test): Likewise.
68445         (pow_test): Likewise.
68446         (remainder_test): Likewise.
68447         (sin_test): Likewise.
68448         (tan_test): Likewise.
68449         (yn_test): Likewise.
68450         (initialize): Set errno to 0.
68451         (main): Print number of errno tests.
68452         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
68454 2013-04-29  Andreas Jaeger  <aj@suse.de>
68456         [BZ #15084]
68457         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
68458         and RES_USEVC.
68460         [BZ #15085]
68461         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
68462         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
68463         unimplemented.
68465         [BZ #15380]
68466         * stdlib/random.c (__initstate): Return NULL if
68467         __initstate fails.
68469         [BZ #15086]
68470         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
68471         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
68472         RES_SNGLKUPREOP.
68474 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
68476         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
68478 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
68480         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
68481         of individual tests.
68482         (casin_test): Likewise.
68483         (casinh_test): Likewise.
68485 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
68487         [BZ #15409]
68488         * math/s_catan.c (__catan): Handle arguments with large real or
68489         imaginary part separately without squaring.
68490         * math/s_catanf.c (__catanf): Likewise.
68491         * math/s_catanh.c (__catanh): Likewise.
68492         * math/s_catanhf.c (__catanhf): Likewise.
68493         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
68494         and redefine.
68495         (__catanhl): Handle arguments with large real or imaginary part
68496         separately without squaring.
68497         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
68498         and redefine.
68499         (__catanl): Handle arguments with large real or imaginary part
68500         separately without squaring.
68501         * math/libm-test.inc (catan_test): Add more tests.
68502         (catanh_test): Likewise.
68503         * sysdeps/i386/fpu/libm-test-ulps: Update.
68504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
68506 2013-04-27  Andreas Jaeger  <aj@suse.de>
68508         [BZ #15007]
68509         * stdlib/stdlib.h: Update guards for qecvt.
68510         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
68511         <stdlib.h>.
68513 2013-04-27  Allan McRae  <allan@archlinux.org>
68515         * sysdeps/i386/fpu/libm-test-ulps: Update.
68517 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
68519         [BZ #15406]
68520         * math/s_catan.c: Include <float.h>.
68521         (__catan): Ensure underflow exception occurs for underflowed
68522         result.
68523         * math/s_catanf.c: Include <float.h>.
68524         (__catanf): Ensure underflow exception occurs for underflowed
68525         result.
68526         * math/s_catanh.c: Include <float.h>.
68527         (__catanh): Ensure underflow exception occurs for underflowed
68528         result.
68529         * math/s_catanhf.c: Include <float.h>.
68530         (__catanhf): Ensure underflow exception occurs for underflowed
68531         result.
68532         * math/s_catanhl.c: Include <float.h>.
68533         (__catanhl): Ensure underflow exception occurs for underflowed
68534         result.
68535         * math/s_catanl.c: Include <float.h>.
68536         (__catanl): Ensure underflow exception occurs for underflowed
68537         result.
68538         * math/libm-test.inc (catan_test): Add more tests.
68539         (catanh_test): Likewise.
68541         [BZ #15405]
68542         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
68543         underflowed result.
68544         * math/s_ccoshf.c (__ccoshf): Likewise.
68545         * math/s_ccoshl.c (__ccoshl): Likewise.
68546         * math/s_csin.c (__csin): Likewise.
68547         * math/s_csinf.c (__csinf): Likewise.
68548         * math/s_csinh.c (__csinh): Likewise.
68549         * math/s_csinhf.c (__csinhf): Likewise.
68550         * math/s_csinhl.c (__csinhl): Likewise.
68551         * math/s_csinl.c (__csinl): Likewise.
68552         * math/libm-test.inc (ccos_test): Add more tests.
68553         (ccosh_test): Likewise.
68554         (csin_test): Likewise.
68555         (csinh_test): Likewise.
68557 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
68559         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
68560         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
68561         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
68562         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
68563         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
68564         powerpc/power5+/fpu folders.
68565         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
68568 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
68570         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
68572 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
68574         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
68575         additions to variable.
68576         [$(config-machine) = x86_64] (modules-names): Likewise.
68577         ($(objpfx)tst-audit3): Remove dependency.
68578         ($(objpfx)tst-audit3.out): Likewise.
68579         ($(objpfx)tst-audit4): Likewise.
68580         ($(objpfx)tst-audit4.out): Likewise.
68581         ($(objpfx)tst-audit5): Likewise.
68582         ($(objpfx)tst-audit5.out): Likewise.
68583         ($(objpfx)tst-audit6): Likewise.
68584         ($(objpfx)tst-audit6.out): Likewise.
68585         ($(objpfx)tst-audit7): Likewise.
68586         ($(objpfx)tst-audit7.out): Likewise.
68587         (tst-audit3-ENV): Remove variable.
68588         (tst-audit4-ENV): Likewise.
68589         (tst-audit5-ENV): Likewise.
68590         (tst-audit6-ENV): Likewise.
68591         (tst-audit7-ENV): Likewise.
68592         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
68593         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
68594         addition to variable.
68595         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
68596         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
68597         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
68598         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
68599         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
68600         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
68601         tst-audit3, tst-audit4 and tst-audit5.
68602         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
68603         tst-audit6 and tst-audit7.
68604         [$(subdir) = elf] (modules-names): Add audit modules for those
68605         tests.
68606         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
68607         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
68608         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
68609         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
68610         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
68611         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
68612         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
68613         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
68614         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
68615         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
68616         [$(subdir) = elf] (tst-audit3-ENV): New variable.
68617         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
68618         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
68619         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
68620         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
68621         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
68622         Likewise.
68623         [$(subdir) = elf && $(config-cflags-avx) = yes]
68624         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
68625         [$(subdir) = elf && $(config-cflags-avx) = yes]
68626         (CFLAGS-tst-auditmod4a.c): Likewise.
68627         [$(subdir) = elf && $(config-cflags-avx) = yes]
68628         (CFLAGS-tst-auditmod4b.c): Likewise.
68629         [$(subdir) = elf && $(config-cflags-avx) = yes]
68630         (CFLAGS-tst-auditmod6b.c): Likewise.
68631         [$(subdir) = elf && $(config-cflags-avx) = yes]
68632         (CFLAGS-tst-auditmod6c.c): Likewise.
68633         [$(subdir) = elf && $(config-cflags-avx) = yes]
68634         (CFLAGS-tst-auditmod7b.c): Likewise.
68635         * elf/tst-audit3.c: Move to ...
68636         * sysdeps/x86_64/tst-audit3.c: ... here.
68637         * elf/tst-audit4.c: Move to ...
68638         * sysdeps/x86_64/tst-audit4.c: ... here.
68639         * elf/tst-audit5.c: Move to ...
68640         * sysdeps/x86_64/tst-audit5.c: ... here.
68641         * elf/tst-audit6.c: Move to ...
68642         * sysdeps/x86_64/tst-audit6.c: ... here.
68643         * elf/tst-audit7.c: Move to ...
68644         * sysdeps/x86_64/tst-audit7.c: ... here.
68645         * elf/tst-auditmod3a.c: Move to ...
68646         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
68647         * elf/tst-auditmod3b.c: Move to ...
68648         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
68649         * elf/tst-auditmod4a.c: Move to ...
68650         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
68651         * elf/tst-auditmod4b.c: Move to ...
68652         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
68653         * elf/tst-auditmod5a.c: Move to ...
68654         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
68655         * elf/tst-auditmod5b.c: Move to ...
68656         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
68657         * elf/tst-auditmod6a.c: Move to ...
68658         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
68659         * elf/tst-auditmod6b.c: Move to ...
68660         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
68661         * elf/tst-auditmod6c.c: Move to ...
68662         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
68663         * elf/tst-auditmod7a.c: Move to ...
68664         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
68665         * elf/tst-auditmod7b.c: Move to ...
68666         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
68668 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
68670         [BZ #15366]
68671         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
68672         define unconditionally.
68673         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
68674         define unconditionally.
68675         (INT8_C, INT16_C, etc.): Likewise.
68677 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
68679         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
68680         __ehdr_start with hidden visibility.
68682         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
68684 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
68686         * math/libm-test.inc (cos_test): Use accurate hex constants.
68687         (sincost_test): Likewise.
68689 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
68691         * math/libm-test.inc (catan_test): Add more tests.
68692         (catanh_test): Likewise.
68694         * math/s_catanf.c (__catanf): Use suffixed floating-point
68695         constants.
68696         * math/s_catanhf.c (__catanhf): Likewise.
68697         * math/s_catanhl.c (__catanhl): Likewise.
68698         * math/s_catanl.c (__catanl): Likewise.
68700         [BZ #15394]
68701         * math/s_catan.c (__catan): Calculate imaginary part of result
68702         with log1p not log unless computing log of number close to 0.
68703         * math/s_catanf.c (__catanf): Likewise.
68704         * math/s_catanl.c (__catanl): Likewise.
68705         * math/s_catanh.c (__catanh): Calculate real part of result with
68706         log1p not log unless computing log of number close to 0.
68707         * math/s_catanhf.c (__catanhf): Likewise.
68708         * math/s_catanhl.c (__catanhl): Likewise.
68709         * math/libm-test.inc (catan_test): Add more tests.
68710         (catanh_test): Likewise.
68711         * sysdeps/i386/fpu/libm-test-ulps: Update.
68712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
68714 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
68716         * benchtests/Makefile: Mention files in which fast and slow
68717         paths of math functions are implemented.
68719 2013-04-23  Roland McGrath  <roland@hack.frob.com>
68721         * sysdeps/posix/timespec_get.c: New file.
68723 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
68725         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
68726         POWER.
68727         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
68728         for POWER.
68729         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
68730         powerpc/power5/fpu folders.
68731         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
68732         * benchtests/Makefile: Add modf testcase.
68733         * benchtests/bench-modf.c: New file: Benchmark test for mo
68735 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
68737         [BZ #14888]
68738         * time/Makefile (tests): Add tst-strptime-whitespace.
68739         * time/strptime_l.c (get_number): Use ISSPACE.
68740         (__strptime_internal): Likewise.
68741         * time/tst-strptime-whitespace.c: New test case.
68743 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
68745         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
68746         member.
68747         (_nss_files_init): Set it here.
68749 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
68751         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
68752         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
68753         unsigned.
68755 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
68757         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
68759 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
68761         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
68762         size just once.
68764 2013-04-21  David S. Miller  <davem@davemloft.net>
68766         * po/ru.po: Update Russion translation from translation project.
68768 2013-04-17  Adam Conrad  <adconrad@0c3.net>
68770         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
68771         and setfsgid.
68773 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
68775         * configure.in: Remove i386 configure warning. Remove i386 case.
68776         * configure: Regenerate.
68777         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
68778         Add example to error message.
68779         * sysdeps/i386/configure: Regenerate.
68781 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
68783         * benchtests/Makefile (bench): Add cos, tan, slowcos and
68784         slowtan.
68785         * benchtests/cos-inputs: New file.
68786         * benchtests/slowcos-inputs: New file.
68787         * benchtests/slowcos.c: New file.
68788         * benchtests/slowtan-inputs: New file.
68789         * benchtests/slowtan.c: New file.
68790         * benchtests/tan-inputs: New file.
68792 2013-04-16  Roland McGrath  <roland@hack.frob.com>
68794         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
68795         considered kosher.
68797 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
68799         * benchtests/Makefile: Include cppflags-iterator.mk to add
68800         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
68802         * Makefile.in (bench-clean): New target.
68803         * benchtests/Makefile (bench-clean): Likewise.
68805 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
68807         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
68809 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
68811         * stdio-common/tstdiomisc.c: Fix coding-style violation.
68813 2013-04-15  Andreas Schwab  <schwab@suse.de>
68815         * nscd/grpcache.c (cache_addgr): Properly check for short write.
68816         * nscd/initgrcache.c (addinitgroupsX): Likewise.
68817         * nscd/pwdcache.c (cache_addpw): Likewise.
68818         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
68819         more than recsize.
68821 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
68823         * benchtests/Makefile (bench): Write all output to
68824         bench-out.tmp together.
68826 2013-04-15  Andreas Schwab  <schwab@suse.de>
68828         * nscd/nscd.c (main): Don't fork again after closing files.
68830 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
68832         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
68834         * benchtests/Rules (bench-deps): Collect dependencies into a
68835         single variable.  Add Makefile to dependencies.
68836         ($(objpfx)bench-%.c): Depend on bench-deps.
68838 2013-04-12  Roland McGrath  <roland@hack.frob.com>
68839             Xavier Roche  <roche+kml2@exalead.com>
68841         [BZ #15361]
68842         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
68843         just that it's a file descriptor.
68844         * manual/llio.texi (Synchronizing AIO Operations): Update description
68845         for EBADF error from aio_fsync.
68847 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
68849         * Rules (bench): Move target definition...
68850         * benchtests/Makefile: ... here.
68852 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
68854         * math/libm-test.inc (cos_test): Fix PI/2 test.
68855         (sincos_test): Likewise.
68856         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
68857         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
68859 2013-04-11  Andreas Schwab  <schwab@suse.de>
68861         [BZ #13988]
68862         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
68863         accept exponent character only when digits were seen.
68864         * stdio-common/Makefile (tests): Add bug26.
68865         * stdio-common/bug26.c: New file.
68867         [BZ #14293]
68868         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
68869         non-freeable.
68871 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
68873         * Makeconfig (rtld-prefix): Define built linker prefix.
68874         * Rules (run-bench): Use it.
68875         * math/Makefile (run-regen-ulps): Likewise.
68877         * Rules (bench): Remove eval.
68879 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
68880             Roland McGrath  <roland@hack.frob.com>
68881             Ondrej Bilka  <neleai@seznam.cz>
68883         [BZ #15346]
68884         * time/getdate.c: Include ctype.h and alloca.h.
68885         (__getdate_r): Trim leading and trailing spaces of input.
68886         * time/tst-getdate.c (tests): Add tests with leading and
68887         trailing spaces.
68889 2013-04-08  Roland McGrath  <roland@hack.frob.com>
68891         [BZ #14280]
68892         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
68893         when computing value.
68895 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
68897         * math/README.libm-test (How can I generate "libm-test-ulps"?):
68898         Use testrun.sh to run libm tests.
68900         [BZ #15309]
68901         * elf/dl-open.c (dl_open_worker): memset all of seen array.
68903 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
68905         [BZ #15264]
68906         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
68908 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
68910         * Makefile.in (regen-ulps): New target.
68911         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
68912         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
68913         [ifneq (no,$(PERL)] (regen-ulps): New target.
68914         [ifeq (no,$(PERL)] (regen-ulps): New target.
68915         * math/libm-test.inc (ulps_file_name): Define.
68916         (output_dir): New variable.
68917         (options): Add "output-dir" option.
68918         (parse_opt): Handle 'o' case.
68919         (main): If output_dir is non-NULL use it as a prefix
68920         otherwise use "".
68921         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
68923 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
68925         [BZ #10060, #10062]
68926         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
68927         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
68928         fail configure if __sync_val_compare_and_swap is not inlined.
68929         * sysdeps/i386/configure: Regenerate.
68930         * configure.in: Build for i686 when configured for i386.
68931         * configure: Regenerate.
68932         * README: Remove i386 reference.
68934 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
68936         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
68937         * sysdeps/s390/s390-64/sysdep.h: Likewise.
68939 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
68941         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
68942         (lmsnanval): New variables.
68943         (F): Add conversion tests.
68944         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
68945         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
68947         * stdio-common/tstdiomisc.c (F): Properly collect individual
68948         tests' results.
68950         [BZ #14686, #15336]
68951         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
68952         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
68953         Instead, use input NaN values or generate a qNaN by arithmetic
68954         operation.  Also fix bugs to comply with the standard.
68955         * math/libm-test.inc (remainder_test): Add more tests.
68957         [BZ #15335, #15342]
68958         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
68959         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
68960         input NaN values or generate a qNaN by arithmetic operation.
68962         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
68963         unreachable code.
68965         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
68966         definitions.
68968 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
68970         [BZ #14478]
68971         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
68972         underflowed result.
68973         * math/s_cexpf.c (__cexpf): Likewise.
68974         * math/s_cexpl.c (__cexpl): Likewise.
68975         * math/libm-test.inc (cexp_test): Add more tests.
68977 2013-04-03  Andreas Schwab  <schwab@suse.de>
68979         [BZ #15330]
68980         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
68981         order arrays from heap if bigger than alloca cutoff.
68983 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
68985         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
68986         (SNAN_TESTS_double): Refer to GCC PR56831.
68987         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
68988         GCC PR56828.
68990 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
68992         * Rules (bench): Move bench.out after the run is complete.
68994         * Rules (bench): Echo currently running benchmark.
68996         * benchtests/Makefile (bench): Add atan and slowatan.
68997         * benchtests/atan-inputs: New file.
68998         * benchtests/slowatan-inputs: New file.
68999         * benchtests/slowatan.c: New file.
69001         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
69002         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
69003         its value.
69005         [BZ #15305]
69006         * sysdeps/unix/sysv/linux/kernel-features.h
69007         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
69008         __ASSUME_XFS_RESTRICTED_CHOWN.
69009         * sysdeps/unix/sysv/linux/pathconf.c
69010         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
69011         Save and restore errno.
69013 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
69015         [BZ #15327]
69016         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
69017         arguments using __kernel_casinh.
69018         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
69019         arguments using __kernel_casinhf.
69020         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
69021         arguments using __kernel_casinhl.
69022         * math/libm-test.inc (cacosh_test): Add more tests.
69023         * sysdeps/i386/fpu/libm-test-ulps: Update.
69024         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
69026 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
69028         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
69029         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
69031         * bench/Makefile (bench): Add sin and slowsin.
69032         * benchtests/sin-inputs: New file.
69033         * benchtests/slowsin-inputs: New file.
69034         * benchtests/slowsin.c: New file.
69036         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
69037         (bench): Add slowexp and slowpow.
69038         (exp-ITER): Increase iterations.
69039         (pow-ITER): Likewise.
69040         * benchtests/exp-inputs: Change input.
69041         * benchtests/pow-inputs: Likewise.
69042         * benchtests/slowexp-inputs: New file.
69043         * benchtests/slowexp.c: New file.
69044         * benchtests/slowpow-inputs: New file.
69045         * benchtests/slowpow.c: New file.
69047 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
69049         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
69050         instructions.
69051         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
69052         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
69053         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
69054         * benchtests/Makefile: Add rint benchtest.
69055         * benchtests/rint-inputs: Input for rint benchtest.
69057 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
69059         * Versions.def (libm): Add GLIBC_2.18.
69060         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
69061         hidden libm prototypes.
69062         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
69063         * math/Makefile (libm-calls): Add s_issignaling.
69064         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
69065         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
69066         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
69067         declaration.
69068         * math/math.h [__USE_GNU] (issignaling): New macro.
69069         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
69070         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
69071         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
69072         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
69073         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
69074         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
69075         * manual/arith.texi (issignaling): New section.
69076         * manual/libm-err-tab.pl (@all_functions): Update comment.
69077         * math/gen-libm-test.pl (parse_args): Apply special handling for
69078         issignaling.
69079         * math/libm-test.inc (print_float, issignaling_test): New
69080         functions.
69081         (check_float_internal): Add issignaling checks.
69082         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
69083         default definition.
69084         * sysdeps/powerpc/math-tests.h: New file.
69085         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
69086         tests.
69087         * math/test-snan.c (TEST_FUNC): Likewise.
69089 2013-03-30  David S. Miller  <davem@davemloft.net>
69091         * po/de.po: Update from translation team.
69093 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
69095         [BZ #10357]
69096         * math/k_casinh.c (__kernel_casinh): Handle arguments with
69097         imaginary part less than 1.0 and real part less than 0.5
69098         specially.
69099         * math/k_casinhf.c (__kernel_casinhf): Likewise.
69100         * math/k_casinhl.c (__kernel_casinhl): Likewise.
69101         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
69102         (cacos_test): Add more tests.
69103         (casin_test): Likewise.
69104         (casinh_test): Likewise.
69105         * sysdeps/i386/fpu/libm-test-ulps: Update.
69106         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
69108 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
69110         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
69111         ONE with its value.
69113         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
69114         (__pow_mp): Replace ONE and MONE with their values.
69115         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
69116         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
69117         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
69118         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
69119         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
69120         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
69122         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
69124         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
69125         (__pow_mp): Replace ZERO and MZERO with their values.
69126         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
69127         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
69128         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
69129         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
69130         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
69131         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
69132         (__sqr): Likewise.
69134         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
69136         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
69138 2013-03-28  Roland McGrath  <roland@hack.frob.com>
69140         * include/stdlib.h [!SHARED] (__call_tls_dtors):
69141         Declare with __attribute__ ((weak)).
69142         * stdlib/exit.c (__libc_atexit) [!SHARED]:
69143         Call __call_tls_dtors only if it's not NULL.
69145 2013-03-28  Roland McGrath  <roland@hack.frob.com>
69147         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
69148         didn't do it already, then set _dl_phdr and _dl_phnum based on the
69149         magic __ehdr_start linker symbol if it's defined.
69150         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
69151         them up here if it was already done.
69153         * elf/dl-support.c (_dl_phdr): Make pointer to const.
69154         (_dl_aux_init): Use const in cast when setting it.
69155         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
69156         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
69157         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
69159         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
69160         Declare them here.
69161         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
69162         * csu/libc-tls.c: Nor here.
69163         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
69165         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
69166         (__libc_message): Never call vsyslog.
69168 2013-03-28  Alan Modra  <amodra@gmail.com>
69170         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
69171         Define as empty.
69172         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
69173         Likewise.
69175 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
69177         [BZ #15214]
69178         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
69179         underflow.
69180         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
69182 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
69184         [BZ #15304]
69185         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
69186         Don't add gid passed as argument.
69188         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
69190 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
69192         [BZ #15307]
69193         * math/k_casinh.c (__kernel_casinh): Handle arguments with
69194         imaginary part between 1.0 and 1.5 and real part less than 0.5
69195         specially.
69196         * math/k_casinhf.c (__kernel_casinhf): Likewise.
69197         * math/k_casinhl.c (__kernel_casinhl): Likewise.
69198         * math/libm-test.inc (cacos_test): Add more tests.
69199         (casin_test): Likewise.
69200         (casinh_test): Likewise.
69201         * sysdeps/i386/fpu/libm-test-ulps: Update.
69202         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
69204 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
69206         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
69207         constants.
69208         (norm): Likewise.
69209         (denorm): Likewise.
69210         (__dbl_mp): Likewise.
69211         (add_magnitudes): Likewise.
69212         (sub_magnitudes): Likewise.
69213         (__add): Likewise.
69214         (__sub): Likewise.
69215         (__mul): Likewise.
69216         (__sqr): Likewise.
69217         (__inv): Likewise.
69218         (__dvd): Likewise.
69220         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
69221         commented code.
69222         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
69223         (__dubcos): Likewise.
69224         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
69225         (__ieee754_acos): Likewise.
69226         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
69227         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
69228         (__exp1): Likewise.
69229         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
69230         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
69231         (log1): Likewise.
69232         (my_log2): Likewise.
69233         (checkint): Likewise.
69234         * sysdeps/ieee754/dbl-64/e_remainder.c
69235         (__ieee754_remainder): Likewise.
69236         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
69237         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
69238         (bsloww): Likewise.
69239         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
69241         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
69242         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
69243         MANTISSA_STORE_T to store computations on mantissa.  Use
69244         macros for rounding and division.
69245         (denorm): Likewise.
69246         (__dbl_mp): Likewise.
69247         (add_magnitudes): Likewise.
69248         (sub_magnitudes): Likewise.
69249         (__mul): Likewise.
69250         (__sqr): Likewise.
69251         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
69252         powers of two in terms of TWOPOW macro.
69253         (mp_no): Make type of mantissa as MANTISSA_T.
69254         [!RADIXI]: Define RADIXI.
69255         [!TWO52]: Define TWO52.
69256         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
69258 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
69260         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
69261         llroundl symbol when building for PPC32.
69263 2013-03-24  Mark H Weaver  <mhw@netris.org>
69265         * manual/arith.texi (Normalization Functions): Fix prototypes for
69266         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
69268 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
69270         [BZ #13889]
69271         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
69272         high value to check if expl overflow.
69273         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
69274         to check for underflow and overflow.
69275         * math/libm-test.inc: Add exp test.
69277 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
69279         [BZ #11120]
69280         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
69281         with NOT_IN_libc.
69283 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
69285         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
69286         symbol.
69288 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
69290         * math/gen-libm-test.pl (parse_args, special_functions): Properly
69291         wrap blocks consisting of several statements.
69293         * sysdeps/generic/math-tests.h: New file.
69294         * sysdeps/i386/fpu/math-tests.h: Likewise.
69295         * math/test-snan.c: Include it.
69296         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
69298 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
69300         [BZ #15285]
69301         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
69302         (__ieee754_j0l): Do not improve calculations using cos of twice
69303         input for inputs above LDBL_MAX / 2.0L.
69304         (__ieee754_y0l): Likewise.
69305         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
69306         (__ieee754_j1l): Do not improve calculations using cos of twice
69307         input for inputs above LDBL_MAX / 2.0L.
69308         (__ieee754_y1l): Likewise.
69309         * math/libm-test.inc (j0_test): Add another test.
69310         (j1_test): Likewise.
69311         (y0_test): Likewise.
69312         (y1_test): Likewise.
69313         * sysdeps/i386/fpu/libm-test-ulps: Update.
69315 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
69317         * Rules ($(objpfx)bench-%.c): Include code from a C source
69318         file.
69320 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
69322         [BZ #15287]
69323         * math/k_casinh.c (__kernel_casinh): Handle arguments with
69324         imaginary part 1.0 and real part less than 0.5 specially.
69325         * math/k_casinhf.c (__kernel_casinhf): Likewise.
69326         * math/k_casinhl.c (__kernel_casinhl): Likewise.
69327         * math/libm-test.inc (cacos_test): Add more tests.
69328         (casin_test): Likewise.
69329         (casinh_test): Likewise.
69330         * sysdeps/i386/fpu/libm-test-ulps: Update.
69331         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
69333 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
69335         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
69336         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
69338 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
69340         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
69341         * config.make.in (config-cflags-sse4): Remove variable.
69342         (config-cflags-avx): Likewise.
69343         (config-cflags-sse2avx): Likewise.
69344         (config-cflags-novzeroupper): Likewise.
69345         (config-asflags-i686): Likewise.
69346         (have-mfma4): Likewise.
69347         (have-as-vis3): Likewise.
69348         (MIG): Likewise.
69349         * configure.in (MIG): Do not AC_SUBST.
69350         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
69351         (libc_cv_cc_sse4): Do not AC_SUBST.
69352         (libc_cv_cc_avx): Likewise.
69353         (libc_cv_cc_sse2avx): Likewise.
69354         (libc_cv_cc_novzeroupper): Likewise.
69355         (libc_cv_cc_fma4): Likewise.
69356         (libc_cv_as_i686): Likewise.
69357         (libc_cv_sparc_as_vis3): Likewise.
69358         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
69359         LIBC_CONFIG_VAR.
69360         (config-asflags-i686): Likewise.
69361         (config-cflags-avx): Likewise.
69362         (config-cflags-sse2avx): Likewise.
69363         (have-mfma4): Likewise.
69364         (config-cflags-novzeroupper): Likewise.
69365         * sysdeps/mach/configure.in (MIG): Likewise.
69366         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
69367         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
69368         LIBC_CONFIG_VAR.
69369         (config-cflags-avx): Likewise.
69370         (config-cflags-sse2avx): Likewise.
69371         (have-mfma4): Likewise.
69372         (config-cflags-novzeroupper): Likewise.
69373         * configure: Regenerated.
69374         * sysdeps/i386/configure: Likewise.
69375         * sysdeps/mach/configure: Likewise.
69376         * sysdeps/sparc/configure: Likewise.
69377         * sysdeps/x86_64/configure: Likewise.
69379 2013-03-20  Roland McGrath  <roland@hack.frob.com>
69381         [BZ #14812]
69382         * locale/programs/localedef.c (options): Put N_ translation marker
69383         on argument names, not just descriptions.
69385 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
69387         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
69389 2013-03-20  Ondƙej BĂ­lka  <neleai@seznam.cz>
69391         [BZ #14176]
69392         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
69394 2013-03-19  Roland McGrath  <roland@hack.frob.com>
69396         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
69397         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
69398         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
69399         [!BEFORE_ABORT] (before_abort): New function.
69400         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
69401         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
69402         (writev_for_fatal): New function.
69403         (WRITEV_FOR_FATAL): New macro; call that.
69404         (backtrace_and_maps): New function.
69405         (BEFORE_ABORT): New macro; call that.
69406         (struct str_list): Type removed.
69407         (__libc_message, __libc_fatal): Functions removed.
69408         Include <sysdeps/posix/libc_fatal.c> instead.
69410 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
69412         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
69413         constants.
69414         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
69415         double constants.
69417 2013-03-19  Andreas Schwab  <schwab@suse.de>
69419         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
69420         * sysdeps/gnu/configure: Regenerate.
69422         * configure.in: Substitute libc_cv_rtlddir.
69423         * configure: Regenerate.
69424         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
69425         * Makeconfig (rtlddir, inst_rtlddir): New variables.
69426         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
69427         * elf/Makefile (install-others, CFLAGS-interp.c)
69428         (ldso_install, common-ldd-rewrite): Likewise.
69429         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
69430         $(inst_slibdir)/$(rtld-installed-name).
69431         * scripts/rellns-sh: Add -p option.
69432         * Makerules (make-shlib-link): Use rellns-sh to get relative name
69433         for source.
69435 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
69437         * manual/nptl.texi: Renamed to ...
69438         * manual/threads.texi: ... this.
69439         * manual/Makefile (chapters): Update.
69441 2013-03-18  Roland McGrath  <roland@hack.frob.com>
69443         [BZ #14812]
69444         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
69445         on argument names, not just descriptions.
69446         * malloc/memusagestat.c (options): Likewise.
69447         * nss/getent.c (options): Likewise.
69449 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
69451         [BZ #14812]
69452         * iconv/iconv_prog.c (options): Put N_ translation marker
69453         on argument names, not just descriptions.
69454         * iconv/iconvconfig.c (options): Likewise.
69456 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
69458         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
69459         implementation which is faster on all x86_64 architectures.
69460         Tested on AMD, Intel Nehalem, SNB, IVB.
69461         * sysdeps/x86_64/strnlen.S: Likewise.
69463         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
69464         Remove all multiarch strlen and strnlen versions.
69465         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
69466         Remove strlen and strnlen related parts.
69468         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
69469         Inline strlen part.
69470         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
69472         * sysdeps/x86_64/multiarch/strlen.S: Remove.
69473         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
69474         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
69475         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
69476         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
69477         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
69479 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
69481         * manual/memory.texi (Malloc Tunable Parameters):
69482         Sort parameters alphabetically. Add comments for missing entries.
69484 2013-03-17  David S. Miller  <davem@davemloft.net>
69486         * sysdeps/sparc/fpu/libm-test-ulps: Update.
69488 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
69490         [BZ #15283]
69491         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
69492         for arguments at most half maximum finite value.
69493         * math/libm-test.inc (j0_test): Add more tests.
69494         (j1_test): Likewise.
69495         (y0_test): Likewise.
69496         (y1_test): Likewise.
69497         * sysdeps/i386/fpu/libm-test-ulps: Update.
69498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
69500         [BZ #14155]
69501         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
69502         1 / x and functions P and Q for arguments above 0x1p256L.
69503         (__ieee754_y0l): Likewise.
69504         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
69505         (__ieee754_y1l): Likewise.
69506         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
69507         (j1_test): Likewise.
69508         (y0_test): Likewise.
69509         (y1_test): Likewise.
69511 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
69513         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
69514         variable.
69516 2013-03-15  Roland McGrath  <roland@hack.frob.com>
69518         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
69519         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
69520         zero since it's initialized to EXEC_PAGESIZE.
69522         * sysdeps/unix/sysv/linux/ldsodefs.h
69523         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
69524         * sysdeps/generic/ldsodefs.h: ... here.
69526 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
69528         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
69530         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
69531         math/test-snan.c.
69532         * math/test-snan.c: Renamed from
69533         sysdeps/powerpc/fpu/test-powerpc-snan.c.
69534         * math/Makefile (tests): Add test-snan.
69535         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
69536         test-powerpc-snan.
69538         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
69539         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
69540         functions.
69541         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
69542         __builtin_nan family of functions.
69543         * math/libm-test.inc (initialize): Initialize qnan_value with
69544         __builtin_nan family of functions.
69545         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
69546         Remove variables.
69547         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
69548         Remove functions.
69549         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
69550         storage class.  Initialize qNaN_var and sNaN_var with
69551         __builtin_nan and __builtin_nans families of functions,
69552         respectively.
69554         * math/libm-test.inc (acosh_test): Also test with qNaN input.
69555         (sqrt_test): Remove duplicate test with qNaN input.
69556         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
69557         (round_test, signbit_test, significand_test): Note missing +/-Inf
69558         as well as qNaN tests.
69560         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
69561         qNaN_var.  Fix a few strings, too.
69562         * math/libm-test.inc (nan_value): Rename to qnan_value.
69563         * math/gen-libm-test.pl (%beautify): Adjust to that.
69564         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
69565         * math/test-misc.c (main): Likewise.
69566         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
69567         to __qnan_bytes, and __qnan_union, respectively.
69568         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
69569         Likewise.
69570         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
69571         and lqnanval, respectively.
69572         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
69573         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
69574         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
69575         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
69577         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
69578         * math/test-misc.c (main) [__x86_64__]: Enable test for long
69579         doubles.
69581         * math/test-misc.c (main): Fix copy'n'pastos.
69582         * misc/tst-efgcvt.c (special): Likewise.
69584         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
69585         Remove declarations.
69587 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
69589         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
69590         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
69591         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
69592         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
69594 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
69596         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
69597         macro to return vdso values correctly in IFUNC implementations.
69598         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
69599         Optimization by using IFUNC.
69601 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
69602             Richard Henderson  <rth@redhat.com>
69603             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
69605         * Makefile.in (bench): New target.
69606         * NEWS: Mention the benchmark framework.
69607         * Rules (bench): Likewise.
69608         (binaries-bench): Generate binaries for functions to
69609         benchmark.
69610         * benchtests/Makefile: New makefile for benchmark tests.
69611         * benchtests/bench-skeleton.c: New skeleton file for benchmark
69612         programs.
69613         * benchtests/exp-inputs: New input file for EXP function.
69614         * benchtests/pow-inputs: New input file for POW function.
69615         * scripts/bench.pl: New script to generate source files for
69616         benchmark programs.
69618 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
69620         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
69621         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
69622         computations on mantissa.  Use macros for rounding and
69623         division.
69624         (denorm): Likewise.
69625         (__dbl_mp): Likewise.
69626         (add_magnitudes): Likewise.
69627         (sub_magnitudes): Likewise.
69628         (__mul): Likewise.
69629         (__sqr): Likewise.
69630         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
69631         powers of two in terms of TWOPOW macro.
69632         (mp_no): Make type of mantissa as MANTISSA_T.
69633         [!RADIXI]: Define RADIXI.
69634         [!TWO52]: Define TWO52.
69635         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
69637         * manual/nptl.texi (cindex): Modify threads to pthreads.
69639 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
69641         * sysdeps/x86_64/preconfigure: Regenerated.
69643 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
69645         [BZ #14155]
69646         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
69647         0x1p28 and above.
69648         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
69649         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
69650         0x1p28 and above.
69651         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
69652         * math/libm-test.inc (j0_test): Do not allow one spurious
69653         underflow exception.
69654         (y1_test): Likewise.
69656 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
69658         * manual/Makefile (chapters): Add nptl.
69659         * manual/debug.texi (Debugging Support): Add link to Threads
69660         chapter.
69661         * manual/nptl.texi: New file.
69663         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
69665 2013-03-14  Petr Baudis  <pasky@ucw.cz>
69667         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
69668         for non-NULL pointer before the memory validity test. Pointed
69669         out by Holger Brunck <holger.brunck@keymile.com>.
69671 2013-03-13  Andreas Schwab  <schwab@suse.de>
69673         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
69674         instead of .os.
69676 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
69678         * timezone/zic.c: Update from tzcode 2013b.
69680 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
69682         * manual/install.texi (Configuring and compiling):
69683         Mention i686 and i586.
69684         * INSTALL: Regenerate.
69686 2013-03-12  Roland McGrath  <roland@hack.frob.com>
69688         * sysdeps/init_array/elf-init.c: New file.
69689         * csu/elf-init.c
69690         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
69691         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
69693         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
69694         __gmon_start__ as global, but as static with a .preinit_array pointer.
69695         * sysdeps/init_array/gmon-start.c: New file.  Use that.
69696         * sysdeps/init_array/crti.S: New file, empty except for comments.
69697         * sysdeps/init_array/crtn.S: Likewise.
69699 2013-03-11  Ondƙej BĂ­lka  <neleai@seznam.cz>
69701         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
69702         definining bcopy.
69703         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
69704         Remove Prefer_SSE_for_memop.
69705         * sysdeps/x86_64/multiarch/init-arch.h: Remove
69706         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
69707         HAS_PREFER_SSE_FOR_MEMOP.
69708         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
69709         memset-x86-64.
69710         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
69711         Remove bzero, memset ifunc support.
69712         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
69713         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
69714         * sysdeps/x86_64/multiarch/memset.S: Likewise.
69715         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
69717 2013-03-11  Andreas Schwab  <schwab@suse.de>
69719         [BZ #15234]
69720         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
69721         by SHLIB_COMPAT.
69722         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
69723         (GLIBC_2.16): Remove pthread_atfork.
69725 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
69727         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
69728         (ptestcases.h): Likewise.
69730 2013-03-08  Roland McGrath  <roland@hack.frob.com>
69732         * Makeconfig ($(common-objpfx)config.status): Depend on
69733         sysdeps/*/preconfigure{,.in} too.
69735 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
69737         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
69738         (__free_hook): Use void * instead of __malloc_ptr_t.
69739         (__malloc_hook): Likewise.
69740         (__realloc_hook): Likewise.
69741         (__memalign_hook): Likewise.
69742         (__after_morecore_hook): Likewise.
69743         * malloc/arena.c (save_malloc_hook): Likewise.
69744         (save_free_hook): Likewise.
69745         * malloc/hooks.c (malloc_hook_ini): Likewise.
69746         (realloc_hook_ini): Likewise.
69747         (memalign_hook_ini): Likewise.
69748         * malloc/malloc.c (malloc_hook_ini): Likewise.
69749         (realloc_hook_ini): Likewise.
69750         (memalign_hook_ini): Likewise.
69751         (__free_hook): Likewise.
69752         (__malloc_hook): Likewise.
69753         (__realloc_hook): Likewise.
69754         (__memalign_hook): Likewise.
69755         (__libc_malloc): Likewise.
69756         (__libc_free): Likewise.
69757         (__libc_realloc): Likewise.
69758         (__libc_memalign): Likewise.
69759         (__libc_valloc): Likewise.
69760         (__libc_pvalloc): Likewise.
69761         (__libc_calloc): Likewise.
69762         (__posix_memalign): Likewise.
69763         * malloc/morecore.c (__sbrk): Likewise.
69764         (__default_morecore): Likewise.
69766         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
69768         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
69769         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
69770         __malloc_ptrdiff_t.
69772         * malloc/malloc.h (__malloc_size_t): Remove macro.
69773         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
69774         __malloc_size_t.
69775         (old_memalign_hook): Likewise.
69776         (old_realloc_hook): Likewise.
69777         (struct hdr): Likewise.
69778         (flood): Likewise.
69779         (mallochook): Likewise.
69780         (memalignhook): Likewise.
69781         (reallochook): Likewise.
69782         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
69783         (tr_old_realloc_hook): Likewise.
69784         (tr_old_memalign_hook): Likewise.
69785         (tr_mallochook): Likewise.
69786         (tr_reallochook): Likewise.
69787         (tr_memalignhook): Likewise.
69789 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
69791         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
69792         default_ldbl_pack and using as default implementation.
69793         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
69794         implementation.
69795         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
69796         redundant definition.
69797         (ldbl_insert_mantissa): Likewise.
69798         (ldbl_canonicalize): Likewise.
69799         (ldbl_nearbyint): Likewise.
69800         (ldbl_pack): Rename to ldbl_pack_ppc.
69801         (ldbl_unpack): Rename to ldbl_unpack_ppc.
69802         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
69803         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
69805 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
69807         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
69808         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
69809         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
69810         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
69811         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
69812         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
69813         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
69814         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
69816 2013-03-07  Andreas Jaeger  <aj@suse.de>
69818         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
69819         bits/mman-linux.h.
69821 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
69823         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
69824         Include mpa.h and declare __MPEXP.
69825         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
69826         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
69827         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
69828         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
69829         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
69830         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
69831         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
69833         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
69834         (__slowpow): Use long double EXPL and LOGL functions to
69835         compute POW.
69836         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
69837         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
69838         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
69839         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
69840         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
69841         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
69843         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
69844         intermediate variable to calculate exponent.
69845         (__sqr): Likewise.
69846         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
69847         Likewise.
69848         (__sqr): Likewise.
69850         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
69851         [!NO__SQR]: Define __sqr.
69852         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
69853         and NO__SQR.  Remove all code except __mul and __sqr.  Include
69854         sysdeps/ieee754/dbl-64/mpa.c.
69855         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
69857         [BZ #12723]
69858         * posix/Makefile (tests): Add tst-pathconf.
69859         * posix/tst-pathconf.c: New test case.
69860         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
69861         _PC_PIPE_BUF.
69862         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
69864 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
69866         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
69868 2013-03-06  Andreas Jaeger  <aj@suse.de>
69870         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
69871         definition via __MAP_ANONYMOUS.
69873         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
69874         it's not part of Linux headers.
69876         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
69877         (MAP_HUGE_MASK): Define.
69879         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
69880         Define.
69881         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
69882         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
69883         Define.
69884         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
69885         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
69886         Define.
69887         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
69888         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
69889         Define.
69890         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
69892         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
69893         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
69894         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
69895         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
69896         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
69897         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
69899         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
69900         Handle f2fs.
69902         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
69903         Handle f2fs and efivarfs.
69905         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
69906         f2fs.
69908         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
69909         (EFIVARFS_MAGIC): Add.
69910         (F2FS_LINK_MAX): Add.
69912 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
69914         * stdio-common/vfprintf.c: Replace __builtin_expect with
69915         __glibc_unlikely.
69917 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
69919         [BZ #13550]
69920         * sysdeps/generic/bp-sym.h: Remove file.
69921         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
69922         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
69923         <bp-sym.h> and <bp-asm.h>.
69924         (__longjmp): Don't use BP_SYM.
69925         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
69926         and <bp-asm.h>.
69927         (memcpy): Don't use BP_SYM.
69928         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
69929         <bp-sym.h> and <bp-asm.h>.
69930         (memcpy): Don't use BP_SYM.
69931         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
69932         <bp-asm.h>.
69933         (memcpy): Don't use BP_SYM.
69934         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
69935         <bp-asm.h>.
69936         (memset): Don't use BP_SYM.
69937         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
69938         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
69939         (__bzero): Don't use BP_SYM.
69940         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
69941         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
69942         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
69943         <bp-sym.h> and <bp-asm.h>.
69944         (memcmp): Don't use BP_SYM.  Remove comment about bounded
69945         pointers.
69946         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
69947         <bp-sym.h> and <bp-asm.h>.
69948         (memcpy): Don't use BP_SYM.
69949         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
69950         <bp-sym.h> and <bp-asm.h>.
69951         (memset): Don't use BP_SYM.
69952         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
69953         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
69954         (__bzero): Don't use BP_SYM.
69955         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
69956         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
69957         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
69958         <bp-sym.h> and <bp-asm.h>.
69959         (strncmp): Don't use BP_SYM.  Remove comment about bounded
69960         pointers.
69961         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
69962         <bp-sym.h> and <bp-asm.h>.
69963         (memcpy): Don't use BP_SYM.
69964         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
69965         <bp-sym.h> and <bp-asm.h>.
69966         (memset): Don't use BP_SYM.
69967         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
69968         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
69969         (__bzero): Don't use BP_SYM.
69970         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
69971         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
69972         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
69973         <bp-sym.h> and <bp-asm.h>.
69974         (__memchr): Don't use BP_SYM.
69975         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
69976         <bp-sym.h> and <bp-asm.h>.
69977         (memcmp): Don't use BP_SYM.  Remove comment about bounded
69978         pointers.
69979         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
69980         <bp-sym.h> and <bp-asm.h>.
69981         (memcpy): Don't use BP_SYM.
69982         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
69983         <bp-sym.h> and <bp-asm.h>.
69984         (__mempcpy): Don't use BP_SYM.
69985         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
69986         <bp-sym.h> and <bp-asm.h>.
69987         (__memrchr): Don't use BP_SYM.
69988         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
69989         <bp-sym.h> and <bp-asm.h>.
69990         (memset): Don't use BP_SYM.
69991         (__bzero): Likewise.
69992         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
69993         <bp-sym.h> and <bp-asm.h>.
69994         (__rawmemchr): Don't use BP_SYM.
69995         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
69996         <bp-sym.h> and <bp-asm.h>.
69997         (__STRCMP): Don't use BP_SYM.
69998         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
69999         <bp-sym.h> and <bp-asm.h>.
70000         (strchr): Don't use BP_SYM.
70001         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
70002         <bp-sym.h> and <bp-asm.h>.
70003         (__strchrnul): Don't use BP_SYM.
70004         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
70005         <bp-sym.h> and <bp-asm.h>.
70006         (strlen): Don't use BP_SYM.
70007         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
70008         <bp-sym.h> and <bp-asm.h>.
70009         (strncmp): Don't use BP_SYM.  Remove comment about bounded
70010         pointers.
70011         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
70012         <bp-sym.h> and <bp-asm.h>.
70013         (__strnlen): Don't use BP_SYM.
70014         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
70015         <bp-sym.h> and <bp-asm.h>.
70016         (__GI__setjmp): Don't use BP_SYM.
70017         (_setjmp): Likewise.
70018         (__sigsetjmp): Likewise.
70019         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
70020         (L(start_addresses)): Don't use BP_SYM.
70021         (_start): Likewise.
70022         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
70023         <bp-asm.h>.
70024         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
70025         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
70026         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
70027         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
70028         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
70029         <bp-asm.h>.
70030         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
70031         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
70032         about bounded pointers.
70033         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
70034         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
70035         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
70036         <bp-asm.h>.
70037         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
70038         about bounded pointers.  Remove GKM FIXME comments.
70039         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
70040         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
70041         <bp-asm.h>.
70042         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
70043         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
70044         Remove GKM FIXME comments.
70045         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
70046         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
70047         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
70048         <bp-asm.h>.
70049         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
70050         about bounded pointers.  Remove GKM FIXME comment.
70051         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
70052         and <bp-asm.h>.
70053         (strncmp): Don't use BP_SYM.  Remove comment about bounded
70054         pointers.
70055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
70056         <bp-sym.h> and <bp-asm.h>.
70057         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
70058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
70059         <bp-sym.h> and <bp-asm.h>.
70060         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
70061         comment.
70063 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
70065         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
70066         call free(NULL).
70068 2013-03-05  David S. Miller  <davem@davemloft.net>
70070         * po/es.po: Update from translation team.
70072 2013-03-05  Andreas Jaeger  <aj@suse.de>
70074         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
70075         <bits/mman-linux.h>.
70076         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
70077         is fine.
70078         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
70079         <bits/mman-linux.h> to end of file.
70080         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
70081         is fine.
70082         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
70083         <bits/mman-linux.h> to end of file.
70084         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
70085         is fine.
70086         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
70087         <bits/mman-linux.h> to end of file.
70089         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
70090         (MCL_CURRENT, MCL_FUTURE): Define here.
70092 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
70094         [BZ #15232]
70095         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
70096         attribute_hidden.
70097         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
70099 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
70101         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
70102         fourth parameter needed for rt_sigprocmask syscall.
70103         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
70104         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
70105         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
70106         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
70107         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
70108         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
70110 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
70112         [BZ #13550]
70113         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
70114         comment about bounded pointers.
70115         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
70116         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
70118 2013-03-04  Andreas Jaeger  <aj@suse.de>
70120         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
70121         common definitions.
70123         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
70124         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
70125         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
70126         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
70127         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
70128         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
70130 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
70132         [BZ #15055]
70133         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
70134         __ieee754_sqrl instead of __sqrl.
70136 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
70138         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
70139         * sysdeps/powerpc/fpu_control.h: ... here.
70140         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
70141         * sysdeps/powerpc/bits/fenvinline.h: ... here.
70142         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
70143         * sysdeps/powerpc/bits/mathinline.h: ... here.
70145 2013-03-01  Roland McGrath  <roland@hack.frob.com>
70147         * elf/dl-hwcaps.c (_dl_important_hwcaps):
70148         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
70149         to just [NEED_DL_SYSINFO_DSO].
70150         * elf/dl-support.c: Likewise.
70151         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
70152         * elf/rtld.c (dl_main): Likewise.
70153         * elf/setup-vdso.h (setup_vdso): Likewise.
70154         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
70155         * sysdeps/unix/sysv/linux/dl-sysdep.c
70156         (_dl_discover_osversion): Likewise.
70158 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
70160         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
70161         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
70163 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
70165         * NEWS: Mention libm performance improvements and non-x86 PI
70166         futex support.
70168         * csu/libc-start.c (__pthread_initialize_minimal): Change
70169         function arguments.
70170         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
70172 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
70174         [BZ #13550]
70175         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
70176         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
70177         <bp-sym.h> and <bp-asm.h>.
70178         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
70179         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
70180         and <bp-asm.h>.
70181         (memcpy): Don't use BP_SYM.
70182         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
70183         <bp-asm.h>.
70184         (__mpn_add_n): Don't use BP_SYM.
70185         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
70186         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
70187         and <bp-asm.h>.
70188         (__mpn_addmul_1): Don't use BP_SYM.
70189         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
70190         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
70191         <bp-sym.h>.
70192         (_setjmp): Don't use BP_SYM.
70193         (__novmx_setjmp): Likewise.
70194         (__GI__setjmp): Likewise.
70195         (__vmx_setjmp): Likewise.
70196         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
70197         <bp-sym.h>.
70198         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
70199         (__bzero): Don't use BP_SYM.
70200         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
70201         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
70202         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
70203         <bp-sym.h> and <bp-asm.h>.
70204         (memcpy): Don't use BP_SYM.
70205         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
70206         <bp-sym.h> and <bp-asm.h>.
70207         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
70208         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
70209         <bp-sym.h> and <bp-asm.h>.
70210         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
70211         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
70212         <bp-asm.h>.
70213         (__mpn_lshift): Don't use BP_SYM.
70214         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
70215         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
70216         <bp-asm.h>.
70217         (memset): Don't use BP_SYM.
70218         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
70219         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
70220         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
70221         <bp-asm.h>.
70222         (__mpn_mul_1): Don't use BP_SYM.
70223         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
70224         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
70225         <bp-sym.h> and <bp-asm.h>.
70226         (memcmp): Don't use BP_SYM.
70227         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
70228         <bp-sym.h> and <bp-asm.h>.
70229         (memcpy): Don't use BP_SYM.
70230         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
70231         <bp-sym.h> and <bp-asm.h>.
70232         (memset): Don't use BP_SYM.
70233         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
70234         <bp-sym.h> and <bp-asm.h>.
70235         (strncmp): Don't use BP_SYM.
70236         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
70237         <bp-sym.h> and <bp-asm.h>.
70238         (memcpy): Don't use BP_SYM.
70239         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
70240         <bp-sym.h> and <bp-asm.h>.
70241         (memset): Don't use BP_SYM.
70242         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
70243         <bp-sym.h> and <bp-asm.h>.
70244         (__memchr): Don't use BP_SYM.
70245         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
70246         <bp-sym.h> and <bp-asm.h>.
70247         (memcmp): Don't use BP_SYM.
70248         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
70249         <bp-sym.h> and <bp-asm.h>.
70250         (memcpy): Don't use BP_SYM.
70251         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
70252         <bp-sym.h> and <bp-asm.h>.
70253         (__mempcpy): Don't use BP_SYM.
70254         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
70255         <bp-sym.h> and <bp-asm.h>.
70256         (__memrchr): Don't use BP_SYM.
70257         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
70258         <bp-sym.h> and <bp-asm.h>.
70259         (memset): Don't use BP_SYM.
70260         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
70261         <bp-sym.h> and <bp-asm.h>.
70262         (__rawmemchr): Don't use BP_SYM.
70263         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
70264         <bp-sym.h> and <bp-asm.h>.
70265         (__STRCMP): Don't use BP_SYM.
70266         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
70267         <bp-sym.h> and <bp-asm.h>.
70268         (strchr): Don't use BP_SYM.
70269         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
70270         <bp-sym.h> and <bp-asm.h>.
70271         (__strchrnul): Don't use BP_SYM.
70272         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
70273         <bp-sym.h> and <bp-asm.h>.
70274         (strlen): Don't use BP_SYM.
70275         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
70276         <bp-sym.h> and <bp-asm.h>.
70277         (strncmp): Don't use BP_SYM.
70278         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
70279         <bp-sym.h> and <bp-asm.h>.
70280         (__strnlen): Don't use BP_SYM.
70281         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
70282         <bp-asm.h>.
70283         (__mpn_rshift): Don't use BP_SYM.
70284         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
70285         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
70286         <bp-sym.h> and <bp-asm.h>.
70287         (__sigsetjmp): Don't use BP_SYM.
70288         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
70289         (L(start_addresses)): Don't use BP_SYM.
70290         (_start): Likewise.
70291         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
70292         <bp-asm.h>.
70293         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
70294         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
70295         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
70296         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
70297         <bp-asm.h>.
70298         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
70299         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
70300         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
70301         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
70302         <bp-asm.h>.
70303         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
70304         comments.
70305         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
70306         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
70307         <bp-asm.h>.
70308         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
70309         FIXME comments.
70310         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
70311         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
70312         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
70313         <bp-asm.h>.
70314         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
70315         comment.
70316         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
70317         and <bp-asm.h>.
70318         (strncmp): Don't use BP_SYM,
70319         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
70320         <bp-asm.h>.
70321         (__mpn_sub_n): Don't use BP_SYM.
70322         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
70323         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
70324         and <bp-asm.h>.
70325         (__mpn_submul_1): Don't use BP_SYM.
70326         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
70327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
70328         <bp-sym.h> and <bp-asm.h>.
70329         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
70330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
70331         <bp-sym.h> and <bp-asm.h>.
70332         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
70333         comment.
70335 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
70337         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
70338         Use ZK to minimize writes to Z.
70339         (sub_magnitudes): Simplify code a bit.
70340         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
70341         Use ZK to minimize writes to Z.
70342         (sub_magnitudes): Simplify code a bit.
70344 2013-02-27  Roland McGrath  <roland@hack.frob.com>
70346         * csu/gmon-start.c: Add special exception to license text.
70348 2013-02-27  Richard Henderson  <rth@redhat.com>
70350         * scripts/config.guess: Update from config.git.
70351         * scripts/config.sub: Likewise.
70353 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
70355         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
70357         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
70359         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
70361         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
70363         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
70365 2013-02-26  Roland McGrath  <roland@hack.frob.com>
70367         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
70368         [$(build-shared = yes].
70370 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
70372         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
70373         (__mul): Reduce iterations for calculating mantissa.
70375         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
70376         MPTWO.
70377         (__mpranred): Likewise.
70379         [BZ #15160]
70380         * malloc/memusagestat.c (main): Draw graphs for heap and stack
70381         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
70383 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
70385         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
70386         Define __attribute__.
70388 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
70390         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
70391         unused.
70392         * posix/regex_internal.h (__attribute): Remove.
70393         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
70394         (re_string_context_at): Likewise.
70395         (bitset_not): Use __attribute__ and mark function as possibly
70396         unused.
70397         (bitset_merge): Likewise.
70398         (bitset_mask): Likewise.
70399         (re_string_char_size_at): Likewise.
70400         (re_string_wchar_at): Likewise.
70401         (re_string_elem_size_at): Likewise.
70403 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
70405         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
70406         code.
70407         (cc32): Likewise.
70409         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
70410         (__acr): Likewise.
70411         (__cpy): Likewise.
70412         (norm): Likewise.
70413         (denorm): Likewise.
70414         (__dbl_mp): Likewise.
70415         (add_magnitudes): Likewise.
70416         (sub_magnitudes): Likewise.
70417         (__mul): Likewise.
70418         (__inv): Likewise.
70420         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
70421         style.
70423         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
70424         style.
70426         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
70427         code.
70429         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
70430         up changes with default code.
70431         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
70432         Likewise.
70434 2013-02-24  Allan McRae  <allan@archlinux.org>
70436         * manual/socket.texi (The Internet Namespace): Order menu items
70437         to match that in the file.
70439         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
70440         node listing of the info page menu.
70442 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
70444         [BZ #13550]
70445         * sysdeps/i386/bp-asm.h: Remove file.
70446         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
70447         (PARMS): Do not use macros from bp-asm.h.
70448         (S1): Likewise.
70449         (S2): Likewise.
70450         (SIZE): Likewise.
70451         (__mpn_add_n): Do not use BP_SYM
70452         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
70453         "bp-asm.h".
70454         (PARMS): Do not use macros from bp-asm.h.
70455         (S1): Likewise.
70456         (SIZE): Likewise.
70457         (__mpn_addmul_1): Do not use BP_SYM
70458         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
70459         "bp-asm.h".
70460         (PARMS): Do not use macros from bp-asm.h.
70461         (SIGMSK): Likewise.
70462         (_setjmp): Likewise.  Do not use BP_SYM.
70463         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
70464         "bp-asm.h".
70465         (PARMS): Do not use macros from bp-asm.h.
70466         (SIGMSK): Likewise.
70467         (setjmp): Likewise.  Do not use BP_SYM.
70468         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
70469         "bp-asm.h".
70470         (PARMS): Do not use macros from bp-asm.h.
70471         (__frexp): Do not use BP_SYM.
70472         (frexp): Likewise.
70473         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
70474         "bp-asm.h".
70475         (PARMS): Do not use macros from bp-asm.h.
70476         (__frexpf): Do not use BP_SYM.
70477         (frexpf): Likewise.
70478         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
70479         "bp-asm.h".
70480         (PARMS): Do not use macros from bp-asm.h.
70481         (__frexpl): Do not use BP_SYM.
70482         (frexpl): Likewise.
70483         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
70484         "bp-asm.h".
70485         (PARMS): Do not use macros from bp-asm.h.
70486         (__remquo): Do not use BP_SYM.
70487         (remquo): Likewise.
70488         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
70489         "bp-asm.h".
70490         (PARMS): Do not use macros from bp-asm.h.
70491         (__remquof): Do not use BP_SYM.
70492         (remquof): Likewise.
70493         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
70494         "bp-asm.h".
70495         (PARMS): Do not use macros from bp-asm.h.
70496         (__remquol): Do not use BP_SYM.
70497         (remquol): Likewise.
70498         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
70499         "bp-asm.h".
70500         (PARMS): Do not use macros from bp-asm.h.
70501         (DEST): Likewise.
70502         (SRC): Likewise.
70503         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
70504         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
70505         "bp-asm.h".
70506         (PARMS): Do not use macros from bp-asm.h.
70507         (strlen): Do not use BP_SYM.
70508         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
70509         "bp-asm.h".
70510         (PARMS): Do not use macros from bp-asm.h.
70511         (S1): Likewise.
70512         (S2): Likewise.
70513         (SIZE): Likewise.
70514         (__mpn_add_n): Do not use BP_SYM.
70515         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
70516         "bp-asm.h".
70517         (PARMS): Do not use macros from bp-asm.h.
70518         (S1): Likewise.
70519         (SIZE): Likewise.
70520         (__mpn_addmul_1): Do not use BP_SYM.
70521         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
70522         weak_alias.
70523         (bzero): Likewise.
70524         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
70525         "bp-asm.h".
70526         (PARMS): Do not use macros from bp-asm.h.
70527         (S): Likewise.
70528         (SIZE): Likewise.
70529         (__mpn_lshift): Do not use BP_SYM.
70530         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
70531         "bp-asm.h".
70532         (PARMS): Do not use macros from bp-asm.h.
70533         (DEST): Likewise.
70534         (SRC): Likewise.
70535         (LEN): Likewise.
70536         (memcpy): Likewise.  Do not use BP_SYM.
70537         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
70538         libc_hidden_def and weak_alias.
70539         (mempcpy): Do not use BP_SYM in weak_alias.
70540         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
70541         "bp-asm.h".
70542         (PARMS): Do not use macros from bp-asm.h.
70543         (DEST): Likewise.
70544         (LEN): Likewise.
70545         [!BZERO_P] (CHR): Likewise.
70546         (memset): Likewise.  Do not use BP_SYM.
70547         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
70548         "bp-asm.h".
70549         (PARMS): Do not use macros from bp-asm.h.
70550         (S1): Likewise.
70551         (SIZE): Likewise.
70552         (__mpn_mul_1): Do not use BP_SYM.
70553         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
70554         "bp-asm.h".
70555         (PARMS): Do not use macros from bp-asm.h.
70556         (S): Likewise.
70557         (SIZE): Likewise.
70558         (__mpn_rshift): Do not use BP_SYM.
70559         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
70560         "bp-asm.h".
70561         (PARMS): Do not use macros from bp-asm.h.
70562         (STR): Likewise.
70563         (CHR): Likewise.
70564         (strchr): Likewise.  Do not use BP_SYM.
70565         (index): Do not use BP_SYM in weak_alias.
70566         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
70567         "bp-asm.h".
70568         (PARMS): Do not use macros from bp-asm.h.
70569         (DEST): Likewise.
70570         (SRC): Likewise.
70571         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
70572         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
70573         "bp-asm.h".
70574         (PARMS): Do not use macros from bp-asm.h.
70575         (strlen): Do not use BP_SYM.
70576         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
70577         "bp-asm.h".
70578         (PARMS): Do not use macros from bp-asm.h.
70579         (S1): Likewise.
70580         (S2): Likewise.
70581         (SIZE): Likewise.
70582         (__mpn_sub_n): Do not use BP_SYM.
70583         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
70584         "bp-asm.h".
70585         (PARMS): Do not use macros from bp-asm.h.
70586         (S1): Likewise.
70587         (SIZE): Likewise.
70588         (__mpn_submul_1): Do not use BP_SYM.
70589         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
70590         "bp-asm.h".
70591         (PARMS): Do not use macros from bp-asm.h.
70592         (S1): Likewise.
70593         (S2): Likewise.
70594         (SIZE): Likewise.
70595         (__mpn_add_n): Do not use BP_SYM.
70596         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
70597         weak_alias.
70598         (bzero): Likewise.
70599         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
70600         "bp-asm.h".
70601         (PARMS): Do not use macros from bp-asm.h.
70602         (BLK2): Likewise.
70603         (LEN): Likewise.
70604         (memcmp): Do not use BP_SYM.
70605         (bcmp): Do not use BP_SYM in weak_alias.
70606         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
70607         "bp-asm.h".
70608         (PARMS): Do not use macros from bp-asm.h.
70609         (DEST): Likewise.
70610         (SRC): Likewise.
70611         (LEN): Likewise.
70612         (memcpy): Likewise.  Do not use BP_SYM.
70613         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
70614         "bp-asm.h".
70615         (PARMS): Do not use macros from bp-asm.h.
70616         (DEST): Likewise.
70617         (SRC): Likewise.
70618         (LEN): Likewise.
70619         (memmove): Likewise.  Do not use BP_SYM.
70620         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
70621         "bp-asm.h".
70622         (PARMS): Do not use macros from bp-asm.h.
70623         (DEST): Likewise.
70624         (SRC): Likewise.
70625         (LEN): Likewise.
70626         (__mempcpy): Likewise.  Do not use BP_SYM.
70627         (mempcpy): Do not use BP_SYM in weak_alias.
70628         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
70629         "bp-asm.h".
70630         (PARMS): Do not use macros from bp-asm.h.
70631         (DEST): Likewise.
70632         (LEN): Likewise.
70633         [!BZERO_P] (CHR): Likewise.
70634         (memset): Likewise.  Do not use BP_SYM.
70635         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
70636         "bp-asm.h".
70637         (PARMS): Do not use macros from bp-asm.h.
70638         (STR2): Likewise.
70639         (strcmp): Do not use BP_SYM.
70640         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
70641         "bp-asm.h".
70642         (PARMS): Do not use macros from bp-asm.h.
70643         (STR): Likewise.
70644         (DELIM): Likewise.
70645         [USE_AS_STRTOK_R] (SAVE): Likewise.
70646         (FUNCTION): Likewise.  Do not use BP_SYM.
70647         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
70648         aliases.
70649         (strtok_r): Likewise.
70650         (__GI___strtok_r): Likewise.
70651         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
70652         (PARMS): Do not use macros from bp-asm.h.
70653         (S): Likewise.
70654         (SIZE): Likewise.
70655         (__mpn_lshift): Do not use BP_SYM.
70656         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
70657         (PARMS): Do not use macros from bp-asm.h.
70658         (STR): Likewise.
70659         (CHR): Likewise.
70660         (__memchr): Do not use BP_SYM.
70661         (memchr): Do not use BP_SYM in weak_alias.
70662         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
70663         (PARMS): Do not use macros from bp-asm.h.
70664         (BLK2): Likewise.
70665         (LEN): Likewise.
70666         (memcmp): Do not use BP_SYM.
70667         (bcmp): Do not use BP_SYM in weak_alias.
70668         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
70669         (PARMS): Do not use macros from bp-asm.h.
70670         (S1): Likewise.
70671         (SIZE): Likewise.
70672         (__mpn_mul_1): Do not use BP_SYM.
70673         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
70674         "bp-asm.h".
70675         (PARMS): Do not use macros from bp-asm.h.
70676         (STR): Likewise.
70677         (CHR): Likewise.
70678         (__rawmemchr): Do not use BP_SYM.
70679         (rawmemchr): Do not use BP_SYM in weak_alias.
70680         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
70681         (PARMS): Do not use macros from bp-asm.h.
70682         (S): Likewise.
70683         (SIZE): Likewise.
70684         (__mpn_rshift): Do not use BP_SYM.
70685         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
70686         (PARMS): Do not use macros from bp-asm.h.
70687         (SIGMSK): Likewise.
70688         (__sigsetjmp): Likewise.  Do not use BP_SYM.
70689         * sysdeps/i386/start.S: Do not include "bp-sym.h".
70690         (_start): Do not use BP_SYM.
70691         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
70692         (PARMS): Do not use macros from bp-asm.h.
70693         (DEST): Likewise.
70694         (SRC): Likewise.
70695         (__stpcpy): Likewise.  Do not use BP_SYM.
70696         (stpcpy): Do not use BP_SYM in weak_alias.
70697         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
70698         "bp-asm.h".
70699         (PARMS): Do not use macros from bp-asm.h.
70700         (DEST): Likewise.
70701         (SRC): Likewise.
70702         (LEN): Likewise.
70703         (__stpncpy): Likewise.  Do not use BP_SYM.
70704         (stpncpy): Do not use BP_SYM in weak_alias.
70705         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
70706         (PARMS): Do not use macros from bp-asm.h.
70707         (STR): Likewise.
70708         (CHR): Likewise.
70709         (strchr): Likewise.  Do not use BP_SYM.
70710         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
70711         "bp-asm.h".
70712         (PARMS): Do not use macros from bp-asm.h.
70713         (STR): Likewise.
70714         (CHR): Likewise.
70715         (__strchrnul): Likewise.  Do not use BP_SYM.
70716         (strchrnul): Do not use BP_SYM in weak_alias.
70717         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
70718         "bp-asm.h".
70719         (PARMS): Do not use macros from bp-asm.h.
70720         (STOP): Likewise.
70721         (strcspn): Do not use BP_SYM.
70722         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
70723         "bp-asm.h".
70724         (PARMS): Do not use macros from bp-asm.h.
70725         (STR): Likewise.
70726         (STOP): Likewise.
70727         (strpbrk): Likewise.  Do not use BP_SYM.
70728         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
70729         "bp-asm.h".
70730         (PARMS): Do not use macros from bp-asm.h.
70731         (STR): Likewise.
70732         (CHR): Likewise.
70733         (strrchr): Likewise.  Do not use BP_SYM.
70734         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
70735         (PARMS): Do not use macros from bp-asm.h.
70736         (SKIP): Likewise.
70737         (strspn): Do not use BP_SYM.
70738         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
70739         (PARMS): Do not use macros from bp-asm.h.
70740         (STR): Likewise.
70741         (DELIM): Likewise.
70742         (SAVE): Likewise.
70743         (FUNCTION): Likewise.  Do not use BP_SYM.
70744         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
70745         aliases.
70746         (strtok_r): Likewise.
70747         (__GI___strtok_r): Likewise.
70748         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
70749         (PARMS): Do not use macros from bp-asm.h.
70750         (S1): Likewise.
70751         (S2): Likewise.
70752         (SIZE): Likewise.
70753         (__mpn_sub_n): Do not use BP_SYM.
70754         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
70755         "bp-asm.h".
70756         (PARMS): Do not use macros from bp-asm.h.
70757         (S1): Likewise.
70758         (SIZE): Likewise.
70759         (__mpn_submul_1): Do not use BP_SYM.
70760         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
70761         <bp-sym.h>.
70762         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
70763         and <bp-asm.h>.
70764         (PARMS): Do not use macros from bp-asm.h.
70765         (FLAGS): Likewise.
70766         (PTID): Likewise.
70767         (TLS): Likewise.
70768         (CTID): Likewise.
70769         (__clone): Do not use BP_SYM.
70770         (clone): Do not use BP_SYM in weak_alias.
70771         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
70772         and <bp-asm.h>.
70773         (PARMS): Do not use macros from bp-asm.h.
70774         (LEN): Likewise.
70775         (__mmap64): Do not use BP_SYM.
70776         (mmap64): Do not use BP_SYM in weak_alias.
70777         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
70778         <bp-sym.h> and <bp-asm.h>.
70779         (PARMS): Do not use macros from bp-asm.h.
70780         (__posix_fadvise64_l64): Do not use BP_SYM.
70781         * sysdeps/unix/sysv/linux/i386/semtimedop.S
70782         (PARMS): Do not use macros from bp-asm.h.
70783         (NSOPS): Likewise.
70784         (semtimedop): Do not use BP_SYM.
70785         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
70786         and <bp-asm.h>.
70788 2013-02-21  Allan McRae  <allan@archlinux.org>
70790         * manual/message.texi (Charset conversion in gettext):
70791         Move @end statement to beginning of line.
70793 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
70795         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
70796         static.
70797         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
70798         Likewise.
70800         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
70801         (denorm): Likewise.
70802         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
70803         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
70805 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
70807         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
70808         tail-call to the resolved function if pltexit isn't needed.
70810 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
70812         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
70813         or Y being zero as being unlikely.
70814         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
70815         Likewise.
70817 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
70819         * manual/nss.texi (System Databases and Name Service Switch):
70820         Remove frobnicate @pxref.
70822 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
70824         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
70825         __attribute__ ((unused)) to __attribute__ ((__unused__)).
70827 2013-02-20  Petr Machata  <pmachata@redhat.com>
70829         * elf/elf.h (R_ARM_TARGET1): New macro.
70830         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
70831         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
70832         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
70833         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
70834         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
70835         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
70836         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
70837         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
70838         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
70839         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
70840         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
70841         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
70842         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
70843         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
70844         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
70845         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
70846         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
70847         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
70848         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
70849         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
70850         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
70851         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
70852         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
70853         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
70854         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
70855         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
70856         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
70857         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
70858         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
70859         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
70860         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
70861         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
70862         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
70863         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
70864         (R_ARM_THM_GOT_BREL12): Likewise.
70865         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
70866         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
70867         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
70868         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
70869         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
70870         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
70871         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
70872         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
70873         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
70875 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
70877         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
70878         __attribute_used__ to __attribute__ ((unused)).
70880 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
70882         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
70883         powerpc mpa.c.
70884         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
70885         comment formatting.
70886         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
70888 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
70890         [BZ #13550]
70891         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
70892         Remove macro.
70893         (ENTER): Remove both macro definitions.
70894         (LEAVE): Likewise.
70895         (CHECK_BOUNDS_LOW): Likewise.
70896         (CHECK_BOUNDS_HIGH): Likewise.
70897         (CHECK_BOUNDS_BOTH): Likewise.
70898         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
70899         (RETURN_BOUNDED_POINTER): Likewise.
70900         (RETURN_NULL_BOUNDED_POINTER): Likewise.
70901         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
70902         (POP_ERRNO_LOCATION_RETURN): Likewise.
70903         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
70904         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
70905         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
70906         macros.
70907         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
70908         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
70909         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
70910         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
70911         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
70912         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
70913         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
70914         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
70915         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
70916         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
70917         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
70918         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
70919         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
70920         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
70921         removed macros.
70922         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
70923         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
70924         macros.
70925         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
70926         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
70927         * sysdeps/i386/i586/memset.S (memset): Likewise.
70928         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
70929         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
70930         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
70931         macros.
70932         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
70933         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
70934         Change uses of L(2) to L(out).
70935         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
70936         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
70937         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
70938         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
70939         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
70940         removed macros.
70941         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
70942         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
70943         macros.
70944         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
70945         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
70946         (RETURN): Do not use macro LEAVE.
70947         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
70948         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
70949         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
70950         * sysdeps/i386/i686/memset.S (memset): Likewise.
70951         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
70952         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
70953         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
70954         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
70955         Likewise.
70956         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
70957         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
70958         L(1_2) and L(1_3) into L(1).
70959         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
70960         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
70961         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
70962         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
70963         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
70964         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
70965         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
70966         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
70967         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
70968         macros.
70969         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
70970         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
70971         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
70972         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
70973         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
70974         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
70975         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
70976         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
70977         * sysdeps/i386/strcspn.S (strcspn): Likewise.
70978         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
70979         * sysdeps/i386/strrchr.S (strrchr): Likewise.
70980         * sysdeps/i386/strspn.S (strspn): Likewise.
70981         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
70982         conditional code.
70983         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
70984         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
70985         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
70986         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
70987         L(1_3) into L(1_1).
70988         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
70989         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
70990         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
70991         macros.
70992         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
70994 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
70996         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
70997         macro.
70999 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
71001         * math/atest-exp.c (exp_mpn): Remove ROUND.
71002         * math/atest-exp2.c (exp_mpn): Likewise.
71003         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
71005         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
71006         * stdlib/tst-tls-atexit-lib.c: Likewise.
71007         * stdlib/tst-tls-atexit.c: Likewise.
71009 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
71011         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
71012         and __attribute_alloc_size__.
71014 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
71016         * include/programs/xmalloc.h: Change __attribute_alloc_size to
71017         __attribute_alloc_size__.
71018         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
71019         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
71021 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
71023         * include/programs/xmalloc.h: New file.
71024         * catgets/gencat.c: Include it.
71025         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
71026         * elf/pldd.c: Likewise.
71027         * iconv/iconv_charmap.c: Likewise.
71028         * iconv/iconvconfig.c: Likewise.
71029         * iconv/strtab.c: Likewise.
71030         * locale/programs/locale.c: Likewise.
71031         * locale/programs/localedef.h: Likewise.
71032         * locale/programs/simple-hash.c: Likewise.
71033         * nscd/nscd.h: Likewise.
71034         * nss/makedb.c: Likewise.
71035         * sysdeps/generic/ldconfig.h: Likewise.
71037 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
71039         * Versions.def: Add GLIBC_2.18.
71040         * include/link.h (struct link_map): New member l_tls_dtor_count.
71041         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
71042         (__call_tls_dtors): Likewise.
71043         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
71044         __cxa_thread_atexit_impl.
71045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
71046         Likewise.
71047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
71048         Likewise.
71049         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
71050         Likewise.
71051         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
71052         Likewise.
71053         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
71054         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
71055         Likewise.
71056         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
71057         Likewise.
71058         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
71059         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
71060         Likewise.
71061         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
71062         (tests): Add test case tst-tls-atexit.
71063         (modules-names): Add shared library for tst-tls-atexit.
71064         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
71065         (GLIBC_PRIVATE): Add __call_tls_dtors.
71066         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
71067         for libstdc++.
71068         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
71069         * stdlib/tst-tls-atexit.c: New test case.
71070         * stdlib/tst-tls-atexit-lib.c: New test case.
71072         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
71074         * elf/Versions (ld): Add _dl_find_dso_for_object.
71075         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
71076         * elf/dl-open.c (_dl_find_dso_for_object): New function.
71077         (dl_open_worker): Use _dl_find_dso_for_object.
71078         * elf/dl-sym.c (do_sym): Likewise.
71079         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
71081 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
71083         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
71084         Syntactic changes only.
71085         (_dl_runtime_profile): Do a tail-call to the resolved function.
71087 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
71089         [BZ #13550]
71090         * sysdeps/x86_64/bp-asm.h: Remove file.
71091         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
71092         <bp-sym.h> and <bp-asm.h>.
71093         (__clone): Do not use BP_SYM.
71094         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
71095         <bp-sym.h> and <bp-asm.h>.
71096         * sysdeps/unix/x86_64/sysdep.S: Likewise.
71097         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
71098         "bp-asm.h".
71099         (_setjmp): Do not use BP_SYM.
71100         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
71101         "bp-asm.h".
71102         (setjmp): Do not use BP_SYM.
71103         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
71104         libc_hidden_def.
71105         (mempcpy): Do not use BP_SYM in weak_alias.
71106         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
71107         "bp-asm.h".
71108         (strchr): Do not use BP_SYM.
71109         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
71110         "bp-asm.h".
71111         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
71112         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
71113         (_start): Do not use BP_SYM.
71114         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
71115         "bp-asm.h".
71116         (strcat): Do not use BP_SYM.
71117         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
71118         "bp-asm.h".
71119         (STRCMP): Do not use BP_SYM.
71120         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
71121         "bp-asm.h".
71122         (STRCPY): Do not use BP_SYM.
71123         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
71124         "bp-asm.h".
71125         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
71126         "bp-asm.h".
71127         (FUNCTION): Do not use BP_SYM.
71128         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
71129         weak_alias.
71130         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
71132 2013-02-17  Andreas Jaeger  <aj@suse.de>
71134         * time/Versions: Sort entries.
71135         * string/Versions: Likewise.
71136         * resolv/Versions: Likewise.
71137         * posix/Versions: Likewise.
71138         * iconv/Versions: Likewise.
71139         * elf/Versions: Likewise.
71140         * wcsmbs/Versions: Likewise.
71142 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
71144         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
71145         loop termination condition.
71147         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
71148         variable to calculate EZ.
71149         (__sqr): Likewise.
71151         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
71152         the lower precision input.
71154 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
71156         [BZ #13550]
71157         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
71158         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
71159         (run-via-rtld-prefix): Do not handle %-bp tests.
71160         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
71161         (all-object-suffixes): Remove .ob.
71162         (bppfx): Remove variable.
71163         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
71164         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
71165         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
71166         [$(build-bounded) = yes] (libtype.ob): Likewise.
71167         * Makerules (elide-routines.ob): Remove variable.
71168         (do-tests-clean): Do not handle *-bp.out.
71169         (common-mostlyclean): Do not handle *-bp and *-bp.out.
71170         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
71171         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
71172         (tests): Do not include $(tests-bp.out).
71173         (xtests): Do not include $(xtests-bp.out).
71174         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
71175         [$(build-bounded) = yes] ($(addprefix
71176         $(objpfx),$(binaries-bounded))): Remove rule.
71177         ($(objpfx)%-bp.out): Remove rule.
71178         * config.make.in (build-bounded): Remove variable.
71179         * crypt/Makefile [$(build-bounded) = yes]
71180         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
71181         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
71182         append to variable.
71183         [$(build-bounded) = yes] (install-lib): Likewise.
71184         [$(build-bounded) = yes] (generated): Likewise.
71185         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
71186         Remove rule.
71187         * intl/Makefile [$(build-bounded) = yes]
71188         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
71189         * math/Makefile [$(build-bounded) = yes]
71190         ($(tests:%=$(objpfx)%-bp): Likewise.
71191         * misc/Makefile [$(build-bounded) = yes]
71192         ($(objpfx)tst-tsearch-bp): Likewise.
71193         * nptl/Makeconfig (bounded-thread-library): Remove variable.
71194         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
71195         Remove dependency.
71196         * string/Makefile (o-objects.ob): Remove variable.
71197         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
71198         (CFLAGS-.ob): Remove variable.
71199         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
71200         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
71201         both definitions of variable.
71202         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
71203         (ASFLAGS-.ob): Remove variable.
71205 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
71207         [BZ #13550]
71208         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
71209         Remove __BOUNDED_POINTERS__ from condition.
71210         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
71211         * string/bits/string2.h [!__NO_STRING_INLINES &&
71212         !__BOUNDED_POINTERS__]: Likewise.
71213         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
71214         Likewise.
71215         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
71216         Remove conditional code.
71217         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
71218         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
71219         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
71220         condition.
71222         [BZ #13550]
71223         * csu/libc-start.c: Do not include <bp-sym.h>.
71224         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
71225         * elf/dl-open.c: Do not include <bp-sym.h>.
71226         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
71227         * math/fegetenv.c: Do not include <bp-sym.h>.
71228         (fegetenv): Do not use BP_SYM in versioned symbols.
71229         * nptl/sysdeps/pthread/bits/libc-lockP.h
71230         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
71231         <bp-sym.h>.
71232         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71233         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
71234         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71235         (__pthread_mutex_destroy): Likewise.
71236         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71237         (__pthread_mutex_lock): Likewise.
71238         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71239         (__pthread_mutex_trylock): Likewise.
71240         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71241         (__pthread_mutex_unlock): Likewise.
71242         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71243         (__pthread_mutexattr_init): Likewise.
71244         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71245         (__pthread_mutexattr_destroy): Likewise.
71246         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71247         (__pthread_mutexattr_settype): Likewise.
71248         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71249         (__pthread_rwlock_init): Likewise.
71250         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71251         (__pthread_rwlock_destroy): Likewise.
71252         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71253         (__pthread_rwlock_rdlock): Likewise.
71254         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71255         (__pthread_rwlock_tryrdlock): Likewise.
71256         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71257         (__pthread_rwlock_wrlock): Likewise.
71258         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71259         (__pthread_rwlock_trywrlock): Likewise.
71260         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71261         (__pthread_rwlock_unlock): Likewise.
71262         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71263         (__pthread_key_create): Likewise.
71264         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71265         (__pthread_setspecific): Likewise.
71266         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71267         (__pthread_getspecific): Likewise.
71268         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
71269         Likewise.
71270         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71271         (_pthread_cleanup_push_defer): Likewise.
71272         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71273         (_pthread_cleanup_pop_restore): Likewise.
71274         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
71275         (pthread_setcancelstate): Likewise.
71276         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
71277         <bp-sym.h>.
71278         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
71279         (memchr): Do not use BP_SYM in weak_alias.
71280         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
71281         (fegetenv): Do not use BP_SYM in versioned symbols.
71282         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
71283         (fesetenv): Do not use BP_SYM in versioned symbols.
71284         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
71285         (feupdateenv): Do not use BP_SYM in versioned symbols.
71286         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
71287         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
71288         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
71289         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
71290         (open64): Do not use BP_SYM in weak_alias.
71291         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
71292         (fegetenv): Do not use BP_SYM in versioned symbols.
71293         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
71294         (fesetenv): Do not use BP_SYM in versioned symbols.
71295         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
71296         (feupdateenv): Do not use BP_SYM in versioned symbols.
71297         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
71298         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
71299         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
71300         (feraiseexcept): Do not use BP_SYM in versioned symbols.
71301         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
71302         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
71303         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
71304         <bp-sym.h>.
71305         (__libc_start_main): Do not use BP_SYM.
71307 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
71309         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
71310         redundant return line.
71311         (norm): Likewise.
71312         (denorm): Likewise.
71313         (dbl_mp): Likewise.
71314         (sub_magnitudes): Likewise.
71315         (__add): Likewise.
71316         (__sub): Likewise.
71317         (__mul): Likewise.
71318         (__inv): Likewise.
71319         (__dvd): Likewise.
71320         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
71321         (norm): Likewise.
71322         (denorm): Likewise.
71323         (dbl_mp): Likewise.
71324         (sub_magnitudes): Likewise.
71325         (__add): Likewise.
71326         (__sub): Likewise.
71327         (__mul): Likewise.
71328         (__inv): Likewise.
71329         (__dvd): Likewise.
71331         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
71332         instead of __mul.
71333         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
71334         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
71335         (cc32): Likewise.
71337         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
71338         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
71339         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
71340         of __mul for squares.
71341         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
71342         function
71343         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
71344         Likewise.
71345         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
71346         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
71348 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
71350         [BZ #13550]
71351         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
71352         code.
71353         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
71354         prototype or function definition.  Rename ubp_* variables and
71355         parameters.  Remove argv definitions conditional on
71356         [__BOUNDED_POINTERS__].
71357         * debug/backtrace.c (__backtrace): Do not use __unbounded.
71358         * elf/dl-runtime.c (_dl_fixup): Likewise.
71359         * include/set-hooks.h (RUN_HOOK): Likewise.
71360         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
71361         definition.
71362         * string/strcpy.c (strcpy): Do not use __unbounded.
71363         * sysdeps/generic/frame.h (struct layout): Likewise.
71364         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
71365         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
71366         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
71367         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
71368         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
71369         (__backtrace): Likewise.
71370         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
71371         use __ptrvalue.
71372         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
71373         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
71374         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
71375         Likewise.
71376         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
71377         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
71378         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
71379         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
71380         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
71381         Do not use __unbounded.
71382         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
71383         Rename __unboundedrlimits parameter to rlimits in prototype.
71384         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
71385         Do not use __unbounded.
71386         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
71387         not use __ptrvalue.
71388         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
71389         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
71390         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
71391         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
71392         __ptrvalue or __unbounded.
71393         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
71394         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
71395         use __unbounded.
71396         (__new_msgctl): Do not use __ptrvalue.
71397         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
71398         __unbounded.
71399         (__libc_msgrcv): Do not use __ptrvalue.
71400         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
71401         startup_info): Do not use __unbounded.
71402         (__libc_start_main): Likewise.  Rename ubp_* variables and
71403         parameters.  Remove argv definitions conditional on
71404         [__BOUNDED_POINTERS__].
71405         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
71406         __ptrvalue.
71407         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
71408         use __unbounded.
71409         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
71410         or __ptrvalue.
71411         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
71412         use __unbounded.
71413         (__new_shmctl): Do not use __ptrvalue.
71414         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
71415         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
71416         Likewise.
71417         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
71418         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
71419         (__libc_sigaction): Likewise.
71420         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
71421         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
71422         Likewise.
71423         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
71425 2013-02-13   Ondƙej BĂ­lka  <neleai@seznam.cz>
71427         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
71429         * string/mempcpy.c: Implement by calling memcpy.
71431 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
71433         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
71435         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
71436         evaluation.
71438         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
71439         values in the mantissa.
71441         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
71442         minimize writes to Z.
71443         (sub_magnitudes): Simplify code a bit.
71445 2013-02-12  Roland McGrath  <roland@hack.frob.com>
71447         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
71448         from the message.  The linker prefixes all warnings with that already.
71450 2013-02-12  Andreas Schwab  <schwab@suse.de>
71452         [BZ #15078]
71453         * posix/regexec.c (extend_buffers): Add parameter min_len.
71454         (check_matching): Pass minimum needed length.
71455         (clean_state_log_if_needed): Likewise.
71456         (get_subexp): Likewise.
71457         * posix/Makefile (tests): Add bug-regex34.
71458         (bug-regex34-ENV): Define.
71459         * posix/bug-regex34.c: New file.
71461         [BZ #11561]
71462         * posix/regcomp.c (parse_bracket_exp): When looking up collating
71463         elements compare against the byte sequence of it, not its name.
71464         * posix/Makefile (tests): Add bug-regex35.
71465         (bug-regex35-ENV): Define.
71466         * posix/bug-regex35.c: New file.
71468 2013-02-11  Tom de Vries  <tom@codesourcery.com>
71470         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
71471         comment.
71472         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
71473         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
71474         (CHECK_EOL): Add undef.
71476 2013-02-11   Ondƙej BĂ­lka  <neleai@seznam.cz>
71478         * bits/stdlib-bsearch.h: New file.
71479         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
71480         * stdlib/stdlib.h: Likewise.
71482 2013-02-11  Roland McGrath  <roland@hack.frob.com>
71484         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
71485         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
71486         declaration.
71487         * manual/search.texi (Array Search Function): Add missing const in
71488         lfind prototype.
71489         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
71490         declaration to use rlim_t.
71491         (Basic Scheduling Functions): Remove erroneous const from
71492         sched_getparam prototype.  Remove erroneous * from
71493         sched_get_priority_max and sched_get_priority_min prototypes.
71494         (Resource Usage): Fix summary @comment on vtimes to refer to
71495         sys/vtimes.h rather than vtimes.h.
71496         Add missing *s in vtimes prototype.
71497         (Limits on Resources): Fix ulimit prototype to return long int.
71498         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
71499         prototypes to use long int rather than double.
71500         (BSD Random): Fix initstate and setstate to use char *, not void *.
71501         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
71502         prototype to make second argument 'struct aiocb64 *const[]'.
71503         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
71504         (Status of AIO Operations): Remove erroneous const in aio_return and
71505         aio_return64 prototypes.
71506         (Synchronizing I/O): Fix sync prototype to return void.
71507         * manual/startup.texi (Suboptions): Remove an erroneous const in
71508         getsubopt prototype.
71509         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
71510         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
71511         use size_t rather than int.
71512         (Scanning All Users): Likewise for getpwent_r.
71513         (Setting Groups): Add missing const to setgroups prototype.
71514         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
71515         * manual/socket.texi (Host Names): Fix gethostbyaddr and
71516         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
71517         'const void *' rather than 'const char *'.
71518         (Host Address Functions): Likewise for inet_ntop.
71519         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
71520         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
71521         ssize_t for return value.
71522         (Sending Data): Likewise for send, sendto, sendmsg.
71523         (Socket Option Functions): Add a missing const in setsockopt prototype.
71524         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
71525         use wchar_t for the argument.
71526         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
71527         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
71528         take no arguments.
71529         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
71530         double/float/long double for second argument.
71531         Fix return types of significand, significandf, significandl.
71532         * manual/filesys.texi (Setting Permissions): Use mode_t for second
71533         argument in fchmod prototype.
71534         (File Owner): Use uid_t and gid_t in fchown prototype.
71535         (File Times): Add const to utimes, futimes, and lutimes prototypes.
71536         (Making Special Files): Use mode_t and dev_t in mknod prototype.
71537         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
71538         use 'const struct dirent **' as argument types to CMP function pointer
71539         argument.
71540         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
71541         (File Times): Fix summary magic @comment for struct utimbuf and utime
71542         to refer to utime.h, not time.h.
71543         * manual/string.texi (Argz Functions): Add missing const in
71544         argz_extract and argz_next prototypes.
71545         (Finding Tokens in a String): Likewise for basename.
71546         (String/Array Comparison): Fix typo in wcscasecmp prototype.
71547         (Copying and Concatenation): Fix typo in wmemmove prototype.
71548         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
71549         (Signal Stack): Remove erroneous const in sigstack prototype.
71550         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
71551         prototype.
71552         (Simple Calendar Time): Likewise for stime.
71553         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
71554         prototype.
71555         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
71556         say sys/sysctl.h instead.
71557         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
71558         and vsyslog prototypes.
71560 2013-02-11  Tom de Vries  <tom@codesourcery.com>
71562         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
71563         Remove.
71565 2013-02-11  Roland McGrath  <roland@hack.frob.com>
71567         * misc/sys/mman.h: Fix typo in mremap comment.
71569 2013-02-08  Roland McGrath  <roland@hack.frob.com>
71571         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
71572         the '\0' terminator.
71574 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
71576         [BZ #13550]
71577         * debug/segfault.c: Don't include <bp-checks.h>.
71578         * sysdeps/generic/bp-checks.h: Remove file.
71579         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
71580         (__GETDENTS): Don't use CHECK_N.
71581         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
71582         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
71583         (__getgroups): Don't use CHECK_N.
71584         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
71585         (setgroups): Don't use CHECK_N.
71586         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
71587         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
71588         (__libc_msgrcv): Don't use CHECK_N.
71589         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
71590         (__libc_msgsnd): Don't use CHECK_N.
71591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
71592         <bp-checks.h>.
71593         (__libc_pread): Don't use CHECK_N.
71594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
71595         include <bp-checks.h>.
71596         (__libc_pread64): Don't use CHECK_N.
71597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
71598         include <bp-checks.h>.
71599         (__libc_pwrite): Don't use CHECK_N.
71600         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
71601         include <bp-checks.h>.
71602         (__libc_pwrite64): Don't use CHECK_N.
71603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
71604         <bp-checks.h>.
71605         (__libc_pread): Don't use CHECK_N.
71606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
71607         include <bp-checks.h>.
71608         (__libc_pread64): Don't use CHECK_N.
71609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
71610         include <bp-checks.h>.
71611         (__libc_pwrite): Don't use CHECK_N.
71612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
71613         include <bp-checks.h>.
71614         (__libc_pwrite64): Don't use CHECK_N.
71615         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
71616         (do_pread): Don't use CHECK_N.
71617         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
71618         (do_pread64): Don't use CHECK_N.
71619         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
71620         (do_pwrite): Don't use CHECK_N.
71621         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
71622         (do_pwrite64): Don't use CHECK_N.
71623         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
71624         (__libc_readv): Don't use CHECK_N.
71625         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
71626         (semop): Don't use CHECK_N.
71627         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
71628         <bp-checks.h>.
71629         (semtimedop): Don't use CHECK_N.
71630         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
71631         (__libc_pread): Don't use CHECK_N.
71632         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
71633         <bp-checks.h>.
71634         (__libc_pread64): Don't use CHECK_N.
71635         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
71636         <bp-checks.h>.
71637         (__libc_pwrite): Don't use CHECK_N.
71638         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
71639         <bp-checks.h>.
71640         (__libc_pwrite64): Don't use CHECK_N.
71641         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
71642         <bp-checks.h>.
71643         (__libc_msgrcv): Don't use CHECK_N.
71644         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
71645         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
71646         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
71647         (__libc_writev): Don't use CHECK_N.
71649 2013-02-08  Roland McGrath  <roland@hack.frob.com>
71651         * string/strcpy.c: Removed unused variable.
71653         * Makeconfig (+sysdep-includes): Define with := rather than =.
71654         Use an existing include/ subdir of each sysdeps dir before it.
71656 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
71658         * nscd/connection.c (register_traced_file): Comment function.
71659         [HAVE_INOTIFY] (union __inev): Define.
71660         [HAVE_INOTIFY] (inotify_check_files): New function.
71661         [HAVE_INOTIFY] (clear_db_cache): Likewise.
71662         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
71663         clear_db_cache.
71664         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
71666 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
71668         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
71669         loaded if not already and that a failure is permanent.
71671 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
71673         [BZ #15006]
71674         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
71675         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
71677 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
71679         [BZ #13550]
71680         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
71681         (CHECK_1_NULL_OK): Likewise.
71682         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
71683         (__fxstat): Do not use CHECK_1.
71684         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
71685         <bp-checks.h>.
71686         (___fxstat64): Do not use CHECK_1.
71687         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
71688         <bp-checks.h>.
71689         (__fxstatat): Do not use CHECK_1.
71690         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
71691         <bp-checks.h>.
71692         (__fxstatat64): Do not use CHECK_1.
71693         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
71694         <bp-checks.h>.
71695         (__fxstat): Do not use CHECK_1.
71696         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
71697         <bp-checks.h>.
71698         (__fxstatat): Do not use CHECK_1.
71699         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
71700         <bp-checks.h>.
71701         (__getresgid): Do not use CHECK_1.
71702         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
71703         <bp-checks.h>.
71704         (__getresuid): Do not use CHECK_1.
71705         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
71706         <bp-checks.h>.
71707         (__lxstat): Do not use CHECK_1.
71708         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
71709         <bp-checks.h>.
71710         (__old_msgctl): Do not use CHECK_1.
71711         (__new_msgctl): Likewise.
71712         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
71713         <bp-checks.h>.
71714         (__new_setrlimit): Do not use CHECK_1.
71715         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
71716         <bp-checks.h>.
71717         (__old_shmctl): Do not use CHECK_1.
71718         (__new_shmctl): Likewise.
71719         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
71720         <bp-checks.h>.
71721         (__xstat): Do not use CHECK_1.
71722         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
71723         (__lxstat): Do not use CHECK_1.
71724         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
71725         <bp-checks.h>.
71726         (___lxstat64): Do not use CHECK_1.
71727         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
71728         (__old_msgctl): Do not use CHECK_1.
71729         (__new_msgctl): Likewise.
71730         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
71731         <bp-checks.h>.
71732         (__gettimeofday): Do not use CHECK_1.
71733         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
71734         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
71735         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
71736         <bp-checks.h>.
71737         (__gettimeofday): Do not use CHECK_1.
71738         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
71739         (__old_shmctl): Do not use CHECK_1_NULL_OK.
71740         (__new_shmctl): Do not use CHECK_1.
71741         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
71742         <bp-checks.h>.
71743         (do_sigtimedwait): Do not use CHECK_1.
71744         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
71745         <bp-checks.h>.
71746         (do_sigwaitinfo): Do not use CHECK_1.
71747         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
71748         <bp-checks.h>.
71749         (msgctl): Do not use CHECK_1.
71750         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
71751         <bp-checks.h>.
71752         (shmctl): Do not use CHECK_1.
71753         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
71754         (ustat): Do not use CHECK_1.
71755         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
71756         <bp-checks.h>.
71757         (__fxstat): Do not use CHECK_1.
71758         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
71759         <bp-checks.h>.
71760         (__fxstatat): Do not use CHECK_1.
71761         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
71762         <bp-checks.h>.
71763         (__lxstat): Do not use CHECK_1.
71764         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
71765         <bp-checks.h>.
71766         (__xstat): Do not use CHECK_1.
71767         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
71768         (__xstat): Do not use CHECK_1.
71769         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
71770         (___xstat64): Do not use CHECK_1.
71772         [BZ #13550]
71773         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
71774         definitions.
71775         (CHECK_BOUNDS_HIGH): Likewise.
71776         * string/strcpy.c: Do not include <bp-checks.h>.
71777         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
71779 2013-02-07  Roland McGrath  <roland@hack.frob.com>
71781         * nscd/nscd-client.h (__nscd_drop_map_ref):
71782         Add __attribute__ ((unused)).
71783         * nis/nss-nisplus.h (niserr2nss): Likewise.
71785         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
71786         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
71788         * csu/libc-tls.c (init_static_tls, init_slotinfo):
71789         Remove inline keyword.
71790         * include/rounding-mode.h (round_away): Likewise.
71791         * libio/wfileops.c (adjust_wide_data): Likewise.
71792         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
71793         (__m128i_strloadu_tolower): Likewise.
71794         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
71795         (__m128i_strloadu_tolower): Likewise.
71796         * time/mktime.c (ydhms_diff): Likewise.
71797         * locale/elem-hash.h (elem_hash): Likewise.
71798         * locale/setlocale.c (setdata): Likewise.
71799         * posix/regex_internal.h (re_string_char_size_at): Likewise.
71800         (re_string_wchar_at): Likewise.
71801         (bitset_not, bitset_merge, bitset_mask): Likewise.
71802         [!(__GNUC__ > 3)] (inline): Remove macro.
71803         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
71804         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
71805         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
71806         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
71807         * string/memcmp.c (memcmp_bytes): Likewise.
71808         * locale/programs/locarchive.c (compute_hashval): Likewise.
71809         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
71810         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
71811         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
71812         * nss/getent.c (print_rpc, print_protocols): Likewise.
71813         (print_passwd, print_group, print_aliases): Likewise.
71814         * nis/nss-nisplus.h (niserr2nss): Likewise.
71815         * nscd/connections.c (restart_p): Likewise.
71816         Change return type to bool.
71818 2013-02-05  Roland McGrath  <roland@hack.frob.com>
71820         * Makeconfig (all-Depend-files): Add existing
71821         $(sorted-subdirs:=/Depend) files.
71822         (all-subdirs): Remove nss.
71823         * sysdeps/unix/inet/Subdirs: Add it here instead.
71824         * hesiod/Depend: New file.
71826         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
71827         instead of calling alloca.
71829         * io/lseek.c (__lseek): Rename to __libc_lseek.
71830         Define __lseek as an alias.
71832         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
71834 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
71836         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
71837         else clause and remove check for non-standard endianness.
71839 2013-02-04  David S. Miller  <davem@davemloft.net>
71841         * sysdeps/sparc/fpu/libm-test-ulps: Update.
71843 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
71845         [BZ #13550]
71846         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
71847         (__ubp_memchr): Remove prototype.
71848         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
71849         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
71850         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
71851         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
71852         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
71853         Remove alias.
71854         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
71855         (__ubp_memchr): Likewise.
71856         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
71857         (__ubp_memchr): Likewise.
71858         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
71859         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
71860         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
71861         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
71862         CHECK_STRING.
71863         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
71864         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
71865         (__getcwd): Do not use CHECK_STRING.
71866         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
71867         <bp-checks.h>.
71868         (__real_chown): Do not use CHECK_STRING.
71869         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
71870         <bp-checks.h>.
71871         (fchownat): Do not use CHECK_STRING.
71872         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
71873         CHECK_STRING.
71874         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
71875         <bp-checks.h>.
71876         (__lchown): Do not use CHECK_STRING.
71877         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
71878         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
71879         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
71880         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
71881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
71882         include <bp-checks.h>.
71883         (truncate64): Do not use CHECK_STRING.
71884         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
71885         <bp-checks.h>.
71886         (__real_chown): Do not use CHECK_STRING.
71887         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
71888         <bp-checks.h>.
71889         (__lchown): Do not use CHECK_STRING.
71890         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
71891         <bp-checks.h>.
71892         (__chown): Do not use CHECK_STRING.
71893         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
71894         <bp-checks.h>.
71895         (truncate64): Do not use CHECK_STRING.
71896         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
71897         Likewise.
71898         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
71899         (__xmknod): Do not use CHECK_STRING.
71900         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
71901         <bp-checks.h>.
71902         (__xmknodat): Do not use CHECK_STRING.
71903         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
71904         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
71906 2013-02-04  Andreas Schwab  <schwab@suse.de>
71908         [BZ #14142]
71909         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
71910         * include/netdb.h: Likewise for h_errno.
71911         * elf/tst-stackguard1.c: Include <tls.h>.
71913 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
71915         * elf/link.h (struct link_map): Extend the l_addr comment.
71916         * include/link.h (struct link_map): Likewise.
71918 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
71920         [BZ #13550]
71921         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
71922         (BOUNDED_1): Remove macro.
71923         * debug/backtrace.c: Don't include <bp-checks.h>.
71924         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
71925         (__backtrace): Likewise.
71926         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
71927         <bp-checks.h>.
71928         (__backtrace): Don't use BOUNDED_1.
71929         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
71930         <bp-checks.h>.
71931         (__backtrace): Don't use BOUNDED_1.
71932         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
71933         (__backtrace): Don't use BOUNDED_1.
71934         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
71935         (shmat): Don't use BOUNDED_N.
71937 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
71939         [BZ #13550]
71940         * sysdeps/generic/bp-start.h: Remove file.
71941         * csu/libc-start.c: Don't include <bp-start.h>.
71942         (LIBC_START_MAIN): Set up __environ directly instead of using
71943         INIT_ARGV_and_ENVIRON.
71944         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
71945         <bp-start.h>.
71947         [BZ #13550]
71948         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
71949         definitions.
71950         (CHECK_FCNTL): Likewise.
71951         (CHECK_N_PAGES): Likewise.
71953         [BZ #13550]
71954         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
71955         definitions.
71956         (CHECK_SIGSET_NULL_OK): Likewise.
71957         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
71958         <bp-checks.h>.
71959         (sigpending): Don't use CHECK_SIGSET.
71960         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
71961         <bp-checks.h>.
71962         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
71963         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
71964         <bp-checks.h>.
71965         (do_sigsuspend): Don't use CHECK_SIGSET.
71966         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
71967         use CHECK_SIGSET.
71968         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
71969         (do_sigwait): Don't use CHECK_SIGSET.
71970         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
71971         use CHECK_SIGSET.
71972         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
71973         include <bp-checks.h>.
71974         (sigpending): Don't use CHECK_SIGSET.
71975         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
71976         include <bp-checks.h>.
71977         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
71978         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
71979         <bp-checks.h>.
71980         (sigpending): Don't use CHECK_SIGSET.
71981         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
71982         <bp-checks.h>.
71983         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
71985         [BZ #13550]
71986         * sysdeps/generic/bp-semctl.h: Remove file.
71987         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
71988         <bp-checks.h> and <bp-semctl.h>.
71989         (__old_semctl): Don't use CHECK_SEMCTL.
71990         (__new_semctl): Likewise.
71991         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
71992         and <bp-semctl.h>.
71993         (__old_semctl): Don't use CHECK_SEMCTL.
71994         (__new_semctl): Likewise.
71995         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
71996         <bp-checks.h> and <bp-semctl.h>.
71997         (__old_semctl): Don't use CHECK_SEMCTL.
71998         (__new_semctl): Likewise.
71999         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
72000         <bp-checks.h> and <bp-semctl.h>.
72001         (semctl): Don't use CHECK_SEMCTL.
72003         [BZ #13550]
72004         * Makerules (elide-bp-thunks): Remove variable.
72005         (elide-routines.oS): Don't use $(elide-bp-thunks).
72006         (elide-routines.os): Likewise.
72007         (elide-routines.o): Likewise.
72008         (elide-routines.op): Likewise.
72009         (elide-routines.og): Likewise.
72010         (objects): Don't use $(bp-thunks).
72011         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
72012         include.
72013         (common-generated): Do not add s-proto-bp.d.
72014         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
72015         (int): Likewise.
72016         (typ): Likewise.
72017         Do not generate makefile rules for bounded-pointer thunks.
72018         * sysdeps/generic/bp-thunks.h: Remove file.
72019         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
72020         * sysdeps/unix/s-proto-bp.S: Likewise.
72022         [BZ #15062]
72023         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
72024         parts of result separately when argument is not close to line from
72025         -i to i and one part of argument is small.
72026         * math/k_casinhf.c (__kernel_casinhf): Likewise.
72027         * math/k_casinhl.c (__kernel_casinhl): Likewise.
72028         * math/libm-test.inc (cacos_test): Add more tests.
72029         (casin_test): Likewise.
72030         (casinh_test): Likewise.
72031         * sysdeps/i386/fpu/libm-test-ulps: Update.
72032         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
72034 2013-01-31  David S. Miller  <davem@davemloft.net>
72036         * po/de.po: Update from translation team.
72038 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
72040         * time/tzfile.c: Include stdint.h for SIZE_MAX.
72042 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
72044         * configure.in (_AC_PROG_CC_C89): New definition.
72045         * configure: Regenerate.
72047         * configure.in (AC_PROG_CPP): New definition.
72048         * configure: Regenerate.
72050 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
72052         * debug/tst-backtrace.h: New file.
72053         * debug/tst-backtrace2.c: Include tst-backtrace.h.
72054         (ret): Remove variable.
72055         (x): Likewise.
72056         (FAIL): Remove macro.
72057         (NO_INLINE): Likewise.
72058         (fn1): Use match function instead of strstr.
72059         * debug/tst-backtrace3.c: Include tst-backtrace.h.
72060         (ret): Remove variable.
72061         (x): Likewise.
72062         (FAIL): Remove macro.
72063         (NO_INLINE): Likewise.
72064         (fn): Use match function instead of strstr.
72065         * debug/tst-backtrace4.c: Include tst-backtrace.h.
72066         (ret): Remove variable.
72067         (x): Likewise.
72068         (FAIL): Remove macro.
72069         (NO_INLINE): Likewise.
72070         (handle_signal): Use match function instead of strstr.
72071         * debug/tst-backtrace5.c: Include tst-backtrace.h.
72072         (ret): Remove variable.
72073         (x): Likewise.
72074         (FAIL): Remove macro.
72075         (NO_INLINE): Likewise.
72076         (handle_signal): Use match function instead of strstr.
72078 2013-01-23  Roland McGrath  <roland@hack.frob.com>
72080         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
72082 2013-01-23  David S. Miller  <davem@davemloft.net>
72084         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
72085         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
72086         argument of CAS if possible.
72087         * sysdeps/sparc/sparc64/bits/atomic.h
72088         (__arch_compare_and_exchange_val_32_acq): Likewise.
72089         (__arch_compare_and_exchange_val_64_acq): Likewise.
72091 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
72093         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
72094         * sysdeps/posix/ulimit.c: ... this.
72095         Include <limits.h>.
72096         * sysdeps/unix/bsd/ulimit.c: Remove file.
72098 2013-01-23  Adam Conrad  <adconrad@0c3.net>
72100         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
72101         (LDFLAGS-tst-array5): Likewise.
72103 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
72105         [BZ #15036]
72106         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
72107         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
72108         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
72109         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
72111 2013-01-21  David S. Miller  <davem@davemloft.net>
72113         * sysdeps/sparc/backtrace.c: New file.
72114         * sysdeps/sparc/sparc32/backtrace.h: New file.
72115         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
72116         * sysdeps/sparc/sparc64/backtrace.h: New file.
72117         * sysdeps/sparc/sparc64/backtrace.c: Delete.
72118         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
72119         -funwind-tables.
72121 2013-01-21  Andreas Schwab  <schwab@suse.de>
72123         [BZ #15020]
72124         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
72125         closed its stdout.
72127 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
72129         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
72130         "mpa2.h".
72131         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
72133 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
72134             Mark Mitchell  <mark@codesourcery.com>
72135             Tom de Vries  <tom@codesourcery.com>
72136             Paul Pluzhnikov  <ppluzhnikov@google.com>
72138         * debug/tst-backtrace2.c: New file.
72139         * debug/tst-backtrace3.c: Likewise.
72140         * debug/tst-backtrace4.c: Likewise.
72141         * debug/tst-backtrace5.c: Likewise.
72142         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
72143         (CFLAGS-tst-backtrace3.c): Likewise.
72144         (CFLAGS-tst-backtrace4.c): Likewise.
72145         (CFLAGS-tst-backtrace5.c): Likewise.
72146         (LDFLAGS-tst-backtrace2): Likewise.
72147         (LDFLAGS-tst-backtrace3): Likewise.
72148         (LDFLAGS-tst-backtrace4): Likewise.
72149         (LDFLAGS-tst-backtrace5): Likewise.
72150         (tests): Add new tests tst-backtrace2, tst-backtrace3,
72151         tst-backtrace4 and tst-backtrace5.
72153 2013-01-18  Anton Blanchard  <anton@samba.org>
72154             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
72156         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
72157         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
72158         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
72159         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
72160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
72161         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
72162         "+r" and remove output regs list as redundant.  Add explicit inline
72163         asm to specify register of return val to work around compiler codegen
72164         bug.  Remove (int) cast on return value.  Add return type parameter to
72165         use in macro so that this macro does not truncate return value for
72166         64-bit values.
72167         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
72168         pass to INTERNAL_VSYSCALL_NCS.
72169         (INLINE_VSYSCALL): Add 'long int' as return type to
72170         INTERNAL_VSYSCALL_NCS macro invocation.
72171         (INTERNAL_VSYSCALL): Add 'long int' as return type to
72172         INTERNAL_VSYSCALL_NCS macro invocation.
72173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
72175 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
72177         [BZ #14496]
72178         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
72179         Fix application of SIMD FP exception mask.
72181         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
72182         mp_no from a power of two.
72183         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
72184         __mpexp_twomm1.  Use __pow_mp.
72186         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
72187         multiplication.
72189 2013-01-17  David S. Miller  <davem@davemloft.net>
72191         * sysdeps/sparc/fpu/libm-test-ulps: Update.
72193 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
72195         [BZ #15023]
72196         * include/complex.h: Condition contents on [!_COMPLEX_H].
72197         (__kernel_casinhf): New prototype.
72198         (__kernel_casinh): Likewise.
72199         (__kernel_casinhl): Likewise.
72200         * math/Makefile (libm_calls): Add k_casinh.
72201         * math/k_casinh.c: New file.
72202         * math/k_casinhf.c: Likewise.
72203         * math/k_casinhl.c: Likewise.
72204         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
72205         finite nonzero arguments.
72206         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
72207         finite nonzero arguments.
72208         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
72209         finite nonzero arguments.
72210         * math/s_casinh.c: Do not include <float.h>.
72211         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
72212         * math/s_casinhf.c: Do not include <float.h>.
72213         (__casinhf): Move code for finite nonzero arguments to
72214         k_casinhf.c.
72215         * math/s_casinhl.c: Do not include <float.h>.
72216         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
72217         redefine.
72218         (__casinhl): Move code for finite nonzero arguments to
72219         k_casinhl.c.
72220         * math/libm-test.inc (cacos_test): Add more tests.
72221         * sysdeps/i386/fpu/libm-test-ulps: Update.
72222         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
72224 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
72226         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
72227         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
72228         [!HAVE_MREMAP]: Remove [defined linux] case.
72229         * malloc/arena.c: Do not include <malloc-sysdep.h>.
72231 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
72233         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
72235 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
72237         * elf/elf.h (R_386_SIZE32): New relocation.
72238         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
72239         R_386_SIZE32.
72240         (elf_machine_rela): Likewise.
72241         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
72242         R_X86_64_SIZE64 and R_X86_64_SIZE32.
72244 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
72246         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
72247         (FP_FAST_FMA): Do not define.
72248         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
72249         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
72250         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
72251         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
72252         !_SOFT_FLOAT]: Likewise.
72253         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
72254         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
72255         value.
72256         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
72257         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
72258         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
72259         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
72260         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
72261         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
72262         file.
72264 2013-01-16  Andreas Schwab  <schwab@suse.de>
72266         [BZ #14327]
72267         * include/stdlib.h (__mktemp): Add declaration.
72268         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
72269         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
72271 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
72273         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
72274         definitions.
72275         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
72276         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
72277         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
72278         definitions here.
72279         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
72280         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
72281         definitions.
72282         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
72283         and ONE.
72284         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
72285         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
72286         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
72287         definitions.
72288         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
72289         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
72290         definitions.
72291         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
72293         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
72295 2013-01-15  David S. Miller  <davem@davemloft.net>
72297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
72298         trunc{,f} to libm-sysdep_routes.
72299         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
72300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
72301         file.
72302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
72303         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
72304         file.
72305         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
72306         file.
72307         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
72308         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
72309         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
72310         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
72311         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
72312         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
72313         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
72314         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
72316         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
72317         nearbyint{,f} to libm-sysdep_routes.
72318         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
72319         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
72320         New file.
72321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
72322         file.
72323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
72324         New file.
72325         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
72326         file.
72327         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
72328         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
72329         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
72330         file.
72331         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
72332         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
72333         file.
72334         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
72335         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
72336         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
72338         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
72339         libc_feholdexcept and libc_fesetenv.
72341 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
72343         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
72345 2013-01-14  David S. Miller  <davem@davemloft.net>
72347         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
72348         (SPARC_ASM_VIS2_IFUNC): Likewise.
72349         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
72350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
72351         use of 'siam' instruction.
72352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
72353         Likewise.
72354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
72355         Likewise.
72356         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
72357         Likewise.
72358         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
72359         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
72360         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
72361         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
72362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
72363         file.
72364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
72365         file.
72366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
72367         file.
72368         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
72369         file.
72370         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
72371         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
72372         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
72373         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
72374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
72375         new VIS2 routines.
72376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
72377         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
72378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
72379         Likewise.
72380         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
72381         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
72382         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
72383         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
72384         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
72385         routines to libm-sysdep_routines.
72386         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
72388         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
72389         fdim/fdimf to libm-sysdep_routines.
72390         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
72391         file.
72392         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
72393         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
72394         file.
72395         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
72396         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
72397         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
72398         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
72399         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
72400         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
72401         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
72403 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
72405         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
72406         to optimize copies.
72408         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
72409         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
72410         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
72412         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
72413         local variable MPTWO.
72414         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
72415         Likewise.
72417 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
72419         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
72420         GLOB_NOESCAPE.
72422 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
72424         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
72426 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
72428         * manual/pattern.texi (glob_t): Document gl_flags.
72429         (glob64_t): Likewise.
72431 2013-01-11  David S. Miller  <davem@davemloft.net>
72433         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
72434         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
72435         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
72436         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
72437         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
72438         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
72439         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
72440         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
72441         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
72442         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
72443         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
72444         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
72445         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
72447         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
72448         sparc V9 rather than using V8 code.
72449         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
72450         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
72452         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
72453         Move to...
72454         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
72455         Here.
72457 2013-01-11  Roland McGrath  <roland@hack.frob.com>
72459         [BZ #14941]
72460         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
72461         not in the main loop.
72462         * configure: Regenerated.
72464 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
72466         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
72467         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
72468         to just #else.
72469         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
72470         [!__GLIBC_HAVE_LONG_LONG] case.
72471         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
72472         condition to just #else.
72473         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
72474         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
72475         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
72476         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
72477         unconditional.
72478         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
72479         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
72480         #elif condition to just #else.
72481         * sysdeps/unix/sysv/linux/sys/sysmacros.h
72482         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
72483         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
72484         #elif condition to just #else.
72486 2013-01-11  Steve Ellcey  <sellcey@mips.com>
72488         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
72489         (EF_MIPS_ARCH_64): Fix value.
72490         (EF_MIPS_ARCH_32R2): New.
72491         (EF_MIPS_ARCH_64R2): New.
72493 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
72495         * Makeconfig (+link-pie-before-libc): New.
72496         (+link-pie-after-libc): Likewise.
72497         (+link-pie-tests): Likewise.
72498         (+link-pie): Rewritten.
72499         (link-before-libc): Remove $(config-LDFLAGS).
72500         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
72501         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
72502         (config-LDFLAGS): Renamed to ...
72503         (rtld-LDFLAGS): This.
72504         (rtld-tests-LDFLAGS): New macro.
72505         (link-libc-rpath-link): Likewise.
72506         (link-libc-tests-rpath-link): Likewise.
72507         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
72508         (link-libc): Prepand $(link-libc-rpath-link).
72509         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
72510         (test-program-prefix): New macro.
72511         (test-via-rtld-prefix): Likewise.
72512         (test-program-cmd): Likewise.
72513         (host-test-program-cmd): Likewise.
72514         * Makefile ($(common-objpfx)testrun.sh): Replace
72515         $(run-program-prefix) with $(test-program-prefix).
72516         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
72517         $(rtld-LDFLAGS).
72518         ($(common-objpfx)shlib.lds): Likewise.
72519         (build-module-helper): Likewise.
72520         ($(common-objpfx)format.lds): Likewise.
72521         * Rules (binaries-pie-tests): New.
72522         (binaries-pie-notests): Likewise.
72523         (binaries-pie): Rewritten.
72524         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
72525         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
72526         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
72527         (make-test-out): Replace $(host-built-program-cmd) with
72528         $(host-test-program-cmd).
72529         * config.make.in (build-hardcoded-path-in-tests): New variable.
72530         * configure.in (--enable-hardcoded-path-in-tests): New configure
72531         option.
72532         (hardcoded_path_in_tests): New AC_SUBST.
72533         * configure: Regenerated.
72534         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
72535         $(built-program-cmd) with $(test-program-cmd).
72536         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
72537         (test_program_cmd): This.
72538         * elf/Makefile ($(objpfx)order.out): Run test with
72539         $(test-program-prefix).
72540         ($(objpfx)order2.out): Likewise.
72541         ($(objpfx)tst-initorder.out): Likewise.
72542         ($(objpfx)tst-initorder2.out): Likewise.
72543         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
72544         $(test-program-cmd).
72545         ($(objpfx)tst-array1-static.out): Likewise.
72546         ($(objpfx)tst-array2.out): Likewise.
72547         ($(objpfx)tst-array3.out): Likewise.
72548         ($(objpfx)tst-array4.out): Likewise.
72549         ($(objpfx)tst-array5.out): Likewise.
72550         ($(objpfx)tst-array5-static.out): Likewise.
72551         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
72552         $(test-program-cmd).
72553         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
72554         $(run-program-prefix) with $(test-program-prefix).
72555         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
72556         (test_program_prefix): This.
72557         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
72558         $(run-program-prefix) with $(test-program-prefix).
72559         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
72560         (test_program_prefix): This.
72561         * iconvdata/tst-tables.sh: Likewise.
72562         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
72563         $(run-program-prefix) with $(test-program-prefix).
72564         ($(objpfx)tst-translit.out): Likewise.
72565         ($(objpfx)tst-gettext2.out): Likewise.
72566         ($(objpfx)tst-gettext4.out): Likewise.
72567         ($(objpfx)tst-gettext6.out): Likewise.
72568         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
72569         (test_program_prefix): This.
72570         * intl/tst-gettext2.sh: Likewise.
72571         * intl/tst-gettext4.sh  Likewise.
72572         * intl/tst-gettext6.sh: Likewise.
72573         * intl/tst-translit.sh: Likewise.
72574         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
72575         with $(test-program-cmd).
72576         * libio/Makefile ($(objpfx)test-freopen.out): Replace
72577         $(run-program-prefix) with $(test-program-prefix).
72578         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
72579         (test_program_prefix): This.
72580         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
72581         $(run-program-prefix) with $(test-program-prefix).
72582         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
72583         (test_program_prefix): This.
72584         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
72585         * posix/Makefile ($(objpfx)globtest.out): Replace
72586         $(run-via-rtld-prefix) and $(test-wrapper) with
72587         $(test-program-prefix) and $(test-via-rtld-prefix).
72588         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
72589         $(test-program-prefix).
72590         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
72591         $(host-test-program-cmd).
72592         (tst-spawn-ARGS): Likewise.
72593         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
72594         $(test-program-prefix).
72595         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
72596         (test_via_rtld_prefix): This.
72597         (test_wrapper): Renamed to ...
72598         (test_program_prefix): This.
72599         (run_program_prefix): Replaced by test_program_prefix.
72600         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
72601         (test_program_prefix): This.
72602         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
72603         with $(host-test-program-cmd).
72604         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
72605         $(run-program-prefix) with $(test-program-prefix).
72606         ($(objpfx)tst-printf.out): Likewise.
72607         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
72608         $(test-program-cmd).
72609         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
72610         (test_program_prefix): This.
72611         * stdio-common/tst-unbputc.sh: Likewise.
72612         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
72613         $(run-program-prefix) with $(test-program-prefix).
72614         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
72615         (test_program_prefix): This.
72616         * string/Makefile ($(objpfx)tst-svc.out):  Replace
72617         $(built-program-cmd) with $(test-program-cmd).
72619 2013-01-11  Andreas Jaeger  <aj@suse.de>
72621         [BZ #15003]
72622         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
72623         value. Sync with Linux 3.7.
72625 2013-01-10  David S. Miller  <davem@davemloft.net>
72627         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
72628         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
72629         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
72631 2013-01-10  Roland McGrath  <roland@hack.frob.com>
72633         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
72634         never set.
72635         * configure: Regenerated.
72637 2013-01-10  David S. Miller  <davem@davemloft.net>
72639         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
72640         sparc V9 rather than using V8 code.
72641         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
72642         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
72644 2013-01-10  Roland McGrath  <roland@hack.frob.com>
72646         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
72647         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
72648         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
72649         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
72650         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
72651         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
72652         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
72653         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
72654         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
72655         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
72656         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
72657         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
72658         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
72659         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
72660         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
72661         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
72662         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
72663         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
72664         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
72665         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
72666         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
72667         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
72668         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
72669         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
72670         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
72671         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
72672         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
72674 2013-01-10  David S. Miller  <davem@davemloft.net>
72676         * sysdeps/sparc/fpu/libm-test-ulps: Update.
72678 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
72680         * posix/Makefile (tests-static): New variable.
72681         (tests): Add $(tests-static).
72682         (tst-exec-static-ARGS): New variable.
72683         (tst-spawn-static-ARGS): Likewise.
72684         * posix/tst-exec-static.c: New file.
72685         * posix/tst-spawn-static.c: Likewise.
72686         * posix/tst-exec.c: Support run directly.
72687         * posix/tst-spawn.c: Likewise.
72689 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
72691         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
72692         long.
72693         * math/bits/mathcalls.h (llrint): Likewise.
72694         (llround): Likewise.
72695         * stdlib/stdlib.h (struct drand48_data): Likewise.
72696         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
72697         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
72698         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
72699         Likewise.
72700         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
72701         Likewise.
72702         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
72703         (elf_greg_t): Likewise.
72704         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
72705         (__jmp_buf): Likewise.
72706         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
72707         definitions.
72708         (llrint): Likewise, for all definitions.
72709         (llrintl): Likewise.
72711         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
72712         Remove [__GNUC__] condition.
72713         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
72714         condition to just [__USE_ISOC99].
72715         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
72717 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
72719         [BZ #14200]
72720         * sysdeps/unix/sysv/linux/x86/bits/environments.h
72721         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
72722         defined.
72723         (_POSIX_V6_ILP32_OFF32): Likewise.
72724         (_XBS5_ILP32_OFF32): Likewise.
72725         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
72726         (__ILP32_OFFBIG_LDFLAGS): Likewise.
72728 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
72730         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
72732         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
72733         doubles __mpexp_twomm1.  Adjust usage.
72734         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
72735         Remove.
72737 2013-01-10  Andreas Schwab  <schwab@suse.de>
72739         [BZ #14964]
72740         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
72741         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
72743 2013-01-09  David S. Miller  <davem@davemloft.net>
72745         [BZ #15003]
72746         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
72747         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
72748         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
72749         (TCP_FASTOPEN): Define.
72750         (tcp_repair_opt): New structure.
72751         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
72752         enum values.
72753         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
72754         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
72755         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
72756         (tcp_cookie_transactions): New structure.
72758 2013-01-09  Anton Blanchard  <anton@samba.org>
72760         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
72761         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
72762         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
72763         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
72765 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
72767         * include/features.h (__USE_ANSI): Remove.
72769 2013-01-09  Roland McGrath  <roland@hack.frob.com>
72771         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
72773         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
72775 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
72777         * sysdeps/s390/fpu/libm-test-ulps: Update.
72779         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
72781         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
72782         (__acr): Likewise.
72783         (__cpy): Likewise.
72784         (norm): Likewise.
72785         (denorm): Likewise.
72786         (__mp_dbl): Likewise.
72787         (__dbl_mp): Likewise.
72788         (add_magnitudes): Likewise.
72789         (sub_magnitudes): Likewise.
72790         (__add): Likewise.
72791         (__sub): Likewise.
72792         (__mul): Likewise.
72793         (__inv): Likewise.
72794         (__dvd): Likewise.
72795         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
72796         (__acr): Likewise.
72797         (__cpy): Likewise.
72798         (norm): Likewise.
72799         (denorm): Likewise.
72800         (__mp_dbl): Likewise.
72801         (__dbl_mp): Likewise.
72802         (add_magnitudes): Likewise.
72803         (sub_magnitudes): Likewise.
72804         (__add): Likewise.
72805         (__sub): Likewise.
72806         (__mul): Likewise.
72807         (__inv): Likewise.
72808         (__dvd): Likewise.
72809         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
72810         (__acr): Likewise.
72811         (__cpy): Likewise.
72812         (norm): Likewise.
72813         (denorm): Likewise.
72814         (__mp_dbl): Likewise.
72815         (__dbl_mp): Likewise.
72816         (add_magnitudes): Likewise.
72817         (sub_magnitudes): Likewise.
72818         (__add): Likewise.
72819         (__sub): Likewise.
72820         (__mul): Likewise.
72821         (__inv): Likewise.
72822         (__dvd): Likewise.
72824 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
72826         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
72827         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
72828         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
72829         2 && __USE_EXTERN_INLINES]: Likewise.
72831 2013-01-08  Andreas Jaeger  <aj@suse.de>
72833         [BZ #14985]
72834         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
72835         Remove.
72836         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
72837         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
72839 2013-01-07  Anton Blanchard  <anton@samba.org>
72841         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
72842         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
72843         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
72844         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
72845         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
72846         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
72847         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
72848         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
72849         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
72850         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
72851         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
72852         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
72853         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
72854         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
72855         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
72856         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
72857         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
72858         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
72859         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
72860         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
72861         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
72862         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
72863         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
72864         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
72865         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
72866         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
72867         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
72868         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
72869         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
72870         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
72871         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
72872         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
72873         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
72874         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
72875         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
72876         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
72877         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
72878         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
72879         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
72880         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
72881         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
72882         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
72883         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
72885 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
72887         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
72888         (__MALLOC_PMT): Likewise.
72889         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
72890         [__GNUC__], only on [_LIBC].
72891         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
72892         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
72893         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
72894         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
72895         forward declaration.
72896         (realloc_hook_ini): Likewise.
72897         (memalign_hook_ini): Likewise.
72898         (__libc_memalign): Do not use __MALLOC_PMT in variable
72899         declaration.
72900         (__libc_valloc): Likewise.
72901         (__libc_pvalloc): Likewise.
72902         (__libc_calloc): Likewise.
72903         (__posix_memalign): Likewise.
72905         [BZ #14996]
72906         * math/s_casinh.c: Include <float.h>.
72907         (__casinh): Do not do computation with squaring and square root
72908         for large arguments.
72909         * math/s_casinhf.c: Include <float.h>.
72910         (__casinhf): Do not do computation with squaring and square root
72911         for large arguments.
72912         * math/s_casinhl.c: Include <float.h>.
72913         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
72914         (__casinhl): Do not do computation with squaring and square root
72915         for large arguments.
72916         * math/libm-test.inc (casin_test): Add more tests.
72917         (casinh_test): Likewise.
72918         * sysdeps/i386/fpu/libm-test-ulps: Update.
72919         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
72921 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
72923         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
72924         (__x86_64_raw_data_cache_size): Likewise.
72925         (__x86_64_data_cache_size_half): Likewise.
72926         (__x86_64_raw_data_cache_size_half): Likewise.
72927         (__x86_64_shared_cache_size): Likewise.
72928         (__x86_64_raw_shared_cache_size): Likewise.
72929         (__x86_64_shared_cache_size_half): Likewise.
72930         (__x86_64_raw_shared_cache_size_half): Likewise.
72931         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
72932         to ...
72933         (__x86_data_cache_size): This.
72934         (__x86_64_raw_data_cache_size): Renamed to ...
72935         (__x86_raw_data_cache_size): This.
72936         (__x86_64_data_cache_size_half): Renamed to ...
72937         (__x86_data_cache_size_half): This.
72938         (__x86_64_raw_data_cache_size_half): Renamed to ...
72939         (__x86_raw_data_cache_size_half): This.
72940         (__x86_64_shared_cache_size): Renamed to ...
72941         (__x86_shared_cache_size): This.
72942         (__x86_64_raw_shared_cache_size): Renamed to ...
72943         (__x86_raw_shared_cache_size): This.
72944         (__x86_64_shared_cache_size_half): Renamed to ...
72945         (__x86_shared_cache_size_half): This.
72946         (__x86_64_raw_shared_cache_size_half): Renamed to ...
72947         (__x86_raw_shared_cache_size_half): This.
72948         * sysdeps/x86_64/memcpy.S: Updated.
72949         * sysdeps/x86_64/memset.S: Likewise.
72950         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
72951         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
72952         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
72954 2013-01-04  David S. Miller  <davem@davemloft.net>
72956         * sysdeps/sparc/fpu/libm-test-ulps: Update.
72958 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
72960         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
72961         1 to avoid redefinition warning.
72962         (__USE_GNU): Don't define.
72963         (init_signaling_nan): Protoize.
72965         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
72967 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
72969         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
72970         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
72971         (__cpymn): Likewise.
72972         (norm): Remove commented code.
72973         (denorm): Likewise.
72974         (__mp_dbl): Likewise.
72975         (__inv): Likewise.
72976         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
72977         (__cpymn): Likewise.
72978         (norm): Remove commented code.
72979         (denorm): Likewise.
72980         (__mp_dbl): Likewise.
72981         (__inv): Likewise.
72983         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
72984         mp_no value for 1.0 and 2.0.
72985         (norm): Use RADIXI instead of radixi.d.
72986         (denorm): Likewise.
72987         (__mul): Use 0.0 instead of zero.d.
72988         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
72989         mp_no value for 1.0 and 2.0.
72990         (norm): Use RADIXI instead of radixi.d.
72991         (denorm): Likewise.
72992         (__mul): Use 0.0 instead of zero.d.
72994 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
72996         [BZ #14994]
72997         * math/s_casinh.c (__casinh): Reduce finite argument to first
72998         quadrant then set signs of results at the end.
72999         * math/s_casinhf.c (__casinhf): Likewise.
73000         * math/s_casinhl.c (__casinhl): Likewise.
73001         * math/libm-test.inc (casin_test): Add more tests.
73002         (casinh_test): Likewise.
73003         * sysdeps/i386/fpu/libm-test-ulps: Update.
73004         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
73006 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
73008         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
73010         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
73012         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
73013         declarations.
73014         (denorm): Likewise.
73015         (__mp_dbl): Likewise.
73016         (__inv): Likewise.
73018         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
73019         and adjust the header comment.
73021         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
73022         variable name from declaration.
73024 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
73026         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
73027         Initialize COMMON_CPUID_INDEX_7 element.
73028         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
73029         (CPUID_RTM): Likewise.
73030         (HAS_RTM): Likewise.
73031         (COMMON_CPUID_INDEX_7): New enum.
73033 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
73035         [BZ #14981]
73036         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
73037         size is zero, record memory as freed.
73039 2013-01-03  Andreas Jaeger  <aj@suse.de>
73041         * po/ia.po: Add new Interlingua translation.
73043 2012-01-03  Allan McRae  <allan@archlinux.org>
73045         * locale/programs/localedef.c: Fix description of '--posix' flag.
73047 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
73049         * NEWS: Update dates in second copyright notice.
73050         * README: Update copyright dates in example.
73051         * manual/libc.texinfo: Update copyright dates.
73052         * scripts/test-installation.pl: Update copyright date in --version
73053         output.
73055         * hurd/ctty-input.c: Fix copyright notice formatting.
73056         * hurd/ctty-output.c: Likewise.
73057         * hurd/dtable.c: Likewise.
73058         * hurd/hurd-raise.c: Likewise.
73059         * hurd/hurdprio.c: Likewise.
73060         * hurd/msgportdemux.c: Likewise.
73061         * misc/sys/file.h: Likewise.
73062         * misc/sys/ioctl.h: Likewise.
73063         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
73064         * sysdeps/mach/hurd/chdir.c: Likewise.
73065         * sysdeps/mach/hurd/fchdir.c: Likewise.
73066         * sysdeps/mach/hurd/rename.c: Likewise.
73067         * sysdeps/mach/hurd/rmdir.c: Likewise.
73068         * sysdeps/mach/hurd/seekdir.c: Likewise.
73069         * sysdeps/mach/hurd/setsid.c: Likewise.
73070         * sysdeps/posix/wait3.c: Likewise.
73072         * All files with FSF copyright notices: Update copyright dates
73073         using scripts/update-copyrights.
73074         * intl/plural.c: Regenerated.
73075         * locale/programs/charmap-kw.h: Likewise.
73076         * locale/programs/locfile-kw.h: Likewise.
73078 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
73080         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
73081         four values.
73083         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
73084         calculation loop and add branch prediction.
73086         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
73087         check access beyond bounds of m1np.
73089         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
73090         MPTWO.
73091         (__inv): Remove local variable MPTWO to use the global
73092         constant.
73093         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
73094         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
73095         variable MPTWO.
73096         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
73097         MP3HALFS static const.
73099 2013-01-01  David S. Miller  <davem@davemloft.net>
73101         * po/ca.po: Update from translation team.
73103 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
73105         * scripts/update-copyrights: New file.
73106         * Makeconfig: Reformat copyright notice.
73107         * ctype/ctype.h: Likewise.
73108         * debug/swprintf_chk.c: Likewise.
73109         * elf/dl-cache.c: Likewise.
73110         * elf/dl-debug.c: Likewise.
73111         * elf/dl-object.c: Likewise.
73112         * grp/initgroups.c: Likewise.
73113         * hurd/Makefile: Likewise.
73114         * hurd/hurd/signal.h: Likewise.
73115         * hurd/hurdfault.c: Likewise.
73116         * hurd/hurdioctl.c: Likewise.
73117         * hurd/hurdlookup.c: Likewise.
73118         * hurd/intr-msg.c: Likewise.
73119         * iconv/gconv_open.c: Likewise.
73120         * libio/swprintf.c: Likewise.
73121         * locale/lc-ctype.c: Likewise.
73122         * locale/nl_langinfo.c: Likewise.
73123         * mach/Machrules: Likewise.
73124         * mach/Makefile: Likewise.
73125         * malloc/obstack.h: Likewise.
73126         * manual/Makefile: Likewise.
73127         * manual/tsort.awk: Likewise.
73128         * misc/bits/stab.def: Likewise.
73129         * nis/nis_print_group_entry.c: Likewise.
73130         * nis/nis_table.c: Likewise.
73131         * nis/nss_compat/compat-pwd.c: Likewise.
73132         * nis/nss_compat/compat-spwd.c: Likewise.
73133         * po/Makefile: Likewise.
73134         * posix/fnmatch.c: Likewise.
73135         * posix/regex.h: Likewise.
73136         * resolv/Makefile: Likewise.
73137         * resolv/nss_dns/dns-network.c: Likewise.
73138         * resolv/res_hconf.c: Likewise.
73139         * scripts/gen-sorted.awk: Likewise.
73140         * soft-fp/soft-fp.h: Likewise.
73141         * stdio-common/printf.h: Likewise.
73142         * stdlib/monetary.h: Likewise.
73143         * stdlib/random.c: Likewise.
73144         * stdlib/random_r.c: Likewise.
73145         * sysdeps/generic/Makefile: Likewise.
73146         * sysdeps/gnu/Makefile: Likewise.
73147         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
73148         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
73149         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
73150         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
73151         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
73152         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
73153         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
73154         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
73155         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
73156         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
73157         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
73158         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
73159         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
73160         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
73161         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
73162         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
73163         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
73164         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
73165         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
73166         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
73167         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
73168         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
73169         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
73170         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
73171         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
73172         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
73173         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
73174         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
73175         * sysdeps/mach/hurd/errnos.awk: Likewise.
73176         * sysdeps/mach/hurd/fork.c: Likewise.
73177         * sysdeps/mach/hurd/getcwd.c: Likewise.
73178         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
73179         * sysdeps/mach/hurd/mmap.c: Likewise.
73180         * sysdeps/mach/hurd/utimes.c: Likewise.
73181         * sysdeps/mach/hurd/xmknod.c: Likewise.
73182         * sysdeps/posix/profil.c: Likewise.
73183         * sysdeps/posix/readdir_r.c: Likewise.
73184         * sysdeps/powerpc/bits/mathdef.h: Likewise.
73185         * sysdeps/powerpc/bits/setjmp.h: Likewise.
73186         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
73187         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
73188         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
73189         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
73190         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
73191         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
73192         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
73193         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
73194         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
73195         * sysdeps/pthread/lio_listio.c: Likewise.
73196         * sysdeps/sparc/dl-procinfo.h: Likewise.
73197         * sysdeps/unix/i386/sysdep.S: Likewise.
73198         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
73199         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
73200         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
73201         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
73202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
73203         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
73204         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
73205         * sysdeps/unix/sysv/linux/speed.c: Likewise.
73206         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
73207         * sysdeps/wordsize-32/divdi3.c: Likewise.
73208         * time/sys/time.h: Likewise.
73209         * wcsmbs/Makefile: Likewise.
73211 2013-01-01  David S. Miller  <davem@davemloft.net>
73213         * po/fr.po: Update from translation team.
73215         * catgets/gencat.c: Update copyright year.
73216         * csu/version.c: Likewise.
73217         * debug/catchsegv.sh: Likewise.
73218         * debug/pcprofiledump.c: Likewise.
73219         * debug/xtrace.sh: Likewise.
73220         * elf/ldconfig.c: Likewise.
73221         * elf/ldd.bash.in: Likewise.
73222         * elf/pldd.c: Likewise.
73223         * elf/sotruss.ksh: Likewise.
73224         * elf/sprof.c: Likewise.
73225         * iconv/iconv_prog.c: Likewise.
73226         * iconv/iconvconfig.c: Likewise.
73227         * locale/programs/locale.c: Likewise.
73228         * locale/programs/localedef.c: Likewise.
73229         * login/programs/pt_chown.c: Likewise.
73230         * malloc/memusage.sh: Likewise.
73231         * malloc/memusagestat.c: Likewise.
73232         * malloc/mtrace.pl: Likewise.
73233         * nscd/nscd.c: Likewise.
73234         * nss/getent.c: Likewise.
73235         * nss/makedb.c: Likewise.
73236         * posix/getconf.c: Likewise.
73238 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
73240         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
73241         numbers.
73243 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
73245         * math/bits/mathcalls.h (modf): Use __nonnull.
73247 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
73249         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
73250         (split): Use macro CN instead of the bare value.
73251         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
73252         could be used.
73253         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
73254         instead of the bare value.
73255         (power1): Likewise.
73257 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
73259         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
73260         __ATAN_TWOM.
73261         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
73263         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
73264         their values.
73265         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
73266         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
73267         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
73268         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
73270 2012-12-28  Andreas Jaeger  <aj@suse.de>
73272         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
73273         values are from Linux 3.7.
73275         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
73276         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
73278 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
73280         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
73281         TRUE case.
73283         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
73284         (norm): Likewise.
73285         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
73286         variables with preprocessor constants.
73287         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
73288         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
73289         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
73291 2012-12-27  Bruno Haible  <bruno@clisp.org>
73293         [BZ #14317]
73294         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
73295         only if needed.
73297 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
73299         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
73300         and use variable directly.
73301         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
73303         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
73304         MPONE.
73305         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
73306         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
73307         variable MPONE.
73308         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
73309         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
73310         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
73311         include directive.  Remove local variable MPONE.
73312         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
73313         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
73314         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
73316 2012-12-25  David S. Miller  <davem@davemloft.net>
73318         * version.h (RELEASE): Set to "development".
73319         (VERSION): Set to "2.17.90".
73320         * NEWS: Add 2.18 section.
73322 2012-12-21  David S. Miller  <davem@davemloft.net>
73324         * po/hr.po: Update from translation team.
73326 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
73328         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
73330 2012-12-19  Steve Ellcey  <sellcey@mips.com>
73332         * NEWS:  Mention new memcpy for MIPS.
73334 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
73336         * manual/contrib.texi (Contributors): Spelling correction.
73338 2012-12-15  David S. Miller  <davem@davemloft.net>
73340         * po/ru.po: Update from translation team.
73342 2012-12-13  David S. Miller  <davem@davemloft.net>
73344         * NEWS: Mention IFUNC testsuite enhancements.
73346         * po/pl.po: Update from translation team.
73347         * po/bg.po: Likewise.
73349         * manual/contrib.texi (Contributors): Update entries for Hongjiu
73350         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
73352 2012-12-11  David S. Miller  <davem@davemloft.net>
73354         * po/sv.po: Update from translation team.
73356         * po/vi.po: Update from translation team.
73358         * po/cs.po: Update from translation team.
73360         * po/de.po: Update from translation team.
73361         * po/eo.po: Likewise.
73362         * po/nl.po: Likewise.
73364 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
73366         [BZ #14246]
73367         * manual/argp.texi (Argp Helper Functions): Move node to follow
73368         Argp Parsing State.
73370         [BZ #14872]
73371         * manual/conf.texi (Limits on File System Capacity): Mention if
73372         terminating null is included in the max size.
73374 2012-12-10  Andreas Jaeger  <aj@suse.de>
73376         * po/cs.po: Update from translation team.
73378 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
73380         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
73381         void pointer and cast to uintptr_t.
73382         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
73383         path.
73384         * sysdeps/s390/s390-64/memcpy.S: Likewise.
73385         * sysdeps/s390/s390-64/memset.S: Likewise.
73387 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
73389         [BZ #14833]
73390         * menual/message.texi (Message Translation): Fix typos.
73391         (Helper programs for gettext): Likewise.
73393 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
73395         [BZ #14898]
73396         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
73397         Change to -1.
73399 2012-12-07  David S. Miller  <davem@davemloft.net>
73401         * po/libc.pot: Update.
73403 2012-12-07  Richard Henderson  <rth@redhat.com>
73405         [BZ #10114]
73406         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
73407         normal/normal case to before the switch.
73408         (_FP_DIV): Likewise.
73410 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
73411             Mike Frysinger  <vapier@gentoo.org>
73413         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
73414         check for __NR_fadvise64_64.
73416 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
73418         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
73419         0, not just to plain "0" as a statement.
73420         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
73421         with cw.
73423 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
73425         * NEWS: Use sourceware.org in Bugzilla URL.
73427 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
73429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
73430         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
73432         * stdio-common/tst-put-error.c (do_test): Add newline to the
73433         padded test to ensure flush.
73435 2012-12-05  Jeff Law  <law@redhat.com>
73437         * sunrpc/etc.rpc (fedfs_admin): Add entry.
73439 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
73441         * README: Don't refer to ports add-on as distributed separately.
73442         Mention AArch64 in list of systems supported in the ports add-on.
73444         * LICENSES: Add more non-FSF copyright and license notices.
73446         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
73447         ((unused)).
73449         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
73451         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
73452         10000 as width of padded output.
73454 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
73456         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
73458         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
73459         variable LX with __attribute__ ((unused)).
73460         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
73461         Likewise.
73462         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
73463         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
73464         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
73465         with __attribute__ ((unused)).
73467 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
73469         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
73471 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
73473         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
73474         (CFLAGS-nldbl-acos.c): New variable.
73475         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
73476         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
73477         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
73478         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
73479         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
73480         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
73481         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
73482         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
73483         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
73484         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
73485         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
73486         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
73487         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
73488         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
73489         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
73490         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
73491         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
73492         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
73493         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
73494         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
73495         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
73496         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
73497         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
73498         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
73499         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
73500         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
73501         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
73502         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
73503         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
73504         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
73505         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
73506         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
73507         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
73508         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
73509         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
73510         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
73511         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
73512         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
73513         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
73514         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
73515         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
73516         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
73517         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
73518         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
73519         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
73520         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
73521         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
73522         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
73523         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
73524         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
73525         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
73526         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
73527         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
73528         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
73529         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
73530         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
73531         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
73532         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
73533         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
73534         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
73535         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
73536         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
73537         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
73538         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
73539         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
73540         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
73541         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
73542         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
73543         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
73544         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
73545         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
73546         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
73547         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
73548         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
73549         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
73550         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
73551         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
73552         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
73553         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
73554         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
73555         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
73556         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
73557         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
73558         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
73559         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
73560         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
73561         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
73562         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
73563         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
73564         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
73565         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
73566         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
73567         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
73568         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
73569         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
73570         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
73571         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
73573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
73574         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
73576         [BZ #14914]
73577         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
73578         whole low double instead of just low 47 bits when splitting values
73579         into two parts.
73581 2012-12-03  Allan McRae  <allan@archlinux.org>
73583         * manual/stdio.texi (Predefined Printf Handlers): Remove
73584         @hsep and @vsep usage.
73586 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
73588         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
73589         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
73591 2012-12-03  Jeff Law  <law@redhat.com>
73593         * time/sys/time.h (settimeofday): Do not mark TV argument
73594         as __nonnull.
73596 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
73598         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
73599         when currently writing and seek to current position when not.
73600         * libio/Makefile (tests): Remove bug-fclose1.
73601         * libio/bug-fclose1.c: Delete.
73603 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
73605         * manual/arith.texi (feenableexcept): Fix typo.
73606         (fedisableexcept): Likewise.
73608 2012-11-30  Roland McGrath  <roland@hack.frob.com>
73610         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
73611         second, differently-typed declaration, rather than a cast.
73613 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
73615         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
73616         * include/rpc/svc.h: ... here.
73618 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
73620         [BZ #13013]
73621         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
73622         depending n and resplen2 to catch cases where answer
73623         equals answerp2.
73625 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
73627         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
73628         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
73630 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
73632         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
73634 2012-11-29  Roland McGrath  <roland@hack.frob.com>
73636         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
73638 2012-11-28  Jeff Law  <law@redhat.com>
73640         [BZ #13761]
73641         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
73642         dataset_temporary.  Track alloca usage into alloca_used.
73643         If dataset is large allocate and release it via malloc/free.
73645 2012-06-04  Florian Weimer  <fweimer@redhat.com>
73647         [BZ #14197]
73648         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
73650 2012-11-28  David S. Miller  <davem@davemloft.net>
73652         * sysdeps/sparc/fpu/libm-test-ulps: Update.
73654 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
73656         [BZ #14803]
73657         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
73658         of pi/2 rounded to nearest to 64 bits.
73659         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
73660         nearest to 64 bits.
73661         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
73662         bits.
73664 2012-11-28  Jeff Law <law@redhat.com>
73665             Martin Osvald <mosvald@redhat.com>
73667         [BZ #14889]
73668         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
73669         * sunrpc/svc.c: Include time.h.
73670         (__svc_accept_failed): New function.
73671         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
73672         any reason other than EINTR, call __svc_accept_failed.
73673         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
73674         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
73676 2012-11-28  Andreas Schwab  <schwab@suse.de>
73678         * scripts/abilist.awk: Also handle indirect functions in .opd
73679         section.
73681 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
73683         [BZ #13881]
73684         * sysdeps/x86/fpu/powl_helper.c: New file.
73685         * sysdeps/x86/fpu/Makefile: Likewise.
73686         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
73687         (p3): New object.
73688         (__ieee754_powl): Use __powl_helper for finite arguments except
73689         integer exponents below 8.
73690         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
73691         (p3): New object.
73692         (__ieee754_powl): Use __powl_helper for finite arguments except
73693         integer exponents below 8.
73694         * math/libm-test.inc (pow_test): Add more tests and enable some
73695         previously disabled tests.
73696         * sysdeps/i386/fpu/libm-test-ulps: Update.
73697         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
73699 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
73700             Carlos O'Donell  <carlos_odonell@mentor.com>
73702         * nss/makedb.c (is_prime): Assert that input is odd and greater
73703         than 4.  Note that fact in a comment too.
73704         (next_prime): Add 4 to input.
73706 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
73708         [BZ #11741]
73709         * libio/Makefile (tests): Add test case tst-fwrite-error.
73710         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
73711         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
73712         * libio/tst-fwrite-error.c: New test case.
73714 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
73716         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
73717         before casting to void *.
73718         * include/libc-internal.h (__pointer_type): New macro.
73719         (__integer_if_pointer_type_sub): Likewise.
73720         (__integer_if_pointer_type): Likewise.
73721         (cast_to_integer): Likewise.
73722         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
73723         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
73724         before casting to atomic64_t.
73725         (atomic_exchange_acq): Likewise.
73726         (__arch_exchange_and_add_body): Likewise.
73727         (__arch_add_body): Likewise.
73728         (atomic_add_negative): Likewise.
73729         (atomic_add_zero): Likewise.
73731 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
73733         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
73734         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
73735         (add_fdes): Likewise.
73736         (linear_search_fdes): Likewise.
73737         (binary_search_unencoded_fdes): Likewise.
73739 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
73741         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
73743 2012-11-24  Adam Conrad  <adconrad@0c3.net>
73745         * configure.in: Autodetect C++ header directories.
73746         * configure: Regenerated.
73748 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
73750         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
73752 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
73754         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
73756 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
73758         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
73759         LDBL_MANT_DIG == 106]: Disable some tests.
73760         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
73761         Likewise.
73762         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
73763         Likewise.
73765         [BZ #14871]
73766         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
73767         input for small inputs.  Return +/- pi/2 for large inputs.
73768         * math/libm-test.inc (atan_test): Add more tests.
73770         * sysdeps/generic/unwind-dw2-fde-glibc.c
73771         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
73772         __attribute__ ((unused)).
73774         [BZ #14645]
73775         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
73776         x * y if x and y are nonzero and z is zero.
73778         [BZ #14811]
73779         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
73780         nonzero exponents with absolute value below 0x1p-117 to +/-
73781         0x1p-117.
73783         [BZ #14869]
73784         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
73785         up arguments below 2**-450, not just those below 2**-500.
73786         * math/libm-test.inc (hypot_test): Add another test.
73788         [BZ #14868]
73789         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
73790         Return a+b for ratio over 2**120, not 2**60.
73791         * math/libm-test.inc (hypot_test): Add another test.
73793         * math/libm-test.inc (clog_test): Use
73794         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
73795         (clog10_test): Likewise.
73797         [BZ #6778]
73798         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
73800 2012-11-22  Andreas Schwab  <schwab@suse.de>
73802         * sysdeps/i386/fpu/libm-test-ulps: Update.
73804 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
73806         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
73807         printf output with newline.
73809 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
73811         [BZ #14865]
73812         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
73813         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
73814         -z nodlopen, -z initfirst and -z execstack support.
73815         * configure: Regenerated.
73817         * elf/elf.h (DF_1_NODIRECT): New macro.
73818         (DF_1_IGNMULDEF): Likewise.
73819         (DF_1_NOKSYMS): Likewise.
73820         (DF_1_NOHDR): Likewise.
73821         (DF_1_EDITED): Likewise.
73822         (DF_1_NORELOC): Likewise.
73823         (DF_1_SYMINTPOSE): Likewise.
73824         (DF_1_GLOBAUDIT): Likewise.
73825         (DF_1_SINGLETON): Likewise.
73826         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
73827         DT_1_SUPPORTED_MASK bits.
73828         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
73830 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
73832         * sysdeps/unix/make-syscalls.sh: Document prefixes.
73834 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
73836         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
73837         macro.
73839         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
73840         (sendmmsg): Move declarations...
73841         * socket/sys/socket.h: ... here.
73842         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
73843         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
73844         include it from...
73845         * socket/recvmmsg.c: ... this new file.
73846         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
73847         (sendmmsg): Rename to __sendmmsg, create weak alias and make
73848         definition of __sendmmsg hidden.
73849         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
73850         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
73851         Move ENOSYS stub into and include it from...
73852         * socket/sendmmsg.c: ... this new file.
73853         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
73854         (sysdep_routines): Move recvmmsg and sendmmsg...
73855         * socket/Makefile (routines): ... here.
73856         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
73857         (GLIBC_PRIVATE): Add __sendmmsg.
73858         * include/sys/socket.h (__sendmmsg): Add declarations.
73859         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
73860         sendmmsg.
73862 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
73864         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
73865         variable I1 with __attribute__ ((unused)).
73866         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
73868 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
73870         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
73871         DUMMY variables with __attribute__ ((unused)).
73873         * bits/byteswap.h: Include <bits/types.h>.
73874         (__bswap_64): Use __uint64_t instead of unsigned long long int.
73876 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
73878         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
73879         string_t.  Do not manually set errno.
73880         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
73881         length with __strnlen.  Make sure to both set errno and return it on
73882         failure.
73884 2012-11-19  David S. Miller  <davem@davemloft.net>
73886         With help from Joseph Myers.
73887         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
73888         very large arguments properly.
73889         * math/libm-test.inc (atan_test): New tests.
73890         (atan2_test): New tests.
73891         * sysdeps/sparc/fpu/libm-test-ulps: Update.
73892         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
73894 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
73896         [BZ #14856]
73897         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
73898         Define to 3.
73900         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
73901         [POSIX] (EADDRNOTAVAIL): Likewise.
73902         [POSIX] (EAFNOSUPPORT): Likewise.
73903         [POSIX] (EALREADY): Likewise.
73904         [POSIX] (ECONNABORTED): Likewise.
73905         [POSIX] (ECONNREFUSED): Likewise.
73906         [POSIX] (ECONNRESET): Likewise.
73907         [POSIX] (EDESTADDRREQ): Likewise.
73908         [POSIX] (EDQUOT): Likewise.
73909         [POSIX] (EHOSTUNREACH): Likewise.
73910         [POSIX] (EIDRM): Likewise.
73911         [POSIX] (EISCONN): Likewise.
73912         [POSIX] (ELOOP): Likewise.
73913         [POSIX] (EMULTIHOP): Likewise.
73914         [POSIX] (ENETDOWN): Likewise.
73915         [POSIX] (ENETUNREACH): Likewise.
73916         [POSIX] (ENOBUFS): Likewise.
73917         [POSIX] (ENODATA): Likewise.
73918         [POSIX] (ENOLINK): Likewise.
73919         [POSIX] (ENOMSG): Likewise.
73920         [POSIX] (ENOPROTOOPT): Likewise.
73921         [POSIX] (ENOSR): Likewise.
73922         [POSIX] (ENOSTR): Likewise.
73923         [POSIX] (ENOTCONN): Likewise.
73924         [POSIX] (ENOTSOCK): Likewise.
73925         [POSIX] (EOPNOTSUPP): Likewise.
73926         [POSIX] (EOVERFLOW): Likewise.
73927         [POSIX] (EPROTO): Likewise.
73928         [POSIX] (EPROTONOSUPPORT): Likewise.
73929         [POSIX] (EPROTOTYPE): Likewise.
73930         [POSIX] (ESTALE): Likewise.
73931         [POSIX] (ETIME): Likewise.
73932         [POSIX] (ETXTBSY): Likewise.
73933         [POSIX] (EWOULDBLOCK): Likewise.
73934         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
73935         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
73936         [POSIX] (SEEK_CUR): Likewise.
73937         [POSIX] (SEEK_END): Likewise.
73938         [POSIX || UNIX98] (mode_t): Do not require.
73939         [POSIX] (off_t): Likewise.
73940         [POSIX] (pid_t): Likewise.
73941         [POSIX] (sys/stat.h): Do not allow header.
73942         [POSIX] (unistd.h): Likewise.
73943         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
73944         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
73945         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
73946         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
73947         require.
73948         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
73949         sigevent): Specify elements.
73950         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
73951         entry.
73952         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
73953         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
73955         * conform/data/cpio.h-data [POSIX]: Disable whole file.
73956         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
73957         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
73958         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
73959         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
73960         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
73961         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
73962         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
73963         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
73964         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
73965         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
73966         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
73967         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
73968         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
73969         Likewise.
73970         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
73971         Likewise.
73972         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
73973         Likewise.
73974         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
73975         Likewise.
73976         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
73977         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
73978         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
73979         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
73980         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
73981         Specify lower bound on value.
73982         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
73983         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
73984         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
73985         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
73986         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
73987         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise.
73988         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
73989         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
73990         value.
73991         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
73992         as optional.
73993         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
73994         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
73995         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
73996         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
73997         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
73998         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
73999         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
74000         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
74001         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
74002         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
74003         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
74004         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
74005         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
74006         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
74007         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
74008         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
74009         entry.
74010         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
74011         optional.
74012         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
74013         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
74014         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
74015         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
74016         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
74017         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
74018         Likewise.
74019         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
74020         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
74021         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
74022         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
74023         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
74024         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
74025         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
74026         as optional.
74027         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
74028         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
74029         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
74030         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
74031         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
74032         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
74033         specify as optional.
74034         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
74035         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
74036         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
74037         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
74038         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
74039         [XPG3] (NL_LANGMAX): Likewise.
74040         [POSIX || XPG3] (NL_MSGMAX): Likewise.
74041         [POSIX || XPG3] (NL_NMAX): Likewise.
74042         [POSIX || XPG3] (NL_SETMAX): Likewise.
74043         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
74044         [XPG3] (NZERO): Likewise.
74045         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
74046         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
74047         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
74048         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
74049         (REG_ERANGE): Expect.
74050         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
74051         optional-constant.
74052         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
74053         Use (void) in prototype.
74054         [POSIX] (*_t): Allow.
74055         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
74056         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
74057         (WRDE_BADVAL): Expect.
74059         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
74060         expect.
74061         [XPG3 || XPG4] (O_RSYNC): Likewise.
74062         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
74063         Likewise.
74064         [XPG3 || XPG4] (pthread_sigmask): Likewise.
74065         [XPG3 || XPG4] (sigqueue): Likewise.
74066         [XPG3 || XPG4] (sigtimedwait): Likewise.
74067         [XPG3 || XPG4] (sigwaitinfo): Likewise.
74068         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
74069         [XPG3 || XPG4] (vsnprintf): Likewise.
74070         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
74071         Likewise.
74072         [XPG3 || XPG4] (blksize_t): Likewise.
74073         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
74074         Likewise.
74075         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
74076         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
74077         [XPG3 || XPG4] (struct itimerspec): Likewise.
74078         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
74079         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
74080         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
74081         [XPG3 || XPG4] (clockid_t): Likewise.
74082         [XPG3 || XPG4] (timer_t): Likewise.
74083         [XPG3 || XPG4] (clock_getres): Likewise.
74084         [XPG3 || XPG4] (clock_gettime): Likewise.
74085         [XPG3 || XPG4] (clock_settime): Likewise.
74086         [XPG3 || XPG4] (nanosleep): Likewise.
74087         [XPG3 || XPG4] (timer_create): Likewise.
74088         [XPG3 || XPG4] (timer_delete): Likewise.
74089         [XPG3 || XPG4] (timer_gettime): Likewise.
74090         [XPG3 || XPG4] (timer_getoverrun): Likewise.
74091         [XPG3 || XPG4] (timer_settime): Likewise.
74092         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
74093         [XPG3 || XPG4] (getlogin_r): Likewise.
74094         [XPG3 || XPG4] (pread): Likewise.
74095         [XPG3 || XPG4] (pthread_atfork): Likewise.
74096         [XPG3 || XPG4] (pwrite): Likewise.
74098         [BZ #14835]
74099         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
74100         <bits/siginfo.h>.
74102 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
74104         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
74105         finalizing MALLSTREAM.
74107         * sysdeps/mach/hurd/syncfs.c: New file.
74109 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
74111         [BZ #14719]
74112         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
74113         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
74114         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
74115         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
74116         (_nss_dns_gethostbyname4_r): Likewise.
74117         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
74118         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
74120 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
74122         [BZ #13763]
74123         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
74125 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
74127         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
74128         * elf/cache.c (print_entry): Print ",AArch64" for
74129         FLAG_AARCH64_LIB64
74131         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
74132         * elf/cache.c (print_entry): Print ",hard-float" for
74133         FLAG_ARM_LIBHF.
74135 2012-11-18  David S. Miller  <davem@davemloft.net>
74137         With help from Joseph Myers.
74138         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
74139         cutoff to 2**-13.
74140         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
74141         cutoff to 2**-25.
74142         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
74143         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
74144         small.
74145         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
74146         * math/libm-test.inc (y0_test): New tests.
74147         (y1_test): New tests.
74148         * sysdeps/i386/fpu/libm-test-ulps: Update.
74149         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
74150         * sysdeps/sparc/fpu/libm-test-ulps: Update.
74152 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
74154         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
74155         64-bit targets.
74156         * configure: Regenerated.
74158 2012-11-17  David S. Miller  <davem@davemloft.net>
74160         [BZ #14811]
74161         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
74162         nonzero exponents with absolute value below 0x1p-128 to +/-
74163         0x1p-128.
74165 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
74167         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
74169         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
74171         * posix/getconf-speclist.c: New file.
74172         * posix/posix-envs.def: Likewise.
74173         * posix/confstr.c (START_ENV_GROUP): New macro.
74174         (END_ENV_GROUP): Likewise.
74175         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
74176         (KNOWN_PRESENT_ENV_STRING): Likewise.
74177         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
74178         (UNKNOWN_ENVIRONMENT): Likewise.
74179         (confstr): Include posix-envs.def instead of handling
74180         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
74181         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
74182         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
74183         (END_ENV_GROUP): Likewise.
74184         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
74185         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
74186         (UNKNOWN_ENVIRONMENT): Likewise.
74187         (__sysconf): Include posix-envs.def instead of handling associated
74188         cases directly here.
74189         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
74190         preprocessing getconf-speclist.c rather than running getconf or
74191         generating empty file.
74193 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
74195         * scripts/check-local-headers.sh: Ignore 'mach' headers.
74197 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
74199         [BZ #14672]
74200         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
74202 2012-11-16  David S. Miller  <davem@davemloft.net>
74204         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
74205         smaller than LDBL_EPSILON/2.0L, just return xm1.
74207 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
74209         * elf/tst-array1.c (init): Set constructor priority to 1000.
74210         (fini): Set destructor priority to 1000.
74211         * elf/tst-array2dep.c: Likewise.
74213 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
74215         [BZ #11741]
74216         * libio/fileops.c (_IO_new_file_write): Correctly return error.
74217         (_IO_new_file_xsputn): Also return EOF if none of the input
74218         data was written when overflow failed.
74219         * libio/iopadn.c (_IO_padn): Likewise.
74220         * libio/iowpadn.c (_IO_wpadn): Likewise.
74221         * stdio-common/tst-put-error.c: Add copyright notice.
74222         (do_test): Add case for printing padded string.
74223         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
74224         _IO_padn returned error.
74225         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
74226         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
74227         return EOF.
74229 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
74231         * libio/libioP.h: Add comment note that the references to C++
74232         bits are now obsolete.
74234 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
74236         * math/libm-test.inc (check_complex): Use asprintf.
74238 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
74240         * debug/pcprofiledump.c (print_version): Update copyright year.
74241         * malloc/memusagestat.c (print_version): Likewise.
74243 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
74245         [BZ #14831]
74246         * elf/Makefile (tests): Add tst-audit8.
74247         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
74248         ($(objpfx)tst-audit8.out): New target.
74249         (tst-audit8-ENV): New variable.
74250         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
74251         audit if l_reloc_result is NULL.
74252         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
74253         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
74254         * elf/tst-audit8.c: New file.
74256 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
74258         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
74259         * misc/Makefile (CFLAGS-select.c): Define.
74260         * posix/Makefile (CFLAGS-pause.c): Define.
74262 2012-11-13  David S. Miller  <davem@davemloft.net>
74264         * crypt/Makefile: Move test targets after toplevel Rules
74265         inclusion.  Grab any necessary sysdep routines when linking.
74266         * crypt/md5.c (md5_process_block): Remove define, we will always
74267         name it __md5_process_block.
74268         (md5_finish_ctx): Update md5_process_block call.
74269         (md5_stream): Likewise.
74270         (md5_process_bytes): Likewise.
74271         (md5_process_block): Rename to __md5_process_block and move to ...
74272         * crypt/md5-block.c: ... here.
74273         * crypt/sha256.c (sha256_process_block): Move to ...
74274         * crypt/sha256-block.c: ... here.
74275         * crypt/sha512.c (sha512_process_block): Move to ...
74276         * crypt/sha512-block.c: ... here.
74277         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
74278         path.
74279         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
74280         * sysdeps/sparc/sparc64/multiarch/Makefile
74281         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
74282         crypt subdir.
74283         (localedef-aux): Add md5 crypto assembler when in locale subdir.
74284         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
74285         multiarch changes.
74286         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
74287         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
74288         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
74289         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
74290         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
74291         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
74292         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
74293         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
74294         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
74295         file.
74296         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
74297         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
74298         file.
74299         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
74301 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
74303         * timezone/tzselect.ksh: Update from tzcode git revision
74304         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
74305         * timezone/zdump.c: Likewise.
74306         * timezone/zic.c: Likewise.
74307         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
74308         in TZVERSION setting, not $(PKGVERSION).
74309         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
74310         REPORT_BUGS_TO settings.
74312         [BZ #14838]
74313         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
74314         macro.
74316 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
74318         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
74319         detection to immediately after _FP_ROUND().
74320         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
74321         bits are 0.
74323 2012-11-11  David S. Miller  <davem@davemloft.net>
74325         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
74326         inttypes.h
74327         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
74328         __close rather than their public counterparts.
74330 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
74332         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
74333         file.
74334         [UNIX98] (sem_timedwait): Do not expect.
74335         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
74336         [XPG4 || UNIX98] (sockatmark): Do not expect.
74337         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
74338         (clock_getcpuclockid): Do not expect.
74339         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
74340         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
74341         Do not expect.
74342         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
74343         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
74344         [UNIX98] (vwscanf): Likewise.
74345         [UNIX98] (vswscanf): Likewise.
74347 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
74349         * timezone/version.h: Remove file.
74350         * timezone/README: Do not refer to version.h.
74351         * timezone/Makefile ($(objpfx)zic.o): New dependency on
74352         $(objpfx)version.h.
74353         ($(objpfx)zdump.o): Likewise.
74354         ($(objpfx)version.h): New target.
74356         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
74357         2012i.
74358         * timezone/README: Don't mention modification to tzselect.ksh.
74359         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
74360         work on unmodified tzselect.ksh.  Substitute version numbers in
74361         tzselect.ksh.
74363         * Makefile (format-me): Remove.
74364         (INSTALL): Adjust indentation.  Use commands directly instead of
74365         using $(format-me).
74367         * aclocal.m4 (ACX_PKGVERSION): New macro.
74368         (ACX_BUGURL): Likewise.
74369         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
74370         (PKGVERSION): New AC_DEFINE_UNQUOTED.
74371         (REPORT_BUGS_TO): Likewise.
74372         * configure: Regenerated.
74373         * config.h.in (PKGVERSION): New macro.
74374         (REPORT_BUGS_TO): Likewise.
74375         * config.make.in (PKGVERSION): New variable.
74376         (PKGVERSION_TEXI): Likewise.
74377         (REPORT_BUGS_TO): Likewise.
74378         (REPORT_BUGS_TEXI): Likewise.
74379         * Makefile (format-me): Use -I$(common-objpfx)manual.
74380         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
74381         ($(common-objpfx)manual/%): New target.
74382         (manual/%): Remove target.
74383         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
74384         (print_version): Use PKGVERSION.
74385         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
74386         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
74387         and REPORT_BUGS_TO.
74388         ($(objpfx)xtrace): Likewise.
74389         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
74390         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
74391         (print_version): Use PKGVERSION.
74392         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
74393         (do_version): Use PKGVERSION.
74394         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
74395         REPORT_BUGS_TO.
74396         (common-ldd-rewrite): Likewise.
74397         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
74398         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
74399         (print_version): Use PKGVERSION.
74400         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
74401         * elf/pldd.c (argp_program_bug_address): Remove variable.
74402         (more_help): New function.
74403         (argp): Use more_help.
74404         (print_version): Use PKGVERSION.
74405         * elf/sln.c (main): Use PKGVERSION.
74406         (usage): Use REPORT_BUGS_TO.
74407         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
74408         (top level): Use PKGVERSION.
74409         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
74410         (print_version): Use PKGVERSION.
74411         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
74412         (print_version): Use PKGVERSION.
74413         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
74414         (print_version): Use PKGVERSION.
74415         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
74416         (print_version): Use PKGVERSION.
74417         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
74418         (print_version): Use PKGVERSION.
74419         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
74420         (print_version): Use PKGVERSION.
74421         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
74422         and BUGURL.
74423         ($(objpfx)memusage): Likewise.
74424         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
74425         (do_version): Use PKGVERSION.
74426         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
74427         (print_version): Use PKGVERSION.
74428         * malloc/mtrace.pl ($PACKAGE): Remove variable.
74429         ($PKGVERSION): New variable.
74430         ($REPORT_BUGS_TO): Likewise.
74431         (usage): Use $REPORT_BUGS_TO.
74432         (top level): Use $PKGVERSION.
74433         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
74434         ($(objpfx)pkgvers.texi): New rule.
74435         ($(objpfx)stamp-pkgvers): Likewise.
74436         * manual/install.texi: Include pkgvers.texi.
74437         (--with-pkgversion): Document new configure option.
74438         (--with-bugurl): Likewise.
74439         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
74440         than necessarily for this particular distribution.  Use
74441         REPORT_BUGS_TO for where to report bugs.
74442         * INSTALL: Regenerated.
74443         * manual/libc.texinfo: Include pkgvers.texi.
74444         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
74445         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
74446         (print_version): Use PKGVERSION.
74447         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
74448         (print_version): Use PKGVERSION.
74449         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
74450         (print_version): Use PKGVERSION.
74451         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
74452         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
74453         macro.
74454         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
74455         (print_version): Use PKGVERSION.
74456         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
74457         (print_version): Use PKGVERSION.
74458         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
74459         and PKGVERSION.
74461         * timezone/checktab.awk: Update from tzcode 2012i.
74462         * timezone/ialloc.c: Likewise.
74463         * timezone/private.h: Likewise.
74464         * timezone/scheck.c: Likewise.
74465         * timezone/tzfile.h: Likewise.
74466         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
74467         (TZVERSION): Hardcode tzcode version number.
74468         * timezone/zdump.c: Update from tzcode 2012i.
74469         * timezone/zic.c: Likewise.
74470         * timezone/version.h: New file.
74471         * timezone/README: Describe version.h.  Update upstream location.
74473         [BZ #14824]
74474         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
74475         (mktemp): Enable declaration.
74476         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
74477         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
74478         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
74479         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
74480         Likewise.
74481         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
74482         Likewise.
74483         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
74484         Likewise.
74485         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
74486         Likewise.
74487         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
74488         Likewise.
74489         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
74490         Likewise.
74492         [BZ #14821]
74493         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
74494         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
74495         for copies of such integer values.
74496         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
74497         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
74499 2012-11-09  Andreas Jaeger  <aj@suse.de>
74501         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
74502         definitions and declarations that are provided by
74503         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
74505 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
74507         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
74508         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
74509         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
74510         definition.
74512 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
74514         * elf/elf.h: Update comment before AArch64 relocations.
74516 2012-11-07  David S. Miller  <davem@davemloft.net>
74518         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
74519         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
74520         (__start_context): Declare.
74521         (__makecontext_ret): Delete.
74522         (__makecontext): Hook up __start_context instead of
74523         __makecontext_ret.
74524         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
74525         (sysdep_routines): Add __start_context when in stdlib.
74527 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
74529         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
74530         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
74531         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
74532         hardcoded "nm".
74533         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
74534         (READELF): New variable.  Use it instead of hardcoded "readelf".
74536 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
74538         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
74539         * sysdeps/x86/Makefile: Here.
74540         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
74541         * sysdeps/x86/tst-xmmymm.sh: This.
74543 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
74545         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
74546         expectations.
74547         [UNIX98] (pthread_barrier_t): Do not expect.
74548         [UNIX98] (pthread_barrierattr_t): Likewise.
74549         [UNIX98] (pthread_spinlock_t): Likewise.
74550         [UNIX98] (pthread_barrier_destroy): Likewise.
74551         [UNIX98] (pthread_barrier_init): Likewise.
74552         [UNIX98] (pthread_barrier_wait): Likewise.
74553         [UNIX98] (pthread_barrierattr_destroy): Likewise.
74554         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
74555         [UNIX98] (pthread_barrierattr_init): Likewise.
74556         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
74557         [UNIX98] (pthread_getcpuclockid): Likewise.
74558         [UNIX98] (pthread_mutex_timedlock): Likewise.
74559         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
74560         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
74561         [UNIX98] (pthread_sigmask): Likewise.
74562         [UNIX98] (pthread_spin_destroy): Likewise.
74563         [UNIX98] (pthread_spin_init): Likewise.
74564         [UNIX98] (pthread_spin_lock): Likewise.
74565         [UNIX98] (pthread_spin_trylock): Likewise.
74566         [UNIX98] (pthread_spin_unlock): Likewise.
74567         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
74568         Do not expect.
74569         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
74570         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
74571         [XPG3 || XPG4] (pthread_cond_t): Likewise.
74572         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
74573         [XPG3 || XPG4] (pthread_key_t): Likewise.
74574         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
74575         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
74576         [XPG3 || XPG4] (pthread_once_t): Likewise.
74577         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
74578         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
74579         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
74580         [XPG3 || XPG4] (pthread_t): Likewise.
74582         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
74583         not expect.
74584         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
74586         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
74587         Change function return type to int.
74589         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
74590         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
74591         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
74592         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
74593         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
74594         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
74595         [!POSIX] (posix_madvise): Likewise.
74596         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
74597         && !UNIX98].
74598         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
74599         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
74600         (mode_t): Likewise.
74601         (posix_mem_offset): Likewise.
74602         (posix_typed_mem_get_info): Likewise.
74603         (posix_typed_mem_open): Likewise.
74605         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
74606         Change condition to [XOPEN2K8].
74608         * conform/conformtest.pl: Preprocess allow-header data with -x c
74609         instead of from stdin.
74610         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
74611         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
74612         [C99-based standards] (cerfc): Likewise.
74613         [C99-based standards] (cexp2): Likewise.
74614         [C99-based standards] (cexpm1): Likewise.
74615         [C99-based standards] (clog10): Likewise.
74616         [C99-based standards] (clog1p): Likewise.
74617         [C99-based standards] (clog2): Likewise.
74618         [C99-based standards] (clgamma): Likewise.
74619         [C99-based standards] (ctgamma): Likewise.
74620         [C99-based standards] (cerff): Likewise.
74621         [C99-based standards] (cerfcf): Likewise.
74622         [C99-based standards] (cexp2f): Likewise.
74623         [C99-based standards] (cexpm1f): Likewise.
74624         [C99-based standards] (clog10f): Likewise.
74625         [C99-based standards] (clog1pf): Likewise.
74626         [C99-based standards] (clog2f): Likewise.
74627         [C99-based standards] (clgammaf): Likewise.
74628         [C99-based standards] (ctgammaf): Likewise.
74629         [C99-based standards] (cerfl): Likewise.
74630         [C99-based standards] (cerfcl): Likewise.
74631         [C99-based standards] (cexp2l): Likewise.
74632         [C99-based standards] (cexpm1l): Likewise.
74633         [C99-based standards] (clog10l): Likewise.
74634         [C99-based standards] (clog1pl): Likewise.
74635         [C99-based standards] (clog2l): Likewise.
74636         [C99-based standards] (clgammal): Likewise.
74637         [C99-based standards] (ctgammal): Likewise.
74638         * conform/data/inttypes.h-data [C99-based standards]: Include
74639         stdint.h-data.  Remove all expectations for stdint.h contents.
74640         [C99-based standards] (PRI*): Do not allow.
74641         [C99-based standards] (SCN*): Likewise.
74642         [C99-based standards] (*_t): Likewise.
74643         [C99-based-standards] (PRId8): Expect macro.
74644         [C99-based-standards] (PRIi8): Likewise.
74645         [C99-based-standards] (PRIo8): Likewise.
74646         [C99-based-standards] (PRIu8): Likewise.
74647         [C99-based-standards] (PRIx8): Likewise.
74648         [C99-based-standards] (PRIX8): Likewise.
74649         [C99-based-standards] (SCNd8): Likewise.
74650         [C99-based-standards] (SCNi8): Likewise.
74651         [C99-based-standards] (SCNo8): Likewise.
74652         [C99-based-standards] (SCNu8): Likewise.
74653         [C99-based-standards] (SCNx8): Likewise.
74654         [C99-based-standards] (PRIdLEAST8): Likewise.
74655         [C99-based-standards] (PRIiLEAST8): Likewise.
74656         [C99-based-standards] (PRIoLEAST8): Likewise.
74657         [C99-based-standards] (PRIuLEAST8): Likewise.
74658         [C99-based-standards] (PRIxLEAST8): Likewise.
74659         [C99-based-standards] (PRIXLEAST8): Likewise.
74660         [C99-based-standards] (SCNdLEAST8): Likewise.
74661         [C99-based-standards] (SCNiLEAST8): Likewise.
74662         [C99-based-standards] (SCNoLEAST8): Likewise.
74663         [C99-based-standards] (SCNuLEAST8): Likewise.
74664         [C99-based-standards] (SCNxLEAST8): Likewise.
74665         [C99-based-standards] (PRIdFAST8): Likewise.
74666         [C99-based-standards] (PRIiFAST8): Likewise.
74667         [C99-based-standards] (PRIoFAST8): Likewise.
74668         [C99-based-standards] (PRIuFAST8): Likewise.
74669         [C99-based-standards] (PRIxFAST8): Likewise.
74670         [C99-based-standards] (PRIXFAST8): Likewise.
74671         [C99-based-standards] (SCNdFAST8): Likewise.
74672         [C99-based-standards] (SCNiFAST8): Likewise.
74673         [C99-based-standards] (SCNoFAST8): Likewise.
74674         [C99-based-standards] (SCNuFAST8): Likewise.
74675         [C99-based-standards] (SCNxFAST8): Likewise.
74676         [C99-based-standards] (PRId16): Likewise.
74677         [C99-based-standards] (PRIi16): Likewise.
74678         [C99-based-standards] (PRIo16): Likewise.
74679         [C99-based-standards] (PRIu16): Likewise.
74680         [C99-based-standards] (PRIx16): Likewise.
74681         [C99-based-standards] (PRIX16): Likewise.
74682         [C99-based-standards] (SCNd16): Likewise.
74683         [C99-based-standards] (SCNi16): Likewise.
74684         [C99-based-standards] (SCNo16): Likewise.
74685         [C99-based-standards] (SCNu16): Likewise.
74686         [C99-based-standards] (SCNx16): Likewise.
74687         [C99-based-standards] (PRIdLEAST16): Likewise.
74688         [C99-based-standards] (PRIiLEAST16): Likewise.
74689         [C99-based-standards] (PRIoLEAST16): Likewise.
74690         [C99-based-standards] (PRIuLEAST16): Likewise.
74691         [C99-based-standards] (PRIxLEAST16): Likewise.
74692         [C99-based-standards] (PRIXLEAST16): Likewise.
74693         [C99-based-standards] (SCNdLEAST16): Likewise.
74694         [C99-based-standards] (SCNiLEAST16): Likewise.
74695         [C99-based-standards] (SCNoLEAST16): Likewise.
74696         [C99-based-standards] (SCNuLEAST16): Likewise.
74697         [C99-based-standards] (SCNxLEAST16): Likewise.
74698         [C99-based-standards] (PRIdFAST16): Likewise.
74699         [C99-based-standards] (PRIiFAST16): Likewise.
74700         [C99-based-standards] (PRIoFAST16): Likewise.
74701         [C99-based-standards] (PRIuFAST16): Likewise.
74702         [C99-based-standards] (PRIxFAST16): Likewise.
74703         [C99-based-standards] (PRIXFAST16): Likewise.
74704         [C99-based-standards] (SCNdFAST16): Likewise.
74705         [C99-based-standards] (SCNiFAST16): Likewise.
74706         [C99-based-standards] (SCNoFAST16): Likewise.
74707         [C99-based-standards] (SCNuFAST16): Likewise.
74708         [C99-based-standards] (SCNxFAST16): Likewise.
74709         [C99-based-standards] (PRId32): Likewise.
74710         [C99-based-standards] (PRIi32): Likewise.
74711         [C99-based-standards] (PRIo32): Likewise.
74712         [C99-based-standards] (PRIu32): Likewise.
74713         [C99-based-standards] (PRIx32): Likewise.
74714         [C99-based-standards] (PRIX32): Likewise.
74715         [C99-based-standards] (SCNd32): Likewise.
74716         [C99-based-standards] (SCNi32): Likewise.
74717         [C99-based-standards] (SCNo32): Likewise.
74718         [C99-based-standards] (SCNu32): Likewise.
74719         [C99-based-standards] (SCNx32): Likewise.
74720         [C99-based-standards] (PRIdLEAST32): Likewise.
74721         [C99-based-standards] (PRIiLEAST32): Likewise.
74722         [C99-based-standards] (PRIoLEAST32): Likewise.
74723         [C99-based-standards] (PRIuLEAST32): Likewise.
74724         [C99-based-standards] (PRIxLEAST32): Likewise.
74725         [C99-based-standards] (PRIXLEAST32): Likewise.
74726         [C99-based-standards] (SCNdLEAST32): Likewise.
74727         [C99-based-standards] (SCNiLEAST32): Likewise.
74728         [C99-based-standards] (SCNoLEAST32): Likewise.
74729         [C99-based-standards] (SCNuLEAST32): Likewise.
74730         [C99-based-standards] (SCNxLEAST32): Likewise.
74731         [C99-based-standards] (PRIdFAST32): Likewise.
74732         [C99-based-standards] (PRIiFAST32): Likewise.
74733         [C99-based-standards] (PRIoFAST32): Likewise.
74734         [C99-based-standards] (PRIuFAST32): Likewise.
74735         [C99-based-standards] (PRIxFAST32): Likewise.
74736         [C99-based-standards] (PRIXFAST32): Likewise.
74737         [C99-based-standards] (SCNdFAST32): Likewise.
74738         [C99-based-standards] (SCNiFAST32): Likewise.
74739         [C99-based-standards] (SCNoFAST32): Likewise.
74740         [C99-based-standards] (SCNuFAST32): Likewise.
74741         [C99-based-standards] (SCNxFAST32): Likewise.
74742         [C99-based-standards] (PRId64): Likewise.
74743         [C99-based-standards] (PRIi64): Likewise.
74744         [C99-based-standards] (PRIo64): Likewise.
74745         [C99-based-standards] (PRIu64): Likewise.
74746         [C99-based-standards] (PRIx64): Likewise.
74747         [C99-based-standards] (PRIX64): Likewise.
74748         [C99-based-standards] (SCNd64): Likewise.
74749         [C99-based-standards] (SCNi64): Likewise.
74750         [C99-based-standards] (SCNo64): Likewise.
74751         [C99-based-standards] (SCNu64): Likewise.
74752         [C99-based-standards] (SCNx64): Likewise.
74753         [C99-based-standards] (PRIdLEAST64): Likewise.
74754         [C99-based-standards] (PRIiLEAST64): Likewise.
74755         [C99-based-standards] (PRIoLEAST64): Likewise.
74756         [C99-based-standards] (PRIuLEAST64): Likewise.
74757         [C99-based-standards] (PRIxLEAST64): Likewise.
74758         [C99-based-standards] (PRIXLEAST64): Likewise.
74759         [C99-based-standards] (SCNdLEAST64): Likewise.
74760         [C99-based-standards] (SCNiLEAST64): Likewise.
74761         [C99-based-standards] (SCNoLEAST64): Likewise.
74762         [C99-based-standards] (SCNuLEAST64): Likewise.
74763         [C99-based-standards] (SCNxLEAST64): Likewise.
74764         [C99-based-standards] (PRIdFAST64): Likewise.
74765         [C99-based-standards] (PRIiFAST64): Likewise.
74766         [C99-based-standards] (PRIoFAST64): Likewise.
74767         [C99-based-standards] (PRIuFAST64): Likewise.
74768         [C99-based-standards] (PRIxFAST64): Likewise.
74769         [C99-based-standards] (PRIXFAST64): Likewise.
74770         [C99-based-standards] (SCNdFAST64): Likewise.
74771         [C99-based-standards] (SCNiFAST64): Likewise.
74772         [C99-based-standards] (SCNoFAST64): Likewise.
74773         [C99-based-standards] (SCNuFAST64): Likewise.
74774         [C99-based-standards] (SCNxFAST64): Likewise.
74775         [C99-based-standards] (PRIdMAX): Likewise.
74776         [C99-based-standards] (PRIiMAX): Likewise.
74777         [C99-based-standards] (PRIoMAX): Likewise.
74778         [C99-based-standards] (PRIuMAX): Likewise.
74779         [C99-based-standards] (PRIxMAX): Likewise.
74780         [C99-based-standards] (PRIXMAX): Likewise.
74781         [C99-based-standards] (SCNdMAX): Likewise.
74782         [C99-based-standards] (SCNiMAX): Likewise.
74783         [C99-based-standards] (SCNoMAX): Likewise.
74784         [C99-based-standards] (SCNuMAX): Likewise.
74785         [C99-based-standards] (SCNxMAX): Likewise.
74786         [C99-based-standards] (PRIdPTR): Likewise.
74787         [C99-based-standards] (PRIiPTR): Likewise.
74788         [C99-based-standards] (PRIoPTR): Likewise.
74789         [C99-based-standards] (PRIuPTR): Likewise.
74790         [C99-based-standards] (PRIxPTR): Likewise.
74791         [C99-based-standards] (PRIXPTR): Likewise.
74792         [C99-based-standards] (SCNdPTR): Likewise.
74793         [C99-based-standards] (SCNiPTR): Likewise.
74794         [C99-based-standards] (SCNoPTR): Likewise.
74795         [C99-based-standards] (SCNuPTR): Likewise.
74796         [C99-based-standards] (SCNxPTR): Likewise.
74797         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
74798         allow.
74799         * conform/data/stdint.h-data: Update comments to clarify
74800         requirements.
74801         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
74802         type.
74803         [C99-based standards] (INT8_MAX): Likewise.
74804         [C99-based standards] (INT16_MIN): Likewise.
74805         [C99-based standards] (INT16_MAX): Likewise.
74806         [C99-based standards] (INT32_MIN): Likewise.
74807         [C99-based standards] (INT32_MAX): Likewise.
74808         [C99-based standards] (INT64_MIN): Likewise.
74809         [C99-based standards] (INT64_MAX): Likewise.
74810         [C99-based standards] (UINT8_MAX): Likewise.
74811         [C99-based standards] (UINT16_MAX): Likewise.
74812         [C99-based standards] (UINT32_MAX): Likewise.
74813         [C99-based standards] (UINT64_MAX): Likewise.
74814         [C99-based standards] (INT_LEAST8_MIN): Likewise.
74815         [C99-based standards] (INT_LEAST8_MAX): Likewise.
74816         [C99-based standards] (INT_LEAST16_MIN): Likewise.
74817         [C99-based standards] (INT_LEAST16_MAX): Likewise.
74818         [C99-based standards] (INT_LEAST32_MIN): Likewise.
74819         [C99-based standards] (INT_LEAST32_MAX): Likewise.
74820         [C99-based standards] (INT_LEAST64_MIN): Likewise.
74821         [C99-based standards] (INT_LEAST64_MAX): Likewise.
74822         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
74823         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
74824         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
74825         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
74826         [C99-based standards] (INT_FAST8_MIN): Likewise.
74827         [C99-based standards] (INT_FAST8_MAX): Likewise.
74828         [C99-based standards] (INT_FAST16_MIN): Likewise.
74829         [C99-based standards] (INT_FAST16_MAX): Likewise.
74830         [C99-based standards] (INT_FAST32_MIN): Likewise.
74831         [C99-based standards] (INT_FAST32_MAX): Likewise.
74832         [C99-based standards] (INT_FAST64_MIN): Likewise.
74833         [C99-based standards] (INT_FAST64_MAX): Likewise.
74834         [C99-based standards] (UINT_FAST8_MAX): Likewise.
74835         [C99-based standards] (UINT_FAST16_MAX): Likewise.
74836         [C99-based standards] (UINT_FAST32_MAX): Likewise.
74837         [C99-based standards] (UINT_FAST64_MAX): Likewise.
74838         [C99-based standards] (INTPTR_MIN): Likewise.
74839         [C99-based standards] (INTPTR_MAX): Likewise.
74840         [C99-based standards] (UINTPTR_MAX): Likewise.
74841         [C99-based standards] (INTMAX_MIN): Likewise.
74842         [C99-based standards] (INTMAX_MAX): Likewise.
74843         [C99-based standards] (UINTMAX_MAX): Likewise.
74844         [C99-based standards] (PTRDIFF_MIN): Likewise.
74845         [C99-based standards] (PTRDIFF_MAX): Likewise.
74846         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
74847         [C99-based standards] (SIZE_MAX): Likewise.
74848         [C99-based standards] (WCHAR_MAX): Likewise.
74849         [C99-based standards] (WINT_MAX): Likewise.
74850         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
74851         constraint on value.
74852         [C99-based standards] (WCHAR_MIN): Likewise.
74853         [C99-based standards] (WINT_MIN): Likewise.
74854         [C99-based standards] (*_t): Allow.
74855         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
74856         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
74857         Include math.h-data and complex.h-data.  Remove all expectations
74858         of math.h and complex.h contents.
74859         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
74860         at end of line.
74861         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
74862         (struct tm): Expect tag.
74863         [C99-based-standards] (wcstof): Expect function.
74864         [C99-based-standards] (wcstold): Likewise.
74865         [C99-based-standards] (wcstoll): Likewise.
74866         [C99-based-standards] (wcstoull): Likewise.
74867         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
74868         macro-int-constant.  Specify type.
74869         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
74870         constraint on value.
74871         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
74872         Specify type.
74873         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
74874         Specify value.
74875         [ISO C standards]: Do not allow headers.
74876         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
74877         wcs[abcdefghijklmnopqrstuvwxyz]*.
74878         [ISO C standards] (*_t): Do not allow.
74879         * conform/data/wctype.h-data [C99-based standards] (iswblank):
74880         Expect function.
74881         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
74882         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
74883         Specify type.
74884         [ISO C standards]: Do not allow headers.
74885         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
74886         is[abcdefghijklmnopqrstuvwxyz]*.
74887         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
74888         to[abcdefghijklmnopqrstuvwxyz]*.
74889         [ISO C standards] (*_t): Do not allow.
74890         * conform/data/stdalign.h-data: New file.
74891         * conform/data/stdbool.h-data: Likewise.
74892         * conform/data/stdnoreturn.h-data: Likewise.
74894 2012-11-07  Roland McGrath  <roland@hack.frob.com>
74896         [BZ #14815]
74897         * manual/filesys.texi (Directory Entries): Typo fix.
74898         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
74900 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
74902         * elf/elf.h (EM_AARCH64): New macro.
74903         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
74904         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
74905         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
74906         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
74907         (R_AARCH64_TLSDESC): Likewise.
74908         (NT_ARM_TLS): Likewise.
74909         (NT_ARM_HW_BREAK): Likewise.
74910         (NT_ARM_HW_WATCH): Likewise.
74912 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
74914         [BZ #14811]
74915         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
74916         (__ieee754_powl): Saturate nonzero exponents with absolute value
74917         below 0x1p-79 to +/- 0x1p-79.
74918         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
74919         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
74920         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
74921         nonzero exponents with absolute value below 0x1p-32 to +/-
74922         0x1p-32.
74923         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
74924         (__ieee754_powl): Saturate nonzero exponents with absolute value
74925         below 0x1p-79 to +/- 0x1p-79.
74926         * math/libm-test.inc (pow_test): Add more tests.
74928 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
74930         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
74931         _dl_s390_cap_flags with kernel. Increase string length.
74932         (_dl_s390_platforms): Add z196 and zEC12.
74934 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
74936         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
74937         Change XOPEN21K to XOPEN2K.
74939 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
74941         * string/memmove.c: Use memcpy when possible.
74943 2012-11-06  Andreas Jaeger  <aj@suse.de>
74945         * po/eo.po: Update from translation team.
74947 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
74949         [BZ #14793]
74950         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
74951         exponent and small x and y exponents, scale x or y up.  Increase
74952         by 2 the exponent used in scaling up.
74953         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
74954         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
74955         * math/libm-test.inc (fma_test): Add more tests.
74956         (fma_test_towardzero): Likewise.
74957         (fma_test_downward): Likewise.
74958         (fma_test_upward): Likewise.
74960 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
74962         [BZ #14805]
74963         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
74964         fenv_t *.
74966         [BZ #14801]
74967         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
74968         namespace for names of struct fields.
74969         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
74970         fenv_t fields.
74971         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
74972         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
74974 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
74976         [BZ #3665]
74977         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
74979 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
74981         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
74982         PTR_DEMANGLE.
74984         [BZ #5246]
74985         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
74986         PTR_DEMANGLE.
74988 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
74990         [BZ #14797]
74991         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
74992         definitely overflow as x * y not x * y + z.
74993         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
74994         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
74995         * math/libm-test.inc (fma_test): Add more tests.
74996         (fma_test_towardzero): Likewise.
74997         (fma_test_downward): Likewise.
74998         (fma_test_upward): Likewise.
75000 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
75002         [BZ #157]
75004         * include/stub-tag.h: Remove file.
75005         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
75006         '#include' of it.
75007         * manual/maint.texi (Porting): Don't reference it.
75008         * Makerules ($(objpfx)stubs): Likewise.
75009         * dirent/closedir.c: Don't include <stub-tag.h>.
75010         * dirent/dirfd.c: Likewise.
75011         * dirent/fdopendir.c: Likewise.
75012         * dirent/getdents.c: Likewise.
75013         * dirent/getdents64.c: Likewise.
75014         * dirent/opendir.c: Likewise.
75015         * dirent/readdir.c: Likewise.
75016         * dirent/readdir64.c: Likewise.
75017         * dirent/readdir64_r.c: Likewise.
75018         * dirent/readdir_r.c: Likewise.
75019         * dirent/rewinddir.c: Likewise.
75020         * dirent/seekdir.c: Likewise.
75021         * dirent/telldir.c: Likewise.
75022         * gmon/profil.c: Likewise.
75023         * grp/setgroups.c: Likewise.
75024         * inet/if_index.c: Likewise.
75025         * io/access.c: Likewise.
75026         * io/chdir.c: Likewise.
75027         * io/chmod.c: Likewise.
75028         * io/chown.c: Likewise.
75029         * io/close.c: Likewise.
75030         * io/dup.c: Likewise.
75031         * io/dup2.c: Likewise.
75032         * io/dup3.c: Likewise.
75033         * io/euidaccess.c: Likewise.
75034         * io/faccessat.c: Likewise.
75035         * io/fchdir.c: Likewise.
75036         * io/fchmod.c: Likewise.
75037         * io/fchmodat.c: Likewise.
75038         * io/fchown.c: Likewise.
75039         * io/fchownat.c: Likewise.
75040         * io/fcntl.c: Likewise.
75041         * io/flock.c: Likewise.
75042         * io/fstatfs.c: Likewise.
75043         * io/fstatfs64.c: Likewise.
75044         * io/fstatvfs.c: Likewise.
75045         * io/fstatvfs64.c: Likewise.
75046         * io/futimens.c: Likewise.
75047         * io/fxstat.c: Likewise.
75048         * io/fxstat64.c: Likewise.
75049         * io/fxstatat.c: Likewise.
75050         * io/fxstatat64.c: Likewise.
75051         * io/getcwd.c: Likewise.
75052         * io/isatty.c: Likewise.
75053         * io/lchmod.c: Likewise.
75054         * io/lchown.c: Likewise.
75055         * io/link.c: Likewise.
75056         * io/linkat.c: Likewise.
75057         * io/lseek.c: Likewise.
75058         * io/lseek64.c: Likewise.
75059         * io/lxstat64.c: Likewise.
75060         * io/mkdir.c: Likewise.
75061         * io/mkdirat.c: Likewise.
75062         * io/mkfifo.c: Likewise.
75063         * io/mkfifoat.c: Likewise.
75064         * io/open.c: Likewise.
75065         * io/open64.c: Likewise.
75066         * io/openat.c: Likewise.
75067         * io/openat64.c: Likewise.
75068         * io/pipe.c: Likewise.
75069         * io/pipe2.c: Likewise.
75070         * io/poll.c: Likewise.
75071         * io/posix_fadvise.c: Likewise.
75072         * io/posix_fadvise64.c: Likewise.
75073         * io/posix_fallocate.c: Likewise.
75074         * io/posix_fallocate64.c: Likewise.
75075         * io/read.c: Likewise.
75076         * io/readlink.c: Likewise.
75077         * io/readlinkat.c: Likewise.
75078         * io/rmdir.c: Likewise.
75079         * io/sendfile.c: Likewise.
75080         * io/sendfile64.c: Likewise.
75081         * io/statfs.c: Likewise.
75082         * io/statfs64.c: Likewise.
75083         * io/statvfs.c: Likewise.
75084         * io/statvfs64.c: Likewise.
75085         * io/symlink.c: Likewise.
75086         * io/symlinkat.c: Likewise.
75087         * io/ttyname.c: Likewise.
75088         * io/ttyname_r.c: Likewise.
75089         * io/umask.c: Likewise.
75090         * io/unlink.c: Likewise.
75091         * io/unlinkat.c: Likewise.
75092         * io/utime.c: Likewise.
75093         * io/utimensat.c: Likewise.
75094         * io/write.c: Likewise.
75095         * io/xmknod.c: Likewise.
75096         * io/xmknodat.c: Likewise.
75097         * io/xstat.c: Likewise.
75098         * io/xstat64.c: Likewise.
75099         * login/getpt.c: Likewise.
75100         * login/grantpt.c: Likewise.
75101         * login/unlockpt.c: Likewise.
75102         * math/e_acoshl.c: Likewise.
75103         * math/e_acosl.c: Likewise.
75104         * math/e_asinl.c: Likewise.
75105         * math/e_atan2l.c: Likewise.
75106         * math/e_atanhl.c: Likewise.
75107         * math/e_coshl.c: Likewise.
75108         * math/e_expl.c: Likewise.
75109         * math/e_fmodl.c: Likewise.
75110         * math/e_gammal_r.c: Likewise.
75111         * math/e_hypotl.c: Likewise.
75112         * math/e_j0l.c: Likewise.
75113         * math/e_j1l.c: Likewise.
75114         * math/e_jnl.c: Likewise.
75115         * math/e_lgammal_r.c: Likewise.
75116         * math/e_log10l.c: Likewise.
75117         * math/e_log2l.c: Likewise.
75118         * math/e_logl.c: Likewise.
75119         * math/e_powl.c: Likewise.
75120         * math/e_rem_pio2l.c: Likewise.
75121         * math/e_sinhl.c: Likewise.
75122         * math/e_sqrtl.c: Likewise.
75123         * math/fclrexcpt.c: Likewise.
75124         * math/fedisblxcpt.c: Likewise.
75125         * math/feenablxcpt.c: Likewise.
75126         * math/fegetenv.c: Likewise.
75127         * math/fegetexcept.c: Likewise.
75128         * math/fegetround.c: Likewise.
75129         * math/feholdexcpt.c: Likewise.
75130         * math/fesetenv.c: Likewise.
75131         * math/fesetround.c: Likewise.
75132         * math/feupdateenv.c: Likewise.
75133         * math/fgetexcptflg.c: Likewise.
75134         * math/fraiseexcpt.c: Likewise.
75135         * math/fsetexcptflg.c: Likewise.
75136         * math/ftestexcept.c: Likewise.
75137         * math/k_cosl.c: Likewise.
75138         * math/k_rem_pio2l.c: Likewise.
75139         * math/k_sinl.c: Likewise.
75140         * math/k_tanl.c: Likewise.
75141         * math/s_asinhl.c: Likewise.
75142         * math/s_atanl.c: Likewise.
75143         * math/s_cbrtl.c: Likewise.
75144         * math/s_erfl.c: Likewise.
75145         * math/s_expm1l.c: Likewise.
75146         * math/s_log1pl.c: Likewise.
75147         * math/s_tanhl.c: Likewise.
75148         * misc/acct.c: Likewise.
75149         * misc/brk.c: Likewise.
75150         * misc/chflags.c: Likewise.
75151         * misc/chroot.c: Likewise.
75152         * misc/fchflags.c: Likewise.
75153         * misc/fgetxattr.c: Likewise.
75154         * misc/flistxattr.c: Likewise.
75155         * misc/fremovexattr.c: Likewise.
75156         * misc/fsetxattr.c: Likewise.
75157         * misc/fsync.c: Likewise.
75158         * misc/ftruncate.c: Likewise.
75159         * misc/futimes.c: Likewise.
75160         * misc/futimesat.c: Likewise.
75161         * misc/getdomain.c: Likewise.
75162         * misc/getdtsz.c: Likewise.
75163         * misc/gethostid.c: Likewise.
75164         * misc/gethostname.c: Likewise.
75165         * misc/getloadavg.c: Likewise.
75166         * misc/getpagesize.c: Likewise.
75167         * misc/getsysstats.c: Likewise.
75168         * misc/getxattr.c: Likewise.
75169         * misc/gtty.c: Likewise.
75170         * misc/ioctl.c: Likewise.
75171         * misc/lgetxattr.c: Likewise.
75172         * misc/listxattr.c: Likewise.
75173         * misc/llistxattr.c: Likewise.
75174         * misc/lremovexattr.c: Likewise.
75175         * misc/lsetxattr.c: Likewise.
75176         * misc/lutimes.c: Likewise.
75177         * misc/madvise.c: Likewise.
75178         * misc/mincore.c: Likewise.
75179         * misc/mlock.c: Likewise.
75180         * misc/mlockall.c: Likewise.
75181         * misc/mmap.c: Likewise.
75182         * misc/mprotect.c: Likewise.
75183         * misc/msync.c: Likewise.
75184         * misc/munlock.c: Likewise.
75185         * misc/munlockall.c: Likewise.
75186         * misc/munmap.c: Likewise.
75187         * misc/preadv.c: Likewise.
75188         * misc/preadv64.c: Likewise.
75189         * misc/ptrace.c: Likewise.
75190         * misc/pwritev.c: Likewise.
75191         * misc/pwritev64.c: Likewise.
75192         * misc/readv.c: Likewise.
75193         * misc/reboot.c: Likewise.
75194         * misc/remap_file_pages.c: Likewise.
75195         * misc/removexattr.c: Likewise.
75196         * misc/revoke.c: Likewise.
75197         * misc/select.c: Likewise.
75198         * misc/setdomain.c: Likewise.
75199         * misc/setegid.c: Likewise.
75200         * misc/seteuid.c: Likewise.
75201         * misc/sethostid.c: Likewise.
75202         * misc/sethostname.c: Likewise.
75203         * misc/setregid.c: Likewise.
75204         * misc/setreuid.c: Likewise.
75205         * misc/setxattr.c: Likewise.
75206         * misc/sstk.c: Likewise.
75207         * misc/stty.c: Likewise.
75208         * misc/swapoff.c: Likewise.
75209         * misc/swapon.c: Likewise.
75210         * misc/sync.c: Likewise.
75211         * misc/syncfs.c: Likewise.
75212         * misc/syscall.c: Likewise.
75213         * misc/truncate.c: Likewise.
75214         * misc/ualarm.c: Likewise.
75215         * misc/usleep.c: Likewise.
75216         * misc/ustat.c: Likewise.
75217         * misc/utimes.c: Likewise.
75218         * misc/vhangup.c: Likewise.
75219         * misc/writev.c: Likewise.
75220         * posix/_exit.c: Likewise.
75221         * posix/alarm.c: Likewise.
75222         * posix/execve.c: Likewise.
75223         * posix/fexecve.c: Likewise.
75224         * posix/fork.c: Likewise.
75225         * posix/fpathconf.c: Likewise.
75226         * posix/getaddrinfo.c: Likewise.
75227         * posix/getegid.c: Likewise.
75228         * posix/geteuid.c: Likewise.
75229         * posix/getgid.c: Likewise.
75230         * posix/getgroups.c: Likewise.
75231         * posix/getlogin.c: Likewise.
75232         * posix/getlogin_r.c: Likewise.
75233         * posix/getpgid.c: Likewise.
75234         * posix/getpid.c: Likewise.
75235         * posix/getppid.c: Likewise.
75236         * posix/getresgid.c: Likewise.
75237         * posix/getresuid.c: Likewise.
75238         * posix/getsid.c: Likewise.
75239         * posix/getuid.c: Likewise.
75240         * posix/glob64.c: Likewise.
75241         * posix/nanosleep.c: Likewise.
75242         * posix/pathconf.c: Likewise.
75243         * posix/pause.c: Likewise.
75244         * posix/posix_madvise.c: Likewise.
75245         * posix/pread.c: Likewise.
75246         * posix/pread64.c: Likewise.
75247         * posix/pwrite.c: Likewise.
75248         * posix/pwrite64.c: Likewise.
75249         * posix/sched_getaffinity.c: Likewise.
75250         * posix/sched_getp.c: Likewise.
75251         * posix/sched_gets.c: Likewise.
75252         * posix/sched_primax.c: Likewise.
75253         * posix/sched_primin.c: Likewise.
75254         * posix/sched_rr_gi.c: Likewise.
75255         * posix/sched_setaffinity.c: Likewise.
75256         * posix/sched_setp.c: Likewise.
75257         * posix/sched_sets.c: Likewise.
75258         * posix/sched_yield.c: Likewise.
75259         * posix/setgid.c: Likewise.
75260         * posix/setlogin.c: Likewise.
75261         * posix/setpgid.c: Likewise.
75262         * posix/setresgid.c: Likewise.
75263         * posix/setresuid.c: Likewise.
75264         * posix/setsid.c: Likewise.
75265         * posix/setuid.c: Likewise.
75266         * posix/sleep.c: Likewise.
75267         * posix/spawni.c: Likewise.
75268         * posix/sysconf.c: Likewise.
75269         * posix/times.c: Likewise.
75270         * posix/wait.c: Likewise.
75271         * posix/wait3.c: Likewise.
75272         * posix/wait4.c: Likewise.
75273         * posix/waitpid.c: Likewise.
75274         * resolv/gai_sigqueue.c: Likewise.
75275         * resource/getpriority.c: Likewise.
75276         * resource/getrlimit.c: Likewise.
75277         * resource/getrusage.c: Likewise.
75278         * resource/nice.c: Likewise.
75279         * resource/setpriority.c: Likewise.
75280         * resource/setrlimit.c: Likewise.
75281         * resource/ulimit.c: Likewise.
75282         * rt/aio_cancel.c: Likewise.
75283         * rt/aio_fsync.c: Likewise.
75284         * rt/aio_read.c: Likewise.
75285         * rt/aio_sigqueue.c: Likewise.
75286         * rt/aio_suspend.c: Likewise.
75287         * rt/aio_write.c: Likewise.
75288         * rt/clock_getres.c: Likewise.
75289         * rt/clock_gettime.c: Likewise.
75290         * rt/clock_nanosleep.c: Likewise.
75291         * rt/clock_settime.c: Likewise.
75292         * rt/lio_listio.c: Likewise.
75293         * rt/mq_close.c: Likewise.
75294         * rt/mq_getattr.c: Likewise.
75295         * rt/mq_notify.c: Likewise.
75296         * rt/mq_open.c: Likewise.
75297         * rt/mq_receive.c: Likewise.
75298         * rt/mq_send.c: Likewise.
75299         * rt/mq_setattr.c: Likewise.
75300         * rt/mq_timedreceive.c: Likewise.
75301         * rt/mq_timedsend.c: Likewise.
75302         * rt/mq_unlink.c: Likewise.
75303         * rt/shm_open.c: Likewise.
75304         * rt/shm_unlink.c: Likewise.
75305         * rt/timer_create.c: Likewise.
75306         * rt/timer_delete.c: Likewise.
75307         * rt/timer_getoverr.c: Likewise.
75308         * rt/timer_gettime.c: Likewise.
75309         * rt/timer_settime.c: Likewise.
75310         * setjmp/__longjmp.c: Likewise.
75311         * setjmp/setjmp.c: Likewise.
75312         * signal/kill.c: Likewise.
75313         * signal/killpg.c: Likewise.
75314         * signal/raise.c: Likewise.
75315         * signal/sigaction.c: Likewise.
75316         * signal/sigaltstack.c: Likewise.
75317         * signal/sigblock.c: Likewise.
75318         * signal/sigignore.c: Likewise.
75319         * signal/sigintr.c: Likewise.
75320         * signal/signal.c: Likewise.
75321         * signal/sigpause.c: Likewise.
75322         * signal/sigpending.c: Likewise.
75323         * signal/sigqueue.c: Likewise.
75324         * signal/sigreturn.c: Likewise.
75325         * signal/sigset.c: Likewise.
75326         * signal/sigsetmask.c: Likewise.
75327         * signal/sigstack.c: Likewise.
75328         * signal/sigsuspend.c: Likewise.
75329         * signal/sigtimedwait.c: Likewise.
75330         * signal/sigvec.c: Likewise.
75331         * signal/sigwait.c: Likewise.
75332         * signal/sigwaitinfo.c: Likewise.
75333         * signal/sysv_signal.c: Likewise.
75334         * socket/accept.c: Likewise.
75335         * socket/accept4.c: Likewise.
75336         * socket/bind.c: Likewise.
75337         * socket/connect.c: Likewise.
75338         * socket/getpeername.c: Likewise.
75339         * socket/getsockname.c: Likewise.
75340         * socket/getsockopt.c: Likewise.
75341         * socket/isfdtype.c: Likewise.
75342         * socket/listen.c: Likewise.
75343         * socket/recv.c: Likewise.
75344         * socket/recvfrom.c: Likewise.
75345         * socket/recvmsg.c: Likewise.
75346         * socket/send.c: Likewise.
75347         * socket/sendmsg.c: Likewise.
75348         * socket/sendto.c: Likewise.
75349         * socket/setsockopt.c: Likewise.
75350         * socket/shutdown.c: Likewise.
75351         * socket/sockatmark.c: Likewise.
75352         * socket/socket.c: Likewise.
75353         * socket/socketpair.c: Likewise.
75354         * stdio-common/ctermid.c: Likewise.
75355         * stdio-common/cuserid.c: Likewise.
75356         * stdio-common/remove.c: Likewise.
75357         * stdio-common/rename.c: Likewise.
75358         * stdio-common/renameat.c: Likewise.
75359         * stdio-common/tempname.c: Likewise.
75360         * stdlib/getcontext.c: Likewise.
75361         * stdlib/makecontext.c: Likewise.
75362         * stdlib/setcontext.c: Likewise.
75363         * stdlib/swapcontext.c: Likewise.
75364         * stdlib/system.c: Likewise.
75365         * streams/fattach.c: Likewise.
75366         * streams/fdetach.c: Likewise.
75367         * streams/getmsg.c: Likewise.
75368         * streams/getpmsg.c: Likewise.
75369         * streams/putmsg.c: Likewise.
75370         * streams/putpmsg.c: Likewise.
75371         * sysdeps/unix/bsd/getpt.c: Likewise.
75372         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
75373         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
75374         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
75375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
75376         Likewise.
75377         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
75378         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
75379         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
75380         * sysvipc/msgctl.c: Likewise.
75381         * sysvipc/msgget.c: Likewise.
75382         * sysvipc/msgrcv.c: Likewise.
75383         * sysvipc/msgsnd.c: Likewise.
75384         * sysvipc/semctl.c: Likewise.
75385         * sysvipc/semget.c: Likewise.
75386         * sysvipc/semop.c: Likewise.
75387         * sysvipc/semtimedop.c: Likewise.
75388         * sysvipc/shmat.c: Likewise.
75389         * sysvipc/shmctl.c: Likewise.
75390         * sysvipc/shmdt.c: Likewise.
75391         * sysvipc/shmget.c: Likewise.
75392         * termios/tcdrain.c: Likewise.
75393         * termios/tcflow.c: Likewise.
75394         * termios/tcflush.c: Likewise.
75395         * termios/tcgetattr.c: Likewise.
75396         * termios/tcgetpgrp.c: Likewise.
75397         * termios/tcsendbrk.c: Likewise.
75398         * termios/tcsetattr.c: Likewise.
75399         * termios/tcsetpgrp.c: Likewise.
75400         * time/adjtime.c: Likewise.
75401         * time/clock.c: Likewise.
75402         * time/getitimer.c: Likewise.
75403         * time/gettimeofday.c: Likewise.
75404         * time/setitimer.c: Likewise.
75405         * time/settimeofday.c: Likewise.
75406         * time/stime.c: Likewise.
75407         * time/time.c: Likewise.
75409 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
75411         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
75412         /usr/old/bin.
75414         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
75415         instead of spaces.
75416         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
75418 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
75420         [BZ #14796]
75421         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
75422         FE_TONEAREST before applying Dekker multiplication and Knuth
75423         addition.  Clear inexact exceptions and check for exact zero
75424         results afterwards.
75425         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
75426         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
75427         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
75428         * math/libm-test.inc (fma_test): Add more tests.
75429         (fma_test_towardzero): Likewise.
75430         (fma_test_downward): Likewise.
75431         (fma_test_upward): Likewise.
75432         * sysdeps/generic/math_private.h (default_libc_fesetround): New
75433         function.
75434         (libc_fesetround): New macro.
75435         (libc_fesetroundf): Likewise.
75436         (libc_fesetroundl): Likewise.
75437         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
75438         function.
75439         (libc_fesetround_387): Likewise.
75440         (libc_fesetroundf): New macro.
75441         (libc_fesetround): Likewise.
75442         (libc_fesetroundl): Likewise.
75443         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
75444         function.
75445         (libc_fesetroundf): New macro.
75446         (libc_fesetround): Likewise.
75447         (libc_fesetroundl): Likewise.
75448         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
75449         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
75450         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
75451         libm_hidden_ver.
75452         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
75453         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
75454         libm_hidden_def.
75455         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
75456         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
75457         libm_hidden_ver.
75458         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
75459         libm_hidden_def.
75461         [BZ #3439]
75462         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
75463         integer constant usable in #if and use that to give value to enum
75464         constant.
75465         (FE_DIVBYZERO): Likewise.
75466         (FE_UNDERFLOW): Likewise.
75467         (FE_OVERFLOW): Likewise.
75468         (FE_INVALID): Likewise.
75469         (FE_INVALID_SNAN): Likewise.
75470         (FE_INVALID_ISI): Likewise.
75471         (FE_INVALID_IDI): Likewise.
75472         (FE_INVALID_ZDZ): Likewise.
75473         (FE_INVALID_IMZ): Likewise.
75474         (FE_INVALID_COMPARE): Likewise.
75475         (FE_INVALID_SOFTWARE): Likewise.
75476         (FE_INVALID_SQRT): Likewise.
75477         (FE_INVALID_INTEGER_CONVERSION): Likewise.
75478         (FE_TONEAREST): Likewise.
75479         (FE_TOWARDZERO): Likewise.
75480         (FE_UPWARD): Likewise.
75481         (FE_DOWNWARD): Likewise.
75482         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
75483         (FE_DIVBYZERO): Likewise.
75484         (FE_OVERFLOW): Likewise.
75485         (FE_UNDERFLOW): Likewise.
75486         (FE_INEXACT): Likewise.
75487         (FE_TONEAREST): Likewise.
75488         (FE_DOWNWARD): Likewise.
75489         (FE_UPWARD): Likewise.
75490         (FE_TOWARDZERO): Likewise.
75491         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
75492         (FE_UNDERFLOW): Likewise.
75493         (FE_OVERFLOW): Likewise.
75494         (FE_DIVBYZERO): Likewise.
75495         (FE_INVALID): Likewise.
75496         (FE_TONEAREST): Likewise.
75497         (FE_TOWARDZERO): Likewise.
75498         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
75499         (FE_OVERFLOW): Likewise.
75500         (FE_UNDERFLOW): Likewise.
75501         (FE_DIVBYZERO): Likewise.
75502         (FE_INEXACT): Likewise.
75503         (FE_TONEAREST): Likewise.
75504         (FE_TOWARDZERO): Likewise.
75505         (FE_UPWARD): Likewise.
75506         (FE_DOWNWARD): Likewise.
75507         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
75508         (FE_DIVBYZERO): Likewise.
75509         (FE_OVERFLOW): Likewise.
75510         (FE_UNDERFLOW): Likewise.
75511         (FE_INEXACT): Likewise.
75512         (FE_TONEAREST): Likewise.
75513         (FE_DOWNWARD): Likewise.
75514         (FE_UPWARD): Likewise.
75515         (FE_TOWARDZERO): Likewise.
75517 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
75519         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
75521 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
75523         * scripts/cross-test-ssh.sh (command): Use newlines to separate
75524         commands.  Quote $PWD.
75525         (blacklist_exports): Don't use remove_newlines.  Replace "declare
75526         -x" by "export".
75527         (remove_newlines): Remove.
75529 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
75531         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
75532         * stdlib/stdlib.h (atof): Moved to ...
75533         * include/bits/stdlib-float.h: Here.  New file.
75534         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
75535         * stdlib/bits/stdlib-float.h: New file.
75536         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
75537         -mno-sse -mno-mmx.
75538         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
75539         <xmmintrin.h>.
75541 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
75543         * conform/conformtest.pl (@headers): Add fenv.h.
75544         * conform/data/fenv.h-data: New file.
75545         * include/fenv.h [_ISOMAC]: Disable all contents of file except
75546         include of <math/fenv.h>.
75548         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
75549         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
75550         && !UNIX98].  Enables tests for XOPEN2K8.
75551         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
75552         POSIX2008]: Likewise.
75554         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
75555         (struct rusage): Do not expect type or its members.
75557         [BZ #3439]
75558         * math/math.h (FP_NAN): Define macro to integer constant usable in
75559         #if and use that to give value to enum constant.
75560         (FP_INFINITE): Likewise.
75561         (FP_ZERO): Likewise.
75562         (FP_SUBNORMAL): Likewise.
75563         (FP_NORMAL): Likewise.
75565 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
75567         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
75568         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
75569         arguments.
75571 2012-11-02  Roland McGrath  <roland@hack.frob.com>
75573         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
75574         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
75575         autoconf-time if not.
75576         * configure.in: Remove AC_PREREQ.
75578 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
75580         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
75581         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
75582         of the internal implementation.
75584 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
75586         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
75587         except include of <misc/sys/syslog.h>.
75589 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
75591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
75592         function returns with a NULL context exit with zero.
75594 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
75596         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
75598 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
75600         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
75601         (run_program_cmd): This.
75602         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
75603         (tst_langinfo): New variable.  Use it.
75605 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
75607         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
75608         floating point opcodes.
75610 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
75612         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
75613         variable.
75615         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
75617         * sysdeps/mach/hurd/powerpc: Remove directory.
75618         * sysdeps/mach/powerpc: Likewise.
75620 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
75622         * scripts/check-local-headers.sh: Ignore c++ headers.
75624 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
75626         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
75627         __libc_cleanup_region_start argument.
75629 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
75631         [BZ #14784]
75632         [BZ #14785]
75633         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
75634         x * y using scaling, not as x * y + z.
75635         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
75636         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
75637         * math/libm-test.inc (fma_test): Add more tests.
75638         (fma_test_towardzero): Likewise.
75639         (fma_test_downward): Likewise.
75640         (fma_test_upward): Likewise.
75642 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
75644         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
75646 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
75648         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
75649         New variable.
75651 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
75653         * rt/tst-shm.c (worker): Correct checking for mmap failure.
75655 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
75657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
75658         Fix sort order.
75659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
75660         Likewise.
75662 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
75664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
75665         Fix the order of the list for glibc 2.17.
75666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
75667         Likewise.
75669 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
75671         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
75673 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
75675         [BZ #14610]
75676         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
75677         for low part of x being zero before using __atanl (y).
75678         * math/libm-test.inc (atan2_test): Add another test.
75680         * manual/install.texi (Configuring and compiling): Document
75681         general use of test-wrapper and test-wrapper-env.
75682         * INSTALL: Regenerated.
75684         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
75685         (__fma): Do not extract and scale down low bits on after-rounding
75686         systems when result rounded to normal precision would have normal
75687         exponent.
75688         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
75689         (__fmal): Do not extract and scale down low bits on after-rounding
75690         systems when result rounded to normal precision would have normal
75691         exponent.
75692         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
75693         (__fmal): Do not extract and scale down low bits on after-rounding
75694         systems when result rounded to normal precision would have normal
75695         exponent.
75696         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
75697         macro.
75698         (fma_test): Add more tests.
75699         (fma_test_towardzero): Likewise.
75700         (fma_test_downward): Likewise.
75701         (fma_test_upward): Likewise.
75703 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
75705         * sysdeps/i386/tininess.h: Renamed to ...
75706         * sysdeps/x86/tininess.h: This.
75707         * sysdeps/x86_64/tininess.h: Removed.
75709 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
75711         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
75712         input.  Use $(build-program-cmd).
75713         ($(objpfx)tst-array1-static.out): Likewise.
75714         ($(objpfx)tst-array2.out): Likewise.
75715         ($(objpfx)tst-array3.out): Likewise.
75716         ($(objpfx)tst-array4.out): Likewise.
75717         ($(objpfx)tst-array5.out): Likewise.
75718         ($(objpfx)tst-array5-static.out): Likewise.
75720 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
75722         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
75723         if defined.
75725         * nss/nsswitch.h (nss_interface_function): Provide new
75726         macro for use with NSS functions.
75727         * grp/initgroups.c: Use new macro.
75728         * nss/getXXbyYY.c: Likewise.
75729         * nss/getXXbyYY_r.c: Likewise.
75730         * nss/getXXent.c: Likewise.
75731         * nss/getXXent_r.c: Likewise.
75732         * sysdeps/posix/getaddrinfo.c: Likewise.
75734 2012-10-30  Andreas Jaeger  <aj@suse.de>
75736         * po/ru.po: Update Russion translation from translation project.
75738 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
75740         [BZ #14152]
75741         [BZ #14783]
75742         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
75743         result and shift together with sticky bit instead of replicating
75744         round-to-nearest rounding.
75745         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
75746         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
75747         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
75748         missing underflow exceptions.
75749         (fma_test_towardzero): Add more tests.
75750         (fma_test_downward): Likewise.
75751         (fma_test_upward): Likewise.
75753         [BZ #14047]
75754         * sysdeps/generic/tininess.h: New file.
75755         * sysdeps/i386/tininess.h: Likewise.
75756         * sysdeps/sh/tininess.h: Likewise.
75757         * sysdeps/x86_64/tininess.h: Likewise.
75758         * stdlib/tst-strtod-underflow.c: Likewise.
75759         * stdlib/tst-tininess.c: Likewise.
75760         * stdlib/strtod_l.c: Include <tininess.h>.
75761         (round_and_return): Do not set errno for exact underflow cases.
75762         Force an underflow exception when setting errno for underflow.
75763         Determine underflow based on rounding to normal precision if
75764         TININESS_AFTER_ROUNDING.
75765         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
75766         ERANGE for exact underflow cases.
75767         * stdlib/Makefile (tests): Add tst-tininess and
75768         tst-strtod-underflow.
75769         ($(objpfx)tst-tininess): Use $(link-libm).
75770         ($(objpfx)tst-strtod-underflow): Likewise.
75772 2012-10-30  Andreas Jaeger  <aj@suse.de>
75774         [BZ #14767]
75775         * elf/Makefile (tests): Remove conditional for have-initfini-array
75776         since this is now always required and the variable does not exist
75777         anymore.
75778         (tests-static): Likewise.
75779         (modules-names): Likewise.
75781         * po/eo.po: Add Esperanto translation from translation project.
75783         * elf/tst-array1.c (fini_array): Make writeable so that it can be
75784         merged with constructor/destructor.
75785         (init_array): Likewise.
75786         * elf/tst-array2dep.c (fini_array): Likewise.
75787         (init_array): Likewise.
75789 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
75791         * manual/message.texi: Delete @cartouche tags.
75793 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
75795         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
75796         EOPNOTSUPP.
75797         * sysdeps/mach/hurd/fsync.c: Likewise.
75799         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
75800         [_POSIX_REALTIME_SIGNALS]: Change condition to
75801         [_POSIX_REALTIME_SIGNALS > 0].
75803 2012-10-27  Andreas Jaeger  <aj@suse.de>
75805         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
75806         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
75807         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
75808         [__WORDSIZE != 64]: Likewise.
75810 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
75812         *  iconvdata/tst-table.sh: Remove ${SHELL}.
75813         *  iconvdata/tst-tables.sh: Likewise.
75815 2012-10-25  David S. Miller  <davem@davemloft.net>
75817         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
75818         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
75819         of strtoull.
75821         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
75822         ifunc-impl-list.c
75823         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
75824         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
75825         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
75826         file.
75828 2012-10-25  Roland McGrath  <roland@hack.frob.com>
75830         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
75831         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
75832         __getdirentries.
75834 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
75835             Jim Blandy  <jimb@codesourcery.com>
75837         * scripts/cross-test-ssh.sh: New file.
75838         * manual/install.texi (Configuring and compiling): Document use of
75839         cross-test-ssh.sh.
75840         * INSTALL: Regenerated.
75842 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
75844         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
75845         EOPNOTSUPP.
75847 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
75849         * Makeconfig (run-program-prefix): Fix comment.
75851 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
75852             Jim Blandy  <jimb@codesourcery.com>
75854         * Makeconfig (test-wrapper): New variable,
75855         (test-wrapper-env): Likewise.
75856         [$(cross-compiling) = yes && $(test-wrapper) != ""]
75857         (run-built-tests): Define to yes.
75858         (run-program-prefix): Use $(test-wrapper).
75859         (built-program-cmd): Likewise.
75860         * Rules (make-test-out): Use $(test-wrapper-env) and
75861         $(host-built-program-cmd).
75862         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
75863         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
75864         tst-pathopt.sh.
75865         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
75866         $(test-wrapper-env) to tst-rtld-load-self.sh.
75867         ($(objpfx)order2.out): Use $(test-wrapper).
75868         ($(objpfx)tst-initorder.out): Likewise.
75869         ($(objpfx)tst-initorder2.out): Likewise.
75870         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
75871         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
75872         (test_wrapper_env): New variable.  Use it to run ld.so.
75873         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
75874         Use it to run ld.so.
75875         (test_wrapper_env): Likewise.
75876         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
75877         $(test-wrapper) to run-iconv-test.sh.
75878         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
75879         (ICONV): Use $test_wrapper.
75880         * posix/Makefile ($(objpfx)globtest.out): Pass
75881         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
75882         globtest.sh, not $(run-program-prefix).
75883         * posix/globtest.sh (run_via_rtld_prefix): New variable.
75884         (test_wrapper): Likewise.
75885         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
75886         set together with run_via_rtld_prefix.
75887         (run_program_prefix): Define in terms of test_wrapper and
75888         run_via_rtld_prefix.
75890 2012-10-24  Roland McGrath  <roland@hack.frob.com>
75892         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
75893         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
75894         Targets removed.
75896         [BZ #14743]
75897         * include/time.h: Remove librt_hidden_proto (clock_gettime).
75898         Declare __clock_getres, __clock_gettime, __clock_settime,
75899         __clock_nanosleep, and __clock_getcpuclockid.
75900         * rt/clock_gettime.c: Define __clock_gettime as an alias.
75901         Remove librt_hidden_def (clock_gettime).
75902         * sysdeps/unix/clock_gettime.c: Likewise.
75903         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
75904         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
75905         * rt/clock_getres.c: Define __clock_getres as an alias.
75906         * sysdeps/posix/clock_getres.c: Likewise.
75907         * rt/clock_settime.c: Define __clock_settime as an alias.
75908         * sysdeps/unix/clock_settime.c: Likewise.
75909         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
75910         * sysdeps/unix/clock_nanosleep.c: Likewise.
75911         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
75912         * rt/clock-compat.c: New file.
75913         * rt/Makefile (librt-routines): Add clock-compat and move
75914         $(clock-routines) to ...
75915         (routines): ... here, new variable.
75916         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
75917         Don't add get_clockfreq here.
75918         * rt/Versions (libc: GLIBC_2.17): New version set.
75919         Add clock_* symbols here.
75920         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
75921         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
75922         (GLIBC_2.17): Add clock_* symbols.
75923         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
75924         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
75925         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
75926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
75927         Likewise.
75928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
75929         Likewise.
75930         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
75931         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
75932         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
75933         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
75934         * NEWS: Mention the move.
75936         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
75937         Use __open, __read, __close rather than their public counterparts.
75938         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
75939         (__get_clockfreq_via_cpuinfo): Likewise.
75940         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
75941         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
75943         * config.h.in (HAVE_IFUNC): New #undef.
75944         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
75945         was successful.
75946         * configure: Regenerated.
75948 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
75950         * configure.in: Move READELF check to start of file.
75951         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
75952         libc_cv_asm_gnu_indirect_function in the process.
75953         * configure: Regenerated.
75955 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
75957         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
75958         send the output to /dev/null.
75959         (libc_cv_cc_with_libunwind): Likewise.
75960         (libc_cv_as_noexecstack): Likewise.
75961         * configure: Regenerate.
75963 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
75965         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
75967         * posix/globtest.sh (TMPDIR): Do not set.
75968         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
75969         (testout): Likewise.
75971 2012-10-24  Andreas Jaeger  <aj@suse.de>
75973         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
75974         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
75975         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
75976         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
75977         posix_fadvise64, posix_fallocate64.
75979         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
75980         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
75981         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
75982         Likewise.
75983         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
75984         Likewise.
75985         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
75987         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
75988         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
75989         <bits/fcntl-linux.h>.
75990         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
75992         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
75993         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
75994         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
75995         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
75996         [__WORDSIZE != 64]: Likewise.
75998 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
76000         * Makeconfig (run-built-tests): New variable.
76001         * Rules [$(cross-compiling) = yes]: Change condition to
76002         [$(run-built-tests) = no].
76003         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
76004         to [$(run-built-tests) = yes].
76005         * elf/Makefile [$(cross-compiling) = no]: Likewise.
76006         * grp/Makefile [$(cross-compiling) = no]: Likewise.
76007         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
76008         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
76009         * intl/Makefile [$(cross-compiling) = no]: Likewise.
76010         * io/Makefile [$(cross-compiling) = no]: Likewise.
76011         * libio/Makefile [$(cross-compiling) = no]: Likewise.
76012         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
76013         * misc/Makefile [$(cross-compiling) = no]: Likewise.
76014         * posix/Makefile [$(cross-compiling) = no]: Likewise.
76015         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
76016         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
76017         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
76018         * string/Makefile [$(cross-compiling) = no]: Likewise.
76020         * posix/Makefile ($(objpfx)globtest.out): Pass
76021         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
76022         $(rtld-installed-name).
76023         * posix/globtest.sh (elf_objpfx): Remove variable.
76024         (rtld_installed_name): Likewise.
76025         (library_path): Likewise.
76026         (run_program_prefix): New variable.  Use for running globtest
76027         binary.
76029 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
76030             Joseph Myers  <joseph@codesourcery.com>
76032         * Makeconfig (host-built-program-cmd): New variable.
76033         * elf/Makefile (tst-stackguard1-ARGS): Use
76034         $(host-built-program-cmd).
76035         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
76036         (tst-spawn-ARGS): Likewise.
76037         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
76039 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
76040             Jim Blandy  <jimb@codesourcery.com>
76042         * Makeconfig (run-via-rtld-prefix): New variable.
76043         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
76044         (built-program-cmd): Likewise.
76046 2012-10-22  Andreas Jaeger  <aj@suse.de>
76048         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
76049         __O_RSYNC if it exists, otherwise to O_SYNC.
76051 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
76052             Joseph Myers  <joseph@codesourcery.com>
76054         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
76055         /dev/null.
76056         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
76057         from /dev/null
76058         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
76059         /dev/null.
76061 2012-10-22  Andreas Jaeger  <aj@suse.de>
76063         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
76064         Define always.
76065         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
76067         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
76068         bits/fcntl-linux.h.
76070         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
76071         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
76073         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
76074         to __O_LARGEFILE.
76075         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
76076         to __O_LARGEFILE.
76078 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
76079             Joseph Myers  <joseph@codesourcery.com>
76081         * config.make.in (NM): New variable.
76083 2012-10-21  Andreas Jaeger  <aj@suse.de>
76085         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
76086         definitions and declarations that are provided by
76087         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
76089 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
76091         [BZ #14683]
76092         * elf/Makefile (tests-static): Add tst-leaks1-static.
76093         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
76094         ($(objpfx)tst-leaks1-static): New rule.
76095         ($(objpfx)tst-leaks1-static-mem): Likewise.
76096         (tst-leaks1-static-ENV): New macro.
76097         * elf/dl-open.c (dl_open_worker): Check the main application
76098         only if SHARED is defined.
76099         * elf/tst-leaks1-static.c: New file.
76101 2012-10-20  Andreas Jaeger  <aj@suse.de>
76103         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
76104         generic values for Linux.
76105         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
76106         and declarations that are provided by <bits/fcntl-linux.h> and
76107         include <bits/fcntl-linux.h>.
76108         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
76109         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
76111 2012-10-20  Roland McGrath  <roland@hack.frob.com>
76113         * io/fcntl.h: Move include of <bits/types.h> to the top and
76114         include it unconditionally.
76116 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
76118         * wcsmbs/Makefile (tests-ifunc): New variable.
76119         (tests): Add $(tests-ifunc).
76120         * wcsmbs/test-wcschr-ifunc.c: New file.
76121         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
76122         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
76123         * wcsmbs/test-wcslen-ifunc.c: Likewise.
76124         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
76125         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
76127         * string/Makefile (tests-ifunc): New variable.
76128         (tests): Add $(tests-ifunc).
76129         * string/test-memccpy.c (TEST_NAME): New macro.
76130         * string/test-memchr.c (TEST_NAME): Likewise.
76131         * string/test-memcmp.c (TEST_NAME): Likewise.
76132         * string/test-memcpy.c (TEST_NAME): Likewise.
76133         * string/test-memmem.c (TEST_NAME): Likewise.
76134         * string/test-memmove.c (TEST_NAME): Likewise.
76135         * string/test-memset.c (TEST_NAME): Likewise.
76136         * string/test-rawmemchr.c (TEST_NAME): Likewise.
76137         * string/test-stpcpy.c (TEST_NAME): Likewise.
76138         * string/test-stpncpy.c (TEST_NAME): Likewise.
76139         * string/test-strcasecmp.c (TEST_NAME): Likewise.
76140         * string/test-strcasestr.c (TEST_NAME): Likewise.
76141         * string/test-strcat.c (TEST_NAME): Likewise.
76142         * string/test-strchr.c (TEST_NAME): Likewise.
76143         * string/test-strcmp.c(TEST_NAME): Likewise.
76144         * string/test-strcpy.c (TEST_NAME): Likewise.
76145         * string/test-strcspn.c (TEST_NAME): Likewise.
76146         * string/test-strlen.c (TEST_NAME): Likewise.
76147         * string/test-strncasecmp.c (TEST_NAME): Likewise.
76148         * string/test-strncmp.c (TEST_NAME): Likewise.
76149         * string/test-strncpy.c (TEST_NAME): Likewise.
76150         * string/test-strnlen.c (TEST_NAME): Likewise.
76151         * string/test-strpbrk.c (TEST_NAME): Likewise.
76152         * string/test-strrchr.c (TEST_NAME): Likewise.
76153         * string/test-strspn.c (TEST_NAME): Likewise.
76154         * string/test-strstr.c (TEST_NAME): Likewise.
76155         * string/test-bcopy-ifunc.c: New file.
76156         * string/test-bzero-ifunc.c: Likewise.
76157         * string/test-memccpy-ifunc.c: Likewise.
76158         * string/test-memchr-ifunc.c: Likewise.
76159         * string/test-memcmp-ifunc.c: Likewise.
76160         * string/test-memcpy-ifunc.c: Likewise.
76161         * string/test-memmem-ifunc.c: Likewise.
76162         * string/test-memmove-ifunc.c: Likewise.
76163         * string/test-mempcpy-ifunc.c: Likewise.
76164         * string/test-memset-ifunc.c: Likewise.
76165         * string/test-rawmemchr-ifunc.c: Likewise.
76166         * string/test-stpcpy-ifunc.c: Likewise.
76167         * string/test-stpncpy-ifunc.c: Likewise.
76168         * string/test-strcasecmp-ifunc.c: Likewise.
76169         * string/test-strcasestr-ifunc.c: Likewise.
76170         * string/test-strcat-ifunc.c: Likewise.
76171         * string/test-strchr-ifunc.c: Likewise.
76172         * string/test-strchrnul-ifunc.c: Likewise.
76173         * string/test-strcmp-ifunc.c: Likewise.
76174         * string/test-strcpy-ifunc.c: Likewise.
76175         * string/test-strcspn-ifunc.c: Likewise.
76176         * string/test-strlen-ifunc.c: Likewise.
76177         * string/test-strncasecmp-ifunc.c: Likewise.
76178         * string/test-strncat-ifunc.c: Likewise.
76179         * string/test-strncmp-ifunc.c: Likewise.
76180         * string/test-strncpy-ifunc.c: Likewise.
76181         * string/test-strnlen-ifunc.c: Likewise.
76182         * string/test-strpbrk-ifunc.c: Likewise.
76183         * string/test-strrchr-ifunc.c: Likewise.
76184         * string/test-strspn-ifunc.c: Likewise.
76185         * string/test-strstr-ifunc.c: Likewise.
76187         * debug/Makefile (tests-ifunc): New variable.
76188         (tests): Add $(tests-ifunc).
76189         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
76190         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
76191         * debug/test-stpcpy_chk-ifunc.c: New file.
76192         * debug/test-strcpy_chk-ifunc.c: Likewise.
76194 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
76196         [BZ #13601]
76197         * elf/dl-load.c (open_verify): Retry read if the entire ELF
76198         header is not read in.
76200 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
76202         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
76203         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
76204         directly.  Pass built executable to script as
76205         $(built-program-cmd).
76206         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
76207         $testprogram without using LD_LIBRARY_PATH and $ldso.
76209         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
76210         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
76211         $(rtld-installed-name).
76212         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
76213         (rtld_installed_name): Likewise.
76214         (library_path): Likewise.
76215         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
76216         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
76217         $(run-program-prefix) to tst-tables.sh.
76218         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
76219         it to run tst-table-from and tst-table-to.
76220         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
76221         Pass it to tst-table.sh.
76222         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
76223         $(run-program-prefix) to tst-gettext.sh.
76224         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
76225         tst-translit.sh.
76226         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
76227         tst-gettext2.sh.
76228         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
76229         to run tst-gettext.
76230         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
76231         to run tst-gettext2.
76232         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
76233         to run tst-translit.
76234         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
76235         $(run-program-prefix) to tst-mtrace.sh.
76236         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
76237         to run tst-mtrace.
76238         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
76239         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
76240         $(rtld-installed-name).
76241         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
76242         (rtld_installed_name): Likewise.
76243         (run_program_prefix): New variable.  Use it to run wordexp-test.
76245         * Makeconfig (ARCH): Remove all definitions.
76246         (machine): Likewise.
76247         [ARCH]: Remove conditional code.
76248         [!objdir]: Give error.
76249         [!objdir] (objpfx): Remove.
76250         [!objdir] (common-objpfx): Likewise.
76251         [!objdir] (common-objdir): Likewise.
76252         * configure.in (config_makefile): Remove.  Hardcode Makefile in
76253         AC_CONFIG_FILES call.
76254         * configure: Regenerated.
76256         [BZ #13888]
76257         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
76258         or TMPDIR.
76259         (testout): Likewise.
76261         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
76262         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
76263         $(rtld-installed-name).
76264         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
76265         (rtld_installed_name): Likewise.
76266         (runit): Remove function.
76267         (run_getconf): New variable,  Use it for running getconf binary.
76269 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
76271         [BZ #14716]
76272         * string/test-memmem.c (check_result): New function.
76273         (do_one_test): Use it.
76274         (check1): New function.
76275         (test_main): Use it.
76277 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
76279         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
76281 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
76283         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
76284         (_G_LSEEK64): Likewise.
76285         (_G_MMAP64): Likewise.
76286         (_G_FSTAT64): Likewise.
76287         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
76288         (_G_LSEEK64): Likewise.
76289         (_G_MMAP64): Likewise.
76290         (_G_FSTAT64): Likewise.
76291         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
76292         unconditional.  Call __mmap64 directly.
76293         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
76294         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
76295         __lseek64 directly.
76296         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
76297         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
76298         __mmap64 directly.
76299         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
76300         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
76301         __lseek64 directly.
76302         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
76303         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
76304         __lseek64 directly.
76305         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
76306         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
76307         __lseek64 directly.
76308         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
76309         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
76310         __fxstat64 directly.
76311         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
76312         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
76313         unconditional.
76314         (freopen64) [!_G_OPEN64]: Remove conditional code.
76315         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
76316         unconditional.
76317         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
76318         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
76319         unconditional.
76320         (ftello64) [!_G_LSEEK64]: Remove conditional code.
76321         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
76322         unconditional.
76323         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
76324         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
76325         unconditional.
76326         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
76327         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
76328         unconditional.
76329         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
76330         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
76331         unconditional.
76332         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
76333         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
76334         unconditional.
76335         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
76337 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
76339         [BZ #12140]
76340         * manual/memory.texi (Malloc Tunable Parameters): Add note
76341         about free list pointers overwriting some perturb bytes.
76342         Wording suggested by Roland McGrath.
76344 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
76346         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
76347         (lgamma_test): Likewise.
76348         (tgamma_test): Likewise.
76350 2012-10-16  Florian Weimer  <fweimer@redhat.com>
76352         [BZ #14700]
76353         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
76354         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
76356 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
76358         * NEWS: Mention BZ #14716.
76359         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
76360         when removing AVAILABLE1_USES_J macro.
76362 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
76364         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
76365         (__bswap_64): __uint64_t for unsigned 64-bit int.
76367 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
76369         * include/string.h (memmem): Declare libc hidden alias.
76370         * string/memmem.c (memmem): Define libc hidden alias.
76371         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
76372         __read, __close instead of open, read, close.
76374 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
76376         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
76377         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
76378         global and hidden.
76379         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
76380         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
76381         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
76382         Likewise.
76383         (__rawmemchr_sse2): Likewise.
76384         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
76385         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
76386         (__strchr_sse2): Likewise.
76387         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
76388         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
76389         (__strcasecmp_sse2): Likewise.
76390         (__strncasecmp_sse2): Likewise.
76391         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
76392         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
76393         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
76394         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
76395         (__strrchr_sse2): Likewise.
76396         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
76397         ifunc-impl-list.c.
76398         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
76399         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
76400         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
76401         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
76402         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
76403         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
76404         * sysdeps/x86_64/multiarch/memset.S: Likewise.
76405         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
76406         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
76407         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
76408         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
76409         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
76410         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
76411         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
76412         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
76413         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
76414         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
76415         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
76416         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
76417         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
76418         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
76419         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
76420         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
76421         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
76422         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
76423         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
76424         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
76425         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
76426         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
76427         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
76429         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
76430         global and hidden.
76431         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
76432         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
76433         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
76434         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
76435         Likewise.
76436         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
76437         Likewise.
76438         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
76439         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
76440         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
76441         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
76442         ifunc-impl-list.c.
76443         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
76444         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
76445         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
76446         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
76447         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
76448         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
76449         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
76450         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
76451         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
76452         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
76453         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
76454         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
76455         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
76456         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
76457         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
76458         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
76459         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
76460         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
76461         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
76462         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
76463         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
76464         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
76465         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
76466         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
76467         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
76468         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
76469         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
76470         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
76471         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
76472         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
76473         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
76474         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
76475         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
76476         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
76477         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
76478         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
76479         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
76480         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
76481         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
76482         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
76483         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
76485         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
76486         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
76487         * include/ifunc-impl-list.h: New file.
76488         * misc/ifunc-impl-list.c: Likewise.
76489         * misc/Makefile (routines): Add ifunc-impl-list.
76490         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
76491         * string/test-string.h: Include <ifunc-impl-list.h>.
76492         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
76493         TEST_NAME]: New variables.
76494         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
76495         are defined.
76496         (test_init): Call __libc_ifunc_impl_list to initialize
76497         func_list if TEST_IFUNC and TEST_NAME are defined.
76499         * string/Makefile (strop-tests): Add bcopy and bzero.
76500         * string/test-bcopy.c: New file.
76501         * string/test-bzero.c: Likewise.
76502         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
76503         defined.
76504         * string/test-memset.c: Support bzero test if TEST_BZERO is
76505         defined.
76506         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
76507         __libc_memmove.
76508         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
76509         __libc_memset.
76510         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
76511         of memset.
76513 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
76515         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
76516         * configure: Regenerated.
76518         * Makeconfig (+link-static-before-libc): Don't include
76519         $(link-static-libc).
76521         * libio/libio.h (_IO_pos_t): Remove.
76523 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
76525         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
76526         McGrath.
76528 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
76530         * crypt/crypt-entry.c: Include fips-private.h.
76531         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
76532         * crypt/md5c-test.c (main): Tolerate disabled MD5.
76533         * sysdeps/unix/sysv/linux/fips-private.h: New file.
76534         * sysdeps/generic/fips-private.h: New file, dummy fallback.
76536 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
76538         * crypt/crypt-private.h: Include stdbool.h.
76539         (_ufc_setup_salt_r): Return bool.
76540         * crypt/crypt-entry.c: Include errno.h.
76541         (__crypt_r): Return NULL with EINVAL for bad salt.
76542         * crypt/crypt_util.c (bad_for_salt): New.
76543         (_ufc_setup_salt_r): Check that salt is long enough and within
76544         the specified alphabet.
76545         * crypt/badsalttest.c: New file.
76546         * crypt/Makefile (tests): Add it.
76547         ($(objpfx)badsalttest): New.
76549 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
76551         * NEWS: Add entry for BZ #14602.
76553 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
76555         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
76556         type-generic.
76557         * math/libm-test.inc: Update comment listing what functions and
76558         macros are tested.
76559         (isgreater_test): New function.
76560         (isgreaterequal_test): Likewise.
76561         (isless_test): Likewise.
76562         (islessequal_test): Likewise.
76563         (islessgreater_test): Likewise.
76564         (isunordered_test): Likewise.
76565         (main): Call the new functions.
76567 2012-10-09  Roland McGrath  <roland@hack.frob.com>
76569         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
76570         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
76571         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
76572         * sysdeps/i386/configure: Regenerated.
76573         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
76574         * sysdeps/mach/configure: Regenerated.
76575         * sysdeps/mach/hurd/configure: Regenerated.
76576         * sysdeps/powerpc/configure: Regenerated.
76577         * sysdeps/powerpc/powerpc32/configure: Regenerated.
76578         * sysdeps/powerpc/powerpc64/configure: Regenerated.
76579         * sysdeps/s390/s390-32/configure: Regenerated.
76580         * sysdeps/s390/s390-64/configure: Regenerated.
76581         * sysdeps/sh/configure: Regenerated.
76582         * sysdeps/sparc/configure: Regenerated.
76583         * sysdeps/unix/sysv/linux/configure: Regenerated.
76584         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
76585         * sysdeps/x86_64/configure: Regenerated.
76587         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
76588         defined.  Don't check if MAP is NULL.
76590 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
76592         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
76593         (_G_stat64): Likewise.
76594         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
76595         (_G_stat64): Likewise.
76596         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
76597         instead of struct _G_stat64.
76598         * libio/fileops.c (mmap_remap_check): Likewise.
76599         (decide_maybe_mmap): Likewise.
76600         (_IO_new_file_seekoff): Likewise.
76601         (_IO_file_stat): Likewise.
76602         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
76603         _G_off64_t.
76604         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
76605         instead of struct _G_stat64.
76606         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
76608 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
76610         [BZ #14602]
76611         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
76612         Replace with ...
76613         (CHECK_EOL): New macro.
76614         (two_way_short_needle): Check beginning of haystack for EOL.  Use
76615         CHECK_EOL.
76616         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
76617         Replace with CHECK_EOL.
76618         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
76619         Replace with CHECK_EOL.
76621 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
76623         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
76624         type-generic.
76625         * math/libm-test.inc: Update comment listing what functions and
76626         macros are tested.
76627         (finite_test): New function.
76628         (isinf_test): Likewise.
76629         (isnan_test): Likewise.
76630         (fpclassify_test): Test subnormal input.
76631         (isfinite_test): Likewise.
76632         (isnormal_test): Likewise.
76633         (main): Call the new functions.
76635 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
76637         [BZ #14660]
76638         * Makerules (%.dynsym): Force C locale when running
76639         $(OBJDUMP) --dynamic-syms.
76641 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
76643         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
76644         <stdint.h>.
76646 2012-10-06  David S. Miller  <davem@davemloft.net>
76648         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
76649         upper 32-bits of the length value in %o2 since we use branch-on-register
76650         tests which consider the entire 64-bit register.
76652 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
76654         * string/test-strstr.c (check2): Add a test for page boundary.
76656 2012-10-05  David S. Miller  <davem@davemloft.net>
76658         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
76659         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
76660         file.
76661         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
76662         sysdep_routines.
76663         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
76664         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
76665         and bzero when HWCAP_SPARC_CRYPTO is present.
76667 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
76669         [BZ #14602]
76670         * string/test-strstr.c (check2): New function.
76671         (test_main): Call check2.
76673         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
76674         and bug-strchr1.
76675         * string/bug-strcasestr1.c (do_test): Moved to ...
76676         * string/test-strcasestr.c (check1): Here.  New function.
76677         (do_one_test): Break out result checking code into ...
76678         (check_result): This.  New function.
76679         (do_one_test): Call check_result.
76680         (test_main): Call check1.
76681         * string/bug-strchr1.c (do_test): Moved to ...
76682         * string/test-strchr.c (check1): Here.  New function.
76683         (do_one_test): Break out result checking code into ...
76684         (check_result): This.  New function.
76685         (do_one_test): Call check_result.
76686         (test_main): Call check1.
76687         * string/bug-strstr1.c (main): Moved to ...
76688         * string/test-strstr.c (check1): Here.  New function.
76689         (do_one_test): Break out result checking code into ...
76690         (check_result): This.  New function.
76691         (do_one_test): Call check_result.
76692         (test_main): Call check1.
76693         * string/bug-strcasestr1.c: Removed.
76694         * string/bug-strchr1.c: Likewise.
76695         * string/bug-strstr1.c: Likewise.
76697         * elf/Makefile (dl-routines): Add hwcaps.
76698         * elf/dl-support.c (_dl_important_hwcaps): Removed.
76699         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
76700         (_dl_important_hwcaps): Moved to ...
76701         * elf/dl-hwcaps.c: Here.  New file.
76702         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
76704         [BZ #14557]
76705         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
76706         if IS_IN_rtld isn't defined.
76708         * elf/dl-support.c (_dl_sysinfo_map): New.
76709         Include "get-dynamic-info.h" and "setup-vdso.h".
76710         (_dl_non_dynamic_init): Call setup_vdso.
76711         * elf/dynamic-link.h: Don't include <assert.h>.
76712         (elf_get_dynamic_info): Moved to ...
76713         * elf/get-dynamic-info.h: Here.  New file.
76714         * elf/dynamic-link.h: Include "get-dynamic-info.h".
76715         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
76716         * elf/setup-vdso.h: Here.  New file.
76717         * elf/rtld.c: Include "setup-vdso.h".
76718         (dl_main): Call setup_vdso.
76720 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
76722         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
76723         creal in comment listing functions tested.  List finite, isinf,
76724         isnan, isless, islessequal, isgreater, isgreaterequal,
76725         islessgreater, isunordered, lgamma_r and pow10 as functions and
76726         macros not tested.  Mention which functions not tested are aliases
76727         for other functions.  Fix typo.  Note that signs of NaNs are not
76728         tested.
76730         * scripts/config.guess: Update from config.git.
76731         * scripts/config.sub: Likewise.
76733 2012-10-04  Roland McGrath  <roland@hack.frob.com>
76735         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
76736         * misc/madvise.c (madvise): Renamed to __madvise.
76737         Make madvise a weak alias.
76738         * include/sys/mman.h: Declare __madvise.
76739         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
76740         * sysdeps/unix/syscalls.list
76741         (madvise): Make __madvise the strong name, and madvise a weak alias.
76742         * sysdeps/unix/sysv/linux/syscalls.list
76743         (madvise, mmap): Remove redundant entries.
76744         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
76745         * malloc/malloc.c (mtrim): Likewise.
76746         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
76748 2012-10-03  Roland McGrath  <roland@hack.frob.com>
76750         * sysdeps/mach/hurd/dl-cache.c: File removed.
76751         * config.h.in (USE_LDCONFIG): New #undef.
76752         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
76753         * configure: Regenerated.
76754         * elf/Makefile (dl-routines): Add dl-cache only under
76755         [$(use-ldconfig) = yes].
76756         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
76757         cache on [USE_LDCONFIG].
76758         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
76759         [USE_LDCONFIG].
76760         * elf/rtld.c (dl_main): Likewise.
76762 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
76764         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
76765         _SC_LEVEL4_CACHE_LINESIZE.
76767 2012-10-03  Roland McGrath  <roland@hack.frob.com>
76769         * sysdeps/unix/bsd/confstr.h: File removed.
76771 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
76773         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
76774         sys/sdt-config.h.
76776 2012-10-02  Roland McGrath  <roland@hack.frob.com>
76778         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
76779         Make 'mapoff' field ElfW(Off) rather than off_t.
76781 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
76783         * nscd/Makefile: Remove nscd-cflags and all its users.
76784         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
76785         (CFLAGS-nonlib): Add compiler flags for nscd modules.
76787         [BZ #10631]
76788         * malloc.c (malloc_printerr): Clarify error message.
76790 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
76792         [BZ #14648]
76793         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
76794         Set bit_FMA_Usable if FMA is supported.
76795         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
76796         macro.
76797         (bit_FMA4_Usable): Updated.
76798         (index_FMA_Usable): New macro.
76799         (CPUID_FMA): Likewise.
76800         (HAS_FMA): Defined with bit_FMA_Usable.
76802 2012-10-01  Roland McGrath  <roland@hack.frob.com>
76804         * bits/types.h (__swblk_t): Type removed.
76805         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
76806         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
76807         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
76808         (__SWBLK_T_TYPE): Likewise.
76809         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
76810         (__SWBLK_T_TYPE): Likewise.
76811         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
76812         (__SWBLK_T_TYPE): Likewise.
76813         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
76814         (__SWBLK_T_TYPE): Likewise.
76816 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
76817             Honza Horak <hhorak@redhat.com>
76819         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
76820         (xdr_mapname): Use YPMAXMAP as maxsize.
76821         (xdr_peername): Use YPMAXPEER as maxsize.
76822         (xdr_keydat): Use YPAXRECORD as maxsize.
76823         (xdr_valdat): Use YPMAXRECORD as maxsize.
76825 2012-10-01  Roland McGrath  <roland@hack.frob.com>
76827         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
76829         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
76830         * csu/init-first.c: ... here.
76831         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
76832         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
76833         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
76834         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
76835         * sysdeps/i386/init-first.c: File removed.
76836         * sysdeps/sh/init-first.c: File removed.
76838 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
76840         [BZ #14645]
76841         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
76842         if x * y might underflow to zero and z is zero.
76843         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
76844         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
76845         * math/libm-test.inc (min_subnorm_value): New variable.
76846         (fma_test): Add more tests.
76847         (fma_test_towardzero): Likewise.
76848         (fma_test_downward): Likewise.
76849         (fma_test_upward): Likewise.
76850         (initialize): Set min_subnorm_value.
76852 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
76854         [BZ #14638]
76855         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
76856         0 + 0.
76857         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
76858         mode for addition resulting in exact zero.
76859         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
76860         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
76861         exact 0 + 0.
76862         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
76863         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
76864         * math/libm-test.inc (fma_test): Add more tests.
76865         (fma_test_towardzero): New function.
76866         (fma_test_downward): Likewise.
76867         (fma_test_upward): Likewise.
76868         (main): Call the new functions.
76870 2012-09-28  David S. Miller  <davem@davemloft.net>
76872         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
76874 2012-09-28  Roland McGrath  <roland@hack.frob.com>
76876         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
76877         instead of SIGALRM.
76879         * sysdeps/gnu/_G_config.h: Moved to ...
76880         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
76881         * sysdeps/mach/hurd/_G_config.h: Moved to ...
76882         * sysdeps/generic/_G_config.h: ... here.
76884         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
76886         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
76888         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
76889         Conditionalize target on [libnss_test1.so-version].
76891         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
76893         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
76894         (elfobjdir): Move out of conditionals.
76896         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
76897         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
76898         (__nss_lookup_function): Conditionalize label remove_from_tree on
76899         [!DO_STATIC_NSS || SHARED], matching its only use.
76901 2012-09-28  David S. Miller  <davem@davemloft.net>
76903         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
76904         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
76905         file.
76906         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
76907         sysdep_routines.
76908         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
76909         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
76910         when HWCAP_SPARC_CRYPTO is present.
76912 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
76914         * io/tst-mknodat.c: Create a FIFO instead of a socket.
76916 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
76918         [BZ #6530]
76919         * stdio-common/vfprintf.c (process_string_arg): Revert
76920         2000-07-22 change.
76922 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
76924         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
76925         for testcase.
76926         * stdio-common/tst-sprintf.c: Include <locale.h>
76927         (main): Test sprintf's handling of incomplete multibyte
76928         characters.
76930 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
76932         * elf/dl-runtime.c (VERSYMIDX): Removed.
76933         * elf/dl-version.c (VERSYMIDX): Likewise.
76934         * elf/do-rel.h (VERSYMIDX): Likewise.
76935         (VALIDX): Likewise.
76936         * elf/dynamic-link.h (VERSYMIDX): Likewise.
76937         * elf/rtld.c (VALIDX): Likewise.
76938         (ADDRIDX): Likewise.
76939         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
76940         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
76941         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
76942         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
76943         (VALIDX): Likewise.
76944         (ADDRIDX): Likewise.
76946 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
76948         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
76950 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
76952         [BZ #11438]
76953         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
76954         to global scope.
76955         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
76956         addresses are in the same scope as 192.0.2/24.
76957         * posix/gai.conf: Document new scope table defaults.
76959 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
76961         [BZ #5298]
76962         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
76963         for ftell.  Compute offsets from write pointers instead.
76964         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
76966 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
76968         [BZ #14543]
76969         * libio/Makefile (tests): New test case tst-fseek.
76970         * libio/tst-fseek.c: New test case to verify that fseek/ftell
76971         combination works in wide mode.
76972         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
76973         state when the external buffer state changes.
76975 2012-09-27  David S. Miller  <davem@davemloft.net>
76977         [BZ #14376]
76978         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
76979         pass reloc->r_addend in as the 'high' argument to
76980         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
76982         * sysdeps/sparc/fpu/libm-test-ulps: Update.
76984 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
76986         * rt/tst-aio2.c: Include <pthread.h>.
76987         * rt/tst-aio3.c: Likewise.
76989 2012-09-27  Steve Ellcey  <sellcey@mips.com>
76991         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
76993 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
76995         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
76996         contents on [SHARED].
76998 2012-09-26  Marek Polacek  <polacek@redhat.com>
77000         [BZ #14530]
77001         [BZ #13741]
77002         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
77003         for C++ and GCC <4.3 as well as for non GCC compilers.
77005 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
77007         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
77009 2012-09-25  Roland McGrath  <roland@hack.frob.com>
77011         * Makefile.in (all, install): Declare with .PHONY.
77012         Reported by Michael Hope <michael.hope@linaro.org>.
77014 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
77016         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
77017         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
77018         system header.
77019         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
77020         Likewise.
77021         (sydep_routines): Add the new and the internal functions.
77022         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
77023         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
77024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
77025         (GLIBC_2.17): Add the new function.
77026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
77027         (GLIBC_2.17): Likewise.
77028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
77029         (GLIBC_2.17): Likewise.
77030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
77031         (GLIBC_2.17): Likewise.
77032         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
77034 2012-09-25  Alan Modra  <amodra@gmail.com>
77036         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
77037         Add release barrier before setting once_control to say
77038         initialisation is done.  Add hints on lwarx.  Use macro in
77039         place of isync.
77040         (clear_once_control): Add release barrier.
77042 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
77044         [BZ #13629]
77045         * math/s_clog.c (__clog): Handle more values close to |z| = 1
77046         specially.
77047         * math/s_clog10.c (__clog10): Likewise.
77048         * math/s_clog10f.c (__clog10f): Likewise.
77049         * math/s_clog10l.c (__clog10l): Likewise.
77050         * math/s_clogf.c (__clogf): Likewise.
77051         * math/s_clogl.c (__clogl): Likewise.
77052         * math/Makefile (libm-calls): Add x2y2m1.
77053         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
77054         (__x2y2m1): Likewise.
77055         (__x2y2m1l): Likewise.
77056         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
77057         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
77058         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
77059         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
77060         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
77061         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
77062         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
77063         * sysdeps/i386/fpu/libm-test-ulps: Update.
77064         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
77066         [BZ #14621]
77067         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
77068         int as type of variable DEPTH.
77069         (glob): Use size_t instead of int as type of variables NEWCOUNT
77070         and OLD_PATHC.
77072 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
77074         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
77075         Add s_sincosf-sse2.
77076         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
77077         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
77078         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
77079         macros for using routine as __sincosf_ia32.
77080         Use macro for function declaration and weak_alias.
77081         * sysdeps/i386/fpu/libm-test-ulps: Update.
77083         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
77084         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
77086         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
77087         subnormal argument.
77088         * math/s_cexpf.c (__cexpf): Likewise.
77089         * math/s_csinf.c (__csinf): Likewise.
77090         * math/s_csinhf.c (__csinhf): Likewise.
77091         * math/s_ctanf.c (__ctanf): Likewise.
77092         * math/s_ctanhf.c (__ctanhf): Likewise.
77093         * math/s_ccosh.c (__ccoshf): Likewise.
77094         * math/s_cexp.c (__cexpl): Likewise.
77095         * math/s_csin.c (__csin): Likewise.
77096         * math/s_csinh.c (__csinh): Likewise.
77097         * math/s_ctan.c (__ctan): Likewise.
77098         * math/s_ctanh.c (ctanh): Likewise.
77099         * math/s_ccoshl.c (__ccoshl): Likewise.
77100         * math/s_cexpl.c (__cexpl): Likewise.
77101         * math/s_csinl.c (__csinl): Likewise.
77102         * math/s_csinhl.c (__csinhl): Likewise.
77103         * math/s_ctanl.c (__ctanl): Likewise.
77104         * math/s_ctanhl.c (__ctanhl): Likewise.
77106 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
77108         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
77109         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
77110         (_IO_off_t): Define to __off_t, not _G_off_t.
77111         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
77112         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
77113         (_IO_wint_t): Define to wint_t, not _G_wint_t.
77114         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
77115         type of __dummy and __dummy2 fields.
77116         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
77117         (_G_ssize_t): Likewise.
77118         (_G_off_t): Likewise.
77119         (_G_pid_t): Likewise.
77120         (_G_uid_t): Likewise.
77121         (_G_wchar_t): Likewise.
77122         (_G_wint_t): Likewise.
77123         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
77124         (_G_ssize_t): Likewise.
77125         (_G_off_t): Likewise.
77126         (_G_pid_t): Likewise.
77127         (_G_uid_t): Likewise.
77128         (_G_wchar_t): Likewise.
77129         (_G_wint_t): Likewise.
77130         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
77131         (_G_ssize_t): Likewise.
77132         (_G_off_t): Likewise.
77133         (_G_pid_t): Likewise.
77134         (_G_uid_t): Likewise.
77135         (_G_wchar_t): Likewise.
77136         (_G_wint_t): Likewise.
77138 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
77140         * malloc/arena.c: Include malloc-sysdep.h.
77141         (shrink_heap): Use check_may_shrink_heap to decide if madvise
77142         is sufficient to shrink the heap or an unmap is needed.
77143         * sysdeps/generic/malloc-sysdep.h: New file.  Define
77144         new function check_may_shrink_heap.
77145         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
77146         new function check_may_shrink_heap.
77148 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
77150         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
77151         comments.
77153 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
77155         * catgets/test-gencat.sh: Add "set -e".
77156         * elf/tst-pathopt.sh: Likewise.
77157         * grp/tst_fgetgrent.sh: Likewise.
77158         * iconvdata/run-iconv-test.sh: Likewise.
77159         * intl/tst-gettext.sh: Likewise.
77160         * intl/tst-gettext2.sh: Likewise.
77161         * intl/tst-gettext4.sh: Likewise.
77162         * intl/tst-gettext6.sh: Likewise.
77163         * intl/tst-translit.sh: Likewise.
77164         * io/ftwtest-sh: Likewise.
77165         * libio/test-freopen.sh: Likewise.
77166         * malloc/tst-mtrace.sh: Likewise.
77167         * posix/globtest.sh: Likewise.
77168         * posix/tst-getconf.sh: Likewise.
77169         * posix/wordexp-tst.sh: Likewise.
77170         * stdio-common/tst-printf.sh: Likewise.
77171         * stdio-common/tst-unbputc.sh: Likewise.
77172         * stdlib/tst-fmtmsg.sh: Likewise.
77173         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
77174         * catgets/Makefile: Do not specify -e option when running
77175         testsuite shell scripts.
77176         * elf/Makefile: Likewise.
77177         * grp/Makefile: Likewise.
77178         * iconvdata/Makefile: Likewise.
77179         * intl/Makefile: Likewise.
77180         * io/Makefile: Likewise.
77181         * libio/Makefile: Likewise.
77182         * malloc/Makefile: Likewise.
77183         * posix/Makefile: Likewise.
77184         * stdio-common/Makefile: Likewise.
77185         * stdlib/Makefile: Likewise.
77186         * sysdeps/x86_64/Makefile: Likewise.
77188         * io/ftwtest-sh: Add copyright header.
77189         * posix/globtest.sh: Likewise.
77190         * posix/tst-getconf.sh: Likewise.
77191         * posix/wordexp-tst.sh: Likewise.
77192         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
77194 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
77196         [BZ #13679]
77197         * Makeconfig (+link): Defined as $(+link-static) if
77198         $(build-shared) isn't yes.
77199         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
77200         isn't yes.
77201         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
77203         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
77205         [BZ #14562]
77206         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
77207         new chunk size with MALLOC_ALIGN_MASK.
77209 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
77211         [BZ #5044]
77212         * stdio-common/printf_fphex.c: Include <stdbool.h> and
77213         <rounding-mode.h>.
77214         (__printf_fphex): Determine rounding using get_rounding_mode and
77215         round_away.
77216         * stdio-common/tst-printf-round.c (struct hex_test): New
77217         structure.
77218         (hex_tests): New variable.
77219         (test_hex_in_one_mode): New function.
77220         (do_test): Also run tests for hex float output.
77222 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
77224         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
77225         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
77226         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
77227         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
77228         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
77229         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
77230         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
77231         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
77233 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
77235         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
77236         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
77237         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
77238         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
77240 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
77242         [BZ #14579]
77243         * elf/rtld.c (dl_main): Limit the check for self loading to normal
77244         mode only.
77245         * elf/tst-rtld-load-self.sh: New test.
77246         * elf/Makefile: Run it.
77248 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
77250         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
77251         (tst-writev-ENV): Remove.
77252         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
77254 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
77256         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
77258 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
77260         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
77261         unconditional.
77262         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
77263         Likewise.
77264         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
77265         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
77266         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
77267         Likewise.
77269 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
77271         [BZ #14587]
77272         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
77273         * config.make.in (have-cpp-asm-debuginfo): Removed.
77274         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
77275         * configure: Regenerated.
77277 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
77279         [BZ #5044]
77280         * stdio-common/printf_fp.c: Include <stdbool.h> and
77281         <rounding-mode.h>.
77282         (___printf_fp): Determine rounding using get_rounding_mode and
77283         round_away.
77284         * stdio-common/tst-printf-round.c: New file.
77285         * stdio-common/Makefile (tests): Add tst-printf-round.
77286         (link-libm): New variable.
77287         ($(objpfx)tst-printf-round): Depend in $(link-libm).
77289 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
77291         [BZ #14576]
77292         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
77293         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
77294         Likewise.
77295         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
77296         Likewise.
77298 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
77300         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
77301         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
77302         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
77303         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
77305 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
77307         [BZ #14518]
77308         * include/rounding-mode.h: New file.
77309         * sysdeps/generic/get-rounding-mode.h: Likewise.
77310         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
77311         * stdlib/strtod_l.c: Include <rounding-mode.h>.
77312         (MAX_VALUE): New macro.
77313         (MIN_VALUE): Likewise.
77314         (overflow_value): New function.
77315         (underflow_value): Likewise.
77316         (round_and_return): Use overflow_value and underflow_value to
77317         determine return values in overflow and underflow cases.  Use
77318         round_away to determine rounding depending on rounding mode.
77319         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
77320         determine return values in overflow and underflow cases.
77321         * stdlib/tst-strtod-round.c: Include <fenv.h>.
77322         (struct test_results): New structure.
77323         (struct test): Use struct test_results to store expected results
77324         for all rounding modes.
77325         (TEST): Include expected results for all rounding modes.
77326         (test_in_one_mode): New function.
77327         (do_test): Use test_in_one_mode to compute and check results.
77328         Check results for all rounding modes.
77329         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
77330         $(link-libm).
77332 2012-12-09  Allan McRae  <allan@archlinux.org>
77334         * sysdeps/i386/fpu/libm-test-ulps: Update
77336 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
77338         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
77339         (_G_int32_t): Likewise.
77340         (_G_uint16_t): Likewise.
77341         (_G_uint32_t): Likewise.
77342         (_G_HAVE_BOOL): Likewise.
77343         (_G_HAVE_ATEXIT): Likewise.
77344         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
77345         (_G_HAVE_IO_FILE_OPEN): Likewise.
77346         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
77347         (_G_int32_t): Likewise.
77348         (_G_uint16_t): Likewise.
77349         (_G_uint32_t): Likewise.
77350         (_G_HAVE_BOOL): Likewise.
77351         (_G_HAVE_ATEXIT): Likewise.
77352         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
77353         (_G_HAVE_IO_FILE_OPEN): Likewise.
77354         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
77355         (_G_int32_t): Likewise.
77356         (_G_uint16_t): Likewise.
77357         (_G_uint32_t): Likewise.
77358         (_G_HAVE_BOOL): Likewise.
77359         (_G_HAVE_ATEXIT): Likewise.
77360         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
77361         (_G_HAVE_IO_FILE_OPEN): Likewise.
77363 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
77365         * csu/libc-tls.c: Update copyright years.
77367 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
77369         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
77370         [!_G_USING_THUNKS]: Remove conditional code.
77371         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
77372         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
77374         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
77375         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
77376         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
77377         (_G_VTABLE_LABEL_PREFIX): Likewise.
77378         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
77379         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
77380         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
77381         (_G_VTABLE_LABEL_PREFIX): Likewise.
77382         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
77383         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
77384         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
77385         (_G_VTABLE_LABEL_PREFIX): Likewise.
77386         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
77388 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
77390         * libio/Makefile: Include ../Makeconfig before tests.
77391         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
77392         only if $(build-shared) is yes.
77394         * iconv/gconv_db.c: Update copyright years.
77396 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
77398         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
77399         unwind info if defined PIC. Fix special cases description.
77400         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
77402         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
77403         DP_HI_MASK entry.
77404         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
77406 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
77408         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
77410         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
77411         is NULL.
77413         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
77414         (LDLIBS-tst-chk4): This.
77415         (LDFLAGS-tst-chk5): Renamed to ...
77416         (LDLIBS-tst-chk5): This.
77417         (LDFLAGS-tst-chk6): Renamed to ...
77418         (LDLIBS-tst-chk6): This.
77419         (LDFLAGS-tst-lfschk4): Renamed to ...
77420         (LDLIBS-tst-lfschk4): This.
77421         (LDFLAGS-tst-lfschk5): Renamed to ...
77422         (LDLIBS-tst-lfschk5): This.
77423         (LDFLAGS-tst-lfschk6): Renamed to ...
77424         (LDLIBS-tst-lfschk6): This.
77426         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
77427         on $(common-objpfx)soversions.mk.
77429 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
77431         [BZ #10014]
77432         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
77433         example host name.
77435 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
77437         * malloc/arena.c (arena_get_retry): New function that gets
77438         another arena for the caller to try its request on.
77439         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
77440         current arena cannot fulfill the request.
77441         (__libc_memalign): Likewise.
77442         (__libc_memalign): Likewise.
77443         (__libc_pvalloc): Likewise.
77444         (__libc_calloc): Likewise.
77446 2012-09-05  John Tobey  <john.tobey@gmail.com>
77448         [BZ #13542]
77449         * manual/arith.texi (Operations on Complex): Fix description
77450         of carg branch cut.
77452 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
77454         [BZ #10014]
77455         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
77456         host name.
77458         [BZ #10038]
77459         * manual/memory.texi (Memory): Make order of menu items match
77460         order of sections.
77462 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
77464         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
77465         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
77466         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
77468 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
77470         * csu/libc-tls.c (static_dtv): Renamed to ...
77471         (_dl_static_dtv): This.  Make it global.
77472         (_dl_initial_dtv): Removed.
77473         (__libc_setup_tls): Updated.
77474         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
77475         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
77476         DL_INITIAL_DTV.
77478 2012-09-06  Petr Machata  <pmachata@redhat.com>
77480         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
77481         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
77482         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
77483         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
77485 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
77487         [BZ #14545]
77488         * csu/libc-tls.c (_dl_initial_dtv): New variable.
77489         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
77490         freeing dtv[-1].
77492 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
77494         [BZ #14544]
77495         * Makeconfig (link-static-before-libc): Replace $(+prector)
77496         with $(+prectorT).
77497         (link-static-after-libc): Replace $(+postctor) with
77498         $(+postctorT).
77499         (link-bounded): Replace $(+prector)/$(+postctor) with
77500         $(+prectorT)/$(+postctorT).
77501         (+prectorT): New macro.
77502         (+postctorT): Likewise.
77504 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
77506         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
77507         (round_str): Handle values above the maximum for IBM long double
77508         as inexact.
77509         * stdlib/tst-strtod-round.c (tests): Regenerated.
77511 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
77513         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
77514         assembler flag.
77515         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
77516         zarch_nohighgprs around the zarch optimized routines.
77517         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
77518         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
77519         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
77520         for zarch.
77522 2012-09-05  David S. Miller  <davem@davemloft.net>
77524         * sysdeps/sparc/fpu/libm-test-ulps: Update.
77526         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
77527         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
77528         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
77529         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
77530         entries.
77532 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
77534         * malloc/arena.c: Fold copyright years.
77535         * malloc/mcheck.c, malloc/memusage.c: Likewise.
77537 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
77539         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
77541 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
77543         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
77545 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
77547         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
77548         change internal state upon failure.
77550 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
77552         * malloc/mcheck.c (mcheck_check_all): Fix typo.
77553         * malloc/memusage.c (mmap): Likewise.
77554         (mmap64, mremap): Likewise.  Adjust name in comment.
77556 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
77558         * libio/fileops.c: Fix typos in comments.
77559         * libio/oldfileops.c: Likewise.
77560         * libio/wfileops.c: Likewise.
77562 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
77564         [BZ #1349]
77565         * malloc/Makefile (tests): Add tst-malloc-usable test case.
77566         (tst-malloc-usable-ENV): Set environment for test case.
77567         * malloc/hooks.c (malloc_check_get_size): New function to get
77568         requested size.
77569         * malloc/malloc.c (musable): Use malloc_check_get_size.
77570         * malloc/tst-malloc-usable.c: New test case.
77572 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
77574         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
77576 2012-09-05  Allan McRae  <allan@archlinux.org>
77578         [BZ #13966]
77579         * configure.in (CXX_SYSINCLUDES): Use compiler output to
77580         determine header location.
77581         * configure: Regenerated.
77583 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
77585         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
77586         float format.
77587         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
77588         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
77589         format.
77590         (test): Regenerate.
77592 2012-09-04  David S. Miller  <davem@davemloft.net>
77594         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
77595         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
77596         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
77598 2012-09-04  Florian Weimer  <fweimer@redhat.com>
77600         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
77601         failures.
77603         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
77605 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
77607         [BZ #9914]
77608         * libio/iogetdelim.c: Include <limits.h>.
77609         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
77610         + len + 1 would overflow.
77612 2012-09-03  Andreas Jaeger  <aj@suse.de>
77614         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
77615         * sysdeps/i386/fpu/libm-test-ulps: Update.
77617 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
77619         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
77620         Add s_sinf-sse2, s_conf-sse2.
77622         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
77623         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
77624         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
77625         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
77627         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
77628         for using routine as __sinf_ia32.
77629         Use macro for function declaration and weak_alias.
77630         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
77631         for using routine as __cosf_ia32.
77632         Use macro for function declaration and weak_alias.
77634         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
77635         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
77637         * sysdeps/x86_64/fpu/s_sinf.S: New file.
77638         * sysdeps/x86_64/fpu/s_cosf.S: New file.
77639         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
77641         * math/libm-test.inc (cos_test): Add more test cases.
77642         (sin_test): Likewise.
77643         (sincos_test): Likewise.
77645 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
77647         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
77648         (IFUNC_RESOLVE): Make pointers to the specialized implementations
77649         hidden.
77650         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
77652 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
77654         [BZ #14538]
77655         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
77656         first element of the GOT.
77657         (elf_machine_load_address): Return the difference between
77658         the runtime address of _DYNAMIC and elf_machine_dynamic ().
77660 2012-09-01  Allan McRae  <allan@archlinux.org>
77662         [BZ #13412]
77663         * configure.in (AWK): Require gawk version 3.0 or later.
77664         * configure: Regenerated.
77666 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
77668         * sysdeps/unix/sysv/linux/kernel-features.h
77669         (__ASSUME_POSIX_CPU_TIMERS): Remove.
77670         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
77671         [__NR_clock_getres]: Make code unconditional.
77672         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
77673         (clock_getcpuclockid): Remove code left unreachable by removal of
77674         conditionals.
77675         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
77676         code unconditional.
77677         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
77678         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
77679         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
77680         Make code unconditional.
77681         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
77682         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
77683         * sysdeps/unix/sysv/linux/clock_settime.c
77684         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
77685         conditional code.
77686         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
77687         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
77689 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
77691         [BZ #14476]
77692         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
77693         scripts/test-installation.pl.
77695         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
77696         and $ld_so_version if it is set.
77698 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
77700         [BZ #14516]
77701         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
77702         failure if reading from procfs failed.
77703         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
77705 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
77707         * sysdeps/unix/sysv/linux/kernel-features.h
77708         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
77709         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
77710         Remove conditional code.
77711         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
77712         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
77713         Remove conditional code.
77714         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
77715         * sysdeps/unix/sysv/linux/i386/fxstat.c
77716         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
77717         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
77718         * sysdeps/unix/sysv/linux/i386/fxstatat.c
77719         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
77720         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
77721         * sysdeps/unix/sysv/linux/i386/lxstat.c
77722         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
77723         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
77724         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
77725         Remove conditional code.
77726         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
77727         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
77728         Remove conditional code.
77729         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
77730         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
77731         <kernel-features.h>.
77732         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
77733         Remove.
77734         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
77735         Remove conditional code.
77736         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
77737         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
77738         Remove conditional.
77740 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
77742         [BZ #5400]
77743         * NEWS: Add fixed bug number.
77745 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
77747         [BZ #14519]
77748         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
77749         underflowing exponent in case of negative sign.
77750         * stdlib/tst-strtod-round-data: Add more tests.
77751         * stdlib/tst-strtod-round.c (tests): Regenerated.
77753         [BZ #3479]
77754         * stdlib/strtod_l.c (NDIG): Remove.
77755         (HEXNDIG): Likewise.
77756         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
77757         smallest representable value.
77758         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
77759         lie within an exact representation of 1/2 ulp of the result.
77760         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
77761         unconditionally.
77762         (TENS_P9_IDX): Define unconditionally.
77763         (TENS_P9_SIZE): Likewise.
77764         (TENS_P10_IDX): Likewise.
77765         (TENS_P10_SIZE): Likewise.
77766         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
77767         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
77768         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
77769         entries for 10^2^13 and 10^2^14.
77770         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
77771         (TENS_P13_IDX): Define.
77772         (TENS_P13_SIZE): Likewise.
77773         (TENS_P14_IDX): Likewise.
77774         (TENS_P14_SIZE): Likewise.
77775         (_fpioconst_pow10): Change array size to
77776         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
77777         unconditional.
77778         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
77779         1024]: Add entries for 10^2^13 and 10^2^14.
77780         [LAST_POW10 > _LAST_POW10]: Remove #error.
77781         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
77782         (_fpioconst_pow10): Change array size to
77783         FPIOCONST_POW10_ARRAY_SIZE.
77784         * stdlib/gen-fpioconst.c: New file.
77785         * stdlib/gen-tst-strtod-round.c: Likewise.
77786         * stdlib/tst-strtod-round-data: Likewise.
77787         * stdlib/tst-strtod-round.c: Likewise.
77788         * stdlib/Makefile (tests): Add tst-strtod-round.
77790         [BZ #14459]
77791         * stdlib/strtod_l.c: Include <stdint.h>.
77792         (NDEBUG): Do not define.
77793         (round_and_return): Change EXPONENT parameter to type intmax_t.
77794         Rearrange calculations to avoid internal overflow possibilities.
77795         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
77796         Rearrange calculations to avoid internal overflow possibilities.
77797         Assert that number fits inside MPNSIZE limbs.
77798         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
77799         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
77800         calculations and add assertions to avoid internal overflow
77801         possibilities.  Add casts to avoid signed/unsigned operations.
77802         * stdlib/tst-strtod-overflow.c: New file.
77803         * stdlib/Makefile (tests): Add tst-strtod-overflow.
77805 2012-08-25  Marek Polacek  <polacek@redhat.com>
77807         * time/time.h: Fix some typos in comments.
77809 2012-08-23  Roland McGrath  <roland@hack.frob.com>
77811         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
77812         * posix/tst-rfc3484-2.c: Likewise.
77813         * posix/tst-rfc3484-3.c: Likewise.
77815 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
77817         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
77818         (EF_ARM_ABI_FLOAT_HARD): Likewise.
77820 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
77822         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
77823         #include of fxstatat64.c.
77825 2012-08-22  Roland McGrath  <roland@hack.frob.com>
77827         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
77828         * shadow/getspent_r.c: Likewise.
77829         * shadow/getspnam.c: Likewise.
77830         * shadow/getspnam_r.c: Likewise.
77831         * gshadow/getsgent.c: Likewise.
77832         * gshadow/getsgent_r.c: Likewise.
77833         * gshadow/getsgnam.c: Likewise.
77834         * gshadow/getsgnam_r.c: Likewise.
77835         * inet/getnetbyad.c: Likewise.
77836         * inet/getnetbyad_r.c: Likewise.
77837         * inet/getnetbynm.c: Likewise.
77838         * inet/getnetbynm_r.c: Likewise.
77839         * inet/getnetent.c: Likewise.
77840         * inet/getnetent_r.c: Likewise.
77841         * inet/getproto.c: Likewise.
77842         * inet/getproto_r.c: Likewise.
77843         * inet/getprtent.c: Likewise.
77844         * inet/getprtent_r.c: Likewise.
77845         * inet/getprtname.c: Likewise.
77846         * inet/getprtname_r.c: Likewise.
77847         * inet/getrpcbyname.c: Likewise.
77848         * inet/getrpcbyname_r.c: Likewise.
77849         * inet/getrpcbynumber.c: Likewise.
77850         * inet/getrpcbynumber_r.c: Likewise.
77851         * inet/getrpcent.c: Likewise.
77852         * inet/getrpcent_r.c: Likewise.
77853         * inet/getaliasent.c: Likewise.
77854         * inet/getaliasent_r.c: Likewise.
77855         * inet/getaliasname.c: Likewise.
77856         * inet/getaliasname_r.c: Likewise.
77857         * nscd/getgrgid_r.c: Likewise.
77858         * nscd/getgrnam_r.c: Likewise.
77859         * nscd/gethstbyad_r.c: Likewise.
77860         * nscd/gethstbynm3_r.c: Likewise.
77861         * nscd/getpwnam_r.c: Likewise.
77862         * nscd/getpwuid_r.c: Likewise.
77863         * nscd/getsrvbynm_r.c: Likewise.
77864         * nscd/getsrvbypt_r.c: Likewise.
77865         * nscd/gai.c: Likewise.
77867         * configure.in (build_nscd): New substituted variable, set
77868         by --disable-build-nscd and defaults to $use_nscd.
77869         * configure: Regenerated.
77870         * config.make.in (build-nscd): New substituted variable.
77871         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
77872         Change conditional to require [$(build-nscd) = yes] as well.
77873         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
77875         [BZ #13696]
77876         * configure.in (use_nscd): New substituted variable, set by
77877         --disable-nscd.  If enabled, define USE_NSCD.
77878         * configure: Regenerated.
77879         * config.h.in: Add USE_NSCD.
77880         * config.make.in (use-nscd): New substituted variable.
77881         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
77882         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
77883         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
77884         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
77885         (CFLAGS-getgrnam_r.c): Likewise.
77886         (CFLAGS-initgroups.c): Likewise.
77887         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
77888         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
77889         Variables removed.
77890         * inet/getnetgrent_r.c
77891         (nscd_setnetgrent): New function, broken out of ...
77892         (setnetgrent): ... here.  Call it.
77893         (innetgr): Conditionalize nscd bits on [USE_NSCD].
77894         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
77895         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
77896         * nscd/Makefile (routines, aux): Move definitions after include of
77897         Makeconfig.  Conditionalize on [$(use-nscd) != no].
77898         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
77899         Conditionalize on [USE_NSCD].
77900         (is_nscd, nscd_init_cb): Likewise.
77901         (nss_load_library): Conditionalize init callback on [USE_NSCD].
77902         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
77903         * nss/nss_db/db-init.c: Likewise.
77904         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
77905         [USE_NSCD].
77906         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
77907         (make_request): Use it.
77908         (cache_valid_p): New function.
77909         (__check_pf): Use it.
77910         * NEWS: Add item for --disable-nscd.
77912 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
77914         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
77915         to support sed >= 4.2.1-20-ga9bf076.
77916         * configure: Regenerated.
77918 2012-08-22  Roland McGrath  <roland@hack.frob.com>
77920         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
77921         Conditionalize whole body on [IREL].
77923 2012-08-22  Jeff Law <law@redhat.com>
77925         [BZ #14505]
77926         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
77927         if the family is PF_UNSPEC.
77929 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
77931         * Makerules (lib-version): Rename from V.
77932         (install-lib-nosubdir): Change V to lib-version.
77934 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
77936         [BZ #14252]
77937         * powerpc32/power6/wcschr.c: New file.
77938         * powerpc32/power6/wcscpy.c: New file.
77939         * powerpc32/power6/wcsrchr.c: New file.
77940         * powerpc64/power6/wcschr.c: New file.
77941         * powerpc64/power6/wcscpy.c: New file.
77942         * powerpc64/power6/wcsrchr.c: New file.
77944 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
77946         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
77947         (two_way_short_needle): Use it.
77948         * string/strstr.c (AVAILABLE1_USES_J): Define.
77949         * string/strcasestr.c: Likewise.
77951         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
77952         array references.
77953         * string/strcasestr.c (TOLOWER): Make side-effect safe.
77955         [BZ #11607]
77956         * NEWS: Add an entry.
77957         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
77958         define their defaults.
77959         (two_way_short_needle): Detect end-of-string on-the-fly.
77960         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
77961         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
77962         * string/bug-strcasestr1.c: New test.
77963         * string/Makefile: Run it.
77965 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
77967         [BZ #11607]
77968         * string/str-two-way.h (two_way_short_needle): Optimize matching of
77969         the first character.
77971 2012-08-21  Roland McGrath  <roland@hack.frob.com>
77973         * csu/elf-init.c (__libc_csu_irel): Function removed.
77974         * csu/libc-start.c (apply_irel): New function.
77975         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
77977 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
77979         * sysdeps/unix/sysv/linux/kernel-features.h
77980         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
77981         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
77982         <kernel-features.h>.
77983         [__NR_fadvise64_64]: Make code unconditional.
77984         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
77985         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
77986         !__NR_fadvise64_64)]: Likewise.
77987         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
77988         !__NR_fadvise64_64))]: Likewise.
77989         [__NR_fadvise64]: Make code unconditional.
77990         [!__NR_fadvise64]: Remove conditional code.
77991         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
77992         <kernel-features.h>.
77993         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
77994         unconditional.
77995         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
77996         conditional code.
77997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
77998         not include <kernel-features.h>.
77999         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
78000         unconditional.
78001         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
78002         conditional code.
78003         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
78004         include <kernel-features.h>.
78005         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
78006         unconditional.
78007         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
78008         conditional code.
78010 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
78012         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
78013         slight instruction rearrangements per scrollpipe analysis.
78014         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
78016 2012-08-20  Roland McGrath  <roland@hack.frob.com>
78018         * manual/syslog.texi (syslog; vsyslog, closelog):
78019         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
78020         Reported by Ricardo Catalinas JimĂ©nez <jimenezrick@gmail.com>.
78022         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
78023         DSOCAPS to match condition on defining it.
78025 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
78027         * sysdeps/unix/sysv/linux/kernel-features.h
78028         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
78029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
78030         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
78031         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
78032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
78033         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
78034         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
78035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
78036         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
78037         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
78039         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
78040         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
78042         * sysdeps/unix/sysv/linux/kernel-features.h
78043         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
78044         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
78045         unconditional.
78046         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
78047         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
78048         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
78049         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
78050         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
78051         Make code unconditional.
78052         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
78053         (__mmap64) [!__NR_mmap2]: Likewise.
78054         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
78055         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
78056         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
78057         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
78058         [__NR_mmap2]: Make code unconditional.
78059         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
78060         (__mmap64) [!__NR_mmap2]: Likewise.
78062 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
78064         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
78066 2012-08-18  Andreas Jaeger  <aj@suse.de>
78068         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
78070 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
78072         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
78073         * include/unistd.h (__have_sock_cloexec): Likewise.
78074         (__have_pipe2): Likewise.
78075         (__have_dup3): Likewise.
78077 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
78079         [BZ #9685]
78080         * include/unistd.h (__have_pipe2): Change define into an extern int.
78081         (__have_dup3): Likewise.
78082         * socket/have_sock_cloexec.c: Include fcntl.h.
78083         (__have_pipe2): New variable.
78084         (__have_dup3): Likewise.
78086 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
78088         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
78090 2012-08-17  Marek Polacek  <polacek@redhat.com>
78092         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
78093         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
78095 2012-08-17  Roland McGrath  <roland@hack.frob.com>
78097         * configure.in: Add AC_SUBST for sysheaders.
78098         * configure: Regenerated.
78099         * config.make.in (sysheaders): New substituted variable.
78101         * sysdeps/unix/mkfifo.c: Moved ...
78102         * sysdeps/posix/mkfifo.c: ... here.
78103         * sysdeps/unix/mkfifoat.c: Moved ...
78104         * sysdeps/posix/mkfifoat.c: ... here.
78106         * sysdeps/unix/utime.c: Moved ...
78107         * sysdeps/posix/utime.c: ... here.
78109         * sysdeps/unix/time.c: Moved ...
78110         * sysdeps/posix/time.c: ... here.
78111         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
78112         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
78114         * sysdeps/unix/nice.c: Moved ...
78115         * sysdeps/posix/nice.c: ... here.
78117         * sysdeps/unix/alarm.c: Moved ...
78118         * sysdeps/posix/alarm.c: ... here.
78120         * intl/Makefile ($(codeset_mo)): Depend on the input file.
78122 2012-08-17  Jeff Law <law@redhat.com>
78124         * intl/Makefile (codeset_mo): New variable.
78125         ($(codeset_mo)): New target.
78126         (tst-codeset.out): Depend on that.  Remove explicit rule.
78127         (tst-gettext3.out, tst-gettext5.out): Likewise.
78128         (LOCPATH-ENV, tst-codeset-ENV): New variables.
78129         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
78130         * intl/tst-codeset.sh: Remove.
78131         * intl/tst-gettext3.sh: Likewise.
78132         * intl/tst-gettext5.sh: Likewise.
78134 2012-08-17  Roland McGrath  <roland@hack.frob.com>
78136         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
78137         * sysdeps/unix/syscalls.list: ... here.
78139         * sysdeps/posix/getaddrinfo.c
78140         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
78141         (gaiconf_init, gaiconf_reload): Use them.
78142         [!_STATBUF_ST_NSEC]
78143         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
78144         Define using time_t rather than struct timespec.
78146         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
78147         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
78148         Macros removed.
78149         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
78150         [!NO_THREADS].
78151         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
78152         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
78153         Likewise.
78155         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
78156         __libc_cleanup_push argument.
78158         * bits/param.h: New file.
78159         * misc/sys/param.h: New file.
78160         * include/sys/param.h: New file.
78161         * misc/Makefile (headers): Add bits/param.h.
78162         * sysdeps/generic/sys/param.h: File removed.
78163         * sysdeps/unix/sysv/linux/bits/param.h: New file.
78164         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
78165         * sysdeps/mach/hurd/bits/param.h: New file.
78166         * sysdeps/mach/hurd/sys/param.h: File removed.
78168         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
78169         last change.
78171         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
78172         [_IO_MTSAFE_IO].
78173         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
78174         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
78175         New macros.
78177         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
78178         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
78179         rather than -D_IO_MTSAFE_IO conditionally.
78180         * stdio-common/Makefile (CPPFLAGS): Likewise.
78181         * wcsmbs/Makefile (CPPFLAGS): Likewise.
78182         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
78183         Use $(libio-mtsafe).
78184         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
78185         of -D_IO_MTSAFE_IO.
78186         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
78187         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
78188         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
78189         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
78190         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
78191         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
78192         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
78193         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
78194         (CFLAGS-fread_u_chk.c): Likewise.
78195         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
78196         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
78197         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
78198         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
78199         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
78200         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
78201         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
78202         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
78203         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
78205         * libio/Makefile: Test [$(libc-reentrant) = yes]
78206         instead of [$(filter %REENTRANT, $(defines)) nonempty].
78208         * Makeconfig
78209         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
78210         * sysdeps/pthread/configure: File removed.
78211         * sysdeps/pthread/Makeconfig: New file.
78212         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
78213         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
78215 2012-08-16  Gary Benson  <gbenson@redhat.com>
78217         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
78218         unmapping the first object in a namespace.
78220 2012-08-16  Roland McGrath  <roland@hack.frob.com>
78222         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
78223         (__internal_setnetgrent): ... this.  Add internal_function to
78224         definition.  Add libc_hidden_def.
78225         (setnetgrent): Update caller.
78226         (internal_endnetgrent): Renamed to ...
78227         (__internal_endnetgrent): ... this.  Add internal_function to
78228         definition.  Add libc_hidden_def.
78229         (endnetgrent): Update caller.
78230         (internal_getnetgrent_r): Renamed to ...
78231         (__internal_getnetgrent_r): ... this.  Add internal_function to
78232         definition.  Add libc_hidden_def.
78233         (__getnetgrent_r): Update caller.
78234         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
78236 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
78238         * stdlib/longlong.h: Update from GCC.
78240 2012-08-16  Roland McGrath  <roland@hack.frob.com>
78242         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
78243         on _QL, which is set by umul_ppmm but never used.
78244         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
78245         variables, which are set by GMP macros but never used.
78246         * stdio-common/_itowa.c (_itowa): Likewise.
78247         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
78248         * stdlib/mod_1.c (mpn_mod_1): Likewise.
78250 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
78252         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
78253         struct La_sh_regs is not constant.
78254         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
78255         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
78256         and struct La_sparc64_regs are not constant.
78258 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
78260         * sysdeps/unix/sysv/linux/kernel-features.h
78261         (__ASSUME_POSIX_TIMERS): Remove.
78262         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
78263         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
78264         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
78265         Make code unconditional.
78266         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
78267         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
78268         Make code unconditional.
78269         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
78270         * sysdeps/unix/sysv/linux/clock_nanosleep.c
78271         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
78272         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
78273         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
78274         Make code unconditional.
78275         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
78276         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
78277         (__libc_missing_posix_timers): Remove.
78279 2012-08-15  Roland McGrath  <roland@hack.frob.com>
78281         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
78282         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
78284         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
78286         * elf/dl-sym.c: Include <stdlib.h>.
78288         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
78289         constants, which avoids warnings in 32-bit builds.
78291         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
78292         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
78294         * misc/lseek.c: File moved to ...
78295         * io/lseek.c: ... here.
78297         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
78299         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
78300         shifting LEN more than 31 bits at once.
78302 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
78304         [BZ #14195]
78305         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
78306         segmentation fault for a case of two empty input strings.
78307         * string/test-strncasecmp.c (check1): Renamed to...
78308         (bz12205): ...this.
78309         (bz14195): Add new testcase for two empty input strings and N > 0.
78310         (test_main): Call new testcase, adapt for renamed function.
78312 2012-08-15  Andreas Jaeger  <aj@suse.de>
78314         [BZ #14090]
78315         * crypt/md5test2.c: New test, based on test supplied by Serge
78316         Belyshev <belyshev@depni.sinp.msu.ru>.
78317         * crypt/Makefile (xtests): Add md5test-giant..
78318         * crypt/Makefile ($(objpfx)md5test-giant): Add.
78320 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
78322         [BZ #14090]
78323         * crypt/md5.c (md5_process_block): Don't assume the buffer
78324         length is less than 2**32.
78325         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
78326         length is less than 2**64.
78328 2012-08-15  Roland McGrath  <roland@hack.frob.com>
78330         * string/str-two-way.h: Include <sys/param.h>.
78331         (MAX): Macro removed.
78333         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
78334         Move #define and #undef of memmove to just before and after
78335         including <string.h>.
78337         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
78338         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
78339         and after including <string.h>.  Move declarations of
78340         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
78341         to before #include "string/memmove.c".
78343         * include/dirent.h: Declare __getdirentries.
78345         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
78346         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
78348 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
78350         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
78351         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
78352         * sysdeps/i386/configure: Regenerated.
78353         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
78354         STABS_CURRENT_FILE, and STABS_FUN.
78355         (END): Remove call to STABS_FUN_END.
78356         (STABS_CURRENT_FILE1): Delete.
78357         (STABS_CURRENT_FILE): Likewise.
78358         (STABS_FUN): Likewise.
78359         (STABS_FUN_END): Likewise.
78360         (STABS_FUN2): Likewise.
78361         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
78362         * sysdeps/x86_64/configure: Regenerated.
78364 2012-08-14  Roland McGrath  <roland@hack.frob.com>
78366         * elf/dl-open.c: Include <atomic.h>.
78367         * elf/dl-lookup.c: Likewise.
78369 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
78371         * sysdeps/unix/sysv/linux/kernel-features.h
78372         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
78373         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
78374         unconditionally.
78375         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
78376         unconditionally.
78377         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
78378         condition on __ASSUME_CLONE_THREAD_FLAGS.
78380 2012-08-14  Andreas Jaeger  <aj@suse.de>
78382         * sysdeps/i386/fpu/libm-test-ulps: Update.
78384 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
78386         * include/atomic.h (atomic_exchange_and_add): Split into ...
78387         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
78388         New atomic macros.
78390 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
78392         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
78394 2012-08-13  Jeff Law <law@redhat.com>
78396         * manual/stdio.texi (snprintf): Clarify handling of the trailing
78397         null byte in the output string.
78399 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
78401         * sysdeps/unix/sysv/linux/kernel-features.h
78402         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
78403         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
78404         (__ASSUME_ARG_MAX_STACK_BASED): Define.
78405         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
78406         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
78407         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
78408         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
78410 2012-08-09  Jeff Law <law@redhat.com>
78412         [BZ #13939]
78413         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
78414         When avoid_arena is set, don't retry in the that arena.  Pick the
78415         next one, whatever it might be.
78416         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
78417         (arena_lock): Pass in new parameter to arena_get2.
78418         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
78419         arena_get2.
78420         (__libc_malloc): Unify retrying after main arena failure with
78421         __libc_memalign version.
78422         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
78424 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
78426         [BZ #14166]
78427         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
78428         to __redirect_strstr.
78429         (__strstr_sse42): Use typeof __redirect_strstr.
78430         (__strstr_ia32): Likewise.
78431         (__libc_strstr): New prototype.
78432         (strstr): Renamed to ...
78433         (__libc_strstr): This.
78434         (strstr): New strong alias of __libc_strstr.
78435         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
78436         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
78437         __redirect_time.
78438         Include <time.h>.
78439         (__libc_time): New prototype.
78440         (time_ifunc): Replace time with __libc_time.
78441         (time): New strong alias and hidden definition of __libc_time.
78442         (__GI_time): Remove strong alias.
78443         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
78444         Include <stddef.h>.
78445         (memmove): Redefined to __redirect_memmove.
78446         (__memmove_sse2): Use typeof __redirect_memmove.
78447         (__memmove_ssse3): Likewise.
78448         (__memmove_ssse3_back): Likewise.
78449         (__libc_memmove): New prototype.
78450         (memmove): Renamed to ...
78451         (__libc_memmove): This.
78452         (memmove): New strong alias of __libc_memmove.
78454 2012-08-08  Mark Salter  <msalter@redhat.com>
78456         * elf/elf.h
78457         (R_MN10300_TLS_GD): Define.
78458         (R_MN10300_TLS_LD): Likewise.
78459         (R_MN10300_TLS_LDO): Likewise.
78460         (R_MN10300_TLS_GOTIE): Likewise.
78461         (R_MN10300_TLS_IE): Likewise.
78462         (R_MN10300_TLS_LE): Likewise.
78463         (R_MN10300_TLS_DTPMOD): Likewise.
78464         (R_MN10300_TLS_DTPOFF): Likewise.
78465         (R_MN10300_TLS_TPOFF): Likewise.
78466         (R_MN10300_SYM_DIFF): Likewise.
78467         (R_MN10300_ALIGN): Likewise.
78468         (R_MN10300_NUM): Update.
78470 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
78472         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
78473         Remove.
78475 2012-08-08  Roland McGrath  <roland@hack.frob.com>
78477         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
78479         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
78480         sysdeps/unix -> sysdeps/posix move.
78481         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
78483 2012-08-07      Allan McRae     <allan@archlinux.org>
78485         [BZ #14303]
78486         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
78487         (SUNOS_CPP): Likewise.
78488         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
78489         not found.
78490         (open_input): Call CPP using execvp.
78492 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
78494         * sysdeps/unix/sysv/linux/kernel-features.h
78495         (__ASSUME_PROT_GROWSUPDOWN): Remove.
78496         (__ASSUME_NO_CLONE_DETACHED): Likewise.
78497         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
78498         (__ASSUME_WAITID_SYSCALL): Likewise.
78499         * sysdeps/unix/sysv/linux/dl-execstack.c
78500         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
78501         code unconditional.
78502         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
78503         conditional code.
78504         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
78505         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
78506         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
78507         code.
78508         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
78509         unconditional.
78510         [__ASSUME_WAITID_SYSCALL]: Likewise.
78511         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
78513 2012-08-07  Roland McGrath  <roland@hack.frob.com>
78515         * sysdeps/unix/closedir.c: Renamed to ...
78516         * sysdeps/posix/closedir.c: ... here.
78517         * sysdeps/unix/dirfd.c: Renamed to ...
78518         * sysdeps/posix/dirfd.c: ... here.
78519         * sysdeps/unix/dirstream.h: Renamed to ...
78520         * sysdeps/posix/dirstream.h: ... here.
78521         * sysdeps/unix/fdopendir.c: Renamed to ...
78522         * sysdeps/posix/fdopendir.c: ... here.
78523         * sysdeps/unix/opendir.c: Renamed to ...
78524         * sysdeps/posix/opendir.c: ... here.
78525         * sysdeps/unix/readdir.c: Renamed to ...
78526         * sysdeps/posix/readdir.c: ... here.
78527         * sysdeps/unix/readdir_r.c: Renamed to ...
78528         * sysdeps/posix/readdir_r.c: ... here.
78529         * sysdeps/unix/rewinddir.c: Renamed to ...
78530         * sysdeps/posix/rewinddir.c: ... here.
78531         * sysdeps/unix/seekdir.c: Renamed to ...
78532         * sysdeps/posix/seekdir.c: ... here.
78533         * sysdeps/unix/telldir.c: Renamed to ...
78534         * sysdeps/posix/telldir.c: ... here.
78535         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
78536         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
78537         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
78538         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
78540         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
78541         * bits/fcntl.h: ... here.
78543         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
78544         not 0.
78545         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
78546         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
78547         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
78548         (struct flock): Move l_start, l_len to the beginning.
78549         Use __pid_t for l_pid.
78550         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
78551         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
78552         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
78553         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
78554         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
78555         [__USE_LARGEFILE64] (struct flock64): New type.
78556         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
78558         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
78559         * bits/dirent.h: ... here.
78561         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
78562         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
78564 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
78566         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
78567         Change from 2.6.0 to 2.6.16.
78568         * sysdeps/unix/sysv/linux/configure: Regenerated.
78569         * sysdeps/unix/sysv/linux/kernel-features.h
78570         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
78571         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
78572         version.
78573         (__ASSUME_UTIMES): Likewise.
78574         (__ASSUME_CLONE_STOPPED): Remove.
78575         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
78576         architectures, not kernel version.
78577         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
78578         (__ASSUME_NO_CLONE_DETACHED): Likewise.
78579         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
78580         (__ASSUME_WAITID_SYSCALL): Likewise.
78581         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
78582         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
78583         * README: State 2.6.16 as minimum Linux kernel version.  Do not
78584         refer to older versions.
78586 2012-08-06  Roland McGrath  <roland@hack.frob.com>
78588         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
78589         Define alphasort64 as an alias.
78590         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
78591         Define versionsort64 as an alias.
78592         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
78593         Define scandir64 as an alias.
78594         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
78595         Define scandirat64 as an alias.
78596         * dirent/alphasort64.c (alphasort64):
78597         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
78598         * dirent/versionsort64.c: Likewise.
78599         * dirent/scandir64.c: Likewise.
78600         * dirent/scandirat64.c: Likewise.
78601         * sysdeps/wordsize-64/alphasort.c: File removed.
78602         * sysdeps/wordsize-64/alphasort64.c: File removed.
78603         * sysdeps/wordsize-64/scandir.c: File removed.
78604         * sysdeps/wordsize-64/scandir64.c: File removed.
78605         * sysdeps/wordsize-64/scandirat.c: File removed.
78606         * sysdeps/wordsize-64/scandirat64.c: File removed.
78607         * sysdeps/wordsize-64/versionsort.c: File removed.
78608         * sysdeps/wordsize-64/versionsort64.c: File removed.
78609         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
78610         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
78611         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
78612         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
78613         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
78614         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
78615         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
78616         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
78618         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
78619         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
78620         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
78621         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
78622         [defined __arch64__ || defined __sparcv9]
78623         (__INO_T_MATCHES_INO64_T): New macro.
78624         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
78625         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
78626         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
78627         * sysdeps/unix/sysv/linux/bits/dirent.h
78628         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
78629         (_DIRENT_MATCHES_DIRENT64): New macro.
78631         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
78632         Define lockf64 as an alias.
78633         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
78634         Define fseeko64 as an alias.
78635         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
78636         Define ftello64 as an alias.
78637         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
78638         Define _IO_fgetpos64 and fgetpos64 as aliases.
78639         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
78640         Define _IO_fsetpos64 and fsetpos64 as aliases.
78641         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
78642         Conditionalize body on this.
78643         * libio/fseeko64.c: Likewise.
78644         * libio/ftello64.c: Likewise.
78645         * libio/iofgetpos64.c: Likewise.
78646         * libio/iofsetpos64.c: Likewise.
78647         * sysdeps/wordsize-64/lockf.c: File removed.
78648         * sysdeps/wordsize-64/lockf64.c: File removed.
78649         * sysdeps/wordsize-64/fseeko.c: File removed.
78650         * sysdeps/wordsize-64/fseeko64.c: File removed.
78651         * sysdeps/wordsize-64/ftello.c: File removed.
78652         * sysdeps/wordsize-64/ftello64.c: File removed.
78653         * sysdeps/wordsize-64/iofgetpos.c: File removed.
78654         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
78655         * sysdeps/wordsize-64/iofsetpos.c: File removed.
78656         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
78657         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
78658         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
78659         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
78660         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
78661         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
78662         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
78663         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
78664         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
78665         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
78666         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
78668         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
78669         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
78670         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
78671         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
78672         [defined __arch64__ || defined __sparcv9]
78673         (__OFF_T_MATCHES_OFF64_T): New macro.
78674         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
78675         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
78676         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
78677         (__OFF_T_MATCHES_OFF64_T): New macro.
78679 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
78681         * stdlib/secure-getenv.c (__secure_getenv): Replace
78682         GLIBC_2_16 with GLIBC_2_17.
78684 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
78686         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
78687         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
78689 2012-08-03  David S. Miller  <davem@davemloft.net>
78691         * sysdeps/sparc/fpu/libm-test-ulps: Update.
78693 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
78695         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
78696         Remove.
78697         (__ASSUME_CORRECT_SI_PID): Likewise.
78698         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
78699         (__ASSUME_TMPFS_NAME): Likewise.
78700         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
78701         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
78702         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
78703         (HAVE_AUX_SECURE): Make definition unconditional.
78704         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
78705         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
78707 2012-08-03  Roland McGrath  <roland@hack.frob.com>
78709         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
78710         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
78711         * sysdeps/mach/hurd/eloop-threshold.h: New file.
78712         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
78713         __eloop_threshold instead of SYMLOOP_MAX.
78715         * sysdeps/generic/eloop-threshold.h: New file.
78716         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
78717         of MAXSYMLINKS.
78718         * elf/chroot_canon.c (chroot_canon): Likewise.
78720 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
78722         [BZ #13717]
78723         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
78724         Change to 2.6.0 everywhere.
78725         * sysdeps/unix/sysv/linux/configure: Regenerated.
78726         * sysdeps/unix/sysv/linux/kernel-features.h
78727         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
78728         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
78729         kernel versions.
78730         (__ASSUME_POSIX_TIMERS): Define unconditionally.
78731         (__ASSUME_FUTEX_REQUEUE): Remove.
78732         (__ASSUME_STATFS64): Define unconditionally.
78733         (__ASSUME_AT_SECURE): Likewise.
78734         (__ASSUME_CORRECT_SI_PID): Likewise.
78735         (__ASSUME_TGKILL): Define without depending on kernel version for
78736         i386.
78737         (__ASSUME_UTIMES): Likewise.
78738         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
78739         kernel version.
78740         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
78741         (__ASSUME_TMPFS_NAME): Likewise.
78742         * README: Update reference to Linux kernel versions.
78744 2012-08-02  Marek Polacek  <polacek@redhat.com>
78746         [BZ #14150]
78747         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
78748         libc_cv_asm_type_prefix with %.
78749         * configure: Regenerated.
78750         * include/libc-symbols.h: Remove comment about
78751         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
78752         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
78753         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
78754         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
78755         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
78756         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
78757         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
78758         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
78759         * elf/tst-unique2mod1.c: Likewise.
78760         * elf/tst-unique1mod2.c: Likewise.
78761         * elf/tst-unique1mod1.c: Likewise.
78762         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
78763         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
78764         Replace ASM_TYPE_DIRECTIVE with .type.
78765         * sysdeps/s390/s390-64/sysdep.h: Likewise.
78766         * sysdeps/i386/sysdep.h: Likewise.
78767         * sysdeps/x86_64/sysdep.h: Likewise.
78768         * sysdeps/sh/sysdep.h: Likewise.
78769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
78770         Do not define ASM_TYPE_DIRECTIVE.
78771         * sysdeps/powerpc/sysdep.h: Likewise.
78772         * sysdeps/powerpc/powerpc32/sysdep.h:
78773         Replace ASM_TYPE_DIRECTIVE with .type.
78774         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
78775         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
78776         * sysdeps/i386/fpu/e_powf.S: Likewise.
78777         * sysdeps/i386/fpu/e_expl.S: Likewise.
78778         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
78779         * sysdeps/i386/fpu/e_acosh.S: Likewise.
78780         * sysdeps/i386/fpu/e_pow.S: Likewise.
78781         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
78782         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
78783         * sysdeps/i386/fpu/s_expm1.S: Likewise.
78784         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
78785         * sysdeps/i386/fpu/e_log2.S: Likewise.
78786         * sysdeps/i386/fpu/e_log2l.S: Likewise.
78787         * sysdeps/i386/fpu/e_scalb.S: Likewise.
78788         * sysdeps/i386/fpu/e_powl.S: Likewise.
78789         * sysdeps/i386/fpu/e_log10f.S: Likewise.
78790         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
78791         * sysdeps/i386/fpu/e_logl.S: Likewise.
78792         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
78793         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
78794         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
78795         * sysdeps/i386/fpu/e_log2f.S: Likewise.
78796         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
78797         * sysdeps/i386/fpu/e_log.S: Likewise.
78798         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
78799         * sysdeps/i386/fpu/e_logf.S: Likewise.
78800         * sysdeps/i386/fpu/e_log10l.S: Likewise.
78801         * sysdeps/i386/fpu/e_atanh.S: Likewise.
78802         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
78803         * sysdeps/i386/fpu/e_log10.S: Likewise.
78804         * sysdeps/i386/fpu/s_frexp.S: Likewise.
78805         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
78806         * sysdeps/i386/fpu/s_asinh.S: Likewise.
78807         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
78808         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
78809         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
78810         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
78811         * sysdeps/i386/i686/strtok.S: Likewise.
78812         * sysdeps/i386/i386-mcount.S: Likewise.
78813         * sysdeps/i386/strtok.S: Likewise.
78814         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
78815         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
78816         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
78817         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
78818         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
78819         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
78820         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
78821         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
78822         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
78823         * sysdeps/x86_64/_mcount.S: Likewise.
78824         * sysdeps/x86_64/strtok.S: Likewise.
78825         * sysdeps/sh/_mcount.S: Likewise.
78827 2012-08-01  Roland McGrath  <roland@hack.frob.com>
78829         * libio/iofopen.c: Include <fcntl.h>.
78830         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
78831         (_IO_fopen64, fopen64): Define as aliases.
78832         * libio/iofopen64.c: Include <fcntl.h>.
78833         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
78834         Conditionalize body on this.
78835         * sysdeps/wordsize-64/iofopen.c: File removed.
78836         * sysdeps/wordsize-64/iofopen64.c: File removed.
78838 2012-08-01  Marek Polacek  <polacek@redhat.com>
78840         * libc/Makeconfig: Use elf in place of binfmt-subdir.
78841         Use dlfcn directly instead of a variable.
78842         (binfmt-subdir): Do not define.
78843         (dlfcn): Likewise.
78845 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
78847         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
78848         Remove all definitions.
78849         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
78850         <kernel-features.h>.
78851         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
78852         (miss_F_GETOWN_EX): Remove all definitions.
78853         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
78854         macro definition.
78855         [!__ASSUME_FCNTL64]: Remove conditional code.
78856         [__ASSUME_FCNTL64]: Make code unconditional.
78857         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
78858         <kernel-features.h>.
78859         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
78860         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
78861         (lockf64) [__NR_fcntl64]: Make code unconditional.
78862         (lockf64) [__ASSUME_FCNTL64]: Likewise.
78864         * sysdeps/unix/sysv/linux/kernel-features.h
78865         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
78866         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
78867         Make code unconditional.
78868         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
78869         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
78870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
78871         [__NR_vfork]: Make code unconditional.
78872         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
78873         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
78874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
78875         [__NR_vfork]: Make code unconditional.
78876         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
78877         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
78879 2012-08-01  Roland McGrath  <roland@hack.frob.com>
78881         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
78882         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
78884         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
78885         Define mkstemp64 as an alias.
78886         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
78887         Define mkstemps64 as an alias.
78888         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
78889         Define mkostemp64 as an alias.
78890         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
78891         Define mkostemps64 as an alias.
78892         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
78893         Conditionalize body on this.
78894         * misc/mkostemp64.c: Likewise.
78895         * misc/mkostemps64.c: Likewise.
78896         * misc/mkstemps64.c: Likewise.
78897         * sysdeps/wordsize-64/mkstemp64.c: File removed.
78898         * sysdeps/wordsize-64/mkostemp64.c: File removed.
78899         * sysdeps/wordsize-64/mkostemp.c: File removed.
78900         * sysdeps/wordsize-64/mkstemp.c: File removed.
78901         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
78902         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
78903         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
78904         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
78906         [BZ #14138]
78907         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
78908         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
78909         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
78910         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
78912         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
78913         compat_symbol macros from <shlib-compat.h> rather than the underlying
78914         default_symbol_version and symbol_version macros, so that DEFAULT
78915         lines in shlib-versions are respected.
78916         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
78918 2012-08-01  Florian Weimer  <fweimer@redhat.com>
78920         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
78921         Declare with warn_unused_result.
78922         (setgid, setregid, setegid, setresgid): Likewise.
78923         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
78924         Likewise.
78925         * WUR-REPORT: Remove set*id functions.
78927 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
78929         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
78931 2012-07-31  Roland McGrath  <roland@hack.frob.com>
78933         [BZ #10191]
78934         * include/sys/socket.h (__libc_accept, __libc_accept4):
78935         Add attribute_hidden.
78936         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
78938         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
78939         use of PTR_MANGLE.
78940         * inet/getnetgrent_r.c (setup): Likewise.
78942         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
78944 2012-07-31  David S. Miller  <davem@davemloft.net>
78946         * sysdeps/sparc/fpu/libm-test-ulps: Update.
78948 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
78950         [BZ #13629]
78951         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
78952         value between 1.0 and 2.0 and smaller part has absolute value less
78953         than 1.0.
78954         * math/s_clog10.c (__clog10): Likewise.
78955         * math/s_clog10f.c (__clog10f): Likewise.
78956         * math/s_clog10l.c (__clog10l): Likewise.
78957         * math/s_clogf.c (__clogf): Likewise.
78958         * math/s_clogl.c (__clogl): Likewise.
78959         * math/libm-test.inc (clog_test): Add more tests.
78960         (clog10_test): Likewise.
78961         * sysdeps/i386/fpu/libm-test-ulps: Update.
78962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
78964 2012-07-31  Florian Weimer  <fweimer@redhat.com>
78966         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
78967         Exit with zero in case no suitable GID is found, and write a
78968         message to standard error.
78970 2012-07-30  Roland McGrath  <roland@hack.frob.com>
78972         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
78973         rather than to 1.
78974         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
78975         (MAXPATHLEN): Removed.
78976         (NOGROUP, NODEV): New macros.
78977         (setbit, clrbit, isset, isclr): New macros.
78978         (howmany, roundup, powerof2): New macros.
78979         (DEV_BSIZE): New macro.
78981         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
78982         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
78984         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
78985         definition on [!__NO_LONG_DOUBLE_MATH].
78987         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
78988         PTR_MANGLE and PTR_DEMANGLE.
78990         * socket/accept4.c (accept4): Rename to __libc_accept4.
78991         Define accept4 as a weak alias.
78993         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
78994         on [_DIRENT_HAVE_D_TYPE].
78995         * io/ftw.c (ftw_dir): Likewise.
78997         * io/xmknod.c (__xmknod): Don't check PATH for being null.
78999         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
79001         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
79002         Use the BSD numbers rather than the arbitrary ones we had.
79003         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
79004         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
79005         (SIGXCPU, SIGXFSZ): New macros.
79006         (_NSIG): Now 32.
79008         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
79009         initializer on [_LIBC_REENTRANT].
79011         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
79012         definitions inside [_POSIX_MAPPED_FILES].
79014         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
79016         * dirent/opendir.c: Include <fcntl.h>.
79018         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
79019         (__libc_getspecific): Likewise.
79020         (__libc_key_create): Likewise.
79022         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
79023         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
79024         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
79025         (tmpfile64): Define as alias.
79026         * sysdeps/wordsize-64/tmpfile.c: File removed.
79027         * sysdeps/wordsize-64/tmpfile64.c: File removed.
79028         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
79029         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
79031         * stdio-common/vfscanf.c: Include <stdbool.h>.
79032         * nss/makedb.c: Likewise.
79033         * stdio-common/_i18n_number.h: Likewise.
79034         * argp/argp-help.c: Likewise.
79035         * posix/wordexp.c: Likewise.
79036         * sysdeps/posix/spawni.c: Likewise.
79037         * nss/nss_files/files-initgroups.c: Likewise.
79038         * stdio-common/reg-modifier.c: Include <stdlib.h>.
79039         * nss/nss_files/files-initgroups.c: Likewise.
79040         * nss/nss_db/db-netgrp.c: Likewise.
79041         * nss/nss_db/db-initgroups.c: Likewise.
79042         * io/fchmodat.c: Include <sys/stat.h>.
79044         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
79045         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
79047         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
79048         [HAVE_MMAP].
79050         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
79051         Add multiple inclusion protection.
79053 2012-07-27  David S. Miller  <davem@davemloft.net>
79055         * sysdeps/sparc/fpu/libm-test-ulps: Update.
79057 2012-07-27  Gary Benson  <gbenson@redhat.com>
79059         [BZ #14298]
79060         * elf/rtld.c: Include <stap-probe.h>.
79061         (dl_main): Added static probes "init_start" and "init_complete".
79062         * elf/dl-load.c: Include <stap-probe.h>.
79063         (lose): Take new parameter "nsid".
79064         Added static probe "map_failed".
79065         (_dl_map_object_from_fd): Pass namespace id to lose.
79066         Added static probe "map_start".
79067         (open_verify): Pass namespace id to lose.
79068         * elf/dl-open.c: Include <stap-probe.h>.
79069         (dl_open_worker) Added static probes "map_complete", "reloc_start"
79070         and "reloc_complete".
79071         * elf/dl-close.c: Include <stap-probe.h>.
79072         (_dl_close_worker): Added static probes "unmap_start" and
79073         "unmap_complete".
79074         * elf/rtld-debugger-interface.txt: New file documenting the above.
79076 2012-07-26  Roland McGrath  <roland@hack.frob.com>
79078         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
79079         rather than a string variable.
79080         * sunrpc/rpc_main.c (h_output): Likewise.
79081         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
79083 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
79085         * inet/check_native.c: New file.
79087 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
79089         [BZ #13629]
79090         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
79091         if larger part has absolute value 1.0.
79092         * math/s_clog10.c (__clog10): Likewise.
79093         * math/s_clog10f.c (__clog10f): Likewise.
79094         * math/s_clog10l.c (__clog10l): Likewise.
79095         * math/s_clogf.c (__clogf): Likewise.
79096         * math/s_clogl.c (__clogl): Likewise.
79097         * math/libm-test.inc (clog_test): Add more tests.
79098         (clog10_test): Likewise.
79099         * sysdeps/i386/fpu/libm-test-ulps: Update.
79100         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
79102         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
79103         (pltexit): Likewise.
79104         (La_regs): Likewise.
79105         (La_retval): Likewise.
79106         (int_retval): Likewise.
79107         Update #error for removed macros to refer only to definitions in
79108         tst-audit.h.
79109         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
79110         macro.
79111         (pltexit): Likewise.
79112         (La_regs): Likewise.
79113         (La_retval): Likewise.
79114         (int_retval): Likewise.
79115         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
79116         macro.
79117         (pltexit): Likewise.
79118         (La_regs): Likewise.
79119         (La_retval): Likewise.
79120         (int_retval): Likewise.
79121         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
79122         macro.
79123         (pltexit): Likewise.
79124         (La_regs): Likewise.
79125         (La_retval): Likewise.
79126         (int_retval): Likewise.
79127         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
79128         macro.
79129         (pltexit): Likewise.
79130         (La_regs): Likewise.
79131         (La_retval): Likewise.
79132         (int_retval): Likewise.
79133         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
79134         macro.
79135         (pltexit): Likewise.
79136         (La_regs): Likewise.
79137         (La_retval): Likewise.
79138         (int_retval): Likewise.
79139         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
79140         macro.
79141         (pltexit): Likewise.
79142         (La_regs): Likewise.
79143         (La_retval): Likewise.
79144         (int_retval): Likewise.
79145         * sysdeps/generic/tst-audit.h: Update comment to refer only to
79146         macro definitions in tst-audit.h.
79147         * sysdeps/i386/tst-audit.h: New file.
79148         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
79149         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
79150         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
79151         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
79152         * sysdeps/sh/tst-audit.h: Likewise.
79153         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
79154         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
79155         * sysdeps/x86_64/tst-audit.h: Likewise.
79157 2012-07-26  Andreas Jaeger  <aj@suse.de>
79159         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
79160         ptrace.
79162         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
79163         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
79164         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
79165         PTRACE_O_MASK.
79166         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
79167         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
79168         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
79170         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
79171         value.
79173         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
79174         _sigsys.
79175         (si_call_addr, si_syscall, si_arch): Define new macro.
79176         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
79177         _sigsys.
79178         (si_call_addr, si_syscall, si_arch): Define new marcro.
79179         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
79180         _sigsys.
79181         (si_call_addr, si_syscall, si_arch): Define new macro.
79182         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
79183         _sigsys.
79184         (si_call_addr, si_syscall, si_arch): Define new macro.
79186 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
79188         [BZ #13717]
79189         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
79190         Change to 2.4.21 where previously 2.4.1.
79191         * sysdeps/unix/sysv/linux/configure: Regenerated.
79192         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
79193         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
79194         Linux kernel version.
79195         (__ASSUME_STD_AUXV): Remove.
79196         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
79197         kernel version.
79198         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
79199         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
79200         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
79201         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
79202         (__ASSUME_NETLINK_SUPPORT): Likewise.
79203         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
79204         (__no_netlink_support): Remove conditional definition.
79205         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
79206         Remove.
79207         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
79208         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
79209         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
79210         (if_nameindex_ioctl): Remove.
79211         (if_nameindex_netlink): Do not handle __no_netlink_support.
79212         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
79213         code.
79214         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
79215         Remove conditional code.
79216         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
79217         code.
79218         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
79219         unconditional.
79220         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
79221         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
79222         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
79223         Remove.
79224         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
79225         [!__ASSUME_STD_AUXV]: Remove conditional code.
79226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
79227         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
79228         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
79229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
79230         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
79231         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
79232         code.
79233         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
79234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
79235         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
79236         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
79237         conditional code.
79238         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
79239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
79240         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
79241         code.
79242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
79243         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
79244         conditional code.
79245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
79246         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
79247         code unconditional.
79248         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
79249         conditional code.
79250         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
79251         unconditional.
79252         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
79253         conditional code.
79254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
79255         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
79256         unconditional.
79257         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
79258         conditional code.
79259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
79260         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
79261         code unconditional.
79262         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
79263         conditional code.
79264         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
79265         unconditional.
79266         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
79267         conditional code.
79268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
79269         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
79270         code unconditional.
79271         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
79272         conditional code.
79273         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
79274         unconditional.
79275         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
79276         conditional code.
79278 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
79280         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
79281         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
79282         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
79283         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
79284         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
79285         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
79286         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
79287         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
79288         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
79289         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
79290         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
79291         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
79292         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
79293         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
79294         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
79295         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
79296         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
79297         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
79298         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
79299         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
79300         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
79301         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
79302         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
79304 2012-07-25  Florian Weimer  <fweimer@redhat.com>
79306         * Versions.def: Add GLIBC_2.17.
79307         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
79308         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
79309         Introduce __libc_secure_getenv.
79310         * stdlib/Versions (2.17): Add secure_getenv
79311         (GLIBC_PRIVATE): Add __libc_secure_getenv.
79312         * stdlib/secure-getenv.c: Rename __secure_getenv to
79313         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
79314         symbol __secure_getenv for GLIBC_2.0.
79315         * stdlib/tst-secure-getenv.c: New.
79316         * stdlib/Makefile (tests): Add testcase.
79317         * manual/startup.texi (Environment Access): Document
79318         secure_getenv.
79319         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
79320         __libc_secure_getenv.
79321         * inet/ruserpass.c (ruserpass): Likewise.
79322         * malloc/mtrace.c (mtrace): Likewise.
79323         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
79324         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
79325         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
79326         * sysdeps/posix/tempname.c: Likewise.  Evaluate
79327         HAVE_SECURE_GETENV.
79328         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
79329         __secure_getenv to __libc_secure_getenv.
79330         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
79331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
79332         Likewise.
79333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
79334         Likewise.
79335         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
79336         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
79337         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
79338         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
79339         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
79340         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
79341         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
79343 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
79345         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
79346         (struct La_i86_retval): Likewise.
79347         (struct La_x86_64_regs): Likewise.
79348         (struct La_x86_64_retval): Likewise.
79349         (struct La_x32_regs): Likewise.
79350         (struct La_x32_retval): Likewise.
79351         (struct La_ppc32_regs): Likewise.
79352         (struct La_ppc32_retval): Likewise.
79353         (struct La_ppc64_regs): Likewise.
79354         (struct La_ppc64_retval): Likewise.
79355         (struct La_sh_regs): Likewise.
79356         (struct La_sh_retval): Likewise.
79357         (struct La_s390_32_regs): Likewise.
79358         (struct La_s390_32_retval): Likewise.
79359         (struct La_s390_64_regs): Likewise.
79360         (struct La_s390_64_retval): Likewise.
79361         (struct La_sparc32_regs): Likewise.
79362         (struct La_sparc32_retval): Likewise.
79363         (struct La_sparc64_regs): Likewise.
79364         (struct La_sparc64_retval): Likewise.
79365         (struct audit_ifaces): Remove architecture-specific pltenter and
79366         pltexit members.
79367         * sysdeps/i386/ldsodefs.h: New file.
79368         * sysdeps/powerpc/ldsodefs.h: Likewise.
79369         * sysdeps/s390/ldsodefs.h: Likewise.
79370         * sysdeps/sh/ldsodefs.h: Likewise.
79371         * sysdeps/sparc/ldsodefs.h: Likewise.
79372         * sysdeps/x86_64/ldsodefs.h: Likewise.
79374 2012-07-25  Marek Polacek  <polacek@redhat.com>
79376         [BZ #6808]
79377         * math/libm-test.inc (yn_test): Add another test.
79378         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
79379         to ERANGE when the result is +-Inf.
79380         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
79381         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
79382         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
79383         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
79385 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
79387         * conform/data/time.h-data (NULL): Use macro-constant.  Require
79388         equal to 0.
79389         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
79390         clock_t.
79391         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
79393 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
79395         * configure.in <sysdeps resolving>: Correct printing
79396         Implies_before.
79397         * configure: Regenerate.
79399 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
79401         * math/w_ilogb.c: Include <limits.h>.
79402         * math/w_ilogbl.c: Likewise.
79404 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
79406         * manual/lang.texi (__va_copy): Document primarily as ISO C99
79407         va_copy.  Document allowing for unavailable va_copy only as
79408         pre-C99 compatibility.
79409         * manual/string.texi (Copying and Concatenation): Use va_copy
79410         instead of __va_copy in concat example.
79412 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
79414         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
79415         (__sendto): Use create_address_port.  Initialize APORT and deallocate
79416         it if not null.
79418         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
79419         with O_NOLINK passed to __file_name_lookup.
79421         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
79422         with O_NOLINK passed to __file_name_lookup.
79424         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
79425         negative N or less than NGIDS.
79427         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
79428         type to string_t.  Set ERANGE as errno and return it if NAME is not big
79429         enough.  Use memcpy instead of strncpy.
79431 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
79433         * elf/Makefile (check-data): Remove.
79434         (localplt.data): New vpath directive.
79435         ($(objpfx)check-localplt.out): Use localplt.data from vpath
79436         instead of $(check-data).
79437         * scripts/data/localplt-generic.data: Move to ...
79438         * sysdeps/generic/localplt.data: ... here.
79439         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
79440         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
79441         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
79442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
79443         ... here.
79444         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
79445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
79446         ... here.
79447         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
79448         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
79449         ... here.
79450         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
79451         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
79452         ... here.
79453         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
79454         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
79455         ... here.
79456         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
79457         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
79458         ... here.
79460 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
79462         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
79463         PPC32 and PPC64 files.
79464         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
79465         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
79467 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
79469         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
79470         __makecontext_ret to ...
79471         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
79472         ... here and call exit if uc_link is NULL.  New file.
79473         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
79474         __makecontext_ret.S.
79475         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
79476         __makecontext_ret to ...
79477         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
79478         ... here and call exit if uc_link is NULL.  New file.
79479         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
79480         __makecontext_ret.S.
79482 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
79484         * elf/elf.h (R_390_IRELATIVE): New definition.
79485         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
79486         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
79487         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
79488         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
79489         (elf_machine_lazy_rel): Likewise.
79490         * sysdeps/s390/dl-irel.h: New file.
79491         * sysdeps/s390/s390-64/memcpy.S: New asm code.
79492         * sysdeps/s390/s390-64/memset.S: New asm code.
79493         * sysdeps/s390/s390-64/memcmp.S: New asm code.
79494         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
79495         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
79496         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
79497         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
79498         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
79499         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
79500         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
79501         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
79502         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
79503         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
79504         * sysdeps/s390/s390-32/memcpy.S: New asm code.
79505         * sysdeps/s390/s390-32/memset.S: New asm code.
79506         * sysdeps/s390/s390-32/memcmp.S: New asm code.
79508 2012-07-17  Marek Polacek  <polacek@redhat.com>
79510         [BZ #14349]
79511         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
79512         * sysdeps/s390/s390-64/configure.in: Likewise.
79513         * sysdeps/sparc/configure.in: Likewise.
79514         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
79515         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
79516         * sysdeps/i386/configure.in: Likewise.
79517         * sysdeps/x86_64/configure.in: Likewise.
79518         * sysdeps/sh/configure.in: Likewise.
79519         * sysdeps/s390/s390-32/configure: Regenerated.
79520         * sysdeps/s390/s390-64/configure: Likewise.
79521         * sysdeps/x86_64/configure: Likewise.
79522         * sysdeps/sh/configure: Likewise.
79523         * sysdeps/powerpc/powerpc64/configure: Likewise.
79524         * sysdeps/powerpc/powerpc32/configure: Likewise.
79525         * sysdeps/sparc/configure: Likewise.
79526         * sysdeps/i386/configure: Likewise.
79528         * elf/dl-open.c: Comment fixes.
79530 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
79532         * Makefile [CXX] (check-data): Remove.
79533         [CXX] (c++-types.data): New vpath directive.
79534         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
79535         vpath.  Do not allow for C++ type data being missing.
79536         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
79537         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
79538         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
79539         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
79540         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
79541         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
79542         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
79543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
79544         ... here.
79545         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
79546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
79547         ... here.
79548         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
79549         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
79550         ... here.
79551         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
79552         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
79553         ... here.
79554         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
79555         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
79556         ... here.
79557         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
79558         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
79559         ... here.
79560         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
79561         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
79562         ... here.
79563         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
79564         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
79566         * elf/tls-macros.h (TLS_LE): Move architecture-specific
79567         definitions to architecture-specific files.
79568         (TLS_IE): Likewise.
79569         (TLS_LD): Likewise.
79570         (TLS_GD): Likewise.
79571         * sysdeps/i386/tls-macros.h: New file.
79572         * sysdeps/powerpc/tls-macros.h: Likewise.
79573         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
79574         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
79575         * sysdeps/sh/tls-macros.h: Likewise.
79576         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
79577         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
79578         * sysdeps/x86_64/tls-macros.h: Likewise.
79580 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
79582         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
79583         zero value for regular exit case.
79585         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
79586         (__start_context): Preserve zero value for regular exit case.
79588 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
79589             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
79591         * manual/setjmp.texi (setcontext): Clarify normal process
79592         termination when uc_link is the null pointer.
79593         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
79594         exit call.
79596 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
79598         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
79599         preprocessor.  Test for each exception mask separately.
79601 2012-07-16  Andreas Jaeger  <aj@suse.de>
79603         * po/ru.po: Update from translation team.
79605 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
79607         * conform/data/string.h-data (NULL): Use macro-constant.  Require
79608         equal to 0.
79609         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
79610         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
79611         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
79612         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
79613         [ISO || ISO99 || ISO11] (*_t): Do not allow.
79615 2012-07-13  Andreas Jaeger  <aj@suse.de>
79617         * po/fr.po: Update from translation team.
79619 2012-07-12  Marek Polacek  <polacek@redhat.com>
79621         [BZ #14173]
79622         * math/libm-test.inc (yn_test): Add test for BZ #14173.
79623         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
79624         loop condition.
79626 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
79628         [BZ #13717]
79629         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
79630         Change to 2.4.1 where previously 2.4.0.
79631         * sysdeps/unix/sysv/linux/configure: Regenerated.
79632         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
79633         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
79634         version.
79635         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
79636         (__ASSUME_AT_CLKTCK): Remove.
79637         (__ASSUME_AT_PAGESIZE): Likewise.
79638         (__ASSUME_AT_XID): Likewise.
79639         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
79640         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
79641         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
79642         unconditionally.
79643         (HAVE_AUX_PAGESIZE): Likewise.
79644         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
79645         [__ASSUME_AT_CLKTCK]: Make code unconditional.
79646         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
79648 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
79650         [BZ #14307]
79651         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
79652         the temporary buffer used to invoke __gethostbyname2_r,
79653         __gethostbyaddr_r and gethostbyname4_r to make room for struct
79654         host_data / struct gaih_addrtuple.
79655         * resolv/nss_dns/dns-host.c (global scope): Move definition of
79656         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
79657         header file nss/nsswitch.h.
79658         * nss/nsswitch.h (global scope): Add definition of implementation
79659         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
79660         resolv/nss_dns/dns-host.c).
79662 2012-07-11  Andreas Jaeger  <aj@suse.de>
79664         * po/fr.po: Update from translation team.
79666         * po/sv.po: Update from translation team
79667         * po/fr.po: Another update from translation team.
79669 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
79671         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
79672         for subnormals or multiply small sinh result by itself.
79673         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
79674         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
79676 2012-07-11  David S. Miller  <davem@davemloft.net>
79678         * sysdeps/sparc/fpu/libm-test-ulps: Update.
79680 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
79682         [BZ #14347]
79683         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
79684         (INTERNAL_MARK): Shift it here.
79686 2012-07-10  Marek Polacek  <polacek@redhat.com>
79688         [BZ #14151]
79689         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
79690         libc_cv_asm_global_directive with .globl.
79691         * configure: Regenerated.
79692         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
79693         with .globl.
79694         * sysdeps/i386/configure: Regenerated.
79695         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
79696         with .globl.
79697         * sysdeps/x86_64/configure: Regenerated.
79698         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
79699         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
79700         * elf/tst-unique2mod2.c: Likewise.
79701         * elf/tst-unique2mod1.c: Likewise.
79702         * elf/tst-unique1mod2.c: Likewise.
79703         * elf/tst-unique1mod1.c: Likewise.
79704         * sysdeps/s390/s390-32/sysdep.h: Likewise.
79705         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
79706         * sysdeps/s390/s390-64/sysdep.h: Likewise.
79707         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
79708         * sysdeps/mach/sysdep.h: Likewise.
79709         * sysdeps/i386/sysdep.h: Likewise.
79710         * sysdeps/i386/i386-mcount.S: Likewise.
79711         * sysdeps/x86_64/_mcount.S: Likewise.
79712         * sysdeps/x86_64/sysdep.h: Likewise.
79713         * sysdeps/sh/_mcount.S: Likewise.
79714         * sysdeps/sh/sysdep.h: Likewise.
79715         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
79716         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
79717         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
79718         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
79719         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
79720         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
79721         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
79722         * locale/localeinfo.h: Likewise.
79723         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
79724         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
79726 2012-07-09  Roland McGrath  <roland@hack.frob.com>
79728         [BZ #14336]
79729         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
79730         system".
79731         * manual/message.texi (The Uniforum approach): Likewise.
79732         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
79733         (glibc iconv Implementation): Likewise.
79735 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
79737         [BZ #14337]
79738         * math/s_clog.c (__clog): Avoid scaling a value down where that
79739         could result in underflow.
79740         * math/s_clog10.c (__clog10): Likewise.
79741         * math/s_clog10f.c (__clog10f): Likewise.
79742         * math/s_clog10l.c (__clog10l): Likewise.
79743         * math/s_clogf.c (__clogf): Likewise.
79744         * math/s_clogl.c (__clogl): Likewise.
79745         * math/libm-test.inc (clog_test): Add more tests.
79746         (clog10_test): Likewise.
79747         * sysdeps/i386/fpu/libm-test-ulps: Update.
79748         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
79750 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
79752         [BZ #14283]
79753         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
79754         by 7 not 8 to examine high bit of fractional part.
79756         [BZ #14042]
79757         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
79758         for call to __mcount_internal.
79759         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
79760         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
79761         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
79763 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
79765         [BZ #14154]
79766         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
79767         approximation for values within 0x1p-13f of an odd multiple of
79768         pi/4.
79769         * math/libm-test.inc (tan_test): Do not allow spurious underflow
79770         exception.  Add more tests.
79771         * sysdeps/i386/fpu/libm-test-ulps: Update.
79773         [BZ #6778]
79774         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
79775         inputs and return -1 for them.  Do not check for +Inf in case not
79776         reachable for +Inf.
79777         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
79778         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
79779         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
79780         and return -1 for them.  Do not check for +Inf in case not
79781         reachable for +Inf.
79782         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
79783         define.
79784         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
79785         and return -1 for them.  Do not check for +Inf in case not
79786         reachable for +Inf.
79787         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
79788         spurious underflow.
79789         * sysdeps/i386/fpu/libm-test-ulps: Update.
79790         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
79792 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
79794         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
79796 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
79798         [BZ #14157]
79799         [BZ #14331]
79800         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
79801         could result in spurious underflow.  Scale down values above
79802         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
79803         * math/s_csqrtf.c (__csqrtf): Likewise.
79804         * math/s_csqrtl.c (__csqrtl): Likewise.
79805         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
79806         spurious underflow.
79807         * sysdeps/i386/fpu/libm-test-ulps: Update.
79808         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
79810 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
79812         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
79813         xopen-msg.sed.
79814         * catgets/xopen-msg.awk: New file.
79815         * catgets/xopen-msg.sed: Removed.
79817         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
79818         po2text.sed.
79819         * intl/po2test.awk: New file.
79820         * intl/po2test.sed: Removed.
79822 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
79824         [BZ #14328]
79825         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
79826         or multiply small sinh result by itself.
79827         * math/s_ctanf.c (__ctanf): Likewise.
79828         * math/s_ctanh.c (__ctanh): Likewise.
79829         * math/s_ctanhf.c (__ctanhf): Likewise.
79830         * math/s_ctanhl.c (__ctanhl): Likewise.
79831         * math/s_ctanl.c (__ctanl): Likewise.
79832         * math/libm-test.inc (ctan_test_tonearest): New function.
79833         (ctan_test_towardzero): Likewise.
79834         (ctan_test_downward): Likewise.
79835         (ctan_test_upward): Likewise.
79836         (ctanh_test_tonearest): Likewise.
79837         (ctanh_test_towardzero): Likewise.
79838         (ctanh_test_downward): Likewise.
79839         (ctanh_test_upward): Likewise.
79840         (main): Call these new functions.
79841         * sysdeps/i386/fpu/libm-test-ulps: Update.
79842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
79844 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
79846         * .gitignore: Delete /ports entry.
79848 2012-07-03  Andreas Jaeger  <aj@suse.de>
79850         * po/bg.po: Update from translation team.
79851         * po/cs.po: Likewise.
79852         * po/de.po: Likewise.
79853         * po/hr.po: Likewise.
79854         * po/nl.pl: Likewise.
79855         * po/pl.po: Likewise.
79856         * po/vi.po: Likewise.
79858 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
79860         * Makeconfig [!+link] (+link-before-libc): New variable.
79861         [!+link] (+link-after-libc): Likewise.
79862         [!+link] (+link-tests): Likewise.
79863         [!+link] (+link): Define in terms of $(+link-before-libc) and
79864         $(+link-after-libc).
79865         [!+link-static] (+link-static-before-libc): New variable.
79866         [!+link-static] (+link-static-after-libc): Likewise.
79867         [!+link-static] (+link-static-tests): Likewise.
79868         [!+link-static] (+link-static): Define in terms of
79869         $(+link-static-before-libc) and $(+link-static-after-libc).
79870         [build-shared] (link-libc-before-gnulib): New variable.
79871         [build-shared] (link-libc-tests): Likewise.
79872         [build-shared] (link-libc): Define in terms of
79873         $(link-libc-before-gnulib).
79874         [!build-shared] (link-libc-tests): New variable.
79875         (link-libc-static-tests): New variable.
79876         [!gnulib] (gnulib-arch): New variable.
79877         [!gnulib] (gnulib-tests): Likewise.
79878         [!gnulib] (static-gnulib-arch): Likewise.
79879         [!gnulib] (static-gnulib-tests): Likewise.
79880         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
79881         Define with "=" instead of ":=".
79882         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
79883         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
79884         * Rules (binaries-all-notests): New variable.
79885         (binaries-all-tests): Likewise.
79886         (binaries-static-notests): Likewise.
79887         (binaries-static-tests): Likewise.
79888         (binaries-all): Define using $(binaries-all-notests) and
79889         $(binaries-all-tests).
79890         (binaries-static): Define using $(binaries-static-notests) and
79891         $(binaries-static-tests).
79892         (binaries-shared-tests): New variable.
79893         (binaries-shared-notests): Likewise.
79894         (binaries-shared): Remove variable.
79895         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
79896         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
79897         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
79898         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
79899         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
79900         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
79901         * elf/Makefile (sln-modules): New variable.
79902         (extra-objs): Add $(sln-modules:=.o).
79903         (ldconfig-modules): Add static-stubs.
79904         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
79905         * elf/static-stubs.c: New file.
79907         [BZ #14283]
79908         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
79909         by 7 not 8 to examine high bit of fractional part.  Use volatile
79910         variables when splitting into final array of floats if
79911         __FLT_EVAL_METHOD__ != 0.
79912         * math/libm-test.inc (cos_test): Add another test.
79913         (sin_test): Likewise.
79914         * sysdeps/i386/fpu/libm-test-ulps: Update.
79916         [BZ #14273]
79917         * math/libm-test.inc (cosh_test): Add more tests.
79919         * version.h (RELEASE): Set to "development".
79920         (VERSION): Set to "2.16.90".
79922 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
79924         * NEWS: Update copyright. Remove last-updated date.
79925         Mention math library bug fixes and timezone data changes.
79926         * README: Mention GNU/Hurd, x32, and HPPA support status.
79928 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
79930         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
79932 2012-06-27  Andreas Jaeger  <aj@suse.de>
79934         * manual/contrib.texi (Contributors): Add Samuel Thibault.
79936 2012-06-25  Andreas Jaeger  <aj@suse.de>
79938         * sysdeps/s390/fpu/libm-test-ulps: Update.
79940 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
79941             Thomas Schwinge  <thomas@codesourcery.com>
79943         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
79944         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
79945         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
79946         fanotify_mark.
79948 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
79950         * sysdeps/mach/start.c: Remove file.
79951         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
79952         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
79953         * sysdeps/sh/init-first.c: Likewise.
79955         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
79956         registers for frame unwinding purposes, add CFI directives.
79957         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
79958         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise.
79959         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
79960         Likewise.
79962         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
79963         __fortify_fail returning.
79964         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
79966         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
79967         sysdeps/sh/____longjmp_chk.S.
79968         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
79969         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
79970         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
79971         (gen-as-const-headers): Append sigaltstack-offsets.sym.
79973         * sysdeps/sh/abort-instr.h: New file.
79974         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
79975         process in case exit returns.
79977         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
79978         initialize the GOT register before use.
79980         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
79981         calculation of ARGC > 4.
79983         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
79984         meaningful names to some local labels.
79986 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
79987             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
79989         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
79990         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
79991         (__arch_compare_and_exchange_val_16_acq): Likewise.
79992         (__arch_compare_and_exchange_val_32_acq): Likewise.
79993         (atomic_exchange_and_add): Fix gUSA sequence.
79994         (atomic_add): Likewise.
79995         (atomic_add_negative): Likewise.
79996         (atomic_add_zero): Likewise.
79997         (atomic_bit_test_set): Likewise.
79999 2012-06-22  Andreas Schwab  <schwab@redhat.com>
80001         [BZ #13579]
80002         * include/link.h (struct link_map): Add l_free_initfini.
80003         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
80004         l_initfini.
80005         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
80006         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
80007         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
80008         set.
80010 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
80012         * configure.in: Use AC_LANG_SOURCE.
80013         * configure: Regenerate.
80015 2012-06-22  Roland McGrath  <roland@hack.frob.com>
80017         * configure.in (libc_cv_localstatedir): New substituted variable.
80018         * configure: Regenerated.
80019         * config.make.in (localstatedir): New variable, substituted from
80020         libc_cv_localstatedir.
80021         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
80022         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
80023         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
80024         * sysdeps/gnu/configure: Regenerated.
80026 2012-06-21  Jeff Law  <law@redhat.com>
80028         [BZ #14277]
80029         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
80030         free.  Simplify list management for _LIBC case.
80032 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
80034         [BZ #14273]
80035         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
80036         Clear sign bit of 64-bit integer value before comparing against
80037         overflow value.
80039         * sysdeps/mach/configure: Regenerated.
80041 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
80043         [BZ #14278]
80044         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
80046 2012-06-21  Jeff Law  <law@redhat.com>
80048         [BZ #13882]
80049         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
80050         uint16_t for elements in the "seen" array to avoid char overflows.
80051         * elf/dl-fini.c (_dl_sort_fini): Likewise.
80052         * elf/dl-open.c (dl_open_worker): Likewise.
80054 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
80056         * scripts/list-sources.sh: Scan PORTS for translations.
80057         * po/libc.pot: Regenerated.
80059 2012-06-21  Andreas Jaeger  <aj@suse.de>
80061         [BZ #12194]
80062         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
80063         warning.
80064         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
80065         * bits/byteswap-16.h (__bswap_16): Likewise.
80066         * bits/byteswap.h (__bswap_constant_16): Likewise.
80068 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
80070         [BZ #14117]
80071         * sysdeps/i386/fpu_control.h: Removed.
80072         * sysdeps/x86_64/fpu_control.h: Moved to ...
80073         * sysdeps/x86/fpu_control.h: Here.
80075         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
80076         (_FPU_SETCW): Likewise.
80078 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
80080         [BZ #14117]
80081         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
80082         * sysdeps/x86/fpu/bits/mathinline.h: This.
80083         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
80085         [BZ #14050]
80086         [BZ #14117]
80087         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
80088         functions if __x86_64__ is defined.
80090 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
80092         * string/endian.h: Add !__ASSEMBLER__ condition for including
80093         conversion interfaces.
80095 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
80097         [BZ #14241]
80098         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
80099         of ABS(x) in calculating zero to negative powers other than odd
80100         integers.
80101         * math/libm-test.inc (pow_test): Add more tests.
80103 2012-06-15  Andreas Jaeger  <aj@suse.de>
80105         * manual/contrib.texi (Contributors): Update entry of Liubov
80106         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
80107         Machado Filho.
80109 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
80111         * string/string.h: Add __wur to GNU version of strerror_r.
80113 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
80115         [BZ #14229]
80116         * string/Makefile (tests): Add tst-strtok_r.
80117         * string/tst-strtok_r.c: New file.
80118         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
80119         RAX_LP/RDX_LP on SAVE_PTR.
80121 2012-06-14  Roland McGrath  <roland@hack.frob.com>
80123         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
80125 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
80127         * libm_test.inc (csqrt_test): Allow more spurious underflow
80128         exceptions.
80129         (j0_test): Likewise.
80130         (j1_test): Likewise.
80131         (y0_test): Likewise.
80132         (y1_test): Likewise.
80134 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
80136         * po/Makefile (libc.pot): Use UTF-8 charset.
80138 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
80140         [BZ #14210]
80141         Suppress sign-conversion warning from FD_SET.
80142         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
80143         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
80144         not unsigned long int.
80145         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
80147 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
80149         [BZ #14050]
80150         [BZ #14117]
80151         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
80152         __extern_always_inline instead of __extern_inline.
80153         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
80154         (__signbit): Likewise.
80155         (__signbitl): Support C++ namespace.
80156         (lrintf): New inline function.
80157         (lrint): Likewise.
80158         (llrintf): Likewise.
80159         (llrint): Likewise.
80160         (fmaxf): Likewise.
80161         (fmax): Likewise.
80162         (fminf): Likewise.
80163         (fmin): Likewise.
80164         (rint): Likewise.
80165         (rintf): Likewise.
80166         (ceil): Likewise.
80167         (ceilf): Likewise.
80168         (floor): Likewise.
80169         (floorf): Likewise.
80170         (nearbyint): Likewise.
80171         (nearbyintf): Likewise.
80173 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
80175         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
80176         non-default versions.
80178 2012-06-11  Roland McGrath  <roland@hack.frob.com>
80180         [BZ #14218]
80181         * manual/argp.texi (Argp): Reword argp_parse description slightly.
80183 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
80185         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
80186         (FE_UPWARD, FE_DOWNWARD): Don't define.
80187         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
80188         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
80190         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
80191         reading it.
80192         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
80193         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
80195 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
80197         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
80198         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
80199         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
80200         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
80202 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
80204         [BZ #14117]
80205         * sysdeps/i386/fpu/bits/fenv.h: Removed.
80206         * sysdeps/i386/fpu/Implies: New file.
80207         * sysdeps/x86_64/fpu/Implies: Likewise.
80208         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
80209         * sysdeps/x86/fpu/bits/fenv.h: This.
80211         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
80212         __SSE_MATH__.
80214 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
80216         [BZ #14134]
80217         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
80218         character 0xffff that matches the last element of the
80219         conversion table.
80221 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
80223         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
80224         fmodl commit.
80226 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
80228         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
80229         values higher than 25.6283.
80231 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
80233         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
80234         subnormal exponent extraction and add some __builtin_expect.
80235         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
80236         Fix for subnormal mantissa calculation.
80238 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
80240         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
80241         cpu2 is -1 and errno is not ENOSYS.
80243 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
80245         [BZ #14117]
80246         * sysdeps/i386/i486/bits/string.h: Renamed to ...
80247         * sysdeps/x86/bits/string.h: This.
80248         * sysdeps/x86_64/bits/string.h: Removed.
80250         * sysdeps/i386/i486/bits/string.h: Define inline functions only
80251         if not compiling for x86-64, but compiling for >= i486.
80253         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
80254         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
80256         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
80257         New macro from Linux kernel 3.4.0.
80258         (FP_XSTATE_MAGIC2): Likewise.
80259         (FP_XSTATE_MAGIC2_SIZE): Likewise.
80260         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
80261         (struct _fpx_sw_bytes): New struct.
80262         (struct _xsave_hdr): Likewise.
80263         (struct _ymmh_state): Likewise.
80264         (struct _xstate): Likewise.
80266         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
80267         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
80268         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
80269         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
80270         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
80271         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
80273         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
80274         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
80275         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
80276         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
80277         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
80278         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
80280 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
80282         [BZ #13743]
80283         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
80284         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
80285         (sysdep_headers): Include sys/platform/ppc.h.
80286         * sysdeps/powerpc/test-gettimebase.c: Test for
80287         __ppc_get_timebase() to catch future ISA opcode/insn changes.
80288         * manual/Makefile (appendices): Include platform.texi.
80289         * manual/contrib.texi (Contributors): Update @node pointers.
80290         * manual/maint.texi (Maintenance): Likewise.
80291         (Platform): New node.
80292         * manual/platform.texi: New file.  Document the new features.
80294 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
80295             Jakub Jelinek  <jakub@redhat.com>
80297         [BZ #14188]
80298         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
80299         where __builtin_expect is unavailable.
80301 2012-06-03  David S. Miller  <davem@davemloft.net>
80303         * stdlib/longlong.h: Updated from GCC.
80305 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
80307         [BZ #14042]
80308         * sysdeps/powerpc/powerpc32/mcount.c: New file.
80309         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
80310         __mcount_internal.
80311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
80312         (GLIBC_2.16): Likewise.
80314 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
80316         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
80318 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
80320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
80321         (default-abi): New variable.
80322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
80323         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
80324         variable.
80325         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
80326         Likewise.
80327         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
80328         Likewise.
80329         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
80330         Likewise.
80332         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
80333         definition.  Document in comment.
80335 2012-06-01  David S. Miller  <davem@davemloft.net>
80337         * stdlib/longlong.h: Updated from GCC.
80339 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
80341         [BZ #14117]
80342         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
80343         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
80344         sys/debugreg.h sys/io.h here.
80345         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
80346         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
80347         sys/io.h.
80348         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
80349         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
80350         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
80351         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
80352         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
80353         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
80355         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
80356         Define only if __x86_64__ is defined.
80358 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
80360         [BZ #14048]
80361         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
80362         Use int64_t for variable i.
80363         * math/libm-test.inc (fmod_test): Add more tests.
80365         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
80366         z computation is not scheduled after fetestexcept.
80367         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
80368         Use math_force_eval instead of asm to ensure calculation scheduled
80369         before exception test.
80370         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
80371         Ensure a1 + u.d computation is not scheduled after fetestexcept.
80373 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
80375         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
80376         computation is not scheduled after fetestexcept.
80378 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
80380         [BZ #14117]
80381         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
80382         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
80384 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
80386         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
80387         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
80389 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
80391         [BZ #14117]
80392         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
80393         <bits/wordsize.h>.
80394         (__WCHAR_MIN): Support __WORDSIZE == 64.
80395         (__WCHAR_MAX): Likewise.
80397         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
80398         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
80400         [BZ #14183]
80401         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
80402         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
80404         [BZ #14117]
80405         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
80406         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
80408         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
80409         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
80411         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
80412         Defined to 1 if __x86_64__ isn't defined.
80413         (_STAT_VER_LINUX_OLD): New.
80414         (st_atime): Remove duplicate.
80415         (st_mtime): Likewise.
80416         (st_ctime): Likewise.
80418 2012-05-31  David S. Miller  <davem@davemloft.net>
80420         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
80421         entries.
80423 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
80425         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
80426         gen-libm-test.pl.
80428         [BZ #14132]
80429         * elf/dl-reloc.c: Include <_itoa.h>.
80430         (_dl_reloc_bad_type): Remove use of INTUSE.
80431         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
80432         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
80433         * stdio-common/psiginfo.c (psiginfo): Likewise.
80434         * stdio-common/psignal.c (psignal): Likewise.
80435         * string/strsignal.c (strsignal): Likewise.
80436         * include/signal.h (_sys_siglist): Declare hidden proto.
80437         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
80438         INTVARDEF with libc_hidden_data_def.
80439         * stdio-common/itoa-udigits.c: Likewise.
80440         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
80441         (_itoa_lower_digits_internal): Remove declaration.
80442         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
80443         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
80444         (_sys_sigabbrev_internal): Remove aliases.
80445         (_sys_siglist): Define hidden alias.
80447 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
80449         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
80450         bits/sysctl.h.
80452 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
80454         [BZ #14117]
80455         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
80456         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
80458         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
80459         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
80460         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
80461         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
80462         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
80463         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
80465         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
80466         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
80467         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
80469         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
80470         with __addr.
80471         (insw): Likewise.
80472         (insl): Likewise.
80473         (outsb): Likewise.
80474         (outsw): Likewise.
80475         (outsl): Likewise.
80477         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
80478         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
80479         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
80481         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
80482         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
80483         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
80484         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
80485         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
80486         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
80488         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
80489         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
80491         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
80492         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
80494         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
80495         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
80496         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
80498         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
80499         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
80500         to ...
80501         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
80503         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
80504         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
80505         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
80507         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
80508         for x86-64.
80509         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
80511 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
80513         * math/math.h (M_El): Use two more decimal places.
80514         (M_LOG2El): Likewise.
80515         (M_LOG10El): Likewise.
80516         (M_LN2l): Likewise.
80517         (M_LN10l): Likewise.
80518         (M_PIl): Likewise.
80519         (M_PI_2l): Likewise.
80520         (M_PI_4l): Likewise.
80521         (M_1_PIl): Likewise.
80522         (M_2_PIl): Likewise.
80523         (M_2_SQRTPIl): Likewise.
80524         (M_SQRT2l): Likewise.
80525         (M_SQRT1_2l): Likewise.
80527 2012-05-31  David S. Miller  <davem@davemloft.net>
80529         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
80530         values between float registers.
80531         * sysdeps/sparc/sparc64/memset.S: Likewise.
80532         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
80534 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
80536         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
80537         -D_FORTIFY_SOURCE=1.
80538         (CPPFLAGS-tst-longjmp_chk.c): Define.
80539         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
80540         (CPPFLAGS-tst-longjmp_chk2.c): Define.
80541         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
80542         CFLAGS-tst-wchar-h.c.
80544 2012-05-31  Marek Polacek  <polacek@redhat.com>
80546         [BZ #14132]
80547         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
80548         __endmntent_internal): Remove declaration.
80549         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
80550         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
80551         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
80553 2012-05-30  David S. Miller  <davem@davemloft.net>
80555         * sysdeps/sparc/sparc32/soft-fp/q_util.c
80556         (___Q_simulate_exceptions): Use real FP ops rather than writing
80557         into the %fsr.
80558         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
80559         Likewise.
80561 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
80563         [BZ #14117]
80564         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
80565         * sysdeps/x86/bits/xtitypes.h: This.
80567         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
80568         * sysdeps/x86/bits/wordsize.h: This.
80570         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
80571         * sysdeps/x86/bits/huge_vall.h: This.
80573         * sysdeps/i386/bits/select.h: Removed.
80574         * sysdeps/x86_64/bits/select.h: Renamed to ...
80575         * sysdeps/x86/bits/select.h: This.
80577         * sysdeps/i386/bits/setjmp.h: Removed.
80578         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
80579         * sysdeps/x86/bits/setjmp.h: This.
80581         * sysdeps/i386/bits/mathdef.h: Removed.
80582         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
80583         * sysdeps/x86/bits/mathdef.h: This.
80585 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
80587         [BZ #14132]
80588         * include/sys/socket.h (__connect_internal)
80589         (__libc_sa_len_internal): Remove declaration.
80590         (__connect, __libc_sa_len): Declare hidden_proto.
80591         (SA_LEN): Remove use of INTUSE.
80592         * socket/connect.c: Add libc_hidden_def.
80593         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
80594         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
80595         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
80596         alias.
80597         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
80598         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
80599         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
80600         of adding _internal alias.
80602 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
80604         [BZ #14117]
80605         * sysdeps/i386/bits/link.h: Removed.
80606         * sysdeps/i386/bits/linkmap.h: Likewise.
80607         * sysdeps/x86_64/bits/link.h: Renamed to ...
80608         * sysdeps/x86/bits/link.h: This.
80609         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
80610         * sysdeps/x86/bits/linkmap.h: This.
80612         * sysdeps/i386/bits/endian.h: Removed.
80613         * sysdeps/x86_64/bits/endian.h: Renamed to ...
80614         * sysdeps/x86/bits/endian.h: This.
80616         * sysdeps/i386/bits/byteswap.h: Removed.
80617         * sysdeps/i386/bits/byteswap-16.h: Likewise.
80618         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
80619         * sysdeps/x86/bits/byteswap.h: This.
80620         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
80621         * sysdeps/x86/bits/byteswap-16.h: This.
80622         * sysdeps/i386/Implies: Add x86.
80623         * sysdeps/x86_64/Implies: Likewise.
80625 2012-05-30  David S. Miller  <davem@davemloft.net>
80627         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
80628         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
80629         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
80630         (FP_TRAPPING_EXCEPTIONS): Define.
80631         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
80632         (FP_TRAPPING_EXCEPTIONS): Define.
80633         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
80634         subnormals only when inexact has been signalled or underflow
80635         exceptions are enabled.
80636         (_FP_PACK_CANONICAL): Likewise.
80638 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
80640         [BZ #14183]
80641         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
80642         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
80644 2012-05-30  Richard Henderson  <rth@twiddle.net>
80646         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
80647         with #ifndef NOT_IN_libc.
80649         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
80650         marked to avoid plt entry.
80652 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
80654         [BZ #14112]
80655         * Makeconfig (default-abi): New macro.
80656         (abi-includes): Likewise.
80657         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
80658         $(abi-$(default-abi)-lib-soname) for soname if defined.
80659         ($(common-objpfx)gnu/lib-names.stmp): Generate from
80660         abi-variants.
80661         * Makefile (installed-stubs): Likewise.
80662         * include/stubs-biarch.h: Removed.
80663         * scripts/lib-names.awk: Only handle one library at a time.
80664         * scripts/soversions.awk: Remove WORDSIZE support.
80665         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
80666         entries.
80667         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
80668         Removed.
80669         (syscall-list-default-condition): Likewise.
80670         (syscall-list-default-condition): Likewise.
80671         (syscall-list-includes): Likewise.
80672         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
80673         syscall-list-* with abi-*.  Handle undefined abi-variants.
80674         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
80675         * sysdeps/unix/sysv/linux/i386/Implies: New file.
80676         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
80677         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
80678         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
80679         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
80680         Removed.
80681         (syscall-list-32-options): Likewise.
80682         (syscall-list-32-condition): Likewise.
80683         (syscall-list-64-options): Likewise.
80684         (syscall-list-64-condition): Likewise.
80685         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
80686         macro.
80687         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
80688         Renamed to ...
80689         (abi-*): This.
80690         (abi-64-ld-soname): New macro.
80691         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
80692         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
80693         Renamed to ...
80694         (abi-*): This.
80695         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
80696         * sysdeps/x86_64/x32/shlib-versions: Likewise.
80698 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
80700         * sysdeps/unix/sysv/linux/kernel-features.h
80701         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
80702         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
80703         include <kernel-features.h>.
80704         [!__NR_ftruncate64]: Remove conditional code.
80705         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
80706         [__NR_ftruncate64]: Make code unconditional.
80707         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
80708         * sysdeps/unix/sysv/linux/truncate64.c: Do not
80709         include <kernel-features.h>.
80710         [!__NR_ftruncate64]: Remove conditional code.
80711         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
80712         [__NR_ftruncate64]: Make code unconditional.
80713         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
80714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
80715         include <kernel-features.h>.
80716         [!__NR_ftruncate64]: Remove conditional code.
80717         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
80718         [__NR_ftruncate64]: Make code unconditional.
80719         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
80720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
80721         include <kernel-features.h>.
80722         [!__NR_ftruncate64]: Remove conditional code.
80723         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
80724         [__NR_ftruncate64]: Make code unconditional.
80725         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
80727         * configure.in (libc_cv_fpie): Weaken to a compile test using
80728         LIBC_TRY_CC_OPTION.
80729         * configure: Regenerated.
80731 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
80733         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
80734         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
80735         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
80736         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
80737         Refreshed.
80738         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
80739         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
80740         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
80741         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
80742         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
80743         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
80744         Refreshed.
80746 2012-05-27  David S. Miller  <davem@davemloft.net>
80748         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
80749         (___Q_zero): New.
80750         (__Q_simulate_exceptions): Return void.  Change to simulate
80751         exceptions by writing into the %fsr.
80752         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
80753         (__Qp_handle_exceptions): Likewise.
80754         (numbers): Delete.
80755         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
80756         __Qp_handle_exceptions.
80757         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
80758         __Qp_handle_exceptions.
80759         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
80760         as unused and give dummy FP_RND_NEAREST initializer.
80761         (FP_INHIBIT_RESULTS): Define.
80762         (___Q_simulate_exceptions): Update declaration.
80763         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
80764         formatting.
80765         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
80766         as unused and give dummy FP_RND_NEAREST initializer.
80767         (__Qp_handle_exceptions): Update declaration.
80768         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
80769         formatting.
80771 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
80773         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
80774         the temporary FPU control word.
80775         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
80776         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
80777         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
80778         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
80779         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
80780         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
80781         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
80782         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
80783         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
80784         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
80785         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
80787 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
80789         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
80790         fields.
80792 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
80794         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
80795         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
80796         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
80797         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
80798         Likewise.
80799         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
80800         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
80801         Likewise.
80803 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
80805         * po/h.po: Update from translation team.
80807 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
80809         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
80811         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
80812         handling of denormals.
80813         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
80814         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
80815         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
80816         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
80817         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
80818         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
80819         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
80820         Likewise.
80822 2012-05-26  Marek Polacek  <polacek@redhat.com>
80824         [BZ #14152]
80825         * math/libm-test.inc (fma_test): Don't always expect underflow
80826         exception.
80828 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
80830         [BZ #12416]
80831         * elf/tst-execstack.c: Include stackinfo.h.
80832         (do_test): Adjust test case to ensure that pthread_getattr_np
80833         behaviour remains the same after marking stack executable.
80835 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
80837         * sysdeps/unix/sysv/linux/kernel-features.h
80838         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
80839         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
80840         kernel-features.h.
80841         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
80842         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
80843         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
80844         kernel-features.h.
80845         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
80846         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
80848 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
80850         * configure.in: Define the default includes to being none.
80851         * configure: Regenerated.
80853 2012-05-25  Roland McGrath  <roland@hack.frob.com>
80855         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
80856         * sysdeps/x86_64/setjmp.S: Likewise.
80857         * sysdeps/i386/bsd-setjmp.S: Likewise.
80858         * sysdeps/i386/bsd-_setjmp.S: Likewise.
80859         * sysdeps/i386/setjmp.S: Likewise.
80860         * sysdeps/i386/__longjmp.S: Likewise.
80861         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
80862         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
80864         * include/stap-probe.h: New file.
80865         * configure.in: Handle --enable-systemtap.
80866         * configure: Regenerated.
80867         * config.h.in (USE_STAP_PROBE): New #undef.
80868         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
80869         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
80870         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
80872 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
80874         [BZ #13717]
80875         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
80876         to 2.4.0 where earlier.
80877         * sysdeps/unix/sysv/linux/configure: Regenerated.
80878         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
80879         <kernel-features.h>.
80880         [__ASSUME_32BITUIDS]: Make code unconditional.
80881         [!__ASSUME_32BITUIDS]: Remove conditional code.
80882         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
80883         <kernel-features.h>.
80884         [__ASSUME_32BITUIDS]: Make code unconditional.
80885         [!__ASSUME_32BITUIDS]: Remove conditional code.
80886         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
80887         [__ASSUME_32BITUIDS]: Make code unconditional.
80888         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
80889         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
80890         <kernel-features.h>.
80891         [__ASSUME_32BITUIDS]: Make code unconditional.
80892         [!__ASSUME_32BITUIDS]: Remove conditional code.
80893         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
80894         <kernel-features.h>.
80895         [__ASSUME_32BITUIDS]: Make code unconditional.
80896         [!__ASSUME_32BITUIDS]: Remove conditional code.
80897         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
80898         <kernel-features.h>.
80899         [__ASSUME_32BITUIDS]: Make code unconditional.
80900         [!__ASSUME_32BITUIDS]: Remove conditional code.
80901         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
80902         <kernel-features.h>.
80903         [__ASSUME_32BITUIDS]: Make code unconditional.
80904         [!__ASSUME_32BITUIDS]: Remove conditional code.
80905         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
80906         <kernel-features.h>.
80907         [__ASSUME_32BITUIDS]: Make code unconditional.
80908         [!__ASSUME_32BITUIDS]: Remove conditional code.
80909         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
80910         <kernel-features.h>.
80911         [__ASSUME_32BITUIDS]: Make code unconditional.
80912         [!__ASSUME_32BITUIDS]: Remove conditional code.
80913         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
80914         <kernel-features.h>.
80915         [__ASSUME_32BITUIDS]: Make code unconditional.
80916         [!__ASSUME_32BITUIDS]: Remove conditional code.
80917         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
80918         <kernel-features.h>.
80919         [__ASSUME_32BITUIDS]: Make code unconditional.
80920         [!__ASSUME_32BITUIDS]: Remove conditional code.
80921         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
80922         <kernel-features.h>.
80923         [__ASSUME_32BITUIDS]: Make code unconditional.
80924         [!__ASSUME_32BITUIDS]: Remove conditional code.
80925         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
80926         <kernel-features.h>.
80927         [__ASSUME_32BITUIDS]: Make code unconditional.
80928         [!__ASSUME_32BITUIDS]: Remove conditional code.
80929         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
80930         <kernel-features.h>.
80931         [__NR_setresgid] (__setresgid): Do not declare.
80932         [__ASSUME_32BITUIDS]: Make code unconditional.
80933         [!__ASSUME_32BITUIDS]: Remove conditional code.
80934         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
80935         <kernel-features.h>.
80936         [__NR_setresuid] (__setresuid): Do not declare.
80937         [__ASSUME_32BITUIDS]: Make code unconditional.
80938         [!__ASSUME_32BITUIDS]: Remove conditional code.
80939         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
80940         <kernel-features.h>.
80941         [__ASSUME_32BITUIDS]: Make code unconditional.
80942         [!__ASSUME_32BITUIDS]: Remove conditional code.
80943         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
80944         <kernel-features.h>.
80945         [__ASSUME_32BITUIDS]: Make code unconditional.
80946         [!__ASSUME_32BITUIDS]: Remove conditional code.
80947         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
80948         <kernel-features.h>.
80949         [__ASSUME_32BITUIDS]: Make code unconditional.
80950         [!__ASSUME_32BITUIDS]: Remove conditional code.
80951         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
80952         <kernel-features.h>.
80953         [__ASSUME_32BITUIDS]: Make code unconditional.
80954         [!__ASSUME_32BITUIDS]: Remove conditional code.
80955         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
80956         <kernel-features.h>.
80957         [__ASSUME_32BITUIDS]: Make code unconditional.
80958         [!__ASSUME_32BITUIDS]: Remove conditional code.
80959         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
80960         <kernel-features.h>.
80961         [__ASSUME_32BITUIDS]: Make code unconditional.
80962         [!__ASSUME_32BITUIDS]: Remove conditional code.
80963         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
80964         <kernel-features.h>.
80965         [__ASSUME_32BITUIDS]: Make code unconditional.
80966         [!__ASSUME_32BITUIDS]: Remove conditional code.
80967         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
80968         <kernel-features.h>.
80969         [__ASSUME_32BITUIDS]: Make code unconditional.
80970         [!__ASSUME_32BITUIDS]: Remove conditional code.
80971         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
80972         <kernel-features.h>.
80973         [__ASSUME_32BITUIDS]: Make code unconditional.
80974         [!__ASSUME_32BITUIDS]: Remove conditional code.
80975         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
80976         <kernel-features.h>.
80977         [__ASSUME_32BITUIDS]: Make code unconditional.
80978         [!__ASSUME_32BITUIDS]: Remove conditional code.
80979         * sysdeps/unix/sysv/linux/kernel-features.h
80980         (__ASSUME_SETRESUID_SYSCALL): Remove.
80981         (__ASSUME_SETRESGID_SYSCALL): Likewise.
80982         (__ASSUME_32BITUIDS): Likewise.
80983         (__ASSUME_LDT_WORKS): Likewise.
80984         (__ASSUME_O_DIRECTORY): Likewise.
80985         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
80986         architecture but not kernel version.
80987         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
80988         (__ASSUME_MMAP2_SYSCALL): Likewise.
80989         (__ASSUME_STAT64_SYSCALL): Likewise.
80990         (__ASSUME_IPC64): Likewise.
80991         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
80992         <kernel-features.h>.
80993         [__ASSUME_32BITUIDS]: Make code unconditional.
80994         [!__ASSUME_32BITUIDS]: Remove conditional code.
80995         * sysdeps/unix/sysv/linux/opendir.c: Do not include
80996         <kernel-features.h>.
80997         [__ASSUME_O_DIRECTORY]: Make code unconditional.
80998         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
80999         132096]: Remove conditional code.
81000         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
81001         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
81002         <kernel-features.h>.
81003         [__ASSUME_32BITUIDS]: Make code unconditional.
81004         [!__ASSUME_32BITUIDS]: Remove conditional code.
81005         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
81006         <kernel-features.h>.
81007         [__ASSUME_32BITUIDS]: Make code unconditional.
81008         [!__ASSUME_32BITUIDS]: Remove conditional code.
81009         * sysdeps/unix/sysv/linux/setegid.c: Do not include
81010         <kernel-features.h>.
81011         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
81012         unconditional.
81013         (__setresgid): Do not declare.
81014         [__ASSUME_32BITUIDS]: Make code unconditional.
81015         [!__ASSUME_32BITUIDS]: Remove conditional code.
81016         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
81017         <kernel-features.h>.
81018         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
81019         unconditional.
81020         (__setresuid): Do not declare.
81021         [__ASSUME_32BITUIDS]: Make code unconditional.
81022         [!__ASSUME_32BITUIDS]: Remove conditional code.
81023         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
81024         <kernel-features.h>.
81025         [__ASSUME_32BITUIDS]: Make code unconditional.
81026         [!__ASSUME_32BITUIDS]: Remove conditional code.
81027         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
81028         <kernel-features.h>.
81029         [__ASSUME_32BITUIDS]: Make code unconditional.
81030         [!__ASSUME_32BITUIDS]: Remove conditional code.
81032 2012-05-25  Richard Henderson  <rth@twiddle.net>
81034         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
81035         dl_hwcap to ifunc resolver.
81036         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
81037         elf_ifunc_invoke.
81038         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
81039         dl_hwcap to ifunc resolver.
81040         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
81042 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
81044         [BZ #14153]
81045         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
81046         for |x| <= 2**-26, not 2**-57.
81047         * math/libm-test.inc (acos_test): Do not allow spurious underflow
81048         exception.
81050 2012-05-24  Jeff Law  <law@redhat.com>
81052         * stdio-common/Makefile (tests): Add bug25.
81053         * stdio-common/bug25.c: New test.
81055 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
81057         [BZ #13576]
81058         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
81059         multiple of MALLOC_ALIGNMENT in size.
81060         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
81062 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
81064         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
81065         Require >= 256.
81066         (FILENAME_MAX): Use macro-int-constant.
81067         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
81068         (_IOFBF): Use macro-int-constant.
81069         (_IOLBF): Likewise.
81070         (_IONBF): Likewise.
81071         (SEEK_CUR): Likewise.
81072         (SEEK_END): Likewise.
81073         (SEEK_SET): Likewise.
81074         (TMP_MAX): Likewise.
81075         (EOF): Use macro-int-constant.  Require < 0.
81076         (NULL): Use macro-constant.  Require == 0.
81077         (stdin): Require type to be FILE *.
81078         (stdout): Likewise.
81079         (stderr): Likewise.
81080         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
81081         macro-int-constant.
81082         (EXIT_SUCCESS): Likewise.
81083         (NULL): Use macro-constant.  Require == 0.
81084         (RAND_MAX): Use macro-int-constant.
81085         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
81086         [C99-based standards] (strtof): Require function.
81087         [C99-based standards] (strtold): Likewise.
81088         [C99-based standards] (strtoll): Likewise.
81089         [C99-based standards] (strtoull): Likewise.
81090         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
81091         [ISO || ISO99 || ISO11] (limits.h): Likewise.
81092         [ISO || ISO99 || ISO11] (math.h): Likewise.
81093         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
81094         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
81095         [ISO || ISO99 || ISO11] (*_t): Do not allow.
81097 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
81099         [BZ #14132]
81100         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
81101         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
81102         * intl/dgettext.c (DCGETTEXT): Likewise.
81103         * intl/gettext.c (DCGETTEXT): Likewise.
81104         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
81105         * posix/regex_internal.h (gettext): Likewise.
81106         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
81107         Remove declaration.
81108         * include/argz.h (__argz_count_internal)
81109         (__argz_stringify_internal): Remove declaration.
81110         (__argz_count, __argz_stringify): Declare hidden proto.
81111         * intl/dcgettext.c: Remove use of INTDEF.
81112         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
81113         * string/argz-stringify.c: Likewise.
81114         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
81115         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
81116         Declare hidden proto.
81117         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
81118         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
81119         Declare hidden proto.
81120         * include/stdio.h (__asprintf_internal): Don't declare.
81121         (__asprintf): Don't define as macro.  Declare hidden proto.
81122         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
81123         (__fsetlocking): Declare hidden proto.
81124         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
81125         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
81126         hidden proto.
81127         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
81128         (_IO_setlinebuf): Remove use of INTUSE.
81129         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
81130         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
81131         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
81132         Remove declaration.
81133         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
81134         (_IO_do_flush): Remove use of INTUSE.
81135         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
81136         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
81137         (_IO_adjust_column, _IO_least_wmarker)
81138         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
81139         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
81140         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
81141         (_IO_default_doallocate, _IO_wdefault_doallocate)
81142         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
81143         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
81144         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
81145         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
81146         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
81147         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
81148         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
81149         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
81150         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
81151         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
81152         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
81153         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
81154         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
81155         proto.
81156         (_IO_flush_all_internal, _IO_adjust_column_internal)
81157         (_IO_default_uflow_internal, _IO_default_finish_internal)
81158         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
81159         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
81160         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
81161         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
81162         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
81163         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
81164         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
81165         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
81166         (_IO_file_close_internal, _IO_file_close_it_internal)
81167         (_IO_file_underflow_internal, _IO_file_overflow_internal)
81168         (_IO_file_init_internal, _IO_file_attach_internal)
81169         (_IO_file_fopen_internal, _IO_file_read_internal)
81170         (_IO_file_sync_internal, _IO_file_seek_internal)
81171         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
81172         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
81173         (_IO_str_underflow_internal, _IO_str_overflow_internal)
81174         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
81175         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
81176         (_IO_list_all_internal, _IO_link_in_internal)
81177         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
81178         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
81179         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
81180         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
81181         (_IO_do_write_internal, _IO_padn_internal)
81182         (_IO_getline_info_internal, _IO_getline_internal)
81183         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
81184         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
81185         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
81186         (_IO_vfscanf_internal, _IO_vfprintf_internal)
81187         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
81188         (_IO_init_internal, _IO_un_link_internal): Don't declare.
81189         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
81190         with libc_hidden_ver, remove use of INTUSE.
81191         * libio/genops.c: Likewise.
81192         * libio/freopen.c: Likewise.
81193         * libio/freopen64.c: Likewise.
81194         * libio/iofclose.c: Likewise.
81195         * libio/iofdopen.c: Likewise.
81196         * libio/iofflush.c: Likewise.
81197         * libio/iofflush_u.c: Likewise.
81198         * libio/iofgets.c: Likewise.
81199         * libio/iofgets_u.c: Likewise.
81200         * libio/iofopen.c: Likewise.
81201         * libio/iofopncook.c: Likewise.
81202         * libio/iofread.c: Likewise.
81203         * libio/iofread_u.c: Likewise.
81204         * libio/ioftell.c: Likewise.
81205         * libio/iofwrite.c: Likewise.
81206         * libio/iogetline.c: Likewise.
81207         * libio/iogets.c: Likewise.
81208         * libio/iogetwline.c: Likewise.
81209         * libio/iopadn.c: Likewise.
81210         * libio/iopopen.c: Likewise.
81211         * libio/ioseekoff.c: Likewise.
81212         * libio/ioseekpos.c: Likewise.
81213         * libio/iosetbuffer.c: Likewise.
81214         * libio/iosetvbuf.c: Likewise.
81215         * libio/ioungetc.c: Likewise.
81216         * libio/ioungetwc.c: Likewise.
81217         * libio/iovdprintf.c: Likewise.
81218         * libio/iovsprintf.c: Likewise.
81219         * libio/iovsscanf.c: Likewise.
81220         * libio/memstream.c: Likewise.
81221         * libio/obprintf.c: Likewise.
81222         * libio/oldfileops.c: Likewise.
81223         * libio/oldiofclose.c: Likewise.
81224         * libio/oldiofdopen.c: Likewise.
81225         * libio/oldiofopen.c: Likewise.
81226         * libio/oldiopopen.c: Likewise.
81227         * libio/oldstdfiles.c: Likewise.
81228         * libio/putc.c: Likewise.
81229         * libio/setbuf.c: Likewise.
81230         * libio/setlinebuf.c: Likewise.
81231         * libio/stdfiles.c: Likewise.
81232         * libio/strops.c: Likewise.
81233         * libio/vasprintf.c: Likewise.
81234         * libio/vscanf.c: Likewise.
81235         * libio/vsnprintf.c: Likewise.
81236         * libio/vswprintf.c: Likewise.
81237         * libio/wfiledoalloc.c: Likewise.
81238         * libio/wfileops.c: Likewise.
81239         * libio/wgenops.c: Likewise.
81240         * libio/wmemstream.c: Likewise.
81241         * libio/wstrops.c: Likewise.
81242         * libio/__fpurge.c: Likewise.
81243         * libio/__fsetlocking.c: Likewise.
81244         * assert/assert.c: Likewise.
81245         * debug/fgets_chk.c: Likewise.
81246         * debug/fgets_u_chk.c: Likewise.
81247         * debug/fread_chk.c: Likewise.
81248         * debug/fread_u_chk.c: Likewise.
81249         * debug/gets_chk.c: Likewise.
81250         * debug/obprintf_chk.c: Likewise.
81251         * debug/vasprintf_chk.c: Likewise.
81252         * debug/vdprintf_chk.c: Likewise.
81253         * debug/vsnprintf_chk.c: Likewise.
81254         * debug/vsprintf_chk.c: Likewise.
81255         * malloc/mtrace.c: Likewise.
81256         * misc/error.c: Likewise.
81257         * misc/syslog.c: Likewise.
81258         * stdio-common/asprintf.c: Likewise.
81259         * stdio-common/fxprintf.c: Likewise.
81260         * stdio-common/getw.c: Likewise.
81261         * stdio-common/isoc99_fscanf.c: Likewise.
81262         * stdio-common/isoc99_scanf.c: Likewise.
81263         * stdio-common/isoc99_vfscanf.c: Likewise.
81264         * stdio-common/isoc99_vscanf.c: Likewise.
81265         * stdio-common/isoc99_vsscanf.c: Likewise.
81266         * stdio-common/printf-prs.c: Likewise.
81267         * stdio-common/printf_fp.c: Likewise.
81268         * stdio-common/printf_fphex.c: Likewise.
81269         * stdio-common/printf_size.c: Likewise.
81270         * stdio-common/putw.c: Likewise.
81271         * stdio-common/scanf.c: Likewise.
81272         * stdio-common/sprintf.c: Likewise.
81273         * stdio-common/tmpfile.c: Likewise.
81274         * stdio-common/vfprintf.c: Likewise.
81275         * stdio-common/vfscanf.c: Likewise.
81276         * stdlib/strfmon_l.c: Likewise.
81277         * sunrpc/openchild.c: Likewise.
81278         * sunrpc/xdr_stdio.c: Likewise.
81279         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
81280         * sysdeps/mach/hurd/tmpfile.c: Likewise.
81282 2012-05-24  Roland McGrath  <roland@hack.frob.com>
81284         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
81286         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
81287         in the third column, to generate for the shared library an IFUNC
81288         that uses _dl_vdso_vsym.
81289         * Makerules (COMPILE.c, compile-stdin.c): New variables.
81290         * Makeconfig (object-suffixes-noshared): New variable.
81292         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
81293         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
81294         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
81295         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
81297         [BZ #14132]
81298         * include/sys/time.h (__gettimeofday): Remove macro.
81299         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
81300         * time/gettimeofday.c (__gettimeofday): Remove #undef.
81301         Remove INTDEF.
81302         (__gettimeofday): Add libc_hidden_def.
81303         (gettimeofday): Add libc_hidden_weak.
81304         * sysdeps/mach/gettimeofday.c: Likewise.
81305         * sysdeps/posix/gettimeofday.c: Likewise.
81306         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
81307         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
81308         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
81309         (__gettimeofday_internal): Remove strong_alias.
81310         (__gettimeofday): Add libc_hidden_def.
81311         (gettimeofday): Add libc_hidden_weak.
81312         * sysdeps/unix/syscalls.list (gettimeofday):
81313         Remove __gettimeofday_internal alias.
81315 2012-05-24  Daniel Jacobowitz  <drow@false.org>
81316             H.J. Lu  <hongjiu.lu@intel.com>
81318         [BZ #12495]
81319         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
81320         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
81321         (largebin_index_32_big): New.
81322         (largebin_index): Use it for 16-byte alignment.
81323         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
81324         correction with front_misalign.
81326 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
81328         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
81329         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
81330         Likewise.
81331         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
81332         Likewise.
81333         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
81334         Likewise.
81335         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
81336         Likewise.
81337         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
81338         Likewise.
81339         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
81340         Likewise.
81341         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
81342         Likewise.
81343         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
81344         Likewise.
81345         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
81346         Likewise.
81347         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
81348         Likewise.
81349         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
81350         Likewise.
81351         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
81352         Likewise.
81354         * scripts/data/c++-types-x32-linux-gnu.data: New file.
81355         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
81357 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
81359         [BZ #10846]
81360         [BZ #14036]
81361         * math/libm-test.inc (exp_test): Add test from bug 14036.
81362         (pow_test): Add test from bug 10846.
81364         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
81365         and other flags.
81366         (special_function): Do not include flags in test name.
81367         (parse_args): Likewise.
81368         * sysdeps/i386/fpu/libm-test-ulps: Update.
81369         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
81370         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
81371         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
81372         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
81374         * math/gen-libm-test.pl (%beautify): Add entries for underflow
81375         exceptions.
81376         * math/libm-test.inc ("Philosophy"): Update comment about
81377         exception testing.
81378         (UNDERFLOW_EXCEPTION): New macro.
81379         (UNDERFLOW_EXCEPTION_OK): Likewise.
81380         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
81381         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
81382         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
81383         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
81384         (INVALID_EXCEPTION_OK): Update value.
81385         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
81386         (OVERFLOW_EXCEPTION_OK): Likewise.
81387         (IGNORE_ZERO_INF_SIGN): Likewise.
81388         (test_exceptions): Handle underflow exceptions.
81389         (acos_test): Update for underflow exception expectations.
81390         (cexp_test): Likewise.
81391         (clog_test): Likewise.
81392         (clog10_test): Likewise.
81393         (csqrt_test): Likewise.
81394         (ctan_test): Likewise.
81395         (ctanh_test): Likewise.
81396         (exp_test): Likewise.
81397         (exp10_test): Likewise.
81398         (exp2_test): Likewise.
81399         (expm1_test): Likewise.
81400         (fma_test): Likewise.
81401         (j0_test): Likewise.
81402         (jn_test): Likewise.
81403         (nexttoward_test): Likewise.
81404         (pow_test): Likewise.
81405         (scalbn_test): Likewise.
81406         (scalbln_test): Likewise.
81407         (tan_test): Likewise.
81408         (y1_test): Likewise.
81409         * sysdeps/i386/fpu/libm-test-ulps: Update.
81410         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
81412 2012-05-23  David S. Miller  <davem@davemloft.net>
81414         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
81415         (__libc_sigaction): Remove unused local variables.
81417 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
81419         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
81421 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
81423         mktime: avoid signed integer overflow
81424         * time/mktime.c (__mktime_internal): Do not mishandle the case
81425         where diff == INT_MIN.
81427         mktime: simplify computation of average
81428         * time/mktime.c (ranged_convert): Use new time_t_avg function
81429         instead of rolling our own (probably-slower) code.
81431         mktime: do not assume signed right shift propagates sign bit
81432         * time/mktime.c (isdst_differ): New static function.
81433         (__mktime_internal): No need to normalize tm_isdst now.
81434         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
81435         tm_isdst values.
81437         mktime: merge another wrapv change from gnulib
81438         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
81439         from some compilers.
81441         mktime: remove incorrect attempt at unusual arithmetics
81442         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
81443         The code didn't really work on such machines anyway.
81444         (TYPE_MINIMUM): Assume two's complement.
81445         (twos_complement_arithmetic): Verify that long_int and time_t
81446         are two's complement (or unsigned, in the latter case).
81448         mktime: check signed shifts on long_int and time_t, too
81449         * time/mktime.c (SHR): Check that shifts work as desired
81450         on the types long_int and time_t too, as SHR is used on
81451         such types.
81453         mktime: do not assume 'long' is wide enough
81454         * time/mktime.c (verify): Move decl up.
81455         (long_int): New type.
81456         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
81457         to remove assumption in the code that 'long' is wide enough to
81458         store year values.  This assumption is not true on x32 and on
81459         some non-glibc platforms.
81461         mktime: merge wrapv change from gnulib
81462         * time/mktime.c (WRAPV): New macro.
81463         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
81464         (guess_time_tm, __mktime_internal): Do not assume that signed
81465         integer overflow wraps around; modern compilers generate code
81466         where this assumption is no longer valid.
81468 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
81470         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
81471         Replace "jmp L(pseudo_end)" with "ret".
81472         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
81473         Likewise.
81475 2012-05-23  Andreas Jaeger  <aj@suse.de>
81477         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
81478         * sysdeps/unix/sysv/linux/poll.c: Remove file.
81480 2012-05-23  Andreas Jaeger  <aj@suse.de>
81481             Maximilian Attems  <max@stro.at>
81483         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
81484         New macros.
81486 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
81488         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
81489         code so that pseudo_end is just ret and the stack pointer is
81490         correct also for static library in error case.
81492 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
81494         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
81495         move to syscalls.list.
81496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
81497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
81498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
81499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
81501         * manual/install.texi (Running make install): Do not mention Linux
81502         kernel version for which pt_chown is not needed.
81503         (Linux): Do not mention problems with nscd with 2.0 kernels.
81504         * INSTALL: Regenerated.
81506 2012-05-23  Andreas Jaeger  <aj@suse.de>
81508         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
81509         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
81510         macro.
81511         * sysdeps/unix/sysv/linux/s390/bits/mman.h
81512         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
81513         * sysdeps/unix/sysv/linux/sh/bits/mman.h
81514         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
81515         * sysdeps/unix/sysv/linux/i386/bits/mman.h
81516         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
81517         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
81518         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
81519         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
81520         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
81521         * sysdeps/unix/sysv/linux/bits/in.h
81522         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
81524 2012-05-22  Roland McGrath  <roland@hack.frob.com>
81526         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
81527         (PREPARE_VERSION): Just use assert instead, it will be elided
81528         under [NDEBUG] anyway.
81530 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
81532         * sysdeps/unix/sysv/linux/Makefile: Include
81533         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
81534         (sysdep_routines): Remove sysctl.
81535         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
81536         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
81537         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
81538         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
81539         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
81541 2012-05-22  Andreas Jaeger  <aj@suse.de>
81543         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
81544         that pseudo_end is just ret and the stack pointer is correct also
81545         for static library in error case.
81547 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
81549         [BZ #14122]
81550         * nss/nsswitch.c (defconfig_entries): New variable.
81551         (__nss_database_lookup): Don't leak defconfig entries.
81552         (nss_parse_service_list): Don't leak on error paths.
81553         (free_database_entries): New function.
81554         (free_defconfig): New function.
81555         (free_mem): Move common code to free_database_entries.
81557 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
81559         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
81560         Add arch_prctl.
81561         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
81563         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
81564         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
81565         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
81566         New macro.
81567         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
81568         (INTERNAL_SYSCALL_TYPES): Likewise.
81569         (LOAD_ARGS_TYPES_[1-6]): Likewise.
81570         (LOAD_REGS_TYPES_[1-6]): Likewise.
81571         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
81572         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
81574 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
81576         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
81577         copysignl for GLIBC_2_0.
81578         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
81579         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
81580         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
81581         logbl for GLIBC_2_0.
81582         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
81583         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
81585 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
81587         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
81588         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
81590         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
81591         Use "neg %eax".
81593         * time/mktime.c: Update copyright years.
81595 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
81597         mktime: merge comment-quoting-style change from gnulib
81598         * time/mktime.c: Quote 'like this' in comments.
81599         The GNU coding standards suggest that we no longer quote `like this',
81600         as "`" and "'" are typically rendered asymmetrically nowadays.
81601         The typical gnulib style is to quote 'like this' when quoting
81602         code, and "like this" when quoting English.
81604         * time/mktime.c (compile-command): Add "-I.".
81606         mktime: merge mktime-internal.h change from gnulib
81607         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
81609         mktime: merge time_r change from gnulib
81610         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
81612         mktime: merge DEBUG change from gnulib
81613         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
81614         case system <time.h> has a #define.
81616         mktime: merge <sys/types.h> change from gnulib
81617         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
81618         since <time.t> is now guaranteed to define time_t.
81620         mktime: merge HAVE_CONFIG_H change from gnulib
81621         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
81623 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
81625         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
81626         Use "neg %eax".
81628         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
81629         __rlim_t cast.
81630         (struct rusage): Use anonymous union to pad each field to
81631         __syscall_slong_t.
81633 2012-05-21  David S. Miller  <davem@davemloft.net>
81635         * Makefules (o-iterator): Remove .s cases.
81636         (compile-command.s): Delete.
81637         (COMPILE.s): Delete.
81638         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
81640 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
81642         * configure.in (libc_cv_predef_stack_protector): Only consider
81643         "foobar" and "__stack_chk_fail" lines in libc_undefs.
81644         * configure: Regenerated.
81646 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
81648         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
81649         New macro.  Use R*LP on int and pointer.
81650         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
81651         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
81652         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
81653         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
81655         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
81656         [__WORDSIZE_TIME64_COMPAT32] instead of
81657         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
81658         (struct utmp): Likewise.
81659         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
81660         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
81661         Renamed to ...
81662         (__WORDSIZE_TIME64_COMPAT32): This.
81663         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
81664         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
81665         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
81666         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
81667         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
81668         (__WORDSIZE_TIME64_COMPAT32): New macro.
81670 2012-05-21  Andreas Jaeger  <aj@suse.de>
81672         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
81673         only if [SHARED]. Add prototype for __wcschr_ia32.
81675 2012-05-21  Roland McGrath  <roland@hack.frob.com>
81677         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
81678         of %rbp unmolested in the jmp_buf while mangling the low bits.
81679         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
81680         unmolested high bits of %rbp while demangling the low bits.
81681         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
81683 2012-05-21  Andreas Jaeger  <aj@suse.de>
81685         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
81686         * sunrpc/svc_simple.c: Use it for registerrpc.
81687         * sunrpc/xcrypt.c: Use it for passwd2des.
81689         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
81691 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
81693         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
81694         Don't define if [__SYSCALL_WORDSIZE != 32].
81695         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
81696         New macro.
81698 2012-05-21  Bruno Haible  <bruno@clisp.org>
81699             Andreas Jaeger  <aj@suse.de>
81701         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
81702         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
81703         inptr and inend for must_buffer_ch.
81704         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
81705         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
81706         * stdio-common/Makefile (tests): Remove bug15.
81707         (bug15-ENV): Remove macro.
81708         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
81709         anymore.
81711 2012-05-19  Andreas Jaeger  <aj@suse.de>
81712             Roland McGrath  <roland@hack.frob.com>
81714         * manual/contrib.texi: Completely rewritten. It contains now an
81715         alphabetical list of contributors and their contributions.
81717 2012-05-21  Richard Henderson  <rth@twiddle.net>
81719         * misc/getauxval.c (__getauxval): Use unsigned long int.
81720         * misc/sys/auxv.h: Include <sys/cdefs.h>.
81721         (getauxval): Use unsigned long int.
81723 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
81725         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
81727 2012-05-21  Roland McGrath  <roland@hack.frob.com>
81729         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
81730         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
81731         __alignof__ (long double).
81733 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
81735         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
81737 2012-05-20  Richard Henderson  <rth@twiddle.net>
81739         * misc/getauxval.c: New file.
81740         * misc/sys/auxv.h: New file.
81741         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
81742         (routines): Add getauxval.
81743         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
81744         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
81745         * elf/dl-sysdep.c (_dl_auxv): Remove.
81746         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
81747         * elf/dl-support.c (_dl_auxv): New variable.
81748         (_dl_aux_init): Initialize it.
81749         * manual/startup.texi (Auxiliary Vector): New node.
81750         * sysdeps/generic/bits/hwcap.h: New file.
81751         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
81752         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
81753         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
81754         * sysdeps/sparc/sysdep.h: ... here.  Include it.
81755         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
81756         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
81757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
81758         Update.
81759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
81760         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
81761         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
81762         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
81763         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
81764         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
81765         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
81766         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
81768 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
81770         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
81772 2012-05-19  David S. Miller  <davem@davemloft.net>
81774         * sysdeps/sparc/fpu/libm-test-ulps: Update.
81776 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
81778         [BZ #14123]
81779         * math/s_ccosh.c: Include <float.h>
81780         (__ccosh): Avoid internal overflow calculating sinh and cosh
81781         values before multiplying by sin and cos values.
81782         * math/s_ccoshf.c: Likewise.
81783         * math/s_ccoshl.c: Likewise.
81784         * math/s_csin.c: Likewise.
81785         * math/s_csinf.c: Likewise.
81786         * math/s_csinl.c: Likewise.
81787         * math/s_csinh.c: Likewise.
81788         * math/s_csinhf.c: Likewise.
81789         * math/s_csinhl.c: Likewise.
81790         * math/libm-test.inc (ccos_test): Add more tests.
81791         (ccosh_test): Likewise.
81792         (csin_test): Likewise.
81793         (csinh_test): Likewise.
81794         * sysdeps/i386/fpu/libm-test-ulps: Update.
81795         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
81797 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
81799         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
81800         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
81802         * sysdeps/x86_64/x32/_itoa.h: Add comment.
81804 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
81806         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
81807         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
81808         * sysdeps/powerpc/soft-fp/Versions: Likewise.
81809         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
81810         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
81811         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
81812         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
81813         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
81814         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
81815         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
81816         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
81817         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
81818         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
81819         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
81820         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
81821         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
81822         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
81823         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
81824         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
81825         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
81826         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
81827         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
81828         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
81829         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
81830         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
81831         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
81832         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
81833         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
81834         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
81835         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
81836         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
81838 2012-05-18  Andreas Jaeger  <aj@suse.de>
81840         * csu/.gitignore: Delete.
81842 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
81844         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
81845         (timex): Use __syscall_slong_t.
81847 2012-05-18  Andreas Jaeger  <aj@suse.de>
81848             Carlos O'Donell  <carlos_odonell@mentor.com>
81850         * manual/install.texi (Configuring and compiling): Update
81851         description about files modified in the source directory.
81852         * INSTALL: Regenerated.
81854 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
81856         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
81857         value.  Use "or" to set return value to -1.
81858         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
81859         negate return value.
81861 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
81863         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
81864         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
81865         failure if the compiler has Graphite support disabled.
81866         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
81867         Likewise.
81868         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
81869         (CFLAGS-memmove.c): Likewise.
81870         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
81871         Likewise.
81873 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
81875         * sysdeps/x86_64/x32/_itoa.h: New file.
81877         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
81878         getdents system call only if kernel and user dirents have the
81879         same d_ino and d_off.
81881         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
81882         LLONG_MAX != LONG_MAX.
81883         (_itoa_word): Use _ITOA_WORD_TYPE on value.
81884         (_fitoa_word): Likewise.
81886         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
81887         years.
81888         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
81889         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
81890         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
81892         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
81893         include <bits/wordsize.h>.  Check __x86_64__ instead of
81894         __WORDSIZE.
81895         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
81896         if __x86_64__ is defined.  Use anonymous union on fpstate.
81898         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
81899         anonymous union.
81901 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
81903         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
81904         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
81905         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
81906         Refer to _rtld_local_ro instead of _rtld_global_ro.
81907         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
81908         Likewise.
81909         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
81910         Likewise.
81911         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
81912         Likewise.
81913         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
81914         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
81915         of _rtld_global, and rtld_progname instead of _dl_argv[0].
81917         [BZ #10882]
81918         * sysdeps/powerpc/powerpc32/dl-machine.c
81919         (__elf_machine_runtime_setup) [PROF]: Don't reference
81920         _dl_prof_resolve.
81922 2012-05-18  Andreas Jaeger  <aj@suse.de>
81924         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
81925         function only available for GCCs before 3.4 since GCC 3.4
81926         introduced a builtin.
81927         (lrint): Likewise.
81928         (llrintf): Likewise.
81929         (llrint): Likewise.
81930         (fmaxf): Likewise.
81931         (fmax): Likewise.
81932         (fminf): Likewise.
81933         (fmin): Likewise.
81934         (rint): Likewise.
81935         (rintf): Likewise.
81936         (nearbyint): Likewise.
81937         (nearbyintf): Likewise.
81938         (ceil): Likewise.
81939         (ceilf): Likewise.
81940         (floor): Likewise.
81941         (floorf): Likewise.
81943 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
81945         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
81946         on both fields and cast pointer to __syscall_ulong_t.
81948         * bits/types.h (__fsword_t): New type.
81949         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
81950         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
81951         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
81952         (__FSWORD_T_TYPE): Likewise.
81953         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
81954         (__FSWORD_T_TYPE): Likewise.
81955         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
81956         (__FSWORD_T_TYPE): Likewise.
81957         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
81958         (__FSWORD_T_TYPE): Likewise.
81959         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
81960         __SWORD_TYPE with __fsword_t.
81961         (statfs64): Likewise.
81963 2012-05-17  David S. Miller  <davem@davemloft.net>
81965         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
81967 2012-05-17  Andreas Jaeger  <aj@suse.de>
81969         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
81970         warning.
81972 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
81974         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
81976 2012-05-17  Andreas Jaeger  <aj@suse.de>
81978         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
81979         when it is used.
81981 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
81983         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
81985 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
81987         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
81988         * sysdeps/x86_64/tst-mallocalign1.c: New file.
81990 2012-05-17  Andreas Jaeger  <aj@suse.de>
81991             Carlos O'Donell  <carlos_odonell@mentor.com>
81993         [BZ #14059]
81994         * sysdeps/x86_64/multiarch/init-arch.h
81995         (bit_YMM_Usable): Rename to...
81996         (bit_AVX_Usable): ... this.
81997         (bit_FMA4_Usable): New macro.
81998         (bit_XMM_state): New macro.
81999         (bit_YMM_state): New macro.
82000         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
82001         [__ASSEMBLER__] (index_AVX_Usable): ... this.
82002         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
82003         (CPUID_OSXSAVE): New macro.
82004         (CPUID_AVX): New macro.
82005         (CPUID_FMA4): New macro.
82006         (index_YMM_Usable): Rename to...
82007         (index_AVX_Usable): ... this.
82008         (HAS_AVX): Use HAS_ARCH_FEATURE.
82009         (HAS_FMA4): Likewise.
82010         (HAS_YMM_USABLE): Remove.
82011         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
82012         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
82013         are present.
82014         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
82015         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
82016         * sysdeps/x86_64/multiarch/Makefile: Likewise.
82017         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
82018         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
82020 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
82022         * math/libm-test.c: Support platforms without multiple rounding modes.
82023         * math/bug-nextafter.c: Support platforms without FP exceptions.
82024         * math/bug-nexttoward.c: Likewise.
82025         * math/test-fenv.c: Likewise.
82026         * math/test-misc.c: Likewise.
82027         * stdlib/bug-getcontext.c: Likewise.
82029 2012-05-17  Andreas Jaeger  <aj@suse.de>
82031         * manual/examples/search.c (critter_cmp): Change signature to
82032         avoid warnings.
82033         * manual/string.texi (Collation Functions): Likewise.
82035 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
82037         * bits/types.h: Fold copyright years.
82038         * bits/typesizes.h: Likewise.
82039         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
82040         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
82041         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
82042         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
82043         * time/time.h: Likewise.
82045 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
82047         [BZ #208]
82048         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
82049         in instead of returning them.  Return void.
82050         (__libc_mallinfo): Accumulate over all arenas.
82051         (__malloc_stats): Adjust for change in int_mallinfo interface.
82053 2012-05-16  Roland McGrath  <roland@hack.frob.com>
82055         [BZ #10375]
82056         * configure.in (NM): Add AC_CHECK_TOOL for it.
82057         (libc_extra_cflags): New substituted variable.
82058         Check for -fstack-protector being used implicitly.
82059         * configure: Regenerated.
82060         * config.make.in (config-extra-cflags): New variable,
82061         gets @libc_extra_cflags@.
82062         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
82064         [BZ #10375]
82065         * configure.in: Check for _FORTIFY_SOURCE being predefined.
82066         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
82067         * configure: Regenerated.
82068         * config.make.in (CPPUNDEFS): New substituted variable.
82069         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
82070         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
82071         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
82073 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
82075         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
82076         (mq_attr): Use __syscall_slong_t.
82078 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
82080         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
82081         Check __x86_64__ instead of __WORDSIZE.
82082         (_STAT_VER_LINUX): Likewise.
82083         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
82084         __syscall_ulong_t and __syscall_slong_t.
82085         (stat64): Likewise.
82087 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
82089         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
82091 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
82093         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
82095 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
82097         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
82098         __syscall_ulong_t.
82100         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
82101         include <bits/wordsize.h>.  Check __x86_64__ instead of
82102         __WORDSIZE.
82103         (greg_t): Use "__extension__ long long int" if __x86_64__ is
82104         defined.
82105         (mcontext_t): Replace "unsigned long" with "unsigned long long".
82107         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
82108         include <bits/wordsize.h>.  Check __x86_64__ instead of
82109         __WORDSIZE.
82110         (user_regs_struct): Use "__extension__ unsigned long long"
82111         instead of "unsigned long" if __x86_64__ is defined.
82112         (user): Likewise.  Pad after pointer field if __ILP32__ is
82113         defined.
82115 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
82117         * configure.in (makeinfo): Require version 4.5 or later.  Allow
82118         versions 5 to 9.
82119         * configure: Regenerated.
82120         * manual/install.texi (texinfo): Increase version requirement to
82121         4.5 or later.
82122         * INSTALL: Regenerated.
82124         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
82126 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
82128         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
82130         * sysdeps/x86_64/x32/ffs.c: New file.
82132         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
82133         __syscall_ulong_t.
82134         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
82135         defined.  Use __syscall_ulong_t.
82136         (shminfo): Use __syscall_ulong_t.
82137         (shm_info): Likewise.
82139         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
82140         __syscall_ulong_t.
82142         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
82143         <bits/wordsize.h>.
82144         (msgqnum_t): Use __syscall_ulong_t.
82145         (msglen_t): Likewise.
82146         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
82147         __syscall_ulong_t.
82149         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
82150         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
82152         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
82154         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
82155         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
82157         * sysvipc/sys/msg.h (msgbuf): Replace long int with
82158         __syscall_slong_t.
82160         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
82161         include <bits/wordsize.h>.  Check __x86_64__ instead of
82162         __WORDSIZE.
82164         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
82165         "unsigned long long int" if __x86_64__ is defined.
82166         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
82168         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
82169         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
82170         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
82172         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
82173         <stdint.h>.
82174         (GET_PC): Cast to uintptr_t first.
82175         (GET_FRAME): Likewise.
82176         (GET_STACK): Likewise.
82178         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
82179         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
82180         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
82181         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
82182         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
82183         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
82184         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
82185         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
82186         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
82187         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
82188         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
82189         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
82190         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
82191         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
82192         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
82193         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
82194         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
82195         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
82196         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
82197         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
82198         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
82199         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
82200         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
82201         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
82202         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
82203         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
82204         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
82205         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
82206         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
82208 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
82210         * Makerules (+depfiles): Also collect depfiles from .oS in
82211         $(extra-objs).
82212         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
82213         .oS, $(libnldbl-routines)).
82215         * Makerules (native-compile-mkdep-flags): Define.
82216         * sunrpc/Makefile (extra-objs): Add $(addprefix
82217         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
82218         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
82219         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
82220         calling $(make-target-directory).
82222 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82224         * bits/types.h (__snseconds_t): Removed.
82225         * time/time.h (struct timespec): Replace __snseconds_t with
82226         __syscall_slong_t.
82227         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
82228         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
82229         Likewise.
82230         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
82231         (__SNSECONDS_T_TYPE): Likewise.
82232         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
82233         (__SNSECONDS_T_TYPE): Likewise.
82234         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
82235         (__SNSECONDS_T_TYPE): Likewise.
82237 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82239         * sysdeps/mach/hurd/bits/typesizes.h
82240         (__SYSCALL_SLONG_TYPE): New macro.
82241         (__SYSCALL_ULONG_TYPE): Likewise.
82243 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82245         * bits/types.h (__syscall_slong_t): New type.
82246         (__syscall_ulong_t): Likewise.
82248         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
82249         (__SYSCALL_ULONG_TYPE): Likewise.
82250         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
82251         (__SYSCALL_SLONG_TYPE): Likewise.
82252         (__SYSCALL_ULONG_TYPE): Likewise.
82253         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
82254         (__SYSCALL_SLONG_TYPE): Likewise.
82255         (__SYSCALL_ULONG_TYPE): Likewise.
82256         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
82257         (__SYSCALL_SLONG_TYPE): Likewise.
82258         (__SYSCALL_ULONG_TYPE): Likewise.
82260 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82262         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
82263         Add sigaltstack-offsets.sym.
82264         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
82265         <sigaltstack-offsets.h>.
82266         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
82267         longjmp_msg pointer.
82268         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
82269         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
82270         signal stack.
82271         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
82273 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
82275         * elf/stackguard-macros.h: Remove file.
82276         * sysdeps/generic/stackguard-macros.h: New file.
82277         * sysdeps/i386/stackguard-macros.h: Likewise.
82278         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
82279         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
82280         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
82281         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
82282         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
82283         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
82284         * sysdeps/x86_64/stackguard-macros.h: Likewise.
82285         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
82286         <elf/stackguard-macros.h>.
82288         [BZ #14109]
82289         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
82290         __aligned__ in attribute.
82291         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
82292         (gregset_t): Likewise.
82294 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82296         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
82297         * sysdeps/x86_64/64/Implies-after: Here.  New file.
82298         * sysdeps/x86_64/x32/Implies-after: New file.
82300 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82302         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
82303         and access return value for _dl_profile_fixup.  Use R10_LP to
82304         load frame size.
82306 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82308         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
82310 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82312         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
82313         * sysdeps/x86_64/x32/sysdep.h: New file.
82315 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82317         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
82318         * sysdeps/x86_64/setjmp.S: Likewise.
82320 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
82322         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
82323         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
82324         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
82325         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
82326         remove unused global constant.
82328 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
82330         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
82331         include of <not-cancel.h>.
82333 2012-05-15  Roland McGrath  <roland@hack.frob.com>
82335         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
82337 2012-05-15  Jeff Law  <law@redhat.com>
82338             Andreas Jaeger  <aj@suse.de>
82340         [BZ #13594]
82341         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
82342         out from...
82343         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
82344         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
82345         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
82346         code changing __hst_map_handle.map.
82348 2012-05-15  Roland McGrath  <roland@hack.frob.com>
82350         * configure.in (sysnames): Look for Implies-before and Implies-after
82351         files.
82352         * configure: Regenerated.
82354 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82356         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
82357         8-byte data alignment with LP_SIZE alignment.
82359 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82361         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
82362         into R10_LP.
82364 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82366         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
82368 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82370         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
82371         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
82372         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
82373         Likewise.
82374         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
82376 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82378         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
82379         (stackinfo_sub_sp): Likewise.
82381 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82383         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
82384         RAX_LP.
82386 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82388         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
82389         into R*_LP.
82391 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82393         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
82394         sizes into R*_LP.
82396 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82398         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
82400 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82402         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
82403         into R11_LP and load __x86_64_shared_cache_size_half into
82404         R8_LP.
82406 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
82408         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
82409         R8_LP.
82411 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
82413         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
82414         logb for POWER7.
82415         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
82416         logbf for POWER7.
82417         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
82418         logbl for POWER7.
82419         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
82420         powerpc32/power7/fpu/s_logb.c via #include.
82421         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
82422         powerpc32/power7/fpu/s_logbf.c via #include.
82423         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
82424         powerpc32/power7/fpu/s_logbl.c via #include.
82426 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
82428         * README.libm: Remove file.
82430 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
82432         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
82433         count for x32.  Use R*_LP and omit operand-size suffix.
82435 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
82437         * shlib-versions: Move x86_64-.*-linux.* entries to ...
82438         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
82439         * sysdeps/x86_64/x32/shlib-versions: New file.
82441 2012-05-14  Roland McGrath  <roland@hack.frob.com>
82443         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
82444         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
82445         Use _dl_fatal_printf instead.
82447 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
82449         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
82450         set if not set by the user.  Do not allow for being unset.
82451         * sysdeps/unix/sysv/linux/configure: Regenerated.
82453 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
82455         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
82456         the `q' suffix from lea and replace .quad with ASM_ADDR.
82458 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
82460         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
82461         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
82462         instead of $17.
82463         (PTR_DEMANGLE): Likewise.
82465 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
82467         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
82468         (LP_OP): Likewise.
82469         (ASM_ADDR): Likewise.
82470         (RAX_LP): Likewise.
82471         (RBP_LP): Likewise.
82472         (RBX_LP): Likewise.
82473         (RCX_LP): Likewise.
82474         (RDI_LP): Likewise.
82475         (RSI_LP): Likewise.
82476         (RSP_LP): Likewise.
82477         (R8_LP): Likewise.
82478         (R9_LP): Likewise.
82479         (R10_LP): Likewise.
82480         (R10_LP): Likewise.
82481         (R11_LP): Likewise.
82482         (R12_LP): Likewise.
82483         (R13_LP): Likewise.
82484         (R14_LP): Likewise.
82485         (R15_LP): Likewise.
82487 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
82489         * sysdeps/x86_64/x32/dl-machine.h: New file.
82491 2012-05-14  Andreas Jaeger  <aj@suse.de>
82493         * manual/Makefile (subdir): Remove export of subdir.
82494         (all): Remove target.
82495         (.PHONY): Remove all from list.
82496         (mkinstalldirs): Remove.
82497         (.PHONY): Remove installdirs from list.
82498         ($(inst_infodir)/libc.info): Use make-target-directory.
82499         (installdirs): Remove.
82500         (subdir_%): Remove.
82501         (glibc-targets): Remove.
82502         (lib): Remove.
82503         (stubs): Remove.
82504         ($(objpfx)stubs ../po/manual.pot): Remove.
82505         ($(objpfx)stamp%): Remove.
82506         (make-target-directory): Remove.
82507         (subdir_install): Remove.
82508         (routines): Remove.
82509         (aux): Remove.
82510         (sources): Remove.
82511         (objects): Remove.
82512         (headers): Remove.
82514         [BZ #13750]
82515         * manual/.gitignore: Remove, it's not needed anymore.
82516         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
82517         all files in it.
82518         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
82519         directory.
82520         (texis): Renamed to $(objpfx)texis.
82521         (texis-path): New, contains path to generated files.
82522         (chapters.%): Use texis-path for complete path, add extra argument
82523         libc-texinfo.sh.
82524         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
82525         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
82526         (summary,texi, stamp-summary): Use complete path of
82527         files. Generate files in build dir.
82528         (dir-add.texi): Build in build dir.
82529         (libm-err.texi,stamp-libm-err): Likewise.
82530         (version.texi, stamp-version): Likewise.
82531         (.%c.texi): Likewise.
82532         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
82533         (mostlyclean): Remove target.
82534         (realclean): Remove target.
82535         (generated): Add new variable with contents from mostlyclean and
82536         realclean, remove entries duplicated in common-mostlyclean, add
82537         stamp-libm-err and stamp-version.
82538         (generated-dirs): Add libc directory.
82539         ($(inst_infodir)/libc.info): Install files from build dir.
82541         * manual/install.texi (Configuring and compiling): Adjust since
82542         the info files are not part of the tar ball anymore.
82544 2012-05-14  Andreas Jaeger  <aj@suse.de>
82546         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
82547         variable.
82549 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
82551         [BZ #13717]
82552         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
82553         to 2.2.0 where earlier.
82554         * sysdeps/unix/sysv/linux/configure: Regenerated.
82555         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
82556         Remove conditional code.
82557         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
82558         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
82559         Remove conditional code.
82560         [!__NR_lchown]: Likewise.
82561         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
82562         [__NR_lchown]: Likewise.
82563         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
82564         comment referencing __ASSUME_LCHOWN_SYSCALL.
82565         * sysdeps/unix/sysv/linux/i386/sigaction.c
82566         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
82567         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
82568         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
82569         Remove conditional code.
82570         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
82571         (__protocol_available): Remove #if 0 code.
82572         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
82573         conditional code.
82574         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
82575         * sysdeps/unix/sysv/linux/kernel-features.h
82576         (__ASSUME_GETCWD_SYSCALL): Don't define.
82577         (__ASSUME_REALTIME_SIGNALS): Likewise.
82578         (__ASSUME_PREAD_SYSCALL): Likewise.
82579         (__ASSUME_PWRITE_SYSCALL): Likewise.
82580         (__ASSUME_POLL_SYSCALL): Likewise.
82581         (__ASSUME_LCHOWN_SYSCALL): Likewise.
82582         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
82583         non-SPARC.
82584         (__ASSUME_SIOCGIFNAME): Don't define.
82585         (__ASSUME_MSG_NOSIGNAL): Likewise.
82586         (__ASSUME_SENDFILE): Define unconditionally.
82587         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
82588         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
82589         conditional code.
82590         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
82591         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
82592         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
82593         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
82594         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
82595         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
82596         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
82597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
82598         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
82599         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
82600         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
82601         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
82602         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
82603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
82604         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
82605         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
82606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
82607         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
82608         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
82609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
82610         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
82611         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
82612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
82613         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
82614         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
82615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
82616         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
82617         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
82618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
82619         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
82620         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
82621         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
82622         Remove conditional code.
82623         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
82624         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
82625         Remove conditional code.
82626         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
82627         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
82628         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
82629         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
82630         Remove conditional code.
82631         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
82632         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
82633         Remove conditional code.
82634         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
82635         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
82636         Remove conditional code.
82637         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
82638         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
82639         Remove conditional code.
82640         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
82641         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
82642         Remove conditional code.
82643         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
82644         * sysdeps/unix/sysv/linux/sh/pwrite64.c
82645         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
82646         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
82647         * sysdeps/unix/sysv/linux/sigaction.c
82648         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
82649         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
82650         * sysdeps/unix/sysv/linux/sigpending.c
82651         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
82652         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
82653         * sysdeps/unix/sysv/linux/sigprocmask.c
82654         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
82655         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
82656         * sysdeps/unix/sysv/linux/sigsuspend.c
82657         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
82658         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
82659         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
82660         (__libc_missing_rt_sigs): Remove.
82661         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
82662         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
82663         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
82664         Remove conditional code.
82665         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
82666         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
82667         return 1.
82668         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
82669         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
82670         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
82671         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
82673 2012-05-14  Andreas Jaeger  <aj@suse.de>
82675         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
82676         it's not used in glibc.
82677         (__coshm1): Likewise.
82678         (__acosh1p): Likewise.
82679         (__sgn): Likewise.
82681         * manual/string.texi (Copying and Concatenation): Add missing
82682         variable in concat example.
82683         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
82685 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
82687         [BZ #14103]
82688         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
82689         __builtin_clzl with __builtin_clzll.
82691 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
82693         [BZ #14104]
82694         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
82695         libc_freeres_ptr.
82697 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
82699         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
82700         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
82701         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
82702         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
82704 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
82706         * NEWS: Update ia64 info.
82708 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
82710         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
82711         used as bcopy.
82713 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
82715         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
82716         * sysdeps/unix/syscalls.list (dup3): Likewise.
82717         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
82718         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
82720 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
82722         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
82723         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
82725 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
82727         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
82728         thread pointer.
82729         (TLS_IE): Use mov/add instead of movq/addq to load thread
82730         pointer.
82731         (TLS_GD_PREFIX): New.
82732         (TLS_GD): Use it.
82734 2012-05-11  David S. Miller  <davem@davemloft.net>
82736         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
82737         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
82738         (_FPU_SETCW): Likewise.
82740 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
82742         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
82743         is 32-byte aligned.
82745 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
82747         [BZ #11837]
82748         * iconvdata/gb18030.c: Update tables.
82749         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
82750         characters specially.
82751         (BODY for TO_LOOP): Add encoding of missing ranges.
82753 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
82755         [BZ #13673]
82756         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
82757         * sysdeps/mach/hurd/dup3.c: Likewise.
82758         * sysdeps/mach/hurd/readlinkat.c: Likewise.
82759         * sysdeps/powerpc/memmove.c:: Likewise.
82761 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
82763         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
82764         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
82766 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
82768         * elf/elf.h (R_X86_64_RELATIVE64): New.
82769         (R_X86_64_NUM): Updated.
82770         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
82771         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
82772         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
82773         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
82774         tst-quad1pie tst-quad2pie
82775         (modules-names): Add tst-quadmod1 tst-quadmod2.
82776         ($(objpfx)tst-quad1): New dependency.
82777         ($(objpfx)tst-quad2): Likewise.
82778         ($(objpfx)tst-quad1pie): Likewise.
82779         ($(objpfx)tst-quad2pie): Likewise.
82780         * sysdeps/x86_64/tst-quad1.c: New file.
82781         * sysdeps/x86_64/tst-quad1pie.c: New file.
82782         * sysdeps/x86_64/tst-quad2.c: Likewise.
82783         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
82784         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
82785         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
82786         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
82787         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
82789 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
82791         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
82792         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
82793         * streams/stropts.h (t_scalar_t): Define type.
82795         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
82796         (_PATH_PRESERVE): Set to "/var/lib".
82797         (_PATH_RWHODIR): Set to "/var/spool/rwho".
82799         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
82800         instead of int.
82802         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
82803         if __dir_mkfile succeeded.
82805         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
82806         checking for _hurd_dtablesize.  Unlock it right after having
82807         finished _hurd_dtable allocation.
82809 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
82811         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
82812         * sysdeps/mach/hurd/configure: Regenerated.
82813         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
82814         special-casing to...
82815         * sysdeps/gnu/configure.in: ... this new file.
82816         * sysdeps/unix/sysv/linux/configure: Regenerated.
82817         * sysdeps/gnu/configure: New generated file.
82819         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
82820         for Linux: use nsec instead of usec, as well as:
82821         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
82822         members of type struct timespec.
82823         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
82824         New macros.
82825         (struct stat64): Likewise.
82826         (_STATBUF_ST_NSEC): New macro.
82827         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
82829         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
82830         __strtoul_internal rather than strtoul.
82832 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
82834         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
82835         and reject them.
82837 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
82839         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
82840         which preserves existing values.
82841         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
82843 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
82845         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
82846         TIMEOUT values.  Return EINVAL for NFDS values either negative or
82847         greater than FD_SETSIZE.
82849 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
82851         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
82852         allocated, call __vm_protect to finish enabling the existing space, and
82853         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
82854         allocate the remainder.
82856 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
82858         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
82859         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
82861 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
82863         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
82864         sysdeps/mach/hurd/readlink.c.
82866         * posix/tst-sysconf.c (posix_options): Only use
82867         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
82868         _POSIX_SYNCHRONIZED_IO when they are defined
82869         * sysdeps/mach/hurd/bits/posix_opt.h:
82870         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
82871         (_XOPEN_REALTIME): Undefine macro.
82872         (_XOPEN_REALTIME_THREADS): Undefine macro.
82873         (_XOPEN_SHM): Undefine macro.
82874         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
82875         macro to -1.
82876         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
82877         macro to -1.
82878         (_POSIX_ASYNC_IO): Undefine macro.
82879         (_POSIX_PRIORITIZED_IO): Undefine macro.
82880         (_POSIX_SPIN_LOCKS): Define macro to -1.
82882         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
82883         SA_NODEFER, SA_RESETHAND.
82884         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
82885         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
82886         F_DUPFD_CLOEXEC.
82888 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
82890         * elf/Makefile (pldd-modules): Define unconditionally.
82892 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
82894         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
82896 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
82898         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
82899         Return ENOENT when name is empty.
82900         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
82902 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
82904         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
82906         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
82908 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
82910         Fix mlock in all cases except non-readable pages.
82911         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
82912         instead of VM_PROT_ALL as parameter to __vm_wire function.
82914         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
82915         (__mkdir): When path is `/', just fail with EEXIST.
82916         * sysdeps/mach/hurd/mkdirat.c: Likewise.
82918 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
82920         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
82921         <sys/uio.h> (for writev).
82922         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
82923         and <sys/param.h> (for MIN).
82925 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
82927         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
82928         REQUESTED_TIME.  Properly set the remaining time and return EINTR
82929         if interrupted.
82931 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
82933         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
82934         Depend on against $(link-rpcuserlibs).
82936 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
82938         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
82939         (__libc_stack_end): Do not use attribute_relro.
82940         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
82941         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
82942         to libthread-provided value.
82943         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
82944         attribute_relro.
82946 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
82948         [BZ #3748]
82949         * bits/libc-lock.h (__libc_once_get): New macro.
82950         * sysdeps/mach/bits/libc-lock.h: Likewise.
82951         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
82952         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
82953         instead of using implementation details.
82955         * libio/fileops.c: Unconditionally include <kernel-features.h>.
82956         * libio/freopen.c: Likewise.
82957         * libio/freopen64.c: Likewise.
82958         * misc/syslog.c: Likewise.
82959         * nscd/connections.c: Likewise.
82960         * nscd/netgroupcache.c: Likewise.
82961         * sysdeps/posix/getcwd.c: Likewise.
82963 2012-05-10  Roland McGrath  <roland@hack.frob.com>
82965         * math/w_ilogbf.c: Add #include <limits.h>.
82967 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
82969         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
82970         path instead of returning without unlocking.
82972         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
82973         immediate-write ioctls.
82974         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
82976 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
82978         * sysdeps/mach/hurd/i386/init-first.c (init): Use
82979         __builtin_frame_address instead of making assumptions about the
82980         location of the return address relative to DATA.  Force early load of
82981         the return address.
82982         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
82983         __builtin_frame_address.
82985         dup3 for GNU Hurd.
82986         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
82987         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
82988         implement dup3 and do some further code clean-ups.
82989         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
82990         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
82992 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
82994         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
82996         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
82997         HURD_CRITICAL_END around holding _hurd_dtable_lock.
82998         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
82999         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
83000         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
83001         d->port.lock.
83003         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
83004         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
83005         when handler == SIG_ERR, not when handler != SIG_ERR.
83007 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
83009         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
83010         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
83011         definitions.
83013         accept4 for GNU Hurd.
83014         * include/sys/socket.h (__libc_accept4): New prototype.
83015         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
83016         to implement __libc_accept4.
83017         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
83018         __libc_accept4.
83019         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
83021         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
83022         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
83023         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
83024         signal-defines.sym.
83026 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
83028         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
83030 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
83032         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
83033         assertion on O_CLOEXEC flag.
83034         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
83035         * hurd/intern-fd.c: Likewise.
83036         * hurd/port2fd.c: Likewise.
83038 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
83040         [BZ #3906]
83041         * bits/in.h (IPV6_PKTINFO): Define new macro.
83042         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
83044 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
83046         [BZ #13954]
83047         [BZ #13955]
83048         [BZ #13956]
83049         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
83050         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
83051         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
83052         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
83053         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
83054         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
83055         * math/libm-test.inc (logb_test) : Additional logb tests.
83057 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
83058             Andreas Jaeger  <aj@suse.de>
83060         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
83061         * configure: Regenerated.
83062         * config.h.in (LINK_OBSOLETE_RPC): New macro.
83063         * config.make.in (link-obsolete-rpc): New substituted variable.
83064         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
83065         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
83066         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
83067         (shared-only-routines): Don't set it under [link-obsolete-rpc],
83068         so that libc.a contains the symbols.
83069         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
83070         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
83071         * sunrpc/auth_none.c: Likewise.
83072         * sunrpc/auth_unix.c: Likewise.
83073         * sunrpc/authdes_prot.c: Likewise.
83074         * sunrpc/authuxprot.c: Likewise.
83075         * sunrpc/clnt_gen.c: Likewise.
83076         * sunrpc/clnt_perr.c: Likewise.
83077         * sunrpc/clnt_raw.c: Likewise.
83078         * sunrpc/clnt_simp.c: Likewise.
83079         * sunrpc/clnt_tcp.c: Likewise.
83080         * sunrpc/clnt_udp.c: Likewise.
83081         * sunrpc/clnt_unix.c: Likewise.
83082         * sunrpc/des_crypt.c: Likewise.
83083         * sunrpc/des_soft.c: Likewise.
83084         * sunrpc/get_myaddr.c: Likewise.
83085         * sunrpc/key_call.c: Likewise.
83086         * sunrpc/key_prot.c: Likewise.
83087         * sunrpc/netname.c: Likewise.
83088         * sunrpc/pm_getmaps.c: Likewise.
83089         * sunrpc/pm_getport.c: Likewise.
83090         * sunrpc/pmap_clnt.c: Likewise.
83091         * sunrpc/pmap_prot.c: Likewise.
83092         * sunrpc/pmap_prot2.c: Likewise.
83093         * sunrpc/pmap_rmt.c: Likewise.
83094         * sunrpc/publickey.c: Likewise.
83095         * sunrpc/rpc_cmsg.c: Likewise.
83096         * sunrpc/rpc_common.c: Likewise.
83097         * sunrpc/rpc_dtable.c: Likewise.
83098         * sunrpc/rpc_prot.c: Likewise.
83099         * sunrpc/rpc_thread.c: Likewise.
83100         * sunrpc/rtime.c: Likewise.
83101         * sunrpc/svc.c: Likewise.
83102         * sunrpc/svc_auth.c: Likewise.
83103         * sunrpc/svc_raw.c: Likewise.
83104         * sunrpc/svc_run.c: Likewise.
83105         * sunrpc/svc_tcp.c: Likewise.
83106         * sunrpc/svc_udp.c: Likewise.
83107         * sunrpc/svc_unix.c: Likewise.
83108         * sunrpc/svcauth_des.c: Likewise.
83109         * sunrpc/xcrypt.c: Likewise.
83110         * sunrpc/xdr.c: Likewise.
83111         * sunrpc/xdr_array.c: Likewise.
83112         * sunrpc/xdr_float.c: Likewise.
83113         * sunrpc/xdr_intXX_t.c: Likewise.
83114         * sunrpc/xdr_mem.c: Likewise.
83115         * sunrpc/xdr_rec.c: Likewise.
83116         * sunrpc/xdr_ref.c: Likewise.
83117         * sunrpc/xdr_sizeof.c: Likewise.
83118         * sunrpc/xdr_stdio.c: Likewise.
83120 2012-05-10  Roland McGrath  <roland@hack.frob.com>
83122         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
83123         change.  Update copyright years.
83125 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
83127         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
83129 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
83130             Joseph Myers  <joseph@codesourcery.com>
83131             Paul Pluzhnikov  <ppluzhnikov@google.com>
83133         [BZ #14012]
83134         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
83135         requiring rpcgen.
83136         [cross-compiling] (extra-libs): Likewise.
83137         [cross-compiling] (extra-libs-others): Likewise.
83138         [cross-compiling] (librpcsvc-routines): Likewise.
83139         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
83140         [cross-compiling] (omit-deps): Likewise.
83141         (sunrpc-CPPFLAGS): New variable.
83142         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
83143         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
83144         (cross-rpcgen-objs): New variable.
83145         (extra-objs): Append $(cross-rpcgen-objs).
83146         ($(cross-rpcgen-objs)): New rule.
83147         ($(objpfx)cross-rpcgen): Likewise.
83148         (rpcgen-cmd): Define to use $(built-program-file).  Expand
83149         comment.
83150         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
83151         ($(objpfx)x%.stmp): Likewise.
83152         * sunrpc/proto.h [IS_IN_build] (_): Define.
83153         [IS_IN_build] (_libc_intl_domainname): Likewise.
83155 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
83157         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
83158         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
83159         and R_X86_64_TPOFF64.
83161 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
83163         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
83164         sysdeps/unix/sysv/syscalls.list.
83165         (stime): Likewise.
83166         (utime): Likewise.
83167         * sysdeps/unix/sysv/syscalls.list: Remove file.
83169 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
83171         [BZ #3440]
83172         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
83173         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
83174         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
83175         (__LC_IDENTIFICATION): Make these macros useful in #if
83176         expressions, as required by C99.
83178 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
83180         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
83181         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
83182         after this.
83184 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
83186         * stdlib/longlong.h: Updated from GCC.
83188 2012-05-09  Andreas Jaeger  <aj@suse.de>
83190         * nscd/nscd.c (run_modes): Make named enum, reorder so that
83191         default is first entry.
83192         (run_mode): Set type.
83193         (main): Remove informal message about syslog.
83194         (options): Fix typo.
83196         [BZ #14053]
83197         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
83198         to asm.
83199         (lrint): Likewise.
83200         (llrintf): Likewise.
83201         (llrint): Likewise.
83202         (rint): Likewise.
83203         (rintf): Likewise.
83204         (nearbyint): Likewise.
83205         (nearbyintf): Likewise.
83207 2012-05-09  Andreas Jaeger  <aj@suse.de>
83208             Pedro Alves  <palves@redhat.com>
83210         * nscd/nscd.c (run_mode): Use enum.
83211         (main): Cleanup coding style issue.
83213 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
83214             Andreas Jaeger  <aj@suse.de>
83216         * nscd/nscd.c (go_background): Replaced with...
83217         (run_mode): ... this.
83218         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
83219         (options): Add -F --foreground.
83220         (main): Implement it.
83221         (parse_opt): Parse it.
83223 2012-05-09  Andreas Jaeger  <aj@suse.de>
83225         [BZ #14083]
83226         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
83227         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
83228         -Wconversion warning.
83229         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
83230         Likewise.
83232 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
83234         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
83235         == 0.
83236         (LC_ALL): Use macro-int-constant.
83237         (LC_COLLATE): Likewise.
83238         (LC_CTYPE): Likewise.
83239         (LC_MESSAGES): Likewise.
83240         (LC_MONETARY): Likewise.
83241         (LC_NUMERIC): Likewise.
83242         (LC_TIME): Likewise.
83243         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
83244         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
83245         [ISO || ISO99 || ISO11] (*_t): Do not allow.
83246         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
83247         Specify type.
83248         [C99-based standards] (float_t): Expect type.
83249         [C99-based standards] (double_t): Expect type.
83250         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
83251         type.
83252         [C99-based standards] (HUGE_VALL): Likewise.
83253         [C99-based standards] (INFINITY): Likewise.
83254         [C99-based standards] (NAN): Likewise.
83255         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
83256         [C99-based standards] (FP_NAN): Likewise.
83257         [C99-based standards] (FP_NORMAL): Likewise.
83258         [C99-based standards] (FP_SUBNORMAL): Likewise.
83259         [C99-based standards] (FP_ZERO): Likewise.
83260         [C99-based standards] (FP_FAST_FMA): Use
83261         optional-macro-int-constant.  Specify type.  Require == 1.
83262         [C99-based standards] (FP_FAST_FMAF): Likewise.
83263         [C99-based standards] (FP_FAST_FMAL): Likewise.
83264         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
83265         [C99-based standards] (FP_ILOGBNAN): Likewise.
83266         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
83267         Specify type.
83268         [C99-based standards] (MATH_ERREXCEPT): Likewise.
83269         [C99-based standards] (math_errhandling): Specify type.
83270         [ISO99 || ISO11] (signgam): Do not allow.
83271         [non-C99-based standards] (copysignf): Do not allow.
83272         [non-C99-based standards] (exp2f): Likewise.
83273         [non-C99-based standards] (log2f): Likewise.
83274         [non-C99-based standards] (modff): Allow.
83275         [non-C99-based standards] (erff): Do not allow.
83276         [non-C99-based standards] (erfcf): Likewise.
83277         [non-C99-based standards] (gammaf): Likewise.
83278         [non-C99-based standards] (hypotf): Likewise.
83279         [non-C99-based standards] (j0f): Likewise.
83280         [non-C99-based standards] (j1f): Likewise.
83281         [non-C99-based standards] (jnf): Likewise.
83282         [non-C99-based standards] (lgammaf): Likewise.
83283         [non-C99-based standards] (tgammaf): Likewise.
83284         [non-C99-based standards] (y0f): Likewise.
83285         [non-C99-based standards] (y1f): Likewise.
83286         [non-C99-based standards] (ynf): Likewise.
83287         [non-C99-based standards] (isnanf): Likewise.
83288         [non-C99-based standards] (acoshf): Likewise.
83289         [non-C99-based standards] (asinhf): Likewise.
83290         [non-C99-based standards] (atanhf): Likewise.
83291         [non-C99-based standards] (cbrtf): Likewise.
83292         [non-C99-based standards] (expm1f): Likewise.
83293         [non-C99-based standards] (ilogbf): Likewise.
83294         [non-C99-based standards] (log1pf): Likewise.
83295         [non-C99-based standards] (logbf): Likewise.
83296         [non-C99-based standards] (nextafterf): Likewise.
83297         [non-C99-based standards] (remainderf): Likewise.
83298         [non-C99-based standards] (rintf): Likewise.
83299         [non-C99-based standards] (scalbf): Likewise.
83300         [non-C99-based standards] (copysignl): Likewise.
83301         [non-C99-based standards] (exp2l): Likewise.
83302         [non-C99-based standards] (log2l): Likewise.
83303         [non-C99-based standards] (modfl): Allow.
83304         [non-C99-based standards] (erfl): Do not allow.
83305         [non-C99-based standards] (erfcl): Likewise.
83306         [non-C99-based standards] (gammal): Likewise.
83307         [non-C99-based standards] (hypotl): Likewise.
83308         [non-C99-based standards] (j0l): Likewise.
83309         [non-C99-based standards] (j1l): Likewise.
83310         [non-C99-based standards] (jnl): Likewise.
83311         [non-C99-based standards] (lgammal): Likewise.
83312         [non-C99-based standards] (tgammal): Likewise.
83313         [non-C99-based standards] (y0l): Likewise.
83314         [non-C99-based standards] (y1l): Likewise.
83315         [non-C99-based standards] (ynl): Likewise.
83316         [non-C99-based standards] (isnanl): Likewise.
83317         [non-C99-based standards] (acoshl): Likewise.
83318         [non-C99-based standards] (asinhl): Likewise.
83319         [non-C99-based standards] (atanhl): Likewise.
83320         [non-C99-based standards] (cbrtl): Likewise.
83321         [non-C99-based standards] (expm1l): Likewise.
83322         [non-C99-based standards] (ilogbl): Likewise.
83323         [non-C99-based standards] (log1pl): Likewise.
83324         [non-C99-based standards] (logbl): Likewise.
83325         [non-C99-based standards] (nextafterl): Likewise.
83326         [non-C99-based standards] (remainderl): Likewise.
83327         [non-C99-based standards] (rintl): Likewise.
83328         [non-C99-based standards] (scalbl): Likewise.
83329         [ISO || ISO99 || ISO11] (*_t): Do not allow.
83330         [non-C99-based standards] (FP_*): Do not allow.
83331         [C99-based standards] (FP_*): Change to
83332         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
83333         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
83334         allow.
83335         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
83336         (SIG_ERR): Likewise.
83337         [X/Open-based standards] (SIG_HOLD): Likewise.
83338         (SIG_IGN): Likewise.
83339         (SIGABRT): Use macro-int-constant.  Specify type.  Require
83340         positive value.
83341         (SIGFPE): Likewise.
83342         (SIGILL): Likewise.
83343         (SIGINT): Likewise.
83344         (SIGSEGV): Likewise.
83345         (SIGTER): Likewise.
83346         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
83347         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
83348         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
83349         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
83350         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
83351         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
83352         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
83353         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
83354         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
83355         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
83356         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
83357         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
83358         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
83359         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
83360         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
83361         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
83362         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
83363         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
83364         [X/Open-based standards] (SIGTRAP): Likewise.
83365         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
83366         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
83367         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
83368         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
83369         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
83370         allow.
83372 2012-05-08  Ian Wienand  <ianw@vmware.com>
83374         [BZ #14080]
83375         * time/tzset.c (__tzset_parse_tz): Update default rules for
83376         daylight time changes in the Energy Policy Act of 2005.
83378 2012-05-09  Andreas Jaeger  <aj@suse.de>
83380         [BZ #13983]
83381         * elf/ldconfig.c (parse_conf): Change string to make clear that
83382         ldconfig only issued a warning if ld.so.conf does not exist.
83384 2012-05-08  David S. Miller  <davem@davemloft.net>
83386         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
83387         movxtod instead of popping the value on the stack.
83389         * sysdeps/sparc/fpu/libm-test-ulps: Update.
83391 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
83393         * config.h.in: Add HAVE_ARM_PCS_VFP.
83395 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
83397         [BZ #13979]
83398         * include/features.h: Warn if user requests __FORTIFY_SOURCE
83399         checking but the checks are disabled for any reason.
83401 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
83403         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
83404         and ELF64_R_TYPE with ELFW(R_TYPE).
83406 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
83408         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
83409         (ulimit): Likewise.
83411         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
83412         (settimeofday): Likewise.
83414 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
83416         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
83417         a struct th_u2 inside the union, and move tu_block/tu_code into
83418         a new th_u3 union of tu_block/tu_code inside of that.  Move
83419         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
83420         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
83421         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
83422         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
83423         (th_stuff): Change to th_u1.tu_stuff.
83424         (th_data): Define.
83425         (th_msg): Change to th_u1.th_u2.tu_data.
83427 2012-05-07  David S. Miller  <davem@davemloft.net>
83429         * sysdeps/sparc/fpu/libm-test-ulps: Update.
83431         [BZ #14074]
83432         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
83433         (SETUP_PIC_REG): Use it.
83434         (SETUP_PIC_REG_LEAF): Use it.
83436 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
83438         [BZ #13885]
83439         [BZ #13923]
83440         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
83441         USE_AS_EXPM1L.
83442         (EXPL_FINITE): Likewise.
83443         (FLDLOG): Likewise.
83444         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
83445         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
83446         e_expl.S.
83447         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
83448         USE_AS_EXPM1L.
83449         (EXPL_FINITE): Likewise.
83450         (FLDLOG): Likewise.
83451         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
83452         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
83453         e_expl.S.
83454         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
83455         test of -max_value argument for long double.
83456         * sysdeps/i386/fpu/libm-test-ulps: Update.
83457         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
83459 2012-05-06  David S. Miller  <davem@davemloft.net>
83461         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
83462         quad soft-float symbols whose references which are compiler
83463         generated.
83464         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
83466 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
83468         [BZ #13884]
83469         [BZ #13914]
83470         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
83471         USE_AS_EXP10L.
83472         (EXPL_FINITE): Likewise.
83473         (FLDLOG): Likewise.
83474         (c0): Likewise.
83475         (c1): Likewise.
83476         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
83477         Adjust comments for base varying.
83478         (__expl_finite): Change alias to EXPL_FINITE.
83479         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
83480         e_expl.S.
83481         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
83482         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
83483         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
83484         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
83485         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
83486         USE_AS_EXP10L.
83487         (EXPL_FINITE): Likewise.
83488         (FLDLOG): Likewise.
83489         (c0): Likewise.
83490         (c1): Likewise.
83491         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
83492         Adjust comments for base varying.
83493         (__expl_finite): Change alias to EXPL_FINITE.
83494         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
83495         tests for bugs.
83496         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
83498         [BZ #14064]
83499         * math/libm-test.inc (check_float_internal): Correct ulp
83500         calculation for subnormal expected results.
83502 2012-05-06  Andreas Jaeger  <aj@suse.de>
83504         * Makeconfig (+math-flags): New, set to -frounding-math.
83505         (+cflags): Add +math-flags so that all of glibc gets compiled with
83506         it.
83508         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
83510 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
83512         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
83513         Disable one test.
83515         [BZ #13787]
83516         [BZ #13922]
83517         [BZ #14036]
83518         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
83519         (__ieee754_expl): Allow for and saturate large arguments.
83520         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
83521         (u_threshold): Likewise.
83522         (__exp): Call __ieee754_exp before checking for overflow and
83523         underflow.
83524         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
83525         (u_threshold): Likewise.
83526         (__expf): Call __ieee754_expf before checking for overflow and
83527         underflow.
83528         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
83529         (u_threshold): Likewise.
83530         (__expl): Call __ieee754_expl before checking for overflow and
83531         underflow.
83532         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
83533         (__ieee754_expl): Allow for and saturate large arguments.
83534         * math/libm-test.inc (exp_test): Add another test.  Do not allow
83535         missing overflow exception on overflow.
83536         (expm1_test): Do not allow missing overflow exception on overflow.
83538         * sysdeps/i386/fpu/e_expl.c: Move to ...
83539         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
83540         rather than using inline asm.
83541         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
83542         * sysdeps/x86_64/fpu/e_expl.S: Copy from
83543         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
83545         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
83546         (nice): Likewise.
83547         (poll): Likewise.
83548         (signal): Likewise.
83549         (time): Likewise.
83550         (times): Likewise.
83552 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
83554         * sysdeps/unix/syscalls.list (adjtime): Add entry from
83555         sysdeps/unix/common/syscalls.list.
83556         (fchmod): Likewise.
83557         (fchown): Likewise.
83558         (ftruncate): Likewise.
83559         (getrusage): Likewise.
83560         (gettimeofday): Likewise.
83561         (setpgid): Likewise.
83562         (setregid): Likewise.
83563         (setreuid): Likewise.
83564         (sigaction): Likewise.
83565         (truncate): Likewise.
83566         (vhangup): Likewise.
83567         * sysdeps/unix/common/syscalls.list: Remove file.
83568         * sysdeps/unix/bsd/Implies: Don't include unix/common.
83569         * sysdeps/unix/sysv/linux/Implies: Likewise.
83571 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
83573         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
83574         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
83575         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
83576         Moved to ...
83577         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
83578         Here.
83579         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
83580         to ...
83581         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
83582         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
83583         to ...
83584         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
83585         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
83586         to ...
83587         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
83588         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
83589         to ...
83590         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
83591         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
83592         to ...
83593         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
83594         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
83595         to ...
83596         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
83597         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
83598         to ...
83599         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
83600         Here.
83601         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
83602         to ...
83603         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
83604         Here.
83605         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
83606         to ...
83607         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
83608         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
83609         Moved to ...
83610         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
83611         Here.
83612         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
83613         to ...
83614         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
83616 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
83618         * sysdeps/unix/common/bits/dirent.h: Remove file.
83619         * sysdeps/unix/common/bits/fcntl.h: Likewise.
83621         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
83622         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
83623         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
83624         * sysdeps/unix/bsd/isatty.c: Likewise.
83625         * sysdeps/unix/bsd/tcdrain.c: Likewise.
83626         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
83627         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
83629 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
83631         [BZ #13563]
83632         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
83633         long double comparison inaccuracies.
83634         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
83635         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
83637 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
83639         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
83640         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
83642 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
83644         [BZ #14049]
83645         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
83646         nonzero digits before rounding a hex value.
83647         * stdlib/tst-strtod.c (tests): Add another test.
83649 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
83651         * sysdeps/s390/fpu/libm-test-ulps: Update.
83653 2012-05-03  Andreas Jaeger  <aj@suse.de>
83655         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
83656         does not get optimized out.
83657         (malloc_opt_barrier): New.
83659 2012-05-03  Andreas Jaeger  <aj@suse.de>
83660             Roland McGrath  <roland@hack.frob.com>
83662         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
83663         intermediate file deletion.
83664         (generated): Add .symlist files.
83666 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
83668         [BZ #13775]
83669         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
83670         Redirect under this condition.
83671         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
83672         [__USE_GNU] (__dprintf_chk): Not under this condition.
83673         [__USE_GNU] (__vdprintf_chk): Likewise.
83674         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
83675         under this condition.
83676         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
83677         [__USE_XOPEN2K8] (dprintf): Define under this condition.
83678         [__USE_XOPEN2K8] (vdprintf): Likewise.
83679         [__USE_GNU] (__dprintf_chk): Not under this condition.
83680         [__USE_GNU] (__vdprintf_chk): Likewise.
83681         [__USE_GNU] (dprintf): Likewise.
83682         [__USE_GNU] (vdprintf): Likewise.
83684 2012-05-03  Roland McGrath  <roland@hack.frob.com>
83686         * elf/Makefile (common-generated): Set this instead of generated for
83687         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
83688         $(all-built-dso)-derived lists.
83690 2012-05-03  Andreas Jaeger  <aj@suse.de>
83692         * sysdeps/i386/fpu/libm-test-ulps: Update.
83694         * FAQ: Removed.
83695         * FAQ.in: Likewise.
83696         * scripts/gen-FAQ.pl: Likewise.
83697         * manual/install.texi (Installation): Point to online location of
83698         FAQ.
83699         * Makefile (files-for-dist): Remove FAQ.
83700         (FAQ): Remove.
83702 2012-05-02  Allan McRae  <allan@archlinux.org>
83704         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
83705         (LDFLAGS-reldepmod5.so): Likewise.
83706         (LDFLAGS-reldep6mod1.so): Likewise.
83707         (LDFLAGS-reldep6mod4.so): Likewise.
83708         (LDFLAGS-reldep8mod3.so): Likewise.
83709         (LDFLAGS-unload4mod1.so): Likewise.
83710         (LDFLAGS-unload4mod2.so): Likewise.
83711         (LDFLAGS-tst-initorder): Likewise.
83712         (LDFLAGS-tst-initordera2.so): Likewise.
83713         (LDFLAGS-tst-initordera3.so): Likewise.
83714         (LDFLAGS-tst-initordera4.so): Likewise.
83715         (LDFLAGS-tst-initorderb2.so): Likewise.
83716         (LDFLAGS-noload): Likewise.
83717         (LDFLAGS-next): Likewise.
83718         (LDFLAGS-order2mod1.so): Likewise.
83719         (LDFLAGS-order2mod2.so): Likewise.
83720         (LDFLAGS-tst-initorder2): Likewise.
83721         (LDFLAGS-tst-initorder2a.so): Likewise.
83722         (LDFLAGS-tst-initorder2b.so): Likewise.
83723         (LDFLAGS-tst-initorder2c.so): Likewise.
83724         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
83726 2012-05-02  David S. Miller  <davem@davemloft.net>
83728         * sysdeps/sparc/fpu/libm-test-ulps: Update.
83730 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
83732         [BZ #14055]
83733         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
83735 2012-05-02  Andreas Jaeger  <aj@suse.de>
83737         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
83738         since we manipulate rounding mode.
83739         (CPPFLAGS-test-idouble.c): Likewise.
83740         (CPPFLAGS-test-ifloat.c): Likewise.
83741         (CFLAGS-test-ldouble.c): Likewise.
83742         (CFLAGS-test-double.c): Likewise.
83743         (CFLAGS-test-float.c): Likewise.
83744         (CFLAGS-test-misc.c): Likewise.
83745         (CFLAGS-test-test-fenv.c): Likewise.
83747 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
83749         [BZ #2550]
83750         [BZ #2570]
83751         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
83752         comparisons to determine direction to adjust input.
83754 2012-05-01  Roland McGrath  <roland@hack.frob.com>
83756         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
83757         output to the target.
83759         * scripts/localplt.awk: New file.
83760         * elf/Makefile ($(objpfx)check-localplt): Target removed.
83761         (check-localplt-CFLAGS): Variable removed.
83762         ($(all-built-dso:=.jmprel)): New static pattern rule.
83763         (generated): Add those targets.
83764         (localplt-built-dso): New variable.
83765         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
83767         * elf/check-localplt.c: File removed.
83769         * scripts/check-execstack.awk: New file.
83770         * elf/Makefile ($(objpfx)check-execstack): Target removed.
83771         (check-execstack-CFLAGS): Variable removed.
83772         ($(objpfx)check-execstack.h): Target removed.
83773         ($(objpfx)execstack-default): New target.
83774         (generated): Add that instead of check-execstack.h.
83775         ($(all-built-dso:=.phdr)): New static pattern rule.
83776         (generated): Add those targets.
83777         * elf/check-execstack.c: File removed.
83779         * scripts/check-textrel.awk: New file.
83780         * elf/Makefile ($(objpfx)check-textrel): Target removed.
83781         (check-textrel-CFLAGS): Variable removed.
83782         (all-built-dso): Use := to define.o
83783         ($(all-built-dso:=.dyn)): New static pattern rule.
83784         (generated): Add those targets.
83785         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
83786         * config.make.in (READELF): New substituted variable.
83787         * elf/check-textrel.c: File removed.
83789 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
83791         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
83792         allow.
83793         * conform/data/ctype.h-data [C99-based standards] (isblank):
83794         Expect function.
83795         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
83796         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
83797         [ISO || ISO99 || ISO11] (*_t): Do not allow.
83798         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
83799         Specify type.  Require positive value.
83800         (EILSEQ): Likewise.
83801         (ERANGE): Likewise.
83802         [ISO || POSIX] (EILSEQ): Do not expect.
83803         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
83804         Specify type.  Require positive value.
83805         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
83806         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
83807         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
83808         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
83809         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
83810         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
83811         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
83812         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
83813         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
83814         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
83815         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
83816         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
83817         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
83818         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
83819         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
83820         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
83821         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
83822         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
83823         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
83824         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
83825         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
83826         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
83827         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
83828         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
83829         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
83830         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
83831         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
83832         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
83833         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
83834         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
83835         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
83836         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
83837         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
83838         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
83839         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
83840         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
83841         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
83842         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
83843         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
83844         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
83845         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
83846         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
83847         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
83848         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
83849         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
83850         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
83851         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
83852         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
83853         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
83854         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
83855         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
83856         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
83857         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
83858         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
83859         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
83860         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
83861         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
83862         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
83863         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
83864         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
83865         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
83866         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
83867         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
83868         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
83869         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
83870         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
83871         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
83872         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
83873         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
83874         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
83875         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
83876         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
83877         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
83878         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
83879         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
83880         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
83881         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
83882         Require >= 2.
83883         (FLT_ROUNDS): Expect as macro, not constant.
83884         (FLT_MANT_DIG): Use macro-int-constant.
83885         (DBL_MANT_DIG): Likewise.
83886         (LDBL_MANT_DIG): Likewise.
83887         (FLT_DIG): Likewise.
83888         (DBL_DIG): Likewise.
83889         (LDBL_DIG): Likewise.
83890         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
83891         (DBL_MIN_EXP): Likewise.
83892         (LDBL_MIN_EXP): Likewise.
83893         (FLT_MAX_EXP): Use macro-int-constant.
83894         (DBL_MAX_EXP): Likewise.
83895         (LDBL_MAX_EXP): Likewise.
83896         (FLT_MAX_10_EXP): Likewise.
83897         (DBL_MAX_10_EXP): Likewise.
83898         (LDBL_MAX_10_EXP): Likewise.
83899         (FLT_MAX): Use macro-constant.
83900         (DBL_MAX): Likewise.
83901         (LDBL_MAX): Likewise.
83902         (FLT_EPSILON): Use macro-constant.  Give upper bound.
83903         (DBL_EPSILON): Likewise.
83904         (LDBL_EPSILON): Likewise.
83905         (FLT_MIN): Likewise.
83906         (DBL_MIN): Likewise.
83907         (LDBL_MIN): Likewise.
83908         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
83909         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
83910         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
83911         [ISO11] (FLT_HAS_SUBNORM): Likewise.
83912         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
83913         [ISO11] (DBL_DECIMAL_DIG): Likewise.
83914         [ISO11] (FLT_DECIMAL_DIG): Likewise.
83915         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
83916         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
83917         [ISO11] (FLT_TRUE_MIN): Likewise.
83918         [ISO11] (LDBL_TRUE_MIN): Likewise.
83919         [ISO || ISO99 || ISO11] (*_t): Do not allow.
83920         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
83921         (SCHAR_MIN): Use macro-int-constant.  Specify type.
83922         (SCHAR_MAX): Likewise.
83923         (UCHAR_MAX): Likewise.
83924         (CHAR_MIN): Likewise.
83925         (CHAR_MAX): Likewise.
83926         (MB_LEN_MAX): Use macro-int-constant.
83927         (SHRT_MIN): Use macro-int-constant.  Specify type.
83928         (SHRT_MAX): Likewise.
83929         (USHRT_MAX): Likewise.
83930         (INT_MAX): Likewise.
83931         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
83932         bound negative.
83933         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
83934         bound with "U".
83935         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
83936         bound with "L".
83937         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
83938         bound negative.  Suffix upper bound with "L".
83939         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
83940         bound with "UL".
83941         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
83942         Specify type.
83943         [C99-based standards] (LLONG_MAX): Likewise.
83944         [C99-based standards] (ULLONG_MAX): Likewise.
83945         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
83946         == 0.
83947         [ISO11] (max_align_t): Require type.
83948         [ISO || ISO99 || ISO11] (*_t): Do not allow.
83950         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
83951         from $CFLAGS, without defining away __attribute__ calls.
83952         (checknamespace): Use $CFLAGS_namespace.
83954         * conform/conformtest.pl (@keywords): Only include C99 keywords
83955         for standards based on C99 or C11.
83957         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
83958         Disable tests.
83959         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
83960         UNIX98]: Likewise.
83962         * conform/conformtest.pl: Handle "macro-int-constant" and test for
83963         usability of symbols in #if.
83965         * conform/conformtest.pl: If macro or constant types start
83966         "promoted:", expect the symbol to be of the following type
83967         promoted by the integer promotions.
83969         * conform/conformtest.pl: Parse all "constant" and "macro" lines
83970         in one place.  Also handle "macro-constant".
83972         * conform/conformtest.pl: Only accept expected macro values with
83973         "==".  Parse all "macro" lines in one place.
83974         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
83976         * conform/conformtest.pl: Handle braced types on "constant" lines
83977         instead of handling "typed-constant".
83978         * conform/data/signal.h-data: Use "constant" instead of
83979         "typed-constant".
83981         * conform/conformtest.pl: Handle "optional-" at start of lines in
83982         one place rather than duplicating several cases.  Handle each
83983         format of "macro" line with initial "optional-".
83985         * conform/conformtest.pl: Only accept expected constant or
83986         optional-constant values with "==".  Parse all "constant" lines in
83987         one place.  Parse all "optional-constant" lines in one place.
83988         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
83989         * conform/data/fmtmsg.h-data: Likewise.
83990         * conform/data/netinet/in.h-data: Likewise.
83991         * conform/data/tar.h-data: Likewise.
83992         * conform/data/limits.h-data: Use "==" form on "constant" and
83993         "optional-constant" lines.
83995         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
83996         Use -std=c99 for XOPEN2K.
83997         (@knownproblems): Remove.
83998         (newtoken): Don't check %isknown.
84000         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
84001         Do not expect macro.
84002         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
84003         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
84004         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
84005         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
84006         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
84007         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
84008         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
84009         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
84010         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
84011         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
84012         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
84013         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
84014         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
84015         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
84016         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
84017         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
84018         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
84019         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
84020         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
84021         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
84022         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
84023         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
84024         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
84025         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
84026         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
84027         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
84028         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
84029         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
84030         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
84031         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
84032         [XPG3] (acosh): Likewise.
84033         [XPG3] (asinh): Likewise.
84034         [XPG3] (atanh): Likewise.
84035         [XPG3] (cbrt): Likewise.
84036         [XPG3] (expm1): Likewise.
84037         [XPG3] (ilogb): Likewise.
84038         [XPG3] (log1p): Likewise.
84039         [XPG3] (logb): Likewise.
84040         [XPG3] (nextafter): Likewise.
84041         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
84042         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
84043         [XPG3] (remainder): Likewise.
84044         [XPG3] (rint): Likewise.
84045         [XPG3 || XPG4 || UNIX98] (round): Likewise.
84046         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
84047         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
84048         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
84049         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
84050         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
84051         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
84052         [UNIX98 || XOPEN2K] (scalb): Expect.
84053         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
84054         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
84055         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
84056         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
84057         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
84058         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
84059         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
84060         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
84061         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
84062         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
84063         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
84064         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
84065         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
84066         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
84067         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
84068         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
84069         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
84070         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
84071         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
84072         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
84073         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
84074         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
84075         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
84076         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
84077         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
84078         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
84079         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
84080         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
84081         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
84082         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
84083         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
84084         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
84085         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
84086         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
84087         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
84088         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
84089         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
84090         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
84091         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
84092         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
84093         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
84094         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
84095         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
84096         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
84097         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
84098         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
84099         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
84100         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
84101         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
84102         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
84103         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
84104         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
84105         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
84106         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
84107         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
84108         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
84109         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
84110         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
84111         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
84112         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
84113         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
84114         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
84115         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
84116         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
84117         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
84118         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
84119         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
84120         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
84121         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
84122         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
84123         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
84124         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
84125         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
84126         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
84127         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
84128         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
84129         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
84130         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
84131         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
84132         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
84133         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
84134         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
84135         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
84136         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
84137         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
84138         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
84139         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
84140         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
84141         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
84142         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
84143         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
84144         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
84145         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
84146         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
84147         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
84148         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
84149         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
84150         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
84151         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
84152         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
84153         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
84154         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
84155         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
84156         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
84157         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
84158         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
84159         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
84160         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
84161         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
84162         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
84163         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
84164         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
84165         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
84166         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
84167         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
84168         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
84169         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
84170         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
84171         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
84172         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
84173         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
84174         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
84175         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
84176         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
84177         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
84178         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
84179         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
84180         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
84181         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
84182         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
84183         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
84184         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
84185         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
84186         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
84187         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
84188         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
84189         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
84191         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
84192         _XOPEN_SOURCE_EXTENDED for XPG4.
84194         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
84196         * Makeconfig (localtime): Remove variable.
84197         (inst_localtime-file): Likewise.
84199 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
84201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
84202         Update.
84203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
84204         Update.
84205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
84206         Update.
84207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
84208         Update.
84209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
84210         Update.
84211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
84212         Update.
84213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
84214         Update.
84215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
84216         Update.
84217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
84218         Update.
84220 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
84222         [BZ #2550]
84223         [BZ #2570]
84224         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
84225         comparisons to determine direction to adjust input.
84226         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
84227         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
84228         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
84229         Likewise.
84230         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
84231         Likewise.
84232         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
84233         Likewise.
84234         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
84235         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
84236         Likewise.
84237         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
84238         Likewise.
84239         * math/libm-test.inc (nexttoward_test): Add more tests.
84241 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
84243         [BZ #14040]
84244         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
84245         in version GLIBC_2.1, not GLIBC_2.0.
84246         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
84247         Likewise.
84249 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
84251         [BZ #13942]
84252         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
84253         (1 - x) * (1 + x).
84254         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
84255         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
84256         * math/libm-test.inc (acos_test): Add more tests.
84257         (asin_test): Likewise.
84258         * sysdeps/i386/fpu/libm-test-ulps: Update.
84259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
84261         [BZ #14034]
84262         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
84263         of square root.
84264         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
84265         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
84266         * math/libm-test.inc (acos_test_tonearest): New function.
84267         (acos_test_towardzero): Likewise.
84268         (acos_test_downward): Likewise.
84269         (acos_test_upward): Likewise.
84270         (asin_test_tonearest): Likewise.
84271         (asin_test_towardzero): Likewise.
84272         (asin_test_downward): Likewise.
84273         (asin_test_upward): Likewise.
84274         (main): Call the new functions.
84275         * sysdeps/i386/fpu/libm-test-ulps: Update.
84276         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
84278         [BZ #13884]
84279         [BZ #13924]
84280         * math/e_exp10.c: Include <float.h>.
84281         (__ieee754_exp10): Handle underflow here rather than multiplying
84282         large negative argument by M_LN10.
84283         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
84284         of __ieee754_expf.
84285         * math/e_exp10l.c: Include <float.h>.
84286         (__ieee754_exp10l): Handle underflow here rather than multiplying
84287         large negative argument by M_LN10l.
84288         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
84289         spurious overflow exception on underflow.
84291 2012-04-29  Marek Polacek  <polacek@redhat.com>
84293         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
84294         (__fortify_function): New macro.
84295         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
84296         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
84297         __extern_always_inline.
84298         * libio/bits/stdio2.h: Likewise.
84299         * libio/bits/stdio.h: Likewise.
84300         * string/string.h: Likewise.
84301         * string/bits/string3.h: Likewise.
84302         * include/stdio.h: Likewise.
84303         * stdlib/bits/stdlib.h: Likewise.
84304         * stdlib/stdlib.h: Likewise.
84305         * rt/bits/mqueue2.h: Likewise.
84306         * rt/mqueue.h: Likewise.
84307         * posix/bits/unistd.h: Likewise.
84308         * posix/unistd.h: Likewise.
84309         * io/bits/poll2.h: Likewise.
84310         * io/bits/fcntl2.h: Likewise.
84311         * io/fcntl.h: Likewise.
84312         * io/sys/poll.h: Likewise.
84313         * misc/bits/syslog.h: Likewise.
84314         * misc/bits/syslog-ldbl.h: Likewise.
84315         * misc/sys/syslog.h: Likewise.
84316         * socket/bits/socket2.h: Likewise.
84317         * socket/sys/socket.h: Likewise.
84318         * debug/tst-chk1.c: Likewise.
84319         * wcsmbs/bits/wchar2.h: Likewise.
84320         * wcsmbs/bits/wchar-ldbl.h: Likewise.
84321         * wcsmbs/wchar.h: Likewise.
84323 2012-04-29  Andreas Jaeger  <aj@suse.de>
84325         * Makerules (tests): Remove enable-check-abi protection.
84326         (check-abi-warn): Remove.
84327         (check-abi-%): Remove check-abi-warn usage.
84329         * configure.in: Remove check-abi configure option.
84330         * configure: Regenerated.
84331         * config.make.in (enable-check-abi): Remove.
84333 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
84335         [BZ #14033]
84336         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
84337         double functions to double *_finite functions.
84339         [BZ #13941]
84340         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
84341         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
84342         LDBL_MIN_EXP.
84343         * stdio-common/Makefile (tests): Add tst-sprintf3.
84344         * stdio-common/tst-sprintf3.c: New file.
84346         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
84347         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
84349 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
84351         * conform/conformtest.pl: Remove duplicate typed-constant
84352         handling.
84354 2012-04-28  David S. Miller  <davem@davemloft.net>
84356         * Makerules (%.abilist): Add vpath on sysdep_dirs.
84357         (check-abi-%): Remove AWK script prerequisite and explicit
84358         abilist directory.
84359         (check-abi): Rewrite to just diff the symlist with the abilist.
84360         (config-tls, config-abi-config): Delete, no longer used.
84361         (update-abi-%): Remove AWK script and explicit abilist directory.
84362         (update-abi): Rewrite to simply compare and conditionally copy the
84363         symlist and the sysdep abilist file.  Remove update-abi-config
84364         checks.
84365         * abilist/ld.abilist: Remove.
84366         * abilist/libBrokenLocale.abilist: Remove.
84367         * abilist/libanl.abilist: Remove.
84368         * abilist/libcrypt.abilist: Remove.
84369         * abilist/libdl.abilist: Remove.
84370         * abilist/librt.abilist: Remove.
84371         * abilist/libthread_db.abilist: Remove.
84372         * abilist/libutil.abilist: Remove.
84373         * scripts/extract-abilist.awk: Remove.
84374         * scripts/merge-abilist.awk: Remove.
84375         * sysdeps/generic/libcidn.abilist: New file.
84376         * sysdeps/generic/libnss_compat.abilist: New file.
84377         * sysdeps/generic/libnss_db.abilist: New file.
84378         * sysdeps/generic/libnss_dns.abilist: New file.
84379         * sysdeps/generic/libnss_files.abilist: New file.
84380         * sysdeps/generic/libnss_hesiod.abilist: New file.
84381         * sysdeps/generic/libnss_nis.abilist: New file.
84382         * sysdeps/generic/libnss_nisplus.abilist: New file.
84383         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
84384         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
84385         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
84386         file.
84387         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
84388         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
84389         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
84390         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
84391         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
84392         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
84393         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
84394         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
84395         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
84396         file.
84397         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
84398         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
84399         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
84400         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
84401         file.
84402         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
84403         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
84404         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
84405         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
84406         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
84407         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
84408         file.
84409         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
84410         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
84411         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
84412         file.
84413         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
84414         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
84415         New file.
84416         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
84417         New file.
84418         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
84419         New file.
84420         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
84421         New file.
84422         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
84423         New file.
84424         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
84425         New file.
84426         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
84427         New file.
84428         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
84429         New file.
84430         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
84431         New file.
84432         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
84433         New file.
84434         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
84435         New file.
84436         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
84437         New file.
84438         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
84439         New file.
84440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
84441         file.
84442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
84443         New file.
84444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
84445         New file.
84446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
84447         file.
84448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
84449         New file.
84450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
84451         New file.
84452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
84453         file.
84454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
84455         New file.
84456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
84457         New file.
84458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
84459         New file.
84460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
84461         New file.
84462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
84463         New file.
84464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
84465         New file.
84466         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
84467         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
84468         file.
84469         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
84470         New file.
84471         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
84472         file.
84473         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
84474         file.
84475         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
84476         file.
84477         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
84478         file.
84479         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
84480         file.
84481         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
84482         New file.
84483         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
84484         file.
84485         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
84486         file.
84487         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
84488         New file.
84489         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
84490         file.
84491         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
84492         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
84493         file.
84494         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
84495         New file.
84496         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
84497         file.
84498         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
84499         file.
84500         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
84501         file.
84502         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
84503         file.
84504         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
84505         file.
84506         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
84507         New file.
84508         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
84509         file.
84510         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
84511         file.
84512         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
84513         New file.
84514         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
84515         file.
84516         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
84517         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
84518         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
84519         file.
84520         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
84521         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
84522         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
84523         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
84524         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
84525         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
84526         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
84527         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
84528         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
84529         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
84530         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
84531         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
84532         file.
84533         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
84534         New file.
84535         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
84536         file.
84537         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
84538         file.
84539         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
84540         file.
84541         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
84542         file.
84543         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
84544         file.
84545         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
84546         New file.
84547         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
84548         New file.
84549         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
84550         file.
84551         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
84552         New file.
84553         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
84554         file.
84555         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
84556         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
84557         file.
84558         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
84559         New file.
84560         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
84561         file.
84562         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
84563         file.
84564         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
84565         file.
84566         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
84567         file.
84568         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
84569         file.
84570         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
84571         New file.
84572         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
84573         New file.
84574         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
84575         file.
84576         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
84577         New file.
84578         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
84579         file.
84581 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
84583         * conform/conformtest.pl: Fix typo in handling typed-constant from
84584         allow-header.
84586 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
84588         * README: Cut down references to pre-2.6 Linux kernels and
84589         Linuxthreads.  Update lists of configurations in libc and ports
84590         and sort alphabetically.  Say "or newer" with Linux kernel version
84591         requirements.
84593         * config.h.in [IS_IN_build]: Allow compiling without optimization.
84595 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
84597         [BZ #887]
84598         * math/libm-test.inc (logb_test_downward): New test to expose
84599         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
84600         rounding mode.
84602 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
84604         [BZ #14027]
84605         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
84606         to be done.
84607         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
84608         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
84610 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
84612         * sysdeps/unix/i386/brk.S: Remove file.
84613         * sysdeps/unix/i386/dl-brk.S: Likewise.
84614         * sysdeps/unix/i386/pipe.S: Likewise.
84615         * sysdeps/unix/i386/sigreturn.S: Likewise.
84616         * sysdeps/unix/i386/syscall.S: Likewise.
84617         * sysdeps/unix/i386/vfork.S: Likewise.
84618         * sysdeps/unix/i386/wait.S: Likewise.
84620         * sysdeps/unix/common/tcsendbrk.c: Move to ...
84621         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
84623         * configure.in (arm*-none*): Do not allow without
84624         --enable-hacker-mode.
84625         (netbsd*): Remove case setting base_os.
84626         (386bsd*): Likewise.
84627         (freebsd*): Likewise.
84628         (bsdi*): Likewise.
84629         (osf*): Likewise.
84630         (sunos*): Likewise.
84631         (ultrix*): Likewise.
84632         (newsos*): Likewise.
84633         (dynix*): Likewise.
84634         (*bsd*): Likewise.
84635         (sysv*): Likewise.
84636         (isc*): Likewise.
84637         (esix*): Likewise.
84638         (sco*): Likewise.
84639         (minix*): Likewise.
84640         (irix4*): Likewise.
84641         (irix6*): Likewise.
84642         (solaris[2-9]*): Likewise.
84643         (none): Likewise.
84644         * configure: Regenerated.
84646 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
84648         [BZ #11521]
84649         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
84650         overflow or cancellation in calculating denominator.
84651         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
84652         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
84653         down expression to avoid unexpected rounding in newer GCCs.
84654         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
84656 2012-04-26  David S. Miller  <davem@davemloft.net>
84658         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
84659         long-double compat symbols.
84660         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
84661         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
84662         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
84663         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
84664         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
84665         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
84666         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
84667         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
84668         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
84669         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
84670         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
84671         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
84672         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
84674 2012-04-25  David S. Miller  <davem@davemloft.net>
84676         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
84677         HWCAP_* values only after the memory barriers have been defined.
84678         (atomic_full_barrier): Define.
84679         (atomic_read_barrier): Define.
84680         (atomic_write_barrier): Define.
84682 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
84684         * shlib-versions: Add libgcc_s version information.
84685         * sysdeps/generic/libgcc_s.h: Remove.
84686         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
84687         libgcc_s.h.
84688         * sysdeps/gnu/unwind-resume.c: Likewise.
84689         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
84691 2012-04-25  David S. Miller  <davem@davemloft.net>
84693         * sysdeps/unix/sparc/brk.S: Delete.
84694         * sysdeps/unix/sparc/dl-brk.S: Delete.
84695         * sysdeps/unix/sparc/pipe.S: Delete.
84696         * sysdeps/unix/sparc/sysdep.S: Delete.
84697         * sysdeps/unix/sparc/sysdep.h: Delete.
84698         * sysdeps/unix/sparc/vfork.S: Delete.
84699         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
84700         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
84701         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
84702         (ret_ERRVAL, r0, r1, MOVE): Define.
84703         (JUMPTARGET): Remove.
84704         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
84705         sysdeps/unix/sparc/sysdep.h
84706         (ENTRY, END): Remove.
84707         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
84709 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
84711         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
84712         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
84713         -DIS_IN_build.
84715         * timezone/README: Update upstream location and email address for
84716         tzcode and tzdata.
84717         * timezone/zdump.c: Update from tzcode 2012b.
84718         * timezone/zic.c: Likewise.
84720         * configure.in (libc_cv_as_needed): Remove test.
84721         * configure: Regenerated.
84722         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
84723         conditional definition.
84724         [$(have-as-needed) != yes] (no-as-needed): Likewise.
84725         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
84726         * config.make.in (have-as-needed): Remove variable.
84728 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
84729             Paul Pluzhnikov  <ppluzhnikov@google.com>
84731         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
84732         strings correctly.
84734 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
84736         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
84737         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
84738         * sysdeps/sh/strlen.S: Likewise.
84740 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
84742         * sysdeps/unix/fork.S: Remove file.
84743         * sysdeps/unix/i386/fork.S: Likewise.
84744         * sysdeps/unix/sparc/fork.S: Likewise.
84746         * sysdeps/unix/system.c: Remove file.
84747         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
84749         * sysdeps/unix/getegid.S: Remove file.
84750         * sysdeps/unix/geteuid.S: Likewise.
84752 2012-04-24  Roland McGrath  <roland@hack.frob.com>
84754         * scripts/check-localplt.awk: New file.
84755         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
84756         of diff.
84757         * scripts/data/localplt-generic.data: Add a comment.
84759         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
84760         NODE when __dir_mkfile failed.
84761         * sysdeps/mach/hurd/symlinkat.c: Likewise.
84762         Reported by Ludovic CourtĂšs <ludo@gnu.org>.
84764 2012-04-24  Andreas Jaeger  <aj@suse.de>
84766         * Makerules (common-clean): Also remove gen-as-const-headers
84767         files.
84769 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
84771         * Makerules (native-compile): Do not change working directory for
84772         build.  Use $(OUTPUT_OPTION) in command.
84773         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
84775 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
84777         [BZ #13886]
84778         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
84779         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
84780         * math/libm-test.inc (floor_test): Add more tests.
84781         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
84783 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
84785         * sysdeps/unix/getdents.c: Remove file.
84786         * sysdeps/unix/sysv/getdents.c: Likewise.
84787         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
84789         * sysdeps/unix/syscalls.list (madvise): Add syscall from
84790         sysdeps/unix/mman/syscalls.list.
84791         (mmap): Likewise.
84792         (mprotect): Likewise.
84793         (msync): Likewise.
84794         (munmap): Likewise.
84795         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
84796         * sysdeps/unix/mman/syscalls.list: Remove.
84797         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
84799         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
84800         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
84801         * configure: Regenerated.
84802         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
84803         $(libgcc_s_suffix).
84804         * config.make.in (libgcc_s_suffix): Remove variable.
84806 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
84808         * sysdeps/unix/sysv/gethostname.c: Move to ...
84809         * sysdeps/posix/gethostname.c: ... here.
84811         * sysdeps/unix/execve.S: Remove file.
84813         * sysdeps/unix/_exit.S: Remove file.
84815 2012-04-23  Andreas Jaeger  <aj@suse.de>
84817         [BZ #13739]
84818         * manual/Makefile: Remove make dist support, there's no
84819         need for a stand-alone documentation tar ball.
84820         (TEXI2DVI): Define always, it's not in Makeconfig.
84821         (dist): Removed.
84822         (tar-it): Removed.
84823         (edition): Removed.
84824         (glibc-doc-$(edition).tar): Removed
84825         (%.Z): Removed.
84826         (%.gz): Removed.
84827         (%.uu): Removed.
84828         (ETAGS): Remove, it's in Makeconfig.
84829         (move-if-change): Remove, it's in Makeconfig.
84831 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
84833         [BZ #13970]
84834         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
84835         (strtod, strtof, strtold, strtol, strtoul, strtoq)
84836         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
84837         (strtod_l, strtof_l, strtold_l): Remove __wur.
84838         It is not necessarily an error to ignore strtol's return value.
84839         One can reliably look at the stored endptr to decide whether
84840         the number had valid syntax.
84842 2012-04-21  Andreas Jaeger  <aj@suse.de>
84844         [BZ #13739]
84845         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
84847 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
84849         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
84850         * sysdeps/unix/sysv/Versions: Remove file.
84852 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
84854         [BZ #13927]
84855         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
84857 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
84859         [BZ #7064]
84860         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
84861         version from __vm86.
84863 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
84865         * sysdeps/unix/common/lxstat.c: Remove file.
84866         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
84868         * sysdeps/unix/sysv/Makefile: Remove file.
84870         * sysdeps/unix/sysv/direct.h: Remove file.
84872         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
84873         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
84874         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
84875         * sysdeps/unix/sysv/bits/signum.h: Likewise.
84876         * sysdeps/unix/sysv/bits/stat.h: Likewise.
84877         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
84878         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
84880         * sysdeps/unix/sysv/setrlimit.c: Remove file.
84882         * sysdeps/unix/xmknod.c: Remove file.
84883         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
84885         * sysdeps/unix/sysv/settimeofday.c: Remove file.
84887         * sysdeps/unix/sysv/i386/time.S: Remove file.
84889         * sysdeps/unix/fxstat.c: Remove file.
84890         * sysdeps/unix/xstat.c: Likewise.
84891         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
84893         * sysdeps/unix/sysv/sigaction.c: Remove file.
84895         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
84896         (sysdep_headers): Remove variable.
84897         [termio.h not in sysdep_headers] (generated): Likewise.
84898         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
84899         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
84900         * sysdeps/unix/sysv/tcdrain.c: Likewise.
84901         * sysdeps/unix/sysv/tcflow.c: Likewise.
84902         * sysdeps/unix/sysv/tcflush.c: Likewise.
84903         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
84904         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
84905         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
84906         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
84907         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
84909         * sysdeps/unix/siglist.c: Remove file.
84911         * sysdeps/unix/getppid.S: Remove file.
84913         * sysdeps/unix/mkdir.c: Remove file.
84914         * sysdeps/unix/rmdir.c: Likewise.
84916 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
84918         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
84919         ERR_MAX value.
84920         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
84921         errlist-compat value.
84923 2012-04-18  David S. Miller  <davem@davemloft.net>
84925         * sysdeps/generic/memcopy.h (reg_char): Delete.
84926         * debug/strcat_chk.c: Use char, not reg_char.
84927         * debug/strcpy_chk.c: Likewise.
84928         * debug/strncat_chk.c: Likewise.
84929         * debug/strncpy_chk.c: Likewise.
84930         * string/memchr.c: Likewise.
84931         * string/memrchr.c: Likewise.
84932         * string/rawmemchr.c: Likewise.
84933         * string/strcat.c: Likewise.
84934         * string/strchr.c: Likewise.
84935         * string/strchrnul.c: Likewise.
84936         * string/strcmp.c: Likewise.
84937         * string/strcpy.c: Likewise.
84938         * string/strncat.c: Likewise.
84939         * string/strncmp.c: Likewise.
84940         * string/strncpy.c: Likewise.
84942 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
84944         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
84945         __builtin_memcopy is called when src and dest ranges are known to not
84946         overlap.
84948 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
84950         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
84951         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
84952         fwd_align_merge macro call.
84953         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
84954         bwd_align_merge macro call.
84955         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
84957 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
84959         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
84960         bwd_align_merge macros.
84961         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
84962         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
84963         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
84965 2012-04-18  David S. Miller  <davem@davemloft.net>
84967         * sysdeps/sparc/sparc64/memcopy.h: Delete.
84969 2012-04-18  Andreas Jaeger  <aj@suse.de>
84971         [BZ #6794]
84972         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
84973         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
84974         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
84976         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
84977         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
84978         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
84980         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
84981         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
84982         Adjust for changed ldbl-128 files.
84984         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
84985         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
84986         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
84988 2012-04-17  David S. Miller  <davem@davemloft.net>
84990         * sysdeps/sparc/sparc32/memcopy.h: Delete.
84992 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
84994         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
84995         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
84996         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
84997         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
84998         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
84999         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
85001 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
85003         [BZ #6794]
85004         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
85005         * math/libm-test.inc: Add ilogb errno and exception tests.
85006         * math/w_ilogb.c: New file: ilogb wrapper.
85007         * math/w_ilogbf.c: New file: ilogbf wrapper.
85008         * math/w_ilogbl.c: New file: ilogbl wrapper.
85009         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
85010         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
85011         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
85012         exception being thrown with 0.0 as argument.
85013         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
85014         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
85015         exception being thrown with 0.0 as argument.
85016         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
85017         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
85018         exception being thrown with 0.0 as argument.
85019         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
85020         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
85021         exception being thrown with 0.0 as argument.
85022         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
85023         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
85024         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
85025         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
85026         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
85027         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
85028         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
85029         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
85030         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
85032 2012-04-17  Petr Baudis  <pasky@ucw.cz>
85034         * include/sys/uio.h: Change __vector to __iovec to avoid clash
85035         with altivec.
85037 2012-04-16  Marek Polacek  <polacek@redhat.com>
85039         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
85041 2012-04-16  Marek Polacek  <polacek@redhat.com>
85043         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
85044         operands of fdivp instruction.
85046 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
85048         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
85049         * elf/tst-auditmod3b.c: Likewise.
85050         * elf/tst-auditmod4b.c: Likewise.
85051         * elf/tst-auditmod5b.c: Likewise.
85052         * elf/tst-auditmod6b.c: Likewise.
85053         * elf/tst-auditmod6c.c: Likewise.
85054         * elf/tst-auditmod7b.c: Likewise.
85055         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
85056         * sysdeps/x86_64/preconfigure.in: Likewise.
85057         * sysdeps/x86_64/preconfigure: Regenerated.
85059 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
85061         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
85062         __ILP32__.
85064 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
85066         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
85067         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
85069 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
85071         [BZ #13973]
85072         * locale/iso-639.def: Fix gl language name. Spotted by
85073         Yaron Shahrabani.
85075 2012-04-12  Roland McGrath  <roland@hack.frob.com>
85077         [BZ #2074]
85078         * libio/libio.h (__io_write_fn): Update comment.
85080 2012-04-12  Petr Baudis  <pasky@ucw.cz>
85082         [BZ #2074]
85083         * stdio.texi (Hook Functions): The user provided writer function
85084         is not allowed to return -1.
85086 2012-04-11  David S. Miller  <davem@davemloft.net>
85088         * sysdeps/sparc/fpu/libm-test-ulps: Update.
85090 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
85092         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
85093         Add a leading slash to rtkaio.
85095 2012-04-11  Jim Meyering  <meyering@redhat.com>
85097         [BZ #11959]
85098         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
85099         It is not necessarily an error to ignore fwrite's return
85100         value.  One can reliably use ferror to test for errors after
85101         the fact.
85103 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
85105         * bits/types.h (__snseconds_t): New type.
85106         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
85108         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
85109         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
85110         (__SNSECONDS_T_TYPE): Likewise.
85111         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
85112         (__SNSECONDS_T_TYPE): Likewise.
85113         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
85114         (__SNSECONDS_T_TYPE): Likewise.
85116 2012-04-10  Andreas Jaeger  <aj@suse.de>
85118         [BZ #2636]
85119         * manual/time.texi (Processor Time): Return type of times is
85120         elapsed real time since an arbitrary point in the past.
85121         (CPU Time): Move CLK_TCK from here...
85122         (Processor Time): ...to here.  Correct description.
85123         * manual/conf.texi (Constants for Sysconf): Correct description of
85124         _SC_CLK_TCK.
85126 2012-04-10  David S. Miller  <davem@davemloft.net>
85128         [BZ #13967]
85129         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
85130         where the is a gap between DT_REL(A) and DT_JMPREL.
85132 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
85134         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
85135         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
85136         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
85138 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
85140         * elf/dl-support.c (_dl_inhibit_cache): New variable.
85141         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
85142         (dl_main): Handle --inhibit-cache.
85143         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
85144         _dl_inhibit_cache.
85145         * elf/dl-load.c (_dl_map_object): Use it.
85146         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
85148 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
85150         [BZ #13872]
85151         * sysdeps/i386/fpu/e_powl.S (p78): New object.
85152         (__ieee754_powl): Saturate large exponents rather than testing for
85153         overflow of y*log2(x).
85154         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
85155         * math/libm-test.inc (pow_test): Do not permit spurious overflow
85156         exceptions.
85158         [BZ #11521]
85159         * math/s_ctan.c: Include <float.h>.
85160         (__ctan): Avoid internal overflow or cancellation in calculating
85161         denominator.
85162         * math/s_ctanf.c: Likewise.
85163         * math/s_ctanl.c: Likewise.
85164         * math/s_ctanh.c: Likewise.
85165         * math/s_ctanhf.c: Likewise.
85166         * math/s_ctanhl.c: Likewise.
85167         * math/libm-test.inc (ctan_test): Add more tests.
85168         (ctanh_test): Likewise.
85169         * sysdeps/i386/fpu/libm-test-ulps: Update.
85170         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
85172 2012-04-09  Andreas Jaeger  <aj@suse.de>
85174         [BZ #6894]
85175         * manual/filesys.texi (Directory Entries): Mention that d_namlen
85176         is an optional BSD extension.
85178         [BZ #10254]
85179         * manual/stdio.texi (Opening Streams): Document additional fopen
85180         parameters.
85182 2012-04-09  Roland McGrath  <roland@hack.frob.com>
85184         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
85185         %eax without telling the compiler.
85187 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
85189         [BZ # 13963]
85190         * manual/install.texi: Use sourceware.org.
85192 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
85194         [BZ #13873]
85195         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
85196         (__ieee754_pow): Generate overflow and underflow using huge*huge
85197         and tiny*tiny rather than just returning constant infinity or zero
85198         for large exponents.
85199         * math/libm-test.inc (pow_test): Require overflow exceptions for
85200         applicable cases of large exponents.
85202         [BZ #706]
85203         * sysdeps/i386/fpu/e_pow.S (p10): New object.
85204         (__ieee754_pow): Use iterative multiplication algorithm only for
85205         integer exponents with absolute value below 1024.  Check for odd
85206         integer exponents when using algorithm for real exponents.
85207         * math/libm-test.inc (pow_test): Add more tests.
85208         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
85210 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
85212         [BZ #13705]
85213         * math/libm-test.inc (exp_test): Do not allow overflow exception
85214         on underflow test.
85216 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
85218         [BZ #13705]
85219         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
85220         instead of __kernel_standard_f.
85222 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
85224         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
85225         * sysdeps/x86_64/memset_chk.S: Likewise.
85227 2012-04-08  Andreas Jaeger  <aj@suse.de>
85229         [BZ #10153]
85230         * manual/startup.texi (Environment Access): Describe return value
85231         for putenv and setenv.
85233         [BZ #6895]
85234         * manual/filesys.texi (Directory Entries): Add description for
85235         DT_LNK.
85237         [BZ #6890]
85238         * manual/filesys.texi (Directory Entries): Clarify that it's file
85239         system not operating system in the description of DT_UNKNOWN.
85241         [BZ #6578]
85242         * manual/syslog.texi (closelog): Fix reference, it's openlog.
85244 2012-04-08  Stephen Compall  <s11@member.fsf.org>
85246         [BZ #6649]
85247         * manual/llio.texi (Opening and Closing Files): Add cross
85248         reference to explain mode argument.
85250 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
85252         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
85253         * sysdeps/x86_64/memset_chk.S: Likewise.
85255 2012-04-07  David S. Miller  <davem@davemloft.net>
85257         * elf/elf.h (R_SPARC_WDISP10): Define.
85258         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
85259         R_SPARC_SIZE32.
85260         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
85261         R_SPARC_SIZE64 and R_SPARC_H34.
85263 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
85265         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
85266         conditions and remove no longer applicable assertion.
85268 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
85270         * bits/byteswap.h: Include <features.h>.
85271         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
85272         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
85274 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
85276         * bits/byteswap.h (__bswap_16): Removed.
85277         Include <bits/byteswap-16.h> to get __bswap_16.
85278         * sysdeps/i386/bits/byteswap.h: Likewise.
85279         * sysdeps/s390/bits/byteswap.h: Likewise.
85280         * sysdeps/x86_64/bits/byteswap.h: Likewise.
85281         * bits/byteswap-16.h: New file.
85282         * sysdeps/i386/bits/byteswap-16.h: Likewise.
85283         * sysdeps/s390/bits/byteswap-16.h: Likewise.
85284         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
85285         * string/Makefile (headers): Add bits/byteswap-16.h.
85287 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
85289         [BZ #13895]
85290         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
85291         extra indirection.
85292         * nss/Makefile (tests-static, tests): Add tst-nss-static.
85293         * nss/tst-nss-static.c: New.
85295 2012-04-06  Robert Millan  <rmh@gnu.org>
85297         [BZ #6486]
85298         * manual/llio.texi (File Position Primitive): lseek
85299         refers to WHENCE when it really means OFFSET.
85301 2012-04-06  Andreas Jaeger  <aj@suse.de>
85303         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
85304         strncmp declarations.
85306         * abilist/libc.abilist: Add __poll and __ppoll.
85308 2012-04-05  David S. Miller  <davem@davemloft.net>
85310         * scripts/check-local-headers.sh: Accept a host triplet in the
85311         path matched by the exclude regexp.
85313         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
85314         definition.
85315         * sysdeps/powerpc/powerpc32/dl-machine.h
85316         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
85317         * sysdeps/s390/s390-32/dl-machine.h
85318         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
85319         * sysdeps/sparc/sparc32/dl-machine.h
85320         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
85321         * sysdeps/sparc/sparc64/dl-machine.h
85322         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
85324         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
85325         lazy binding.
85326         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
85327         undefined symbol errors.
85329         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
85330         DT_NEEDED entries.
85332 2012-04-05  Michael Matz  <matz@suse.de>
85334         [BZ #13592]
85335         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
85337 2012-04-05  Andreas Jaeger  <aj@suse.de>
85339         [BZ #13908]
85340         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
85341         comment.
85343 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
85345         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
85346         which ROUND is no valid rounding mode.
85348 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
85350         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
85351         read again.
85352         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
85354 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
85356         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
85357         an exception using FPU order intentionally.
85359 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
85361         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
85362         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
85363         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
85364         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
85366 2012-04-05  Simon Josefsson  <simon@josefsson.org>
85368         [BZ #12340]
85369         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
85370         EINVAL when BUFLEN is too smal.
85372 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
85374         [BZ #13553]
85375         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
85376         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
85378 2012-04-03  Andreas Jaeger  <aj@suse.de>
85380         [BZ #13938]
85381         * manual/setjmp.texi (System V contexts): Fix sentence.
85383         [BZ #13926]
85384         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
85385         New macro for this case.
85386         [!__GNUC__] (__bswap_64): New inline function for this case.
85387         * sysdeps/x86_64/bits/byteswap.h: Likewise.
85388         * bits/byteswap.h: Likewise.
85389         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
85390         ull, guard with __GLIBC_HAVE_LONG_LONG.
85392         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
85393         __GLIBC_HAVE_LONG_LONG.
85395         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
85396         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
85398 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
85400         [BZ #13691]
85401         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
85402         inptr and inend, rather than using last_ch.
85404 2012-04-02  David S. Miller  <davem@davemloft.net>
85406         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
85407         * stdio-common/printf-parse.h (read_int): Change return type to
85408         'int', return -1 on INT_MAX overflow.
85409         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
85410         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
85411         overflows INT_MAX.  Check for overflow of in-format-string precision
85412         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
85413         SIZE_MAX not INT_MAX for integer overflow test.
85414         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
85415         skip the construct in the format string but do not record anything.
85416         * stdio-common/bug22.c: Adjust to test both width/prevision
85417         INT_MAX overflow as well as total length INT_MAX overflow.  Check
85418         explicitly for proper errno values.
85420 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
85422         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
85423         CHAR_MAX.
85424         * string/test-strcmp.c [! WIDE]: Likewise.
85425         * time/tst-mktime2.c: Likewise for INT_MAX.
85426         * string/test-string.h: #include <sys/param.h> for MIN.
85428         * csu/init-first.c (__libc_init_first): Call __ctype_init.
85429         * sysdeps/i386/init-first.c (init): Likewise.
85430         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
85431         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
85432         * sysdeps/sh/init-first.c (init): Likewise.
85434 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
85436         * po/ru.po: Update from translation team.
85437         * po/vi.po: Likewise.
85439 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
85441         * resolv/nss_dns/dns-host.c: Merge copyright years.
85443 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
85445         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
85446         Optimize memcpy with prefetch if
85447         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
85448         src, dst pointers have unequal 16 byte alignments.
85450 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
85452         [BZ #13928]
85453         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
85454         from a CNAME entry and return the minimum ttl for the query.
85455         (gaih_getanswer_slice): Likewise.
85457 2012-03-30  Jeff Law  <law@redhat.com>
85459         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
85460         due to long keys.
85461         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
85462         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
85464         * resolv/nss_dns/dns-host.c: Update copyright year.
85466 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
85468         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
85469         requests to save a system call.  Fix check that all bytes are sent.
85471         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
85472         comments for sendmmsg.
85474 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
85476         [BZ #13691]
85477         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
85478         with only 1 character between 0x0041 and 0x01b0.
85479         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
85480         * wcsmbs/tst-mbsnrtowcs.c: New file.
85482 2012-03-29  David S. Miller  <davem@davemloft.net>
85484         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
85485         small copies by hand.
85487 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
85489         [BZ #13761]
85490         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
85491         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
85492         group memberships.
85494 2012-03-28  David S. Miller  <davem@davemloft.net>
85496         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
85497         that branches into memcpy.
85498         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
85499         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
85500         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
85501         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
85502         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
85503         bits.
85504         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
85505         implementation too.
85506         * sysdeps/sparc/mempcpy.S: New file.
85508         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
85509         the IFUNC routine in the libc case.
85510         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
85512         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
85513         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
85514         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
85515         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
85516         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
85517         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
85518         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
85519         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
85521         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
85522         loop to 256 bytes instead of 64 bytes and fix test signedness.
85524         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
85525         * sysdeps/sparc/sparc32/Makefile: rather than here...
85526         * sysdeps/sparc/sparc64/Makefile: and here.
85528 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
85530         * malloc/mallocbug.c: Avoid warnings about unused variables.
85532 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
85534         [BZ #13760]
85535         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
85536         in the right place. Discard and retry query if response is
85537         larger than input buffer size.
85539 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
85541         [BZ #369]
85542         [BZ #2678]
85543         [BZ #3866]
85544         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
85545         x for large integer exponent.
85546         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
85547         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
85548         sign of result as needed afterwards.
85549         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
85550         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
85551         result for underflowing pow the same as for overflow.
85552         (__kernel_standard_l): Handle powl overflow and underflow here
85553         rather than calling __kernel_standard.
85554         * math/libm-test.inc (pow_test): Add more tests.
85556         [BZ #3868]
85557         [BZ #13879]
85558         [BZ #13910]
85559         [BZ #13911]
85560         [BZ #13912]
85561         [BZ #13913]
85562         [BZ #13915]
85563         [BZ #13916]
85564         [BZ #13917]
85565         [BZ #13918]
85566         [BZ #13919]
85567         [BZ #13920]
85568         [BZ #13921]
85569         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
85570         * sysdeps/ieee754/k_standard.c: Include <float.h>.
85571         (__kernel_standard_l): New function.
85572         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
85573         __kernel_standard.
85574         * math/w_acosl.c (__acosl): Likewise.
85575         * math/w_asinl.c (__asinl): Likewise.
85576         * math/w_atan2l.c (__atan2l): Likewise.
85577         * math/w_atanhl.c (__atanhl): Likewise.
85578         * math/w_coshl.c (__coshl): Likewise.
85579         * math/w_exp10l.c (__exp10l): Likewise.
85580         * math/w_exp2l.c (__exp2l): Likewise.
85581         * math/w_fmodl.c (__fmodl): Likewise.
85582         * math/w_hypotl.c (__hypotl): Likewise.
85583         * math/w_j0l.c (__j0l, __y0l): Likewise.
85584         * math/w_j1l.c (__j1l, __y1l): Likewise.
85585         * math/w_jnl.c (__jnl, __ynl): Likewise.
85586         * math/w_lgammal.c (__lgammal): Likewise.
85587         * math/w_log10l.c (__log10l): Likewise.
85588         * math/w_log2l.c (__log2l): Likewise.
85589         * math/w_logl.c (__logl): Likewise.
85590         * math/w_powl.c (__powl): Likewise.
85591         * math/w_remainderl.c (__remainderl): Likewise.
85592         * math/w_scalbl.c (sysv_scalbl): Likewise.
85593         * math/w_sinhl.c (__sinhl): Likewise.
85594         * math/w_sqrtl.c (__sqrtl): Likewise.
85595         * math/w_tgammal.c (__tgammal): Likewise.
85596         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
85597         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
85598         * math/libm-test.inc (acos_test): Add more tests.
85599         (acosh_test): Likewise.
85600         (asin_test): Likewise.
85601         (atanh_test): Likewise.
85602         (exp_test): Likewise.
85603         (exp10_test): Likewise.
85604         (exp2_test): Likewise.
85605         (expm1_test): Likewise.
85606         (lgamma_test): Likewise.
85607         (log_test): Likewise.
85608         (log10_test): Likewise.
85609         (log1p_test): Likewise.
85610         (log2_test): Likewise.
85611         (pow_test): Do not allow some spurious overflow exceptions.
85612         (sqrt_test): Add more tests.
85613         (tgamma_test): Likewise.
85614         (y0_test): Likewise.
85615         (y1_test): Likewise.
85616         (yn_test): Likewise.
85618 2012-03-27  Anton Blanchard  <anton@samba.org>
85620         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
85621         MAP_HUGETLB.
85622         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
85623         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
85624         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
85626 2012-03-27  David S. Miller  <davem@davemloft.net>
85628         * conform/Makefile: Run run-conformtest.sh using $(BASH).
85630         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
85631         have-as-vis3 check.
85633 2012-03-27  Andreas Jaeger  <aj@suse.de>
85635         * sysdeps/x86_64/elf/configure.in: Moved to ...
85636         * sysdeps/x86_64/configure.in: ... here.
85637         * sysdeps/x86_64/elf/start.S: Moved to ...
85638         * sysdeps/x86_64/start.S: ... here.
85639         * sysdeps/x86_64/elf/configure: Delete.
85641         * sysdeps/x86_64/configure.in: Merge contents from
85642         sysdeps/i386/configure.in (without i686 check).
85644         * sysdeps/i386/elf/Versions: Merge into ...
85645         * sysdeps/i386/Versions: ... this.
85646         * sysdeps/i386/elf/Versions: Delete file.
85647         * sysdeps/i386/elf/start.S: Moved to ...
85648         * sysdeps/i386/start.S: ...here.
85649         * sysdeps/i386/elf/configure.in: Merge into...
85650         * sysdeps/i386/configure.in: ...here.
85651         * sysdeps/i386/elf/configure.in: Delete file.
85652         * sysdeps/i386/elf/configure: Delete file.
85654         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
85655         * debug/backtracesyms.c: ... here.
85656         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
85657         * debug/backtracesymsfd.c: ... here.
85658         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
85659         * sysdeps/generic/ifunc-sel.h: ... here.
85661         * sysdeps/unix/i386/start.c: Delete file.
85662         * sysdeps/unix/sparc/start.c: Delete file.
85663         * sysdeps/unix/start.c: Delete file.
85665         * sysdeps/sh/elf/configure.in: Moved to ...
85666         * sysdeps/sh/configure.in: ... here.
85667         * sysdeps/sh/elf/start.S: Moved to ...
85668         * sysdeps/sh/start.S: ... here.
85669         * sysdeps/sh/elf/configure: Delete file.
85671         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
85672         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
85673         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
85674         * sysdeps/powerpc/powerpc64/entry.h: ... here.
85675         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
85676         * sysdeps/powerpc/powerpc64/start.S: here.
85677         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
85678         * sysdeps/powerpc/powerpc64/Makefile: ... this.
85679         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
85680         * sysdeps/powerpc/powerpc64/configure.in: ... this.
85681         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
85683         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
85684         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
85685         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
85686         * sysdeps/powerpc/powerpc32/start.S: ... here.
85687         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
85688         * sysdeps/powerpc/powerpc32/configure.in: ... this.
85689         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
85691         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
85692         * sysdeps/powerpc/ifunc-sel.h: ... here.
85693         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
85694         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
85696         * sysdeps/sparc/elf/configure.in: Moved to ...
85697         * sysdeps/sparc/configure.in: ... here.
85698         * sysdeps/sparc/elf/configure: Delete file.
85699         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
85700         * sysdeps/sparc/sparc32/start.S: ... here.
85701         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
85702         * sysdeps/sparc/sparc64/start.S: ... here.
85703         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
85704         * sysdeps/sparc/sparc32/Makefile: ... this.
85705         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
85706         * sysdeps/sparc/sparc64/Makefile: ... this.
85708         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
85709         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
85710         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
85711         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
85712         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
85713         * sysdeps/s390/s390-32/setjmp.S: ... here.
85714         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
85715         * sysdeps/s390/s390-32/configure.in: ... here.
85716         * sysdeps/s390/s390-32/elf/configure: Delete file.
85717         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
85718         * sysdeps/s390/s390-32/start.S: ... here.
85720         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
85721         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
85722         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
85723         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
85724         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
85725         * sysdeps/s390/s390-64/setjmp.S: ... here.
85726         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
85727         * sysdeps/s390/s390-64/configure.in: ... here
85728         * sysdeps/s390/s390-64/elf/configure: Delete file.
85729         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
85730         * sysdeps/s390/s390-64/start.S: ... here.
85731         * sysdeps/s390/s390-64/elf/configure: Delete.
85733         * configure.in: Remove support for elf directories in sysdeps.
85735         * configure: Regenerated.
85736         * sysdeps/i386/configure: Regenerated.
85737         * sysdeps/powerpc/powerpc32/configure: Regenerated.
85738         * sysdeps/powerpc/powerpc64/configure: Regenerated.
85739         * sysdeps/s390/s390-32/configure: Regenerated.
85740         * sysdeps/s390/s390-64/configure: Regenerated.
85741         * sysdeps/sh/configure: Regenerated.
85742         * sysdeps/sparc/configure: Regenerated.
85743         * sysdeps/x86_64/configure: Regenerated.
85745 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
85747         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
85749         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
85750         denormal result into account.
85752 2012-03-25  Roland McGrath  <roland@hack.frob.com>
85754         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
85755         Reported by Allan McRae <allan@archlinux.org>.
85757 2012-03-23  Jeff Law  <law@redhat.com>
85759         * nss/getnssent.c (__nss_getent): Fix typo.
85761 2012-03-23  David S. Miller  <davem@davemloft.net>
85763         * sysdeps/sparc/fpu/libm-test-ulps: Update.
85765 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
85767         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
85768         to pad to uint64_t for each field.
85769         (dl_tls_index): Replace unsigned long with uint64_t.
85771 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
85772         Paul Pluzhnikov  <ppluzhnikov@google.com>
85774         [BZ #6528]
85775         * grp/Makefile (otherlibs): Don't set it.
85776         * inet/Makefile (otherlibs): Likewise.
85777         * login/Makefile (otherlibs): Likewise.
85778         * nscd/Makefile (otherlibs): Likewise.
85779         * posix/Makefile (otherlibs): Likewise.
85780         * pwd/Makefile (otherlibs): Likewise.
85781         * rt/Makefile (otherlibs): Likewise.
85782         * sunrpc/Makefile (otherlibs): Likewise.
85783         * nss/Makefile (otherlibs): Likewise.
85784         Add libnss_files to routines and static-only-routines.
85785         ($(objpfx)getent): Remove rule.
85786         * resolv/Makefile: Add libnss_dns and libresolv to routines and
85787         static-only-routines.
85789 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
85791         [BZ #13892]
85792         * math/s_cexp.c: Include <float.h>.
85793         (__cexp): Handle exp result overflowing not necessarily
85794         overflowing both real and imaginary parts of result.
85795         * math/s_cexpf.c: Likewise.
85796         * math/s_cexpl.c: Likewise.
85797         * math/libm-test.inc (cexp_test): Add more tests.
85798         * sysdeps/i386/fpu/libm-test-ulps: Update.
85799         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
85801 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
85803         * include/link.h (ELFW): New macro.
85804         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
85805         Replace ELF64_R_TYPE with ELFW(R_TYPE).
85807 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
85809         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
85810         with uint64_t.
85812 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
85814         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
85815         declaration.
85816         (struct La_x32_retval): Likewise.
85818 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
85820         * sysdeps/x86_64/preconfigure.in: New file.
85821         * sysdeps/x86_64/preconfigure: New generated file.
85823 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
85825         [BZ #13824]
85826         * math/e_exp2l.c: Include <float.h>.
85827         (__ieee754_exp2l): Handle overflow and underflow cases
85828         separately.  Only pass fractional part of argument to
85829         __ieee754_expl.
85830         * math/libm-test.inc (exp2_test): Add more tests.
85832         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
85833         negating x to take absolute value.
85834         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
85835         Likewise.
85836         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
85837         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
85838         Likewise.
85839         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
85840         computing low part if x was negated.
85841         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
85843 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
85845         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
85846         la_x32_gnu_pltexit.
85847         (pltexit): Cast int_retval to ptrdiff_t.
85848         * elf/tst-auditmod3b.c: Likewise.
85849         * elf/tst-auditmod4b.c: Likewise.
85850         * elf/tst-auditmod5b.c: Likewise.
85851         * elf/tst-auditmod6b.c: Likewise.
85852         * elf/tst-auditmod6c.c: Likewise.
85853         * elf/tst-auditmod7b.c: Likewise.
85855         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
85856         and x32_gnu_pltexit.
85858         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
85859         __ELF_NATIVE_CLASS.
85860         (La_x32_regs): New macro.
85861         (La_x32_retval): Likewise.
85862         (la_x32_gnu_pltenter): New function prototype.
85863         (la_x32_gnu_pltexit): Likewise.
85865 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
85867         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
85868         exponent.
85870         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
85872         * configure.in (libc_cv_cc_nofma): Check for option to disable
85873         generation of FMA instructions.
85874         * configure: Regenerate.
85875         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
85876         * sysdeps/ieee754/dbl-64/Makefile: New file.
85877         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
85878         Remove brandred-fma4.
85879         (CFLAGS-brandred-fma4.c): Remove.
85880         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
85881         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
85882         define.
85883         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
85884         define.
85886 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
85888         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
85889         LLONG_MAX != LONG_MAX.
85890         (_itoa_word): Use _ITOA_WORD_TYPE on value.
85891         (_fitoa_word): Likewise.
85892         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
85893         LLONG_MAX != LONG_MAX.
85894         * stdio-common/_itowa.h: Include <_itoa.h>.
85895         (_itowa_word): Use _ITOA_WORD_TYPE on value.
85896         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
85897         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
85898         only if not defined.
85899         (_ITOA_WORD_TYPE): Likewise.
85900         (_itoa_word): Use _ITOA_WORD_TYPE on value.
85901         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
85903 2012-03-21  David S. Miller  <davem@davemloft.net>
85905         * sysdeps/sparc/fpu/libm-test-ulps: Update.
85907 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
85909         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
85910         of x86_64 when setting libc_cv_slibdir, libdir and
85911         libc_cv_localedir.
85912         * sysdeps/unix/sysv/linux/configure: Regenerated.
85914 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
85916         * manual/lang.texi (Old Varargs): Remove section.
85917         (How Variadic): Update menu.
85918         (va_start): Do not mention varargs.h.
85920 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
85921             Joseph Myers  <joseph@codesourcery.com>
85923         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
85924         link test.
85925         * configure: Regenerated.
85927 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
85929         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
85930         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
85931         conformtest.pl
85933 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
85935         * NOTES: Remove.
85936         * Makefile (files-for-dist): Remove NOTES.
85937         (NOTES): Remove rule.
85938         * README: Don't refer to NOTES.
85939         * manual/creature.texi: Don't include macros.texi.
85940         * manual/intro.texi (creature.texi): Remove comment referring to
85941         NOTES.
85943         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
85944         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
85945         * configure: Regenerated.
85946         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
85947         LIBC_TRY_CC_OPTION.
85948         (libc_cv_as_i686): Likewise.
85949         (libc_cv_cc_avx): Likewise.
85950         (libc_cv_cc_sse2avx): Likewise.
85951         (libc_cv_cc_fma4): Likewise.
85952         (libc_cv_cc_novzeroupper): Likewise.
85953         * sysdeps/i386/configure: Regenerated.
85955         [BZ #13883]
85956         * sysdeps/i386/fpu/s_cexp.S: Remove.
85957         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
85958         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
85959         * math/libm-test.inc (cexp_test): Add more tests.
85960         * sysdeps/i386/fpu/libm-test-ulps: Update.
85961         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
85963 2012-03-21  Allan McRae  <allan@archlinux.org>
85965         * timezone/Makefile: Do not install iso3166.tab and zone.tab
85967 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
85969         [BZ #13871]
85970         * math/w_exp2.c: Do not include <float.h>.
85971         (o_threshold, u_threshold): Remove.
85972         (__exp2): Calculate result before checking finiteness and calling
85973         __kernel_standard.
85974         * math/w_exp2f.c: Likewise.
85975         * math/w_exp2l.c: Likewise.
85976         * math/libm-test.inc (exp2_test): Require overflow exception for
85977         1e6 input.
85979         [BZ #3866]
85980         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
85981         range of signed 64-bit integers before using fistpll.  Remove
85982         checks for whether integers fit in mantissa bits.
85983         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
85984         the range of signed 32-bit integers before using fistpl.  Remove
85985         checks for whether integers fit in mantissa bits.
85986         * sysdeps/i386/fpu/e_powl.S (p64): New object.
85987         (__ieee754_powl): Test for y outside the range of signed 64-bit
85988         integers before using fistpll.  Reduce 64-bit values to 63-bit
85989         ones as needed.
85990         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
85991         divide-by-zero is raised for zero to large negative powers.
85992         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
85993         (__ieee754_powl): Test for y outside the range of signed 64-bit
85994         integers before using fistpll.  Reduce 64-bit values to 63-bit
85995         ones as needed.
85996         * math/libm-test.inc (pow_test): Add more tests.
85998 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
86000         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
86001         <stdio-common/_itoa.h>.
86002         * debug/segfault.c: Likewise.
86003         * elf/dl-cache.c: Likewise.
86004         * elf/dl-minimal.c: Likewise.
86005         * elf/dl-misc.c: Likewise.
86006         * elf/dl-sysdep.c: Likewise.
86007         * elf/dl-version.c: Likewise.
86008         * elf/rtld.c: Likewise.
86009         * hurd/hurdsock.c: Likewise.
86010         * hurd/lookup-retry.c: Likewise.
86011         * malloc/malloc.c: Likewise.
86012         * malloc/mtrace.c: Likewise.
86013         * nscd/nscd_getgr_r.c: Likewise.
86014         * nscd/nscd_getpw_r.c: Likewise.
86015         * nscd/nscd_getserv_r.c: Likewise.
86016         * posix/getopt_init.c: Likewise.
86017         * posix/wordexp.c: Likewise.
86018         * stdio-common/_itoa.c: Likewise.
86019         * stdio-common/printf_fphex.c: Likewise.
86020         * stdio-common/vfprintf.c: Likewise.
86021         * string/_strerror.c: Likewise.
86022         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
86023         * sysdeps/i386/i686/hp-timing.h: Likewise.
86024         * sysdeps/mach/_strerror.c: Likewise.
86025         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
86026         * sysdeps/mach/hurd/sethostid.c: Likewise.
86027         * sysdeps/mach/hurd/xmknodat.c: Likewise.
86028         * sysdeps/mach/xpg-strerror.c: Likewise.
86029         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
86030         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
86031         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
86032         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
86033         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
86034         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
86035         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
86036         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
86037         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
86038         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
86039         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
86040         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
86041         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
86042         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
86043         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
86044         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
86045         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
86046         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
86047         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
86048         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
86049         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
86051         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
86053         * stdio-common/_itoa.h: Moved to ...
86054         * sysdeps/generic/_itoa.h: Here.
86056         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
86058         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
86059         instead of "_itoa.h" and "_itowa.h".
86060         * stdio-common/vfprintf.: Likewise.
86062 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
86064         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
86065         <bits/wordsize.h>.
86066         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
86067         (__signbit): Likewise.
86068         (llrintf): Likewise.
86069         (llrint): Likewise.
86071 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
86073         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
86074         __WORDSIZE != 64.
86076 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
86078         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
86079         OVERFLOW_EXCEPTION_OK.
86080         * math/libm-test.inc ("Philosophy"): Update comment about
86081         exception testing.
86082         (OVERFLOW_EXCEPTION): Define.
86083         (OVERFLOW_EXCEPTION_OK): Likewise.
86084         (INVALID_EXCEPTION_OK): Renumber.
86085         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
86086         (IGNORE_ZERO_INF_SIGN): Likewise.
86087         (test_exceptions): Handle FE_OVERFLOW.
86088         (exp10_test): Expect overflow exceptions.
86089         (exp2_test): Likewise.
86090         (expm1_test): Likewise.
86091         (nextafter_test): Likewise.
86092         (pow_test): Likewise.
86093         (scalbn_test): Likewise.
86094         (scalbln_test): Likewise.
86096 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
86098         * sysdeps/x86_64/bits/atomic.h
86099         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
86100         64bit integer.
86101         (atomic_exchange_acq): Likewise.
86102         (__arch_exchange_and_add_body): Likewise.
86103         (__arch_add_body): Likewise.
86104         (atomic_add_negative): Likewise.
86105         (atomic_add_zero): Likewise.
86107 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
86109         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
86110         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
86112 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
86114         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
86115         Check __x86_64__ instead of __WORDSIZE.
86117 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
86119         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
86121 2012-03-19  David S. Miller  <davem@davemloft.net>
86123         * sysdeps/sparc/fpu/libm-test-ulps: Update.
86125         * sysdeps/sparc/fpu/fenv_private.h: New file.
86126         * sysdeps/sparc/fpu/math_private.h: Use it.
86127         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
86128         Remove.
86129         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
86130         (libc_feholdexcept_setroundl): Remove.
86131         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
86132         Remove.
86133         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
86134         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
86136 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
86138         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
86139         int64_t instead of long int.
86140         (INSERT_WORDS64): Likewise.
86142 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
86144         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
86145         _Unwind_GetCFA return to _Unwind_Ptr first.
86147 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
86149         [BZ #13629]
86150         * math/s_clog.c: Include <float.h>.
86151         (__clog): Scale large or subnormal inputs.
86152         * math/s_clogf.c: Likewise.
86153         * math/s_clogl.c: Likewise.
86154         * math/s_clog10.c: Include <float.h>.
86155         (M_LOG10_2): Define.
86156         (__clog10): Scale large or subnormal inputs.
86157         * math/s_clog10f.c: Likewise.
86158         * math/s_clog10l.c: Likewise.
86159         * math/libm-test.inc (clog_test): Add more tests.
86160         (clog10_test): Likewise.
86161         * sysdeps/i386/fpu/libm-test-ulps: Update.
86162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
86164         [BZ #11451]
86165         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
86166         x and y.
86167         * math/libm-test.inc (atan2_test): Add another test.
86169         * Makerules (common-objdir-compile): Remove.
86170         * sysdeps/unix/Makefile (config-generated): Do not add
86171         $(unix-generated) to variable.
86172         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
86173         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
86174         Remove rule.
86175         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
86176         Likewise.
86177         [generic bits/local_lim.h] (before-compile): Do not append to
86178         variable.
86179         [generic bits/local_lim.h] (common-generated): Likewise.
86180         [generic sys/param.h] (before-compile): Do not append to variable.
86181         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
86182         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
86183         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
86184         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
86185         include.
86186         [generic sys/param.h] (sys/param.h-includes): Remove variable.
86187         [generic sys/param.h] (sys/param.h-includes): Remove rule.
86188         [generic sys/param.h] ($(addprefix
86189         $(common-objpfx),$(sys/param.h-includes))): Likewise.
86190         [generic sys/param.h] (common-generated): Do not append to
86191         variable.
86192         [generic sys/param.h] (sysdep_headers): Likewise.
86193         [generic bits/errno.h] (before-compile): Do not append to
86194         variable.
86195         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
86196         rule.
86197         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
86198         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
86199         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
86200         [generic bits/errno.h] (common-generated): Do not append to
86201         variable.
86202         [generic bits/ioctls.h] (before-compile): Do not append to
86203         variable.
86204         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
86205         rule.
86206         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
86207         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
86208         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
86209         rule.
86210         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
86211         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
86212         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
86213         [generic bits/ioctls.h] (common-generated): Do not append to
86214         variable.
86215         [generic sys/syscall.h] (syscall.h): Remove variable.
86216         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
86217         rule.
86218         [generic sys/syscall.h] (before-compile): Do not append to
86219         variable.
86220         [generic sys/syscall.h] (common-generated): Likewise.
86221         * sysdeps/unix/errnos-tmpl.c: Remove file.
86222         * sysdeps/unix/errnos.awk: Likewise.
86223         * sysdeps/unix/ioctls-tmpl.c: Likewise.
86224         * sysdeps/unix/ioctls.awk: Likewise.
86225         * sysdeps/unix/mk-local_lim.c: Likewise.
86226         * sysdeps/unix/snarf-ioctls: Likewise.
86228 2012-03-19  Richard Henderson  <rth@twiddle.net>
86230         * sysdeps/i386/fpu/fenv_private.h: New file.
86231         * sysdeps/i386/fpu/math_private.h: Use it.
86232         (math_opt_barrier, math_force_eval): Remove.
86233         (libc_feholdexcept_setround_53bit): Remove.
86234         (libc_feupdateenv_53bit): Remove.
86235         * sysdeps/x86_64/fpu/math_private.h: Likewise.
86236         (math_opt_barrier, math_force_eval): Remove.
86237         (libc_feholdexcept): Remove.
86238         (libc_feholdexcept_setround): Remove.
86239         (libc_fetestexcept, libc_fesetenv): Remove.
86240         (libc_feupdateenv_test): Remove.
86241         (libc_feupdateenv, libc_feholdsetround): Remove.
86242         (libc_feresetround): Remove.
86244         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
86245         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
86247         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
86248         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
86249         (libc_feupdateenv_testl): New.
86250         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
86251         (libc_feupdateenv_testf): New.
86252         (libc_feupdateenv): Use libc_feupdateenv_test.
86253         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
86254         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
86256         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
86257         (libc_feholdsetroundf, libc_feholdsetroundl): New.
86258         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
86259         (libc_feresetround_noex): New.
86260         (libc_feresetround_noexf): New.
86261         (libc_feresetround_noexl): New.
86262         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
86263         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
86264         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
86265         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
86266         SET_RESTORE_ROUND.
86267         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
86268         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
86269         (__cos): Likewise.
86270         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
86271         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
86272         SET_RESTORE_ROUND_NOEX.
86273         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
86274         SET_RESTORE_ROUND_NOEXF.
86275         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
86276         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
86277         (libc_feholdsetroundf): New.
86278         (libc_feresetround, libc_feresetroundf): New.
86280         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
86281         (libc_feholdexcept_setround_53bit): Convert from macro to function.
86282         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
86284         * sysdeps/generic/math_private.h: Include <fenv.h>.
86285         (default_libc_feholdexcept): New.
86286         (default_libc_feholdexcept_setround): New.
86287         (default_libc_fesetenv, default_libc_feupdateenv): New.
86288         (libc_feholdexcept): Only define if undefined.
86289         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
86290         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
86291         (libc_feholdexcept_setroundl): Likewise.
86292         (libc_feholdexcept_setround_53bit): Likewise.
86293         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
86294         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
86295         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
86296         (libc_feupdateenv_53bit): Likewise.
86297         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
86298         (libc_feholdexcept): Convert from macro to inline function.
86299         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
86300         (libc_fesetenv, libc_feupdateenv): Likewise.
86302         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
86303         not previously defined.
86304         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
86305         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
86306         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
86307         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
86308         * sysdeps/ieee754/flt-32/math_private.h: New file.
86309         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
86310         math_private.h below SET_FLOAT_WORD.
86311         (__isnan, __isinf_ns, __finite): Remove.
86312         (__isnanf, __isinf_nsf, __finitef): Remove.
86314 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
86316         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
86318 2012-03-17  David S. Miller  <davem@davemloft.net>
86320         [BZ #6471]
86321         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
86322         for 2.16.
86324 2012-03-16  David S. Miller  <davem@davemloft.net>
86326         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
86327         warnings.
86329         [BZ #6471]
86330         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
86331         properly.
86332         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
86333         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
86334         sysdep_routines when subdir is sysvipc.
86335         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
86336         __getshmlba helper.
86338         * sysdeps/sparc/fpu/libm-test/ulps: Update.
86340 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
86342         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
86343         [__LP64__].
86345 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
86347         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
86348         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
86349         (__lround): Renamed to ...
86350         (__llround): This.  Replace long int with long long int.
86351         Define lround functions as aliases of llround functions.
86352         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
86354 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
86356         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
86357         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
86358         adresses to uintptr_t.  Replace "long int" and "unsigned long
86359         int" with "greg_t" on va_arg.
86361 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
86363         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
86364         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
86366         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
86367         Move e_machine check before EI_CLASS check.  Handle x32
86368         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
86369         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
86370         SKIP_EM_IA_64 and include
86371         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
86373         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
86374         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
86375         (add_system_dir): New macro.
86377         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
86378         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
86380 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
86382         [BZ #2551]
86383         [BZ #2552]
86384         [BZ #2553]
86385         [BZ #2554]
86386         [BZ #2562]
86387         [BZ #2563]
86388         [BZ #2565]
86389         [BZ #2566]
86390         [BZ #2576]
86391         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
86392         (y0): Likewise.
86393         * math/w_j0f.c (j0f): Likewise.
86394         (y0f): Likewise.
86395         * math/w_j0l.c (__j0l): Likewise.
86396         (__y0l): Likewise.
86397         * math/w_j1.c (j1): Likewise.
86398         (y1): Likewise.
86399         * math/w_j1f.c (j1f): Likewise.
86400         (y1f): Likewise.
86401         * math/w_j1l.c (__j1l): Likewise.
86402         (__y1l): Likewise.
86403         * math/w_jn.c (jn): Likewise.
86404         (yn): Likewise.
86405         * math/w_jnf.c (jnf): Likewise.
86406         (ynf): Likewise.
86407         * math/w_jnl.c (__jnl): Likewise.
86408         (__ynl): Likewise.
86409         * math/libm-test.inc (j0_test): Add more tests.
86410         (j1_test): Likewise.
86411         (jn_test): Likewise.  Add trailing semicolon to existing test.
86412         (y0_test): Likewise.
86413         (y1_test): Likewise.
86414         * sysdeps/i386/fpu/libm-test-ulps: Update.
86415         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
86417         [BZ #13851]
86418         [BZ #13854]
86419         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
86420         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
86421         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
86422         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
86423         (__tanl): Set errno for infinite argument.
86424         * sysdeps/i386/fpu/mptan.c: Remove.
86425         * sysdeps/i386/fpu/s_tan.S: Likewise.
86426         * sysdeps/i386/fpu/s_tanl.S: Likewise.
86427         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
86428         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
86429         * math/libm-test.inc (tan_test): Add more tests and enable more
86430         tests for double and long double.
86431         * sysdeps/i386/fpu/libm-test-ulps: Update.
86432         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
86434 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
86436         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
86437         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
86439 2012-03-16  Roland McGrath  <roland@hack.frob.com>
86441         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
86442         * configure.in: Use it for both main tree and add-ons.
86443         * configure: Regenerated.
86445 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
86447         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
86449 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
86451         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
86452         in comment.
86454         [BZ #13851]
86455         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
86456         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
86457         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
86458         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
86459         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
86460         infinite argument.
86461         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
86462         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
86463         != 0 for prec == 2.
86464         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
86465         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
86466         * sysdeps/i386/fpu/s_cosl.S: Likewise.
86467         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
86468         * sysdeps/i386/fpu/s_sinl.S: Likewise.
86469         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
86470         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
86471         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
86472         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
86473         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
86474         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
86475         * math/libm-test.inc (cos_test): Add more tests and enable more
86476         tests for long double.
86477         (sin_test): Likewise.
86478         (sincos_test): Likewise.
86479         * sysdeps/i386/fpu/libm-test-ulps: Update.
86480         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
86482 2012-03-16  David S. Miller  <davem@davemloft.net>
86484         * sysdeps/sparc/fpu/math_private.h: New file.
86486 2012-03-15  David S. Miller  <davem@davemloft.net>
86488         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
86489         file.
86490         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
86491         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
86492         file.
86493         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
86494         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
86495         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
86496         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
86497         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
86498         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
86499         sysdep routines.
86500         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
86502         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
86503         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
86505         * sysdeps/sparc/sparc-ifunc.h: New file.
86506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
86507         sparc-ifunc.h
86508         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
86509         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
86510         Likewise.
86511         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
86512         Likewise.
86513         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
86514         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
86515         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
86516         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
86517         Likewise.
86518         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
86519         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
86520         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
86521         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
86522         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
86523         Likewise.
86524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
86525         Likewise.
86526         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
86527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
86528         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
86529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
86530         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
86531         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
86532         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
86533         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
86534         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
86535         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
86536         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
86537         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
86538         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
86539         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
86540         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
86541         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
86542         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
86543         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
86544         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
86545         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
86546         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
86547         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
86548         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
86549         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
86551 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
86553         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
86554         scaling.
86555         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
86557 2012-03-15  Andreas Jaeger  <aj@suse.de>
86559         [BZ #13852]
86560         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
86561         ieee754/flt-32 implementation for sin, cos and sincos.
86562         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
86563         * sysdeps/i386/fpu/s_cosf.S: Likewise.
86564         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
86565         * sysdeps/i386/fpu/s_sinf.S: Likewise.
86566         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
86567         ieee754/flt-32 implementation for tan.
86569         * math/libm-test.inc (cos_test): Enable some large input tests for
86570         float as well
86571         (sin_test): Likewise.
86572         (sincos_test): Likewise.
86573         (tan_test): Add tests for large input.
86575         * sysdeps/i386/fpu/libm-test-ulps: Update.
86577 2012-03-15  Andreas Jaeger  <aj@suse.de>
86579         [BZ #13658]
86580         * math/libm-test.inc (cos_test): Add more test cases.
86581         (sin_test): Likewise.
86582         (sincos_test): Likewise.
86584 2012-03-15  Andreas Jaeger  <aj@suse.de>
86586         [BZ #13837]
86587         * math/libm-test.inc (cos_test): Add a test case for large input
86588         value.
86589         (sin_test): Likewise.
86590         (sincos_test): Likewise.
86592 2012-03-15  Andreas Jaeger  <aj@suse.de>
86593             Joseph Myers  <joseph@codesourcery.com>
86595         [BZ #13658]
86596         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
86597         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
86598         * sysdeps/i386/fpu/branred.c: Likewise.
86599         * sysdeps/i386/fpu/dosincos.c: Likewise.
86600         * sysdeps/i386/fpu/mpa.c: Likewise.
86601         * sysdeps/i386/fpu/s_cos.S: Likewise.
86602         * sysdeps/i386/fpu/s_sin.S: Likewise.
86603         * sysdeps/i386/fpu/s_sincos.S: Likewise.
86604         * sysdeps/i386/fpu/sincos32.c: Likewise.
86606         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
86607         Define.
86608         (libc_feupdateenv_53bit): Define.
86609         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
86610         Define.
86611         (libc_feupdateenv_53bit): Define.
86613         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
86614         53 bit (without extend i386 double precision).
86616         * math/libm-test.inc (sincos_test): Add tests for large input.
86617         (sin): Likewise.
86618         (cos): Likewise.
86620         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
86622 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
86624         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
86626 2012-03-15  David S. Miller  <davem@davemloft.net>
86628         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
86629         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
86630         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
86631         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
86632         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
86633         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
86634         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
86635         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
86636         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
86637         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
86638         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
86639         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
86640         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
86641         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
86642         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
86643         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
86644         file.
86645         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
86646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
86647         file.
86648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
86649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
86650         file.
86651         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
86652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
86653         file.
86654         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
86655         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
86656         fmin/fmax sysdep routines.
86657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
86659 2012-03-14  David S. Miller  <davem@davemloft.net>
86661         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
86662         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
86663         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
86664         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
86665         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
86666         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
86667         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
86668         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
86669         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
86670         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
86671         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
86672         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
86673         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
86674         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
86675         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
86676         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
86677         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
86678         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
86679         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
86680         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
86681         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
86682         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
86683         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
86684         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
86685         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
86686         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
86687         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
86688         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
86689         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
86690         routines.
86691         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
86692         file.
86693         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
86694         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
86695         file.
86696         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
86697         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
86698         file.
86699         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
86700         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
86701         file.
86702         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
86703         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
86704         file.
86705         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
86706         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
86707         file.
86708         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
86709         file.
86710         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
86711         file.
86712         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
86713         file.
86714         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
86715         New file.
86716         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
86717         file.
86718         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
86719         file.
86720         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
86721         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
86722         file.
86723         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
86724         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
86725         file.
86726         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
86727         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
86728         file.
86729         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
86730         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
86731         VIS3 routines.
86733         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
86734         New file.
86736         * sysdeps/sparc/fpu/libm-test-ulps: Update.
86738         * sysdeps/sparc/configure.in: New file.
86739         * sysdeps/sparc/configure: Generate.
86740         * configure.in (libc_cv_sparc_as_vis3): Substitute.
86741         * configure: Regenerate.
86742         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
86743         * config.make.in (have-as-vis3): New.
86744         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
86745         available use -Av9d instead of -Av9a.
86746         * sysdeps/sparc/sparc64/Makefile: Likewise.
86747         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
86748         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
86749         New file.
86750         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
86751         file.
86752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
86753         New file.
86754         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
86755         file.
86756         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
86757         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
86758         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
86759         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
86760         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
86762         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
86763         fzeros/fnegs to load 0x80000000 into a float register instead of
86764         using the stack.
86765         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
86767 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
86769         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
86770         bits/syscall.h.
86771         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
86772         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
86773         ($(inst_includedir)/bits/syscall.h): Remove rule.
86774         ($(objpfx)bits/syscall.d): Include instead of
86775         $(objpfx)syscall-list.d.
86776         (generated): Change syscall-list.h and syscall-list.d to
86777         bits/syscall.h and bits/syscall.d.
86779 2012-03-14  Roland McGrath  <roland@hack.frob.com>
86781         [BZ #13846]
86782         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
86784 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
86786         [BZ #13841]
86787         * math/s_csqrt.c: Include <float.h>.
86788         (__csqrt): Scale large or subnormal inputs.
86789         * math/s_csqrtf.c: Likewise.
86790         * math/s_csqrtl.c: Likewise.
86791         * math/libm-test.inc (csqrt_test): Add more tests.
86792         * sysdeps/i386/fpu/libm-test-ulps: Update.
86793         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
86795         [BZ #13840]
86796         * math/libm-test.inc (hypot_test): Add more tests.
86798 2012-03-13  David S. Miller  <davem@davemloft.net>
86800         [BZ #13840]
86801         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
86802         double-precision for the calculation instead of scaling.
86804 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
86806         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
86807         manipulate bits before adding and subtracting TWO52[sx].
86808         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
86809         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
86810         Likewise.
86811         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
86813 2012-03-13  David S. Miller  <davem@davemloft.net>
86815         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
86816         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
86817         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
86818         rtld-global-offsets.h
86819         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
86821         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
86822         large parameters.
86824         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
86826         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
86827         'err' in the ifdef scope in which it is actually used.
86829         * nss/nss_db/db-init.c: Include string.h
86831 2012-03-12  David S. Miller  <davem@davemloft.net>
86833         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
86834         masking out of the most significant byte of random value used.
86835         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
86836         Fix coding style in previous change.
86838         * sysdeps/unix/sysv/linux/kernel-features.h
86839         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
86840         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
86841         expression.
86842         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
86843         later.
86845 2012-03-11  David S. Miller  <davem@davemloft.net>
86847         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
86848         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
86849         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
86850         for 'resultvar' otherwise things get truncated on 64-bit.
86852         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
86853         Fix masking out of the most significant byte of random value used.
86855         * sysdeps/sparc/fpu/libm-test-ulps: Update.
86857 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
86859         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
86861 2012-03-09  David S. Miller  <davem@davemloft.net>
86863         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
86864         variables with appropriate CPP guards.
86865         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
86866         from the frame pointer, not the stack pointer.  Correct layout
86867         comments.  Fix test on resulting framesize and the management of
86868         the outregs buffer for pltexit.  Preserve floating point return
86869         values across _dl_call_pltexit call.
86870         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
86871         framesize and the management of the outregs buffer for pltexit.
86872         Preserve floating point return values across _dl_call_pltexit
86873         call.
86874         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
86875         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
86876         (la_sparc64_gnu_pltexit): New functions.
86877         (print_exit): Fix format string for return register value.
86879 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
86881         * sunrpc/Makefile (others): Add rpcgen.
86882         ($(objpfx)rpcgen): Remove special build rule and dependency on
86883         libc.
86884         * sunrpc/rpcgen.c: New file.
86886 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
86888         [BZ #13673]
86889         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
86890         * stdio-common/bug-vfprintf-nargs.c: Likewise.
86891         * sysdeps/i386/crti.S: Likewise.
86892         * sysdeps/i386/crtn.S: Likewise.
86893         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
86894         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
86895         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
86896         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
86897         * sysdeps/sh/crti.S: Likewise.
86898         * sysdeps/sh/crtn.S: Likewise.
86899         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
86901         [BZ #13673]
86902         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
86903         with URL.
86904         * locale/programs/locfile-kw.gperf: Likewise.
86905         * locale/programs/charmap-kw.h: Regenerated.
86906         * locale/programs/locfile-kw.h: Likewise.
86908         [BZ #13673]
86909         * intl/plural.y: Replace FSF snail mail address with URL.
86910         * intl/plural.c: Regenerated.
86912 2012-03-09  Richard Henderson  <rth@twiddle.net>
86914         * include/math_private.h: Remove file.
86915         * math/math_private.h: Move file ...
86916         * sysdeps/generic/math_private.h: ... here.
86918         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
86919         * sysdeps/powerpc/fpu/math_private.h: Likewise.
86920         * sysdeps/x86_64/fpu/math_private.h: Likewise.
86922         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
86923         and <math_private.h>.
86924         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
86925         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
86926         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
86927         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
86928         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
86929         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
86930         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
86931         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
86932         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
86933         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
86934         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
86935         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
86936         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
86937         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
86938         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
86939         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
86940         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
86941         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
86942         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
86943         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
86944         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
86945         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
86946         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
86947         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
86948         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
86949         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
86950         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
86951         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
86952         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
86953         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
86954         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
86955         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
86956         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
86957         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
86958         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
86959         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
86960         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
86961         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
86962         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
86963         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
86964         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
86965         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
86966         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
86967         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
86968         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
86969         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
86970         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
86971         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
86972         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
86973         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
86974         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
86975         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
86976         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
86977         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
86978         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
86979         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
86980         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
86981         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
86982         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
86983         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
86984         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
86985         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
86986         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
86987         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
86988         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
86989         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
86990         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
86991         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
86992         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
86993         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
86994         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
86995         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
86996         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
86997         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
86998         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
86999         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
87000         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
87001         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
87002         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
87003         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
87004         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
87005         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
87006         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
87007         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
87008         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
87009         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
87010         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
87011         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
87012         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
87013         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
87014         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
87015         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
87016         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
87017         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
87018         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
87019         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
87020         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
87021         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
87022         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
87023         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
87024         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
87025         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
87026         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
87027         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
87028         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
87029         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
87030         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
87031         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
87032         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
87033         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
87034         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
87035         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
87036         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
87037         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
87038         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
87039         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
87040         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
87041         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
87042         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
87043         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
87044         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
87045         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
87046         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
87047         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
87048         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
87049         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
87050         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
87051         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
87052         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
87053         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
87054         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
87055         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
87056         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
87057         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
87058         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
87059         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
87060         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
87061         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
87062         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
87063         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
87064         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
87065         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
87066         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
87067         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
87068         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
87069         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
87070         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
87071         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
87072         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
87073         * sysdeps/ieee754/k_standard.c: Likewise.
87074         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
87075         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
87076         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
87077         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
87078         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
87079         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
87080         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
87081         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
87082         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
87083         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
87084         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
87085         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
87086         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
87087         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
87088         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
87089         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
87090         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
87091         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
87092         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
87093         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
87094         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
87095         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
87096         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
87097         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
87098         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
87099         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
87100         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
87101         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
87102         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
87103         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
87104         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
87105         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
87106         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
87107         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
87108         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
87109         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
87110         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
87111         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
87112         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
87113         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
87114         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
87115         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
87116         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
87117         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
87118         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
87119         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
87120         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
87121         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
87122         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
87123         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
87124         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
87125         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
87126         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
87127         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
87128         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
87129         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
87130         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
87131         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
87132         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
87133         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
87134         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
87135         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
87136         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
87137         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
87138         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
87139         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
87140         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
87141         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
87142         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
87143         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
87144         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
87145         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
87146         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
87147         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
87148         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
87149         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
87150         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
87151         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
87152         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
87153         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
87154         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
87155         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
87156         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
87157         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
87158         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
87159         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
87160         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
87161         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
87162         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
87163         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
87164         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
87165         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
87166         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
87167         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
87168         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
87169         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
87170         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
87171         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
87172         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
87173         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
87174         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
87175         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
87176         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
87177         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
87178         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
87179         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
87180         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
87181         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
87182         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
87183         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
87184         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
87185         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
87186         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
87187         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
87188         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
87189         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
87190         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
87191         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
87192         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
87193         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
87194         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
87195         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
87196         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
87197         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
87198         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
87199         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
87200         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
87201         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
87202         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
87203         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
87204         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
87205         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
87206         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
87207         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
87208         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
87209         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
87210         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
87211         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
87212         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
87213         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
87214         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
87215         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
87216         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
87217         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
87218         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
87219         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
87220         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
87221         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
87222         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
87223         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
87224         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
87225         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
87226         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
87227         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
87228         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
87229         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
87230         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
87231         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
87232         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
87233         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
87234         * sysdeps/ieee754/s_lib_version.c: Likewise.
87235         * sysdeps/ieee754/s_matherr.c: Likewise.
87236         * sysdeps/ieee754/s_signgam.c: Likewise.
87237         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
87238         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
87239         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
87240         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
87241         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
87242         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
87243         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
87244         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
87245         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
87246         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
87247         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
87248         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
87249         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
87250         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
87251         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
87252         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
87253         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
87254         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
87255         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
87256         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
87257         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
87259 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
87261         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
87262         * sunrpc/rpc_main.c: Likewise.
87263         * sunrpc/rpc_svcout.c: Likewise.
87265 2012-03-09  David S. Miller  <davem@davemloft.net>
87267         * include/math_private.h: New file.
87269 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
87271         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
87272         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
87273         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
87274         from <bits/socket_type.h>.
87275         (enum __socket_type): Don't define here.
87276         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
87277         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
87278         bits/socket_type.h.
87280         [BZ #13566]
87281         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
87282         checking __USE_GNU.
87284         * Makerules ($(inst_includedir)/%.h): New rule.
87285         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
87286         (install-others): Remove variable setting.
87287         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
87289 2012-03-08  Richard Henderson  <rth@twiddle.net>
87291         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
87292         from macro to inline function; merge with the
87293         !__LIBC_INTERNAL_MATH_INLINES version.
87294         (__ieee754_sqrtf): Likewise.
87296         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
87297         to inline function.
87298         (__rintf, __floor, __floorf): Likewise.
87300         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
87301         macro to inline function.
87302         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
87304         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
87305         not <math/math_private.h>.
87307 2012-03-08  David S. Miller  <davem@davemloft.net>
87309         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
87310         copyright year.
87311         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
87313 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
87315         * resolv/gai_misc.c (handle_requests): Fix struct timespec
87316         normalization.
87317         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
87318         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
87320 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
87322         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
87323         be defined individually, they must be defined as a block.  Define
87324         S for printing a string instead of hidint the different by using a
87325         macro for adding the 'l'.
87326         * stdio-common/tst-fphex-wide.c: Adjust.
87328 2012-03-07  Marek Polacek  <polacek@redhat.com>
87330         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
87332 2012-03-08  Marek Polacek  <polacek@redhat.com>
87334         [BZ #13806]
87335         * stdio-common/Makefile (tests): Add tst-fphex-wide.
87336         * stdio-common/tst-fphex.c: Define a few macros to make the
87337         test reusable.  Use them.
87338         * stdio-common/tst-fphex-wide.c: New file.
87340 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
87342         [BZ #6911]
87343         * manual/macros.texi (gnusystems): New macro.
87344         (nongnusystems): Likewise.
87345         (gnulinuxhurdsystems): Likewise.
87346         (gnuhurdsystems): Likewise..
87347         (gnulinuxsystems): Likewise.
87348         * manual/charset.texi: Use new macros or @theglibc{} to refer to
87349         variants of the GNU system, not "GNU system".
87350         * manual/conf.texi: Likewise.
87351         * manual/errno.texi: Likewise.  Update example of errno macro
87352         expansion.
87353         * manual/filesys.texi: Likewise.
87354         (getumask): Document as specific to GNU/Hurd.
87355         * manual/install.texi: Likewise.  Reword some references to
87356         GNU/Linux.
87357         * manual/intro.texi: Likewise.
87358         * manual/io.texi: Likewise.
87359         (File Name Portability): Detail which constraints are inapplicable
87360         to all GNU systems and which are only inapplicable to GNU/Hurd.
87361         * manual/job.texi: Likewise.
87362         * manual/llio.texi: Likewise.
87363         (O_NOCTTY): Document as present on GNU/Linux.
87364         * manual/maint.texi: Likewise.
87365         * manual/memory.texi: Likewise.
87366         * manual/pattern.texi: Likewise.
87367         * manual/pipe.texi: Likewise.
87368         * manual/process.texi: Likewise.
87369         * manual/resource.texi: Likewise.
87370         (RUSAGE_CHILDREN): Remove statement about specifying a particular
87371         child on GNU/Hurd.
87372         * manual/setjmp.texi: Likewise.
87373         * manual/signal.texi: Likewise.
87374         * manual/startup.texi: Likewise.
87375         * manual/stdio.texi: Likewise.
87376         * manual/terminal.texi: Likewise.
87377         (ONLCR): Document as POSIX.
87378         (OXTABS): Document availability on GNU/Linux as XTABS.
87379         (ONOEOT): Document availability separately from other bits.
87380         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
87381         * manual/time.texi: Likewise.
87382         * manual/users.texi: Likewise.
87383         * INSTALL: Regenerated.
87384         * sysdeps/gnu/errlist.c: Regenerated.
87386         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
87387         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
87388         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
87389         puts.
87390         * configure: Regenerated.
87392 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
87394         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
87395         default includes instead of AC_HEADER_CHECK.
87396         * sysdeps/i386/configure: Regenerated.
87398         [BZ #10716]
87399         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
87400         * math/s_cacoshf.c (__cacoshf): Likewise.
87401         * math/s_cacoshl.c (__cacoshl): Likewise.
87402         * math/s_casinh.c (__casinh): Set signs of result from argument.
87403         * math/s_casinhf.c (__casinhf): Likewise.
87404         * math/s_casinhl.c (__casinhl): Likewise.
87405         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
87406         (casinh_test): Add more tests.
87407         * sysdeps/i386/fpu/libm-test-ulps: Update.
87408         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
87410 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
87412         * po/zh_TW.po: Update from translation team.
87414         * login/Makefile (distribute): Remove variable.
87415         * catgets/Makefile: Likewise.
87416         * mach/Makefile: Likewise.
87417         * malloc/Makefile: Likewise.
87418         * misc/Makefile: Likewise.
87419         * iconv/Makefile: Likewise.
87420         * nscd/Makefile: Likewise.
87421         * hurd/Makefile: Likewise.
87422         * manual/Makefile: Likewise.
87423         * locale/Makefile: Likewise.
87424         * intl/Makefile: Likewise.
87425         * conform/Makefile: Likewise.
87426         * nss/Makefile: Likewise.
87427         * time/Makefile: Likewise.
87428         * soft-fp/Makefile: Likewise.
87429         * dirent/Makefile: Likewise.
87430         * gmon/Makefile: Likewise.
87431         * po/Makefile: Likewise.
87432         * rt/Makefile: Likewise.
87433         * socket/Makefile: Likewise.
87434         * math/Makefile: Likewise.
87435         * signal/Makefile: Likewise.
87436         * debug/Makefile: Likewise.
87437         * elf/Makefile: Likewise.
87438         * timezone/Makefile: Likewise.
87439         * stdlib/Makefile: Likewise.
87440         * iconvdata/Makefile: Likewise.
87441         * sunrpc/Makefile: Likewise.
87442         * io/Makefile: Likewise.
87443         * argp/Makefile: Likewise.
87444         * inet/Makefile: Likewise.
87445         * hesiod/Makefile: Likewise.
87446         * grp/Makefile: Likewise.
87447         * csu/Makefile: Likewise.
87448         * wctype/Makefile: Likewise.
87449         * crypt/Makefile: Likewise.
87450         * libio/Makefile: Likewise.
87451         * string/Makefile: Likewise.
87452         * nis/Makefile: Likewise.
87453         * resolv/Makefile: Likewise.
87454         * stdio-common/Makefile: Likewise.
87455         * wcsmbs/Makefile: Likewise.
87456         * dlfcn/Makefile: Likewise.
87457         * posix/Makefile: Likewise.
87459         [BZ #6959]
87460         * timezone/Makefile: Don't install timezone files, just the programs
87461         and scripts.
87463 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
87465         * nss/databases.def: Add missing gshadow entry.
87467         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
87469 2012-03-06  Marek Polacek  <polacek@redhat.com>
87471         [BZ #13726]
87472         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
87473         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
87474         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
87475         * stdio-common/tst-long-dbl-fphex.c: New file.
87477 2012-03-06  David S. Miller  <davem@davemloft.net>
87479         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
87480         (set_obp_int): New function.
87481         (get_obp_int): New function.
87482         (__get_clockfreq_via_dev_openprom): Likewise.
87483         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
87484         Avoid unused variable warnings on 'val' and use builtin_expect.
87485         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
87486         __builtin_expect.
87487         (INLINE_CLONE_SYSCALL): Likewise.
87489 2012-03-05  David S. Miller  <davem@davemloft.net>
87491         * sysdeps/sparc/fpu/libm-test-ulps: Update.
87493 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
87495         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
87497         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
87498         only for |x| >= 40.
87499         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
87501 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
87503         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
87504         Replace gettimeofday with __vdso_gettimeofday.
87506         * sysdeps/unix/sysv/linux/x86_64/init-first.c
87507         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
87508         __vdso_clock_gettime and __vdso_getcpu.
87510         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
87511         time with __vdso_time.
87513 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
87515         * manual/lang.texi (size_t): Note types to which size_t may be
87516         equivalent with the GNU C Library, but do not describe when
87517         differences between them are significant.
87519 2012-03-05  Andreas Jaeger  <aj@suse.de>
87521         * sysdeps/i386/fpu/libm-test-ulps: Update.
87523 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
87525         [BZ #3976]
87526         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
87527         (__ieee754_pow): Save and restore rounding mode and use
87528         round-to-nearest for main computations.
87529         * math/libm-test.inc (pow_test_tonearest): New function.
87530         (pow_test_towardzero): Likewise.
87531         (pow_test_downward): Likewise.
87532         (pow_test_upward): Likewise.
87533         (main): Call the new functions.
87534         * sysdeps/i386/fpu/libm-test-ulps: Update.
87535         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
87537         [BZ #3976]
87538         * math/libm-test.inc (cosh_test_tonearest): New function.
87539         (cosh_test_towardzero): Likewise.
87540         (cosh_test_downward): Likewise.
87541         (cosh_test_upward): Likewise.
87542         (sinh_test_tonearest): Likewise.
87543         (sinh_test_towardzero): Likewise.
87544         (sinh_test_downward): Likewise.
87545         (sinh_test_upward): Likewise.
87546         (main): Call the new functions.
87547         * sysdeps/i386/fpu/libm-test-ulps: Update.
87548         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
87550 2012-03-05  Tom de Vries  <tom@codesourcery.com>
87552         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
87553         default stack guard is set in last bytes.
87554         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
87556 2012-03-05  Kees Cook  <keescook@chromium.org>
87558         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
87560         [BZ #13656]
87561         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
87562         possibly allocate from heap instead of stack.
87563         * stdio-common/bug-vfprintf-nargs.c: New file.
87564         * stdio-common/Makefile (tests): Add nargs overflow test.
87566 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
87568         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
87570 2012-03-03  Marek Polacek  <polacek@redhat.com>
87572         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
87573         * math/math_private.h: Likewise.
87574         * stdlib/tst-strtod.c: Likewise.
87575         * sysdeps/i386/i486/bits/atomic.h: Likewise.
87576         * sysdeps/x86_64/bits/atomic.h: Likewise.
87578 2012-03-02  David S. Miller  <davem@davemloft.net>
87580         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
87581         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
87582         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
87583         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
87584         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
87585         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
87586         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
87587         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
87589 2012-03-02  Roland McGrath  <roland@hack.frob.com>
87591         [BZ #13792]
87592         * manual/examples/README: New file, says the example source files
87593         can be used under GPL>=2.
87594         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
87595         line containing just "*/".
87596         * manual/examples/add.c: Add copyright header (GPL>=2).
87597         * manual/examples/argp-ex1.c: Likewise.
87598         * manual/examples/argp-ex2.c: Likewise.
87599         * manual/examples/argp-ex3.c: Likewise.
87600         * manual/examples/argp-ex4.c: Likewise.
87601         * manual/examples/atexit.c: Likewise.
87602         * manual/examples/db.c: Likewise.
87603         * manual/examples/dir.c: Likewise.
87604         * manual/examples/dir2.c: Likewise.
87605         * manual/examples/execinfo.c: Likewise.
87606         * manual/examples/filecli.c: Likewise.
87607         * manual/examples/filesrv.c: Likewise.
87608         * manual/examples/fmtmsgexpl.c: Likewise.
87609         * manual/examples/genpass.c: Likewise.
87610         * manual/examples/inetcli.c: Likewise.
87611         * manual/examples/inetsrv.c: Likewise.
87612         * manual/examples/isockad.c: Likewise.
87613         * manual/examples/longopt.c: Likewise.
87614         * manual/examples/memopen.c: Likewise.
87615         * manual/examples/memstrm.c: Likewise.
87616         * manual/examples/mkfsock.c: Likewise.
87617         * manual/examples/mkisock.c: Likewise.
87618         * manual/examples/mygetpass.c: Likewise.
87619         * manual/examples/pipe.c: Likewise.
87620         * manual/examples/popen.c: Likewise.
87621         * manual/examples/rprintf.c: Likewise.
87622         * manual/examples/search.c: Likewise.
87623         * manual/examples/select.c: Likewise.
87624         * manual/examples/setjmp.c: Likewise.
87625         * manual/examples/sigh1.c: Likewise.
87626         * manual/examples/sigusr.c: Likewise.
87627         * manual/examples/stpcpy.c: Likewise.
87628         * manual/examples/strdupa.c: Likewise.
87629         * manual/examples/strftim.c: Likewise.
87630         * manual/examples/strncat.c: Likewise.
87631         * manual/examples/subopt.c: Likewise.
87632         * manual/examples/swapcontext.c: Likewise.
87633         * manual/examples/termios.c: Likewise.
87634         * manual/examples/testopt.c: Likewise.
87635         * manual/examples/testpass.c: Likewise.
87636         * manual/examples/timeval_subtract.c: Likewise.
87638         [BZ #13792]
87639         * manual/time.texi (Elapsed Time): Move timeval_subtract example
87640         function to ...
87641         * manual/timeval_subtract.c.texi: ... here, new file.
87643 2012-03-02  David S. Miller  <davem@davemloft.net>
87645         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
87647 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
87649         [BZ #3976]
87650         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
87651         (__sin): Save and restore rounding mode and use round-to-nearest
87652         for all computations.
87653         (__cos): Save and restore rounding mode and use round-to-nearest
87654         for all computations.
87655         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
87656         <fenv.h>.
87657         (tan): Save and restore rounding mode and use round-to-nearest for
87658         all computations.
87659         * math/libm-test.inc (cos_test_tonearest): New function.
87660         (cos_test_towardzero): Likewise.
87661         (cos_test_downward): Likewise.
87662         (cos_test_upward): Likewise.
87663         (sin_test_tonearest): Likewise.
87664         (sin_test_towardzero): Likewise.
87665         (sin_test_downward): Likewise.
87666         (sin_test_upward): Likewise.
87667         (tan_test_tonearest): Likewise.
87668         (tan_test_towardzero): Likewise.
87669         (tan_test_downward): Likewise.
87670         (tan_test_upward): Likewise.
87671         (main): Call the new functions.
87672         * sysdeps/i386/fpu/libm-test-ulps: Update.
87673         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
87675         [BZ #10135]
87676         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
87677         small n, then large n, before computing and testing k+n.
87678         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
87679         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
87680         Likewise.
87681         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
87682         Likewise.
87683         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
87684         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
87685         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
87686         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
87687         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
87688         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
87689         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
87690         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
87691         * math/libm-test.inc (scalbn_test): Add more tests.
87692         (scalbln_test): Likewise.
87694         * manual/filesys.texi (mode_t): Describe constraints on size and
87695         signedness, not exact equivalence to a particular type.
87696         (ino_t): Likewise.
87697         (ino64_t): Likewise.
87698         (dev_t): Likewise.
87699         (nlink_t): Likewise.
87700         (blkcnt_t): Likewise.
87701         (blkcnt64_t): Likewise.
87702         * manual/llio.texi (off_t): Likewise.
87704         [BZ #3976]
87705         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
87706         (__ieee754_exp): Save and restore rounding mode and use
87707         round-to-nearest for all computations.
87708         * math/libm-test.inc (exp_test_tonearest): New function.
87709         (exp_test_towardzero): Likewise.
87710         (exp_test_downward): Likewise.
87711         (exp_test_upward): Likewise.
87712         (main): Call the new functions.
87713         * sysdeps/i386/fpu/libm-test-ulps: Update.
87714         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
87716 2012-03-01  Chris Demetriou  <cgd@google.com>
87718         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
87719         have predictable order.
87721 2012-03-01  David S. Miller  <davem@davemloft.net>
87723         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
87725         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
87726         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
87727         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
87728         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
87730         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
87731         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
87732         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
87733         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
87734         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
87735         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
87736         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
87737         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
87738         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
87740         * sysdeps/sparc/fpu/libm-test-ulps: Update.
87742         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
87743         * sysdeps/sparc/fpu/libm-test-ulps: to here.
87744         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
87746         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
87747         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
87748         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
87749         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
87750         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
87751         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
87752         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
87753         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
87754         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
87755         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
87756         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
87757         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
87758         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
87759         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
87760         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
87761         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
87762         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
87763         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
87764         * sysdeps/sparc/elf/configure: Regenerated.
87766 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
87768         * configure.in (AS, LD): Require binutils 2.20 or later.
87769         * configure: Regenerated.
87770         * manual/install.texi (Tools for Compilation): Give binutils 2.20
87771         as required minimum version.
87772         * INSTALL: Regenerated.
87774         [BZ #2541]
87775         [BZ #4108]
87776         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
87777         before squaring exponent.
87778         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
87779         bottom long double and 27 bits of top long double before squaring
87780         exponent.
87781         * math/libm-test.inc (erfc_test): Add more tests.
87782         * sysdeps/i386/fpu/libm-test-ulps: Update.
87783         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
87784         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
87786 2012-03-01  Kai Tietz  <ktietz@redhat.com>
87788         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
87789         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
87790         containing bit-fields.
87791         * soft-fp/extended.h (_FP_UNION_E): Likewise.
87792         * soft-fp/single.h (_FP_UNION_S): Likewise.
87793         * soft-fp/double.h (_FP_UNION_D): Likewise.
87795 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
87797         [BZ #13786]
87798         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
87799         not include ../strcmp.S.
87800         [USE_AS_STRNCASECMP_L]: Likewise.
87801         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
87802         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
87803         * sysdeps/i386/i686/multiarch/strncase_l-c.c
87804         (__strncasecmp_l_ia32): Define as alias to
87805         __strncasecmp_l_nonascii.
87807         [BZ #5794]
87808         * math/libm-test.inc (expm1_test): Add test for bug 5794.
87809         * sysdeps/i386/fpu/libm-test-ulps: Update.
87810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
87812         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
87813         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
87815 2012-02-29  Jeff Law  <law@redhat.com>
87817         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
87818         out of bounds read.
87820 2012-02-29  Marek Polacek  <polacek@redhat.com>
87822         [BZ #13706]
87823         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
87824         * elf/Makefile: Add rules to run tst-unused-dep.out.
87826 2012-02-28  David S. Miller  <davem@davemloft.net>
87828         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
87829         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
87830         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
87831         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
87832         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
87833         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
87835 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
87837         * math/libm-test.inc (llround_test): Move one test from
87838         lround_test.  Use TEST_f_L in moved test.
87839         (lround_test): Move misplaced test to llround_test.  Add testcase
87840         from bug 2561.
87842 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
87844         * sysdeps/x86_64/fpu/e_expf.S: New file.
87845         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
87847 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
87849         [BZ #13637]
87850         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
87851         of remain_len that may cause incomplete multi-byte character and
87852         false match.
87853         * posix/bug-regex33.c: New file.
87854         * posix/Makefile (tests): Add bug-regex33.
87856 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
87858         * manual/macros.texi: New file.
87859         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
87860         * manual/libc.texinfo: Include macros.texi.
87861         * manual/creatute.texi: Likewise.
87862         * manual/install.texi: Likewise.
87863         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
87864         @glibcadj{} in references to the GNU C Library.
87865         * manual/charset.texi: Likewise.
87866         * manual/conf.texi: Likewise.
87867         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
87868         when not using those macros.
87869         * manual/creature.texi: Likewise.
87870         * manual/crypt.texi: Likewise.
87871         * manual/errno.texi: Likewise.
87872         * manual/filesys.texi: Likewise.
87873         * manual/header.texi: Likewise.
87874         * manual/install.texi: Likewise.
87875         * manual/intro.texi: Likewise.
87876         * manual/io.texi: Likewise.
87877         * manual/job.texi: Likewise.
87878         * manual/lang.texi: Likewise.
87879         * manual/libc.texiinfo: Likewise.
87880         * manual/llio.texi: Likewise.
87881         * manual/locale.texi: Likewise.
87882         * manual/maint.texi: Likewise.
87883         * manual/math.texi: Likewise.
87884         * manual/memory.texi: Likewise.
87885         * manual/message.texi: Likewise.
87886         * manual/nss.texi: Likewise.
87887         * manual/pattern.texi: Likewise.
87888         * manual/process.texi: Likewise.
87889         * manual/resource.texi: Likewise.
87890         * manual/search.texi: Likewise.
87891         * manual/setjmp.texi: Likewise.
87892         * manual/signal.texi: Likewise.
87893         * manual/socket.texi: Likewise.
87894         * manual/startup.texi: Likewise.
87895         * manual/stdio.texi: Likewise.
87896         * manual/string.texi: Likewise.
87897         * manual/sysinfo.texi: Likewise.
87898         * manual/syslog.texi: Likewise.
87899         * manual/terminal.texi: Likewise.
87900         * manual/time.texi: Likewise.
87901         * manual/users.texi: Likewise.
87902         * INSTALL: Regenerated.
87903         * NOTES: Regenerated.
87904         * sysdeps/gnu/errlist.c: Regenerated.
87906 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
87908         * include/dirent.h: Include <dirstream.h> before
87909         <dirent/dirent.h>.
87911 2012-02-28  David S. Miller  <davem@davemloft.net>
87913         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
87914         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
87915         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
87916         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
87918 2012-02-27  David S. Miller  <davem@davemloft.net>
87920         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
87921         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
87922         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
87923         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
87925         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
87926         frame pointer instead of stack pointer relative arg slot.
87927         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
87928         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
87929         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
87931 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
87933         [BZ #3992]
87934         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
87936 2012-02-27  David S. Miller  <davem@davemloft.net>
87938         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
87939         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
87940         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
87941         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
87942         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
87943         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
87944         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
87945         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
87947 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
87949         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
87950         later.  Allow versions 5-9.
87951         * configure: Regenerated.
87952         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
87953         required minimum version and 4.6 as recommended version.  Do not
87954         mention bugs in GCC 2.7 and 2.8.
87955         * INSTALL: Regenerated.
87957 2012-02-27  David S. Miller  <davem@davemloft.net>
87959         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
87960         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
87961         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
87962         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
87963         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
87964         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
87965         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
87966         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
87968         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
87969         manipulate bits before adding and subtracting TWO112[sx].
87970         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
87972 2012-02-27  Roland McGrath  <roland@hack.frob.com>
87974         [BZ #13775]
87975         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
87976         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
87977         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
87978         being in POSIX, because they are in 1003.1-2008.
87980         * rt/tst-aio.c: Include <fcntl.h>.
87981         * rt/tst-aio7.c: Likewise.
87982         * rt/tst-aio64.c: Likewise.
87984         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
87986 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
87988         * manual/install.texi (--with-headers): Describe headers as
87989         interface headers, not private headers.
87990         (Specific advice for GNU/Linux systems): Describe use of headers
87991         from "make headers_install", not private headers from older
87992         kernels.
87993         * INSTALL: Regenerated.
87994         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
87995         Change to 2.6.19.
87996         * sysdeps/unix/sysv/linux/configure: Regenerated.
87998         * manual/llio.texi (fclean): Remove documentation.
88000         * manual/Makefile (libc-texi-generated): New variable.  Include
88001         version.texi.
88002         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
88003         $(libc-texi-generated), not duplicated list of files.
88004         (version.texi, stamp-version): New rules.
88005         (realclean): Remove $(libc-texi-generated), not individual files
88006         from that list.  Do not remove dir-add.texinfo.
88007         * manual/libc.texinfo: Comment out uses of edition numbers and
88008         references to printed manual.  Remove last-updated dates.
88009         (EDITION): Comment out.
88010         (ISBN): Likewise.
88011         (VERSION, UPDATED): Remove.
88012         (version.texi): Include.
88014 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
88016         * sysdeps/posix/spawni.c: Include <signal.h>.
88017         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
88018         * sysdeps/pthread/aio_fsync.c: Likewise.
88020 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
88022         * conform/Makefile (tests): Run only when not cross-compiling and
88023         when fast-check is not defined.
88025         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
88026         * conform/data/limits.h-data: Fixes for POSIX2008.
88027         * conform/run-conformtest.sh: Run all tests.
88028         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
88029         headers.
88030         * include/bits/dlfcn.h: Likewise.
88031         * include/langinfo.h: Likewise.
88032         * include/monetary.h: Likewise.
88033         * include/sys/poll.h: Likewise.
88035         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
88036         for __USE_GNU.
88037         * posix/spawn.h: Define __need_sigset_t.
88038         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
88039         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
88040         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
88041         to get sigevent_t only.
88042         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
88043         only for __USE_GNU.
88044         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
88045         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
88046         process_vm_writev only for __USE_GNU.
88047         * termios/termios.h: Declare tcgetsid also for POSIX2008.
88049         * conform/Makefile: For now ignore errors from run-conformtest.
88050         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
88051         POSIX to avoid namespace pollution.  Don't prepend headers.
88052         * conform/data/aio.h-data: Fixes for POSIX testing.
88053         * conform/data/fcntl.h-data: Likewise.
88054         * conform/data/glob.h-data: Likewise.
88055         * conform/data/grp.h-data: Likewise.
88056         * conform/data/pthread.h-data: Likewise.
88057         * conform/data/pwd.h-data: Likewise.
88058         * conform/data/signal.h-data: Likewise.
88059         * conform/data/spawn.h-data: Likewise.
88060         * conform/data/stdio.h-data: Likewise.
88061         * conform/data/stdlib.h-data: Likewise.
88062         * conform/data/stropts.h-data: Likewise.
88063         * conform/data/sys/mman.h-data: Likewise.
88064         * conform/data/sys/stat.h-data: Likewise.
88065         * conform/data/sys/types.h-data: Likewise.
88066         * conform/data/sys/wait.h-data: Likewise.
88067         * conform/data/time.h-data: Likewise.
88068         * conform/data/unistd.h-data: Likewise.
88069         * conform/data/utime.h-data: Likewise.
88071         * io/sys/stat.h: fchmod was always in POSIX.
88072         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
88073         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
88074         * rt/aio.h: Define __need_timespec before including <time.h>.
88075         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
88076         struct.  Add forward declaration of pthread_attr_t and use it in
88077         sigevent.
88078         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
88079         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
88080         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
88081         always remove CLK_TCK definition.
88083 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
88085         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
88087 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
88089         * conform/run-conformtest.sh: New file.
88090         * conform/Makefile: Run run-conformtest for tests.
88091         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
88092         support.
88094         * conform/data/uchar.h-data: New file.
88095         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
88096         * conform/data/arpa/inet.h-data: Likewise.
88097         * conform/data/assert.h-data: Likewise.
88098         * conform/data/complex.h-data: Likewise.
88099         * conform/data/cpio.h-data: Likewise.
88100         * conform/data/ctype.h-data: Likewise.
88101         * conform/data/dirent.h-data: Likewise.
88102         * conform/data/dlfcn.h-data: Likewise.
88103         * conform/data/errno.h-data: Likewise.
88104         * conform/data/fcntl.h-data: Likewise.
88105         * conform/data/float.h-data: Likewise.
88106         * conform/data/fmtmsg.h-data: Likewise.
88107         * conform/data/fnmatch.h-data: Likewise.
88108         * conform/data/ftw.h-data: Likewise.
88109         * conform/data/glob.h-data: Likewise.
88110         * conform/data/grp.h-data: Likewise.
88111         * conform/data/iconv.h-data: Likewise.
88112         * conform/data/inttypes.h-data: Likewise.
88113         * conform/data/langinfo.h-data: Likewise.
88114         * conform/data/libgen.h-data: Likewise.
88115         * conform/data/limits.h-data: Likewise.
88116         * conform/data/locale.h-data: Likewise.
88117         * conform/data/math.h-data: Likewise.
88118         * conform/data/monetary.h-data: Likewise.
88119         * conform/data/mqueue.h-data: Likewise.
88120         * conform/data/ndbm.h-data: Likewise.
88121         * conform/data/net/if.h-data: Likewise.
88122         * conform/data/netdb.h-data: Likewise.
88123         * conform/data/netinet/in.h-data: Likewise.
88124         * conform/data/nl_types.h-data: Likewise.
88125         * conform/data/poll.h-data: Likewise.
88126         * conform/data/pthread.h-data: Likewise.
88127         * conform/data/pwd.h-data: Likewise.
88128         * conform/data/regex.h-data: Likewise.
88129         * conform/data/sched.h-data: Likewise.
88130         * conform/data/search.h-data: Likewise.
88131         * conform/data/semaphore.h-data: Likewise.
88132         * conform/data/setjmp.h-data: Likewise.
88133         * conform/data/signal.h-data: Likewise.
88134         * conform/data/spawn.h-data: Likewise.
88135         * conform/data/stdarg.h-data: Likewise.
88136         * conform/data/stdio.h-data: Likewise.
88137         * conform/data/stdlib.h-data: Likewise.
88138         * conform/data/string.h-data: Likewise.
88139         * conform/data/strings.h-data: Likewise.
88140         * conform/data/stropts.h-data: Likewise.
88141         * conform/data/sys/ipc.h-data: Likewise.
88142         * conform/data/sys/mman.h-data: Likewise.
88143         * conform/data/sys/msg.h-data: Likewise.
88144         * conform/data/sys/resource.h-data: Likewise.
88145         * conform/data/sys/select.h-data: Likewise.
88146         * conform/data/sys/sem.h-data: Likewise.
88147         * conform/data/sys/shm.h-data: Likewise.
88148         * conform/data/sys/socket.h-data: Likewise.
88149         * conform/data/sys/stat.h-data: Likewise.
88150         * conform/data/sys/statvfs.h-data: Likewise.
88151         * conform/data/sys/time.h-data: Likewise.
88152         * conform/data/sys/timeb.h-data: Likewise.
88153         * conform/data/sys/times.h-data: Likewise.
88154         * conform/data/sys/types.h-data: Likewise.
88155         * conform/data/sys/uio.h-data: Likewise.
88156         * conform/data/sys/un.h-data: Likewise.
88157         * conform/data/sys/utsname.h-data: Likewise.
88158         * conform/data/sys/wait.h-data: Likewise.
88159         * conform/data/syslog.h-data: Likewise.
88160         * conform/data/tar.h-data: Likewise.
88161         * conform/data/termios.h-data: Likewise.
88162         * conform/data/utime.h-data: Likewise.
88163         * conform/data/utmpx.h-data: Likewise.
88164         * conform/data/varargs.h-data: Likewise.
88165         * conform/data/wchar.h-data: Likewise.
88166         * conform/data/wctype.h-data: Likewise.
88167         * conform/data/wordexp.h-data: Likewise.
88169         * include/stropts.h: New file.
88170         * include/uchar.h: New file.
88171         * include/aio.h: Changes to allow conformtest.pl to use the headers.
88172         * include/assert.h: Likewise.
88173         * include/ctype.h: Likewise.
88174         * include/dirent.h: Likewise.
88175         * include/dlfcn.h: Likewise.
88176         * include/fcntl.h: Likewise.
88177         * include/fnmatch.h: Likewise.
88178         * include/glob.h: Likewise.
88179         * include/grp.h: Likewise.
88180         * include/libio.h: Likewise.
88181         * include/locale.h: Likewise.
88182         * include/math.h: Likewise.
88183         * include/net/if.h: Likewise.
88184         * include/netdb.h: Likewise.
88185         * include/netinet/in.h: Likewise.
88186         * include/pthread.h: Likewise.
88187         * include/pwd.h: Likewise.
88188         * include/regex.h: Likewise.
88189         * include/sched.h: Likewise.
88190         * include/search.h: Likewise.
88191         * include/setjmp.h: Likewise.
88192         * include/signal.h: Likewise.
88193         * include/stdio.h: Likewise.
88194         * include/stdlib.h: Likewise.
88195         * include/string.h: Likewise.
88196         * include/sys/cdefs.h: Likewise.
88197         * include/sys/mman.h: Likewise.
88198         * include/sys/msg.h: Likewise.
88199         * include/sys/resource.h: Likewise.
88200         * include/sys/select.h: Likewise.
88201         * include/sys/socket.h: Likewise.
88202         * include/sys/stat.h: Likewise.
88203         * include/sys/statvfs.h: Likewise.
88204         * include/sys/time.h: Likewise.
88205         * include/sys/times.h: Likewise.
88206         * include/sys/uio.h: Likewise.
88207         * include/sys/utsname.h: Likewise.
88208         * include/sys/wait.h: Likewise.
88209         * include/termios.h: Likewise.
88210         * include/time.h: Likewise.
88211         * include/ulimit.h: Likewise.
88212         * include/unistd.h: Likewise.
88213         * include/utime.h: Likewise.
88214         * include/wchar.h: Likewise.
88215         * include/wctype.h: Likewise.
88216         * include/wordexp.h: Likewise.
88218         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
88220         * time/time.h: TIME_UTC must be a macro.
88221         Make timespec_get available for ISO C11 only as well.
88223 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
88225         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
88226         Reported by Peng Haitao <penght@cn.fujitsu.com>.
88228 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
88230         * configure.in: Use -o not -a in test for unsupported multi-arch.
88232 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
88234         * manual/texinfo.tex: Update to version 2012-01-19.16.
88236 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
88238         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
88240 2012-02-24  Roland McGrath  <roland@hack.frob.com>
88242         [BZ #13738]
88243         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
88244         * manual/fdl-1.3.texi: New file.
88245         * manual/fdl-1.1.texi: File removed.
88247         [BZ #13738]
88248         * manual/libc.texinfo (FDL_VERSION): New @set.
88249         Use it for mention of FDL in cover text.
88250         (Documentation License): Use it in @include file name.
88252 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
88253             Roland McGrath  <roland@hack.frob.com>
88255         [BZ #5461]
88256         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
88257         (not LONG_LONG_MAX and LONG_LONG_MIN.
88258         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
88259         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
88260         name.
88261         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
88263 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
88265         [BZ #2547]
88266         [BZ #11365]
88267         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
88268         manipulate bits before adding and subtracting TWO23[sx].
88269         * math/libm-test.inc (nearbyint_test): Add more tests.
88271 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
88273         [BZ #2548]
88274         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
88275         bits before adding and subtracting TWO23[sx].
88276         * math/libm-test.inc (rint_test): Add more tests.
88277         (rint_test_tonearest): Likewise.
88278         (rint_test_towardzero): Likewise.
88279         (rint_test_downward): Likewise.
88280         (rint_test_upward: Likewise.
88282 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
88284         [BZ #10110]
88285         * include/stdc-predef.h: New file.  Extracted from features.h.
88286         * include/features.h: Include stdc-predef.h.
88287         * Makefile (headers): Add stdc-predef.h.
88288         * CONFORMANCE (Compiler limitations): Update.
88290 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
88292         * manual/libc.texinfo (VERSION, UPDATED): Revert.
88294 2012-02-21  David S. Miller  <davem@davemloft.net>
88296         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
88297         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
88299 2012-02-20  David S. Miller  <davem@davemloft.net>
88301         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
88302         using a normal save/restore sequence, rather than allocating a
88303         dummy stack frame just to store a frame pointer and restore.
88304         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
88306 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
88308         * manual/install.texi: Fix stray word in line-wrapped comment.
88310 2012-02-20  David S. Miller  <davem@davemloft.net>
88312         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
88313         both binutils and gcc support GOTDATA.
88315         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
88316         "rd %pc" in the PIC register setup sequences.
88318         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
88319         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
88320         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
88321         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
88322         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
88323         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
88324         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
88325         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
88326         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
88327         (SYSCALL_ERROR_HANDLER): Likewise.
88328         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
88329         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
88330         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
88331         (SYSCALL_ERROR_HANDLER): Likewise.
88333         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
88334         (HAVE_GCC_GOTDATA): New.
88335         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
88336         relocation support in both binutils and gcc.
88337         * sysdeps/sparc/elf/configure: Regenerate.
88339         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
88340         * sysdeps/sparc/sparc32/elf/configure: Delete.
88341         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
88342         * sysdeps/sparc/sparc64/elf/configure: Delete.
88343         * sysdeps/sparc/elf/configure.in: New file.
88344         * sysdeps/sparc/elf/configure: Generate.
88346         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
88347         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
88348         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
88349         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
88350         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
88352 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
88354         * manual/install.texi: Do not mention specific glibc version
88355         numbers.
88356         * manual/libc.texinfo (VERSION, UPDATED): Update.
88357         (@copying): Use @copyright{} and range of years.
88359 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
88361         [BZ #13695]
88362         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
88363         [crti.S not in sysdirs] (generated): Do not append.
88364         [crti.S not in sysdirs] (omit-deps): Likewise.
88365         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
88366         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
88367         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
88368         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
88369         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
88370         Likewise.
88371         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
88372         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
88373         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
88374         * csu/defs.awk: Remove file.
88375         * sysdeps/generic/initfini.c: Likewise.
88376         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
88377         variable.
88378         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
88379         Likewise.
88381 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
88383         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
88384         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
88385         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
88386         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
88387         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
88388         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
88389         <bits/epoll.h>.
88390         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
88391         (__EPOLL_PACKED): Define to empty if not defined by
88392         <bits/epoll.h>.
88393         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
88394         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
88395         bits/epoll.h.
88397 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
88399         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
88400         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
88401         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
88402         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
88403         <bits/timerfd.h>.
88404         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
88405         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
88406         bits/timerfd.h.
88408 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
88410         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
88411         in C locale.
88412         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
88413         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
88414         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
88415         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
88417 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
88419         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
88420         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
88422 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
88424         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
88425         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
88426         defined.
88427         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
88428         Likewise.
88429         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
88430         entry for 2.16.
88432 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
88434         * math/w_acos.c: Use non-signaling floating-point comparisons.
88435         * math/w_acosf.c: Likewise.
88436         * math/w_acosh.c: Likewise.
88437         * math/w_acoshf.c: Likewise.
88438         * math/w_acoshl.c: Likewise.
88439         * math/w_acosl.c: Likewise.
88440         * math/w_asin.c: Likewise.
88441         * math/w_asinf.c: Likewise.
88442         * math/w_asinl.c: Likewise.
88443         * math/w_atanh.c: Likewise.
88444         * math/w_atanhf.c: Likewise.
88445         * math/w_atanhl.c: Likewise.
88446         * math/w_exp2.c: Likewise.
88447         * math/w_exp2f.c: Likewise.
88448         * math/w_exp2l.c: Likewise.
88449         * math/w_j0.c: Likewise.
88450         * math/w_j0f.c: Likewise.
88451         * math/w_j0l.c: Likewise.
88452         * math/w_j1.c: Likewise.
88453         * math/w_j1f.c: Likewise.
88454         * math/w_j1l.c: Likewise.
88455         * math/w_jn.c: Likewise.
88456         * math/w_jnf.c: Likewise.
88457         * math/w_log.c: Likewise.
88458         * math/w_log10.c: Likewise.
88459         * math/w_log10f.c: Likewise.
88460         * math/w_log10l.c: Likewise.
88461         * math/w_log2.c: Likewise.
88462         * math/w_log2f.c: Likewise.
88463         * math/w_log2l.c: Likewise.
88464         * math/w_logf.c: Likewise.
88465         * math/w_logl.c: Likewise.
88466         * math/w_sqrt.c: Likewise.
88467         * math/w_sqrtf.c: Likewise.
88468         * math/w_sqrtl.c: Likewise.
88469         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
88470         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
88471         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
88472         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
88473         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
88475 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
88477         [BZ #9739]
88478         * manual/string.texi (strnlen): Use correct parameter name in
88479         equivalent expression.
88481 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
88483         [BZ #11174]
88484         * manual/users.texi (seteuid): Consistently use neweuid for
88485         argument name.
88487 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
88489         [BZ #13704]
88490         * manual/nss.texi (Services in the NSS configuration): Correct
88491         list of services in example configuration file.
88493 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
88495         [BZ #11322]
88496         * manual/arith.texi: Remove statements about negative zero
88497         behaving identically to zero.
88499 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
88501         [BZ #5993]
88502         * manual/install.texi: Do not document upgrading from libc5.
88504 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
88506         [BZ #4596]
88507         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
88509 2012-02-18  David S. Miller  <davem@davemloft.net>
88511         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
88512         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
88513         %o7 across the call.
88514         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
88515         instead.
88516         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
88517         SETUP_PIC_REG_LEAF.
88518         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
88519         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
88520         * sysdeps/sparc/crtn.S: Likewise.
88522 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
88524         * aout/Makefile: Remove.
88526 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
88528         [BZ #13058]
88529         * manual/examples/argp-ex1.c (main): Format definition in GNU
88530         style.
88531         * manual/examples/argp-ex2.c (main): Likewise.
88532         * manual/examples/argp-ex3.c (main): Likewise.
88533         * manual/examples/argp-ex4.c (main): Likewise.
88534         * manual/examples/longopt.c (main): Use new-style prototype
88535         definition.
88536         * manual/examples/strncat.c (main): Specify return type and use
88537         (void) for arguments.
88538         * manual/examples/subopt.c (main): Use char **argv argument.
88540 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
88542         [BZ #5077]
88543         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
88544         rounding modes.
88546 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
88548         [BZ #6907]
88549         * manual/string.texi (strchr): Change when strchrnul is
88550         recommended.
88552 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
88554         [BZ #174]
88555         * manual/locale.texi (setlocale): Document LOCPATH.
88557 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
88559         [BZ #10210]
88560         * manual/process.texi (execle): Move @dots{} before last argument.
88562 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
88564         [BZ #12047]
88565         * manual/charset.texi (Generic Charset Conversion): Fix typo
88566         (LC_TYPE -> LC_CTYPE).
88568 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
88570         [BZ #5805]
88571         * manual/arith.texi (scalbn): Use @var{} on parameter names.
88572         (scalbnf): Likewise.
88573         (scalbnl): Likewise.
88574         (scalbln): Likewise.
88575         (scalblnf): Likewise.
88576         (scalblnl): Likewise.
88577         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
88578         (vwarnx): Likewise.
88579         (verr): Likewise.
88580         (verrx): Likewise.
88581         * manual/filesys.texi (telldir): Use braces around return type.
88582         * manual/llio.texi (mmap): Add space after comma.
88583         (mmap64): Likewise.
88584         * manual/math.texi (jn): Use @var{} on parameter names.
88585         (jnf): Likewise.
88586         (jnl): Likewise.
88587         (yn): Likewise.
88588         (ynf): Likewise.
88589         (ynl): Likewise.
88590         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
88591         line.
88592         * manual/resource.texi (ulimit): Use @dots{} instead of literal
88593         "...".
88594         (sched_get_priority_min): Remove semicolon on @deftypefun line.
88595         (sched_get_priority_max): Likewise.
88596         * manual/signal.texi (sigvec): Add space after comma.
88597         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
88598         names.
88599         (if_indextoname): Likewise.
88600         (if_freenameindex): Likewise.
88601         (sendto): Use ',' instead of '.' in prototype.
88602         * manual/startup.texi (syscall): Use @dots{} instead of literal
88603         "...".
88604         * manual/stdio.texi (__fpending): Separate initial words of
88605         paragraph from @deftypefun line.
88606         * manual/syslog.texi (syslog): Use @dots{} instead of literal
88607         "...".
88608         (vsyslog): Use @var{} on parameter names.
88609         * manual/terminal.texi (stty): Use @var{} on parameter names.
88610         * manual/users.texi (getutmp): Use @var{} on parameter names.
88611         (getutmpx): Likewise.
88613 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
88615         [BZ #6884]
88616         * manual/stdio.texi (fopen): Fix typos in description of
88617         ",ccs=STRING".
88619 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
88621         [BZ #4026]
88622         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
88623         get clock_id definition.
88625 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
88627         [BZ #4822]
88628         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
88629         (madvise): Cast every argument to void on its own.
88631 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
88633         [BZ #9902]
88634         * manual/startup.texi (Exit Status): Fix typo.
88636 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
88638         [BZ #10140]
88639         * manual/examples/argp-ex1.c: Include <stdlib.h>.
88640         * manual/examples/argp-ex2.c: Likewise.
88641         * manual/examples/argp-ex3.c: Likewise.
88643 2012-02-16  Richard Henderson  <rth@redhat.com>
88645         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
88646         * sysdeps/s390/s390-32/initfini.c: Remove.
88647         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
88648         * sysdeps/s390/s390-64/initfini.c: Remove.
88650 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
88652         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
88653         compiler output for sysdeps/generic/initfini.c.
88654         * sysdeps/sh/elf/initfini.c: Remove file.
88656 2012-02-16  David S. Miller  <davem@davemloft.net>
88658         [BZ #11494]
88659         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
88661         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
88662         * sysdeps/sparc/crti.S: New file.
88663         * sysdeps/sparc/crtn.S: New file.
88664         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
88665         * sysdeps/sparc/sparc64/Makefile: Likewise.
88667 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
88669         [BZ #3335]
88670         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
88672 2012-02-15  Roland McGrath  <roland@hack.frob.com>
88674         [BZ #4822]
88675         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
88677         * mach/devstream.c (cookie_io_functions_t): Macro removed.
88678         (write, read, close): Likewise.
88679         Patch by Aurelien Jarno <aurelien@aurel32.net>.
88681 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
88683         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
88684         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
88685         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
88686         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
88687         <bits/signalfd.h>.
88688         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
88689         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
88690         bits/signalfd.h.
88692 2012-02-14  Marek Polacek  <polacek@redhat.com>
88694         * sysdeps/x86_64/crti.S: New file.
88695         * sysdeps/x86_64/crtn.S: New file.
88696         * sysdeps/x86_64/elf/initfini.c: Remove file.
88698 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
88700         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
88701         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
88702         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
88703         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
88704         <bits/inotify.h>.
88705         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
88706         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
88707         bits/inotify.h.
88709 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
88711         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
88712         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
88713         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
88714         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
88715         <bits/eventfd.h>.
88716         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
88717         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
88718         bits/eventfd.h.
88720 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
88722         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
88723         __feraiseexcept instead of feraiseexcept.
88725         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
88726         nanosleep invocations.
88727         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
88728         strings, and add error checking for a nanosleep invocations.
88730 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
88732         Replace FSF snail mail address with URLs, as per GNU coding standards.
88733         Most of the snail mail addresses were wrong anyway, and omitting
88734         them makes the source code easier to maintain.  Almost all of the
88735         changes are to license notices and to locale LC_IDENTIFICATION
88736         addresses, except for this one:
88737         * manual/libc.texinfo: In "Published by", give the FSF's URL,
88738         not its snail mail address.
88740 2012-02-09  Richard Henderson  <rth@twiddle.net>
88742         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
88743         of kernel-features.h.
88745         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
88747 2012-02-08  Marek Polacek  <polacek@redhat.com>
88749         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
88750         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
88751         * sysdeps/gnu/_G_config.h: Likewise.
88752         * sysdeps/generic/_G_config.h: Likewise.
88754 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
88756         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
88757         tests.
88758         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
88760         * sysdeps/powerpc/powerpc32/crti.S: New file.
88761         * sysdeps/powerpc/powerpc32/crtn.S: New file.
88762         * sysdeps/powerpc/powerpc64/crti.S: New file.
88763         * sysdeps/powerpc/powerpc64/crtn.S: New file.
88765         * Makeconfig (have-initfini): Don't set.
88766         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
88767         * configure.in (nopic_initfini): Don't substitute.
88768         * config.h.in (HAVE_INITFINI): Don't #undef.
88769         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
88770         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
88772 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
88774         Support crti.S and crtn.S provided directly by architectures.
88775         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
88776         [crti.S in sysdirs] (omit-deps): Likewise.
88777         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
88778         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
88779         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
88780         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
88781         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
88782         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
88783         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
88784         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
88785         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
88786         compiler output for sysdeps/generic/initfini.c.
88787         * sysdeps/i386/elf/Makefile: Remove file.
88788         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
88790 2012-02-07  Marek Polacek  <polacek@redhat.com>
88792         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
88793         * sysdeps/gnu/_G_config.h: Likewise.
88794         * sysdeps/mach/hurd/_G_config.h: Likewise.
88796 2012-02-07  Marek Polacek  <polacek@redhat.com>
88798         * math/Makefile (tests): Add tst-CMPLX2.
88799         * math/tst-CMPLX2.c: New file.
88801 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
88803         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
88805         * math/libm-test.inc (jn_test): Add missing L suffix.
88807 2012-02-06  Marek Polacek  <polacek@redhat.com>
88809         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
88810         * sysdeps/i386/fpu/e_powf.S: Likewise.
88811         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
88812         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
88813         * sysdeps/i386/fpu/e_acosh.S: Likewise.
88814         * sysdeps/i386/fpu/e_pow.S: Likewise.
88815         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
88816         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
88817         * sysdeps/i386/fpu/s_expm1.S: Likewise.
88818         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
88819         * sysdeps/i386/fpu/e_log2.S: Likewise.
88820         * sysdeps/i386/fpu/e_log2l.S: Likewise.
88821         * sysdeps/i386/fpu/e_scalb.S: Likewise.
88822         * sysdeps/i386/fpu/e_powl.S: Likewise.
88823         * sysdeps/i386/fpu/s_log1p.S: Likewise.
88824         * sysdeps/i386/fpu/e_log10f.S: Likewise.
88825         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
88826         * sysdeps/i386/fpu/e_logl.S: Likewise.
88827         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
88828         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
88829         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
88830         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
88831         * sysdeps/i386/fpu/e_log2f.S: Likewise.
88832         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
88833         * sysdeps/i386/fpu/e_log.S: Likewise.
88834         * sysdeps/i386/fpu/s_cexp.S: Likewise.
88835         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
88836         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
88837         * sysdeps/i386/fpu/e_logf.S: Likewise.
88838         * sysdeps/i386/fpu/e_log10l.S: Likewise.
88839         * sysdeps/i386/fpu/e_atanh.S: Likewise.
88840         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
88841         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
88842         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
88843         * sysdeps/i386/fpu/e_log10.S: Likewise.
88844         * sysdeps/i386/fpu/s_frexp.S: Likewise.
88845         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
88846         * sysdeps/i386/fpu/s_asinh.S: Likewise.
88847         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
88848         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
88849         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
88850         * sysdeps/i386/asm-syntax.h: Likewise.
88851         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
88852         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
88853         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
88854         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
88855         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
88856         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
88857         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
88858         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
88859         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
88860         * sysdeps/powerpc/sysdep.h: Likewise.
88861         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
88862         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
88864 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
88866         [BZ #411]
88867         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
88869 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
88871         * sysdeps/i386/sysdep.h: Include <features.h>.
88872         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
88873         version.
88875 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
88877         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
88878         Define.
88879         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
88880         LOAD_PIC_REG_STR.
88882 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
88884         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
88885         (SETUP_PIC_REG): Use GET_PC_THUNK.
88886         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
88887         macro.
88889 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
88891         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
88892         for non-PIC compilation.
88893         (SETUP_PIC_REG): Add .p2align directive.
88894         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
88895         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
88896         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
88897         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
88898         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
88899         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
88900         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
88901         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
88902         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
88903         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
88904         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
88905         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
88906         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
88907         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
88908         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
88909         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
88910         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
88911         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
88912         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
88913         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
88914         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
88915         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
88916         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
88917         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
88918         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
88919         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
88920         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
88921         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
88922         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
88923         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
88924         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
88925         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
88926         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
88927         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
88928         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
88929         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
88930         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
88931         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
88932         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
88933         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
88934         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
88936 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
88938         * math/tst-CMPLX.c: Include <stdio.h>.
88940 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
88942         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
88943         float.
88944         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
88945         * sysdeps/sparc/bits/mathdef.h: Likewise.
88947 2012-01-31  Marek Polacek  <polacek@redhat.com>
88949         * libio/libio.h: Don't define _PARAMS.
88950         * locale/programs/config.h: Don't define PARAMS.
88951         * stdlib/strtol_l.c: Likewise.
88952         (__strtol_l): Remove PARAMS from the prototype.
88954 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
88956         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
88957         names.  Just use the correct names.  Remove unnecessary wrapper
88958         functions.
88959         * malloc/arena.c: Likewise.
88960         * malloc/hooks.c: Likewise.
88962         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
88963         ARENA_TEST says not to.  Simplify test for creation of a new arena.
88964         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
88966 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
88968         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
88969         into tail calls.
88970         (update_get_addr): New function.
88971         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
88972         GET_ADDR_MODULE parameter.
88974 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
88976         * crypt/cert.c: Remove __STDC__ conditionals.
88977         * crypt/crypt-entry.c: Likewise.
88978         * crypt/crypt_util.c: Likewise.
88979         * libio/filedoalloc.c: Likewise.
88980         * libio/fileops.c: Likewise.
88981         * libio/genops.c: Likewise.
88982         * libio/iofclose.c: Likewise.
88983         * libio/iofdopen.c: Likewise.
88984         * libio/iofopen.c: Likewise.
88985         * libio/iofopen64.c: Likewise.
88986         * libio/iogetdelim.c: Likewise.
88987         * libio/iopopen.c: Likewise.
88988         * libio/obprintf.c: Likewise.
88989         * libio/oldfileops.c: Likewise.
88990         * libio/oldiofclose.c: Likewise.
88991         * libio/oldiofdopen.c: Likewise.
88992         * libio/oldiofopen.c: Likewise.
88993         * libio/oldiopopen.c: Likewise.
88994         * libio/wfiledoalloc.c: Likewise.
88995         * libio/wgenops.c: Likewise.
88996         * locale/programs/xmalloc.c: Likewise.
88997         * misc/syslog.c: Likewise.
88998         * stdio-common/xbug.c: Likewise.
88999         * string/memchr.c: Likewise.
89000         * string/memcmp.c: Likewise.
89001         * string/memrchr.c: Likewise.
89002         * string/rawmemchr.c: Likewise.
89003         * sysdeps/posix/getcwd.c: Likewise.
89004         * time/strftime_l.c: Likewise.
89006 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
89008         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
89009         * config.make.in (config-cflags-sse2avx): Define.
89010         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
89011         Fix typo.
89013 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
89015         * scripts/config.guess: Update from upstream config git repository.
89016         * scripts/config.sub: Likewise.
89018 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
89020         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
89021         (EM_NUM): Update.
89022         (R_TILEPRO_*, R_TILEGX_*): New macros.
89024         * scripts/firstversions.awk: Fix bug in version range handling.
89026         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
89028         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
89030         * include/sys/epoll.h: New file.
89031         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
89032         libc_hidden_def.
89034 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
89036         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
89037         Avoid unnecessary __WORDSIZE == 64 test.
89038         (fmaxf): Use VEX format if possible.
89039         (fmax): Likewise.
89040         (fminf): Likewise.
89041         (fmin): Likewise.
89043         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
89044         * math/math_private.h: Remove libc_fegetround* and
89045         libc_fesetround*.
89046         * sysdeps/i386/configure.in: Check for -msse2avx.
89047         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
89048         also if SSE2AVX is defined.
89049         Remove libc_fegetround* and libc_fesetround*.
89050         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
89051         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
89052         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
89053         of HAS_YMM_USABLE.
89054         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
89055         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
89056         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
89057         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
89058         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
89060         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
89062 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
89064         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
89065         size is not set.
89066         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
89068 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
89070         [BZ #13618]
89071         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
89072         relocation.
89073         * Makeconfig (libm): Define.
89074         * elf/Makefile: Add rules to build and run tst-relsort1.
89075         * elf/tst-relsort1.c: New file.
89076         * elf/tst-relsort1mod1.c: New file.
89077         * elf/tst-relsort1mod2.c: New file.
89079 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
89081         * math/s_ldexp.c: Remove __STDC__ conditionals.
89082         * math/s_ldexpf.c: Likewise.
89083         * math/s_ldexpl.c: Likewise.
89084         * math/s_nextafter.c: Likewise.
89085         * math/s_nexttowardf.c: Likewise.
89086         * math/s_significand.c: Likewise.
89087         * math/s_significandf.c: Likewise.
89088         * math/s_significandl.c: Likewise.
89089         * math/w_jnl.c: Likewise.
89090         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
89091         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
89092         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
89093         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
89094         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
89095         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
89096         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
89097         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
89098         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
89099         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
89100         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
89101         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
89102         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
89103         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
89104         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
89105         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
89106         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
89107         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
89108         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
89109         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
89110         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
89111         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
89112         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
89113         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
89114         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
89115         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
89116         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
89117         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
89118         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
89119         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
89120         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
89121         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
89122         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
89123         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
89124         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
89125         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
89126         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
89127         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
89128         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
89129         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
89130         * sysdeps/ieee754/k_standard.c: Likewise.
89131         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
89132         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
89133         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
89134         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
89135         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
89136         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
89137         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
89138         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
89139         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
89140         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
89141         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
89142         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
89143         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
89144         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
89145         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
89146         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
89147         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
89148         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
89149         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
89150         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
89151         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
89152         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
89153         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
89154         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
89155         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
89156         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
89157         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
89158         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
89159         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
89160         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
89161         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
89162         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
89163         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
89164         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
89165         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
89166         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
89167         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
89168         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
89169         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
89170         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
89171         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
89172         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
89173         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
89174         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
89175         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
89176         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
89177         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
89178         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
89179         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
89180         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
89181         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
89182         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
89183         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
89184         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
89185         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
89186         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
89187         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
89188         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
89189         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
89190         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
89191         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
89192         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
89193         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
89194         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
89195         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
89196         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
89197         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
89198         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
89199         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
89200         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
89201         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
89202         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
89203         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
89204         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
89205         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
89206         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
89207         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
89208         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
89209         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
89210         * sysdeps/ieee754/s_matherr.c: Likewise.
89211         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
89212         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
89213         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
89214         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
89216 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
89218         * crypt/md5.h: Remove __STDC__ conditionals.
89219         * libio/libioP.h: Likewise.
89220         * locale/programs/config.h: Likewise.
89221         * sysdeps/generic/sysdep.h: Likewise.
89222         * sysdeps/i386/asm-syntax.h: Likewise.
89223         * sysdeps/s390/asm-syntax.h: Likewise.
89224         * sysdeps/unix/sysdep.h: Likewise.
89225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
89226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
89228 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
89230         * libio/libio.h: Remove __STDC__ conditionals.
89231         * malloc/obstack.h: Likewise.
89232         * math/complex.h: Likewise.
89233         * math/math.h: Likewise.
89234         * sysdeps/generic/_G_config.h: Likewise.
89235         * sysdeps/gnu/_G_config.h: Likewise.
89236         * sysdeps/mach/hurd/_G_config.h: Likewise.
89237         * sysdeps/powerpc/bits/mathdef.h: Likewise.
89238         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
89239         * sysdeps/sparc/bits/mathdef.h: Likewise.
89241 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
89243         [BZ #13583]
89244         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
89245         Clean up HAS_* macros.
89246         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
89247         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
89248         possible.
89249         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
89250         HAS_AVX.
89251         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
89252         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
89253         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
89254         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
89255         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
89257 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
89259         * elf/tst-unique3.cc (gets): Remove declaration.
89260         * elf/tst-unique3lib.cc (gets): Likewise.
89261         * elf/tst-unique3lib2.cc (gets): Likewise.
89262         * elf/tst-unique4.cc (gets): Likewise.
89264 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
89266         * include/stdio.h: Add C++ protection.  Add gets declarations and
89267         definitions.
89268         * debug/tst-chk1.c: Don't declare gets here.
89269         * stdio-common/tst-gets.c: Likewise.
89271 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
89273         * posix/glob: Remove directory.
89275 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
89277         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
89279 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
89281         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
89282         of the non-standard EPFNOSUPPORT.
89284 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
89286         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
89287         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
89288         ANYWHERE set to 1 only on KERN_NO_SPACE error.
89290 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
89292         * wcsmbs/uchar.h: Test __STDC_VERSION__.
89294 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
89296         * nscd/aicache.c (addhstaiX): Do not cache negative results of
89297         transient errors.
89298         * nscd/grpcache.c (cache_addgr): Likewise.
89299         * nscd/hstcache.c (cache_addhst): Likewise.
89300         * nscd/initgrcache.c (addinitgroupsX): Likewise.
89301         * nscd/pwdcache.c (cache_addpw): Likewise.
89302         * nscd/servicescache.c (cache_addserv): Likewise.
89304 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
89306         * malloc/malloc.c: Various cleanups.
89307         * malloc/hooks.c: Likewise.
89309         * stdlib/Makefile (tests): Add bug-fmtmsg1.
89310         * stdlib/bug-fmtmsg1.c: New file.
89312         * stdlib/fmtmsg.c (init): Add missing unlock.
89313         Patch by Peng Haitao <penght@cn.fujitsu.com>.
89315 2012-01-12  Marek Polacek  <polacek@redhat.com>
89317         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
89318         and _GNU_SOURCE.
89320 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
89322         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
89323         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
89324         macro to ensure uniqueness of label name.
89325         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
89326         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
89328 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
89330         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
89332         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
89333         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
89334         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
89335         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
89337 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
89339         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
89341         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
89342         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
89343         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
89345         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
89347         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
89348         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
89349         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
89350         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
89352         * math/bits/math-finite.h: Add ldexp support.
89354 2012-01-10  Marek Polacek  <polacek@redhat.com>
89356         * locale/programs/localedef.h (show_archive_content): Add noreturn
89357         attribute.
89359 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
89361         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
89363 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
89365         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
89367         * io/Makefile (headers): Add bits/poll2.h.
89369 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
89371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
89372         typo #include statement.
89374 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
89376         * include/sys/cdefs.h: Define __attribute_alloc_size.
89377         * catgets/gencat.c: Add alloc_size attribute and apply consistently
89378         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
89379         * elf/pldd.c: Likewise.
89380         * iconv/iconv_charmap.c: Likewise.
89381         * iconv/iconvconfig.c: Likewise.
89382         * iconv/strtab.c: Likewise.
89383         * locale/programs/locale.c: Likewise.
89384         * locale/programs/localedef.h: Likewise.
89385         * locale/programs/simple-hash.c: Likewise.
89386         * nscd/nscd.h: Likewise.
89387         * nss/makedb.c: Likewise.
89388         * sysdeps/generic/ldconfig.h: Likewise.
89389         * locale/programs/localedef.c: Remove xmalloc prototype.
89390         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
89392 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
89394         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
89395         appropriate.
89397 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
89399         * math/Makefile (tests): Add tst-CMPLX.
89400         * math/tst-CMPLX.c: New file.
89402         * math/complex.h (CMPLXL): Fix typo.
89404         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
89405         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
89406         GLIBC_2.16.
89407         * debug/tst-chk1.c: Add poll and ppoll tests.
89408         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
89409         * include/sys/poll.h: Add hidden proto for ppoll.
89410         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
89411         * sysdeps/mach/hurd/ppoll.c: Likewise.
89412         * io/ppoll.c: Likewise.
89413         * debug/poll_chk.c: New file.
89414         * debug/ppoll_chk.c: New file.
89415         * include/bits/poll2.h: New file.
89416         * io/bits/poll2.h: New file.
89418         [BZ #1350]
89419         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
89421         * configure.in: static is always set to yes.  Remove.
89422         * config.make.in: Don't set build-static.
89423         * Makeconfig: Remove use of build-static.
89424         * dlfcn/Makefile: Likewise.
89425         * elf/Makefile: Likewise.
89426         * math/Makefile: Likewise.
89427         * misc/Makefile: Likewise.
89428         * nptl/Makefile: Likewise.
89429         * sysdeps/mach/hurd/Makefile: Likewise.
89431         * configure.in: PWD_P is not used anymore.
89432         * config.make.in: Remove PWD_P entry.
89434         * configure.in: Remove last remnants of RANLIB.
89435         No need to check for signed size_t anymore.
89436         Don't set libc_commonpagesize and libc_relro_required here for Alpha
89437         and IA-64.
89438         Remove __builtin_expect test because we require at least gcc 3.4.
89439         * aclocal.m4: Likewise.
89441         * wcsmbs/mbrtoc16.c: Implement using towc function.
89442         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
89443         * wcsmbs/wcsmbsload.c: Likewise.
89444         * iconv/gconv_simple.c: Likewise.
89445         * iconv/gconv_int.h: Likewise.
89446         * iconv/gconv_builtin.h: Likewise.
89447         * iconv/iconv_prog.c: Remove CHAR16 handling.
89449         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
89451         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
89453         * configure.in: Remove --with-elf and --enable-bounded options.
89454         Dont set base_machine for ia64.  More non-ELF conditions removed.
89455         Remove testing and setting of leading underscore information.
89456         * config.make.in (build-bounded): Set to no.
89457         * config.h.in: Remove NO_UNDERSCORES entry.
89458         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
89459         them.
89460         * csu/start.c: Remove !NO_UNDERSCORE code.
89461         * locale/localeinfo.h: Likewise.
89462         * sysdeps/generic/machine-gmon.h: Likewise.
89463         * sysdeps/generic/sysdep.h: Likewise.
89464         * sysdeps/i386/sysdep.h: Likewise.
89465         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
89466         * sysdeps/mach/sysdep.h: Likewise.
89467         * sysdeps/s390/s390-32/sysdep.h: Likewise.
89468         * sysdeps/s390/s390-64/sysdep.h: Likewise.
89469         * sysdeps/sh/sysdep.h: Likewise.
89470         * sysdeps/sparc/sparc32/alloca.S: Likewise.
89471         * sysdeps/unix/i386/sysdep.S: Likewise.
89472         * sysdeps/unix/sparc/start.c: Likewise.
89473         * sysdeps/unix/sparc/sysdep.S: Likewise.
89474         * sysdeps/unix/sparc/sysdep.h: Likewise.
89475         * sysdeps/unix/start.c: Likewise.
89476         * sysdeps/unix/x86_64/sysdep.S: Likewise.
89477         * sysdeps/x86_64/sysdep.h: Likewise.
89479 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
89481         [BZ #13553]
89482         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
89483         for non-gcc.
89484         * argp/argp-fmtstream.h: Use const instead __const.
89485         * argp/argp.h: Likewise.
89486         * assert/assert.h: Likewise.
89487         * bits/fenv.h: Likewise.
89488         * bits/sched.h: Likewise.
89489         * bits/sigset.h: Likewise.
89490         * bits/sigthread.h: Likewise.
89491         * catgets/nl_types.h: Likewise.
89492         * conform/data/pthread.h-data: Likewise.
89493         * crypt/crypt-private.h: Likewise.
89494         * crypt/crypt.h: Likewise.
89495         * crypt/crypt_util.c: Likewise.
89496         * ctype/ctype.h: Likewise.
89497         * debug/execinfo.h: Likewise.
89498         * debug/mbsnrtowcs_chk.c: Likewise.
89499         * debug/mbsrtowcs_chk.c: Likewise.
89500         * debug/wcsnrtombs_chk.c: Likewise.
89501         * debug/wcsrtombs_chk.c: Likewise.
89502         * debug/wcstombs_chk.c: Likewise.
89503         * dirent/dirent.h: Likewise.
89504         * dlfcn/dlfcn.h: Likewise.
89505         * elf/neededtest4.c: Likewise.
89506         * grp/grp.h: Likewise.
89507         * gshadow/gshadow.h: Likewise.
89508         * iconv/gconv.h: Likewise.
89509         * iconv/gconv_int.h: Likewise.
89510         * iconv/gconv_simple.c: Likewise.
89511         * iconv/iconv.h: Likewise.
89512         * iconv/loop.c: Likewise.
89513         * iconv/skeleton.c: Likewise.
89514         * include/aio.h: Likewise.
89515         * include/aliases.h: Likewise.
89516         * include/argz.h: Likewise.
89517         * include/arpa/inet.h: Likewise.
89518         * include/assert.h: Likewise.
89519         * include/dirent.h: Likewise.
89520         * include/dlfcn.h: Likewise.
89521         * include/execinfo.h: Likewise.
89522         * include/fcntl.h: Likewise.
89523         * include/fenv.h: Likewise.
89524         * include/glob.h: Likewise.
89525         * include/grp.h: Likewise.
89526         * include/libintl.h: Likewise.
89527         * include/mntent.h: Likewise.
89528         * include/netdb.h: Likewise.
89529         * include/pwd.h: Likewise.
89530         * include/rpc/netdb.h: Likewise.
89531         * include/sched.h: Likewise.
89532         * include/search.h: Likewise.
89533         * include/shadow.h: Likewise.
89534         * include/signal.h: Likewise.
89535         * include/stdio.h: Likewise.
89536         * include/stdlib.h: Likewise.
89537         * include/string.h: Likewise.
89538         * include/sys/socket.h: Likewise.
89539         * include/sys/stat.h: Likewise.
89540         * include/sys/statfs.h: Likewise.
89541         * include/sys/statvfs.h: Likewise.
89542         * include/sys/syslog.h: Likewise.
89543         * include/sys/time.h: Likewise.
89544         * include/sys/uio.h: Likewise.
89545         * include/time.h: Likewise.
89546         * include/unistd.h: Likewise.
89547         * include/utmp.h: Likewise.
89548         * include/wchar.h: Likewise.
89549         * include/wctype.h: Likewise.
89550         * inet/aliases.h: Likewise.
89551         * inet/arpa/inet.h: Likewise.
89552         * inet/netinet/ether.h: Likewise.
89553         * inet/netinet/in.h: Likewise.
89554         * intl/libintl.h: Likewise.
89555         * io/bits/fcntl2.h: Likewise.
89556         * io/fcntl.h: Likewise.
89557         * io/ftw.h: Likewise.
89558         * io/sys/poll.h: Likewise.
89559         * io/sys/stat.h: Likewise.
89560         * io/sys/statfs.h: Likewise.
89561         * io/sys/statvfs.h: Likewise.
89562         * io/utime.h: Likewise.
89563         * libio/bits/stdio.h: Likewise.
89564         * libio/bits/stdio2.h: Likewise.
89565         * libio/libio.h: Likewise.
89566         * libio/libioP.h: Likewise.
89567         * libio/stdio.h: Likewise.
89568         * locale/lc-ctype.c: Likewise.
89569         * locale/locale.h: Likewise.
89570         * login/utmp.h: Likewise.
89571         * malloc/arena.c: Likewise.
89572         * malloc/malloc.c: Likewise.
89573         * malloc/malloc.h: Likewise.
89574         * malloc/mcheck.c: Likewise.
89575         * malloc/mtrace.c: Likewise.
89576         * math/bits/mathcalls.h: Likewise.
89577         * math/fenv.h: Likewise.
89578         * math/math_private.h: Likewise.
89579         * misc/bits/error.h: Likewise.
89580         * misc/bits/syslog.h: Likewise.
89581         * misc/err.h: Likewise.
89582         * misc/error.h: Likewise.
89583         * misc/fstab.h: Likewise.
89584         * misc/mntent.h: Likewise.
89585         * misc/regexp.h: Likewise.
89586         * misc/search.h: Likewise.
89587         * misc/sgtty.h: Likewise.
89588         * misc/sys/mman.h: Likewise.
89589         * misc/sys/syslog.h: Likewise.
89590         * misc/sys/uio.h: Likewise.
89591         * misc/sys/xattr.h: Likewise.
89592         * misc/ttyent.h: Likewise.
89593         * nis/rpcsvc/ypclnt.h: Likewise.
89594         * nss/nss.h: Likewise.
89595         * posix/bits/unistd.h: Likewise.
89596         * posix/fnmatch.h: Likewise.
89597         * posix/glob.h: Likewise.
89598         * posix/sched.h: Likewise.
89599         * posix/spawn.h: Likewise.
89600         * posix/sys/wait.h: Likewise.
89601         * posix/unistd.h: Likewise.
89602         * posix/wordexp.h: Likewise.
89603         * pwd/pwd.h: Likewise.
89604         * resolv/netdb.h: Likewise.
89605         * resource/sys/resource.h: Likewise.
89606         * rt/aio.h: Likewise.
89607         * rt/bits/mqueue2.h: Likewise.
89608         * rt/mqueue.h: Likewise.
89609         * shadow/shadow.h: Likewise.
89610         * signal/signal.h: Likewise.
89611         * socket/send.c: Likewise.
89612         * socket/sendto.c: Likewise.
89613         * socket/sys/socket.h: Likewise.
89614         * stdio-common/printf.h: Likewise.
89615         * stdlib/bits/stdlib.h: Likewise.
89616         * stdlib/fmtmsg.h: Likewise.
89617         * stdlib/monetary.h: Likewise.
89618         * stdlib/stdlib.h: Likewise.
89619         * stdlib/ucontext.h: Likewise.
89620         * streams/stropts.h: Likewise.
89621         * string/argz.h: Likewise.
89622         * string/bits/string2.h: Likewise.
89623         * string/string.h: Likewise.
89624         * string/strings.h: Likewise.
89625         * sunrpc/rpc/auth.h: Likewise.
89626         * sunrpc/rpc/auth_des.h: Likewise.
89627         * sunrpc/rpc/clnt.h: Likewise.
89628         * sunrpc/rpc/netdb.h: Likewise.
89629         * sunrpc/rpc/pmap_clnt.h: Likewise.
89630         * sunrpc/rpc/xdr.h: Likewise.
89631         * sysdeps/generic/inttypes.h: Likewise.
89632         * sysdeps/generic/net/if.h: Likewise.
89633         * sysdeps/generic/sys/swap.h: Likewise.
89634         * sysdeps/gnu/net/if.h: Likewise.
89635         * sysdeps/gnu/utmpx.h: Likewise.
89636         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
89637         * sysdeps/i386/i486/bits/string.h: Likewise.
89638         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
89639         * sysdeps/s390/bits/string.h: Likewise.
89640         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
89641         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
89642         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
89643         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
89644         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
89645         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
89646         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
89647         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
89648         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
89649         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
89650         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
89651         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
89652         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
89653         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
89654         * sysdeps/unix/sysv/linux/readv.c: Likewise.
89655         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
89656         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
89657         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
89658         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
89659         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
89660         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
89661         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
89662         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
89663         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
89664         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
89665         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
89666         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
89667         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
89668         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
89669         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
89670         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
89671         * sysvipc/sys/ipc.h: Likewise.
89672         * sysvipc/sys/msg.h: Likewise.
89673         * sysvipc/sys/sem.h: Likewise.
89674         * sysvipc/sys/shm.h: Likewise.
89675         * termios/termios.h: Likewise.
89676         * time/sys/time.h: Likewise.
89677         * time/time.h: Likewise.
89678         * wcsmbs/bits/wchar2.h: Likewise.
89679         * wcsmbs/uchar.h: Likewise.
89680         * wcsmbs/wchar.h: Likewise.
89681         * wctype/wctype.h: Likewise.
89683         [BZ #13551]
89684         * Makeconfig: Remove all but ELF support including AIX support.
89685         * Makerules: Likewise.
89686         * config.h.in: Likewise.
89687         * config.make.in: Likewise.
89688         * configure: Likewise.
89689         * configure.in: Likewise.
89690         * csu/Makefile: Likewise.
89691         * csu/version.c: Likewise.
89692         * debug/Makefile: Likewise.
89693         * dlfcn/Makefile: Likewise.
89694         * elf/Makefile: Likewise.
89695         * extra-lib.mk: Likewise.
89696         * iconv/Makefile: Likewise.
89697         * include/libc-symbols.h: Likewise.
89698         * include/shlib-compat.h: Likewise.
89699         * resolv/Makefile: Likewise.
89700         * resolv/res_libc.c: Likewise.
89701         * rt/Makefile: Likewise.
89702         * sysdeps/i386/asm-syntax.h: Likewise.
89703         * sysdeps/i386/sysdep.h: Likewise.
89704         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
89705         * sysdeps/mach/sysdep.h: Likewise.
89706         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
89707         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
89708         * sysdeps/s390/asm-syntax.h: Likewise.
89709         * sysdeps/s390/s390-32/sysdep.h: Likewise.
89710         * sysdeps/s390/s390-64/sysdep.h: Likewise.
89711         * sysdeps/sh/sysdep.h: Likewise.
89712         * sysdeps/unix/sparc/sysdep.h: Likewise.
89713         * sysdeps/wordsize-32/divdi3.c: Likewise.
89714         * sysdeps/x86_64/sysdep.h: Likewise.
89716         * argp/Versions: Remove _argp_unlock_xxx.
89718         [BZ #13559]
89719         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
89720         * abilist/libBrokenLocale.abilist: Likewise.
89721         * abilist/libanl.abilist: Likewise.
89722         * abilist/libc.abilist: Likewise.
89723         * abilist/libcrypt.abilist: Likewise.
89724         * abilist/libdl.abilist: Likewise.
89725         * abilist/libm.abilist: Likewise.
89726         * abilist/libnsl.abilist: Likewise.
89727         * abilist/libpthread.abilist: Likewise.
89728         * abilist/libresolv.abilist: Likewise.
89729         * abilist/librt.abilist: Likewise.
89730         * abilist/libthread_db.abilist: Likewise.
89731         * abilist/libutil.abilist: Likewise.
89732         * abilist/libnss_db.abilist: New file.
89734         * scripts/abilist.awk: Add support for indirect functions.
89736         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
89738         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
89740         * shlib-versions: Remove entries for ports architectures.
89742         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
89743         files in ports.
89744         * elf/stackguard-macros.h: Remove support for IA-64.
89745         * elf/tst-auditmod1.c: Likewise.
89746         * sysdeps/generic/ldsodefs.h: Likewise.
89748         * sysdeps/unix/sysv/linux/configure.in: Ports should define
89749         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
89750         configure files.
89752         [BZ #13552]
89753         * configure.in: Remove --enable-omitfp support.
89754         * FAQ.in: Adjust.
89755         * config.make.in: Likewise.
89756         * Makeconfig: Likewise.
89757         * manual/install.texi: Likewise.
89759         In case anyone cares, the IA-64 architecture could move to ports.
89760         * sysdeps/ia64/*: Removed.
89761         * sysdeps/unix/sysv/linux/ia64/*: Removed.
89762         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
89764         [BZ #13555]
89765         * configure.in: Remove entries for unsupported architectures.
89767         [BZ #13533]
89768         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
89769         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
89770         routines.
89771         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
89772         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
89773         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
89774         fall back to using wcrtomb.
89775         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
89776         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
89777         renaming.
89778         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
89779         * wcsmbs/tst-c16c32-1.c: New file.
89781         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
89782         local variable.
89784         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
89786         * elf/tst-unique3.cc: Add explicit declaration of gets.
89787         * elf/tst-unique3lib.cc: Likewise.
89788         * elf/tst-unique3lib2.cc: Likewise.
89789         * elf/tst-unique4.cc: Likewise.
89791         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
89793 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
89795         [BZ #13566]
89796         * assert/assert.h (static_assert): Don't define for C++.
89797         * libio/stdio.h (gets): Do declare for C++ <= C++11.
89798         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
89800 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
89802         * iconv/loop.c (single loop): Fix assertion in storing of
89803         remaining bytes.
89805         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
89807 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
89809         * posix/getconf.c: Update copyright year.
89810         * nss/getent.c: Likewise.
89811         * nss/makedb.c: Likewise.
89812         * iconv/iconvconfig.c: Likewise.
89813         * iconv/iconv_prog.c: Likewise.
89814         * elf/ldconfig.c: Likewise.
89815         * elf/pldd.c: Likewise.
89816         * elf/sotruss.ksh: Likewise.
89817         * catgets/gencat.c: Likewise.
89818         * csu/version.c: Likewise.
89819         * elf/ldd.bash.in: Likewise.
89820         * elf/sprof.c (print_version): Likewise.
89821         * locale/programs/locale.c: Likewise.
89822         * locale/programs/localedef.c: Likewise.
89823         * login/programs/pt_chown.c: Likewise.
89824         * nscd/nscd.c (print_version): Likewise.
89825         * debug/xtrace.sh: Likewise.
89826         * malloc/memusage.sh: Likewise.
89827         * malloc/mtrace.pl: Likewise.
89828         * debug/catchsegv.sh: Likewise.
89830 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
89832         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
89833         pure attribute.
89835 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
89837         [BZ #13533]
89838         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
89839         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
89840         transformations.
89841         * iconv/gconv_int.h: Likewise.
89842         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
89843         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
89844         from libc for GLIBC_2.16.
89845         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
89846         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
89847         * wcsmbs/uchar.h: Really define mbstate_t.
89848         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
89849         * wcsmbs/c16rtomb.c: New file.
89850         * wcsmbs/mbrtoc16.c: New file.
89851         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
89852         for C/POSIX locale.
89853         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
89854         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
89856         * wcsmbs/wchar.h: Add missing __restrict.
89858 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
89860         [BZ #13532]
89861         * time/Makefile (routines): Add timespec_get.
89862         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
89863         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
89864         timespec for ISO C11.
89865         * time/timespec_get.c: New file.
89866         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
89867         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
89869         [BZ #13531]
89870         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
89871         * stdlib/stdlib.h: Declare aligned_alloc.
89872         * Versions.def: Add GLIBC_2.16 for libc.
89873         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
89875         [BZ 13527]
89876         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
89877         ISO C11.
89879         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
89880         code.
89882         [BZ #13528]
89883         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
89885         [BZ #13529]
89886         * assert/assert.h (static_assert): Define.
89888         * version.h: Update for 2.16 development version.
89890         [BZ #13526]
89891         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
89892         _ISOC11_SOURCE.
89894         * version.h (RELEASE): Bump for 2.15 release.
89895         * include/features.h (__GLIBC_MINOR__): Bump to 15.
89897         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
89898         Patch by Marek Polacek <mpolacek@redhat.com>.
89900         * bits/byteswap.h: Protect long long constants with __extension__.
89901         * sysdeps/i386/bits/byteswap.h: Likewise.
89902         * sysdeps/ia64/bits/byteswap.h: Likewise.
89903         * sysdeps/s390/bits/byteswap.h: Likewise.
89904         * sysdeps/x86_64/bits/byteswap.h: Likewise.
89906 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
89908         [BZ #13540]
89909         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
89910         destination buffer.
89911         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
89913 2011-12-23  Marek Polacek  <polacek@redhat.com>
89915         * elf/dl-addr.c (determine_info): Add inline keyword.
89916         * elf/tst-auditmod4b.c (check_avx): Likewise.
89917         * elf/tst-auditmod6b.c (check_avx): Likewise.
89918         * elf/tst-auditmod6c.c (check_avx): Likewise.
89919         * elf/tst-auditmod7b.c (check_avx): Likewise.
89921 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
89923         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
89924         !__SSE_MATH__.
89926 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
89928         [BZ #13540]
89929         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
89930         processing for last bytes.
89932 2011-08-06  Bruno Haible  <bruno@clisp.org>
89934         [BZ #13061]
89935         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
89936         U+0385, not to U+1FEE.
89938         [BZ #13062]
89939         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
89940         entry for U+00A5 U+0301.
89942 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
89944         [BZ #13166]
89945         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
89946         buffer for the output is too small.
89948         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
89949         optimization.
89951         [BZ #13185]
89952         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
89953         SSE flags if possible.
89955 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
89957         [BZ #13540]
89958         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
89959         processing for last bytes.
89961 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
89963         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
89964         (syscall-list-default-options, syscall-list-default-condition)
89965         (syscall-list-includes): Define.
89966         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
89967         list of ABIs and options and #if conditions for each ABI.  Do not
89968         handle common syscalls between ABIs specially.
89969         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
89970         Remove.
89971         (syscall-list-variants, syscall-list-32bit-options)
89972         (syscall-list-32bit-condition, syscall-list-64bit-options)
89973         (syscall-list-64bit-condition): Define.
89974         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
89975         (syscall-list-variants, syscall-list-32bit-options)
89976         (syscall-list-32bit-condition, syscall-list-64bit-options)
89977         (syscall-list-64bit-condition): Define.
89978         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
89979         Remove.
89980         (syscall-list-variants, syscall-list-32bit-options)
89981         (syscall-list-32bit-condition, syscall-list-64bit-options)
89982         (syscall-list-64bit-condition): Define.
89983         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
89984         Remove.
89985         (syscall-list-variants, syscall-list-32bit-options)
89986         (syscall-list-32bit-condition, syscall-list-64bit-options)
89987         (syscall-list-64bit-condition): Define.
89989 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
89991         * locale/iso-639.def: Add brx entry.
89993         [BZ #13328]
89994         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
89995         Proposed by Mariusz_Cukr <marcukr@op.pl>.
89997         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
89998         __feraiseexcept_renamed.
90000 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
90002         [BZ #13538]
90003         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
90004         EPOLLET with unsigned values.
90005         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
90006         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
90008         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
90009         to large cancellation.
90010         * math/s_cacoshf.c: Likewise.
90011         * math/s_cacoshl.c: Likewise.
90013 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
90015         [BZ #13305]
90016         [BZ #12786]
90017         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
90018         * math/s_cacoshf.c: Likewise.
90019         * math/s_cacoshl.c: Likewise.
90021 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
90023         [BZ #13439]
90024         * iconv/gconv.h: Define __GCONV_SWAP.
90025         * iconvdata/unicode.c: The swap bit must be stored in __flags.
90026         * iconvdata/utf-16.c: Likewise.
90027         * iconvdata/utf-32.c: Likewise.
90029 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
90031         [BZ #13524]
90032         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
90033         numerator after shifting it by one limb.
90035 2011-12-19  Rafael Ăvila de EspĂ­ndola  <rafael.espindola@gmail.com>
90037         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
90038         under [__USE_EXTERN_INLINES].
90040 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
90042         [BZ #13446]
90043         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
90045 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
90047         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
90048         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
90049         optimized code.
90050         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
90051         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
90052         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
90053         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
90054         for strncasecmp/strncasecmp_l compilation.
90055         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
90056         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
90058 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
90060         [BZ #13484]
90061         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
90062         of __asm__.
90064 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
90066         [BZ #13506]
90067         * time/tzfile.c (__tzfile_read): Check values from file header.
90069 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
90071         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
90072         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
90073         * powerpc/powerpc32/dl-start.S: Likewise.
90074         * powerpc/powerpc32/elf/start.S: Likewise.
90075         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
90076         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
90077         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
90078         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
90079         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
90080         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
90081         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
90082         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
90083         * powerpc/powerpc32/fpu/s_round.S: Likewise.
90084         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
90085         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
90086         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
90087         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
90088         * powerpc/powerpc32/memset.S: Likewise.
90089         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
90090         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
90091         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
90092         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
90093         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
90094         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
90095         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
90096         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
90097         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
90098         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
90099         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
90100         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
90101         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
90103 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
90105         * math/libm-test.inc: Added more nearbyint tests.
90106         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
90107         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
90108         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
90109         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
90111 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
90113         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
90114         FD_CLOEXEC.
90116 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
90118         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
90119         Add wcscpy-ssse3 wcscpy-c.
90120         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
90121         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
90122         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
90123         * sysdeps/x86_64/wcschr.S: New file.
90124         * sysdeps/x86_64/wcsrchr.S: New file.
90125         * string/test-strcmp.c: Remove checking of wcscmp function for
90126         wrong alignments.
90127         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
90128         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
90129         wcsrchr-sse2 wcsrchr-c.
90130         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
90131         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
90132         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
90133         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
90134         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
90135         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
90136         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
90137         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
90138         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
90139         * wcsmbc/wcschr.c (WCSCHR): New macro.
90141 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
90143         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
90144         * wcsmbs/test-wcsrchr.c: New file.
90145         * string/test-strrchr.c: Add wcsrchr support.
90146         (WIDE): New macro.
90147         * wcsmbs/test-wcscpy.c: New file.
90148         * string/test-strcpy.c: Add wcscpy support.
90149         (WIDE): New macro.
90151 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
90153         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
90154         the inner loop.
90156 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
90158         [BZ #13472]
90159         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
90161 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
90163         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
90164         Minor optimizations.
90166         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
90167         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
90168         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
90170 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
90172         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
90173         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
90174         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
90175         for gcc to avoid warnings.
90176         * inet/Makefile (tests): Add tst-checks.
90177         * inet/tst-checks.c: New file.
90179         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
90180         warning.
90182         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
90183         __wmemcmp_sse2.
90185         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
90186         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
90188         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
90190 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
90192         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
90193         problem.
90195         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
90197 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
90199         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
90200         conditional on GCC version.
90201         (__arch_compare_and_exchange_val_8_acq)
90202         (__arch_compare_and_exchange_val_16_acq)
90203         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
90204         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
90205         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
90207 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
90209         * sysdeps/sh/backtrace.c: New file.
90211 2011-12-02  Andreas Schwab  <schwab@redhat.com>
90213         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
90214         parenthesis.
90216 2011-12-01  Andreas Schwab  <schwab@redhat.com>
90218         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
90219         falling back to utime.
90221 2011-11-30  Andreas Schwab  <schwab@redhat.com>
90223         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
90224         expectations for float.
90226 2011-11-29  Andreas Schwab  <schwab@redhat.com>
90228         * locale/weight.h (findidx): Add parameter len.
90229         * locale/weightwc.h (findidx): Likewise.
90230         * posix/fnmatch_loop.c (FCT): Adjust caller.
90231         * posix/regcomp.c (build_equiv_class): Likewise.
90232         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
90233         * posix/regexec.c (check_node_accept_bytes): Likewise.
90234         * string/strcoll_l.c (STRCOLL): Likewise.
90235         * string/strxfrm_l.c (STRXFRM): Likewise.
90237 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
90239         * Makefile.in: Remove CVSOPT handling.
90240         * configure.in: Remove use of AC_REVISION.
90241         * iconvdata/Makefile (distribute): No need to filter out CVS.
90242         * scripts/list-sources.sh: Remove CVS, subversion and monotone
90243         handling.
90245 2011-11-16  Andreas Schwab  <schwab@redhat.com>
90247         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
90248         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
90249         [USE_AS_STRNCASECMP_L]: Likewise.
90250         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
90251         NO_TLS_DIRECT_SEG_REFS.
90252         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
90253         Fix argument offsets for non-PIC.
90254         [USE_AS_STRNCASECMP_L]: Likewise.
90255         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
90256         NO_TLS_DIRECT_SEG_REFS.
90258 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
90260         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
90261         O_CLOEXEC.
90262         * locale/loadlocale.c (_nl_load_locale): Likewise.
90264 2011-11-15  Andreas Schwab  <schwab@redhat.com>
90266         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
90267         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
90268         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
90269         (SYSCALL_GETTIME): Set errno on error.
90271         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
90272         count references to noai6ai_cached.
90274 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
90276         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
90278         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
90279         FD_CLOEXEC for /proc/self/maps.
90281         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
90282         FD_CLOEXEC for /proc/meminfo.
90284         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
90285         gai.conf.
90287         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
90288         FD_CLOEXEC for given file.
90290         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
90292         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
90293         FD_CLOEXEC for /etc/hosts.
90294         (_gethtent): Likewise.
90296         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
90298         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
90299         cancellation and set FD_CLOEXEC for /etc/netgroup.
90301         * nss/nss_files/files-key.c (search): Don't allow cancellation when
90302         reading /etc/publickey.
90304         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
90305         allow cancellation when reading /etc/group.
90307         * nss/nss_files/files-alias.c (internal_setent): Don't allow
90308         cancellation.
90309         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
90311         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
90312         when using data file.
90314         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
90316         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
90317         (write_nis_obj): Use "c" and "e" in fopen.
90319         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
90321         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
90323         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
90325         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
90327         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
90328         locale.alias.
90330         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
90332         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
90334         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
90336         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
90337         file parsing and set FD_CLOEXEC.
90339 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
90341         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
90343 2011-11-14  Andreas Schwab  <schwab@redhat.com>
90345         * malloc/arena.c (arena_get2): Don't call reused_arena when
90346         _int_new_arena failed.
90348 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
90350         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
90351         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
90352         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
90353         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
90354         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
90355         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
90356         to compile strcasecmp and strncasecmp.
90357         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
90358         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
90360         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
90362 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
90364         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
90365         locale-defines.sym to gen-as-const-headers.
90366         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
90367         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
90368         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
90369         to compile strcasecmp and strncasecmp.
90370         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
90371         strcasecmp_l and strncasecmp_l.
90372         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
90373         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
90374         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
90375         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
90376         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
90377         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
90378         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
90379         * sysdeps/i386/i686/multiarch/strncase.S: New file.
90380         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
90381         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
90382         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
90384 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
90386         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
90387         result of SYSDEP_GETTIME_CPU to retval.
90388         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
90389         parameter list to macro.  Remove trailing semicolon.  Adjust users.
90391         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
90392         variable.
90394         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
90395         mantissa words.
90396         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
90398         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
90399         from unused variable.
90401         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
90402         DWARF definitions.
90403         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
90404         for assembling.
90406         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
90407         over namespaces.
90409         * sunrpc/rpc_prot.c (rejected): Fix case value.
90411         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
90412         unsigned long long int to avoid warnings in shift.
90414         * posix/regex_internal.c (re_string_reconstruct): Actually use result
90415         of use of trans.
90416         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
90417         variable tmp.
90419         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
90420         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
90421         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
90423         * nis/nis_table.c (nis_list): Use variable of correct type for
90424         result of __follow_path call.
90426 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
90428         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
90429         of math functions ceil, trunc, floor, round, and sqrt, when
90430         avaliable on the platform.
90431         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
90432         name clash.
90433         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
90434         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
90435         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
90437 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
90439         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
90440         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
90442 2011-11-11  Roland McGrath  <roland@hack.frob.com>
90444         * include/unistd.h: Fix __readlink return type.
90445         Reported by Chris Metcalf <cmetcalf@tilera.com>.
90447 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
90449         * stdlib/ucontext.h: Undo last change for makecontext.
90451 2011-11-11  Andreas Schwab  <schwab@redhat.com>
90453         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
90455         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
90456         * setjmp/setjmp.h: Mark functions as non-leaf.
90457         * setjmp/bits/setjmp2.h: Likewise.
90458         * stdlib/ucontext.h: Likewise.
90460 2011-11-10  Andreas Schwab  <schwab@redhat.com>
90462         * malloc/arena.c (_int_new_arena): Don't increment narenas.
90463         (reused_arena): Don't check arena limit.
90464         (arena_get2): Atomically check arena limit.
90466 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
90468         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
90469         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
90471         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
90472         instructions.
90474 2011-11-07  Andreas Schwab  <schwab@redhat.com>
90476         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
90477         handler when locking.
90479         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
90480         Fix size of allocated buffer.
90482 2011-11-04  Andreas Schwab  <schwab@redhat.com>
90484         [BZ #10103]
90485         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
90486         declarations for long double functions.
90487         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
90489         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
90491 2011-11-03  Andreas Schwab  <schwab@redhat.com>
90493         * nscd/nscd.c (main): Don't start AVC thread until credentials are
90494         installed.
90496         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
90497         is disabled.
90499 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
90501         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
90503 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
90505         * include/alloca.h (stackinfo_alloca_round): Define.
90506         (extend_alloca): Use it.
90507         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
90508         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
90509         here.
90511         * scripts/check-local-headers.sh: Ignore libaudit.h.
90513         * nscd/Makefile (extra-objs): Make recursively expanded.
90515 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
90517         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
90518         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
90520         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
90521         * posix/tst-rfc3484-2.c: Likewise.
90522         * posix/tst-rfc3484-3.c: Likewise.
90524         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
90525         process_vm_writev.
90526         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
90527         process_vm_writev.
90528         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
90529         process_vm_writev from libc using GLIBC_2.15 version.
90531         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
90533 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
90535         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
90536         stack usage.
90538 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
90540         [BZ #13367]
90541         * nss/getent.c (initgroups_keys): Show error message in case no group
90542         names are given.
90544         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
90545         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
90546         __bump_nl_timestamp.
90547         * nscd/connections (nscd_init): When host database is served open
90548         netlink socket and request notification about configuration changes.
90549         (main_loop_poll): Track netlink file descriptor and bump timestamp
90550         in case data becomes available.
90551         (main_loop_epoll): Likewise.
90552         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
90553         (database_pers_head): Add extra_data fileds.
90554         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
90555         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
90556         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
90557         Adjust caller.
90558         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
90559         in6ai data, call __free_in6ai.
90560         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
90561         Add -DHAVE_NETLINK.
90562         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
90563         interface information.  Reuse previous data if netlink timestamp
90564         is not changed.
90565         (__bump_nl_timestamp): New function.
90566         (__free_in6ai): New function.
90568 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
90570         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
90571         close_not_cancel_no_status here.
90572         (__check_pf): Reorganize code a bit to not call close twice if OOM.
90574 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
90576         [BZ #13276]
90577         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
90578         return value.
90580         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
90581         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
90582         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
90584 2011-07-03  Andreas Jaeger  <aj@suse.de>
90586         [BZ #10709]
90587         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
90588         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
90589         * math/libm-test.inc (sin_test): Add test case.
90591 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
90593         [BZ #13337]
90594         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
90595         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
90597         * elf/chroot_canon.c (chroot_canon): Cleanups.
90599         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
90601         [BZ #13335]
90602         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
90603         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
90605         * string/test-strchr.c: Make usable for strchrnul testing.
90606         * string/test-strchrnul.c: New file.
90607         * string/Makefile (strop-tests): Add strchrnul.
90609         * po/it.po: Update from translation team.
90610         * po/es.po: Likewise.
90612 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
90614         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
90615         the three constants needed as parameters.  Drop the others.
90616         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
90617         __m128i_strloadu_tolower.
90618         Create and initialize variable zero and use it in all the places
90619         where _mm_setzero_si128 was used.
90621         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
90622         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
90623         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
90624         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
90625         anymore.
90626         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
90627         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
90628         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
90629         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
90630         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
90631         __mpranred, __mptan.
90632         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
90633         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
90634         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
90635         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
90636         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
90637         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
90638         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
90639         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
90640         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
90642 2011-10-28  Andreas Schwab  <schwab@redhat.com>
90644         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
90645         redefine if SHARED.
90646         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
90648         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
90649         wide char related routines to wcsmbs subdir.
90651 2011-10-27  Andreas Schwab  <schwab@redhat.com>
90653         [BZ #13344]
90654         * misc/sys/cdefs.h (__THROWNL): Define.
90655         * posix/unistd.h: Use __THREADNL instead of __THREAD
90656         for memory synchronization functions.
90658 2011-10-26  Roland McGrath  <roland@hack.frob.com>
90660         [BZ #13349]
90661         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
90662         doesn't exist.
90663         * manual/stdio.texi (Obstack Streams): Node removed.
90665 2011-10-26  Andreas Schwab  <schwab@redhat.com>
90667         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
90668         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
90669         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
90671         * math/math_private.h (math_force_eval): Allow non-addressable
90672         arguments.
90673         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
90675 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
90677         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
90678         file is not needed.
90680         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
90681         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
90682         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
90683         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
90684         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
90685         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
90686         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
90687         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
90688         Add AVX variants.
90689         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
90690         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
90691         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
90692         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
90693         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
90694         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
90695         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
90696         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
90697         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
90698         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
90699         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
90700         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
90701         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
90702         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
90703         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
90704         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
90705         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
90706         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
90707         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
90709         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
90710         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
90712         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
90713         place.  Use VEX encoding when compiling for AVX.
90715 2011-10-25  Andreas Schwab  <schwab@redhat.com>
90717         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
90718         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
90720         * string/test-strchr.c (do_test): Don't generate NUL bytes.
90722 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
90724         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
90725         useless if() expression.
90726         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
90727         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
90728         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
90729         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
90730         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
90731         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
90732         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
90733         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
90734         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
90735         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
90736         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
90737         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
90738         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
90739         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
90740         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
90741         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
90742         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
90743         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
90744         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
90746         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
90748 2011-10-25  Andreas Schwab  <schwab@redhat.com>
90750         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
90751         condition.
90752         * elf/dl-fini.c (_dl_sort_fini): Likewise.
90754 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
90756         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
90757         .text section.  Avoid duplicate constants.
90758         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
90759         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
90760         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
90761         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
90762         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
90763         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
90764         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
90765         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
90766         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
90767         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
90768         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
90769         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
90770         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
90771         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
90772         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
90773         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
90774         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
90775         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
90776         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
90777         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
90778         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
90779         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
90780         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
90781         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
90782         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
90783         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
90784         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
90785         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
90786         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
90787         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
90788         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
90789         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
90790         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
90791         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
90792         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
90793         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
90794         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
90795         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
90796         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
90797         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
90798         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
90799         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
90800         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
90801         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
90802         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
90804 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
90806         * sysdeps/x86_64/dla.h: Move to ...
90807         * sysdeps/x86_64/fpu/dla.h: ...here.
90808         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
90809         situations.  Use __builtin_fma only for gcc 4.6 and up.
90811         * config.make.in: Add have-mfma4 entry.
90812         * configure.in: Substitute libc_cv_cc_fma4.
90813         * math/Makefile (dbl-only-routines): Add sincostab.
90814         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
90815         Use __sincostab not sincos.
90816         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
90817         name is a macro.
90818         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
90819         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
90820         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
90821         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
90822         using __copysign.
90823         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
90824         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
90825         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
90826         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
90827         and __inv.
90828         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
90829         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
90830         __copysign.
90831         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
90832         define aliases when function name is a macro.
90833         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
90834         sysdeps/ieee754/dbl-64/sincos.tbl.
90835         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
90836         fma4-enabled routines.
90837         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
90838         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
90839         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
90840         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
90841         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
90842         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
90843         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
90844         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
90845         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
90846         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
90847         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
90848         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
90849         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
90850         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
90851         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
90852         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
90853         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
90854         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
90855         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
90856         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
90857         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
90858         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
90859         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
90860         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
90861         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
90862         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
90863         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
90864         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
90865         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
90866         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
90868         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
90869         rename.
90870         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
90871         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
90872         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
90873         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
90874         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
90875         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
90876         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
90877         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
90879 2011-10-24  Andreas Schwab  <schwab@redhat.com>
90881         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
90883 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
90885         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
90887         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
90888         prediction.
90889         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
90891         * string/strnlen.c: Don't define STRNLEN, reverse logic.
90892         Remove unused variable magic_bits.
90893         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
90895         * string/strnlen.c: Define and use STRNLEN macro.
90896         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
90897         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
90898         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
90899         * wcsmbs/wcslen.c: Define and use WCSLEN.
90900         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
90901         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
90902         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
90903         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
90904         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
90905         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
90906         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
90908 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
90910         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
90911         strnlen-sse2-no-bsf.
90912         Rename strlen-no-bsf to strlen-sse2-no-bsf.
90913         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
90914         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
90915         Add strnlen support.
90916         (USE_AS_STRNLEN): New macro.
90917         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
90918         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
90919         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
90920         * sysdeps/x86_64/wcslen.S: New file.
90922 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
90924         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
90925         XMM-moves are used for copying on small sizes.
90927 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
90929         * wcsmbs/Makefile (strop-tests): Add wcschr.
90930         * wcsmbs/test-wcschr.c: New file.
90931         * string/test-strchr.c: Update.
90932         Add wcschr support.
90933         (WIDE): New macro.
90935 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
90937         * wcsmbs/Makefile (strop-tests): Add wcslen.
90938         * wcsmbs/test-wcslen.c: New file.
90939         * string/test-strlen.c: Update.
90940         Add wcslen support.
90941         (WIDE): New macro.
90943 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
90945         * po/it.po: Update from translation team.
90947 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
90949         * sysdeps/x86_64/wcscmp.S: Update.
90950         Fix wrong comparison semantics.
90951         wcscmp shall use signed comparison not unsigned.
90952         Don't use substraction to avoid overflow bug.
90953         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
90954         * wcsmbc/wcscmp.c: Likewise.
90955         * string/test-strcmp.c: Likewise.
90956         Add new tests to check cases with negative values.
90958 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
90960         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
90961         * sysdeps/x86_64/dla.h: ...here.  New file.
90962         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
90963         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
90964         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
90965         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
90966         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
90967         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
90968         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
90969         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
90970         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
90972 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
90974         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
90975         __ynl_finite aliases.
90977 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
90979         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
90981         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
90982         define DLA_FMA.
90983         [DLA_FMA] (EMULV): Use DLA_FMA.
90984         [DLA_FMA] (MUL12): Use EMULV.
90985         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
90986         that are not needed.
90987         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
90988         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
90989         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
90990         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
90991         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
90992         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
90993         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
90995 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
90997         * math/s_nan.c: Undef __nan.
90998         * math/s_nanf.c: Undef __nanf.
90999         * math/s_nanl.c: Undef __nanl.
91000         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
91001         "math_private.h".
91003 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
91005         * math/s_catan.c: Add branch predictions.
91006         * math/s_catanf.c: Likewise.
91007         * math/s_catanh.c: Likewise.
91008         * math/s_catanhf.c: Likewise.
91009         * math/s_catanhl.c: Likewise.
91010         * math/s_catanl.c: Likewise.
91011         * math/s_cexp.c: Likewise.
91012         * math/s_cexpf.c: Likewise.
91013         * math/s_cexpl.c: Likewise.
91014         * math/s_clog.c: Likewise.
91015         * math/s_clog10.c: Likewise.
91016         * math/s_clog10f.c: Likewise.
91017         * math/s_clog10l.c: Likewise.
91018         * math/s_clogf.c: Likewise.
91019         * math/s_clogl.c: Likewise.
91020         * math/s_csqrt.c: Likewise.
91021         * math/s_csqrtf.c: Likewise.
91022         * math/s_csqrtl.c: Likewise.
91023         * math/s_ctanf.c: Likewise.
91024         * math/s_ctanh.c: Likewise.
91025         * math/s_ctanhf.c: Likewise.
91026         * math/s_ctanhl.c: Likewise.
91027         * math/s_ctanl.c: Likewise.
91029         * math/math_private.h: Define __nan, __nanf, __nanl.
91030         * math/s_cacosh.c: Include <math_private.h>.
91031         * math/s_cacoshl.c: Likewise.
91032         * math/s_casinh.c: Likewise.
91033         * math/s_casinhf.c: Likewise.
91034         * math/s_casinhl.c: Likewise.
91035         * math/s_ccos.c: Rely entire on ccosh.
91036         * math/s_ccosf.c: Rely entire on ccoshf.
91037         * math/s_ccosl.c: Rely entirely on ccoshl.
91038         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
91039         Remove tests for FE_INVALID.
91040         * math/s_ccoshf.c: Likewise.
91041         * math/s_ccoshl.c: Likewise.
91042         * math/s_csin.c: Likewise.
91043         * math/s_csinf.c: Likewise.
91044         * math/s_csinh.c Likewise.
91045         * math/s_csinhf.c: Likewise.
91046         * math/s_csinhl.c: Likewise.
91047         * math/s_csinl.c: Likewise.
91048         * math/s_ctan.c: Likewise.
91049         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
91050         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
91051         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
91053 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
91055         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
91056         compilation problems.
91058         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
91059         __builtin_expect.
91061 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
91063         * sysdeps/i386/configure.in: Test for -mfma4 option.
91064         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
91065         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
91066         COMMON_CPUID_INDEX_80000001.
91067         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
91068         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
91069         use it if FMA3 is not supported.
91070         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
91072         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
91073         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
91075 2011-10-20  Andreas Schwab  <schwab@redhat.com>
91077         [BZ #12892]
91078         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
91079         it would create a cycle with a link time dependency.
91081 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
91083         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
91084         instruction.
91085         * string/Makefile (strop-tests): Add rawmemchr.
91086         * string/test-rawmemchr.c: New file.
91088         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
91089         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
91090         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
91091         when compiling str{,n}casecmp and when AVX is available.  Hook up
91092         new optimized code in initializers.
91094 2011-10-19  Andreas Schwab  <schwab@redhat.com>
91096         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
91097         __feraiseexcept instead of feraiseexcept.
91099 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
91101         * math/math_private.h: Define defaults for libc_fetestexcept and
91102         libc_feupdateenv.
91103         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
91104         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
91105         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
91106         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
91107         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
91108         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
91109         libc_fetestexcept and libc_feupdateenv.
91111         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
91112         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
91113         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
91114         * sysdeps/x86_64/fpu/math_private.h: Define special version of
91115         libc_feholdexcept_setround.
91117         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
91118         Add s_nearbyint-c and s_nearbyintf-c.
91119         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
91120         nearbyintf inlines.
91121         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
91122         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
91123         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
91124         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
91126         * math/math_private.h: Define defaults for libc_fegetround,
91127         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
91128         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
91129         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
91130         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
91131         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
91132         standard functions.
91133         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
91134         Remove comments and hacks for old compiler versions.
91135         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
91136         libc_fegetround, libc_fesetround, libc_feholdexcept, and
91137         libc_feholdexceptl.
91139 2011-10-18  Andreas Schwab  <schwab@redhat.com>
91141         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
91142         (__feraiseexcept_renamed): Add __NTH.
91143         (feraiseexcept): Add __NTH.  Rename local variables to fix
91144         namespace violations.
91146 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
91148         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
91150         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
91152         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
91153         recently added interfaces.
91154         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
91156         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
91157         about macro parameter expansion.
91159         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
91160         __NO_MATH_INLINES is defined.  Cleanups.
91162         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
91163         and __floorf is target has SSE4.1.
91164         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
91165         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
91166         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
91167         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
91169         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
91170         name.
91171         (floorf): Likewise.
91173         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
91175 2011-10-17  Andreas Schwab  <schwab@redhat.com>
91177         * misc/sys/cdefs.h: Fix last change.
91179         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
91180         database lookup.
91182 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
91184         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
91186         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
91187         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
91188         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
91189         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
91190         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
91191         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
91192         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
91193         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
91194         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
91195         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
91196         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
91197         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
91198         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
91199         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
91200         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
91201         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
91202         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
91203         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
91204         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
91205         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
91206         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
91207         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
91209         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
91210         ceil, ceilf, floor, floorf.
91212         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
91213         Perform IRELATIVE relocations last.
91215         * elf/do-rel.h: Add another parameter nrelative, replacing the
91216         local variable with the same name.  Change name of the function
91217         to end in Rel or Rela (uppercase).
91218         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
91219         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
91220         elf_dynamic_do_##reloc function.
91222 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
91224         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
91225         is sufficient, at least on modern CPUs.
91227         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
91229         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
91230         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
91232         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
91233         __expl_finite.
91234         * math/bits/math-finite.h: Add entries for exp.
91235         * math/e_expl.c: Add __*_finite alias.
91236         * sysdeps/i386/fpu/e_exp.S: Likewise.
91237         * sysdeps/i386/fpu/e_expf.S: Likewise.
91238         * sysdeps/i386/fpu/e_expl.c: Likewise.
91239         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
91240         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
91241         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
91242         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
91243         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
91244         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
91245         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
91247         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
91248         is sufficient, at least on modern CPUs.
91250         * ctype/ctype-info.c (__ctype_init): Define.
91251         * include/ctype.h (__ctype_init): Declare.
91252         (__ctype_b_loc): The variable is always initialized.
91253         (__ctype_toupper_loc): Likewise.
91254         (__ctype_tolower_loc): Likewise.
91255         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
91256         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
91258 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
91260         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
91262         * configure.in: Also look in $cxxmachine/include for C++ system
91263         headers.
91265 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
91267         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
91268         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
91269         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
91270         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
91271         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
91272         (USE_AS_WMEMCMP): New macro.
91273         Fixing indents.
91274         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
91275         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
91276         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
91277         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
91278         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
91279         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
91280         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
91281         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
91282         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
91283         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
91284         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
91285         (USE_AS_WMEMCMP): New macro.
91286         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
91287         * sysdeps/string/test-memcmp.c: Update.
91288         Fix simple_wmemcmp.
91289         Add new tests.
91290         * wcsmbs/wmemcmp.c: Update.
91291         (WMEMCMP): New macro.
91292         Fix overflow bug.
91294 2011-10-12  Andreas Jaeger  <aj@suse.de>
91296         [BZ #13268]
91297         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
91299 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
91301         * libio/iofwide.c (do_length): Avoid warning.
91303         * ctype/ctype.h (__isctype_f): Add missing __THROW.
91305 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
91307         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
91309         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
91310         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
91311         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
91312         * sysdeps/i386/i686/fpu/e_log.S: New file.
91313         * sysdeps/i386/i686/fpu/e_logf.S: New file.
91314         * sysdeps/i386/i686/fpu/e_logl.S: New file.
91316         * ctype/ctype.h: Add support for inlined isXXX functions when
91317         compiling C++ code.
91319 2011-10-14  Andreas Schwab  <schwab@redhat.com>
91321         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
91323         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
91325 2011-10-13  Roland McGrath  <roland@hack.frob.com>
91327         [BZ #13291]
91328         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
91330 2011-10-13  Andreas Schwab  <schwab@redhat.com>
91332         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
91333         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
91334         feraiseexcept.
91336         * sysdeps/x86_64/memrchr.S: Check for zero size.
91338         * string/stratcliff.c: Add memrchr tests.
91340 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
91342         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
91343         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
91344         rawmemchr-sse2 rawmemchr-sse2-bsf.
91345         * sysdeps/i386/i686/multiarch/memchr.S: New file.
91346         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
91347         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
91348         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
91349         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
91350         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
91351         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
91352         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
91353         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
91354         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
91355         * string/memrchr.c (MEMRCHR): New macro.
91357 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
91359         Add integration with gcc's -ffinite-math-only and optimize wrapper
91360         functions in libm.
91361         * Versions.def: Define GLIBC_2.15 version for libm.
91362         * math/Makefile (headers): Add bits/math-finite.h.
91363         * math/bits/math-finite.h: New file.
91364         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
91365         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
91366         * math/e_acoshl.c: Add __*_finite alias.
91367         * math/e_acosl.c: Likewise.
91368         * math/e_asinl.c: Likewise.
91369         * math/e_atan2l.c: Likewise.
91370         * math/e_atanhl.c: Likewise.
91371         * math/e_coshl.c: Likewise.
91372         * math/e_exp10.c: Likewise.
91373         * math/e_exp10f.c: Likewise.
91374         * math/e_exp10l.c: Likewise.
91375         * math/e_exp2l.c: Likewise.
91376         * math/e_fmodl.c: Likewise.
91377         * math/e_gammal_r.c: Likewise.
91378         * math/e_hypotl.c: Likewise.
91379         * math/e_j0l.c: Likewise.
91380         * math/e_j1l.c: Likewise.
91381         * math/e_jnl.c: Likewise.
91382         * math/e_lgammal_r.c: Likewise.
91383         * math/e_log10l.c: Likewise.
91384         * math/e_log2l.c: Likewise.
91385         * math/e_logl.c: Likewise.
91386         * math/e_powl.c: Likewise.
91387         * math/e_sinhl.c: Likewise.
91388         * math/e_sqrtl.c: Likewise.
91389         * math/e_scalb.c: Completely rewritten and optimized.
91390         * math/e_scalbf.c: Likewise.
91391         * math/e_scalbl.c: Likewise.
91392         * math/w_acos.c: Likewise.
91393         * math/w_acosf.c: Likewise.
91394         * math/w_acosl.c: Likewise.
91395         * math/w_acosh.c: Likewise.
91396         * math/w_acoshf.c: Likewise.
91397         * math/w_acoshl.c: Likewise.
91398         * math/w_asin.c: Likewise.
91399         * math/w_asinf.c: Likewise.
91400         * math/w_asinl.c: Likewise.
91401         * math/w_atan2.c: Likewise.
91402         * math/w_atan2f.c: Likewise.
91403         * math/w_atan2l.c: Likewise.
91404         * math/w_atanh.c: Likewise.
91405         * math/w_atanhf.c: Likewise.
91406         * math/w_atanhl.c: Likewise.
91407         * math/w_exp10.c: Likewise.
91408         * math/w_exp10f.c: Likewise.
91409         * math/w_exp10l.c: Likewise.
91410         * math/w_fmod.c: Likewise.
91411         * math/w_fmodf.c: Likewise.
91412         * math/w_fmodl.c: Likewise.
91413         * math/w_j0.c: Likewise.
91414         * math/w_j0f.c: Likewise.
91415         * math/w_j0l.c: Likewise.
91416         * math/w_j1.c: Likewise.
91417         * math/w_j1f.c: Likewise.
91418         * math/w_j1l.c: Likewise.
91419         * math/w_jn.c: Likewise.
91420         * math/w_jnf.c: Likewise.
91421         * math/w_log.c: Likewise.
91422         * math/w_logf.c: Likewise.
91423         * math/w_logl.c: Likewise.
91424         * math/w_log10.c: Likewise.
91425         * math/w_log10f.c: Likewise.
91426         * math/w_log10l.c: Likewise.
91427         * math/w_log2.c: Likewise.
91428         * math/w_log2f.c: Likewise.
91429         * math/w_log2l.c: Likewise.
91430         * math/w_pow.c: Likewise.
91431         * math/w_powf.c: Likewise.
91432         * math/w_powl.c: Likewise.
91433         * math/w_remainder.c: Likewise.
91434         * math/w_remainderf.c: Likewise.
91435         * math/w_remainderl.c: Likewise.
91436         * math/w_scalb.c: Likewise.
91437         * math/w_scalbf.c: Likewise.
91438         * math/w_scalbl.c: Likewise.
91439         * math/w_sqrt.c: Likewise.
91440         * math/w_sqrtf.c: Likewise.
91441         * math/w_sqrtl.c: Likewise.
91442         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
91443         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
91444         used.
91445         * math/math_private.h: Declare __kernel_standard_f.
91446         * math/w_cosh.c: Remove cruft and optimize a bit.
91447         * math/w_coshf.c: Likewise.
91448         * math/w_coshl.c: Likewise.
91449         * math/w_exp2.c: Likewise.
91450         * math/w_exp2f.c: Likewise.
91451         * math/w_exp2l.c: Likewise.
91452         * math/w_hypot.c: Likewise.
91453         * math/w_hypotf.c: Likewise.
91454         * math/w_hypotl.c: Likewise.
91455         * math/w_lgamma.c: Likewise.
91456         * math/w_lgamma_r.c: Likewise.
91457         * math/w_lgammaf.c: Likewise.
91458         * math/w_lgammaf_r.c: Likewise.
91459         * math/w_lgammal.c: Likewise.
91460         * math/w_lgammal_r.c: Likewise.
91461         * math/w_sinh.c: Likewise.
91462         * math/w_sinhf.c: Likewise.
91463         * math/w_sinhl.c: Likewise.
91464         * math/w_tgamma.c: Likewise.
91465         * math/w_tgammaf.c: Likewise.
91466         * math/w_tgammal.c: Likewise.
91467         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
91468         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
91469         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
91470         Minor optimizations.  Pretty printing.  Remove cruft.
91471         * sysdeps/i386/fpu/e_acosf.S: Likewise.
91472         * sysdeps/i386/fpu/e_acosh.S: Likewise.
91473         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
91474         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
91475         * sysdeps/i386/fpu/e_acosl.c: Likewise.
91476         * sysdeps/i386/fpu/e_asin.S: Likewise.
91477         * sysdeps/i386/fpu/e_asinf.S: Likewise.
91478         * sysdeps/i386/fpu/e_atan2.S: Likewise.
91479         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
91480         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
91481         * sysdeps/i386/fpu/e_atanh.S: Likewise.
91482         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
91483         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
91484         * sysdeps/i386/fpu/e_exp10.S: Likewise.
91485         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
91486         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
91487         * sysdeps/i386/fpu/e_exp2.S: Likewise.
91488         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
91489         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
91490         * sysdeps/i386/fpu/e_fmod.S: Likewise.
91491         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
91492         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
91493         * sysdeps/i386/fpu/e_hypot.S: Likewise.
91494         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
91495         * sysdeps/i386/fpu/e_log.S: Likewise.
91496         * sysdeps/i386/fpu/e_log10.S: Likewise.
91497         * sysdeps/i386/fpu/e_log10f.S: Likewise.
91498         * sysdeps/i386/fpu/e_log10l.S: Likewise.
91499         * sysdeps/i386/fpu/e_log2.S: Likewise.
91500         * sysdeps/i386/fpu/e_log2f.S: Likewise.
91501         * sysdeps/i386/fpu/e_log2l.S: Likewise.
91502         * sysdeps/i386/fpu/e_logf.S: Likewise.
91503         * sysdeps/i386/fpu/e_logl.S: Likewise.
91504         * sysdeps/i386/fpu/e_pow.S: Likewise.
91505         * sysdeps/i386/fpu/e_powf.S: Likewise.
91506         * sysdeps/i386/fpu/e_powl.S: Likewise.
91507         * sysdeps/i386/fpu/e_remainder.S: Likewise.
91508         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
91509         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
91510         * sysdeps/i386/fpu/e_scalb.S: Likewise.
91511         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
91512         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
91513         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
91514         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
91515         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
91516         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
91517         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
91518         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
91519         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
91520         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
91521         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
91522         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
91523         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
91524         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
91525         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
91526         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
91527         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
91528         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
91529         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
91530         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
91531         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
91532         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
91533         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
91534         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
91535         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
91536         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
91537         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
91538         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
91539         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
91540         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
91541         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
91542         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
91543         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
91544         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
91545         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
91546         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
91547         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
91548         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
91549         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
91550         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
91551         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
91552         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
91553         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
91554         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
91555         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
91556         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
91557         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
91558         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
91559         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
91560         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
91561         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
91562         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
91563         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
91564         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
91565         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
91566         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
91567         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
91568         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
91569         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
91570         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
91571         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
91572         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
91573         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
91574         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
91575         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
91576         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
91577         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
91578         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
91579         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
91580         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
91581         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
91582         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
91583         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
91584         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
91585         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
91586         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
91587         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
91588         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
91589         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
91590         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
91591         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
91592         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
91593         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
91594         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
91595         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
91596         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
91597         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
91598         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
91599         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
91600         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
91601         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
91602         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
91603         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
91604         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
91605         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
91606         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
91607         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
91608         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
91609         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
91610         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
91611         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
91612         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
91613         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
91614         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
91615         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
91616         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
91617         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
91618         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
91619         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
91620         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
91621         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
91622         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
91623         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
91624         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
91625         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
91626         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
91627         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
91628         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
91629         (__isnanf): Likewise.
91630         (__isinf_ns): Likewise.
91631         (__isinf_nsf): Likewise.
91632         (__finite): Likewise.
91633         (__finitef): Likewise.
91634         (__ieee754_sqrt): Define as macro.
91635         (__ieee754_sqrtf): Define as macro.
91636         (__ieee754_sqrtl): Define as macro.
91637         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
91638         inlined copy.
91639         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
91640         __FINITE_MATH_ONLY__ consistent.
91641         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
91643 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
91645         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
91646         of rawmemchr.
91648         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
91650 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
91652         * po/ja.po: Update from translation team.
91654 2011-10-08  Roland McGrath  <roland@hack.frob.com>
91656         * locale/programs/locarchive.c (prepare_address_space): New function.
91657         (create_archive, enlarge_archive, open_archive): Use it.
91659         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
91660         inside [SHARED], where it is used.
91662         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
91664         * nss/getent.c (netgroup_keys): Remove unused variable.
91665         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
91667 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
91669         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
91670         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
91671         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
91672         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
91673         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
91674         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
91675         * math/Makefile (libm-calls): Add s_isinf_ns.
91676         * math/divtc3.c: Use __isinf_nsl instead of isinf.
91677         * math/multc3.c: Likewise.
91678         * math/s_casin.c: Likewise.
91679         * math/s_casinf.c: Likewise.
91680         * math/s_casinl.c: Likewise.
91681         * math/s_ccos.c: Likewise.
91682         * math/s_ccosf.c: Likewise.
91683         * math/s_ccosl.c: Likewise.
91684         * math/s_ctan.c: Likewise.
91685         * math/s_ctanf.c: Likewise.
91686         * math/s_ctanh.c: Likewise.
91687         * math/s_ctanhf.c: Likewise.
91688         * math/s_ctanhl.c: Likewise.
91689         * math/s_ctanl.c: Likewise.
91690         * math/w_fmod.c: Likewise.
91691         * math/w_fmodf.c: Likewise.
91692         * math/w_fmodl.c: Likewise.
91693         * math/w_remainder.c: Likewise.
91694         * math/w_remainderf.c: Likewise.
91695         * math/w_remainderl.c: Likewise.
91696         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
91697         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
91698         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
91699         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
91700         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
91701         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
91702         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
91703         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
91705         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
91706         of the number.
91707         * stdio-common/printf_fphex.c: Likewise.
91708         * stdio-common/printf_size.c: Likewise.
91710         * math/e_exp10.c: Include math_private.h using <...> not "...".
91711         * math/e_exp10f.c: Likewise.
91712         * math/e_exp10l.c: Likewise.
91713         * math/e_exp2l.c: Likewise.
91714         * math/e_j0l.c: Likewise.
91715         * math/e_j1l.c: Likewise.
91716         * math/e_jnl.c: Likewise.
91717         * math/e_lgammal_r.c: Likewise.
91718         * math/e_rem_pio2l.c: Likewise.
91719         * math/e_scalb.c: Likewise.
91720         * math/e_scalbf.c: Likewise.
91721         * math/e_scalbl.c: Likewise.
91722         * math/k_cosl.c: Likewise.
91723         * math/k_sinl.c: Likewise.
91724         * math/k_tanl.c: Likewise.
91725         * math/s_cacoshf.c: Likewise.
91726         * math/s_catan.c: Likewise.
91727         * math/s_catanf.c: Likewise.
91728         * math/s_catanh.c: Likewise.
91729         * math/s_catanhf.c: Likewise.
91730         * math/s_catanhl.c: Likewise.
91731         * math/s_catanl.c: Likewise.
91732         * math/s_ccosh.c: Likewise.
91733         * math/s_ccoshf.c: Likewise.
91734         * math/s_ccoshl.c: Likewise.
91735         * math/s_cexp.c: Likewise.
91736         * math/s_cexpf.c: Likewise.
91737         * math/s_cexpl.c: Likewise.
91738         * math/s_clog.c: Likewise.
91739         * math/s_clog10.c: Likewise.
91740         * math/s_clog10f.c: Likewise.
91741         * math/s_clog10l.c: Likewise.
91742         * math/s_clogf.c: Likewise.
91743         * math/s_clogl.c: Likewise.
91744         * math/s_csin.c: Likewise.
91745         * math/s_csinf.c: Likewise.
91746         * math/s_csinh.c: Likewise.
91747         * math/s_csinhf.c: Likewise.
91748         * math/s_csinhl.c: Likewise.
91749         * math/s_csinl.c: Likewise.
91750         * math/s_csqrt.c: Likewise.
91751         * math/s_csqrtf.c: Likewise.
91752         * math/s_csqrtl.c: Likewise.
91753         * math/s_ctan.c: Likewise.
91754         * math/s_ctanf.c: Likewise.
91755         * math/s_ctanh.c: Likewise.
91756         * math/s_ctanhf.c: Likewise.
91757         * math/s_ctanhl.c: Likewise.
91758         * math/s_ctanl.c: Likewise.
91759         * math/s_ldexp.c: Likewise.
91760         * math/s_ldexpf.c: Likewise.
91761         * math/s_ldexpl.c: Likewise.
91762         * math/s_significand.c: Likewise.
91763         * math/s_significandf.c: Likewise.
91764         * math/s_significandl.c: Likewise.
91765         * math/w_acos.c: Likewise.
91766         * math/w_acosf.c: Likewise.
91767         * math/w_acosh.c: Likewise.
91768         * math/w_acoshf.c: Likewise.
91769         * math/w_acoshl.c: Likewise.
91770         * math/w_acosl.c: Likewise.
91771         * math/w_asin.c: Likewise.
91772         * math/w_asinf.c: Likewise.
91773         * math/w_asinl.c: Likewise.
91774         * math/w_atan2.c: Likewise.
91775         * math/w_atan2f.c: Likewise.
91776         * math/w_atan2l.c: Likewise.
91777         * math/w_atanh.c: Likewise.
91778         * math/w_atanhf.c: Likewise.
91779         * math/w_atanhl.c: Likewise.
91780         * math/w_cosh.c: Likewise.
91781         * math/w_coshf.c: Likewise.
91782         * math/w_coshl.c: Likewise.
91783         * math/w_dremf.c: Likewise.
91784         * math/w_exp10.c: Likewise.
91785         * math/w_exp10f.c: Likewise.
91786         * math/w_exp10l.c: Likewise.
91787         * math/w_exp2.c: Likewise.
91788         * math/w_exp2f.c: Likewise.
91789         * math/w_fmod.c: Likewise.
91790         * math/w_fmodf.c: Likewise.
91791         * math/w_fmodl.c: Likewise.
91792         * math/w_hypot.c: Likewise.
91793         * math/w_hypotf.c: Likewise.
91794         * math/w_hypotl.c: Likewise.
91795         * math/w_j0.c: Likewise.
91796         * math/w_j0f.c: Likewise.
91797         * math/w_j0l.c: Likewise.
91798         * math/w_j1.c: Likewise.
91799         * math/w_j1f.c: Likewise.
91800         * math/w_j1l.c: Likewise.
91801         * math/w_jn.c: Likewise.
91802         * math/w_jnf.c: Likewise.
91803         * math/w_jnl.c: Likewise.
91804         * math/w_lgamma.c: Likewise.
91805         * math/w_lgamma_r.c: Likewise.
91806         * math/w_lgammaf.c: Likewise.
91807         * math/w_lgammaf_r.c: Likewise.
91808         * math/w_lgammal.c: Likewise.
91809         * math/w_lgammal_r.c: Likewise.
91810         * math/w_log.c: Likewise.
91811         * math/w_log10.c: Likewise.
91812         * math/w_log10f.c: Likewise.
91813         * math/w_log10l.c: Likewise.
91814         * math/w_log2.c: Likewise.
91815         * math/w_log2f.c: Likewise.
91816         * math/w_log2l.c: Likewise.
91817         * math/w_logf.c: Likewise.
91818         * math/w_logl.c: Likewise.
91819         * math/w_pow.c: Likewise.
91820         * math/w_powf.c: Likewise.
91821         * math/w_powl.c: Likewise.
91822         * math/w_remainder.c: Likewise.
91823         * math/w_remainderf.c: Likewise.
91824         * math/w_remainderl.c: Likewise.
91825         * math/w_scalb.c: Likewise.
91826         * math/w_scalbf.c: Likewise.
91827         * math/w_scalbl.c: Likewise.
91828         * math/w_sinh.c: Likewise.
91829         * math/w_sinhf.c: Likewise.
91830         * math/w_sinhl.c: Likewise.
91831         * math/w_sqrt.c: Likewise.
91832         * math/w_sqrtf.c: Likewise.
91833         * math/w_sqrtl.c: Likewise.
91834         * math/w_tgamma.c: Likewise.
91835         * math/w_tgammaf.c: Likewise.
91836         * math/w_tgammal.c: Likewise.
91838         * po/ja.po: Update from translation team.
91840 2011-09-29  Andreas Jaeger  <aj@suse.de>
91842         [BZ #13179]
91843         * sunrpc/netname.c (netname2host): Fix logic.
91845         [BZ #6779]
91846         [BZ #6783]
91847         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
91848         correctly.
91849         * math/w_remainder.c (__remainder): Likewise.
91850         * math/w_remainderf.c (__remainderf): Likewise.
91851         * math/libm-test.inc (remainder_test): Add test cases.
91853 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
91855         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
91856         sdiv_qrnnd.
91858 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
91860         * string/test-memcmp.c: Avoid unncessary #defines.
91861         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
91863 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
91865         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
91866         Use new sse2 version for core i3 - i7 as it's faster
91867         than sse42 version.
91868         (bit_Prefer_PMINUB_for_stringop): New.
91869         * sysdeps/x86_64/rawmemchr.S: Update.
91870         Replace with faster SSE2 version.
91871         * sysdeps/x86_64/memrchr.S: New file.
91872         * sysdeps/x86_64/memchr.S: Update.
91873         Replace with faster SSE2 version.
91875 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
91877         * elf/dl-load.c (lose): Add cast to avoid warning.
91879 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
91881         * po/ca.po: Update from translation team.
91883         * inet/getnetgrent_r.c: Hook up nscd.
91884         * nscd/Makefile (routines): Add nscd_netgroup.
91885         (nscd-modules): Add netgroupcache.
91886         (CFLAGS-netgroupcache.c): Define.
91887         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
91888         (cache_search): Add const to second parameter.
91889         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
91890         INNETGR.
91891         (dbs): Add netgrdb entry.
91892         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
91893         (verify_persistent_db): Handle netgrdb.
91894         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
91895         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
91896         GETFDNETGR.
91897         (netgroup_response_header): Define.
91898         (innetgroup_response_header): Define.
91899         (datahead): Add netgroup_response_header and innetgroup_response_header
91900         elements.
91901         * nscd/nscd.conf: Add entries for netgroup cache.
91902         * nscd/nscd.h (dbtype): Add netgrdb.
91903         (_PATH_NSCD_NETGROUP_DB): Define.
91904         (netgroup_iov_disabled): Declare.
91905         (xmalloc, xcalloc, xrealloc): Move declarations here.
91906         (cache_search): Adjust prototype.
91907         Add netgroup-related prototypes.
91908         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
91909         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
91910         (__nscd_innetgr): Declare.
91911         * nscd/selinux.c (perms): Use access_vector_t as element type and
91912         add netgroup-related initializers.
91913         * nscd/netgroupcache.c: New file.
91914         * nscd/nscd_netgroup.c: New file.
91915         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
91916         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
91917         For four parameters use innetgr.
91918         * nss/nss_files/files-init.c: Add definition and callback for netgr.
91919         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
91920         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
91921         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
91923         * nscd/connections.c (register_traced_file): Don't register file
91924         for disabled databases.
91926 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
91928         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
91930         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
91931         from tree and freeing node.
91933 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
91935         * nss/nsswitch.c (__nss_database_lookup): Handle
91936         nss_parse_service_list out of memory case.
91938 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
91940         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
91941         out of memory case.
91943 2011-10-04  Andreas Schwab  <schwab@redhat.com>
91945         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
91946         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
91947         pass it down.
91948         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
91949         elf_machine_rela, elf_machine_lazy_rel.
91950         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
91951         (ELF_DYNAMIC_DO_REL): Likewise.
91952         (ELF_DYNAMIC_DO_RELA): Likewise.
91953         (ELF_DYNAMIC_RELOCATE): Likewise.
91954         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
91955         to ELF_DYNAMIC_DO_REL.
91956         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
91957         (dl_main): In trace mode always set __RTLD_NOIFUNC.
91958         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
91959         elf_machine_rela.
91960         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
91961         skip_ifunc, don't call ifunc function if non-zero.
91962         (elf_machine_rela): Likewise.
91963         (elf_machine_lazy_rel): Likewise.
91964         (elf_machine_lazy_rela): Likewise.
91965         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
91966         (elf_machine_lazy_rel): Likewise.
91967         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
91968         Likewise.
91969         (elf_machine_lazy_rel): Likewise.
91970         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
91971         Likewise.
91972         (elf_machine_lazy_rel): Likewise.
91973         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
91974         (elf_machine_lazy_rel): Likewise.
91975         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
91976         (elf_machine_lazy_rel): Likewise.
91977         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
91978         (elf_machine_lazy_rel): Likewise.
91979         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
91980         (elf_machine_lazy_rel): Likewise.
91981         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
91982         (elf_machine_lazy_rel): Likewise.
91983         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
91984         (elf_machine_lazy_rel): Likewise.
91986 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
91988         * nss/nss_files/files-init.c (_nss_files_init): Use static
91989         initialization for all the *_traced_file variables.
91991 2011-09-28  Andreas Schwab  <schwab@redhat.com>
91993         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
91995 2011-09-27  Roland McGrath  <roland@hack.frob.com>
91997         [BZ #13226]
91998         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
92000 2011-09-27  Andreas Schwab  <schwab@redhat.com>
92002         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
92003         Reread the line before reparsing it.
92005 2011-09-26  Andreas Schwab  <schwab@redhat.com>
92007         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
92009 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
92010             Maxim Kuvyrkov  <maxim@codesourcery.com>
92011             Joseph Myers  <joseph@codesourcery.com>
92013         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
92014         if needed for __stack_chk_guard.
92016 2011-09-19  Roland McGrath  <roland@hack.frob.com>
92018         * sysdeps/posix/spawni.c (script_execute): Always define it.
92019         It will be optimized away if unused.
92020         (maybe_script_execute): New function.
92021         (__spawni): Call it.
92023         * Makerules: Don't include tls.make.
92024         (config-tls): Always set to thread.
92025         * tls.make.c: File removed.
92027 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
92029         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
92030         * config.make.in (CPPFLAGS-config): New substituted variable.
92032 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
92034         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
92036         [BZ #13192]
92037         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
92038         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
92040 2011-09-15  Roland McGrath  <roland@hack.frob.com>
92042         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
92043         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
92044         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
92045         (CALL_FAIL): Likewise.
92046         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
92047         (CALL_FAIL): Macro removed.
92048         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
92050 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
92052         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
92053         for __FINITE_MATH_ONLY__ == 1.
92055 2011-09-15  Andreas Schwab  <schwab@redhat.com>
92057         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
92058         __ieee754_sqrt instead of sqrt.
92059         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
92060         __ieee754_sqrtf instead of sqrtf.
92061         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
92062         __floorf instead of floorf.
92063         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
92064         __floorf, __truncf instead of floorf, truncf.
92066 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
92068         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
92070         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
92071         __extern_always_inline.
92072         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
92073         32-bit.
92075 2011-09-14  Andreas Schwab  <schwab@redhat.com>
92077         * elf/rtld.c (dl_main): Also relocate in dependency order when
92078         doing symbol dependency testing.
92080 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
92082         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
92083         Always define `refsym'.
92085 2011-09-13  Andreas Schwab  <schwab@redhat.com>
92087         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
92088         (__FD_ELT): Renamed from __FDELT.
92089         * misc/bits/select2.h (__FD_ELT): Likewise.
92090         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
92091         __FD_MASK instead of __FDELT, __FDMASK.
92092         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
92093         Likewise.
92094         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
92095         Likewise.
92097         * elf/Makefile (gen-ldd): Fix pattern.
92099         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
92100         (init_tls): Likewise.
92102 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
92104         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
92106 2011-09-12  Andreas Schwab  <schwab@redhat.com>
92108         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
92109         `struct cmsghdr *' instead of `void *'.
92110         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
92111         Likewise.
92113 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
92115         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
92116         if non-absolute.
92117         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
92118         ldd_rewrite_script.
92120 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
92122         * configure.in: Remove --with-tls option.
92123         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
92124         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
92125         out in case it is missing.
92126         * sysdeps/ia64/elf/configure.in: Likewise.
92127         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
92128         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
92129         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
92130         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
92131         * sysdeps/sh/elf/configure.in: Likewise.
92132         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
92133         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
92134         * sysdeps/x86_64/elf/configure.in: Likewise.
92135         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
92136         * sysdeps/mach/hurd/tls.h: Likewise.
92138         [BZ #13067]
92139         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
92141         [BZ #13090]
92142         * configure.in: Fix use of AC_INIT.
92144         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
92146 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
92148         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
92149         __set_errno.
92150         * malloc/hooks.c: Likewise.
92152         [BZ #11929]
92153         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
92154         variables statically.
92155         (narenas): Initialize.
92156         (list_lock): Initialize.
92157         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
92158         initializtion of main_arena and list_lock.  Small cleanups.
92159         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
92160         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
92161         Add initializers to main_arena and mp_.
92162         (malloc_state): Remove pagesize member.  Change all users to use
92163         GLRO(dl_pagesize).
92165         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
92166         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
92167         is always initialized.
92169         * malloc/malloc.c: Removed unused configurations and dead code.
92170         * malloc/arena.c: Likewise.
92171         * malloc/hooks.c: Likewise.
92172         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
92174         * include/tls.h: Removed.  USE___THREAD must always be defined.
92175         * bits/libc-tsd.h: Don't handle !USE___THREAD.
92176         * elf/dl-libc.c: Likewise.
92177         * elf/dl-tsd.c: Likewise.
92178         * include/errno.h: Likewise.
92179         * include/netdb.h: Likewise.
92180         * include/resolv.h: Likewise.
92181         * inet/herrno-loc.c: Likewise.
92182         * inet/herrno.c: Likewise.
92183         * malloc/arena.c: Likewise.
92184         * malloc/hooks.c: Likewise.
92185         * malloc/malloc.c: Likewise.
92186         * resolv/res-state.c: Likewise.
92187         * resolv/res_libc.c: Likewise.
92188         * sysdeps/i386/dl-machine.h: Likewise.
92189         * sysdeps/ia64/dl-machine.h: Likewise.
92190         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
92191         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
92192         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
92193         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
92194         * sysdeps/sh/dl-machine.h: Likewise.
92195         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
92196         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
92197         * sysdeps/unix/i386/sysdep.S: Likewise.
92198         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
92199         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
92200         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
92201         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
92202         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
92203         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
92204         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
92205         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
92206         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
92207         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
92208         * sysdeps/unix/x86_64/sysdep.S: Likewise.
92209         * sysdeps/x86_64/dl-machine.h: Likewise.
92210         * tls.make.c: Likewise.
92212         * configure.in: Remove --with-__thread option.  Make tests for
92213         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
92214         tls_model attribute fail if no support is available.  Remove
92215         USE_IN_LIBIO.
92216         * Makeconfig: Adjust for dropped configure option.  All features are
92217         now mandatory.
92218         * Makerules: Likewise.
92219         * Versions.def: Likewise.
92220         * argp/argp-fmtstream.c: Likewise.
92221         * argp/argp-fmtstream.h: Likewise.
92222         * argp/argp-help.c: Likewise.
92223         * assert/assert.c: Likewise.
92224         * config.h.in: Likewise.
92225         * config.make.in: Likewise.
92226         * configure: Likewise.
92227         * configure.in: Likewise.
92228         * csu/Versions: Likewise.
92229         * csu/init.c: Likewise.
92230         * elf/tst-audit2.c: Likewise.
92231         * elf/tst-tls10.c: Likewise.
92232         * elf/tst-tls10.h: Likewise.
92233         * elf/tst-tls11.c: Likewise.
92234         * elf/tst-tls12.c: Likewise.
92235         * elf/tst-tls14.c: Likewise.
92236         * elf/tst-tlsmod11.c: Likewise.
92237         * elf/tst-tlsmod12.c: Likewise.
92238         * elf/tst-tlsmod13.c: Likewise.
92239         * elf/tst-tlsmod13a.c: Likewise.
92240         * elf/tst-tlsmod14a.c: Likewise.
92241         * elf/tst-tlsmod15b.c: Likewise.
92242         * elf/tst-tlsmod16a.c: Likewise.
92243         * elf/tst-tlsmod16b.c: Likewise.
92244         * elf/tst-tlsmod7.c: Likewise.
92245         * elf/tst-tlsmod8.c: Likewise.
92246         * elf/tst-tlsmod9.c: Likewise.
92247         * gmon/gmon.c: Likewise.
92248         * grp/fgetgrent_r.c: Likewise.
92249         * grp/putgrent.c: Likewise.
92250         * hurd/fopenport.c: Likewise.
92251         * include/libc-symbols.h: Likewise.
92252         * include/tls.h: Likewise.
92253         * intl/gettextP.h: Likewise.
92254         * intl/loadinfo.h: Likewise.
92255         * locale/global-locale.c: Likewise.
92256         * locale/localeinfo.h: Likewise.
92257         * mach/devstream.c: Likewise.
92258         * malloc/arena.c: Likewise.
92259         * malloc/set-freeres.c: Likewise.
92260         * misc/err.c: Likewise.
92261         * misc/getttyent.c: Likewise.
92262         * misc/mntent_r.c: Likewise.
92263         * posix/getopt.c: Likewise.
92264         * posix/wordexp.c: Likewise.
92265         * pwd/fgetpwent_r.c: Likewise.
92266         * resolv/Versions: Likewise.
92267         * resolv/res_hconf.c: Likewise.
92268         * shadow/fgetspent_r.c: Likewise.
92269         * shadow/putspent.c: Likewise.
92270         * stdio-common/printf_fphex.c: Likewise.
92271         * stdio-common/tmpfile.c: Likewise.
92272         * stdlib/abort.c: Likewise.
92273         * stdlib/fmtmsg.c: Likewise.
92274         * sunrpc/auth_unix.c: Likewise.
92275         * sunrpc/clnt_perr.c: Likewise.
92276         * sunrpc/clnt_tcp.c: Likewise.
92277         * sunrpc/clnt_udp.c: Likewise.
92278         * sunrpc/clnt_unix.c: Likewise.
92279         * sunrpc/openchild.c: Likewise.
92280         * sunrpc/svc_simple.c: Likewise.
92281         * sunrpc/svc_tcp.c: Likewise.
92282         * sunrpc/svc_udp.c: Likewise.
92283         * sunrpc/svc_unix.c: Likewise.
92284         * sunrpc/xdr.c: Likewise.
92285         * sunrpc/xdr_array.c: Likewise.
92286         * sunrpc/xdr_rec.c: Likewise.
92287         * sunrpc/xdr_ref.c: Likewise.
92288         * sunrpc/xdr_stdio.c: Likewise.
92290 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
92292         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
92294 2011-07-03  Andreas Jaeger  <aj@suse.de>
92296         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
92297         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
92298         regenerate with gen-libm-tests.pl.
92300 2010-05-12  Petr Baudis  <pasky@suse.cz>
92302         [BZ #11589]
92303         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
92304         around j0() zero points by switching to j1().
92305         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
92306         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
92307         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
92308         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
92310 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
92312         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
92313         instead of 0.
92314         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
92315         instead of 0.
92316         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
92317         Patch in part by Pavel Roskin <proski@gnu.org>.
92319         [BZ #13138]
92320         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
92321         realloc.
92322         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
92323         Free memory block if necessary.
92325         [BZ #12847]
92326         * libio/genops.c (INTDEF): For string streams the _lock pointer can
92327         be NULL.  Don't lock in this case.
92329 2011-09-09  Roland McGrath  <roland@hack.frob.com>
92331         * elf/elf.h (ELFOSABI_GNU): New macro.
92332         (ELFOSABI_LINUX): Define to that.
92334 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
92336         * string/strncat.c (strncat): Undef the symbol in case it has been
92337         defined in bits/string.h.
92339 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
92341         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
92343         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
92344         link map.
92346 2011-08-17  Andreas Jaeger  <aj@suse.de>
92348         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
92350 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
92351             Ian Lance Taylor  <iant@google.com>
92353         * math/libm-test.inc (lround_test): New testcase.
92354         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
92356 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
92358         * Makefile: Remove support for automatic cvs check-ins.
92359         * Makerules: Likewise.
92360         * config.make.in: Likewise.
92361         * configure.in: Likewise.
92362         * intl/Makefile: Likewise.
92363         * locale/Makefile: Likewise.
92364         * po/Makefile: Likewise.
92365         * posix/Makefile: Likewise.
92366         * sysdeps/gnu/Makefile: Likewise.
92367         * sysdeps/mach/hurd/Makefile: Likewise.
92368         * sysdeps/sparc/sparc32/Makefile: Likewise.
92370         [BZ #13118]
92371         * posix/Makefile (bug-regex32-ENV): Define.
92372         Patch by John Stanley <jpsinthemix@verizon.net>.
92374         * misc/Makefile (headers): Add bits/select2.h.
92375         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
92376         * misc/bits/select2.h: New file.
92377         * include/bits/select2.h: New file.
92378         * debug/Makefile (routines): Add fdelt_chk.
92379         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
92380         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
92381         FD_ISSET.
92382         * debug/fdelt_chk.c: New file.
92384         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
92385         * wcsmbs/test-wmemcmp.c: Likewise.
92386         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
92387         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
92389 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
92391         * string/Makefile (strop-tests): Add memcmp.
92392         * string/test-wmemcmp.c: New file.
92393         * string/test-memcmp.c: Add wmemcmp support.
92395 2011-09-08  Roland McGrath  <roland@hack.frob.com>
92397         [BZ #13153]
92398         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
92399         2011-07-19 change.
92401         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
92402         garbage value in a __mach_port_mod_refs call in the cases of the
92403         task-self and thread-self ports.
92405 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
92407         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
92409 2011-09-08  Andreas Schwab  <schwab@redhat.com>
92411         * elf/dl-load.c (lose): Check for non-null L.
92413 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
92415         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
92417         * elf/dl-libc.c (dlerror_run): Pass back error code from
92418         dl_catch_error.
92420         [BZ #13123]
92421         * elf/dl-load.c (lose): Free l_origin if it is valid.
92423         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
92424         names.
92425         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
92426         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
92427         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
92428         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
92429         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
92430         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
92432 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
92434         * sysdeps/powerpc/fpu/e_hypot.c: New file.
92435         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
92436         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
92437         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
92438         * sysdeps/powerpc/fpu/k_cosf.c: New file.
92439         * sysdeps/powerpc/fpu/k_sinf.c: New file.
92440         * sysdeps/powerpc/fpu/s_cosf.c: New file.
92441         * sysdeps/powerpc/fpu/s_sinf.c: New file.
92442         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
92443         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
92445 2011-08-15  Alan Modra  <amodra@gmail.com>
92447         [BZ #13092]
92448         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
92449         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
92450         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
92451         ppc_mcount to static-only-routines.
92452         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
92453         __mcount_internal.
92454         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
92455         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
92457 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
92459         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
92460         for finite and infinity parameters.
92462 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
92464         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
92465         and add nop instructions for throughput optimization.
92466         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
92468 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
92470         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
92471         aligned copy for power7 with vector-scalar instructions.
92472         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
92474 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
92476         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
92477         AVX check.
92479 2011-09-07  Andreas Schwab  <schwab@redhat.com>
92481         [BZ #13144]
92482         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
92483         last change.
92485 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
92487         * sysdeps/unix/sysv/linux/x86_64/init-first.c
92488         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
92489         syscall wrapper around clock_gettime in __vdso_clock_gettime.
92490         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
92491         clock_gettime.
92493 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
92495         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
92496         Forgot to demangle the pointer.
92498         * sysdeps/i386/sysdep.h: Define atom_text_section.
92499         * sysdeps/x86_64/sysdep.h: Likewise.
92500         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
92501         section with atom_text_section.
92502         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
92503         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
92504         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
92505         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
92506         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
92508         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
92509         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
92510         already be defined.  Change to take two parameters and don't assign
92511         result to variable.  Adjust all users.
92512         Define INTERNAL_GETTIME if not already defined.
92513         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
92514         call.
92515         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
92516         HAVE_CLOCK_GETTIME_VSYSCALL.
92517         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
92519         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
92520         gettimeofday vsyscall, just use time.
92522 2011-09-06  Andreas Schwab  <schwab@redhat.com>
92524         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
92525         <errno.h>.
92527 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
92529         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
92530         syscall on x86-64.
92531         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
92532         syscall.
92533         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
92534         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
92535         syscall if possible.
92537 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
92539         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
92540         e_ident.  Don't pass to find_mapsXX.
92541         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
92543 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
92545         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
92546         strchr-sse2-no-bsf strrchr-sse2-no-bsf
92547         * sysdeps/x86_64/multiarch/strchr.S: Update.
92548         Check bit_slow_BSF bit.
92549         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
92550         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
92551         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
92553 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
92555         [BZ #13134]
92556         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
92557         before glibc 2.15.
92558         (tryshell): Define.
92559         (__spawni): Change last parameter to be flag.  Test
92560         SPAWN_XFLAGS_USE_PATH flag to use path or not.
92561         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
92562         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
92563         * posix/spawni.c: Likewise.
92564         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
92565         * posix/spawnp.c: Likewise.  Change normal version to use
92566         SPAWN_XFLAGS_USE_PATH.
92567         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
92568         SPAWN_XFLAGS_TRY_SHELL.
92570         [BZ #13150]
92571         * posix/glob.h: Remove gcc 1.x support.
92573         [BZ #13068]
92574         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
92576 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
92578         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
92579         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
92580         strrchr-sse2-bsf
92581         * sysdeps/i386/i686/multiarch/strchr.S: New file.
92582         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
92583         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
92584         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
92585         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
92586         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
92588 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
92590         * sysdeps/x86_64/wcscmp.S: New file.
92592         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
92593         wcscmp-c wcscmp-sse2
92594         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
92595         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
92596         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
92597         * wcsmbs/wcscmp.c: Allow renaming.
92599 2011-09-05  David S. Miller  <davem@davemloft.net>
92601         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
92602         stack slot, rather than the struct return pointer slot.
92603         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
92604         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
92605         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
92606         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
92608 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
92610         * po/ja.po: Update from translation team.
92612         [BZ #13144]
92613         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
92614         kernel in 64-bit binaries.
92616 2011-09-01  David S. Miller  <davem@davemloft.net>
92618         * elf/elf.h (HWCAP_SPARC_*): Move to..
92619         * sysdeps/sparc/sysdep.h: this new file and add new values.
92620         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
92621         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
92622         _DL_HWCAP_COUNT to 24.
92623         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
92624         entries.
92625         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
92626         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
92627         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
92628         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
92629         instead of magic constants.
92630         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
92632 2011-08-31  David S. Miller  <davem@davemloft.net>
92634         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
92635         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
92636         Reimplement to do errno handling inline.
92637         (SYSCALL_ERROR_HANDLER): New macro.
92638         (__SYSCALL_STRING): Do not do errno handling in asm.
92639         (__CLONE_SYSCALL_STRING): Delete.
92640         (__INTERNAL_SYSCALL_STRING): Delete.
92641         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
92642         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
92643         (PSEUDO): Reimplement to do errno handling inline.
92644         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
92645         (SYSCALL_ERROR_HANDLER): New macro.
92646         (__SYSCALL_STRING): Do not do errno handling in asm.
92647         (__CLONE_SYSCALL_STRING): Delete.
92648         (__INTERNAL_SYSCALL_STRING): Delete.
92649         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
92650         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
92651         i386.
92652         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
92653         (inline_syscall*): Add 'err' argument.
92654         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
92655         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
92656         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
92657         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
92659         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
92660         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
92662 2011-08-30  Andreas Schwab  <schwab@redhat.com>
92664         * elf/rtld.c (dl_main): Relocate objects in dependency order.
92666 2011-08-29  Jiri Olsa <jolsa@redhat.com>
92668         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
92669         directive.
92671 2011-08-24  David S. Miller  <davem@davemloft.net>
92673         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
92675 2011-08-24  Andreas Schwab  <schwab@redhat.com>
92677         * elf/Makefile: Add rules to build and run unload8 test.
92678         * elf/unload8.c: New file.
92679         * elf/unload8mod1.c: New file.
92680         * elf/unload8mod1x.c: New file.
92681         * elf/unload8mod2.c: New file.
92682         * elf/unload8mod3.c: New file.
92684         * elf/dl-close.c (_dl_close_worker): Reset private search list if
92685         it wasn't used.
92687 2011-08-23  David S. Miller  <davem@davemloft.net>
92689         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
92690         subtract stack bias.
92691         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
92692         %sp not %fp in calculations.
92693         (_JMPBUF_UNWINDS_ADJ): Likewise.
92695         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
92696         (aio_suspend): Call it to force an exception region around the
92697         AIO_MISC_WAIT() invocation.
92699 2011-08-23  Andreas Schwab  <schwab@redhat.com>
92701         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
92702         backslash.
92704 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
92706         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
92707         protection macro.
92708         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
92709         and <dl-machine.h>.
92710         (Elf64_FuncDesc): Remove.
92712 2011-08-22  David S. Miller  <davem@davemloft.net>
92714         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
92715         sigaltstack check, add missing cfi directives.
92716         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
92717         missing cfi directives, and sigaltstack handling.
92719 2011-08-16  Andreas Schwab  <schwab@redhat.com>
92721         [BZ #11724]
92722         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
92723         object is seen twice.
92724         * elf/dl-fini.c (_dl_sort_fini): Likewise.
92726         * elf/Makefile (distribute): Add tst-initorder2.c.
92727         (tests): Add tst-initorder2.
92728         (modules-names): Add tst-initorder2a tst-initorder2b
92729         tst-initorder2c tst-initorder2d.  Add rules to build them.
92730         ($(objpfx)tst-initorder2.out): New rule.
92731         * elf/tst-initorder2.c: New file.
92732         * elf/tst-initorder2.exp: New file.
92734 2011-08-22  Andreas Schwab  <schwab@redhat.com>
92736         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
92738         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
92739         dependencies back to end of function.
92741         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
92742         $(elfobjdir)/ld.so.
92744 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
92746         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
92747         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
92748         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
92749         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
92750         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
92751         of __vdso_gettimeofday.
92752         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
92753         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
92754         attribute_hidden.
92755         (_libc_vdso_platform_setup): Remove initialization of
92756         __vdso_gettimeofday and __vdso_time.
92758 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
92760         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
92761         and fgetc_unlocked.
92762         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
92763         getc_unlocked.
92765         * elf/dl-open.c (add_to_global): Report additions to the global scope
92766         for LD_DEBUG=scopes.
92767         (dl_open_worker): Also print scope of newly loaded dependencies.
92768         (_dl_show_scope): Indicate if there is no scope.
92770         [BZ #13114]
92771         * stdio-common/Makefile (tests): Add bug24.
92772         * stdio-common/bug24.c: New file.
92774 2011-08-19  Andreas Jaeger  <aj@suse.de>
92776         [BZ #13114]
92777         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
92778         non-existant file when using close-on-exec mode.
92780 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
92782         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
92783         the very first instruction.
92785         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
92786         the CFI state in the end.
92787         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
92788         inclusion of dl-trampoline.h.
92789         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
92791 2011-08-19  Andreas Schwab  <schwab@redhat.com>
92793         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
92794         expectations for long double.
92796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
92797         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
92799 2011-08-14  David S. Miller  <davem@davemloft.net>
92801         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
92802         artificual limit depends upon the system page size.
92804 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
92806         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
92807         * resolv/Makefile: Define CFLAGS-libresolv.
92809 2011-08-17  Andreas Schwab  <schwab@redhat.com>
92811         * nss/makedb.c (compute_tables): Make variables used in nested
92812         function static.
92814 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
92816         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
92817         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
92818         if buffer was too small.
92820         * elf/pldd.c (main): Attach to all threads in the process.
92821         Rewrite /proc handling to use *at functions.
92823 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
92825         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
92826         specifies first scope to show.
92827         (dl_open_worker): Update callers.  Move printing scope of new
92828         object to before the relocation.
92829         * elf/rtld.c (dl_main): Update _dl_show_scope call.
92830         * sysdeps/generic/ldsodefs.h: Update declaration.
92832         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
92833         string for the scope number.
92835 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
92837         * nscd/servicescache.c (cache_addserv): Make sure written is always
92838         initialized.
92840 2011-08-14  Roland McGrath  <roland@hack.frob.com>
92842         * sysdeps/i386/i486/bits/atomic.h
92843         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
92844         statement expression, so as to suppress "set but not used" warning.
92845         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
92847         * string/strncat.c (STRNCAT): Use prototype definition.
92849         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
92850         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
92851         -Iprograms here.
92852         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
92853         (localedef-modules): Add localedef.
92854         (locale-modules): Add locale.
92856         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
92857         * elf/rtld.c (dl_main): Invert order of assignment in last change,
92858         to avoid a warning.
92860 2011-08-14  David S. Miller  <davem@davemloft.net>
92862         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
92863         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
92865 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
92867         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
92868         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
92869         * elf/rtld.c (dl_main): Set l_name of vDSO.
92870         Call _dl_show_scope when DL_DEBUG_SCOPES.
92871         (process_dl_debug): Recognize scopes flag and also set it for all.
92872         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
92873         Declare _dl_show_scope.
92875         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
92876         (do_dlopen): Pass caller_dlopen to dl_open.
92877         (__libc_dlopen_mode): Initialize caller_dlopen.
92879         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
92880         of libc.  Make tolower call locale-independent.  Optimize a bit by
92881         using isdigit instead of isalnum.
92882         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
92884 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
92886         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
92887         was a dependency or dynamically loaded.
92889 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
92891         * intl/l10nflist.c: Allow architecture-specific pop function.
92892         * sysdeps/x86_64/l10nflist.c: New file.
92894         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
92895         classification.
92897 2011-08-10  Andreas Schwab  <schwab@redhat.com>
92899         * include/dirent.h: Add libc_hidden_proto for scandirat and
92900         scandirat64.  Don't declare __scandirat64.
92901         * dirent/scandirat.c: Add libc_hidden_def.
92902         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
92903         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
92905 2011-08-10  David S. Miller  <davem@davemloft.net>
92907         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
92908         enum.
92909         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
92910         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
92911         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
92913 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
92915         * Versions.def [libc]: Add GLIBC_2.15.
92916         * dirent/Makefile (routines): Add scandirat and scandirat64.
92917         * dirent/Versions [libc]: Export scandirat and scandirat64 for
92918         GLIBC_2.15.
92919         * dirent/dirent.h: Declare scandirat and scandirat64.
92920         * dirent/scandirat.c: New file.
92921         * dirent/scandirat64.c: New file.
92922         * sysdeps/wordsize-64/scandirat.c: New file.
92923         * sysdeps/wordsize-64/scandirat64.c: New file.
92924         * dirent/opendir.c: Define opendirat.
92925         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
92926         using scandirat.
92927         * dirent/scandir64.c: Adjust for scandir.c change.
92928         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
92929         __scandirat64, and __scandir_cancel_handler.
92930         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
92931         additional parameter and use openat instead of open (outside of ld.so).
92932         Add new __opendir as wrapper around __opendirat.
92933         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
92934         here without requiring old scandirat implementation.
92936 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
92938         * dirent/scandir.c (cancel_handler): Renamed to
92939         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
92940         defined.  Adjust users.
92941         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
92942         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
92944 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
92946         * string/test-string.h (IMPL): Use __STRING to expand name and then
92947         stringify it.
92949         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
92950         of cleanups.
92952 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
92954         * string/Makefile: Update.
92955         (strop-tests): Append strncat.
92956         * string/test-wcscmp.c: New file.
92957         New comprehensive test for wcscmp.
92958         * string/test-strcmp.c: Update.
92959         (WIDE): New define.
92961 2011-07-22  Andreas Schwab  <schwab@redhat.com>
92963         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
92964         line.
92966 2011-07-26  Andreas Schwab  <schwab@redhat.com>
92968         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
92969         encoding to ACE if AI_IDN.
92971 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
92973         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
92974         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
92976 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
92978         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
92979         Fix overflow bug in strncat.
92980         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
92982         * string/test-strncat.c: Update.
92983         Add new tests for checking overflow bugs.
92985 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
92987         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
92988         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
92989         * sysdeps/i386/i686/multiarch/strcat.S: New file.
92990         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
92991         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
92992         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
92993         * sysdeps/i386/i686/multiarch/strncat.S: New file.
92994         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
92995         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
92997         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
92998         (USE_AS_STRCAT): Define.
92999         Add strcat and strncat support.
93000         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
93002 2011-07-25  Andreas Schwab  <schwab@redhat.com>
93004         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
93005         __n bigger than INT_MAX+1.
93006         (__strncmp_g): Likewise.
93008 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
93010         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
93011         * libio/stido.h: Likewise.
93013         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
93014         (AF_NFC): Define.
93015         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
93016         (AF_NFC): Define.
93018         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
93019         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
93020         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
93021         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
93022         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
93024         [BZ #13021]
93025         * scripts/test-installation.pl: Don't expect libnss_test1 to be
93026         installed.
93028         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
93029         typo.
93030         (_dl_x86_64_save_sse): Likewise.
93032 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
93034         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
93035         OSXSAVE.
93036         (_dl_x86_64_save_sse): Likewise.
93038         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
93040         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
93042 2011-07-21  Andreas Schwab  <schwab@redhat.com>
93044         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
93045         change.
93046         (_dl_x86_64_save_sse): Use correct AVX check.
93048 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
93050         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
93051         bug in strncpy/strncat.
93052         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
93054 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
93056         * string/tester.c (test_strcat): Add tests for different alignments
93057         of source and destination.
93058         (test_strncat): Likewise.
93060 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
93062         [BZ #12852]
93063         * posix/glob.c (glob): Check passed in values before using them in
93064         expressions to avoid some overflows.
93065         (glob_in_dir): Likewise.
93067         [BZ #13007]
93068         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
93069         check for AVX enablement so that we don't crash with old kernels and
93070         new hardware.
93071         * elf/tst-audit4.c: Add same checks here.
93072         * elf/tst-audit6.c: Likewise.
93074         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
93076 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
93078         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
93080 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
93082         * po/cs.po: Update from translation team.
93083         * po/bg.po: Likewise.
93085 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
93087         * misc/sys/cdefs.h: Add support for const attribute.
93088         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
93089         to gnu_dev_{major,minor,makedev} functions.
93091 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
93093         * intl/dcigettext.c (get_output_charset): Add missing bracket.
93095 2011-07-20  Andreas Schwab  <schwab@redhat.com>
93097         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
93098         strlen results.
93100 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
93102         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
93103         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
93104         register in order to avoid conflicts with the soft frame pointer
93105         being held in r11 when necessary.
93106         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
93107         (INTERNAL_VSYSCALL_NCS): Likewise.
93109 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
93111         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
93112         * elf/dl-fini.c (_dl_fini): Adjust caller.
93113         * elf/dl-close.c (_dl_close_worker): Likewise.
93114         * sysdeps/generic/ldsodefs.h: Adjust declaration.
93116 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
93118         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
93119         "aux_cache->nlibs < 0".
93121         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
93122         in the reload-count case.
93124 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
93126         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
93127         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
93128         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
93129         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
93130         * sysdeps/x86_64/multiarch/strcat.S: New file.
93131         * sysdeps/x86_64/multiarch/strncat.S: New file.
93132         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
93133         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
93134         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
93135         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
93136         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
93137         (USE_AS_STRCAT): Define.
93138         Add strcat and strncat support.
93139         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
93140         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
93141         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
93142         * string/strncat.c: Update.
93143         (USE_AS_STRNCAT): Define.
93144         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
93145         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
93146         and i7.
93147         * sysdeps/x86_64/multiarch/init-arch.h
93148         (bit_Prefer_PMINUB_for_stringop): New.
93149         (index_Prefer_PMINUB_for_stringop): Likewise.
93150         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
93151         bit_Prefer_PMINUB_for_stringop.
93153 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
93155         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
93156         buffer64.
93157         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
93158         of casting of buffer.
93159         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
93160         buffer32 and buffer64.
93161         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
93162         writes instead of casting of buffer.
93163         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
93164         buffer32.
93165         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
93166         casting of buffer.
93168 2011-07-19  Andreas Schwab  <schwab@redhat.com>
93170         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
93172 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
93174         * nscd/nscd.c (termination_handler): Don't do anything for a database
93175         if it has not yet been initialized.
93177 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
93179         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
93181 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
93183         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
93185 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
93187         * po/nl.po: Update from translation team.
93188         * po/sv.po: Likewise.
93190 2011-07-16  Roland McGrath  <roland@hack.frob.com>
93192         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
93193         now disallowed by GCC.
93195         * configure.in (use-default-link): Default to yes if a test -shared
93196         link meets our qualifications.
93197         * configure: Regenerated.
93199         * config.make.in (output-format): New variable.
93200         * configure.in: Check for ld --print-output-format support.
93201         * configure: Regenerated.
93202         * Makerules ($(common-objpfx)format.lds)
93203         [$(output-format) != unknown]: Just use $(output-format),
93204         instead of the linker-script munging.
93206 2011-07-14  Roland McGrath  <roland@hack.frob.com>
93208         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
93209         of $(common-objpfx)shlib.lds.
93210         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
93212         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
93213         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
93215         * configure.in (-z relro check): Adjust test code to add a large
93216         writable data section after it.
93217         * configure: Regenerated.
93219 2011-07-11  Roland McGrath  <roland@hack.frob.com>
93221         * configure.in (-z relro check): Fix test code to make the variable
93222         truly const.
93223         * configure: Regenerated.
93225 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
93227         * nscd/nscd.h (struct traced_file): Define.
93228         (struct database_dyn): Remove inotify_descr, reset_res, and filename
93229         elements.  Add traced_files.
93230         (inotify_fd): Declare.
93231         (register_traced_file): Declare.
93232         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
93233         (inotify_fd): Export.
93234         (resolv_conf_descr): Remove.
93235         (nscd_init): Move inotify descriptor creation to main.
93236         Don't register files for notification here.
93237         (register_traced_file): New function.
93238         (invalidate_cache): Don't use reset_res to determine whether to call
93239         res_init, go through the list of registered files.
93240         (main_loop_poll): The inotify descriptors are now stored in the
93241         structures for the traced files.
93242         (main_loop_epoll): Likewise.
93243         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
93244         to __nss_disable_nscd.
93245         * nscd/cache.c (prune_cache): There is no single inotify descriptor
93246         for a database anymore.  Check the records for all the registered
93247         files instead.
93248         * nss/Makefile (libnss_files-routines): Add files-init.
93249         (libnss_db-routines): Add db-init.
93250         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
93251         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
93252         * nss/nss_db/db-init.c: New file.
93253         * nss/nss_files/files-init.c: New file.
93254         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
93255         __nss_lookup_function.
93256         (__nss_lookup_function): Call nss_load_library.
93257         (nss_load_all_libraries): New function.
93258         (__nss_disable_nscd): Take parameter with callback function for files
93259         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
93260         used for the cached services.
93261         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
93262         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
93263         options for features to all the files in nscd.
93265         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
93267 2011-07-10  Roland McGrath  <roland@hack.frob.com>
93269         * csu/elf-init.c (__libc_csu_init): Comment typo.
93271 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
93273         * po/pl.po: Update from translation team.
93274         * po/ja.po: Likewise.
93275         * po/ru.po: Likewise.
93276         * po/ko.po: Likewise.
93277         * po/fr.po: Likewise.
93279 2011-07-09  Roland McGrath  <roland@hack.frob.com>
93281         * configure.in (.ctors/.dtors header and trailer check):
93282         Use an empirical test on a built program.
93283         * configure: Regenerated.
93285         * configure.in (-z relro check): Use an empirical test on a built DSO.
93286         Detect, but do not require, on ia64.
93287         * configure: Regenerated.
93289         * configure.in (READELF): Find it with AC_CHECK_TOOL.
93290         Update tests that use readelf to use $READELF instead.
93291         * configure: Regenerated.
93293 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
93295         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
93296         if the result is not used.
93298 2011-07-05  Andreas Jaeger  <aj@suse.de>
93300         [BZ #9696]
93301         * stdlib/tst-strtod.c: Add testcase.
93303 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
93305         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
93306         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
93307         The latter has a higher limit.  Take additional parameter to pass to
93308         the new function.
93309         (__pathconf): Pass file to __statfs_link_max.
93310         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
93311         __statfs_link_max.
93312         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
93313         __statfs_link_max.
93315         [BZ #12868]
93316         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
93317         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
93318         Handle Lustre.
93319         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
93320         (__statfs_filesize_max): Likewise.
93321         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
93323 2011-07-05  Andreas Jaeger  <aj@suse.de>
93325         * resolv/res_comp.c (dn_skipname): Remove unused variable.
93327 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
93329         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
93330         `status' variable.
93331         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
93332         Likewise.
93334 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
93336         * Makefile (strop-tests): Add strncat.
93337         * string/test-strncat.c: New file.
93339 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
93341         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
93343 2011-06-21  Andreas Jaeger  <aj@suse.de>
93345         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
93346         Copy rule from iconvdata/Makefile.
93348 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
93350         [BZ #12922]
93351         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
93352         but no long options are defined, just return 'W'.
93354 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
93356         [BZ #9696]
93357         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
93359 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
93361         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
93362         netgroups to read.
93363         (innetgr): Likewise.
93365 2011-07-05  Roland McGrath  <roland@hack.frob.com>
93367         * config.make.in (install_root): Default to $(DESTDIR).
93369 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
93371         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
93373 2011-07-02  Roland McGrath  <roland@hack.frob.com>
93375         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
93377         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
93378         containing directory rather than embedding absolute directory names.
93380         * scripts/check-local-headers.sh: Rewritten using awk.
93381         Match by word, not by line.  Print error messages for matches.
93382         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
93384         * Makerules [shlib-lds-flags empty]:
93385         ($(common-objpfx)libc_pic.opts): New target.
93386         ($(common-objpfx)libc_pic.os.clean): New target.
93387         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
93389         * config.make.in (OBJCOPY): New variable.
93390         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
93391         * configure: Regenerated.
93393         * config.make.in (use-default-link): New variable.
93394         * configure.in (use_default_link): Grok --with-default-link to set it.
93395         * configure: Regenerated.
93396         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
93397         (shlib-lds, shlib-lds-flags): Define to empty.
93399         * Makerules (shlib-lds): New variable.
93400         (shlib-lds-flags): New variable.
93401         (build-shlib, build-moduile, build-module-asneeded): Use it.
93402         ($(common-objpfx)libc.so): Use $(shlib-lds).
93403         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
93404         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
93406         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
93407         DT_FLAGS/DT_FLAGS_1 with zero flags.
93409         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
93410         linker script munging.
93412 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
93414         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
93415         as 128-bit value.
93416         * crypt/sha512.c (sha512_process_block): Perform total addition using
93417         128-bit if possible.
93418         (__sha512_finish_ctx): Likewise.
93419         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
93420         as 64-bit value.
93421         * crypt/sha256.c (SWAP64): Define.
93422         (sha256_process_block): Perform total addition using 64-bit if
93423         possible.
93424         (__sha256_finish_ctx): Likewise.
93426 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
93428         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
93429         * nscd/initgrcache.c (addinitgroupsX): Likewise.
93430         * nscd/hstcache.c (cache_addhst): Likewise.
93431         * nscd/grpcache.c (cache_addgr): Likewise.
93432         * nscd/aicache.c (addhstaiX): Likewise.
93433         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
93435 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
93437         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
93438         * nscd/initgrcache.c (addinitgroupsX): Likewise.
93439         * nscd/hstcache.c (cache_addhst): Likewise.
93440         * nscd/grpcache.c (cache_addgr): Likewise.
93441         * nscd/aicache.c (addhstaiX): Likewise.
93443 2011-07-01  Andreas Schwab  <schwab@redhat.com>
93445         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
93446         domain only when needed.
93448 2011-06-30  Andreas Schwab  <schwab@redhat.com>
93450         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
93451         is always restored.
93453 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
93455         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
93456         are re-adding the entry.
93457         * nscd/servicescache.c (cache_addserv): Likewise.
93459 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
93461         * sysdeps/generic/dl-irel.h: fix protection against multiple
93462         inclusions.
93463         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
93465 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
93467         [BZ #12935]
93468         * malloc/memusage.sh: Fix quoting in message.
93469         * debug/xtrace.sh: Likewise.
93471         * configure.in: Remove support for --experimental-malloc option, make
93472         it the default.
93473         * config.make.in: Likewise.
93474         * malloc/Makefile: Likewise.
93476 2011-06-27  Andreas Schwab  <schwab@redhat.com>
93478         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
93479         two-byte characters.
93481 2011-06-27  Roland McGrath  <roland@hack.frob.com>
93483         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
93484         AC_CACHE_CHECK invocation.
93485         * configure: Regenerated.
93487         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
93489 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
93491         [BZ #12350]
93492         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
93493         bit from old_res_options.
93495         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
93497         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
93498         value type for setfct.
93500 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
93502         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
93503         __gettimeofday instead of gettimeofday.
93505 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
93507         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
93509 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
93511         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
93513         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
93514         info.
93516 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
93518         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
93519         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
93520         strcpy-sse2-unaligned strncpy-sse2-unaligned
93521         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
93522         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
93523         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
93524         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
93525         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
93526         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
93527         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
93528         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
93529         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
93530         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
93531         (STRCPY): Support SSE2 and SSSE3 versions.
93533 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
93535         [BZ #12874]
93536         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
93537         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
93538         kernels which artificially limit size of requests.
93540 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
93542         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
93543         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
93544         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
93545         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
93546         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
93547         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
93548         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
93549         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
93550         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
93551         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
93552         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
93553         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
93554         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
93555         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
93556         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
93557         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
93558         Enable unaligned load optimization for Intel Core i3, i5 and i7
93559         processors.
93560         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
93561         Define.
93562         (index_Fast_Unaligned_Load): Define.
93563         (HAS_FAST_UNALIGNED_LOAD): Define.
93565 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
93567         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
93569 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
93571         [BZ #12907]
93572         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
93573         until it is clear that the information is realy needed.
93574         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
93576 2011-06-22  Andreas Schwab  <schwab@redhat.com>
93578         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
93580 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
93582         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
93583         /sys/devices/system/cpu/online if it is usable.
93585         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
93586         reading the information from the /proc filesystem to once a second.
93588 2011-06-21  Andreas Jaeger  <aj@suse.de>
93590         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
93591         NULL after inclusion of kernel headers.
93593 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
93595         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
93596         calls to internal_setent.
93598         [BZ #12885]
93599         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
93600         addresses using gethostbyname4_r ignore IPv4 addresses.
93602         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
93603         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
93605         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
93607 2011-06-20  David S. Miller  <davem@davemloft.net>
93609         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
93610         inclusions.
93611         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
93613         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
93614         (elf_irel): Use it.
93615         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
93616         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
93617         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
93618         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
93619         * sysdeps/x86_64/dl-irel.h: Likewise.
93621         * elf/dl-runtime.c: Use elf_ifunc_invoke.
93622         * elf/dl-sym.c: Likewise.
93624 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
93626         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
93627         need to dereference resplen2.
93629 2011-06-14  Andreas Schwab  <schwab@redhat.com>
93631         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
93633 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
93635         * Makeconfig: Define vardbdir and inst_vardbdir.
93636         * nss/Makefile: Add rules to install db-Makefile.
93638         * nss/nss_db/db-XXX.c: Cleanup.
93640         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
93641         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
93642         GLIBC_PRIVATE.
93643         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
93644         * nss/makedb.c: Implement -g option to specify that value strings
93645         are generated and should not be added to table iterated over for
93646         get*ent calls.
93647         * nss/nss_db/db-initgroups.c: New file.
93649         * nss/getent.c: Add support for initgroups lookups through getgrouplist
93650         interface.
93652         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
93653         (internal_getgrouplist): Adjust to name change.
93654         Update use_initgroups_entry if this is not the first call.
93655         * nss/databases.def: Add initgroups entry.
93657         * nss/makedb.c (compute_tables): Check result of multiple hash table
93658         sizes to minimize maximum chain length.
93660 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
93662         * Versions.def: Add entry for libnss_db.
93663         * shlib-versions: Likewise.
93664         * nss/Makefile: Add rules to build libnss_db.
93665         * nss/Versions: Add libnss_db information.  Organize libnss_files
93666         entries better.
93667         * nss/db-Makefile: Add gshadow support.  Change rules for the new
93668         makedb progra.  Some minor improvements to generate smaller files.
93669         * nss/nss_db/nss_db.h: Move NSS database header data structures to
93670         here from...
93671         * nss/makedb.c: ...here.
93672         Improve database format to be smaller and require less memory at
93673         runtime.
93674         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
93675         db anymore.
93676         * nss/nss_db/db-netgrp.c: Likewise.
93677         * nss/nss_db/db-open.c: Likewise.
93678         * nss/nss_files/flies-XXX.x: Adjust comments.
93679         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
93680         * nss/nss_files/files-grp.c: Likewise.
93681         * nss/nss_files/files-hosts.c: Likewise.
93682         * nss/nss_files/files-network.c: Likewise.
93683         * nss/nss_files/files-proto.c: Likewise.
93684         * nss/nss_files/files-pwd.c: Likewise.
93685         * nss/nss_files/files-rpc.c: Likewise.
93686         * nss/nss_files/files-service.c: Likewise.
93687         * nss/nss_files/files-sgrp.c: Likewise.
93688         * nss/nss_files/files-spwd.c: Likewise.
93689         * nss/nss_db/db-alias.c: Removed.
93690         * nss/nss_db/dummy-db.h: Removed.
93692 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
93694         * nss/makedb.c: Rewritten to not use database library.
93695         * nss/Makefile: Update to build new makedb program.
93697 2011-06-14  Andreas Jaeger  <aj@suse.de>
93699         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
93700         memset declaration.
93702 2011-06-10  Andreas Schwab  <schwab@redhat.com>
93704         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
93705         tmpbuf.
93707 2011-06-10  Roland McGrath  <roland@hack.frob.com>
93709         * Makerules (shlib.lds): Fail if the linker script comes out empty.
93710         * elf/Makefile ($(objpfx)ld.so): Likewise.
93712         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
93713         Don't list ld.so twice in dependencies.
93715         * posix/bug-regex31.c: Include <stdlib.h>.
93717         * nscd/hstcache.c (cache_addhst): Remove unused variable.
93719         * nis/nss_compat/compat-spwd.c
93720         (getspent_next_nss_netgr): Remove unused variable.
93721         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
93723         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
93724         nonmembers" output to use the right array.
93726         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
93728         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
93730         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
93731         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
93732         * catgets/gencat.c (read_input_file): Likewise.
93733         * locale/programs/locarchive.c (enlarge_archive): Likewise.
93735         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
93736         variable definition inside #if's controlling its use.
93738         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
93740         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
93742         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
93744         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
93745         unreachable code.
93747         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
93749         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
93750         * configure: Regenerated.
93752         * Makerules: Revert last change.
93753         * elf/Makefile: Likewise.
93755 2011-06-09  Roland McGrath  <roland@hack.frob.com>
93757         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
93758         * elf/Makefile ($(objpfx)librtld.os): Likewise.
93759         (reloc-link): Likewise.
93761 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
93763         * elf/Makefile: Add rules to build pldd.
93764         * elf/pldd.c: New file.
93765         * elf/pldd-xx.c: New file.
93767 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
93769         * version.h: Update for 2.15 development version.
93771 2011-06-07  David S. Miller  <davem@davemloft.net>
93773         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
93774         ifuncs.
93775         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
93776         elf_machine_lazy_rel): Likewise.
93777         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
93778         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
93779         elf_machine_lazy_rel): Likewise.
93780         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
93781         dl_hwcap via passed in argument.
93782         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
93783         Likewise.
93785 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
93787         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
93789 2011-06-06  Roland McGrath  <roland@hack.frob.com>
93791         [BZ #12849]
93792         * manual/fdl-1.1.texi: New file, verbatim from:
93793         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
93794         * manual/lgpl-2.1.texi: New file, verbatim from:
93795         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
93796         * manual/Makefile (licenses): New variable, list those new file names.
93797         (texis): Use it.
93798         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
93800         * manual/fdl.texi: File removed.
93801         * manual/lesser.texi: File removed.
93802         * manual/libc.texinfo (Copying, Documentation License):
93803         Use new @include file names, put @appendix directive before @include.
93805 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
93807         [BZ #12841]
93808         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
93809         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
93810         (mq_open): Add __NTH.
93812 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
93814         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
93815         Assume Intel Core i3/i5/i7 processor if AVX is available.
93817 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
93819         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
93820         typo.
93822 2011-05-31  Andreas Schwab  <schwab@redhat.com>
93824         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
93825         memory.  Use alloca_account.  Fix memory leak when retrying.
93827 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
93829         * version.h (RELEASE): Bump for 2.14 release.
93830         * include/features.h (__GLIBC_MINOR__): Bump to 14.
93832         * config.make.in (RANLIB): Remove entry.
93834 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
93836         * po/Makefile (po-sed-cmd): Add ksh to extensions.
93837         (libc.pot): Work around missing support for .ksh extension in xgettext.
93839         [BZ #12684]
93840         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
93841         if both request failed.
93842         (send_dg): In case of server errors clear resplen or *resplen2.
93844         [BZ #12454]
93845         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
93846         when there are multiple maps.
93847         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
93848         (_dl_fini): Remove test here.
93850         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
93852 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
93854         [BZ #12350]
93855         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
93856         bit from old_res_options.
93857         (gaih_inet): Likewise.
93859         [BZ #11099]
93860         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
93861         as signed.
93863         * resolv/res_init.c (res_setoptions): Make the code more compact.
93865         [BZ #11558]
93866         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
93867         set RES_USEVC.
93869         [BZ #11634]
93870         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
93872         * malloc/malloc.h: Mark malloc hook variables as deprecated.
93874         [BZ #11781]
93875         * malloc/malloc.h: Declare malloc hook variables as volatile.
93877         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
93878         in last patch.
93880         [BZ #11799]
93881         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
93882         raise in the comment.
93883         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
93884         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
93885         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
93887 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
93889         [BZ #12811]
93890         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
93891         grow the buffers more if it already has to be sufficient.
93892         (build_wcs_upper_buffer): Likewise.
93893         * posix/regexec.c (check_matching): Likewise.
93894         (clean_state_log_if_needed): Likewise.
93895         (extend_buffers): Don't enlarge buffers beyond size of the input
93896         buffer.
93897         Patches mostly by Emil Wojak <emil@wojak.eu>.
93898         * posix/bug-regex32.c: New file.
93899         * posix/Makefile (tests): Add bug-regex32.
93901         * locale/findlocale.c (_nl_find_locale): Return right away if
93902         _nl_explode_name failed.
93903         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
93905         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
93907         * debug/xtrace.sh: Unify messages.
93908         * malloc/memusage.sh: Likewise.
93910         [BZ #12813]
93911         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
93912         time symbol from vDSO.  Substitute with vsyscall if not available.
93913         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
93914         __vdso_time.
93916         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
93917         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
93918         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
93919         Add sendmmsg and internal_sendmmsg.
93920         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
93921         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
93922         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
93924         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
93925         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
93926         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
93928 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
93930         [BZ #12813]
93931         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
93932         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
93933         available.
93934         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
93935         __vdso_getcpu.
93937         [BZ #12814]
93938         * iconvdata/Makefile (tests): Add bug-iconv9.
93939         * iconvdata/bug-iconv9.c: New file.
93941 2011-05-27  Andreas Schwab  <schwab@redhat.com>
93943         [BZ #12814]
93944         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
93946 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
93948         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
93949         (struct user_regs_struct): Change intcs field back to cs.
93951 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
93953         * po/ja.po: Update from translation team.
93955 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
93957         [BZ #12795]
93958         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
93959         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
93961 2011-05-20  Andreas Schwab  <schwab@redhat.com>
93963         * stdlib/longlong.h: Update from GCC.
93965 2011-05-23  Andreas Schwab  <schwab@redhat.com>
93967         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
93968         parameter name.
93969         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
93970         Add parameter name.
93971         (__sysconf): Pass it down.
93973 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
93975         [BZ #12671]
93976         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
93977         some situations.
93978         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
93979         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
93980         add in in __libc_use_alloca calls.  Adjust callers.
93981         (glob): Use malloc in some situations.
93983         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
93984         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
93985         pltexit.
93987 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
93989         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
93990         and CLOCK_BOOTTIME_ALARM.
93992         [BZ #12782]
93993         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
93994         is returned.
93996         * string/_strerror.c (__strerror_r): Print negative errors as signed
93997         numbers.
93999         [BZ #12777]
94000         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
94001         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
94002         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
94004         * configure.in: Fix typo in redirection and correct removal of test
94005         files in two cases.
94007         [BZ #12788]
94008         * locale/setlocale.c (new_composite_name): Fix test to check for
94009         identical name of all categories.
94011         [BZ #12792]
94012         * libio/filedoalloc.c (local_isatty): New function.
94013         (_IO_file_doallocate): Use local_isatty.
94014         * stdio-common/perror.c (perror): In case a new stream is used
94015         forward the stream error.
94016         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
94017         error flag.
94019 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
94021         [BZ #11884]
94022         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
94023         alloca.
94024         * include/alloca.h (extend_alloca_account): Define.
94026         [BZ #11857]
94027         * posix/regex.h: Fix comments with documentation of user-accessible
94028         fields after compilation and describe correct free'ing of pattern
94029         after re_compile_pattern.
94030         Patch by Reuben Thomas <rrt@sc3d.org>.
94032 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
94034         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
94035         and -mno-altivec to prevent the compiler from using Altivec and/or
94036         VSX instructions when the corresponding registers are not available.
94038 2011-05-19  Andreas Schwab  <schwab@redhat.com>
94040         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
94042 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
94044         * libio/freopen.c (freopen): Use __dup2, not dup2.
94045         * libio/freopen64.c (freopen64): Likewise.
94047 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
94049         [BZ #12775]
94050         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
94051         * math/Makefile (tests): Add test-powl.
94052         (CFLAGS-test-powl.c): Define.
94053         * math/test-powl.c: New file.
94055 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
94057         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
94059 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
94061         [BZ #11837]
94062         * iconvdata/gb18030.c: Update to GB18020-2005.
94064 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
94066         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
94067         RE_SYNTAX_POSIX_AWK): Update to match recent development.
94068         Patch by Aharon Robbins <arnold@skeeve.com>.
94070         [BZ #11892]
94071         * stdlib/putenv.c (putenv): Don't always create copy of the variable
94072         on the stack.
94074         [BZ #11895]
94075         * misc/pselect.c (__pselect): Handle timeout value errors hidden
94076         through underflows.
94078         [BZ #12766]
94079         * misc/error.c (error_at_line): Ensure file_name and old_file_name
94080         point to strings before performing equality test for error_one_per_line
94081         mode.
94083         [BZ #11697]
94084         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
94086         [BZ #11820]
94087         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
94088         (struct user_fpregs_struct): Avoid __uint*_t types.
94090         [BZ #6420]
94091         * malloc/mtrace.c (tr_where): Add additional parameter to point to
94092         symbol info.  Use it instead of calling _dl_addr locally.
94093         (lock_and_info): New function.
94094         (tr_freehook): Call lock_and_info and pass symbol info as additional
94095         parameter to tr_where.
94096         (tr_mallochook): Likewise.
94097         (tr_reallochook): Likewise.
94098         (tr_memalignhook): Likewise.
94100         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
94101         used and couldn't be at all thread-safe.
94103 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
94105         * libio/freopen.c (freopen): Don't close old file descriptor
94106         before the new one is opened.  Instead dup the new file descriptor
94107         to the old one after the new stream is created.
94108         * libio/freopen64.c (freopen64): Likewise.
94109         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
94110         * libio/fileops.c (_IO_new_file_close_it): Handle new
94111         _IO_FLAGS2_NOCLOSE flag.
94112         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
94113         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
94114         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
94115         _IO_FLAGS2_NOCLOSE flag.
94116         * include/unistd.h: Add hidden_proto for dup3.
94117         Define __have_dup3.
94118         * io/dup3.c: Define hidden symbol.
94119         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
94121         [BZ #7101]
94122         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
94123         when an incomplete long option is used.
94124         * posix/tst-getopt_long1.c: New file.
94125         * posix/Makefile (tests): Add tst-getopt_long1.
94127         [BZ #10138]
94128         * scripts/config.guess: Update from autoconf-2.68.
94129         * scripts/config.sub: Likewise.
94131         [BZ #10157]
94132         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
94133         tests into ...
94134         (has_cpuclock): ...this.  New function.
94135         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
94136         macro here based on has_cpuclock code.
94138         [BZ #10149]
94139         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
94140         First byte (not low byte) is now always NUL.
94141         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
94143         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
94144         Use non-cancelable interfaces.
94146         [BZ #9809]
94147         * locale/iso-639.def: Add entry for Sorani.
94149         [BZ #11901]
94150         * include/stdlib.h: Move include protection to the right place.
94151         Define abort_msg_s.  Declare __abort_msg with it.
94152         * stdlib/abort.c (__abort_msg): Adjust type.
94153         * assert/assert.c (__assert_fail_base): New function.  Majority
94154         of code from __assert_fail.  Allocate memory for __abort_msg with
94155         mmap.
94156         (__assert_fail): Now call __assert_fail_base.
94157         * assert/assert-perr.c: Remove bulk of implementation.  Use
94158         __assert_fail_base.
94159         * include/assert.hL Declare __assert_fail_base.
94160         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
94161         mmap.
94162         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
94164 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
94166         [BZ #11952]
94167         [BZ #12453]
94168         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
94169         until all modules are registered in the DTV.
94170         * elf/Makefile: Add rules to build and run tst-tls19.
94171         * elf/tst-tls19.c: New file.
94172         * elf/tst-tls19mod1.c: New file.
94173         * elf/tst-tls19mod2.c: New file.
94174         * elf/tst-tls19mod3.c: New file.
94175         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
94177         [BZ #12083]
94178         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
94179         correctly.
94181         [BZ #12601]
94182         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
94183         two-byte sequence errors.
94184         * iconvdata/Makefile (tests): Add bug-iconv8.
94185         * iconvdata/bug-iconv8.c: New file.
94187         [BZ #12626]
94188         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
94189         buf2 definition.
94191         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
94193         [BZ #12432]
94194         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
94195         (dummy_getcfa): New function.
94196         (init): Get _Unwind_GetCFA address, use dummy if not found.
94197         (backtrace_helper): In recursion check, also check whether CFA changes.
94198         (__backtrace): Completely initialize arg.
94200         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
94201         storing incomplete byte sequence in state object.  Avoid testing for
94202         guaranteed too small input if we know there is enough data available.
94204 2011-05-11  Andreas Schwab  <schwab@redhat.com>
94206         * Makeconfig (+link-pie): Indent.
94207         * Rules (binaries-pie): Define if $(have-fpie) and
94208         $(build-shared).
94209         (binaries-shared): Also filter out $(binaries-pie).
94210         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
94211         * nscd/Makefile (others-pie): Add nscd.
94212         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
94213         ($(objpfx)nscd): Remove command override.
94214         * login/Makefile (others-pie): Add pt_chown.
94215         ($(objpfx)pt_chown): Remove command override.
94216         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
94217         remove command overrides.
94219 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
94221         * libio/tst_putwc.c: Fix error messages.
94223         [BZ #12724]
94224         * libio/fileops.c (_IO_new_file_close_it): Always flush when
94225         currently writing and seek to current position when not.
94226         * libio/Makefile (tests): Add bug-fclose1.
94227         * libio/bug-fclose1.c: New file.
94229 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
94231         [BZ #12511]
94232         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
94233         don't set DF_1_NODELETE here.
94234         (do_lookup_x): When entering new entry test for copy relocation
94235         and if necessary set DF_1_NODELETE flag.
94236         * elf/tst-unique4.cc: New file.
94237         * elf/tst-unique4.h: New file.
94238         * elf/tst-unique4lib.cc: New file.
94239         * elf/Makefile: Add rules to build and run tst-unique4.
94240         Patch by Piotr Bury <pbury@goahead.com>.
94242 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
94244         [BZ #12052]
94245         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
94247         [BZ #12625]
94248         * misc/mntent_r.c (addmntent): Flush the stream after the output
94250         [BZ #12393]
94251         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
94252         (is_trusted_path_normalize): Skip initial colon.  Append slash
94253         to empty buffer.  Duplicate is_trusted_path code but allow
94254         constructed patch to be prefix.
94255         (is_dst): Allow $ORIGIN followed by /.
94256         (_dl_dst_substitute): Correct clearing of check_for_trusted.
94257         Correct testing of result of is_trusted_path_normalize
94258         (decompose_rpath): Fix warning.
94260 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
94262         [BZ #11257]
94263         * grp/initgroups.c (internal_getgrouplist): When we found the service
94264         list through the initgroups entry in nsswitch.conf do not always
94265         continue on a successful lookup.  Don't always use the
94266         __nss_group_database value if it is set.
94267         * nss/nsswitch.conf (initgroups): Change action for successful db
94268         lookup to continue for compatibility.
94270 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
94272         [BZ #11532]
94273         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
94274         and CP774 modules.
94275         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
94276         and CP774 modules.
94277         * iconvdata/tst-tables.sh: Likewise.
94278         * iconvdata/cp770.c: New file.
94279         * iconvdata/cp771.c: New file.
94280         * iconvdata/cp772.c: New file.
94281         * iconvdata/cp773.c: New file.
94282         * iconvdata/cp774.c: New file.
94283         * iconvdata/testdata/CP770: New file.
94284         * iconvdata/testdata/CP770..UTF8: New file.
94285         * iconvdata/testdata/CP771: New file.
94286         * iconvdata/testdata/CP771..UTF8: New file.
94287         * iconvdata/testdata/CP772: New file.
94288         * iconvdata/testdata/CP772..UTF8: New file.
94289         * iconvdata/testdata/CP773: New file.
94290         * iconvdata/testdata/CP773..UTF8: New file.
94291         * iconvdata/testdata/CP774: New file.
94292         * iconvdata/testdata/CP774..UTF8: New file.
94294         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
94295         END CHARMAP line.
94296         * iconvdata/gen-8bit-gap.sh: Likewise.
94297         * iconvdata/gen-8bit.sh: Likewise.
94299         * locale/iso-639.def: Add ary entry.
94301         [BZ #11258]
94302         * locale/C-translit.h.in: Add U20A1 transliteration.
94304         [BZ #12178]
94305         * locale/iso-639.def: Add wae entry.
94306         Patch by Kevin Bortis <bortis@translate-wae.ch>.
94308         [BZ #12545]
94309         * locale/programs/localedef.c (construct_output_path): Use ssize_t
94310         for n.
94312         [BZ #12711]
94313         * locale/C-translit.h.in: Add entry for U20B9.
94314         Patch by pravin.d.s@gmail.com.
94316 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
94318         [BZ #12713]
94319         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
94320         ENAMETOOLONG use generic getcwd.
94321         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
94322         in rtld.  Use *stat64.
94323         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
94324         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
94325         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
94326         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
94327         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
94328         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
94329         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
94330         __fstatat64 macros.
94331         * include/dirent.h: Add libc_hidden_proto for rewinddir.
94332         * dirent/rewinddir.c: Add libc_hidden_def.
94333         * sysdeps/mach/hurd/rewinddir.c: Likewise.
94334         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
94336         * include/dirent.h (__alloc_dir): Add flags parameter.
94337         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
94338         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
94339         __alloc_dir.
94340         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
94341         from fdopendir if O_CLOEXEC is already set.
94343 2011-03-15  Alan Modra  <amodra@gmail.com>
94345         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
94346         l_tls_firstbyte_offset non-zero.  Save padding offset in
94347         l_tls_firstbyte_offset for later use.
94348         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
94349         freeing static tls block.
94351 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
94353         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
94354         where #ifdef was intended.  The intent is to prevent ARG_MAX from
94355         being defined by the kernel headers.
94357 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
94359         [BZ #12734]
94360         * resolv/resolv.h: Define RES_NOTLDQUERY.
94361         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
94362         no-tld-query and set RES_NOTLDQUERY.
94363         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
94364         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
94365         modern BIND to search name as TLD unless forbidden.
94367 2011-05-07  Petr Baudis  <pasky@suse.cz>
94368             Ulrich Drepper  <drepper@gmail.com>
94370         [BZ #12393]
94371         * elf/dl-load.c (fillin_rpath): Move trusted path check...
94372         (is_trusted_path): ...to here.
94373         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
94374         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
94375         using is_trusted_path_normalize() in setuid scripts.
94377 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
94379         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
94380         __BEGIN/__END_DECLS.
94382 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
94384         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
94385         NSS_STATUS_NOTFOUND if no record was found.
94387 2011-05-05  Andreas Schwab  <schwab@redhat.com>
94389         * sunrpc/Makefile (headers): Add rpc/netdb.h.
94390         (headers-not-in-tirpc): Remove rpc/netdb.h
94391         * resolv/netdb.h: Revert last change.
94393 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
94395         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
94396         circular dependency between libgcc.a and libc.a.
94398 2011-05-05  Andreas Schwab  <schwab@redhat.com>
94400         * resolv/netdb.h: Don't include <rpc/netdb.h>.
94401         * nis/Makefile: Don't install rpcsvc/*.
94402         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
94403         instead of <rpc/types.h>.
94404         (MAXHOSTNAMELEN): Define.
94406 2011-05-03  Andreas Schwab  <schwab@redhat.com>
94408         * elf/ldconfig.c (add_dir): Don't crash on empty path.
94410 2011-04-28  Maciej Babinski  <mbabinski@google.com>
94412         [BZ #12714]
94413         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
94414         gethostbyname4_r when IPv6 results are possible.
94416 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
94418         [BZ #12723]
94419         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
94420         _PC_PIPE_BUF handling.
94422 2011-04-30  Bruno Haible  <bruno@clisp.org>
94424         [BZ #12717]
94425         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
94426         * resolv/netdb.h (getnameinfo): Change type of flags parameter
94427         to 'int'.
94428         * inet/getnameinfo.c (getnameinfo): Likewise.
94430 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
94432         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
94433         to groups setting in database lookup.
94434         * nss/nsswitch.conf: Add initgroups entry.
94436 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
94438         [BZ #12685]
94439         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
94440         mode string.
94441         Patch by Eric Blake <eblake@redhat.com>.
94443 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
94445         * sunrpc/Makefile (need-export-routines): Add svc_run.
94446         (routines): Remove svc_run.
94447         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
94448         * sunrpc/clnt_perr.c (clnt_perrno): Export.
94449         * sunrpc/svc_run.c (svc_run): Likewise.
94450         * sunrpc/svc_udp.c (svcudp_create): Likewise.
94452 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
94454         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
94455         problem in reallocation in last patch.
94457 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
94459         * sunrpc/Makefile: Move inclusion of Rules.
94461 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
94463         * nss/nss_files/files-initgroups.c: New file.
94464         * nss/Makefile (libnss_files-routines): Add files-initgroups.
94465         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
94466         _nss_files_initgroups_dyn.
94468 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
94470         * elf/elf.h (R_ARM_IRELATIVE): Define.
94472 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
94474         * po/ru.po: Update from translation team.
94476 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
94478         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
94479         dependencies.
94481 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
94483         [BZ #12653]
94484         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
94485         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
94486         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
94487         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
94488         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
94490 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
94492         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
94493         differing bytes.
94494         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
94495         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
94496         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
94498 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
94500         [BZ #12420]
94501         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
94502         storing it.
94503         * stdlib/bug-getcontext.c: New file.
94504         * stdlib/Makefile: Add rules to build and run bug-getcontext.
94506 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
94508         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
94509         instructions into .machine "z9-109".
94510         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
94511         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
94513 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
94515         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
94516         between environment variables and auxiliary vector.
94518 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
94520         * Makefile: Add rules to build linkobj/libc.so.
94521         * include/libc-symbols.h: Define libc_hidden_nolink.
94522         * include/rpc/auth.h: Mark functions which are to be hidden.
94523         * include/rpc/auth_des.h: Likewise.
94524         * include/rpc/auth_unix.h: Likewise.
94525         * include/rpc/clnt.h: Likewise.
94526         * include/rpc/des_crypt.h: Likewise.
94527         * include/rpc/key_prot.h: Likewise.
94528         * include/rpc/pmap_clnt.h: Likewise.
94529         * include/rpc/pmap_prot.h: Likewise.
94530         * include/rpc/pmap_rmt.h: Likewise.
94531         * include/rpc/rpc_msg.h: Likewise.
94532         * include/rpc/svc.h: Likewise.
94533         * include/rpc/svc_auth.h: Likewise.
94534         * include/rpc/xdr.h: Likewise.
94535         * nis/Makefile: Link all DSOs against linkobj/libc.so.
94536         * nss/Makefile: Likewise.
94537         * sunrpc/Makefile: Don't install headers.  Build library with normal
94538         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
94539         * sunrpc/auth_des.c: Hide exported symbols by default, export some
94540         for the compat linking library.  Remove use of INTDEF/INTUSE.
94541         * sunrpc/auth_none.c: Likewise.
94542         * sunrpc/auth_unix.c: Likewise.
94543         * sunrpc/authdes_prot.c: Likewise.
94544         * sunrpc/authuxprot.c: Likewise.
94545         * sunrpc/clnt_gen.c: Likewise.
94546         * sunrpc/clnt_perr.c: Likewise.
94547         * sunrpc/clnt_raw.c: Likewise.
94548         * sunrpc/clnt_simp.c: Likewise.
94549         * sunrpc/clnt_tcp.c: Likewise.
94550         * sunrpc/clnt_udp.c: Likewise.
94551         * sunrpc/clnt_unix.c: Likewise.
94552         * sunrpc/des_crypt.c: Likewise.
94553         * sunrpc/des_soft.c: Likewise.
94554         * sunrpc/get_myaddr.c: Likewise.
94555         * sunrpc/key_call.c: Likewise.
94556         * sunrpc/key_prot.c: Likewise.
94557         * sunrpc/netname.c: Likewise.
94558         * sunrpc/pm_getmaps.c: Likewise.
94559         * sunrpc/pm_getport.c: Likewise.
94560         * sunrpc/pmap_clnt.c: Likewise.
94561         * sunrpc/pmap_prot.c: Likewise.
94562         * sunrpc/pmap_prot2.c: Likewise.
94563         * sunrpc/pmap_rmt.c: Likewise.
94564         * sunrpc/publickey.c: Likewise.
94565         * sunrpc/rpc_cmsg.c: Likewise.
94566         * sunrpc/rpc_common.c: Likewise.
94567         * sunrpc/rpc_dtable.c: Likewise.
94568         * sunrpc/rpc_prot.c: Likewise.
94569         * sunrpc/rpc_thread.c: Likewise.
94570         * sunrpc/rtime.c: Likewise.
94571         * sunrpc/svc.c: Likewise.
94572         * sunrpc/svc_auth.c: Likewise.
94573         * sunrpc/svc_authux.c: Likewise.
94574         * sunrpc/svc_raw.c: Likewise.
94575         * sunrpc/svc_run.c: Likewise.
94576         * sunrpc/svc_simple.c: Likewise.
94577         * sunrpc/svc_tcp.c: Likewise.
94578         * sunrpc/svc_udp.c: Likewise.
94579         * sunrpc/svc_unix.c: Likewise.
94580         * sunrpc/svcauth_des.c: Likewise.
94581         * sunrpc/xcrypt.c: Likewise.
94582         * sunrpc/xdr.c: Likewise.
94583         * sunrpc/xdr_array.c: Likewise.
94584         * sunrpc/xdr_float.c: Likewise.
94585         * sunrpc/xdr_intXX_t.c: Likewise.
94586         * sunrpc/xdr_mem.c: Likewise.
94587         * sunrpc/xdr_rec.c: Likewise.
94588         * sunrpc/xdr_ref.c: Likewise.
94589         * sunrpc/xdr_sizeof.c: Likewise.
94590         * sunrpc/xdr_stdio.c: Likewise.
94592 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
94594         [BZ #12650]
94595         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
94596         * sysdeps/ia64/dl-tls.h: Likewise.
94597         * sysdeps/powerpc/dl-tls.h: Likewise.
94598         * sysdeps/s390/dl-tls.h: Likewise.
94599         * sysdeps/sh/dl-tls.h: Likewise.
94600         * sysdeps/sparc/dl-tls.h: Likewise.
94601         * sysdeps/x86_64/dl-tls.h: Likewise.
94602         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
94604 2011-03-14  Andreas Schwab  <schwab@redhat.com>
94606         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
94607         rpath element also skip the following colon.
94608         (expand_dynamic_string_token): Add is_path parameter and pass
94609         down to DL_DST_REQUIRED and _dl_dst_substitute.
94610         (decompose_rpath): Call expand_dynamic_string_token with
94611         non-zero is_path.  Ignore empty rpaths.
94612         (_dl_map_object_from_fd): Call expand_dynamic_string_token
94613         with zero is_path.
94615 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
94617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
94618         Make cancelable.
94620 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
94622         [BZ #12655]
94623         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
94624         Patch by Filipe David Manana <fdmanana@apache.org>.
94626 2011-04-07  Andreas Schwab  <schwab@redhat.com>
94628         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
94629         Maintain aligned stack.
94630         (CHECK_RSP): Remove unused macro.
94632 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
94634         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
94635         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
94637 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
94639         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
94641         * include/features.h: Mention __USE_XOPEN2K8 in comment.
94643 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
94645         [BZ #12518]
94646         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
94647         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
94648         * sysdeps/x86_64/memmove.c: New file.
94649         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
94650         (memcpy): Renamed to ...
94651         (__new_memcpy): This.
94652         (memcpy): Provide GLIBC_2_14 memcpy.
94653         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
94654         (memcpy): Provide GLIBC_2_2_5 memcpy.
94656 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
94658         [BZ #12631]
94659         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
94661 2011-03-30  Andreas Schwab  <schwab@redhat.com>
94663         * misc/syncfs.c: New file.
94664         * misc/Makefile (routines): Add syncfs.
94665         * posix/unistd.h: Declare syncfs.
94666         * sysdeps/unix/syscalls.list: Add syncfs.
94668 2011-04-01  Andreas Schwab  <schwab@redhat.com>
94670         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
94671         open_by_handle_at.
94672         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
94673         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
94674         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
94675         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
94676         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
94677         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
94678         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
94680 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
94682         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
94683         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
94684         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
94685         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
94686         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
94687         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
94688         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
94690         * io/Makefile: Compile fallocate.c, fallocate64.c, and
94691         sync_file_range.c with -fexceptions.
94692         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
94693         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
94694         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
94695         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
94696         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
94697         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
94698         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
94699         sync_file_range as cancellation point
94700         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
94701         now a wrapper around __call_sync_file_range with cancellation handling.
94702         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
94703         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
94704         function name to __call_sync_file_range.
94705         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
94706         Add call_sync_file_range.
94708 2011-04-01  Andreas Schwab  <schwab@redhat.com>
94710         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
94711         bits/timex.h.
94713 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
94715         * iconv/iconv.h: Fix typo in comment.
94716         * io/fcntl.h: Likewise.
94717         * libio/stdio.h: Likewise.
94718         * posix/spawn.h: Likewise.
94719         * posix/unistd.h: Likewise.
94720         * stdlib/stdlib.h: Likewise.
94721         * time/time.h: Likewise.
94722         * wcsmbs/wchar.h: Likewise.
94724         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
94725         open_by_handle): Add.
94726         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
94727         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
94728         Augment a few comments.
94729         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
94730         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
94731         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
94732         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
94733         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
94734         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
94735         open_by_handle.
94737         * io/fcntl.h (AT_EMPTY_PATH): Define.
94739 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
94741         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
94742         * sysdeps/unix/sysv/linux/bits/time.h: New file.
94743         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
94744         to...
94745         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
94746         * Versions.def: Add GLIBC_2.14.
94747         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
94748         Export.
94750 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
94752         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
94753         round counter.
94754         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
94756 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
94758         [BZ #12597]
94759         * string/test-strncmp.c (do_page_test): New function.
94760         (check2): Likewise.
94761         (test_main): Call check2.
94762         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
94764 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
94766         [BZ #12587]
94767         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
94768         Handle cache information in CPU leaf 4.
94769         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
94771 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
94773         [BZ #12583]
94774         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
94775         character representation.
94776         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
94778 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
94780         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
94781         END(__isnan) to END(__isnanf) to match function entry point/label
94782         EALIGN(__isnanf,...).
94784 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
94786         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
94788 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
94790         [BZ #12510]
94791         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
94792         copy from the symbol referenced in the relocation to initialize the
94793         used variable.
94794         Patch by Piotr Bury <pbury@goahead.com>.
94795         * elf/Makefile: Add rules to build and tst-unique3.
94796         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
94797         * elf/tst-unique3.cc: New file.
94798         * elf/tst-unique3.h: New file.
94799         * elf/tst-unique3lib.cc: New file.
94800         * elf/tst-unique3lib2.cc: New file.
94802         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
94804 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
94806         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
94807         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
94808         to _start.
94810 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
94812         * elf/dl-load.c (_dl_map_object): If we are looking for the first
94813         to-be-loaded object along a path to loader is ld.so.
94815 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
94816             Ulrich Drepper  <drepper@gmail.com>
94818         * sysdeps/x86_64/memset.S: After aligning destination, code
94819         branches to different locations depending on the value of
94820         misalignment, when multiarch is enabled. Fix this.
94822 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
94824         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
94825         Set _x86_64_preferred_memory_instruction for AMD processsors.
94826         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
94827         Set bit_Prefer_SSE_for_memop for AMD processors.
94829 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
94831         * libio/fmemopen.c (fmemopen): Optimize a bit.
94833 2011-03-03  Andreas Schwab  <schwab@redhat.com>
94835         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
94837 2011-03-03  Roland McGrath  <roland@redhat.com>
94839         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
94841 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
94843         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
94844         __bzero_ultra1 instead of __memset_ultra1.
94846 2011-02-23  Andreas Schwab  <schwab@redhat.com>
94847             Ulrich Drepper  <drepper@gmail.com>
94849         [BZ #12509]
94850         * include/link.h (struct link_map): Add l_orig_initfini.
94851         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
94852         returning unsuccessfully.
94853         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
94854         close of a file loaded at startup, restore the original l_initfini
94855         list.
94856         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
94857         list, store the pointer.
94858         * elf/Makefile ($(objpfx)noload-mem): New rule.
94859         (noload-ENV): Define.
94860         (tests): Add $(objpfx)noload-mem.
94861         * elf/noload.c: Include <memcheck.h>.
94862         (main): Call mtrace.  Close all opened handles.
94864 2011-02-17  Andreas Schwab  <schwab@redhat.com>
94866         [BZ #12454]
94867         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
94868         dependencies are missing.
94870 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
94872         Fix __if_freereq crash: Unlike the generic version which uses free,
94873         Hurd needs munmap.
94874         * sysdeps/mach/hurd/ifreq.h: New file.
94876 2011-01-27  Petr Baudis  <pasky@suse.cz>
94877             Ulrich Drepper  <drepper@gmail.com>
94879         [BZ 12445]#
94880         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
94881         to extend_alloca().
94882         * stdio-common/bug23.c: New file.
94883         * stdio-common/Makefile (tests): Add bug23.
94885 2010-09-28  Andreas Schwab  <schwab@redhat.com>
94886             Ulrich Drepper  <drepper@gmail.com>
94888         [BZ #12489]
94889         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
94890         before performing relro protection.  At old place add assertion
94891         to make sure nothing changed.
94893 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
94894             Glauber de Oliveira Costa  <glommer@gmail.com>
94896         * elf/elf.h: Add new ARM TLS relocs.
94898 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
94900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
94901         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
94902         cast from r3.
94903         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
94904         'tests' variable.
94905         * sysdeps/wordsize-64/tst-writev.c: New file.
94907 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
94909         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
94910         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
94911         insns in _dl_start to prevent a TOC reference before relocs are
94912         resolved.
94914 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
94916         [BZ #12469]
94917         * Makeconfig: Remove RANLIB definition.
94918         * Makerules: Don't use RANLIB.
94919         * aclocal.m4: Remove ranlib test.
94920         * configure.in: No need to check for ranlib.
94921         * elf/rtld-Rules: Don't use RANLIB.
94923 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
94925         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
94926         protection macro.
94927         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
94928         inclusion protection macro.
94930         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
94931         SIGRTMIN and SIGRTMAX and print information in that case only when
94932         SIGRTMIN is defined.
94934 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
94936         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
94937         arginfo fn returning -1.
94939         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
94940         and thousands string is zero terminated.
94942 2011-02-03  Andreas Schwab  <schwab@redhat.com>
94944         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
94945         sysdeps/unix/sysv/linux/bits/socket.h.
94947 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
94949         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
94950         (__CPU_COUNT): Remove old macros.
94951         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
94952         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
94953         (__CPU_ALLOC, __CPU_FREE): Add macros.
94954         (__sched_cpualloc, __sched_cpufree): Add declarations.
94956 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
94958         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
94959         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
94960         * nscd/aicache.c (addhstaiX): Return timeout of added value.
94961         (readdhstai): Return value of addhstaiX call.
94962         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
94963         (addgrbyX): Return value returned by cache_addgr.
94964         (readdgrbyname): Return value returned by addgrbyX.
94965         (readdgrbygid): Likewise.
94966         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
94967         (addpwbyX): Return value returned by cache_addpw.
94968         (readdpwbyname): Return value returned by addhstbyX.
94969         (readdpwbyuid): Likewise.
94970         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
94971         (addservbyX): Return value returned by cache_addserv.
94972         (readdservbyname): Return value returned by addservbyX:
94973         (readdservbyport): Likewise.
94974         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
94975         (addhstbyX): Return value returned by cache_addhst.
94976         (readdhstbyname): Return value returned by addhstbyX.
94977         (readdhstbyaddr): Likewise.
94978         (readdhstbynamev6): Likewise.
94979         (readdhstbyaddrv6): Likewise.
94980         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
94981         (readdinitgroups): Return value returned by addinitgroupsX.
94982         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
94983         (prune_cache): Keep track of timeout value of re-added entries.
94984         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
94985         * nscd/nscd.h: Adjust prototypes of readd* functions.
94987 2011-02-04  Roland McGrath  <roland@redhat.com>
94989         * nis/nis_server.c (nis_servstate): Use the right name for 0.
94990         (nis_stats): Likewise.
94991         * nis/nis_modify.c (nis_modify): Likewise.
94992         * nis/nis_remove.c (nis_remove): Likewise.
94993         * nis/nis_add.c (nis_add): Likewise.
94995         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
94997         * posix/fnmatch_loop.c: Add some consts.
94999         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
95001 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
95003         [BZ #12460]
95004         * config.make.in (config-cflags-novzeroupper): Define.
95005         * configure.in: Substitute libc_cv_cc_novzeroupper.
95006         * elf/Makefile (AVX-CFLAGS): Define.
95007         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
95008         (CFLAGS-tst-auditmod4a.c): Likewise.
95009         (CFLAGS-tst-auditmod4b.c): Likewise.
95010         (CFLAGS-tst-auditmod6b.c): Likewise.
95011         (CFLAGS-tst-auditmod6c.c): Likewise.
95012         (CFLAGS-tst-auditmod7b.c): Likewise.
95013         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
95015 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
95017         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
95018         function to the callback.
95019         Patch partly by Jiri Olsa <jolsa@redhat.com>.
95021 2011-02-02  Andreas Schwab  <schwab@redhat.com>
95023         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
95024         of errno.
95026 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
95028         [BZ #11724]
95029         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
95030         of constructors.
95031         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
95032         of destructors.
95033         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
95035         [BZ #11724]
95036         * elf/Makefile: Add rules to build and run new test.
95037         * elf/tst-initorder.c: New file.
95038         * elf/tst-initorder.exp: New file.
95039         * elf/tst-initordera1.c: New file.
95040         * elf/tst-initordera2.c: New file.
95041         * elf/tst-initordera3.c: New file.
95042         * elf/tst-initordera4.c: New file.
95043         * elf/tst-initorderb1.c: New file.
95044         * elf/tst-initorderb2.c: New file.
95045         * elf/tst-order-a1.c: New file.
95046         * elf/tst-order-a2.c: New file.
95047         * elf/tst-order-a3.c: New file.
95048         * elf/tst-order-a4.c: New file.
95049         * elf/tst-order-b1.c: New file.
95050         * elf/tst-order-b2.c: New file.
95051         * elf/tst-order-main.c: New file.
95052         New test case by George Gensure <werkt0@gmail.com>.
95054 2010-10-01  Andreas Schwab  <schwab@redhat.com>
95056         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
95057         decoding ACE if AI_CANONIDN.
95059 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
95061         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
95063 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
95065         * version.h (RELEASE): Bump for 2.13 release.
95066         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
95068         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
95070         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
95071         MADV_NOHUGEPAGE.
95072         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
95073         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
95074         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
95075         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
95076         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
95077         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
95079         * posix/getconf.c: Update copyright year.
95080         * catgets/gencat.c: Likewise.
95081         * csu/version.c: Likewise.
95082         * debug/catchsegv.sh: Likewise.
95083         * debug/xtrace.sh: Likewise.
95084         * elf/ldconfig.c: Likewise.
95085         * elf/ldd.bash.in: Likewise.
95086         * elf/sprof.c (print_version): Likewise.
95087         * iconv/iconv_prog.c: Likewise.
95088         * iconv/iconvconfig.c: Likewise.
95089         * locale/programs/locale.c: Likewise.
95090         * locale/programs/localedef.c: Likewise.
95091         * malloc/memusage.sh: Likewise.
95092         * malloc/mtrace.pl: Likewise.
95093         * nscd/nscd.c (print_version): Likewise.
95094         * nss/getent.c: Likewise.
95096         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
95097         PF_CAIF, and PF_ALG.
95098         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
95100 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
95102         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
95103         (modules-names): Use them.
95104         (ifunc-test-modules, ifunc-pie-tests): Define.
95105         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
95106         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
95107         (test-extras): Likewise.
95108         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
95109         $(compile-command.c).
95110         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
95111         (all-built-dso): Define.
95112         (check-textrel.out, check-execstack.out): Depend on it.
95114         * configure.in: Don't override --enable-multi-arch.
95116 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
95118         [BZ #6812]
95119         * nscd/hstcache.c (tryagain): Define.
95120         (cache_addhst): Return tryagain not notfound for temporary errors.
95121         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
95122         failed.
95124 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
95126         [BZ #10563]
95127         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
95128         to make the syscall.
95129         * sysdeps/unix/sysv/linux/setgroups.c: New file.
95131         [BZ #12378]
95132         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
95133         and fall back to matching as normal character if the string ends before
95134         the matching ']' is found.  This is what POSIX requires.
95135         * posix/testfnm.c: Adjust test result.
95136         * posix/globtest.sh: Adjust test result.  Add new test.
95137         * posix/tst-fnmatch.input: Likewise.
95138         * posix/tst-fnmatch2.c: Add new test.
95140 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
95142         * elf/Makefile (check-execstack): Revert last change.  Depend on
95143         check-execstack.h.
95144         (check-execstack.h): New target.
95145         (generated): Add check-execstack.h.
95146         * elf/check-execstack.c: Include "check-execstack.h".
95147         (main): Revert last change.
95148         (handle_file): Return zero if GNU_STACK is absent and
95149         DEFAULT_STACK_PERMS doesn't include PF_X.
95151 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
95153         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
95154         in child fails because the descriptor is already closed.
95155         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
95156         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
95157         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
95159         [BZ #12397]
95160         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
95161         syscall.
95163         [BZ #10484]
95164         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
95165         temporary buffer used to handle multi lookups locally.
95166         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
95168 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
95170         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
95171         loader is ld.so.
95173 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
95175         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
95176         alignment for SSE2.
95178 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
95180         [BZ #12394]
95181         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
95182         characters.  When rounding increased number of integer digits recompute
95183         number of groups.
95184         * stdio-common/tst-grouping.c: New file.
95185         * stdio-common/Makefile: Add rules to build and run tst-grouping.
95187 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
95189         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
95190         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
95192         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
95193         void.
95194         * bits/select.h: Likewise.
95196 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
95198         * po/ja.po: Update from translation team.
95200 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
95202         [BZ #11155]
95203         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
95204         implementation just like for lxstat, fxstatat, et al.
95206 2010-12-27  Jim Meyering  <meyering@redhat.com>
95208         [BZ #12348]
95209         * posix/regexec.c (build_trtable): Return failure indication upon
95210         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
95212 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
95214         [BZ #12201]
95215         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
95216         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
95217         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
95218         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
95220         [BZ #12207]
95221         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
95223         [BZ #12204]
95224         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
95225         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
95227 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
95229         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
95230         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
95231         script has SORT_BY_INIT_PRIORITY.
95232         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
95233         NO_CTORS_DTORS_SECTIONS is defined.
95234         * elf/soinit.c: Likewise.
95235         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
95236         NO_CTORS_DTORS_SECTIONS is defined.
95237         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
95238         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
95239         * sysdeps/sh/init-first.c: Likewise.
95240         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
95242 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
95244         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
95245         always use the slow path.
95247 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
95249         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
95250         similar rule which adds the sysdep directories to the header search in
95251         order to pick up the correct platform stackinfo.h.
95252         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
95253         perform test if it is, otherwise return successfully without testing.
95254         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
95255         DEFAULT_STACK_PERMS define in stackinfo.h.
95256         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
95257         defined in stackinfo.h.
95258         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
95259         DEFAULT_STACK_PERMS defined in stackinfo.h.
95260         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
95261         * sysdeps/ia64/stackinfo.h: Likewise.
95262         * sysdeps/s390/stackinfo.h: Likewise.
95263         * sysdeps/sh/stackinfo.h: Likewise.
95264         * sysdeps/sparc/stackinfo.h: Likewise.
95265         * sysdeps/x86_64/stackinfo.h: Likewise.
95266         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
95267         PF_X for powerpc64.  Retain PF_X for powerpc32.
95269 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
95271         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
95272         accurately.
95273         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
95274         GETDENTS_64BIT_ALIGNED.
95276 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
95278         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
95280 2010-12-10  Andreas Schwab  <schwab@redhat.com>
95282         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
95283         _GNU_SOURCE.
95285         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
95286         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
95287         Remove __restrict.
95288         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
95289         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
95291 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
95293         [BZ #11655]
95294         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
95295         are initialized.
95297 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
95299         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
95301 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
95303         * po/it.po: Update from translation team.
95305 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
95307         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
95308         unused codes.
95310 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
95312         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
95314 2010-11-24  Andreas Schwab  <schwab@redhat.com>
95316         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
95317         specially.
95318         (gaih_getanswer_slice): Likewise.
95320 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
95322         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
95324 2010-05-31  Petr Baudis  <pasky@suse.cz>
95326         [BZ #11149]
95327         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
95328         silently even in the chroot mode.
95330 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
95332         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
95333         last patch a bit.  Pretty printing
95335 2010-05-31  Petr Baudis <pasky@suse.cz>
95337         [BZ #10085]
95338         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
95339         initialization of skip_initgroups_dyn.
95341 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
95343         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
95344         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
95346 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
95348         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
95350 2010-11-11  Andreas Schwab  <schwab@redhat.com>
95352         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
95353         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
95354         (tst-fnmatch-ENV): Set MALLOC_TRACE.
95355         ($(objpfx)tst-fnmatch-mem): New rule.
95356         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
95357         * posix/tst-fnmatch.c (main): Call mtrace.
95359 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
95361         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
95362         Support Intel processor model 6 and model 0x2c.
95364 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
95366         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
95367           signed comparison.
95369 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
95371         [BZ #12205]
95372         * string/test-strncasecmp.c (check_result): New function.
95373         (do_one_test): Use it.
95374         (check1): New function.
95375         (test_main): Use it.
95376         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
95377         Support strcasecmp and strncasecmp.
95379 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
95381         [BZ #12194]
95382         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
95383         * sysdeps/x86_64/bits/byteswap.h: Likewise.
95385 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
95387         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
95388         IFUNC support.
95389         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
95390         memset-x86-64.
95391         * sysdeps/x86_64/multiarch/bzero.S: New file.
95392         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
95393         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
95394         * sysdeps/x86_64/multiarch/memset.S: New file.
95395         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
95396         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
95397         Set bit_Prefer_SSE_for_memop for Intel processors.
95398         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
95399         Define.
95400         (index_Prefer_SSE_for_memop): Define.
95401         (HAS_PREFER_SSE_FOR_MEMOP): Define.
95403 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
95405         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
95406         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
95408 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
95410         [BZ #12191]
95411         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
95412         (__x86_64_raw_data_cache_size_half): Likewise.
95413         (__x86_64_raw_shared_cache_size): Likewise.
95414         (__x86_64_raw_shared_cache_size_half): Likewise.
95416         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
95417         (__x86_64_raw_data_cache_size_half): Likewise.
95418         (__x86_64_raw_shared_cache_size): Likewise.
95419         (__x86_64_raw_shared_cache_size_half): Likewise.
95420         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
95421         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
95422         and __x86_64_raw_shared_cache_size_half.  Round
95423         __x86_64_data_cache_size_half, __x86_64_data_cache_size
95424         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
95425         to multiple of 256 bytes.
95427 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
95429         [BZ #12167]
95430         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
95431         of inacessible symlinks.  Verify result of symlink before returning it.
95432         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
95433         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
95435 2010-10-28  Erich Ritz  <erichritz@gmail.com>
95437         * math/math.h (isinf): Fix typo in comment.
95439 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
95441         * po/da.po: Update from translation team.
95443 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
95445         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
95446         is added to the list.
95448 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
95449             Ulrich Drepper  <drepper@gmail.com>
95451         * elf/dl-object.c (_dl_new_object): Don't append the new object to
95452         the global list here.  Move code to...
95453         (_dl_add_to_namespace_list): ...here.  New function.
95454         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
95455         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
95456         * elf/dl-load.c (lose): Don't remove the element from the list.
95457         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
95458         (_dl_map_object): Likewise.
95460 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
95462         [BZ #12159]
95463         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
95464         into all bytes of SSE register.
95465         Patch by Richard Li <richardpku@gmail.com>.
95467 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
95469         [BZ #12140]
95470         * malloc/malloc.c (_int_free): Fill correct number of bytes when
95471         perturbing.
95473 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
95475         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
95476         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
95477         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
95478         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
95479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
95480         submachine.
95481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
95483 2010-10-22  Andreas Schwab  <schwab@redhat.com>
95485         * include/dlfcn.h (__RTLD_SECURE): Define.
95486         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
95487         mode & __RTLD_SECURE instead.
95488         (open_path): Rename preloaded parameter to secure.
95489         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
95490         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
95491         * elf/dl-deps.c (openaux): Likewise.
95492         * elf/rtld.c (struct map_args): Remove is_preloaded.
95493         (map_doit): Don't use it.
95494         (dl_main): Likewise.
95495         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
95496         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
95498 2010-09-09  Andreas Schwab  <schwab@redhat.com>
95500         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
95501         (sysd-rules-targets): Remove duplicates.
95502         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
95503         rtld-%.$o dependency.
95505 2010-10-18  Andreas Schwab  <schwab@redhat.com>
95507         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
95508         _dl_map_object do it.
95510 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
95512         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
95513         fast fma builtins, define the macros in the C99 standard.
95514         (FP_FAST_FMAF): Likewise.
95515         (FP_FAST_FMAL): Likewise.
95516         * sysdeps/x86_64/bits/mathdef.h: Likewise.
95518         * bits/mathdef.h: Update copyright year.
95519         * sysdeps/powerpc/bits/mathdef.h: Likewise.
95521 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
95523         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
95524         builtins, define the macros in the C99 standard.
95525         (FP_FAST_FMAF): Likewise.
95526         (FP_FAST_FMAL): Likewise.
95527         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
95528         multiply/add.
95529         (FP_FAST_FMAF): Likewise.
95531 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
95533         [BZ #3268]
95534         * math/libm-test.inc (fma_test): Some new testcases.
95535         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
95536         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
95537         y and infinite z.  Do multiplication by C already in long double.
95538         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
95539         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
95540         y and infinite z.  Do bitwise or of inexact bit into u.d.
95541         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
95542         * sysdeps/i386/fpu/s_fmaf.S: Removed.
95543         * sysdeps/i386/fpu/s_fma.S: Removed.
95544         * sysdeps/i386/fpu/s_fmal.S: Removed.
95546 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
95548         [BZ #3268]
95549         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
95550         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
95551         computation is not scheduled after fetestexcept.  Fix value
95552         of minimum denormal long double.
95554 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
95556         [BZ #3268]
95557         * math/libm-test.inc (fma_test): Add some more tests.
95558         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
95559         correctly.
95561 2010-10-15  Andreas Schwab  <schwab@redhat.com>
95563         * scripts/data/localplt-s390-linux-gnu.data: New file.
95564         * scripts/data/localplt-s390x-linux-gnu.data: New file.
95566 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
95568         [BZ #3268]
95569         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
95570         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
95571         instead of dbl-64.
95572         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
95573         inlines.
95574         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
95575         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
95576         if one of x and y is very large and the other is subnormal.
95577         * sysdeps/s390/fpu/s_fmaf.c: New file.
95578         * sysdeps/s390/fpu/s_fma.c: New file.
95579         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
95580         * sysdeps/powerpc/fpu/s_fma.S: New file.
95581         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
95582         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
95583         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
95585 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
95587         [BZ #3268]
95588         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
95589         fma tests.
95590         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
95591         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
95592         * sysdeps/i386/i686/multiarch/s_fma.c: Include
95593         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
95594         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
95595         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
95596         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
95598 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
95600         [BZ #12078]
95601         * posix/regcomp.c (parse_branch): One more memory leak plugged.
95602         * posix/bug-regex31.input: Add test case.
95604 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
95606         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
95607         * posix/bug-regex31.input: New file.
95609         [BZ #12078]
95610         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
95611         (parse_sub_exp): Fix last change, use postorder.
95613         * posix/bug-regex31.c: New file.
95614         * posix/Makefile: Add rules to build and run bug-regex31.
95616         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
95618         [BZ #12078]
95619         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
95621         [BZ #12108]
95622         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
95623         to have entries in sys_siglist.
95625         [BZ #12093]
95626         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
95627         be NULL.
95629 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
95631         [BZ #3268]
95632         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
95633         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
95634         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
95635         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
95636         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
95637         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
95638         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
95639         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
95640         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
95641         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
95642         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
95643         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
95644         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
95645         * math/ftestexcept.c (fetestexcept): Likewise.
95646         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
95647         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
95648         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
95649         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
95650         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
95651         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
95652         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
95654 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
95656         [BZ #12107]
95657         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
95658         newline.
95660 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
95662         * string/bug-strstr1.c: New file.
95663         * string/Makefile: Add rules to build and run bug-strstr1.
95665 2010-10-05  Eric Blake  <eblake@redhat.com>
95667         [BZ #12092]
95668         * string/str-two-way.h (two_way_long_needle): Always clear memory
95669         when skipping input due to the shift table.
95671 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
95673         [BZ #12005]
95674         * malloc/mcheck.c: Handle large requests.
95676         [BZ #12077]
95677         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
95678         for strncmp and strncasecmp.
95679         * string/stratcliff.c: Add tests for strcmp and strncmp.
95680         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
95682 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
95684         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
95685         __set_fpscr.
95687 2010-09-30  Andreas Jaeger  <aj@suse.de>
95689         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
95690         (CGROUP_SUPER_MAGIC): Define.
95691         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
95692         Handle btrfs and cgroup file systems.
95693         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
95694         Likewise.
95696 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
95698         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
95699         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
95701 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
95703         [BZ #12067]
95704         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
95705         trying to locate the ELF header.
95707 2010-09-27  Andreas Schwab  <schwab@redhat.com>
95709         [BZ #11611]
95710         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
95711         Mask out sign-bit copies when constructing f_fsid.
95713 2010-09-24  Petr Baudis <pasky@suse.cz>
95715         * debug/stack_chk_fail_local.c: Add missing licence exception.
95716         * debug/warning-nop.c: Likewise.
95718 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
95720         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
95721         implementing getdents64 using getdents syscall, set d_type if
95722         __ASSUME_GETDENTS32_D_TYPE.
95724 2010-09-16  Andreas Schwab  <schwab@redhat.com>
95726         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
95727         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
95729 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
95731         [BZ #12037]
95732         * posix/unistd.h: Undo change of feature selection for ftruncate from
95733         2010-01-11.
95735 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
95737         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
95738         detection.
95740 2010-09-20  Andreas Schwab  <schwab@redhat.com>
95742         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
95743         fanotify_mark.
95744         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
95746 2010-09-14  Andreas Schwab  <schwab@redhat.com>
95748         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
95749         variables after CHECK_SP call.
95750         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
95752 2010-09-13  Andreas Schwab  <schwab@redhat.com>
95753             Ulrich Drepper  <drepper@redhat.com>
95755         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
95756         re-relocationg ld.so.
95757         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
95758         _dl_init_paths call.
95759         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
95760         here anymore.
95762 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
95764         * resolv/res_init.c (__res_vinit): Count the default server we added.
95766 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
95767             Ulrich Drepper  <drepper@redhat.com>
95769         [BZ #11968]
95770         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
95771         (____longjmp_chk): Use %ebx for saving value across system call.
95772         Add unwind info.
95774 2010-09-06  Andreas Schwab  <schwab@redhat.com>
95776         * manual/Makefile: Don't mix pattern rules with normal rules.
95778 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
95780         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
95781         operation.
95782         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
95783         * libio/iofopncook.c (_IO_cookie_init): Likewise.
95784         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
95785         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
95786         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
95787         Likewise.
95789 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
95791         [BZ #11979]
95792         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
95793         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
95795 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
95797         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
95798         * sysdeps/x86_64/addmul_1.S: Likewise.
95799         * sysdeps/x86_64/lshift.S: Likewise.
95800         * sysdeps/x86_64/mul_1.S: Likewise.
95801         * sysdeps/x86_64/rshift.S: Likewise.
95802         * sysdeps/x86_64/sub_n.S: Likewise.
95803         * sysdeps/x86_64/submul_1.S: Likewise.
95805 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
95807         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
95808         Define __sched_param instead of SCHED_* and sched_param when
95809         <bits/sched.h> is included with __need_schedparam defined.
95810         * bits/sched.h [__need_schedparam]
95811         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
95812         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
95813         (__defined_schedparam): Define to 1.
95814         (__sched_param): New structure, identical to sched_param.
95815         (__need_schedparam): Undefine.
95817 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
95819         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
95820         (epoll_create1): Declare.
95822         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
95824 2010-08-31  Andreas Schwab  <schwab@redhat.com>
95826         [BZ #7066]
95827         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
95828         shifting retval into place.
95830 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
95832         * nis/rpcsvc/nis.h: Update copyright notice.
95833         * nis/rpcsvc/nis.x: Likewise.
95834         * nis/rpcsvc/nis_callback.h: Likewise.
95835         * nis/rpcsvc/nis_callback.x: Likewise.
95836         * nis/rpcsvc/nis_object.x: Likewise.
95837         * nis/rpcsvc/nis_tags.h: Likewise.
95838         * nis/rpcsvc/yp.h: Likewise.
95839         * nis/rpcsvc/yp.x: Likewise.
95840         * nis/rpcsvc/ypupd.h: Likewise.
95841         * nis/yp_xdr.c: Likewise.
95842         * nis/ypupdate_xdr.c: Likewise.
95844         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
95845         mainly the body of pmap_getport.  Add parameters to specify timeouts.
95846         (pmap_getport): Use __libc_rpc_getport.
95847         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
95848         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
95849         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
95851 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
95853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
95854         fanotify_mark.
95856 2010-08-27  Roland McGrath  <roland@redhat.com>
95858         * sysdeps/i386/i686/multiarch/Makefile
95859         (CFLAGS-varshift.c): New variable.
95861 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
95863         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
95864         * sysdeps/i386/i686/multiarch/varshift.c: New file.
95866         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
95868         * sysdeps/x86_64/strlen.S: Minimal code improvement.
95870 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
95872         * sysdeps/x86_64/strlen.S: Unroll the loop.
95873         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
95874         strlen-sse2 strlen-sse2-bsf.
95875         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
95876         __strlen_no_bsf if bit_Slow_BSF is set.
95877         (__strlen_sse42): Removed.
95878         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
95879         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
95881 2010-08-25  Roland McGrath  <roland@redhat.com>
95883         * sysdeps/x86_64/multiarch/varshift.S: File removed.
95884         * sysdeps/x86_64/multiarch/varshift.c: New file.
95885         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
95886         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
95887         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
95888         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
95890 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
95892         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
95893         strlen-sse2 strlen-sse2-bsf.
95894         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
95895         __strlen_sse2_bsf if bit_Slow_BSF is unset.
95896         (__strlen_sse2): Removed.
95897         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
95898         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
95899         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
95900         bit_Slow_BSF for Atom.
95901         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
95902         (index_Slow_BSF): Define.
95903         (HAS_SLOW_BSF): Define.
95905 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
95907         [BZ #10851]
95908         * resolv/res_init.c (__res_vinit): When no server address at all
95909         is given default to loopback.
95911 2010-08-24  Roland McGrath  <roland@redhat.com>
95913         * configure.in: Remove config-name.h generation.
95914         * configure: Regenerated.
95915         * config-name.in: File removed.
95916         * scripts/config-uname.sh: New file.
95917         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
95918         ($(objdir)config-name.h): New target.
95920         * sunrpc/rpc_parse.h: Avoid nested comment.
95922 2010-08-24  Richard Henderson  <rth@redhat.com>
95923             Ulrich Drepper  <drepper@redhat.com>
95924             H.J. Lu  <hongjiu.lu@intel.com>
95926         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
95927         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
95928         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
95929         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
95930         _mm_alignr_epi8 with _mm_loadu_si128.
95931         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
95932         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
95933         (__m128i_shift_right): Removed.
95934         * sysdeps/i386/i686/multiarch/varshift.h: New file.
95935         * sysdeps/i386/i686/multiarch/varshift.S: New file.
95936         * sysdeps/x86_64/multiarch/varshift.h: New file.
95937         * sysdeps/x86_64/multiarch/varshift.S: New file.
95939 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
95941         * configure.in: Move assembler checks to before sysdep dir checking.
95943 2010-08-20  Petr Baudis  <pasky@suse.cz>
95945         * LICENSES: Sync the sunrpc license.
95947 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
95949         * sunrpc/auth_des.c: Update copyright notice once again.
95950         * sunrpc/auth_none.c: Likewise.
95951         * sunrpc/auth_unix.c: Likewise.
95952         * sunrpc/authdes_prot.c: Likewise.
95953         * sunrpc/authuxprot.c: Likewise.
95954         * sunrpc/bindrsvprt.c: Likewise.
95955         * sunrpc/clnt_gen.c: Likewise.
95956         * sunrpc/clnt_perr.c: Likewise.
95957         * sunrpc/clnt_raw.c: Likewise.
95958         * sunrpc/clnt_simp.c: Likewise.
95959         * sunrpc/clnt_tcp.c: Likewise.
95960         * sunrpc/clnt_udp.c: Likewise.
95961         * sunrpc/clnt_unix.c: Likewise.
95962         * sunrpc/des_crypt.c: Likewise.
95963         * sunrpc/des_soft.c: Likewise.
95964         * sunrpc/get_myaddr.c: Likewise.
95965         * sunrpc/getrpcport.c: Likewise.
95966         * sunrpc/key_call.c: Likewise.
95967         * sunrpc/key_prot.c: Likewise.
95968         * sunrpc/openchild.c: Likewise.
95969         * sunrpc/pm_getmaps.c: Likewise.
95970         * sunrpc/pm_getport.c: Likewise.
95971         * sunrpc/pmap_clnt.c: Likewise.
95972         * sunrpc/pmap_prot.c: Likewise.
95973         * sunrpc/pmap_prot2.c: Likewise.
95974         * sunrpc/pmap_rmt.c: Likewise.
95975         * sunrpc/rpc/auth.h: Likewise.
95976         * sunrpc/rpc/auth_unix.h: Likewise.
95977         * sunrpc/rpc/clnt.h: Likewise.
95978         * sunrpc/rpc/des_crypt.h: Likewise.
95979         * sunrpc/rpc/key_prot.h: Likewise.
95980         * sunrpc/rpc/netdb.h: Likewise.
95981         * sunrpc/rpc/pmap_clnt.h: Likewise.
95982         * sunrpc/rpc/pmap_prot.h: Likewise.
95983         * sunrpc/rpc/pmap_rmt.h: Likewise.
95984         * sunrpc/rpc/rpc.h: Likewise.
95985         * sunrpc/rpc/rpc_des.h: Likewise.
95986         * sunrpc/rpc/rpc_msg.h: Likewise.
95987         * sunrpc/rpc/svc.h: Likewise.
95988         * sunrpc/rpc/svc_auth.h: Likewise.
95989         * sunrpc/rpc/types.h: Likewise.
95990         * sunrpc/rpc/xdr.h: Likewise.
95991         * sunrpc/rpc_clntout.c: Likewise.
95992         * sunrpc/rpc_cmsg.c: Likewise.
95993         * sunrpc/rpc_common.c: Likewise.
95994         * sunrpc/rpc_cout.c: Likewise.
95995         * sunrpc/rpc_dtable.c: Likewise.
95996         * sunrpc/rpc_hout.c: Likewise.
95997         * sunrpc/rpc_main.c: Likewise.
95998         * sunrpc/rpc_parse.c: Likewise.
95999         * sunrpc/rpc_parse.h: Likewise.
96000         * sunrpc/rpc_prot.c: Likewise.
96001         * sunrpc/rpc_sample.c: Likewise.
96002         * sunrpc/rpc_scan.c: Likewise.
96003         * sunrpc/rpc_scan.h: Likewise.
96004         * sunrpc/rpc_svcout.c: Likewise.
96005         * sunrpc/rpc_tblout.c: Likewise.
96006         * sunrpc/rpc_util.c: Likewise.
96007         * sunrpc/rpc_util.h: Likewise.
96008         * sunrpc/rpcinfo.c: Likewise.
96009         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
96010         * sunrpc/rpcsvc/key_prot.x: Likewise.
96011         * sunrpc/rpcsvc/klm_prot.x: Likewise.
96012         * sunrpc/rpcsvc/mount.x: Likewise.
96013         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
96014         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
96015         * sunrpc/rpcsvc/rex.x: Likewise.
96016         * sunrpc/rpcsvc/rstat.x: Likewise.
96017         * sunrpc/rpcsvc/rusers.x: Likewise.
96018         * sunrpc/rpcsvc/sm_inter.x: Likewise.
96019         * sunrpc/rpcsvc/spray.x: Likewise.
96020         * sunrpc/rpcsvc/yppasswd.x: Likewise.
96021         * sunrpc/rtime.c: Likewise.
96022         * sunrpc/svc.c: Likewise.
96023         * sunrpc/svc_auth.c: Likewise.
96024         * sunrpc/svc_authux.c: Likewise.
96025         * sunrpc/svc_raw.c: Likewise.
96026         * sunrpc/svc_run.c: Likewise.
96027         * sunrpc/svc_simple.c: Likewise.
96028         * sunrpc/svc_tcp.c: Likewise.
96029         * sunrpc/svc_udp.c: Likewise.
96030         * sunrpc/svc_unix.c: Likewise.
96031         * sunrpc/svcauth_des.c: Likewise.
96032         * sunrpc/xcrypt.c: Likewise.
96033         * sunrpc/xdr.c: Likewise.
96034         * sunrpc/xdr_array.c: Likewise.
96035         * sunrpc/xdr_float.c: Likewise.
96036         * sunrpc/xdr_mem.c: Likewise.
96037         * sunrpc/xdr_rec.c: Likewise.
96038         * sunrpc/xdr_ref.c: Likewise.
96039         * sunrpc/xdr_sizeof.c: Likewise.
96040         * sunrpc/xdr_stdio.c: Likewise.
96042         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
96043         handling.
96045 2010-08-19  Andreas Schwab  <schwab@redhat.com>
96047         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
96049 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
96051         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
96052         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
96053         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
96054         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
96055         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
96056         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
96057         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
96058         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
96059         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
96060         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
96061         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
96062         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
96063         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
96064         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
96066 2010-07-26  Anton Blanchard  <anton@samba.org>
96068         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
96069         * malloc/arena.c (heap_trim): Likewise.
96071 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
96073         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
96074         here.  Not...
96075         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
96076         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
96078 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
96080         * sysdeps/i386/elf/Makefile: New file.
96082 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
96084         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
96085         from fanotify_init.
96086         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
96087         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
96089 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
96091         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
96092         of strncasecmp_l.
96093         * sysdeps/multiarch/strcmp.S: Likewise.
96095 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
96097         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
96098         strncase_l-nonascii.
96099         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
96100         Add strncase_l-ssse3.
96101         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
96102         * sysdeps/x86_64/strcmp.S: Likewise.
96103         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
96104         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
96105         * sysdeps/x86_64/strncase.S: New file.
96106         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
96107         * sysdeps/x86_64/strncase_l.S: New file.
96108         * string/Makefile (strop-tests): Add strncasecmp.
96109         * string/test-strncasecmp.c: New file.
96111         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
96112         warning.
96114         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
96115         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
96117 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
96119         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
96121 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
96123         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
96124         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
96125         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
96127 2010-05-01  Alan Modra  <amodra@gmail.com>
96129         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
96130         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
96131         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
96132         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
96133         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
96134         tidying.  Don't tail-call __sigjmp_save for static lib.
96135         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
96136         save location.
96137         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
96138         (CALL_MCOUNT): Add eh info, and nop after bl.
96139         (TAIL_CALL_SYSCALL_ERROR): New macro.
96140         (PSEUDO_RET): Use it.
96141         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
96142         Correct save location of integer regs and cr.
96143         (_dl_profile_resolve): Correct cr save location.  Delete nops
96144         after bl when SHARED.  Reduce cfi size a little by better
96145         placement of cfi directives.
96146         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
96147         make a stack frame.  Instead use parm save area as a temp.
96148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
96149         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
96150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
96151         Don't make a stack frame for parent, use parm save area.
96152         Increase child stack frame to 112 bytes.  Don't save unused reg,
96153         and adjust reg usage.  Set up cfi on error recovery and
96154         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
96155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
96156         (__makecontext): Add dummy nop after jump to exit.
96157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
96158         Use correct parm save area and cr save, reduce stack frame.
96159         Correct cfi for possible PSEUDO_RET frame setup.
96160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
96161         Branch to local label emitted by PSEUDO_RET rather than
96162         __syscall_error.
96164 2010-08-12  Andreas Schwab  <schwab@redhat.com>
96166         [BZ #11904]
96167         * locale/programs/locale.c (print_assignment): New function.
96168         (show_locale_vars): Use it.
96170 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
96172         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
96173         field.
96174         (struct statfs64): Likewise.
96175         (_STATFS_F_FLAGS): Define.
96176         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
96177         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
96178         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
96179         (ST_VALID): Define locally.
96180         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
96181         __statvfs_getflags, use the provided value.
96182         * sysdeps/unix/sysv/linux/kernel-features.h: Define
96183         __ASSUME_STATFS_F_FLAGS.
96185         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
96187         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
96188         Add sys/fanotify.h.
96189         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
96190         fanotify_mask for GLIBC_2.13.
96191         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
96192         fanotify_init and fanotify_mark.
96193         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
96194         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
96196         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
96197         Add prlimit.
96198         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
96199         prlimit64 for GLIBC_2.13.
96200         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
96201         prlimit64.
96202         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
96203         syscall.
96204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
96205         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
96206         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
96207         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
96208         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
96209         add prlimit alias.
96210         * sysdeps/unix/sysv/linux/prlimit.c: New file.
96212         [BZ #11903]
96213         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
96214         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
96216         * nss/Makefile: Add rules to build and run tst-nss-test1.
96217         * shlib-versions: Add entry for libnss_test1.
96218         * nss/nss_test1.c: New file.
96219         * nss/tst-nss-test1.c: New file.
96221         * nss/nsswitch.c (__nss_database_custom): Define new variable.
96222         (__nss_configure_lookup): Set appropriate entry in
96223         __nss_configure_lookup to true.
96224         * nss/nsswitch.h: Define enum with indeces of databases in
96225         databases and __nss_database_custom arrays.  Declare
96226         __nss_database_custom.
96227         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
96228         to avoid using nscd when custom rules are installed.
96229         * nss/getXXbyYY_r.c: Likewise.
96230         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
96232         * nss/nss_files/files-parse.c: Whitespace fixes.
96234 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
96236         [BZ #11883]
96237         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
96238         * posix/fnmatch_loop.c: Likewise.
96240 2010-07-17  Andi Kleen  <ak@linux.intel.com>
96242         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
96243         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
96244         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
96245         * Versions.def [GLIBC_2.13]: Add.
96247 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
96249         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
96250         Also fail if tpwd after pwuid call is NULL.
96252 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
96254         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
96255         when converting to ms.
96257 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
96259         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
96260         EOPNOTSUPP errors with ENOTTY.
96261         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
96262         EOPNOTSUPP errors with ENOTTY.
96264 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
96266         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
96267         Add strcasecmp_l-ssse3.
96268         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
96269         strcasecmp.
96270         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
96271         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
96272         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
96274 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
96276         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
96278         * string/Makefile (strop-tests): Add strcasecmp.
96279         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
96280         strcasecmp_l-nonascii.
96281         (gen-as-const-headers): Add locale-defines.sym.
96282         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
96283         * sysdeps/x86_64/strcasecmp.S: New file.
96284         * sysdeps/x86_64/strcasecmp_l.S: New file.
96285         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
96286         * sysdeps/x86_64/locale-defines.sym: New file.
96287         * string/test-strcasecmp.c: New file.
96289         * string/test-strcasestr.c: Test both ends of the range of characters.
96290         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
96292 2010-07-29  Roland McGrath  <roland@redhat.com>
96294         [BZ #11856]
96295         * manual/locale.texi (Yes-or-No Questions): Fix example code.
96297 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
96299         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
96300         for ld.so.
96302 2010-07-27  Andreas Schwab  <schwab@redhat.com>
96304         * manual/memory.texi (Malloc Tunable Parameters): Document
96305         M_PERTURB.
96307 2010-07-26  Roland McGrath  <roland@redhat.com>
96309         [BZ #11840]
96310         * configure.in (-fgnu89-inline check): Set and substitute
96311         gnu89_inline, not libc_cv_gnu89_inline.
96312         * configure: Regenerated.
96313         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
96315 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
96317         * string/test-strnlen.c: New file.
96318         * string/Makefile (strop-tests): Add strnlen.
96319         * string/tester.c (test_strnlen): Add a few more test cases.
96320         * string/tst-strlen.c: Better error reporting.
96322         * sysdeps/x86_64/strnlen.S: New file.
96324 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
96326         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
96327         lower-latency instructions.
96329 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
96331         * string/test-strcasestr.c: New file.
96332         * string/test-strstr.c: New file.
96333         * string/Makefile (strop-tests): Add strstr and strcasestr.
96334         * string/str-two-way.h: Don't undefine MAX.
96335         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
96337 2010-07-21  Andreas Schwab  <schwab@redhat.com>
96339         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
96340         strcasestr-nonascii.
96341         (CFLAGS-strcasestr-nonascii.c): Define.
96342         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
96343         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
96344         Remove unused attribute.
96346 2010-07-20  Roland McGrath  <roland@redhat.com>
96348         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
96349         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
96350         ld.so.cache was broken.  With it, there is no way to disable dsocaps
96351         like LD_HWCAP_MASK can disable hwcaps.
96353 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
96355         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
96357 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
96359         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
96360         call in strcasestr.
96361         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
96362         __strcasestr_sse42_nonascii.
96363         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
96364         strcasestr-nonascii.c.
96365         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
96367 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
96369         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
96370         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
96371         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
96372         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
96374 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
96376         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
96377         fcntl.
96379 2010-07-06  Andreas Schwab  <schwab@redhat.com>
96381         [BZ #11577]
96382         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
96383         dl_signal_cerror.
96385 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
96387         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
96388         _PC_PIPE_BUF using F_GETPIPE_SZ.
96390 2010-07-05  Roland McGrath  <roland@redhat.com>
96392         * manual/arith.texi (Rounding Functions): Fix rint description
96393         implicit in round description.
96395 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
96397         * elf/Makefile: Fix linking for a few tests to make recent linker
96398         happy.
96400 2010-06-30  Andreas Schwab  <schwab@redhat.com>
96402         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
96403         $(common-objpfx)libc_nonshared.a.
96405 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
96407         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
96408         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
96409         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
96410         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
96411         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
96412         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
96413         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
96414         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
96415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
96416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
96417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
96418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
96419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
96420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
96421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
96422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
96423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
96424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
96425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
96426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
96427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
96428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
96429         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
96430         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
96431         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
96432         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
96433         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
96434         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
96435         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
96436         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
96437         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
96438         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
96439         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
96440         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
96441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
96442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
96443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
96444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
96445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
96446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
96447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
96448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
96449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
96450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
96451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
96452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
96453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
96454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
96456 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
96458         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
96459         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
96460         * string/memmove.c (memmove): Renamed to ...
96461         (MEMMOVE): ...this.  Default to memmove.
96462         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
96463         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
96464         (END_CHK): Define.
96465         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
96466         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
96467         mempcpy-ssse3-back memmove-ssse3-back.
96468         * sysdeps/x86_64/multiarch/bcopy.S: New file .
96469         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
96470         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
96471         * sysdeps/x86_64/multiarch/memcpy.S: New file.
96472         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
96473         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
96474         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
96475         * sysdeps/x86_64/multiarch/memmove.c: New file.
96476         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
96477         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
96478         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
96479         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
96480         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
96481         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
96482         Define.
96483         (index_Fast_Copy_Backward): Define.
96484         (HAS_ARCH_FEATURE): Define.
96485         (HAS_FAST_REP_STRING): Define.
96486         (HAS_FAST_COPY_BACKWARD): Define.
96488 2010-06-21  Andreas Schwab  <schwab@redhat.com>
96490         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
96491         Restore proper fallback handling.
96493 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
96495         [BZ #11701]
96496         * posix/group_member.c (__group_member): Correct checking loop.
96498         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
96499         OOM in getpwuid_r correctly.  Return error number when the caller
96500         should return, otherwise -1.
96501         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
96502         call returning > 0 value.
96503         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
96505 2010-06-07  Andreas Schwab  <schwab@redhat.com>
96507         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
96508         libc_nonshared.a from targets in modules-names.
96510 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
96512         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
96513         requires it.
96515 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
96517         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
96518         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
96519         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
96520         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
96522 2010-06-02  Andreas Schwab  <schwab@redhat.com>
96524         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
96526 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
96528         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
96529         and F_GETPIPE_SZ.
96530         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
96531         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
96532         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
96533         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
96534         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
96535         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
96537 2010-06-14  Roland McGrath  <roland@redhat.com>
96539         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
96541 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
96543         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
96544         __REDIRECT followed by __THROW.
96545         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
96546         * posix/getopt.h (getopt): Likewise.
96548 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
96550         * hurd/lookup-at.c (__file_name_lookup_at): Accept
96551         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
96552         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
96553         in AT_FLAGS.
96554         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
96555         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
96557 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
96559         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
96561 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
96563         [BZ #11640]
96564         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
96565         Properly check family and model.
96567 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
96569         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
96571 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
96573         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
96575 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
96577         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
96578         symbol reference.
96580 2010-05-19  Andreas Schwab  <schwab@redhat.com>
96582         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
96583         symbol reference.
96585 2010-05-21  Andreas Schwab  <schwab@redhat.com>
96587         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
96588         and internal_recvmmsg.
96589         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
96590         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
96591         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
96592         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
96594         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
96595         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
96596         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
96598 2010-05-20  Andreas Schwab  <schwab@redhat.com>
96600         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
96602 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
96604         POWER7 optimizations.
96605         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
96606         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
96608 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
96610         * version.h: Update for 2.13 development version.
96612 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
96614         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
96615         exceptions.  Return 0.
96617 2010-05-07  Roland McGrath  <roland@redhat.com>
96619         * elf/ldconfig.c (main): Add a const.
96621 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
96623         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
96624         (args_options): Add no-idn option.
96625         (ahosts_keys_int): Add idn_flags to ai_flags.
96626         (parse_option): Handle 'i' option to clear idn_flags.
96628         * malloc/malloc.c (_int_free): Possible race in the most recently
96629         added check.  Only act on the data if no current modification
96630         happened.
96632 See ChangeLog.17 for earlier changes.