Use $(PYTHON) to run benchtests python files.
[glibc.git] / ChangeLog
blob2c261caf22f28344f78001e1837c5936050794b0
1 2016-01-13  Carlos O'Donell  <carlos@redhat.com>
3         * benchtests/Makefile (PYTHON): Define.
4         (bench-func): Use $(PYTHON) to run python scripts.
5         ($(objpfx)bench-%.c): Likewise.
7 2016-01-13  Flavio Cruz  <flaviocruz@gmail.com>
9         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Do not remove
10         leading slash when `file_name' is "/".
12 2016-01-12  Joseph Myers  <joseph@codesourcery.com>
14         * bits/mman-linux.h [!MCL_CURRENT] (MCL_ONFAULT): New macro.
15         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MCL_ONFAULT):
16         Likewise.
17         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MCL_ONFAULT):
18         Likewise.
19         * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MCL_ONFAULT):
20         Likewise.
21         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETSIGMASK): New
22         enum constant and macro.
23         (PTRACE_SETSIGMASK): Likewise.
24         (PTRACE_SECCOMP_GET_FILTER): Likewise.
25         * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
26         (PTRACE_GETSIGMASK): Likewise.
27         (PTRACE_SETSIGMASK): Likewise.
28         (PTRACE_SECCOMP_GET_FILTER): Likewise.
29         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_GETSIGMASK):
30         Likewise.
31         (PTRACE_SETSIGMASK): Likewise.
32         (PTRACE_SECCOMP_GET_FILTER): Likewise.
33         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
34         (PTRACE_GETSIGMASK): Likewise.
35         (PTRACE_SETSIGMASK): Likewise.
36         (PTRACE_SECCOMP_GET_FILTER): Likewise.
37         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_GETSIGMASK):
38         Likewise.
39         (PTRACE_SETSIGMASK): Likewise.
40         (PTRACE_SECCOMP_GET_FILTER): Likewise.
41         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_GETSIGMASK):
42         Likewise.
43         (PTRACE_SETSIGMASK): Likewise.
44         (PTRACE_SECCOMP_GET_FILTER): Likewise.
45         * sysdeps/unix/sysv/linux/tile/sys/ptrace.h (PTRACE_GETSIGMASK):
46         Likewise.
47         (PTRACE_SETSIGMASK): Likewise.
48         (PTRACE_SECCOMP_GET_FILTER): Likewise.
50 2016-01-11  Jonathan Wakely  <jwakely.gcc@gmail.com>
51             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
53         [BZ #19439]
54         * math/bits/mathcalls.h
55         [!__cplusplus || __cplusplus < 201103L] (isinf): Do not declare
56         prototype.
57         [!__cplusplus || __cplusplus < 201103L] (isnan): Likewise.
59 2016-01-11  Andreas Schwab  <schwab@suse.de>
61         [BZ #19253]
62         * time/tzfile.c (__tzfile_default): Invalidate tzfile attribute
63         cache when TZDEFRULES was used.
64         * time/tst-tzname.c: New file.
65         * time/Makefile (test): Add tst-tzname.
66         (tst-tzname-ENV, CPPFLAGS-tst-tzname.c): Define.
67         * timezone/Makefile (test-zones): Add $(posixrules-file).
68         ($(testdata)/$(posixrules-file)): New rule.
70 2016-01-10  Paul Eggert  <eggert@cs.ucla.edu>
72         Fix doc quoting problems with Texinfo 5
73         Without this change, in the info file output, Texinfo 5 quotes code
74         in text with undirected single quotes 'like this' and generates
75         code examples that with many PDF readers cannot be cut out of PDFs
76         and pasted into code.
77         * manual/libc.texinfo: Configure the libc manual like the GNU
78         Emacs manual, by using @documentencoding and setting
79         txicodequoteundirected and txicodequotebacktick.  This way,
80         Texinfo 5 quotes code in text with directed single quotes ‘like
81         this’ and produces examples that can be cut out of PDFs.  This
82         change causes Texinfo 5 to generate info files that contain UTF-8
83         characters in the set {'‘', '’', '“', '”', 'Ä', 'ä', 'ö', '−',
84         '–', '—', '©', '⇒', '•', '…'}, which is OK nowadays.
86 2016-01-08  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
88         * sysdeps/unix/sysv/linux/powerpc/htm.h (__libc_tbegin,
89         __libc_tabort, __libc_tend): New wrappers that enforce compiler
90         barriers to their respective compiler built-ins.
91         * sysdeps/powerpc/nptl/elide.h (__get_new_count, ELIDE_LOCK,
92         ELIDE_TRYLOCK, __elide_unlock): Use the new wrappers.
93         * sysdeps/powerpc/sysdep.h: Likewise.
94         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: Likewise.
95         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: Likewise.
96         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: Likewise.
98 2016-01-08  Marko Myllynen  <myllynen@redhat.com>
100         * scripts/config.guess: Revert previous shebang change.
101         * scripts/config.sub: Likewise.
102         * scripts/mkinstalldirs: Likewise.
104 2016-01-08  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
106         * sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_ARCH_3_00 and
107         PPC_FEATURE2_HAS_IEEE128.
108         * sysdeps/powerpc/dl-procinfo.c:
109         (_dl_powerpc_cap_flags): Add corresponding names to new capabilities.
111 2016-01-08  John David Anglin  <danglin@gcc.gnu.org>
113         [BZ #19415]
114         * sysdeps/hppa/dl-fptr.c (_dl_fixup): Declare.
115         (elf_machine_resolve): New.  Return address of _dl_runtime_resolve.
116         (_dl_lookup_address): Rewrite using function resolver trampoline.
117         * sysdeps/hppa/dl-lookupcfg.h (DL_LOOKUP_ADDRESS): Don't clear bottom
118         two bits in address.
120 2016-01-07  Mike Frysinger  <vapier@gentoo.org>
122         * longlong.h: Change !__SHMEDIA__ to
123         (!defined (__SHMEDIA__) || !__SHMEDIA__).
124         Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
126 2016-01-07  Daniel Jacobowitz  <dan@codesourcery.com>
127             Joseph Myers  <joseph@codesourcery.com>
128             Mark Shinwell  <shinwell@codesourcery.com>
129             Andrew Stubbs  <ams@codesourcery.com>
130             Rich Felker <dalias@libc.org>
132         * longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH.
134 2016-01-07  Richard Henderson  <rth@redhat.com>
136         * longlong.h [__alpha] (umul_ppmm): Disable for c++.
138 2016-01-07  Mike Frysinger  <vapier@gentoo.org>
140         * sysdeps/unix/sysv/linux/fxstat64.c (___fxstat64): Change
141         __ASSUME_ST_INO_64_BIT == 0 to !defined __ASSUME_ST_INO_64_BIT.
142         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
143         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
144         * sysdeps/unix/sysv/linux/xstatconv.c (__xstat32_conv): Likewise.
146 2016-01-07  Paul Eggert  <eggert@cs.ucla.edu>
147             Joseph Myers  <joseph@codesourcery.com>
149         * timezone/private.h: Update from tzcode 2015g.
150         * timezone/tzfile.h: Likewise.
151         * timezone/tzselect.ksh: Likewise.
152         * timezone/zdump.c: Likewise.
153         * timezone/zic.c: Likewise.
154         * timezone/ialloc.c: Remove file.
155         * timezone/scheck.c: Likewise.
156         * timezone/Makefile (extra-objs): Remove variable.
157         ($(objpfx)zic): Do not depend on scheck.o and ialloc.o.
158         (tz-cflags): Add -DHAVE_GETTEXT -DUSE_LTZ=0
159         -Wno-maybe-uninitialized.
160         (CFLAGS-zdump.c): Remove -fwrapv -DNOID -DHAVE_GETTEXT.
161         (CFLAGS-zic.c): Remove -DNOID -DHAVE_GETTEXT.
162         (CFLAGS-ialloc.c): Remove variable.
163         (CFLAGS-scheck.c): Likewise.
164         * timezone/README: Update list of files from tzcode.
166 2016-01-07  Khem Raj  <raj.khem@gmail.com>
168         * argp/argp-fmtstream.c (__argp_fmtstream_free): Use fwrite_unlocked
169         instead of __fxprintf when _LIBC is undefined.
171 2016-01-07  Marko Myllynen  <myllynen@redhat.com>
173         * catgets/test-gencat.sh: Remove space after shebang.
174         * conform/GlibcConform.pm: Likewise.
175         * conform/check-header-lists.sh: Likewise.
176         * conform/conformtest.pl: Likewise.
177         * conform/linknamespace.pl: Likewise.
178         * conform/list-header-symbols.pl: Likewise.
179         * debug/catchsegv.sh: Likewise.
180         * elf/genrtldtbl.awk: Likewise.
181         * elf/tst-pathopt.sh: Likewise.
182         * elf/tst-rtld-load-self.sh: Likewise.
183         * grp/tst_fgetgrent.sh: Likewise.
184         * iconvdata/gen-8bit-gap-1.sh: Likewise.
185         * iconvdata/gen-8bit-gap.sh: Likewise.
186         * iconvdata/gen-8bit.sh: Likewise.
187         * iconvdata/run-iconv-test.sh: Likewise.
188         * intl/tst-gettext.sh: Likewise.
189         * intl/tst-gettext2.sh: Likewise.
190         * intl/tst-gettext4.sh: Likewise.
191         * intl/tst-gettext6.sh: Likewise.
192         * intl/tst-translit.sh: Likewise.
193         * io/ftwtest-sh: Likewise.
194         * libio/test-freopen.sh: Likewise.
195         * locale/gen-translit.pl: Likewise.
196         * malloc/tst-mtrace.sh: Likewise.
197         * manual/check-safety.sh: Likewise.
198         * manual/libc-texinfo.sh: Likewise.
199         * manual/tsort.awk: Likewise.
200         * manual/xtract-typefun.awk: Likewise.
201         * nptl/tst-cancel-wrappers.sh: Likewise.
202         * nptl/tst-tls6.sh: Likewise.
203         * posix/globtest.sh: Likewise.
204         * posix/tst-getconf.sh: Likewise.
205         * posix/wordexp-tst.sh: Likewise.
206         * scripts/check-c++-types.sh: Likewise.
207         * scripts/check-local-headers.sh: Likewise.
208         * scripts/config.guess: Likewise.
209         * scripts/config.sub: Likewise.
210         * scripts/cpp: Likewise.
211         * scripts/cross-test-ssh.sh: Likewise.
212         * scripts/documented.sh: Likewise.
213         * scripts/evaluate-test.sh: Likewise.
214         * scripts/gen-libc-abis: Likewise.
215         * scripts/gen-sorted.awk: Likewise.
216         * scripts/list-fixed-bugs.py: Likewise.
217         * scripts/merge-test-results.sh: Likewise.
218         * scripts/mkinstalldirs: Likewise.
219         * scripts/rellns-sh: Likewise.
220         * scripts/test-installation.pl: Likewise.
221         * scripts/update-copyrights: Likewise.
222         * stdio-common/tst-printf.sh: Likewise.
223         * stdio-common/tst-unbputc.sh: Likewise.
224         * stdlib/tst-fmtmsg.sh: Likewise.
225         * stdlib/tst-setcontext3.sh: Likewise.
226         * sysdeps/i386/tst-ld-sse-use.sh: Likewise.
227         * sysdeps/unix/make-syscalls.sh: Likewise.
229 2016-01-06  John David Anglin  <dave.anglin@bell.net>
231         * sysdeps/hppa/nptl/pthread_spin_init.c (pthread_spin_init): Replace
232         asm stw with atomic_exchange_rel.  Add explanatory comment.
233         * sysdeps/hppa/nptl/pthread_spin_unlock.c (pthread_spin_unlock):
234         Likewise.
236 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
238         [BZ #19122]
239         * include/unistd.h [IS_IN (rtld)]: Include <dl-unistd.h>.
240         * sysdeps/generic/dl-unistd.h: New file.
241         * sysdeps/mach/hurd/dl-unistd.h: Likewise.
243 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
245          [BZ #19122]
246          * include/sys/mman.h [IS_IN (rtld)]: Include <dl-mman.h>.
247          * sysdeps/generic/dl-mman.h: New file.
248          * sysdeps/mach/hurd/dl-mman.h: Likewise.
250 2016-01-05  Joseph Myers  <joseph@codesourcery.com>
252         * manual/texinfo.tex: Update to version 2016-01-04.21 with
253         trailing whitespace removed.
254         * scripts/config.guess: Update to version 2016-01-01.
255         * scripts/config.sub: Update to version 2016-01-01.
256         * scripts/move-if-change: Update from gnulib.
258 2016-01-04  Anton Blanchard  <anton@samba.org>
260         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Use unsigned int
261         for array indices.
262         * sysdeps/ieee754/dbl-64/e_pow.c (my_log2): Likewise.
264 2016-01-04  Joseph Myers  <joseph@codesourcery.com>
266         * NEWS: Update copyright dates.
267         * catgets/gencat.c (print_version): Likewise.
268         * csu/version.c (banner): Likewise.
269         * debug/catchsegv.sh: Likewise.
270         * debug/pcprofiledump.c (print_version): Likewise.
271         * debug/xtrace.sh (do_version): Likewise.
272         * elf/ldconfig.c (print_version): Likewise.
273         * elf/ldd.bash.in: Likewise.
274         * elf/pldd.c (print_version): Likewise.
275         * elf/sotruss.sh: Likewise.
276         * elf/sprof.c (print_version): Likewise.
277         * iconv/iconv_prog.c (print_version): Likewise.
278         * iconv/iconvconfig.c (print_version): Likewise.
279         * locale/programs/locale.c (print_version): Likewise.
280         * locale/programs/localedef.c (print_version): Likewise.
281         * login/programs/pt_chown.c (print_version): Likewise.
282         * malloc/memusage.sh (do_version): Likewise.
283         * malloc/memusagestat.c (print_version): Likewise.
284         * malloc/mtrace.pl: Likewise.
285         * manual/libc.texinfo: Likewise.
286         * nptl/version.c (banner): Likewise.
287         * nscd/nscd.c (print_version): Likewise.
288         * nss/getent.c (print_version): Likewise.
289         * nss/makedb.c (print_version): Likewise.
290         * posix/getconf.c (main): Likewise.
291         * scripts/test-installation.pl: Likewise.
292         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
294         * All files with FSF copyright notices: Update copyright dates
295         using scripts/update-copyrights.
296         * intl/plural.c: Regenerated.
297         * locale/programs/charmap-kw.h: Likewise.
298         * locale/programs/locfile-kw.h: Likewise.
300 2016-01-02  Helge Deller  <deller@gmx.de>
302         [BZ #19285]
303         * sysdeps/unix/sysv/linux/hppa/bits/mman.h (MAP_STACK): Define.
304         (MAP_HUGETLB, MCL_ONFAULT): Likewise.
305         (MADV_HUGEPAGE, MADV_NOHUGEPAGE, MADV_DONTDUMP, MADV_DODUMP): Likewise.
306         (MADV_xxK_PAGES): Remove.
308 2016-01-01  Mike Frysinger  <vapier@gentoo.org>
310         [BZ #15421]
311         * sysdeps/ia64/fpu/w_lgamma_main.c: Include math.h & math_private.h.
312         [BUILD_LGAMMA]: Wrap all code by define.  Re-indent sub-preprocessor.
313         * sysdeps/ia64/fpu/w_lgammaf_main.c: Likewise.
314         * sysdeps/ia64/fpu/w_lgammal_main.c: Likewise.
316 2015-12-30  Dmitry V. Levin  <ldv@altlinux.org>
318         [BZ #19408]
319         * sysdeps/unix/sysv/linux/personality.c: New file.
320         * sysdeps/unix/sysv/linux/sparc/sparc64/personality.c: Likewise.
321         * sysdeps/unix/sysv/linux/tst-personality.c: Likewise.
322         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == misc]
323         (sysdep_routines): Add personality.
324         (tests): Add tst-personality.
325         * sysdeps/unix/sysv/linux/syscalls.list (personality): Move ...
326         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ... here.
327         * sysdeps/unix/sysv/linux/arm/syscalls.list (personality): New entry.
328         * sysdeps/unix/sysv/linux/hppa/syscalls.list (personality): Likewise.
329         * sysdeps/unix/sysv/linux/i386/syscalls.list (personality): Likewise.
330         * sysdeps/unix/sysv/linux/m68k/syscalls.list (personality): Likewise.
331         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (personality):
332         Likewise.
333         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (personality):
334         Likewise.
335         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (personality):
336         Likewise.
337         * sysdeps/unix/sysv/linux/sh/syscalls.list (personality): Likewise.
338         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list (personality):
339         Likewise.
341 2015-12-30  Aurelien Jarno  <aurelien@aurel32.net>
343         * sysdeps/unix/sysv/linux/arm/ioperm.c: Do not include <string.h>.
344         (PATH_ARM_SYSTYPE): Remove.
345         (PATH_CPUINFO): Likewise.
346         (IO_BASE_FOOTBRIDGE): Likewise.
347         (IO_SHIFT_FOOTBRIDGE): Likewise.
348         (struct platform): Likewise.
349         (init_iosys): Remove compatibility code for 2.4 kernels.
350         * sysdeps/unix/sysv/linux/arm/localplt.data: Remove fscanf.
352 2015-12-29  Florian Weimer  <fweimer@redhat.com>
354         * malloc/tst-malloc-thread-fail.c: New file.
355         * malloc/Makefile (tests): Add tst-malloc-thread-fail.
356         (tst-malloc-thread-fail): Link against libpthread.
358 2015-12-29  Mike Frysinger  <vapier@gentoo.org>
360         * scripts/list-fixed-bugs.py: Import argparse.  Call main instead.
361         (get_parser): New function.
362         (main): New function.
364 2015-12-29  Rob Wu  <rob@robwu.nl>
366         [BZ #19369]
367         * resolv/res_init.c (__res_vinit): Reset defdname before use.
369 2015-12-29  John David Anglin  <danglin@gcc.gnu.org>
371         [BZ #19270]
372         * sysdeps/hppa/fpu/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Define.
374 2015-12-28  Mike Frysinger  <vapier@gentoo.org>
376         [BZ #15421]
377         * sysdeps/ia64/fpu/w_lgamma_main.c: Change gammaf to gamma.
379 2015-12-23  Torvald Riegel  <triegel@redhat.com>
381         [BZ #13690]
382         * sysdeps/nptl/lowlevellock.h (__lll_unlock): Do not access the lock
383         after releasing it.
384         (__lll_robust_unlock): Likewise.
385         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
386         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (lll_unlock): Likewise.
387         (lll_robust_unlock): Likewise.
388         * sysdeps/unix/sysv/linux/lowlevellock-futex.h (__lll_private_flag):
389         Prevent warnings in callers.
391 2015-12-23  Florian Weimer  <fweimer@redhat.com>
393         * malloc/arena.c (list_lock): Update comment.
395 2015-12-22  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
397         * sysdeps/powerpc/hwcapinfo.c: Export symbol
398         __parse_hwcap_and_convert_at_platform to libc.a.
400 2015-12-22  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
402         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Added
403         platform and feature support for POWER9.
404         * sysdeps/powerpc/dl-procinfo.h: Likewise.
405         * sysdeps/powerpc/powerpc32/power9/Implies: New file.
406         * sysdeps/powerpc/powerpc32/power9/fpu/multiarch/Implies: Likewise.
407         * sysdeps/powerpc/powerpc32/power9/multiarch/Implies: Likewise.
408         * sysdeps/powerpc/powerpc64/power9/Implies: Likewise, for powerpc64.
409         * sysdeps/powerpc/powerpc64/power9/fpu/Implies: Likewise.
410         * sysdeps/powerpc/powerpc64/power9/fpu/multiarch/Implies: Likewise.
411         * sysdeps/powerpc/powerpc64/power9/multiarch/Implies: Likewise.
413 2015-12-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
415         Harmonize generic stdio-lock support with nptl
417         This fixes build when _IO_funlockfile is a macro, fixes build where
418         _IO_acquire_lock_clear_flags2 is used, and fixes unlocking on unexpected
419         stack unwind.
421         * sysdeps/generic/stdio-lock.h [__EXCEPTIONS] (_IO_acquire_lock,
422         _IO_release_lock ): Use cleanup attribute on new
423         _IO_acquire_lock_file variable instead of assuming that
424         _IO_release_lock will be called.
425         [!__EXCEPTIONS] (_IO_acquire_lock): Define to non-existing
426         _IO_acquire_lock_needs_exceptions_enabled.
427         (_IO_acquire_lock_clear_flags2): New macro.
429 2015-12-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
431         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
433 2015-12-21  Florian Weimer  <fweimer@redhat.com>
435         [BZ #19182]
436         * malloc/arena.c (list_lock): Document lock ordering requirements.
437         (free_list_lock): New lock.
438         (ptmalloc_lock_all): Comment on free_list_lock.
439         (ptmalloc_unlock_all2): Reinitialize free_list_lock.
440         (detach_arena): Update comment.  free_list_lock is now needed.
441         (_int_new_arena): Use free_list_lock around detach_arena call.
442         Acquire arena lock after list_lock.  Add comment, including FIXME
443         about incorrect synchronization.
444         (get_free_list): Switch to free_list_lock.
445         (reused_arena): Acquire free_list_lock around detach_arena call
446         and attached threads counter update.  Add two FIXMEs about
447         incorrect synchronization.
448         (arena_thread_freeres): Switch to free_list_lock.
449         * malloc/malloc.c (struct malloc_state): Update comments to
450         mention free_list_lock.
452 2015-12-21  Siddhesh Poyarekar  <siddhesh.poyarekar@linaro.org>
454         * sysdeps/ieee754/dbl-64/s_sin.c (csloww, csloww1, csloww2):
455         Remove functions.
456         (sloww, sloww1): Accept argument to offset quadrant.
457         (sloww, sloww1, sloww2): Call __mpsin or __mpcos based on
458         quadrant.
459         (__sin, __cos): Consolidate common code into new functions.
460         (reduce_sincos_1, do_sincos_1): New functions.
461         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use them.
463         * sysdeps/ieee754/dbl-64/s_sin.c (__sin, __cos): Move common
464         code to new functions.
465         (reduce_sincos_2, do_sincos_2): New functions.
466         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use them.
468         * sysdeps/ieee754/dbl-64/s_sin.c (__sin) [!IN_SINCOS]: Skip
469         common code for sincos.
470         (__cos) [!IN_SINCOS]: Likewise.
471         * sysdeps/ieee754/dbl-64/s_sincos.c (reduce_and_compute_sincos):
472         New function.
473         (__sincos): Use it.
475 2015-12-20  Aurelien Jarno  <aurelien@aurel32.net>
477         * sysdeps/i386/fpu/libm-test-ulps: Move to ....
478         * sysdeps/i386/i686/multiarch/fpu/libm-test-ulps: ...here.
479         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
481 2015-12-19  Andrew Senkevich  <andrew.senkevich@intel.com>
483         * sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S: New file.
484         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Added new file.
485         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Added new tests.
486         * sysdeps/x86_64/multiarch/memset.S: Added new IFUNC branch.
487         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
488         * sysdeps/x86/cpu-features.h (bit_Prefer_No_VZEROUPPER,
489         index_Prefer_No_VZEROUPPER): New feature.
490         * sysdeps/x86/cpu-features.c (init_cpu_features): Set the
491         Prefer_No_VZEROUPPER for Knights Landing.
493 015-12-18  Torvald Riegel  <triegel@redhat.com>
495         * math/atest-exp2.c (mp_exp_m1): Remove.
497 2015-12-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
499         * sysdeps/unix/sysdep.h (SYSCALL_CANCEL): Fix macro for zero argument
500         syscalls.
501         (__SYSCALL0): New macro.
502         (__SYSCALL1): Likewise.
503         (__SYSCALL2): Likewise.
504         (__SYSCALL3): Likewise.
505         (__SYSCALL4): Likewise.
506         (__SYSCALL5): Likewise.
507         (__SYSCALL6): Likewise.
508         (__SYSCALL_CONCAT_X): Likewise.
509         (__SYSCALL_CONCAT): Likewise.
510         (__SYSCALL_DIST): Likewise.
511         (__SYSCALL_CALL): Likewise.
513 2015-12-17  H.J. Lu  <hongjiu.lu@intel.com>
515         [BZ #19363]
516         * sysdeps/unix/sysv/linux/x86_64/x32/times.c: New file.
518 2015-12-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
520         [BZ #19375]
521         * sysdeps/powerpc/power7/fpu/s_logb.c (__logb): Fix return for
522         negative subnormals.
524 2015-12-16  H.J. Lu  <hongjiu.lu@intel.com>
526         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
527         (REGISTERS_CLOBBERED_BY_SYSCALL): New.
528         (INTERNAL_SYSCALL_NCS): Use it.
529         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
531 2015-12-16  Florian Weimer  <fweimer@redhat.com>
533         [BZ #19243]
534         * malloc/arena.c (get_free_list): Remove assert and adjust
535         reference count handling.  Add comment about reused_arena
536         interaction.
537         (reused_arena): Add comments abount get_free_list interaction.
538         * malloc/tst-malloc-thread-exit.c: New file.
539         * malloc/Makefile (tests): Add tst-malloc-thread-exit.
540         (tst-malloc-thread-exit): Link against libpthread.
542 2015-12-15  H.J. Lu  <hongjiu.lu@intel.com>
544         [BZ #19367]
545         * sysdeps/unix/sysv/linux/wordsize-64/mmap.c: New file.
546         * sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h: Likewise.
547         * sysdeps/unix/sysv/linux/x86_64/64/mmap.c: Likewise.
548         * sysdeps/x86/cpu-features.h (bit_Prefer_MAP_32BIT_EXEC): New.
549         (index_Prefer_MAP_32BIT_EXEC): Likewise.
551 2015-12-15  H.J. Lu  <hongjiu.lu@intel.com>
553         * sysdeps/x86/cpu-features.c (init_cpu_features): Enable
554         Silvermont optimizations for Knights Landing.
556 2015-12-15  Andreas Schwab  <schwab@suse.de>
558         [BZ #17197]
559         * iconvdata/ibm930.c (BODY for TO_LOOP): Record current DBCS state
560         immediately after emitting SI.
561         * iconvdata/ibm933.c (BODY for TO_LOOP): Likewise.
562         * iconvdata/ibm935.c (BODY for TO_LOOP): Likewise.
563         * iconvdata/ibm937.c (BODY for TO_LOOP): Likewise.
564         * iconvdata/ibm939.c (BODY for TO_LOOP): Likewise.
565         * iconvdata/bug-iconv10.c: New file.
566         * iconvdata/Makefile (tests): Add bug-iconv10.
567         ($(objpfx)bug-iconv10.out): New rule.
569 2015-12-15  Florian Weimer  <fweimer@redhat.com>
571         * dlfcn/tst-rec-dlopen.c (call_func): Cast dlsym result, fixing an
572         aliasing violation.
574 2015-12-14  Joseph Myers  <joseph@codesourcery.com>
576         [BZ #18472]
577         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Handle entries
578         for the form NAME@VERSION:OBSOLETED and generate SHLIB_COMPAT
579         conditionals for them.
580         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Likewise.
581         * sysdeps/unix/sysv/linux/sys/kdaemon.h: Remove file.
582         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
583         sys/kdaemon.h.
584         * sysdeps/unix/sysv/linux/syscalls.list (bdflush): Make into
585         compat-only syscall, obsoleted in glibc 2.23.
586         (create_module): Likewise.
587         (get_kernel_syms): Likewise.
588         (query_module): Likewise.
589         (uselib): Likewise.
590         * manual/sysinfo.texi (System Parameters): Do not mention bdflush.
592 2015-12-11  Aurelien Jarno  <aurelien@aurel32.net>
594         * sysdeps/unix/sysv/linux/arm/ioperm.c: Do not include
595         <linux/version.h>.
596         [LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)]: Remove
597         conditional code.
598         (init_iosys): Use CTL_BUS_ISA instead of BUS_ISA in iobase_name
599         and ioshift_name initialization.
601 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
603         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
604         Fix indentation.
606 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
608         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation.
610 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
612         * stdlib/strtol_l.c (__strtol_l): Fix indentation.
614 2015-12-10  Aurelien Jarno  <aurelien@aurel32.net>
615             Jakub Wilk  <jwilk@debian.org>
617         [BZ #19347]
618         * sysdeps/unix/grantpt.c [!HAVE_PT_CHOWN] (grantpt): Do not try
619         to change the group of the device to the tty group.
621 2015-12-10  Paul Eggert  <eggert@cs.ucla.edu>
623         Split large string section; add truncation advice
624         * manual/examples/strncat.c: Remove.
625         This example was misleading, as the code would have undefined
626         behavior if "hello" was longer than SIZE.  Anyway, the manual
627         shouldn't encourage strncpy+strncat for this sort of thing.
628         * manual/string.texi (Copying Strings and Arrays): Split into
629         three sections Copying Strings and Arrays, Concatenating Strings,
630         and Truncating Strings, as this section was way too long.  All
631         cross-referenced changed.  Add advice about string-truncation
632         functions.  Remove misleading strncat example.
634 2015-12-10  Carlos O'Donell  <carlos@redhat.com>
636         * manual/nss.texi (NSS Modules Interface): Document
637         NSS_STATUS_NOTFOUND and SUCCESS.
639 2015-12-09  Mike FABIAN  <mfabian@redhat.com>
641         [BZ 18568]
642         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
643         201505L, for Unicode 8.
645 2015-12-09  Carlos O'Donell  <carlos@redhat.com>
647         * locale/C-translit.h: Regenerate.
649 2015-12-09  Mike FABIAN  <mfabian@redhat.com>
651         * locale/C-translit.h.in: Remove duplicate transliterations for U+0152
652         and U+0153.
654 2015-12-09  Joseph Myers  <joseph@codesourcery.com>
656         [BZ #19351]
657         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): When
658         expanding log(1+z), compare z rather than its square with epsilon
659         to determine when to avoid evaluating the expansion.
661         [BZ #19350]
662         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl):
663         Increase overflow threshold.
665         [BZ #19349]
666         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Return argument
667         when small.
669         * sysdeps/unix/sysv/linux/i386/kernel-features.h
670         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SOCKET_SYSCALL):
671         New macro.
672         [__LINUX_KERNEL_VERSION >= 0x040300]
673         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
674         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_BIND_SYSCALL):
675         Likewise.
676         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_CONNECT_SYSCALL):
677         Likewise.
678         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_LISTEN_SYSCALL):
679         Likewise.
680         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_ACCEPT4_SYSCALL):
681         Likewise.
682         [__LINUX_KERNEL_VERSION >= 0x040300]
683         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Likewise.
684         [__LINUX_KERNEL_VERSION >= 0x040300]
685         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
686         [__LINUX_KERNEL_VERSION >= 0x040300]
687         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
688         [__LINUX_KERNEL_VERSION >= 0x040300]
689         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
690         [__LINUX_KERNEL_VERSION >= 0x040300]
691         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
692         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDTO_SYSCALL):
693         Likewise.
694         [__LINUX_KERNEL_VERSION >= 0x040300]
695         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
696         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
697         Likewise.
698         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVFROM_SYSCALL):
699         Likewise.
700         [__LINUX_KERNEL_VERSION >= 0x040300]
701         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Likewise.
702         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
703         Likewise.
704         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SHUTDOWN_SYSCALL):
705         Likewise.
706         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
707         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMMSG_SYSCALL):
708         Likewise.
709         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMMSG_SYSCALL):
710         Likewise.
711         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SOCKET_SYSCALL):
712         Likewise.
713         [__LINUX_KERNEL_VERSION >= 0x040300]
714         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
715         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_BIND_SYSCALL):
716         Likewise.
717         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_CONNECT_SYSCALL):
718         Likewise.
719         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_LISTEN_SYSCALL):
720         Likewise.
721         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_ACCEPT4_SYSCALL):
722         Likewise.
723         [__LINUX_KERNEL_VERSION >= 0x040300]
724         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Likewise.
725         [__LINUX_KERNEL_VERSION >= 0x040300]
726         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
727         [__LINUX_KERNEL_VERSION >= 0x040300]
728         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
729         [__LINUX_KERNEL_VERSION >= 0x040300]
730         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
731         [__LINUX_KERNEL_VERSION >= 0x040300]
732         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
733         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDTO_SYSCALL):
734         Likewise.
735         [__LINUX_KERNEL_VERSION >= 0x040300]
736         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
737         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
738         Likewise.
739         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVFROM_SYSCALL):
740         Likewise.
741         [__LINUX_KERNEL_VERSION >= 0x040300]
742         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Likewise.
743         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
744         Likewise.
745         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SHUTDOWN_SYSCALL):
746         Likewise.
747         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
748         (__ASSUME_SOCKET_SYSCALL): Likewise.
749         (__ASSUME_BIND_SYSCALL): Likewise.
750         (__ASSUME_CONNECT_SYSCALL): Likewise.
751         (__ASSUME_LISTEN_SYSCALL): Likewise.
752         (__ASSUME_ACCEPT_SYSCALL): Likewise.
753         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
754         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
755         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
756         (__ASSUME_SEND_SYSCALL): Likewise.
757         (__ASSUME_SENDTO_SYSCALL): Likewise.
758         (__ASSUME_RECV_SYSCALL): Likewise.
759         (__ASSUME_RECVFROM_SYSCALL): Likewise.
760         (__ASSUME_SHUTDOWN_SYSCALL): Likewise.
761         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
762         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
763         (__ASSUME_SENDMSG_SYSCALL): Likewise.
764         (__ASSUME_RECVMSG_SYSCALL): Likewise.
765         * sysdeps/unix/sysv/linux/sh/kernel-features.h
766         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SOCKET_SYSCALL):
767         Likewise.
768         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_BIND_SYSCALL):
769         Likewise.
770         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_CONNECT_SYSCALL):
771         Likewise.
772         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_LISTEN_SYSCALL):
773         Likewise.
774         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_ACCEPT_SYSCALL):
775         Likewise.
776         [__LINUX_KERNEL_VERSION >= 0x020625]
777         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
778         [__LINUX_KERNEL_VERSION >= 0x020625]
779         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
780         [__LINUX_KERNEL_VERSION >= 0x020625]
781         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
782         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SEND_SYSCALL):
783         Likewise.
784         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SENDTO_SYSCALL):
785         Likewise.
786         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECV_SYSCALL):
787         Likewise.
788         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECVFROM_SYSCALL):
789         Likewise.
790         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SHUTDOWN_SYSCALL):
791         Likewise.
792         [__LINUX_KERNEL_VERSION >= 0x020625]
793         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
794         [__LINUX_KERNEL_VERSION >= 0x020625]
795         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
796         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SENDMSG_SYSCALL):
797         Likewise.
798         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECVMSG_SYSCALL):
799         Likewise.
801 2015-12-09  Aurelien Jarno  <aurelien@aurel32.net>
803         * sysdeps/unix/sysv/linux/mips/configure.ac (has-mpf64): Define to
804         record the current if the current ABI and CPU support the FP64
805         extension.
806         (has-modd-spreg): Define to record the current if the current ABI and
807         CPU support 32-bit floating point values in odd FPU registers.
808         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
809         * sysdeps/mips/Makefile (tst-abi-fpxxomod): Only build when
810         $(has-modd-spreg) equals yes.
811         (tst-abi-fp64amod): Only build when $(has-mpf64) equals yes.
812         (tst-abi-fp64mod): Only build when both $(has-mpf64) and
813         $(has-modd-spreg) equal yes.
815 2015-12-09  Aurelien Jarno  <aurelien@aurel32.net>
817         * sysdeps/unix/grantpt.c (grantpt): Call__basename instead of
818         basename.
820 2015-12-08  Siddhesh Poyarekar  <sid@reserved-bit.com>
822         * benchtests/Makefile (bench-math): Move ffs and ffsll...
823         (bench-string): ... here.
824         (bench): Add bench-string.
825         (string-bench, wcsmbs-bench, stdlib-bench, stdio-common-bench): Rename
826         to *-benchset to reflect what they are.
827         (benchset): Adjust.
829         * benchtests/sincos-inputs: Add inputs from sin-inputs and
830         cos-inputs.
832 2015-12-07  Andrew Senkevich  <andrew.senkevich@intel.com>
834         * sysdeps/x86/fpu/bits/math-vector.h: W/o -fopenmp use GCC 6.*
835         __attribute__ ((__simd__)) for vector math function declarations.
837 2015-12-04  Paul Eggert  <eggert@cs.ucla.edu>
839         Fix typo in strncat, wcsncat manual entries
840         * manual/string.texi (Copying and Concatenation): Fix typos in
841         sample implementations of strncat and wcsncat, by having them use
842         the old value of the destination length, not the new one.
844 2015-12-04  Joseph Myers  <joseph@codesourcery.com>
846         [BZ #16961]
847         [BZ #16962]
848         * math/s_nan.c (__nan): Use __strtod_nan instead of constructing a
849         string on the stack for strtod.
850         * math/s_nanf.c (__nanf): Use __strtof_nan instead of constructing
851         a string on the stack for strtof.
852         * math/s_nanl.c (__nanl): Use __strtold_nan instead of
853         constructing a string on the stack for strtold.
854         * stdlib/Versions (libc): Add __strtof_nan, __strtod_nan and
855         __strtold_nan to GLIBC_PRIVATE.
856         * math/test-nan-overflow.c: New file.
857         * math/test-nan-payload.c: Likewise.
858         * math/Makefile (tests): Add test-nan-overflow and
859         test-nan-payload.
861 2015-12-04  Paul Eggert  <eggert@cs.ucla.edu>
863         Consistency about byte vs character in string.texi
864         * manual/string.texi (String and Array Utilities):
865         Distinguish more carefully among bytes, multibyte characters,
866         and wide characters.  Use "byte" when talking about C 'char',
867         to distinguish it more clearly from multibyte characters.
868         Say "wide character" or "multibyte character" instead of
869         "character", when a wide or multibyte character is intended.
870         Similarly for "multibyte string" versus "string".
871         Define these terms more carefully.
873 2015-12-03  Chris Metcalf  <cmetcalf@ezchip.com>
875         * sysdeps/arm/math_private.h (LDBL_CLASSIFY_COMPAT): New symbol.
876         * sysdeps/microblaze/math_private.h (LDBL_CLASSIFY_COMPAT):
877         Likewise.
878         * sysdeps/mips/math_private.h (LDBL_CLASSIFY_COMPAT): Likewise.
879         * sysdeps/nios2/math_private.h (LDBL_CLASSIFY_COMPAT): Likewise.
880         * sysdeps/sh/math_private.h: New file.
881         * sysdeps/m68k/coldfire/fpu/math_private.h: Likewise.
882         * sysdeps/ieee754/dbl-64/s_finite.c [defined NO_LONG_DOUBLE &&
883         defined LDBL_CLASSIFY_COMPAT]: Create compat symbol for internal
884         long double function name.
885         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
886         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
887         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
888         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
889         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
890         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist:
891         Remove __finitel, __isinfl, and __isnanl.
892         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
893         Likewise.
894         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
895         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
896         Remove __finitel.
897         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
898         Likewise.
899         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
901 2015-12-03  Andrew Senkevich  <andrew.senkevich@intel.com>
903         * math/Makefile ($(inst_libdir)/libm.so): Corrected path to
904         installed libmvec_nonshared.a.
906 2015-12-03  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
908         * sysdeps/powerpc/Makefile (sysdep-dl-routines): Add hwcapinfo.
909         (sysdep_routines): Likewise.
910         (sysdep-rtld-routines): Likewise.
911         [$(subdir) = nptl](tests): Add test-get_hwcap and test-get_hwcap-static
912         [$(subdir) = nptl](tests-static): test-get_hwcap-static
913         * sysdeps/powerpc/Versions: Added new
914         __parse_hwcap_and_convert_at_platform symbol to GLIBC-2.23.
915         * sysdeps/powerpc/hwcapinfo.c: New file.
916         (__tcb_parse_hwcap_and_convert_at_platform): New function to initialize
917         and parse hwcap, hwcap2 and platform number information.
918         * sysdeps/powerpc/hwcapinfo.h: New file.  Creates global variables
919         to store HWCAP+HWCAP2 and platform number.
920         * sysdeps/powerpc/nptl/tcb-offsets.sym: Added new offsets
921         for HWCAP+HWCAP2 and platform number in the TCB.
922         * sysdeps/powerpc/nptl/tls.h: New functionality.  Stores
923         the HWCAP, HWCAP2 and platform number in the TCB.
924         (dtv): Added new fields for HWCAP+HWCAP2 and platform number.
925         (TLS_INIT_TP): Included calls to add the hwcap and
926         at_platform values in the TCB in TP initialization.
927         (TLS_DEFINE_INIT_TP): Likewise.
928         (THREAD_GET_HWCAP): New macro.
929         (THREAD_SET_HWCAP): Likewise.
930         (THREAD_GET_AT_PLATFORM): Likewise.
931         (THREAD_SET_AT_PLATFORM): Likewise.
932         * sysdeps/powerpc/powerpc32/dl-machine.h:
933         (dl_platform_init): New function that calls
934         __parse_hwcap_and_convert_at_platform for the dymanic linking case for
935         powerpc32.
936         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise, for powerpc64.
937         * sysdeps/powerpc/test-get_hwcap-static.c: New file.  Testcase for
938         this functionality, static linking case.
939         * sysdeps/powerpc/test-get_hwcap.c: New file.  Likewise, dynamic
940         linking case.
941         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Added call to
942         __parse_hwcap_and_convert_at_platform for the static linking case.
943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist:
944         Included the new __parse_hwcap_and_convert_at_platform symbol in the
945         ABI list for GLIBC 2.23.
946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist:
947         Likewise.
948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist:
949         Likewise.
951 2015-12-02  Ludovic Courtès  <ludo@gnu.org>
953         * configure.ac: Use 'pwd -P' instead of '/bin/pwd'.
954         * configure: Regenerate.
955         * io/ftwtest-sh: Use 'pwd -P' instead of '/bin/pwd'.
956         * scripts/rellns-sh: Likewise.  Remove 'pwd' variable.
958 2015-12-02  Carlos O'Donell  <carlos@redhat.com>
960         * iconvdata/ibm930.c: Add comment explaining encoding uses.
961         * iconvdata/ibm933.c: Likewise.
962         * iconvdata/ibm935.c: Likewise.
963         * iconvdata/ibm937.c: Likewise.
964         * iconvdata/ibm939.c: Likewise.
966 2015-12-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
968         * nptl/tst-cancel20.c (do_one_test): Move the pipe closing after
969         pthread_join.
970         * nptl/tst-cancel21.c (tf): Likewise.
972 2015-12-01  H.J. Lu  <hongjiu.lu@intel.com>
974         [BZ #19313]
975         * bits/typesizes.h (__CPU_MASK_TYPE): New.
976         * sysdeps/mach/hurd/bits/typesizes.h (__CPU_MASK_TYPE): Likewise.
977         * sysdeps/nacl/bits/typesizes.h (__CPU_MASK_TYPE): Likewise.
978         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__CPU_MASK_TYPE):
979         Likewise.
980         * sysdeps/unix/sysv/linux/generic/bits/typesizes.h (__CPU_MASK_TYPE):
981         Likewise.
982         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h (__CPU_MASK_TYPE):
983         Likewise.
984         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__CPU_MASK_TYPE):
985         Likewise.
986         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h (__CPU_MASK_TYPE):
987         * sysdeps/unix/sysv/linux/bits/sched.h (__cpu_mask): Replace
988         unsigned long int with __CPU_MASK_TYPE.
990 2015-12-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
992         * sysdeps/aarch64/libm-test-ulps: Regenerated.
994 2015-12-01  Joseph Myers  <joseph@codesourcery.com>
996         * sysdeps/ieee754/dbl-64/e_sqrt.c: Do not include uroot.h.
997         (__ieee754_sqrt): Use hex float constants instead of tm256.x and
998         t512.x.
999         * sysdeps/ieee754/dbl-64/uroot.h: Remove file.
1001 2015-11-30  Amit Pawar  <amit.pawar@amd.com>
1003         [BZ #19214]
1004         * sysdeps/x86/cpu-features.c (get_common_indeces): Add an
1005         argument to return extended model.  Update family and model
1006         with extended family and model when family == 0x0f.
1007         (init_cpu_features): Updated.
1009 2015-11-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1011         The RPC interface used by mmap uses the unsigned vm_offset_t, not the
1012         signed off_t, so 32bit bigger than 2GiB values are fine actually.
1014         * sysdeps/mach/hurd/mmap64.c: New file.
1016 2015-11-29  Thomas Schwinge  <thomas@codesourcery.com>
1018         * sysdeps/mach/hurd/fork.c (__fork): Install correct number of send
1019         rights for its main user thread in NEWTASK.
1021 2015-11-28  Maciej W. Rozycki  <macro@imgtec.com>
1023         * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Include ABS2008.
1024         (_FPU_DEFAULT, _FPU_IEEE) [__mips_nan2008]: Set ABS2008.
1026 2015-11-27  Carlos O'Donell  <carlos@redhat.com>
1028         [BZ #14259]
1029         * Makeconfig: Rename localedir to complocaledir.
1030         Rename inst_localedir to inst_complocaledir.
1031         * aclocal.m4: Rename libc_cv_localedir to libc_cv_complocaledir.
1032         * config.make.in: Use complocaledir and libc_cv_complocaledir.
1033         * configure.ac: Use libc_cv_complocaledir.
1034         * configure: Regenerate.
1035         * locale/Makefile: Use complocaledir. Rename define -DLOCALEDIR to
1036         -DCOMPLOCALEDIR.
1037         * locale/findlocale.c: Use COMPLOCALEDIR.
1038         * locale/loadarchive.c: Likewise.
1039         * locale/programs/locale.c: Likewise.
1040         * locale/programs/localedef.c: Likewise.
1041         * locale/programs/locarchive.c: Likewise.
1042         * localedata/Makefile: Use inst_complocaledir.
1043         * sysdeps/gnu/configure: Regenerate.
1044         * sysdeps/hppa/configure: Regenerate.
1045         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerate.
1046         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
1048         * sysdeps/unix/sysv/linux/s390/s390-64/configure: Regenerate.
1049         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: Regenerate.
1050         * sysdeps/unix/sysv/linux/x86_64/64/configure: Regenerate.
1051         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Regenerate.
1053 2015-11-27  Andrew Senkevich  <andrew.senkevich@intel.com>
1055         [BZ #19058]
1056         * math/Makefile ($(inst_libdir)/libm.so): Added libmvec_nonshared.a to
1057         AS_NEEDED.
1058         * sysdeps/x86/fpu/bits/math-vector.h: Removed code with asm aliases
1059         workaround.
1060         * sysdeps/x86_64/fpu/Makefile (libmvec-support,
1061         libmvec-static-only-routines): Added new file.
1062         * sysdeps/x86_64/fpu/svml_finite_alias.S: New file.
1064 2015-11-25  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1066         * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Destroy reply port
1067         of interrupted RPC instead of restoring it.
1069         * sysdeps/i386/setjmp.S (__sigsetjmp): Add hidden_def.
1070         * sysdeps/mach/hurd/accept4.c (__libc_accept4): Remove
1071         libc_hidden_def.
1072         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Initialize to get
1073         into initialized data instead of common. Define rtld_hidden_data_def.
1074         * sysdeps/mach/hurd/fxstatat64.c (__fxstatat64): Add libc_hidden_def.
1075         * sysdeps/mach/hurd/if_index.c (__if_freenameindex): Add
1076         libc_hidden_def.
1077         (if_freenameindex): Add libc_hidden_weak.
1078         (if_nameindex): Add libc_hidden_weak.
1079         * sysdeps/mach/hurd/open.c (_open64): Rename libc_hidden_weak into
1080         __open64.
1081         * sysdeps/mach/hurd/sigwait.c (__sigwait): Add libc_hidden_def.
1082         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Add libc_hidden_def.
1083         * sysdeps/mach/nanosleep.c: Include <time.h>
1084         (__nanosleep): Rename to __libc_nanosleep.
1085         (__nanosleep): Add weak_alias.
1086         (nanosleep): Update alias.
1088 2015-11-24  Joseph Myers  <joseph@codesourcery.com>
1090         * stdlib/strtod_nan.c: New file.
1091         * stdlib/strtod_nan_double.h: Likewise.
1092         * stdlib/strtod_nan_float.h: Likewise.
1093         * stdlib/strtod_nan_main.c: Likewise.
1094         * stdlib/strtod_nan_narrow.h: Likewise.
1095         * stdlib/strtod_nan_wide.h: Likewise.
1096         * stdlib/strtof_nan.c: Likewise.
1097         * stdlib/strtold_nan.c: Likewise.
1098         * sysdeps/ieee754/ldbl-128/strtod_nan_ldouble.h: Likewise.
1099         * sysdeps/ieee754/ldbl-128ibm/strtod_nan_ldouble.h: Likewise.
1100         * sysdeps/ieee754/ldbl-96/strtod_nan_ldouble.h: Likewise.
1101         * wcsmbs/wcstod_nan.c: Likewise.
1102         * wcsmbs/wcstof_nan.c: Likewise.
1103         * wcsmbs/wcstold_nan.c: Likewise.
1104         * stdlib/Makefile (routines): Add strtof_nan, strtod_nan and
1105         strtold_nan.
1106         * wcsmbs/Makefile (routines): Add wcstod_nan, wcstold_nan and
1107         wcstof_nan.
1108         * include/stdlib.h (__strtof_nan): Declare and use
1109         libc_hidden_proto.
1110         (__strtod_nan): Likewise.
1111         (__strtold_nan): Likewise.
1112         (__wcstof_nan): Likewise.
1113         (__wcstod_nan): Likewise.
1114         (__wcstold_nan): Likewise.
1115         * include/wchar.h (____wcstoull_l_internal): Declare.
1116         * stdlib/strtod_l.c: Do not include <ieee754.h>.
1117         (____strtoull_l_internal): Remove declaration.
1118         (STRTOF_NAN): Define macro.
1119         (SET_MANTISSA): Remove macro.
1120         (STRTOULL): Likewise.
1121         (____STRTOF_INTERNAL): Use STRTOF_NAN to parse NaN payload.
1122         * stdlib/strtof_l.c (____strtoull_l_internal): Remove declaration.
1123         (STRTOF_NAN): Define macro.
1124         (SET_MANTISSA): Remove macro.
1125         * sysdeps/ieee754/ldbl-128/strtold_l.c (STRTOF_NAN): Define macro.
1126         (SET_MANTISSA): Remove macro.
1127         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (STRTOF_NAN): Define
1128         macro.
1129         (SET_MANTISSA): Remove macro.
1130         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (STRTOF_NAN): Define
1131         macro.
1132         (SET_MANTISSA): Remove macro.
1133         * sysdeps/ieee754/ldbl-96/strtold_l.c (STRTOF_NAN): Define macro.
1134         (SET_MANTISSA): Remove macro.
1135         * wcsmbs/wcstod_l.c (____wcstoull_l_internal): Remove declaration.
1136         * wcsmbs/wcstof_l.c (____wcstoull_l_internal): Likewise.
1137         * wcsmbs/wcstold_l.c (____wcstoull_l_internal): Likewise.
1139         [BZ #19266]
1140         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check directly for
1141         upper case and lower case letters inside NAN(), not using TOLOWER.
1142         * stdlib/tst-strtod-nan-locale-main.c: New file.
1143         * stdlib/tst-strtod-nan-locale.c: Likewise.
1144         * stdlib/Makefile (tests): Add tst-strtod-nan-locale.
1145         [$(run-built-tests) = yes] ($(objpfx)tst-strtod-nan-locale.out):
1146         Depend on $(gen-locales).
1147         ($(objpfx)tst-strtod-nan-locale): Depend on $(libm).
1148         * wcsmbs/tst-wcstod-nan-locale.c: New file.
1149         * wcsmbs/Makefile (tests): Add tst-wcstod-nan-locale.
1150         [$(run-built-tests) = yes] ($(objpfx)tst-wcstod-nan-locale.out):
1151         Depend on $(gen-locales).
1152         ($(objpfx)tst-wcstod-nan-locale): Depend on $(libm).
1154 2015-11-24  Chris Metcalf  <cmetcalf@ezchip.com>
1156         * misc/tst-tsearch.c (TIMEOUT): Set to 10.
1158         * sysdeps/tile/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Define.
1159         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Add
1160         __finitel, __isinfl, and __isnanl.
1161         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
1162         Likewise.
1163         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
1164         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: Add
1165         __finitel.
1166         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
1167         Likewise.
1168         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
1170 2015-11-24  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
1172         * malloc/memusage.c (me): Remove redundant getenv call.
1174 2015-10-24  Florian Weimer  <fweimer@redhat.com>
1176         [BZ #19143]
1177         [BZ #19164]
1178         * nptl/check-cpuset.h: Remove.
1179         * nptl/pthread_attr_setaffinity.c (__pthread_attr_setaffinity_new):
1180         Remove CPU set size check.
1181         * nptl/pthread_setattr_default_np.c (pthread_setattr_default_np):
1182         Likewise.
1183         * sysdeps/unix/sysv/linux/check-cpuset.h: Remove.
1184         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
1185         (__kernel_cpumask_size, __determine_cpumask_size): Remove.
1186         (__pthread_setaffinity_new): Remove CPU set size check.
1187         * sysdeps/unix/sysv/linux/sched_setaffinity.c
1188         (__kernel_cpumask_size): Remove.
1189         (__sched_setaffinity_new): Remove CPU set size check.
1190         * manual/threads.texi (Default Thread Attributes): Remove stale
1191         reference to check_cpuset_attr, determine_cpumask_size in comment.
1192         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == posix] (tests):
1193         Remove tst-getcpu.  Add tst-affinity, tst-affinity-pid.
1194         [$(subdir) == nptl] (tests): Add tst-thread-affinity-pthread,
1195         tst-thread-affinity-pthread2, tst-thread-affinity-sched.
1196         * sysdeps/unix/sysv/linux/tst-affinity.c: New file.
1197         * sysdeps/unix/sysv/linux/tst-affinity-pid.c: New file.
1198         * sysdeps/unix/sysv/linux/tst-skeleton-affinity.c: New skeleton test file.
1199         * sysdeps/unix/sysv/linux/tst-thread-affinity-sched.c: New file.
1200         * sysdeps/unix/sysv/linux/tst-thread-affinity-pthread.c: New file.
1201         * sysdeps/unix/sysv/linux/tst-thread-affinity-pthread2.c: New file.
1202         * sysdeps/unix/sysv/linux/tst-thread-skeleton-affinity.c: New
1203         skeleton test file.
1204         * sysdeps/unix/sysv/linux/tst-getcpu.c: Remove.  Superseded by
1205         tst-affinity-pid.
1207 2015-11-24  Florian Weimer  <fweimer@redhat.com>
1209         * scripts/update-abilist.sh: New file.
1210         * Makefile (+subdir_targets): Add subdir_update-all-abi.
1211         * Makerules (update-all-abi-%, update-all-abi)
1212         (subdir_update-all-abi): New targets.
1213         * elf/Makefile (update-all-abi): New target.
1215 2015-11-24  Florian Weimer  <fweimer@redhat.com>
1217         Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic code.
1218         * sysdeps/mach/hurd/libc-lock.h (_LIBC_LOCK_INITIALIZER): Define.
1219         (__libc_lock_define_initialized): Use it.
1220         * sysdeps/nptl/libc-lockP.h (_LIBC_LOCK_INITIALIZER): Define.
1221         * malloc/arena.c (list_lock): Use _LIBC_LOCK_INITIALIZER.
1222         * malloc/malloc.c (main_arena): Likewise.
1223         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): Remove.
1224         * sysdeps/nptl/malloc-machine.h (MUTEX_INITIALIZER): Remove.
1226 2015-11-23  Joseph Myers  <joseph@codesourcery.com>
1228         * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
1229         (PTRACE_O_EXITKILL): New value in enum __ptrace_setoptions.
1230         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
1231         (PTRACE_O_MASK): Update value.
1232         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_O_EXITKILL):
1233         New value in enum __ptrace_setoptions.
1234         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
1235         (PTRACE_O_MASK): Update value.
1236         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
1237         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
1238         (PTRACE_O_MASK): Update value.
1239         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h
1240         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
1241         (PTRACE_O_MASK): Update value.
1242         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h
1243         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
1244         (PTRACE_O_MASK): Update value.
1245         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_SUSPEND_SECCOMP):
1246         New value in enum __ptrace_setoptions.
1247         (PTRACE_O_MASK): Update value.
1248         * sysdeps/unix/sysv/linux/tile/sys/ptrace.h (PTRACE_O_EXITKILL):
1249         New value in enum __ptrace_setoptions.
1250         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
1251         (PTRACE_O_MASK): Update value.
1253         * sysdeps/unix/sysv/linux/netpacket/packet.h (PACKET_COPY_THRESH):
1254         New macro.
1255         (PACKET_AUXDATA): Likewise.
1256         (PACKET_ORIGDEV): Likewise.
1257         (PACKET_VERSION): Likewise.
1258         (PACKET_HDRLEN): Likewise.
1259         (PACKET_RESERVE): Likewise.
1260         (PACKET_TX_RING): Likewise.
1261         (PACKET_LOSS): Likewise.
1262         (PACKET_VNET_HDR): Likewise.
1263         (PACKET_TX_TIMESTAMP): Likewise.
1264         (PACKET_TIMESTAMP): Likewise.
1265         (PACKET_FANOUT): Likewise.
1266         (PACKET_TX_HAS_OFF): Likewise.
1267         (PACKET_QDISC_BYPASS): Likewise.
1268         (PACKET_ROLLOVER_STATS): Likewise.
1269         (PACKET_FANOUT_DATA): Likewise.
1270         (PACKET_MR_UNICAST): Likewise.
1272         [BZ #19242]
1273         * stdlib/strtol_l.c (ISALPHA): Use _nl_C_locobj_ptr for locale.
1274         (TOUPPER): Likewise.
1275         * stdlib/tst-strtol-locale-main.c: New file.
1276         * stdlib/tst-strtol-locale.c: Likewise.
1277         * stdlib/Makefile (tests): Add tst-strtol-locale.
1278         [$(run-built-tests) = yes] (LOCALES): Add tr_TR.ISO-8859-9.
1279         [$(run-built-tests) = yes] ($(objpfx)tst-strtol-locale.out):
1280         Depend on $(gen-locales).
1281         * wcsmbs/tst-wcstol-locale.c: New file.
1282         * wcsmbs/Makefile (tests): Add tst-wcstol-locale.
1283         [$(run-built-tests) = yes] (LOCALES): Add tr_TR.UTF-8 and
1284         tr_TR.ISO-8859-9.
1285         [$(run-built-tests) = yes] ($(objpfx)tst-wcstol-locale.out):
1286         Depend on $(gen-locales).
1288 2015-11-20  Roland McGrath  <roland@hack.frob.com>
1290         * sysdeps/nacl/dl-map-segments.h (_dl_map_segments): Use
1291         __glibc_likely instead of __builtin_expect.  After falling back to
1292         dyncode_create in a non-ET_DYN case, use the allocate_code_data
1293         system interface to register the code pages as occupied.
1295 2015-11-20  Joseph Myers  <joseph@codesourcery.com>
1297         * sysdeps/arm/math_private.h [!_MATH_PRIVATE_H]: Change guard to
1298         [!ARM_MATH_PRIVATE_H].
1299         [!ARM_MATH_PRIVATE_H] (ARM_MATH_PRIVATE_H): Define macro.
1300         * sysdeps/hppa/math_private.h [!_MATH_PRIVATE_H]: Change guard to
1301         [!HPPA_MATH_PRIVATE_H].
1302         [!HPPA_MATH_PRIVATE_H] (HPPA_MATH_PRIVATE_H): Define macro.
1303         * sysdeps/i386/fpu/math_private.h [!_MATH_PRIVATE_H]: Change guard
1304         to [!I386_MATH_PRIVATE_H].
1305         [!I386_MATH_PRIVATE_H] (I386_MATH_PRIVATE_H): Define macro.
1306         * sysdeps/m68k/m680x0/fpu/math_private.h [!_MATH_PRIVATE_H]:
1307         Change guard to [!M68K_MATH_PRIVATE_H].
1308         [!M68K_MATH_PRIVATE_H] (M68K_MATH_PRIVATE_H): Define macro.
1309         * sysdeps/microblaze/math_private.h [!_MATH_PRIVATE_H]: Change
1310         guard to [!MICROBLAZE_MATH_PRIVATE_H].
1311         [!MICROBLAZE_MATH_PRIVATE_H] (MICROBLAZE_MATH_PRIVATE_H): Define
1312         macro.
1313         * sysdeps/mips/math_private.h [!_MATH_PRIVATE_H]: Change guard to
1314         [!MIPS_MATH_PRIVATE_H].
1315         [!MIPS_MATH_PRIVATE_H] (MIPS_MATH_PRIVATE_H): Define macro.
1316         * sysdeps/nios2/math_private.h [!_MATH_PRIVATE_H]: Change guard to
1317         [!NIO2_MATH_PRIVATE_H].
1318         [!NIO2_MATH_PRIVATE_H] (NIO2_MATH_PRIVATE_H): Define macro.
1319         * sysdeps/tile/math_private.h [!_MATH_PRIVATE_H]: Change guard to
1320         [!TILE_MATH_PRIVATE_H].
1321         [!TILE_MATH_PRIVATE_H] (TILE_MATH_PRIVATE_H): Define macro.
1323         [BZ #15421]
1324         * sysdeps/ieee754/s_signgam.c (signgam): Rename to __signgam,
1325         initialize with 0 and define as weak alias of __signgam.
1326         * include/math.h [!_ISOMAC] (__signgam): Declare.
1327         * math/Makefile (libm-calls): Add w_lgamma_compat.
1328         (tests): Add test-signgam-uchar, test-signgam-uchar-init,
1329         test-signgam-uint, test-signgam-uint-init, test-signgam-ullong and
1330         test-signgam-ullong-init.
1331         (tests-static): Add test-signgam-uchar-static,
1332         test-signgam-uchar-init-static, test-signgam-uint-static,
1333         test-signgam-uint-init-static, test-signgam-ullong-static and
1334         test-signgam-ullong-init-static.
1335         (CFLAGS-test-signgam-uchar.c): New variable.
1336         (CFLAGS-test-signgam-uchar-init.c): Likewise.
1337         (CFLAGS-test-signgam-uchar-static.c): Likewise.
1338         (CFLAGS-test-signgam-uchar-init-static.c): Likewise.
1339         (CFLAGS-test-signgam-uint.c): Likewise.
1340         (CFLAGS-test-signgam-uint-init.c): Likewise.
1341         (CFLAGS-test-signgam-uint-static.c): Likewise.
1342         (CFLAGS-test-signgam-uint-init-static.c): Likewise.
1343         (CFLAGS-test-signgam-ullong.c): Likewise.
1344         (CFLAGS-test-signgam-ullong-init.c): Likewise.
1345         (CFLAGS-test-signgam-ullong-static.c): Likewise.
1346         (CFLAGS-test-signgam-ullong-init-static.c): Likewise.
1347         * math/Versions (libm): Add GLIBC_2.23.
1348         * math/lgamma-compat.h: New file.
1349         * math/test-signgam-main.c: Likewise.
1350         * math/test-signgam-uchar-init-static.c: Likewise.
1351         * math/test-signgam-uchar-init.c: Likewise.
1352         * math/test-signgam-uchar-static.c: Likewise.
1353         * math/test-signgam-uchar.c: Likewise.
1354         * math/test-signgam-uint-init-static.c: Likewise.
1355         * math/test-signgam-uint-init.c: Likewise.
1356         * math/test-signgam-uint-static.c: Likewise.
1357         * math/test-signgam-uint.c: Likewise.
1358         * math/test-signgam-ullong-init-static.c: Likewise.
1359         * math/test-signgam-ullong-init.c: Likewise.
1360         * math/test-signgam-ullong-static.c: Likewise.
1361         * math/test-signgam-ullong.c: Likewise.
1362         * math/w_lgamma.c: Rename to w_lgamma_main.c and replace by
1363         wrapper of w_lgamma_main.c.
1364         * math/w_lgamma_compat.c: New file.
1365         * math/w_lgamma_compatf.c: Likewise.
1366         * math/w_lgamma_compatl.c: Likewise.
1367         * math/w_lgamma_main.c: New file.  Based on w_lgamma.c.  Include
1368         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
1369         defining compatibility symbols.
1370         (__lgamma): Change to LGFUNC (__lgamma).  Use CALL_LGAMMA.
1371         * math/w_lgammaf.c: Rename to w_lgammaf_main.c and replace by
1372         wrapper of w_lgammaf_main.c.
1373         * math/w_lgammaf_main.c: New file.  Based on w_lgammaf.c.  Include
1374         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
1375         defining compatibility symbols.
1376         (__lgammaf): Change to LGFUNC (__lgammaf).  Use CALL_LGAMMA.
1377         * math/w_lgammal.c: Rename to w_lgammal_main.c and replace by
1378         wrapper of w_lgammal_main.c.
1379         * math/w_lgammal_main.c: New file.  Based on w_lgammal.c.  Include
1380         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
1381         defining compatibility symbols.
1382         (__lgammal): Change to LGFUNC (__lgammal).  Use CALL_LGAMMA.
1383         * sysdeps/ia64/fpu/lgamma-compat.h: New file.
1384         * sysdeps/ia64/fpu/w_lgamma.c: Move to ....
1385         * sysdeps/ia64/fpu/w_lgamma_main.c: ...here.  Include
1386         <lgamma-compat.h>.
1387         (__ieee754_lgamma): Change to LGFUNC (lgamma).  Use CALL_LGAMMA.
1388         (__ieee754_gamma): Define as alias.
1389         * sysdeps/ia64/fpu/w_lgammaf.c: Move to ....
1390         * sysdeps/ia64/fpu/w_lgammaf_main.c: ...here.  Include
1391         <lgamma-compat.h>.
1392         (__ieee754_lgammaf): Change to LGFUNC (lgammaf).  Use CALL_LGAMMA.
1393         (__ieee754_gammaf): Define as alias.
1394         * sysdeps/ia64/fpu/w_lgammal.c: Move to ....
1395         * sysdeps/ia64/fpu/w_lgammal_main.c: ...here.  Include
1396         <lgamma-compat.h>.
1397         (__ieee754_lgammal): Change to LGFUNC (lgammal).  Use CALL_LGAMMA.
1398         (__ieee754_gammal): Define as alias.
1399         * sysdeps/ieee754/ldbl-opt/w_lgamma.c: Move to ....
1400         * sysdeps/ieee754/ldbl-opt/w_lgamma_compat.c: ...here.  Include
1401         <math/w_lgamma_compat.c>.
1402         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (__lgammal_dbl_compat):
1403         Define as alias of __lgamma_compat and use in defining lgammal.
1404         * sysdeps/ieee754/ldbl-opt/w_lgammal.c: Move to ....
1405         * sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c: ...here.  Include
1406         <math/lgamma-compat.h> and <math/w_lgamma_compatl.c>.
1407         (USE_AS_COMPAT): New macro.
1408         (LGAMMA_OLD_VER): Undefine and redefine.
1409         (lgammal): Do not define here.
1410         (gammal): Only define here if [GAMMA_ALIAS].
1411         * conform/linknamespace.pl (@whitelist): Remove signgam.
1412         * sysdeps/nacl/libm.abilist: Update.
1413         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
1414         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
1415         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
1416         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
1417         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
1418         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
1419         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
1420         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
1421         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
1422         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
1423         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
1424         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
1425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
1426         Likewise.
1427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
1428         Likewise.
1429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
1430         Likewise.
1431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
1432         Likewise.
1433         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
1434         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
1435         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
1436         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
1437         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
1438         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
1439         Likewise.
1440         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
1441         Likewise.
1442         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
1443         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
1444         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
1446 2015-11-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1448         [BZ #16364]
1449         * sysdeps/unix/sysv/linux/sleep.c: Remove file.
1450         * sysdeps/posix/sleep.c (__sleep): Simplify cancellation handling.
1452 2015-11-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1454         * sysdeps/s390/fpu/bits/mathinline.h:
1455         Use __asm__ [__volatile__] instead of asm [volatile].
1456         * sysdeps/s390/abort-instr.h: Likewise.
1457         * sysdeps/s390/atomic-machine.h: Likewise.
1458         * sysdeps/s390/bits/string.h: Likewise.
1459         * sysdeps/s390/dl-tls.h: Likewise.
1460         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
1461         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
1462         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
1463         * sysdeps/s390/fpu/fesetround.c: Likewise.
1464         * sysdeps/s390/fpu/fpu_control.h: Likewise.
1465         * sysdeps/s390/fpu/s_fma.c: Likewise.
1466         * sysdeps/s390/fpu/s_fmaf.c: Likewise.
1467         * sysdeps/s390/memusage.h: Likewise.
1468         * sysdeps/s390/multiarch/ifunc-resolve.h: Likewise.
1469         * sysdeps/s390/nptl/pthread_spin_lock.c: Likewise.
1470         * sysdeps/s390/nptl/pthread_spin_trylock.c: Likewise.
1471         * sysdeps/s390/nptl/pthread_spin_unlock.c: Likewise.
1472         * sysdeps/s390/nptl/tls.h: Likewise.
1473         * sysdeps/s390/s390-32/__longjmp.c: Likewise.
1474         * sysdeps/s390/s390-32/backtrace.c: Likewise.
1475         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1476         * sysdeps/s390/s390-32/multiarch/memcmp.c: Likewise.
1477         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
1478         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
1479         * sysdeps/s390/s390-64/__longjmp.c: Likewise.
1480         * sysdeps/s390/s390-64/backtrace.c: Likewise.
1481         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1482         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: Likewise.
1483         * sysdeps/s390/s390-64/multiarch/memcmp.c: Likewise.
1484         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
1485         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
1486         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Likewise.
1487         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
1488         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
1489         * sysdeps/unix/sysv/linux/s390/brk.c: Likewise.
1490         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
1491         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Likewise.
1492         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1493         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: Likewise.
1494         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1495         * sysdeps/unix/sysv/linux/s390/sysconf.c: Likewise.
1497 2015-11-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1498             Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
1500         * sysdeps/powerpc/nptl/pthread_spin_lock.c (pthread_spin_lock):
1501         Add lwarx hint, and use macro for acquire instruction.
1502         * sysdeps/powerpc/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
1503         Likewise.
1504         * sysdep/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Move to ...
1505         * sysdeps/powerpc/nptl/pthread_spin_unlock.c: ... here, and
1506         update to use new atomic macros.
1508 2015-11-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
1510         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
1511         (__lll_trylock_elision): Fix setting of adapt_count.
1512         * sysdeps/unix/sysv/linux/powerpc/htm.h
1513         (_ABORT_PERSISTENT): Define to clarify persistent aborts.
1514         (_ABORT_NESTED_TRYLOCK): Renumber, and make persistent.
1515         (_ABORT_SYSCALL): Renumber, and clarify definition.
1516         (_ABORT_LOCK_BUSY): Renumber, make non-persistent.
1518 2015-11-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
1520         * sysdeps/ieee754/ldbl-128ibm/mpn2ldl.c: Include gmp headers
1521         after system headers to prevent MIN/MAX redefinition.  Define
1522         HAVE_ALLOCA to preserve builtin alloca usage.
1524 2015-11-17  Siddhesh Poyarekar  <siddhesh.poyarekar@linaro.org>
1526         * sysdeps/ieee754/dbl-64/s_sin.c (__sin)[IN_SINCOS]: Mark function
1527         static and don't set or restore rounding.
1528         (__cos)[IN_SINCOS]: Likewise.
1529         * sysdeps/ieee754/dbl-64/s_sincos.c: Include s_sin.c.
1530         (__sincos): Set and restore rounding mode.  Remove check for infinite
1531         or NaN input.
1533         * sysdeps/ieee754/dbl-64/s_sin.c: Remove redundant else clauses.
1535         * benchtests/scripts/bench.py (_print_arg_data): Mark output variables
1536         as used.
1538 2015-11-16  Florian Weimer  <fweimer@redhat.com>
1540         * math/test-signgam-finite-c99.c (_Mlong_double_): Undefine.
1542 2015-11-14  H.J. Lu  <hongjiu.lu@intel.com>
1544         * config.make.in (have-glob-dat-reloc): New.
1545         * configure.ac (libc_cv_has_glob_dat): New.  Set to yes if
1546         target supports GLOB_DAT relocaton. AC_SUBST.
1547         * configure: Regenerated.
1548         * elf/Makefile (tests): Add tst-prelink.
1549         (tests-special): Add $(objpfx)tst-prelink-cmp.out.
1550         (tst-prelink-ENV): New.
1551         ($(objpfx)tst-prelink-conflict.out): Likewise.
1552         ($(objpfx)tst-prelink-cmp.out): Likewise.
1553         * sysdeps/x86/tst-prelink.c: Moved to ...
1554         * elf/tst-prelink.c: Here.
1555         * sysdeps/x86/tst-prelink.exp: Moved to ...
1556         * elf/tst-prelink.exp: Here.
1557         * sysdeps/x86/Makefile (tests): Don't add tst-prelink.
1558         (tst-prelink-ENV): Removed.
1559         ($(objpfx)tst-prelink-conflict.out): Likewise.
1560         ($(objpfx)tst-prelink-cmp.out): Likewise.
1561         (tests-special): Don't add $(objpfx)tst-prelink-cmp.out.
1563 2015-11-13  Joseph Myers  <joseph@codesourcery.com>
1565         [BZ #14551]
1566         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Include <errno.h>.
1567         (__mpn_construct_long_double): If high part overflows to infinity,
1568         set errno and recompute overflowed result of the correct sign.
1569         * sysdeps/ieee754/ldbl-128ibm/Makefile
1570         [$(subdir) = stdlib] (tests): Add tst-strtold-ldbl-128ibm.
1571         [$(subdir) = stdlib] ($(objpfx)tst-strtold-ldbl-128ibm): Depend on
1572         $(libm).
1573         * sysdeps/ieee754/ldbl-128ibm/tst-strtold-ldbl-128ibm.c: New file.
1575 2015-11-12  Joseph Myers  <joseph@codesourcery.com>
1577         [BZ #15479]
1578         [BZ #19238]
1579         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Save
1580         floating-point state after first operation on input.  Restore full
1581         state rather than just rounding mode.
1582         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
1583         * sysdeps/powerpc/powerpc64/fpu/s_round.S (__round): Likewise.
1584         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S (__roundf): Likewise.
1586         [BZ #19235]
1587         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Do not
1588         add 0.5 to integer arguments.
1589         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf):
1590         Likewise.
1591         (.LC2): New object.
1593 2015-11-11  Mike Frysinger  <vapier@gentoo.org>
1595         * scripts/pylintrc (reports): Set to no.
1597 2015-11-10  Roland McGrath  <roland@hack.frob.com>
1599         * elf/dl-load.c (open_verify): Take new argument FD.
1600         Skip __open call if passed FD is not -1.
1601         (_dl_map_object, open_path): Update callers.
1602         * elf/dl-sysdep-open.h: New file.
1603         * elf/dl-load.c: Include it.
1604         (_dl_map_object): Try _dl_sysdep_open_object before ldconfig cache.
1605         * sysdeps/nacl/dl-sysdep.c (_dl_sysdep_open_object): New function.
1606         * sysdeps/nacl/dl-sysdep-open.h: New file.
1607         * sysdeps/nacl/nacl-interface-list.h: Move nacl_irt_resource_open
1608         from libc to rtld.
1610 2015-11-10  Joseph Myers  <joseph@codesourcery.com>
1612         [BZ #19228]
1613         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Save
1614         and restore full floating-point state.
1615         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
1616         Likewise.
1617         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (__nearbyint):
1618         Likewise.
1619         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S (__nearbyintf):
1620         Likewise.
1621         * math/test-nearbyint-except-2.c: New file.
1622         * math/Makefile (tests): Add test-nearbyint-except-2.
1624 2015-11-10  H.J. Lu  <hongjiu.lu@intel.com>
1626         [BZ #19178]
1627         * sysdeps/x86/Makefile (tests): Add tst-prelink.
1628         (tst-prelink-ENV): New.
1629         ($(objpfx)tst-prelink-conflict.out): Likewise.
1630         ($(objpfx)tst-prelink-cmp.out): Likewise.
1631         (tests-special): Add $(objpfx)tst-prelink-cmp.out.
1632         * sysdeps/x86/tst-prelink.c: New file.
1633         * sysdeps/x86/tst-prelink.exp: Likewise.
1635 2015-11-10  Joseph Myers  <joseph@codesourcery.com>
1637         * math/auto-libm-test-in: Add another test of pow.
1638         * math/auto-libm-test-out: Regenerated.
1639         * math/libm-test.inc (pow_test_data): Add another test.
1641 2015-11-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1643         [BZ #19219]
1644         * sysdeps/ia64/fpu/s_nearbyintl.S (__nearbyint): Define and
1645         weak_alias to nearbyintl.
1647 2015-11-10  Wilco Dijkstra  <wdijkstr@arm.com>
1649         * sysdeps/aarch64/bits/string.h: New file.
1650         (_STRING_ARCH_unaligned): Define.
1652 2015-11-10  Wilco Dijkstra  <wdijkstr@arm.com>
1654         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Remove __signbit*.
1655         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
1656         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
1657         * sysdeps/unix/sysv/linux/nios2/localplt.data: Likewise.
1658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data: Likewise.
1660 2015-11-09  Ulrich Drepper  <drepper@gmail.com>
1662         * elf/dl-load.c (_dl_map_object_from_fd): Add additional parameter
1663         for original name of the DSO.  Add it to the name list of the DSO
1664         if it is actually given.
1665         (_dl_map_object): Keep track of whether an audit module rewrote
1666         the file name.  If yes, pass the original name to
1667         _dl_map_object_from_fd in a new parameter, otherwise NULL.  When
1668         debugging is enabled, log the change of the file name.
1669         * sysdeps/mach/hur/dl-sysdep.c: Adjust commented-out call to
1670         _dl_map_object_from_fd.
1671         * elf/Makefile: Build and run tst-audit11 and tst-audit12.
1672         * elf/tst-audit11.c: New file
1673         * elf/tst-auditmod11.c: New file.
1674         * elf/tst-audit11mod1.c: New file.
1675         * elf/tst-audit11mod2.c: New file.
1676         * elf/tst-audit11mod2.map: New file.
1677         * elf/tst-audit12.c: New file
1678         * elf/tst-auditmod12.c: New file.
1679         * elf/tst-audit12mod1.c: New file.
1680         * elf/tst-audit12mod2.c: New file.
1681         * elf/tst-audit12mod2.map: New file.
1682         * elf/tst-audit12mod3.c: New file.
1684 2015-11-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
1686         * sysdeps/s390/longjmp.c (longjmp, _longjmp, siglongjmp):
1687         Don't create weak aliases,
1688         because versioned symbols are created later.
1689         * sysdeps/s390/s390-32/setjmp.S
1690         (setjmp, _setjmp): Remove weak and rename to an unique name
1691         in SHARED case due to existing versioned symbols.
1692         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1693         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S
1694         (getcontext): Create weak alias only in non SHARED case.
1695         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
1697 2015-11-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
1699         * sysdeps/unix/sysv/linux/s390/kernel-features.h:
1700         (__ASSUME_*_SYSCALL) Define new macros.
1701         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:
1702         Remove socketcall syscalls.
1703         * sysdeps/unix/sysv/linux/accept.c (__libc_accept):
1704         Use accept4 if defined __ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL.
1705         * sysdeps/unix/sysv/linux/recv.c (__libc_recv):
1706         Use recvfrom if defined __ASSUME_RECVFROM_FOR_RECV_SYSCALL.
1707         * sysdeps/unix/sysv/linux/send.c (__libc_send):
1708         Use sendto if defined __ASSUME_SENDTO_FOR_SEND_SYSCALL.
1710 2015-11-09  Florian Weimer  <fweimer@redhat.com>
1712         [BZ #12926]
1713         Terminate process on invalid netlink response.
1714         * sysdeps/unix/sysv/linux/netlinkaccess.h
1715         (__netlink_assert_response): Declare.
1716         * sysdeps/unix/sysv/linux/netlink_assert_response.c: New file.
1717         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == inet]
1718         (sysdep_routines): Add netlink_assert_response.
1719         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Call
1720         __netlink_assert_response.
1721         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Likewise.
1722         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Likewise.
1723         * sysdeps/unix/sysv/linux/Versions (GLIBC_PRIVATE): Add
1724         __netlink_assert_response.
1726 2015-11-07  H.J. Lu  <hongjiu.lu@intel.com>
1728         [BZ #19178]
1729         * elf/dl-lookup.c (RTYPE_CLASS_VALID): New.
1730         (RTYPE_CLASS_PLT): Likewise.
1731         (RTYPE_CLASS_COPY): Likewise.
1732         (RTYPE_CLASS_TLS): Likewise.
1733         (_dl_debug_bindings): Use RTYPE_CLASS_TLS and RTYPE_CLASS_VALID
1734         to set relocation type class for DL_DEBUG_PRELINK.  Keep only
1735         ELF_RTYPE_CLASS_PLT and ELF_RTYPE_CLASS_COPY bits for
1736         DL_DEBUG_PRELINK.
1738 2015-11-06  Joseph Myers  <joseph@codesourcery.com>
1740         * math/test-signgam-finite.c (RUN_TESTS): Correct messages about
1741         calls with argument -0.5.
1742         * math/test-signgam-finite-c99.c (RUN_TESTS): Likewise.
1744         * configure.ac (libc_cv_z_nodelete): Remove configure test.
1745         (libc_cv_z_nodlopen): Likewise.
1746         (libc_cv_z_initfirst): Likewise.
1747         * configure: Regenerated.
1749 2015-11-06  Florian Weimer  <fweimer@redhat.com>
1751         Simplify abilist format to be line-based.
1752         * scripts/abilist.awk: Collect descriptors in the descs variable.
1753         (emit): Write descs variable and sort it
1754         externally, with sort.
1755         * sysdeps/**/*.abilist: Convert to new format.
1757 2015-11-06  Mark Wielaard  <mjw@redhat.com>
1759         [BZ #11460]
1760         * io/Makefile (routines): Add fts64.
1761         (tests): Add tst-fts and tst-fts-lfs.
1762         (CFLAGS-fts64.c): New.
1763         * io/Versions (GLIBC_2.23): New.
1764         * io/fts.c: Replace FTS with FTSOBJ, FTSENT with FTSENTRY. Use
1765         function defines FTS_OPEN, FTS_CLOSE, FTS_READ, FTS_SET and
1766         FTS_CHILDREN. Define FTSOBJ, FTSENTRY, FTS_OPEN, FTS_CLOSE,
1767         FTS_READ, FTS_SET, FTS_CHILDREN, INO_T, STAT and LSTAT if necessary.
1768         * io/fts.h (FTS64): New if _USE_LARGEFILE64.
1769         (FTSENT64): Likewise.
1770         (fts64_children): Likewise.
1771         (fts64_close): Likewise.
1772         (fts64_open): Likewise.
1773         (fts64_read): Likewise.
1774         (fts64_set): Likewise.
1775         * io/fts64.c: New file.
1776         * io/tst-fts.c: New test.
1777         * io/tst-fts-lfs.c: Likewise.
1778         * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.23): Add
1779         GLIBC_2.23, fts64_children, fts64_close, fts64_open, fts64_read and
1780         fts64_set.
1781         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
1782         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
1783         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
1784         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
1785         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
1786         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
1787         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
1788         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
1789         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
1790         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
1791         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
1792         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
1793         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
1794         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
1795         Likewise.
1796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
1797         Likewise.
1798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
1799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
1800         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
1801         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
1802         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
1803         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
1804         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
1805         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
1806         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
1807         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
1808         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
1809         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
1810         * sysdeps/wordsize-64/fts.c: New file.
1811         * sysdeps/wordsize-64/fts64.c: Likewise.
1812         * sysdeps/unix/sysv/linux/mips/mips64/n64/fts.c: Likewise.
1813         * sysdeps/unix/sysv/linux/mips/mips64/n64/fts64.c: Likewise.
1814         * sysdeps/unix/sysv/linux/x86_64/x32/fts.c: likewise.
1815         * sysdeps/unix/sysv/linux/x86_64/x32/fts64.c: likewise.
1817 2015-11-05  Joseph Myers  <joseph@codesourcery.com>
1819         * math/libm-test.inc (NON_FINITE): New macro.
1820         (enable_test): Do not run tests flagged NON_FINITE if TEST_FINITE.
1821         * math/gen-libm-test.pl (show_exceptions): Add argument
1822         $non_finite.
1823         (parse_args): Update call to show_exceptions.
1824         * math/test-math-finite.h: New file.
1825         * math/test-math-no-finite.h: Likewise.
1826         * math/test-double-finite.c: Likewise.
1827         * math/test-float-finite.c: Likewise.
1828         * math/test-ldouble-finite.c: Likewise.
1829         * math/test-double.c: Include "test-math-no-finite.h".
1830         * math/test-float.c: Include "test-math-no-finite.h".
1831         * math/test-ldouble.c: Include "test-math-no-finite.h".
1832         * math/test-math-inline.h (TEST_FINITE): New macro.
1833         * math/test-math-vector.h (TEST_FINITE): Likewise.
1834         * math/Makefile (test-longdouble-yes): Add test-ldouble-finite.
1835         (libm-tests): Add test-float-finite and test-double-finite.
1836         ($(objpfx)test-float-finite.o): New dependency on
1837         $(objpfx)libm-test.stmp.
1838         ($(objpfx)test-double-finite.o): Likewise.
1839         ($(objpfx)test-ldouble-finite.o): Likewise.
1840         (libm-test-no-inline-cflags): New variable.
1841         (libm-test-finite-cflags): Likewise.
1842         (CFLAGS-test-float-finite.c): Likewise.
1843         (CFLAGS-test-double-finite.c): Likewise.
1844         (CFLAGS-test-ldouble-finite.c): Likewise.
1845         (CFLAGS-test-float.c): Use $(libm-test-no-inline-cflags).
1846         (CFLAGS-test-double.c): Likewise.
1847         (CFLAGS-test-ldouble.c): Likewise.
1849 2015-11-05  Roland McGrath  <roland@hack.frob.com>
1851         * io/fcntl.c (__fcntl): Add ... to prototype.
1852         * misc/ioctl.c (__ioctl): Likewise.
1853         * misc/syscall.c (syscall): Likewise.
1855 2015-11-05  Joseph Myers  <joseph@codesourcery.com>
1857         * scripts/list-fixed-bugs.py: New file.
1859         [BZ #19213]
1860         * sysdeps/i386/fpu/e_log.S (__log_finite): Ensure +0 is always
1861         returned for argument 1.
1862         * sysdeps/i386/fpu/e_logf.S (__logf_finite): Likewise.
1863         * sysdeps/i386/fpu/e_logl.S (__logl_finite): Likewise.
1864         * sysdeps/i386/i686/fpu/e_logl.S (__logl_finite): Likewise.
1865         * sysdeps/x86_64/fpu/e_log10l.S (__log10l_finite): Likewise.
1866         * sysdeps/x86_64/fpu/e_log2l.S (__log2l_finite): Likewise.
1867         * sysdeps/x86_64/fpu/e_logl.S (__logl_finite): Likewise.
1869         [BZ #19211]
1870         * math/bits/math-finite.h (lgamma): Set signgam if [__USE_MISC ||
1871         __USE_XOPEN], not if [!__USE_ISOC99].
1872         (lgammaf): Likewise.
1873         (lgammal): Likewise.
1874         (gamma): Set signgam unconditionally, not if [!__USE_ISOC99].
1875         (gammaf): Likewise.
1876         (gammal): Likewise.
1877         * math/test-signgam-finite-c11.c: New file.
1878         * math/test-signgam-finite-c99.c: Likewise.
1879         * math/test-signgam-finite.c: Likewise.
1880         * math/Makefile (tests): Add test-signgam-finite,
1881         test-signgam-finite-c99 and test-signgam-finite-c11.
1882         (CFLAGS-test-signgam-finite.c): New variable.
1883         (CFLAGS-test-signgam-finite-c99.c): Likewise.
1884         (CFLAGS-test-signgam-finite-c11.c): Likewise.
1886         [BZ #19212]
1887         * include/features.h [(_XOPEN_SOURCE - 0) >= 500]: Change
1888         conditional to [defined _XOPEN_SOURCE && (_XOPEN_SOURCE - 0) >=
1889         500].
1890         [_POSIX_C_SOURCE >= 1]: Change conditional to [defined
1891         _POSIX_C_SOURCE && _POSIX_C_SOURCE >= 1].
1892         [(_POSIX_C_SOURCE - 0) >= 199309L]: Change conditional to [defined
1893         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 199309L].
1894         [(_POSIX_C_SOURCE - 0) >= 199506L]: Change conditional to [defined
1895         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 199506L].
1896         [(_POSIX_C_SOURCE - 0) >= 200112L]: Change conditional to [defined
1897         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 200112L].
1898         [(_POSIX_C_SOURCE - 0) >= 200809L]: Change conditional to [defined
1899         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 200809L].
1901         [BZ #19209]
1902         * math/bits/math-finite.h (ldexp): Remove declaration.
1903         (ldexpf): Likewise.
1904         (ldexpl): Likewise.
1906         [BZ #19205]
1907         * math/bits/math-finite.h (acosf): Condition declaration on
1908         [__USE_ISOC99].
1909         (acosl): Likewise.
1910         (acoshf): Likewise.
1911         (acoshl): Likewise.
1912         (asinf): Likewise.
1913         (asinl): Likewise.
1914         (atan2f): Likewise.
1915         (atan2l): Likewise.
1916         (atanhf): Likewise.
1917         (atanhl): Likewise.
1918         (coshf): Likewise.
1919         (coshl): Likewise.
1920         (expf): Likewise.
1921         (expl): Likewise.
1922         (fmodf): Likewise.
1923         (fmodl): Likewise.
1924         (hypot): Change condition to [__USE_XOPEN || __USE_ISOC99].
1925         (j0f): Change condition to [__USE_MISC && __USE_ISOC99].
1926         (j0l): Likewise.
1927         (y0f): Likewise.
1928         (y0l): Likewise.
1929         (j1f): Likewise.
1930         (j1l): Likewise.
1931         (y1f): Likewise.
1932         (y1l): Likewise.
1933         (jnf): Likewise.
1934         (jnl): Likewise.
1935         (ynf): Likewise.
1936         (ynl): Likewise.
1937         (lgammaf_r): Condition declaration on [__USE_ISOC99].
1938         (lgammal_r): Likewise.
1939         (__lgamma_r_finite): New declaration.
1940         (__lgammaf_r_finite): Likewise.
1941         (__lgammal_r_finite): Likewise.
1942         (lgamma): Use __lgamma_r_finite.
1943         (lgammaf): Condition definition on [__USE_ISOC99].  Use
1944         __lgammaf_r_finite.
1945         (lgammal): Condition definition on [__USE_ISOC99].  Use
1946         __lgammal_r_finite.
1947         (gamma): Do not define for [!__USE_MISC && __USE_XOPEN2K].  Use
1948         __lgamma_r_finite.
1949         (gammaf): Condition definition on [__USE_ISOC99].  Use
1950         __lgammaf_r_finite.
1951         (gammal): Condition definition on [__USE_ISOC99].  Use
1952         __lgammal_r_finite.
1953         (logf): Condition declaration on [__USE_ISOC99].
1954         (logl): Likewise.
1955         (log10f): Likewise.
1956         (log10l): Likewise.
1957         (ldexpf): Likewise.
1958         (ldexpl): Likewise.
1959         (powf): Likewise.
1960         (powl): Likewise.
1961         (remainder): Condition declaration on [__USE_XOPEN_EXTENDED ||
1962         __USE_ISOC99].
1963         (remainderf): Condition declaration on [__USE_ISOC99].
1964         (remainderl): Likewise.
1965         (scalb): Do not declare for [!__USE_MISC && __USE_XOPEN2K8].
1966         (scalbf): Change condition to [__USE_MISC && __USE_ISOC99].
1967         (scalbl): Likewise.
1968         (sinhf): Condition declaration on [__USE_ISOC99].
1969         (sinhl): Likewise.
1970         (sqrtf): Likewise.
1971         (sqrtl): Likewise.
1973 2015-11-04  Joseph Myers  <joseph@codesourcery.com>
1975         * sysdeps/arm/atomic-machine.h
1976         [__GNUC_PREREQ (4, 7) && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4]:
1977         Change conditional to [__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4].
1978         [__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 && !__GNUC_PREREQ (4, 7)]:
1979         Remove conditional code.
1980         [!__GNUC_PREREQ (4, 7) || !__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4]:
1981         Change conditional to [!__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4].
1982         * sysdeps/i386/sysdep.h [__ASSEMBLER__ && __GNUC_PREREQ (4, 7)]:
1983         Change conditional to [__ASSEMBLER__].
1984         [__ASSEMBLER__ && !__GNUC_PREREQ (4, 7)]: Remove conditional code.
1985         [!__ASSEMBLER__ && __GNUC_PREREQ (4, 7)]: Change conditional to
1986         [!__ASSEMBLER__].
1987         [!__ASSEMBLER__ && !__GNUC_PREREQ (4, 7)]: Remove conditional
1988         code.
1989         * sysdeps/unix/sysv/linux/sh/atomic-machine.h (rNOSP): Remove
1990         conditional macro definitions.
1991         (__arch_compare_and_exchange_val_8_acq): Use "u" instead of rNOSP.
1992         (__arch_compare_and_exchange_val_16_acq): Likewise.
1993         (__arch_compare_and_exchange_val_32_acq): Likewise.
1994         (atomic_exchange_and_add): Likewise.
1995         (atomic_add): Likewise.
1996         (atomic_add_negative): Likewise.
1997         (atomic_add_zero): Likewise.
1998         (atomic_bit_set): Likewise.
1999         (atomic_bit_test_set): Likewise.
2000         * sysdeps/x86_64/atomic-machine.h [__GNUC_PREREQ (4, 7)]: Make
2001         code unconditional.
2002         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2004         * math/test-math-errno.h: New file.
2005         * math/test-math-inline.h (TEST_INLINE): Define to 1 instead of
2006         empty.
2007         (TEST_ERRNO): New macro.
2008         (TEST_EXCEPTIONS): Likewise.
2009         * math/test-math-no-inline.h (TEST_INLINE): Likewise.
2010         (TEST_EXCEPTIONS): Likewise.
2011         * math/test-math-vector.h (TEST_ERRNO): Likewise.
2012         * math/test-double.c: Include "test-math-errno.h".
2013         * math/test-float.c: Likewise.
2014         * math/test-ldouble.c: Likewise.
2015         * math/libm-test.inc (test_single_exception) [!TEST_INLINE]: Make
2016         code unconditional.
2017         (test_exceptions): Only run code if TEST_EXCEPTIONS.
2018         (test_single_errno) [!TEST_INLINE && !TEST_MATHVEC]: Make code
2019         unconditional.
2020         (test_errno): Only run code if TEST_ERRNO.
2021         (enable_test): Use "if" conditional on TEST_INLINE, not #ifdef.
2023 2015-11-04  Florian Weimer  <fweimer@redhat.com>
2025         * nptl/tst-once5.cc: Remove attribution.
2027 2015-11-04  Joseph Myers  <joseph@codesourcery.com>
2029         * math/auto-libm-test-in: Add more tests of sin, sincos, sinh,
2030         sqrt, tan, tanh, y0, y1 and yn.
2031         * math/auto-libm-test-out: Regenerated.
2032         * math/libm-test.inc (scalb_test_data): Add more tests.
2033         (scalbn_test_data): Likewise.
2034         (scalbln_test_data): Likewise.
2035         (signbit_test_data): Likewise.
2036         (sin_test_data): Likewise.
2037         (sincos_test_data): Likewise.
2038         (sinh_test_data): Likewise.
2039         (sqrt_test_data): Likewise.
2040         (tan_test_data): Likewise.
2041         (tanh_test_data): Likewise.
2042         (tgamma_test_data): Likewise.
2043         (y0_test_data): Likewise.
2044         (y1_test_data): Likewise.
2045         (yn_test_data): Likewise.
2046         (significand_test_data): Likewise.
2047         * sysdeps/i386/fpu/libm-test-ulps: Update.
2049 2015-11-03  David Kastrup  <dak@gnu.org>
2051         [BZ #18604]
2052         * assert/assert.h (assert): Don't macro-expand failed assertion
2053         expression in error message.
2054         * malloc/malloc.c (assert): Likewise.
2056 2015-11-03  Joseph Myers  <joseph@codesourcery.com>
2058         * configure.ac (libc_cv_ld_no_whole_archive): Remove configure
2059         test.
2060         * configure: Regenerated.
2062 2015-11-02  Joseph Myers  <joseph@codesourcery.com>
2064         * math/libm-test.inc (modf_test_data): Add more tests.
2065         (nearbyint_test_data): Likewise.
2066         (nextafter_test_data): Likewise.
2067         (nexttoward_test_data): Likewise.
2068         (pow_test_data): Likewise.
2069         (remainder_test_data): Likewise.
2070         (remquo_test_data): Likewise.
2071         (rint_test_data): Likewise.
2073         [BZ #19201]
2074         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
2075         Check for zero remainder in case of large exponents and ensure
2076         correct sign of result in that case.
2077         * math/libm-test.inc (remainder_test_data): Add more tests.
2079         [BZ #6799]
2080         * math/s_nextafter.c: Include <errno.h>.
2081         (__nextafter): Set errno on overflow and underflow.
2082         * math/s_nexttowardf.c: Include <errno.h>.
2083         (__nexttowardf): Set errno on overflow and underflow.
2084         * sysdeps/i386/fpu/s_nextafterl.c: Include <errno.h>.
2085         (__nextafterl): Set errno on overflow and underflow.
2086         * sysdeps/i386/fpu/s_nexttoward.c: Include <errno.h>.
2087         (__nexttoward): Set errno on overflow and underflow.
2088         * sysdeps/i386/fpu/s_nexttowardf.c: Include <errno.h>.
2089         (__nexttowardf): Set errno on overflow and underflow.
2090         * sysdeps/ieee754/flt-32/s_nextafterf.c: Include <errno.h>.
2091         (__nextafterf): Set errno on overflow and underflow.
2092         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Include <errno.h>.
2093         (__nextafterl): Set errno on overflow and underflow.
2094         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Include <errno.h>.
2095         (__nexttoward): Set errno on overflow and underflow.
2096         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Include <errno.h>.
2097         (__nexttowardf): Set errno on overflow and underflow.
2098         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Include <errno.h>.
2099         (__nextafterl): Set errno on overflow and underflow.
2100         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Include <errno.h>.
2101         (__nexttoward): Set errno on overflow and underflow.
2102         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include <errno.h>.
2103         (__nexttowardf): Set errno on overflow and underflow.
2104         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Include <errno.h>.
2105         (__nexttoward): Set errno on overflow and underflow.
2106         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include <errno.h>.
2107         (__nexttowardf): Set errno on overflow and underflow.
2108         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include <errno.h>.
2109         (__nldbl_nexttowardf): Set errno on overflow and underflow.
2110         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c: Include <errno.h>.
2111         (__nextafterl): Set errno on overflow and underflow.
2112         * math/libm-test.inc (nextafter_test_data): Do not allow errno
2113         setting to be missing on overflow.  Add more tests.
2114         (nexttoward_test_data): Likewise.
2116         * configure.ac (libc_cv_initfini_array): Remove configure test.
2117         * configure: Regenerated.
2119 2015-10-29  Joseph Myers  <joseph@codesourcery.com>
2121         [BZ #19189]
2122         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Make check for
2123         non-finite argument handle arguments with negative sign.
2125         * math/libm-test.inc (j0_test_data): Do not test sign of zero
2126         result from infinite argument.
2127         (j1_test_data): Likewise.
2128         (jn_test_data): Likewise.
2129         (y0_test_data): Likewise.
2130         (y1_test_data): Likewise.
2131         (yn_test_data): Likewise.
2133         [BZ #16171]
2134         * math/w_remainder.c (drem): Define as weak alias of __remainder.
2135         [NO_LONG_DOUBLE] (dreml): Define as weak alias of __remainder.
2136         * math/w_remainderf.c (dremf): Define as weak alias of
2137         __remainderf.
2138         * math/w_remainderl.c (dreml): Define as weak alias of
2139         __remainderl.
2140         * sysdeps/ia64/fpu/e_remainder.S (drem): Define as weak alias of
2141         __remainder.
2142         * sysdeps/ia64/fpu/e_remainderf.S (dremf): Define as weak alias of
2143         __remainderf.
2144         * sysdeps/ia64/fpu/e_remainderl.S (dreml): Define as weak alias of
2145         __remainderl.
2146         * sysdeps/ieee754/ldbl-opt/nldbl-remainder.c (dreml): Define as
2147         weak alias of remainderl.
2148         * sysdeps/ieee754/ldbl-opt/w_remainder.c
2149         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (__drem): Define as strong
2150         alias of __remainder.
2151         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (dreml): Use compat_symbol.
2152         * sysdeps/ieee754/ldbl-opt/w_remainderl.c (__dreml): Define as
2153         strong alias of __remainderl.
2154         (dreml): Use long_double_symbol.
2155         * math/Makefile (libm-calls): Remove w_drem.
2156         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Remove drem.
2157         (CFLAGS-nldbl-drem.c): Remove variable.
2158         (CFLAGS-nldbl-remainder.c): Add -fno-builtin-dreml.
2159         * math/w_drem.c: Remove file.
2160         * math/w_dremf.c: Likewise.
2161         * math/w_dreml.c: Likewise.
2162         * sysdeps/ieee754/ldbl-opt/nldbl-drem.c: Likewise.
2163         * sysdeps/ieee754/ldbl-opt/w_drem.c: Likewise.
2164         * sysdeps/ieee754/ldbl-opt/w_dreml.c: Likewise.
2166         * sysdeps/i386/configure.ac (cpuid.h): Do not test for header.
2167         * sysdeps/i386/configure: Regenerated.
2168         * sysdeps/x86_64/configure.ac (cpuid.h): Do not test for header.
2169         * sysdeps/x86_64/configure: Regenerated.
2171         * configure.ac (libc_cv_asm_protected_directive): Remove configure
2172         test.
2173         (libc_cv_visibility_attribute): Likewise.
2174         (libc_cv_protected_data): Test unconditionally.
2175         (libc_cv_broken_visibility_attribute): Remove configure test.
2176         (libc_cv_have_sdata_section): Test unconditionally.
2177         * configure: Regenerated.
2179         * include/libc-internal.h (libc_max_align_t): Remove typedef.
2180         * include/scratch_buffer.h: Include <stddef.h> instead of
2181         <libc-internal.h>.
2182         (struct scratch_buffer): Use max_align_t instead of
2183         libc_max_align_t.
2185 2015-10-29  Florian Weimer  <fweimer@redhat.com>
2187         * elf/dl-fini.c (_dl_fini): Rewrite to use variable-length array
2188         instead of extend_alloca.  Change control flow to avoid a goto.
2189         Remove assert which is trivially always true.
2191 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
2193         [BZ #16068]
2194         * sysdeps/i386/fpu/fesetenv.c: Include <fpu_control.h>.
2195         (FE_ALL_EXCEPT_X86): New macro.
2196         (__fesetenv): Use FE_ALL_EXCEPT_X86 in most places instead of
2197         FE_ALL_EXCEPT.  Ensure precision control is included in
2198         floating-point state.  Ensure that FE_DFL_ENV and FE_NOMASK_ENV
2199         handle "denormal operand exception" and clear FZ and DAZ bits.
2200         * sysdeps/x86_64/fpu/fesetenv.c: Include <fpu_control.h>.
2201         (FE_ALL_EXCEPT_X86): New macro.
2202         (__fesetenv): Use FE_ALL_EXCEPT_X86 in most places instead of
2203         FE_ALL_EXCEPT.  Ensure precision control is included in
2204         floating-point state.  Ensure that FE_DFL_ENV and FE_NOMASK_ENV
2205         handle "denormal operand exception" and clear FZ and DAZ bits.
2206         * sysdeps/x86/fpu/test-fenv-sse-2.c: New file.
2207         * sysdeps/x86/fpu/test-fenv-x87.c: Likewise.
2208         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
2209         test-fenv-x87 and test-fenv-sse-2.
2210         [$(subdir) = math] (CFLAGS-test-fenv-sse-2.c): New variable.
2212         * math/libm-test.inc (BUILD_COMPLEX): Remove macro.
2213         * math/test-double.h (BUILD_COMPLEX): New macro.
2214         * math/test-float.h (BUILD_COMPLEX): Likewise.
2215         * math/test-ldouble.h (BUILD_COMPLEX): Likewise.
2217         * math/libm-test.inc (min_subnorm_value): Use LDBL_TRUE_MIN,
2218         DBL_TRUE_MIN and FLT_TRUE_MIN instead of __LDBL_DENORM_MIN__,
2219         __DBL_DENORM_MIN__ and __FLT_DENORM_MIN__.
2220         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Refer to DBL_TRUE_MIN
2221         instead of DBL_DENORM_MIN in comment.
2222         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Refer to
2223         LDBL_TRUE_MIN instead of LDBL_DENORM_MIN in comment.
2224         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Include <float.h>.
2225         (__nextafterl): Use LDBL_TRUE_MIN instead of __LDBL_DENORM_MIN__.
2226         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Refer to
2227         LDBL_TRUE_MIN instead of LDBL_DENORM_MIN in comment.
2229 2015-10-28  Florian Weimer  <fweimer@redhat.com>
2231         [BZ# 19048]
2232         * malloc/malloc.c (struct malloc_state): Update comment.  Add
2233         attached_threads member.
2234         (main_arena): Initialize attached_threads.
2235         * malloc/arena.c (list_lock): Update comment.
2236         (ptmalloc_lock_all, ptmalloc_unlock_all): Likewise.
2237         (ptmalloc_unlock_all2): Reinitialize arena reference counts.
2238         (deattach_arena): New function.
2239         (_int_new_arena): Initialize arena reference count and deattach
2240         replaced arena.
2241         (get_free_list, reused_arena): Update reference count and deattach
2242         replaced arena.
2243         (arena_thread_freeres): Update arena reference count and only put
2244         unreferenced arenas on the free list.
2246 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
2248         [BZ #19181]
2249         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Clear already-raised
2250         SSE exceptions when argument is FE_DFL_ENV or FE_NOMASK_ENV.
2251         * sysdeps/x86_64/fpu/fesetenv.c (__fesetenv): Likewise.
2252         * math/test-fenv-clear-main.c: New file.
2253         * math/test-fenv-clear.c: Likewise.
2254         * math/Makefile (tests): Add test-fenv-clear.
2255         * sysdeps/x86/fpu/test-fenv-clear-sse.c: New file.
2256         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
2257         test-fenv-clear-sse.
2258         [$(subdir) = math] (CFLAGS-test-fenv-clear-sse.c): New variable.
2260         * math/libm-test.inc (TYPE_DECIMAL_DIG): Use LDBL_DECIMAL_DIG,
2261         DBL_DECIMAL_DIG and FLT_DECIMAL_DIG instead of __DECIMAL_DIG__,
2262         __DBL_DECIMAL_DIG__ and __FLT_DECIMAL_DIG__.
2264 2015-10-28  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
2266         * sysdeps/powerpc/libc-tls.c: New file. Provides __tls_get_addr () in
2267         static libc.
2269 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
2271         * sysdeps/i386/configure.ac (libc_cv_cc_avx2): Remove configure
2272         test.
2273         * sysdeps/i386/configure: Regenerated.
2274         * sysdeps/x86_64/configure.ac (libc_cv_cc_avx2): Remove configure
2275         test.
2276         * sysdeps/x86_64/configure: Regenerated.
2277         * config.h.in (HAVE_AVX2_SUPPORT): Remove #undef.
2278         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2279         memset-avx2 unconditionally instead of conditionally on
2280         [$(config-cflags-avx2) = yes].
2281         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
2282         (__libc_ifunc_impl_list) [HAVE_AVX2_SUPPORT]: Make code
2283         unconditional.
2284         * sysdeps/x86_64/multiarch/memset.S [HAVE_AVX2_SUPPORT]: Likewise.
2285         * sysdeps/x86_64/multiarch/memset_chk.S
2286         [IS_IN (libc) && SHARED && HAVE_AVX2_SUPPORT]: Change conditional
2287         to [IS_IN (libc) && SHARED].
2289 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
2291         * sysdeps/arm/configure.ac (libc_cv_arm_tls_desc): Remove
2292         configure test.
2293         * sysdeps/arm/configure: Regenerated.
2294         * sysdeps/arm/Makefile [!have-arm-tls-desc] (have-arm-tls-desc):
2295         Define variable if not already defined.
2297         [BZ #17404]
2298         * sysdeps/mips/atomic-machine.h
2299         [__GNUC_PREREQ (4, 8) || (__mips16 && __GNUC_PREREQ (4, 7))]:
2300         Change conditional to [__GNUC_PREREQ (4, 8) || __mips16].
2301         [__mips16 && !__GNUC_PREREQ (4, 7)]: Remove conditional code.
2303         * resolv/res_send.c (send_vc) [__GNUC_PREREQ (4, 7)]: Make code
2304         unconditional.
2305         * soft-fp/fmadf4.c [__GNUC_PREREQ (4, 7)]: Likewise.
2306         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2307         * soft-fp/fmasf4.c [__GNUC_PREREQ (4, 7)]: Make code
2308         unconditional.
2309         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2310         * soft-fp/fmatf4.c [__GNUC_PREREQ (4, 7)]: Make code
2311         unconditional.
2312         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2313         * stdlib/setenv.c
2314         [((__GNUC__ << 16) + __GNUC_MINOR__) >= ((4 << 16) + 7)]: Make
2315         code unconditional.
2316         [!(((__GNUC__ << 16) + __GNUC_MINOR__) >= ((4 << 16) + 7))]:
2317         Remove conditional code.
2318         * sysdeps/ieee754/dbl-64/e_lgamma_r.c
2319         (__ieee754_lgamma_r) [__GNUC_PREREQ (4, 7)]: Make code
2320         unconditional.
2321         (__ieee754_lgamma_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
2322         code.
2323         * sysdeps/ieee754/flt-32/e_lgammaf_r.c
2324         (__ieee754_lgammaf_r) [__GNUC_PREREQ (4, 7)]: Make code
2325         unconditional.
2326         (__ieee754_lgammaf_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
2327         code.
2328         * sysdeps/ieee754/ldbl-128/k_tanl.c
2329         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
2330         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2331         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c
2332         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
2333         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2334         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c
2335         (__ieee754_lgammal_r) [__GNUC_PREREQ (4, 7)]: Make code
2336         unconditional.
2337         (__ieee754_lgammal_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
2338         code.
2339         * sysdeps/ieee754/ldbl-96/k_tanl.c
2340         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
2341         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
2343         * nptl/tst-initializers1-c11.c: New file.
2344         * nptl/tst-initializers1-gnu11.c: Likewise.
2345         * nptl/Makefile (tests): Add these new tests.
2346         (CFLAGS-tst-initializers1-c11.c): New variable.
2347         (CFLAGS-tst-initializers1-gnu11.c): Likewise.
2349         * Makeconfig (CFLAGS): Use -std=gnu11 instead of -std=gnu99.
2350         * Makefile ($(objpfx)c++-types-check.out): Filter out -std=gnu11
2351         instead of -std=gnu99.
2352         * configure.ac (systemtap): Test with -std=gnu11 instead of
2353         -std=gnu99.
2354         * configure: Regenerated.
2355         * math/gen-auto-libm-tests.c: Use -std=gnu11 instead of -std=gnu99
2356         in compilation command in comment.
2358         * sysdeps/nptl/configure.ac: Remove file.
2359         * sysdeps/nptl/configure: Remove generated file.
2360         * configure.ac (libc_cv_forced_unwind): Do not substitute.
2361         * configure: Regenerated.
2362         * config.h.in (HAVE_FORCED_UNWIND): Remove #undef.
2363         * config.make.in (have-forced-unwind): Remove variable.
2364         * nptl/Makefile [$(have-forced-unwind) = yes]: Make code
2365         unconditional.
2366         * nptl/descr.h [HAVE_FORCED_UNWIND]: Likewise.
2367         * nptl/unwind.c [HAVE_FORCED_UNWIND]: Likewise.
2368         (__pthread_unwind) [!HAVE_FORCED_UNWIND]: Remove conditional code.
2369         * nptl/version.c [HAVE_FORCED_UNWIND]: Make code unconditional.
2370         * sysdeps/nptl/Makefile [$(have-forced-unwind) = yes]: Make code
2371         unconditional.
2373 2015-10-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
2375         [BZ #19174]
2376         * sysdeps/powerpc/nptl/elide.h (__elide_lock): Fix usage of
2377         .skip_lock_out_of_tbegin_retries.
2378         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
2379         (__lll_lock_elision): Likewise, and respect a value of
2380         try_tbegin <= 0.
2382 2015-10-27  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
2384         * elf/dl-support.c (_dl_aux_init): Added AT_PLATFORM to the case
2385         statement.
2387 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
2389         * conform/Makefile (test-xfail-ISO11/complex.h/conform): Remove
2390         variable.
2391         (test-xfail-ISO11/stdalign.h/conform): Likewise.
2392         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
2394         * conform/GlibcConform.pm ($CFLAGS{"ISO11"}): Use -std=c11 instead
2395         of -std=c1x -D_ISOC11_SOURCE.
2397         * configure.ac (libc_cv_compiler_ok): Require GCC 4.7 or later.
2398         * configure: Regenerated.
2399         * manual/install.texi (Tools for Compilation): Document
2400         requirement for GCC 4.7 or later.
2401         * INSTALL: Regenerated.
2403 2015-10-27  Ludovic Courtès  <ludo@gnu.org>
2405         * locale/loadlocale.c (_nl_intern_locale_data): Change assertion
2406         on CNT to a conditional jump to 'puntdata'.
2408 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
2410         * configure.ac (libc_cv_gcc___thread): Remove configure test.
2411         (libc_cv_gcc_tls_model_attr): Likewise.
2412         * configure: Regenerated.
2414         * configure.ac (libc_cv_need_minus_P): Remove configure test.
2415         * configure: Regenerated.
2416         * Makeconfig (asm-CPPFLAGS): Remove reference to -P in comment.
2418 2015-10-26  Joseph Myers  <joseph@codesourcery.com>
2420         * configure.ac (old_glibc_headers): Remove configure test.
2421         * configure: Regenerated.
2422         * config.make.in (old-glibc-headers): Remove variable.
2423         * Makefile [!$(install_root) && $(old-glibc-headers) = yes]
2424         (install): Remove dependency on remove-old-headers.
2425         (headers2_0): Remove variable.
2426         (remove-old-headers): Remove rule.
2428         * configure.ac (libc_cv_dot_text): Remove configure test.
2429         (libc_cv_asm_set_directive): Use .text instead of
2430         ${libc_cv_dot_text} in configure test.
2431         * configure: Regenerated.
2433 2015-10-26  Florian Weimer  <fweimer@redhat.com>
2435         [BZ #19168]
2436         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
2438 2015-10-26  Florian Weimer  <fweimer@redhat.com>
2440         * configure.ac (CXX): Clear the variable if the C++ toolchain does
2441         not support static linking.
2442         * configure: Regenerate.
2444 2015-10-23  Joseph Myers  <joseph@codesourcery.com>
2446         * math/libm-test.inc (check_float_internal): Do not special-case
2447         errors up to 0.5 ulp.
2449         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
2450         log2.
2451         * math/auto-libm-test-out: Regenerated.
2452         * math/libm-test.inc (MAX_EXP): New macro.
2453         (ilogb_test_data): Add more tests.
2454         (isfinite_test_data): Likewise.
2455         (isgreater_test_data): Likewise.
2456         (isgreaterequal_test_data): Likewise.
2457         (isinf_test_data): Likewise.
2458         (isless_test_data): Likewise.
2459         (islessequal_test_data): Likewise.
2460         (islessgreater_test_data): Likewise.
2461         (isnan_test_data): Likewise.
2462         (isnormal_test_data): Likewise.
2463         (issignaling_test_data): Likewise.
2464         (isunordered_test_data): Likewise.
2465         (j0_test_data): Likewise.
2466         (j1_test_data): Likewise.
2467         (jn_test_data): Likewise.
2468         (lgamma_test_data): Likewise.
2469         (log_test_data): Likewise.
2470         (log10_test_data): Likewise.
2471         (log1p_test_data): Likewise.
2472         (log2_test_data): Likewise.
2473         (logb_test_data): Likewise.
2474         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2476         [BZ #18611]
2477         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1): Set errno and
2478         avoid excess range and precision on underflow.
2479         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
2480         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_j1f): Likewise.
2481         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
2482         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Set errno on
2483         underflow.
2484         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
2485         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
2486         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
2487         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
2488         * math/auto-libm-test-in: Do not allow missing errno setting for
2489         tests of j1 and jn.
2490         * math/auto-libm-test-out: Regenerated.
2492 2015-10-22  Joseph Myers  <joseph@codesourcery.com>
2494         [BZ #15491]
2495         * sysdeps/i386/fpu/s_nearbyint.S (__nearbyint): Save and restore
2496         floating-point environment instead of clearing all exceptions.
2497         * sysdeps/i386/fpu/s_nearbyintf.S (__nearbyintf): Likewise.
2498         * sysdeps/i386/fpu/s_nearbyintl.S (__nearbyintl): Likewise,
2499         merging in "invalid" exceptions from frndint.
2500         * sysdeps/x86_64/fpu/s_nearbyintl.S (__nearbyintl): Likewise.
2501         * math/test-nearbyint-except.c: New file.
2502         * math/Makefile (tests): Add test-nearbyint-except.
2504 2015-10-22  Chris Metcalf  <cmetcalf@ezchip.com>
2506         * NEWS: Mention bug 18699 fixed by commit fe8c2b33aed0.
2508         * sysdeps/tile/libm-test-ulps: Regenerated.
2510 2015-10-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c
2513         (__NR_sync_file_range2): Assume it is always defined.
2514         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
2515         (__NR_sync_file_range): Assume it is always defined.
2517 2015-10-22  Andreas Schwab  <schwab@suse.de>
2519         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Use
2520         INTERNAL_SYSCALL_ERRNO.
2521         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
2522         * sysdeps/unix/sysv/linux/i386/lockf64.c (lockf64): Likewise.
2523         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2524         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction):
2525         Likewise.
2526         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2528 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
2530         * io/tst-fcntl.c (fd): New static variable.
2531         (do_prepare): Open temporary file here....
2532         (do_test): ...not here.
2534         * io/ftwtest-sh: Also trap on exit to remove temporary files.
2536 2015-10-21  H.J. Lu  <hongjiu.lu@intel.com>
2538         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: Replace
2539         __GNUC_PREREQ (5,0) with OPTIMIZE_FOR_GCC_5.
2540         * sysdeps/unix/sysv/linux/i386/sysdep.h (OPTIMIZE_FOR_GCC_5):
2541         Moved before "#ifdef __ASSEMBLER__".
2543 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
2545         [BZ #19156]
2546         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Return 1 for
2547         arguments very close to 0.
2549 2015-10-21  Chris Metcalf  <cmetcalf@ezchip.com>
2551         * sysdeps/unix/sysv/linux/tile/sysdep.h (PSEUDO_END)
2552         (PSEUDO_NOERRNO, PSEUDO_END_NOERRNO): Undef before defining.
2554 2015-10-21  H.J. Lu  <hongjiu.lu@intel.com>
2556         * sysdeps/unix/sysv/linux/i386/sysdep.h (OPTIMIZE_FOR_GCC_5):
2557         New.  Defined for GCC 5 and above when not compiling for
2558         profiling.
2559         Replace __GNUC_PREREQ (5,0) with OPTIMIZE_FOR_GCC_5.
2561         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-epoll_pwait.c):
2562         Renamed to ...
2563         (CFLAGS-epoll_pwait.o): This.
2564         (CFLAGS-mmap.c): Renamed to ...
2565         (CFLAGS-mmap.o): This.
2566         (CFLAGS-mmap64.c): Renamed to ...
2567         (CFLAGS-mmap64.o): This.
2568         (CFLAGS-epoll_pwait.os): New.
2569         (CFLAGS-mmap.os): Likewise.
2570         (CFLAGS-mmap64.os): Likewise.
2571         (CFLAGS-semtimedop.os): Likewise.
2572         (CFLAGS-semtimedop.c): Renamed to ...
2573         (CFLAGS-semtimedop.o): This.
2575 2015-10-21  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
2577         * debug/tst-backtrace4.c (handle_signal): Fix a comment and
2578         warning message.
2580 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
2582         * Makeconfig (+gccwarn-c): Add -Wold-style-definition.
2583         * Makefile ($(objpfx)c++-types-check.out): Filter out
2584         $(+gccwarn-c) instead of -Wstrict-prototypes.
2586         * io/fts.c (fts_open): Convert to prototype-style function
2587         definition.
2588         * malloc/mcheck.c (mcheck): Likewise.
2589         (mcheck_pedantic): Likewise.
2590         * posix/regexec.c (re_search_2_stub): Likewise.  Use
2591         internal_function.
2592         (re_search_internal): Likewise.
2593         * resolv/res_init.c [RESOLVSORT] (net_mask): Convert to
2594         prototype-style function definition.
2595         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
2596         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
2597         * sunrpc/rpcsvc/rusers.x (xdr_utmp): Likewise.
2598         (xdr_utmpptr): Likewise.
2599         (xdr_utmparr): Likewise.
2600         (xdr_utmpidle): Likewise.
2601         (xdr_utmpidleptr): Likewise.
2602         (xdr_utmpidlearr): Likewise.
2604         * math/auto-libm-test-in: Add more tests of hypot, j0, j1, jn,
2605         log, log10 and log2.
2606         * math/auto-libm-test-out: Regenerated.
2607         * math/libm-test.inc (fmod_test_data): Add more tests.
2608         (fpclassify_test_data): Likewise.
2609         (frexp_test_data): Likewise.
2610         (hypot_test_data): Likewise.
2611         (ilogb_test_data): Likewise.
2613 2015-10-20  Joseph Myers  <joseph@codesourcery.com>
2615         * debug/fortify_fail.c (__fortify_fail): Convert to
2616         prototype-style function definition.  Use internal_function.
2617         * libio/genops.c (save_for_backup): Convert to prototype-style
2618         function definition.
2619         * libio/wgenops.c (save_for_wbackup): Likewise.
2620         * login/grantpt.c (grantpt): Likewise.
2621         * login/ptsname.c (ptsname): Likewise.
2622         (__ptsname_r): Likewise.
2623         * login/unlockpt.c (unlockpt): Likewise.
2624         * mach/msgserver.c (__mach_msg_server): Likewise.
2625         * misc/efgcvt.c (__APPEND (FUNC_PREFIX, fcvt)): Likewise.
2626         (__APPEND (FUNC_PREFIX, ecvt)): Likewise.
2627         (__APPEND (FUNC_PREFIX, gcvt)): Likewise.
2628         * misc/efgcvt_r.c (__APPEND (FUNC_PREFIX, fcvt_r)): Likewise.
2629         (__APPEND (FUNC_PREFIX, ecvt_r)): Likewise.
2630         * nptl/cleanup_compat.c (_pthread_cleanup_push): Likewise.
2631         * nptl/cleanup_defer_compat.c (_pthread_cleanup_push_defer):
2632         Likewise.
2633         * nptl/libc_pthread_init.c (__libc_pthread_init): Likewise.  Use
2634         internal_function.
2635         * nptl/pthread_atfork.c (__pthread_atfork): Convert to
2636         prototype-style function definition.
2637         * nptl/pthread_create.c (__pthread_create_2_1): Likewise.
2638         [SHLIB_COMPAT(libpthread, GLIBC_2_0, GLIBC_2_1)]
2639         (__pthread_create_2_0): Likewise.
2640         * nptl/pthread_key_create.c (__pthread_key_create): Likewise.
2641         * nptl/register-atfork.c (__register_atfork): Likewise.
2642         * posix/glob.c (glob): Likewise.
2643         * posix/regcomp.c (re_comp): Likewise.
2644         * posix/regexec.c (re_exec): Likewise.
2645         * stdlib/add_n.c [__STDC__]: Make code unconditional.
2646         [!__STDC__]: Remove conditional code.
2647         * stdlib/cmp.c [__STDC__]: Make code unconditional.
2648         [!__STDC__]: Remove conditional code.
2649         * stdlib/divmod_1.c [__STDC__]: Make code unconditional.
2650         [!__STDC__]: Remove conditional code.
2651         * stdlib/divrem.c [__STDC__]: Make code unconditional.
2652         [!__STDC__]: Remove conditional code.
2653         * stdlib/lshift.c [__STDC__]: Make code unconditional.
2654         [!__STDC__]: Remove conditional code.
2655         * stdlib/mod_1.c [__STDC__]: Make code unconditional.
2656         [!__STDC__]: Remove conditional code.
2657         * stdlib/mul.c [__STDC__]: Make code unconditional.
2658         [!__STDC__]: Remove conditional code.
2659         * stdlib/mul_n.c [__STDC__]: Make code unconditional.
2660         [!__STDC__]: Remove conditional code.
2661         * stdlib/rshift.c [__STDC__]: Make code unconditional.
2662         [!__STDC__]: Remove conditional code.
2663         * stdlib/strtod.c (INTERNAL (STRTOF)): Convert to prototype-style
2664         function definition.
2665         (STRTOF): Likewise.
2666         * stdlib/strtod_l.c (__STRTOF): Likewise.
2667         * stdlib/strtol.c (INTERNAL (strtol)): Likewise.
2668         * stdlib/strtol_l.c (INTERNAL (__strtol_l)): Likewise.
2669         (__strtol_l): Likewise.
2670         * stdlib/sub_n.c [__STDC__]: Make code unconditional.
2671         [!__STDC__]: Remove conditional code.
2672         * string/memrchr.c (MEMRCHR): Convert to prototype-style function
2673         definition.
2674         * string/strcasecmp.c (LOCALE_PARAM_DECL): Remove macro.
2675         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
2676         type.
2677         (__strcasecmp): Convert to prototype-style function definition.
2678         * string/strncase.c (LOCALE_PARAM_DECL): Remove macro.
2679         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
2680         type.
2681         (__strncasecmp): Convert to prototype-style function definition.
2682         * sunrpc/pm_getport.c (__libc_rpc_getport): Likewise.
2683         * sunrpc/xdr.c (xdr_union): Likewise.
2684         * sunrpc/xdr_array.c (xdr_array): Likewise.
2685         * sunrpc/xdr_ref.c (xdr_reference): Likewise.
2686         * sysdeps/m68k/m680x0/fpu/s_atan.c (__CONCATX(__,FUNC)): Likewise.
2687         * sysdeps/m68k/m680x0/fpu/s_isinf.c (__CONCATX(__,FUNC)):
2688         Likewise.
2689         * sysdeps/m68k/m680x0/fpu/s_scalbn.c (__CONCATX(__scalbn,suffix):
2690         Likewise.
2691         * sysdeps/m68k/m680x0/fpu/s_sincos.c (CONCATX(__,FUNC)): Likewise.
2692         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
2693         Likewise.
2694         * time/strftime_l.c (LOCALE_PARAM_DECL): Remove macro.
2695         (LOCALE_PARAM_PROTO): Likewise.
2696         [_LIBC && USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include
2697         argument type.
2698         (ut_argument_spec): Remove macro.
2699         (ut_argument_spec_iso): Rename to ut_argument_spec.
2700         (memcpy_lowcase): Use LOCALE_PARAM in declaration.  Convert to
2701         prototype-style function definition.
2702         (memcpy_uppcase): Likewise.
2703         (__strftime_internal): Likewise.
2704         (my_strftime): Likewise.
2705         * time/strptime_l.c (LOCALE_PARAM_PROTO): Remove macro.
2706         (LOCALE_PARAM_DECL): Likewise.
2707         [_LIBC] (LOCALE_PARAM): Include argument type.
2708         (__strptime_internal): Convert to prototype-style function
2709         definition.
2710         (strptime): Likewise.
2711         * wcsmbs/wcscasecmp.c (LOCALE_PARAM_DECL): Remove macro.
2712         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
2713         type.
2714         (__wcscasecmp): Convert to prototype-style function definition.
2715         * wcsmbs/wcsncase.c (LOCALE_PARAM_DECL): Remove macro.
2716         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
2717         type.
2718         (__wcsncasecmp): Convert to prototype-style function definition.
2720         * crypt/md5-crypt.c (__md5_crypt_r): Convert to prototype-style
2721         function definition.
2722         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
2723         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
2724         * debug/backtracesyms.c (__backtrace_symbols): Likewise.
2725         * elf/dl-minimal.c (_itoa): Likewise.
2726         * hurd/hurdmalloc.c (malloc): Likewise.
2727         (free): Likewise.
2728         (realloc): Likewise.
2729         * inet/inet6_option.c (inet6_option_space): Likewise.
2730         (inet6_option_init): Likewise.
2731         (inet6_option_append): Likewise.
2732         (inet6_option_alloc): Likewise.
2733         (inet6_option_next): Likewise.
2734         (inet6_option_find): Likewise.
2735         * io/ftw.c (FTW_NAME): Likewise.
2736         (NFTW_NAME): Likewise.
2737         (NFTW_NEW_NAME): Likewise.
2738         (NFTW_OLD_NAME): Likewise.
2739         * libio/iofwide.c (_IO_fwide): Likewise.
2740         * libio/strops.c (_IO_str_init_static_internal): Likewise.
2741         (_IO_str_init_static): Likewise.
2742         (_IO_str_init_readonly): Likewise.
2743         (_IO_str_overflow): Likewise.
2744         (_IO_str_underflow): Likewise.
2745         (_IO_str_count): Likewise.
2746         (_IO_str_seekoff): Likewise.
2747         (_IO_str_pbackfail): Likewise.
2748         (_IO_str_finish): Likewise.
2749         * libio/wstrops.c (_IO_wstr_init_static): Likewise.
2750         (_IO_wstr_overflow): Likewise.
2751         (_IO_wstr_underflow): Likewise.
2752         (_IO_wstr_count): Likewise.
2753         (_IO_wstr_seekoff): Likewise.
2754         (_IO_wstr_pbackfail): Likewise.
2755         (_IO_wstr_finish): Likewise.
2756         * locale/programs/localedef.c (normalize_codeset): Likewise.
2757         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
2758         (add_locales_to_archive): Likewise.
2759         (delete_locales_from_archive): Likewise.
2760         * malloc/malloc.c (__libc_mallinfo): Likewise.
2761         * math/gen-auto-libm-tests.c (init_fp_formats): Likewise.
2762         * misc/tsearch.c (__tfind): Likewise.
2763         * nptl/pthread_attr_destroy.c (__pthread_attr_destroy): Likewise.
2764         * nptl/pthread_attr_getdetachstate.c
2765         (__pthread_attr_getdetachstate): Likewise.
2766         * nptl/pthread_attr_getguardsize.c (pthread_attr_getguardsize):
2767         Likewise.
2768         * nptl/pthread_attr_getinheritsched.c
2769         (__pthread_attr_getinheritsched): Likewise.
2770         * nptl/pthread_attr_getschedparam.c
2771         (__pthread_attr_getschedparam): Likewise.
2772         * nptl/pthread_attr_getschedpolicy.c
2773         (__pthread_attr_getschedpolicy): Likewise.
2774         * nptl/pthread_attr_getscope.c (__pthread_attr_getscope):
2775         Likewise.
2776         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack):
2777         Likewise.
2778         * nptl/pthread_attr_getstackaddr.c (__pthread_attr_getstackaddr):
2779         Likewise.
2780         * nptl/pthread_attr_getstacksize.c (__pthread_attr_getstacksize):
2781         Likewise.
2782         * nptl/pthread_attr_init.c (__pthread_attr_init_2_1): Likewise.
2783         (__pthread_attr_init_2_0): Likewise.
2784         * nptl/pthread_attr_setdetachstate.c
2785         (__pthread_attr_setdetachstate): Likewise.
2786         * nptl/pthread_attr_setguardsize.c (pthread_attr_setguardsize):
2787         Likewise.
2788         * nptl/pthread_attr_setinheritsched.c
2789         (__pthread_attr_setinheritsched): Likewise.
2790         * nptl/pthread_attr_setschedparam.c
2791         (__pthread_attr_setschedparam): Likewise.
2792         * nptl/pthread_attr_setschedpolicy.c
2793         (__pthread_attr_setschedpolicy): Likewise.
2794         * nptl/pthread_attr_setscope.c (__pthread_attr_setscope):
2795         Likewise.
2796         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack):
2797         Likewise.
2798         * nptl/pthread_attr_setstackaddr.c (__pthread_attr_setstackaddr):
2799         Likewise.
2800         * nptl/pthread_attr_setstacksize.c (__pthread_attr_setstacksize):
2801         Likewise.
2802         * nptl/pthread_condattr_setclock.c (pthread_condattr_setclock):
2803         Likewise.
2804         * nptl/pthread_create.c (__find_in_stack_list): Likewise.
2805         * nptl/pthread_getattr_np.c (pthread_getattr_np): Likewise.
2806         * nptl/pthread_mutex_cond_lock.c (__pthread_mutex_lock): Define to
2807         use internal_function.
2808         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Convert to
2809         prototype-style function definition.
2810         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Likewise.
2811         (__pthread_mutex_cond_lock_adjust): Likewise.  Use
2812         internal_function.
2813         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock):
2814         Convert to prototype-style function definition.
2815         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
2816         Likewise.
2817         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt):
2818         Likewise.
2819         (__pthread_mutex_unlock): Likewise.
2820         * nptl_db/td_ta_clear_event.c (td_ta_clear_event): Likewise.
2821         * nptl_db/td_ta_set_event.c (td_ta_set_event): Likewise.
2822         * nptl_db/td_thr_clear_event.c (td_thr_clear_event): Likewise.
2823         * nptl_db/td_thr_event_enable.c (td_thr_event_enable): Likewise.
2824         * nptl_db/td_thr_set_event.c (td_thr_set_event): Likewise.
2825         * nss/makedb.c (process_input): Likewise.
2826         * posix/fnmatch.c (__strchrnul): Likewise.
2827         (__wcschrnul): Likewise.
2828         (fnmatch): Likewise.
2829         * posix/fnmatch_loop.c (FCT): Likewise.
2830         * posix/glob.c (globfree): Likewise.
2831         (__glob_pattern_type): Likewise.
2832         (__glob_pattern_p): Likewise.
2833         * posix/regcomp.c (re_compile_pattern): Likewise.
2834         (re_set_syntax): Likewise.
2835         (re_compile_fastmap): Likewise.
2836         (regcomp): Likewise.
2837         (regerror): Likewise.
2838         (regfree): Likewise.
2839         * posix/regexec.c (regexec): Likewise.
2840         (re_match): Likewise.
2841         (re_search): Likewise.
2842         (re_match_2): Likewise.
2843         (re_search_2): Likewise.
2844         (re_search_stub): Likewise.  Use internal_function
2845         (re_copy_regs): Likewise.
2846         (re_set_registers): Convert to prototype-style function
2847         definition.
2848         (prune_impossible_nodes): Likewise.  Use internal_function.
2849         * resolv/inet_net_pton.c (inet_net_pton): Convert to
2850         prototype-style function definition.
2851         (inet_net_pton_ipv4): Likewise.
2852         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
2853         * sysdeps/pthread/aio_cancel.c (aio_cancel): Likewise.
2854         * sysdeps/pthread/aio_suspend.c (aio_suspend): Likewise.
2855         * sysdeps/pthread/timer_delete.c (timer_delete): Likewise.
2856         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
2857         Make variadic.
2858         * time/strptime_l.c (localtime_r): Convert to prototype-style
2859         function definition.
2860         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
2861         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
2862         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
2863         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
2865         * crypt/crypt.c (_ufc_doit_r): Convert to prototype-style function
2866         definition.
2867         (_ufc_doit_r): Likewise.
2868         * crypt/crypt_util.c (_ufc_copymem): Likewise.
2869         (_ufc_output_conversion_r): Likewise.
2870         * inet/inet_mkadr.c (__inet_makeaddr): Likewise.
2871         * inet/rcmd.c (rcmd_af): Likewise.
2872         (rcmd): Likewise.
2873         (ruserok_af): Likewise.
2874         (ruserok): Likewise.
2875         (ruserok2_sa): Likewise.
2876         (ruserok_sa): Likewise.
2877         (iruserok_af): Likewise.
2878         (iruserok): Likewise.
2879         (__ivaliduser): Likewise.
2880         (__validuser2_sa): Likewise.
2881         * inet/rexec.c (rexec_af): Likewise.
2882         (rexec): Likewise.
2883         * inet/ruserpass.c (ruserpass): Likewise.
2884         * locale/programs/xmalloc.c (xcalloc): Likewise.
2885         * manual/examples/timeval_subtract.c (timeval_subtract): Likewise.
2886         * math/w_drem.c (__drem): Likewise.
2887         * math/w_dremf.c (__dremf): Likewise.
2888         * math/w_dreml.c (__dreml): Likewise.
2889         * misc/daemon.c (daemon): Likewise.
2890         * resolv/res_debug.c (p_fqnname): Likewise.
2891         * stdlib/div.c (div): Likewise.
2892         * string/memcmp.c (memcmp_bytes): Likewise.
2893         * sunrpc/pmap_rmt.c (pmap_rmtcall): Likewise.
2894         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
2896         * crypt/cert.c (main): Convert to prototype-style function
2897         definition.
2898         * io/pipe.c (__pipe): Likewise.
2899         * io/pipe2.c (__pipe2): Likewise.
2900         * misc/futimesat.c (futimesat): Likewise.
2901         * misc/utimes.c (__utimes): Likewise.
2902         * posix/execve.c (__execve): Likewise.
2903         * posix/execvp.c (execvp): Likewise.
2904         * posix/execvpe.c (__execvpe): Likewise.
2905         * posix/fexecve.c (fexecve): Likewise.
2906         * socket/socketpair.c (socketpair): Likewise.
2907         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
2908         * stdlib/erand48.c (erand48): Likewise.
2909         * stdlib/erand48_r.c (__erand48_r): Likewise.
2910         * stdlib/jrand48.c (jrand48): Likewise.
2911         * stdlib/jrand48_r.c (__jrand48_r): Likewise.
2912         * stdlib/lcong48.c (lcong48): Likewise.
2913         * stdlib/lcong48_r.c (__lcong48_r): Likewise.
2914         * stdlib/nrand48.c (nrand48): Likewise.
2915         * stdlib/nrand48_r.c (__nrand48_r): Likewise.
2916         * stdlib/seed48.c (seed48): Likewise.
2917         * stdlib/seed48_r.c (__seed48_r): Likewise.
2918         * sysdeps/mach/hurd/execve.c (__execve): Likewise.
2919         * sysdeps/mach/hurd/utimes.c (__utimes): Likewise.
2920         * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Likewise.
2922 2015-10-19  Joseph Myers  <joseph@codesourcery.com>
2924         * configure.ac (libc_cv_asm_unique_object): Remove configure test.
2925         * configure: Regenerated.
2926         * config.h.in (HAVE_ASM_UNIQUE_OBJECT): Remove #undef.
2927         * elf/tst-unique1.c (do_test) [HAVE_ASM_UNIQUE_OBJECT]: Make code
2928         unconditional.
2929         * elf/tst-unique1mod1.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
2930         * elf/tst-unique1mod2.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
2931         * elf/tst-unique2.c (do_test) [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
2932         (do_test) [!HAVE_ASM_UNIQUE_OBJECT]: Remove conditional code.
2933         * elf/tst-unique2mod1.c [HAVE_ASM_UNIQUE_OBJECT]: Make code
2934         unconditional.
2935         * elf/tst-unique2mod2.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
2937         * posix/Makefile (CFLAGS-regex.c): Remove variable.
2938         * resolv/Makefile (+cflags): Do not use -Wno-strict-prototypes.
2940         * crypt/crypt-entry.c (__crypt_r): Convert to prototype-style
2941         function definition.
2942         * crypt/crypt_util.c (__encrypt_r): Likewise.
2943         * libio/genops.c (_IO_no_init): Likewise.
2944         * libio/iofopncook.c (_IO_fopencookie): Likewise.
2945         (_IO_old_fopencookie): Likewise.
2946         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2947         * libio/iogetline.c (_IO_getline): Likewise.
2948         (_IO_getline_info): Likewise.
2949         * libio/iogetwline.c (_IO_getwline): Likewise.
2950         (_IO_getwline_info): Likewise.
2951         * libio/vsnprintf.c (_IO_vsnprintf): Likewise.
2952         * libio/vswprintf.c (_IO_vswprintf): Likewise.
2953         * locale/programs/simple-hash.c (insert_entry_2): Likewise.
2954         (find_entry): Likewise.
2955         (iterate_table): Likewise.
2956         (lookup): Likewise.
2957         * login/forkpty.c (forkpty): Likewise.
2958         * misc/hsearch_r.c (__hsearch_r): Likewise.
2959         * misc/select.c (__select): Likewise.
2960         * nptl/cleanup_defer_compat.c (_pthread_cleanup_pop_restore):
2961         Likewise.
2962         * nptl/old_pthread_cond_init.c (__pthread_cond_init_2_0):
2963         Likewise.
2964         * nptl/old_pthread_cond_timedwait.c
2965         (__pthread_cond_timedwait_2_0): Likewise.
2966         * nptl/pthread_barrier_init.c (__pthread_barrier_init): Likewise.
2967         * nptl/pthread_barrierattr_getpshared.c
2968         (pthread_barrierattr_getpshared): Likewise.
2969         * nptl/pthread_getschedparam.c (__pthread_getschedparam):
2970         Likewise.
2971         * nptl/pthread_mutex_setprioceiling.c
2972         (pthread_mutex_setprioceiling): Likewise.
2973         * nptl/pthread_mutexattr_getprioceiling.c
2974         (pthread_mutexattr_getprioceiling): Likewise.
2975         * nptl/pthread_rwlock_init.c (__pthread_rwlock_init): Likewise.
2976         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
2977         Likewise.
2978         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
2979         Likewise.
2980         * nptl/pthread_setschedparam.c (__pthread_setschedparam):
2981         Likewise.
2982         * socket/recvfrom.c (__recvfrom): Likewise.
2983         * socket/sendto.c (__sendto): Likewise.
2984         * socket/setsockopt.c (__setsockopt): Likewise.
2985         * stdio-common/_itoa.c (_itoa): Likewise.
2986         * stdio-common/_itowa.c (_itowa): Likewise.
2987         * stdio-common/reg-printf.c (__register_printf_specifier):
2988         Likewise.
2989         (__register_printf_function): Likewise.
2990         * stdio-common/tempname.c (__path_search): Likewise.
2991         * stdlib/addmul_1.c (mpn_addmul_1): Likewise.
2992         * stdlib/mul_1.c (mpn_mul_1): Likewise.
2993         * stdlib/random_r.c (__initstate_r): Likewise.
2994         * stdlib/setenv.c (__add_to_environ): Likewise.
2995         * stdlib/submul_1.c (mpn_submul_1): Likewise.
2996         * streams/getpmsg.c (getpmsg): Likewise.
2997         * streams/putmsg.c (putmsg): Likewise.
2998         * streams/putpmsg.c (putpmsg): Likewise.
2999         * sunrpc/clnt_raw.c (clntraw_call): Likewise.
3000         * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
3001         * sunrpc/clnt_udp.c (clntudp_create): Likewise.
3002         * sunrpc/clnt_unix.c (clntunix_call): Likewise.
3003         * sunrpc/pm_getport.c (pmap_getport): Likewise.
3004         * sunrpc/svc_udp.c (cache_get): Likewise.
3005         * sunrpc/xdr_array.c (xdr_vector): Likewise.
3006         * sysdeps/mach/hurd/getcwd.c
3007         (__canonicalize_directory_name_internal): Likewise.
3008         * sysdeps/mach/hurd/pselect.c (__pselect): Likewise.
3009         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
3010         * sysdeps/mach/hurd/select.c (__select): Likewise.
3011         * sysdeps/posix/ttyname_r.c (getttyname_r): Likewise.
3012         * sysdeps/pthread/timer_settime.c (timer_settime): Likewise.
3013         * sysdeps/sparc/nptl/pthread_barrier_init.c
3014         (__pthread_barrier_init): Likewise.
3015         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c
3016         (__pthread_cond_timedwait): Likewise.
3017         * sysdeps/unix/sysv/linux/i386/putmsg.c (putmsg): Likewise.
3018         * sysdeps/unix/sysv/linux/s390/semtimedop.c (semtimedop):
3019         Likewise.
3020         * sysdeps/unix/sysv/linux/semtimedop.c (semtimedop): Likewise.
3021         * sysdeps/unix/sysv/linux/timer_settime.c (timer_settime):
3022         Likewise.
3023         * sysvipc/semtimedop.c (semtimedop): Likewise.
3024         * time/setitimer.c (__setitimer): Likewise.
3025         * time/strftime_l.c (emacs_strftime): Likewise.
3027 2015-10-19  Mike Frysinger  <vapier@gentoo.org>
3029         * config.make.in (have-ssp): Delete.
3030         (stack-protector): New variable.
3031         * configure.ac: Delete libc_cv_ssp export.  Add libc_cv_ssp_strong
3032         cache test for -fstack-protector-strong.  Export stack_protector to
3033         the best ssp flag.
3034         * configure: Regenerated.
3035         * login/Makefile (pt_chown-cflags): Always add $(stack-protector).
3036         * nscd/Makefile (CFLAGS-nscd): Likewise.
3037         * resolv/Makefile (CFLAGS-libresolv): Likewise.
3039 2015-10-16  H.J. Lu  <hongjiu.lu@intel.com>
3041         [BZ #19122]
3042         * include/sys/stat.h [IS_IN (rtld)] (__fxstatat64): Add
3043         attribute_hidden.
3045 2015-10-19  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
3047         [BZ #18743]
3048         * sysdeps/powerpc/nptl/elide.h (__elide_lock): Move most of this
3049         code to...
3050         (ELIDE_LOCK): ...here.
3051         (__get_new_count): New function with part of the code from
3052         __elide_lock that updates the value of adapt_count after a
3053         transaction abort.
3054         (__elided_trylock): Moved this code to...
3055         (ELIDE_TRYLOCK): ...here.
3057 2015-10-19  Mike Frysinger  <vapier@gentoo.org>
3059         * configure.ac (AC_ARG_ENABLE(timezone-tools)): Tweak help phrasing.
3060         * configure: Regenerate.
3061         * INSTALL: Regenerate.
3062         * manual/install.texi (--disable-timezone-tools): Use @theglibc{}
3063         and tweak grammar.
3065 2015-10-19  Geoffrey Thomas  <geofft@ldpreload.com>
3067         * login/programs/pt_chown.c: Include signal.h
3068         (main): Clear any signal mask from the parent process.
3070 2015-10-19  Joseph Myers  <joseph@codesourcery.com>
3072         * configure.ac (libc_cv_gnu89_inline): Remove configure test.
3073         * configure: Regenerated.
3074         * config.make.in (gnu89-inline-CFLAGS): Remove variable.
3075         * Makeconfig (CFLAGS): Use -fgnu89-inline instead of
3076         $(gnu89-inline-CFLAGS).
3078         * configure.ac (libc_cv_asm_weak_directive): Remove configure
3079         test.
3080         (libc_cv_asm_weakext_directive): Likewise.
3081         * configure: Regenerated.
3082         * config.h.in (HAVE_ASM_WEAK_DIRECTIVE): Remove #undef.
3083         (HAVE_ASM_WEAKEXT_DIRECTIVE): Likewise.
3084         * include/libc-symbols.h
3085         [!HAVE_ASM_WEAK_DIRECTIVE && !HAVE_ASM_WEAKEXT_DIRECTIVE]: Remove
3086         #error.
3087         [HAVE_ASM_WEAKEXT_DIRECTIVE]: Remove conditional code.
3088         [!HAVE_ASM_WEAKEXT_DIRECTIVE]: Make code unconditional.
3090         * sysdeps/arm/backtrace.c (__backtrace): Convert to
3091         prototype-style function definition.
3092         * sysdeps/i386/backtrace.c (__backtrace): Likewise.
3093         * sysdeps/i386/ffs.c (__ffs): Likewise.
3094         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
3095         * sysdeps/ia64/nptl/pthread_spin_lock.c (pthread_spin_lock):
3096         Likewise.
3097         * sysdeps/ia64/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
3098         Likewise.
3099         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Likewise.
3100         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
3101         Likewise.
3102         * sysdeps/m68k/ffs.c (__ffs): Likewise.
3103         * sysdeps/m68k/m680x0/fpu/e_acos.c (FUNC): Likewise.
3104         * sysdeps/m68k/m680x0/fpu/e_fmod.c (FUNC): Likewise.
3105         * sysdeps/mach/adjtime.c (__adjtime): Likewise.
3106         * sysdeps/mach/gettimeofday.c (__gettimeofday): Likewise.
3107         * sysdeps/mach/hurd/_exit.c (_exit): Likewise.
3108         * sysdeps/mach/hurd/access.c (__access): Likewise.
3109         * sysdeps/mach/hurd/adjtime.c (__adjtime): Likewise.
3110         * sysdeps/mach/hurd/chdir.c (__chdir): Likewise.
3111         * sysdeps/mach/hurd/chmod.c (__chmod): Likewise.
3112         * sysdeps/mach/hurd/chown.c (__chown): Likewise.
3113         * sysdeps/mach/hurd/cthreads.c (cthread_keycreate): Likewise.
3114         (cthread_getspecific): Likewise.
3115         (cthread_setspecific): Likewise.
3116         (__libc_getspecific): Likewise.
3117         * sysdeps/mach/hurd/euidaccess.c (__euidaccess): Likewise.
3118         * sysdeps/mach/hurd/faccessat.c (faccessat): Likewise.
3119         * sysdeps/mach/hurd/fchdir.c (__fchdir): Likewise.
3120         * sysdeps/mach/hurd/fchmod.c (__fchmod): Likewise.
3121         * sysdeps/mach/hurd/fchmodat.c (fchmodat): Likewise.
3122         * sysdeps/mach/hurd/fchown.c (__fchown): Likewise.
3123         * sysdeps/mach/hurd/fchownat.c (fchownat): Likewise.
3124         * sysdeps/mach/hurd/flock.c (__flock): Likewise.
3125         * sysdeps/mach/hurd/fsync.c (fsync): Likewise.
3126         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Likewise.
3127         * sysdeps/mach/hurd/getgroups.c (__getgroups): Likewise.
3128         * sysdeps/mach/hurd/gethostname.c (__gethostname): Likewise.
3129         * sysdeps/mach/hurd/getitimer.c (__getitimer): Likewise.
3130         * sysdeps/mach/hurd/getlogin_r.c (__getlogin_r): Likewise.
3131         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3132         * sysdeps/mach/hurd/getrusage.c (__getrusage): Likewise.
3133         * sysdeps/mach/hurd/getsockname.c (__getsockname): Likewise.
3134         * sysdeps/mach/hurd/group_member.c (__group_member): Likewise.
3135         * sysdeps/mach/hurd/isatty.c (__isatty): Likewise.
3136         * sysdeps/mach/hurd/lchown.c (__lchown): Likewise.
3137         * sysdeps/mach/hurd/link.c (__link): Likewise.
3138         * sysdeps/mach/hurd/linkat.c (linkat): Likewise.
3139         * sysdeps/mach/hurd/listen.c (__listen): Likewise.
3140         * sysdeps/mach/hurd/mkdir.c (__mkdir): Likewise.
3141         * sysdeps/mach/hurd/mkdirat.c (mkdirat): Likewise.
3142         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
3143         * sysdeps/mach/hurd/poll.c (__poll): Likewise.
3144         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
3145         * sysdeps/mach/hurd/readlinkat.c (readlinkat): Likewise.
3146         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
3147         * sysdeps/mach/hurd/rename.c (rename): Likewise.
3148         * sysdeps/mach/hurd/renameat.c (renameat): Likewise.
3149         * sysdeps/mach/hurd/revoke.c (revoke): Likewise.
3150         * sysdeps/mach/hurd/rewinddir.c (__rewinddir): Likewise.
3151         * sysdeps/mach/hurd/rmdir.c (__rmdir): Likewise.
3152         * sysdeps/mach/hurd/seekdir.c (seekdir): Likewise.
3153         * sysdeps/mach/hurd/send.c (__send): Likewise.
3154         * sysdeps/mach/hurd/setdomain.c (setdomainname): Likewise.
3155         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
3156         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
3157         * sysdeps/mach/hurd/setgid.c (__setgid): Likewise.
3158         * sysdeps/mach/hurd/setgroups.c (setgroups): Likewise.
3159         * sysdeps/mach/hurd/sethostid.c (sethostid): Likewise.
3160         * sysdeps/mach/hurd/sethostname.c (sethostname): Likewise.
3161         * sysdeps/mach/hurd/setlogin.c (setlogin): Likewise.
3162         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3163         * sysdeps/mach/hurd/setregid.c (__setregid): Likewise.
3164         * sysdeps/mach/hurd/setreuid.c (__setreuid): Likewise.
3165         * sysdeps/mach/hurd/settimeofday.c (__settimeofday): Likewise.
3166         * sysdeps/mach/hurd/setuid.c (__setuid): Likewise.
3167         * sysdeps/mach/hurd/shutdown.c (shutdown): Likewise.
3168         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3169         * sysdeps/mach/hurd/sigaltstack.c (__sigaltstack): Likewise.
3170         * sysdeps/mach/hurd/sigpending.c (sigpending): Likewise.
3171         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Likewise.
3172         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3173         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
3174         * sysdeps/mach/hurd/symlink.c (__symlink): Likewise.
3175         * sysdeps/mach/hurd/symlinkat.c (symlinkat): Likewise.
3176         * sysdeps/mach/hurd/telldir.c (telldir): Likewise.
3177         * sysdeps/mach/hurd/truncate.c (__truncate): Likewise.
3178         * sysdeps/mach/hurd/umask.c (__umask): Likewise.
3179         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
3180         * sysdeps/mach/hurd/unlinkat.c (unlinkat): Likewise.
3181         * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
3182         * sysdeps/posix/alarm.c (alarm): Likewise.
3183         * sysdeps/posix/cuserid.c (cuserid): Likewise.
3184         * sysdeps/posix/dirfd.c (dirfd): Likewise.
3185         * sysdeps/posix/dup.c (__dup): Likewise.
3186         * sysdeps/posix/dup2.c (__dup2): Likewise.
3187         * sysdeps/posix/euidaccess.c (euidaccess): Likewise.
3188         (main): Likewise.
3189         * sysdeps/posix/flock.c (__flock): Likewise.
3190         * sysdeps/posix/fpathconf.c (__fpathconf): Likewise.
3191         * sysdeps/posix/getcwd.c (__getcwd): Likewise.
3192         * sysdeps/posix/gethostname.c (__gethostname): Likewise.
3193         * sysdeps/posix/gettimeofday.c (__gettimeofday): Likewise.
3194         * sysdeps/posix/isatty.c (__isatty): Likewise.
3195         * sysdeps/posix/killpg.c (killpg): Likewise.
3196         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
3197         * sysdeps/posix/mkfifoat.c (mkfifoat): Likewise.
3198         * sysdeps/posix/raise.c (raise): Likewise.
3199         * sysdeps/posix/remove.c (remove): Likewise.
3200         * sysdeps/posix/rename.c (rename): Likewise.
3201         * sysdeps/posix/rewinddir.c (__rewinddir): Likewise.
3202         * sysdeps/posix/seekdir.c (seekdir): Likewise.
3203         * sysdeps/posix/sigblock.c (__sigblock): Likewise.
3204         * sysdeps/posix/sigignore.c (sigignore): Likewise.
3205         * sysdeps/posix/sigintr.c (siginterrupt): Likewise.
3206         * sysdeps/posix/signal.c (__bsd_signal): Likewise.
3207         * sysdeps/posix/sigset.c (sigset): Likewise.
3208         * sysdeps/posix/sigsuspend.c (__sigsuspend): Likewise.
3209         * sysdeps/posix/sysconf.c (__sysconf): Likewise.
3210         * sysdeps/posix/sysv_signal.c (__sysv_signal): Likewise.
3211         * sysdeps/posix/time.c (time): Likewise.
3212         * sysdeps/posix/ttyname.c (getttyname): Likewise.
3213         (ttyname): Likewise.
3214         * sysdeps/posix/ttyname_r.c (__ttyname_r): Likewise.
3215         * sysdeps/posix/utime.c (utime): Likewise.
3216         * sysdeps/powerpc/fpu/s_isnan.c (__isnan): Likewise.
3217         * sysdeps/powerpc/nptl/pthread_spin_lock.c (pthread_spin_lock):
3218         Likewise.
3219         * sysdeps/powerpc/nptl/pthread_spin_trylock.c
3220         (pthread_spin_trylock): Likewise.
3221         * sysdeps/pthread/aio_error.c (aio_error): Likewise.
3222         * sysdeps/pthread/aio_read.c (aio_read): Likewise.
3223         * sysdeps/pthread/aio_read64.c (aio_read64): Likewise.
3224         * sysdeps/pthread/aio_write.c (aio_write): Likewise.
3225         * sysdeps/pthread/aio_write64.c (aio_write64): Likewise.
3226         * sysdeps/pthread/flockfile.c (__flockfile): Likewise.
3227         * sysdeps/pthread/ftrylockfile.c (__ftrylockfile): Likewise.
3228         * sysdeps/pthread/funlockfile.c (__funlockfile): Likewise.
3229         * sysdeps/pthread/timer_create.c (timer_create): Likewise.
3230         * sysdeps/pthread/timer_getoverr.c (timer_getoverrun): Likewise.
3231         * sysdeps/pthread/timer_gettime.c (timer_gettime): Likewise.
3232         * sysdeps/s390/ffs.c (__ffs): Likewise.
3233         * sysdeps/s390/nptl/pthread_spin_lock.c (pthread_spin_lock):
3234         Likewise.
3235         * sysdeps/s390/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
3236         Likewise.
3237         * sysdeps/sh/nptl/pthread_spin_lock.c (pthread_spin_lock):
3238         Likewise.
3239         * sysdeps/sparc/nptl/pthread_barrier_destroy.c
3240         (pthread_barrier_destroy): Likewise.
3241         * sysdeps/sparc/nptl/pthread_barrier_wait.c
3242         (__pthread_barrier_wait): Likewise.
3243         * sysdeps/sparc/sparc32/e_sqrt.c (__ieee754_sqrt): Likewise.
3244         * sysdeps/sparc/sparc32/pthread_barrier_wait.c
3245         (__pthread_barrier_wait): Likewise.
3246         * sysdeps/sparc/sparc32/sem_init.c (__old_sem_init): Likewise.
3247         * sysdeps/tile/memcmp.c (memcmp_common_alignment): Likewise.
3248         (memcmp_not_common_alignment): Likewise.
3249         (MEMCMP): Likewise.
3250         * sysdeps/tile/wordcopy.c (_wordcopy_fwd_aligned): Likewise.
3251         (_wordcopy_fwd_dest_aligned): Likewise.
3252         (_wordcopy_bwd_aligned): Likewise.
3253         (_wordcopy_bwd_dest_aligned): Likewise.
3254         * sysdeps/unix/bsd/ftime.c (ftime): Likewise.
3255         * sysdeps/unix/bsd/gtty.c (gtty): Likewise.
3256         * sysdeps/unix/bsd/stty.c (stty): Likewise.
3257         * sysdeps/unix/bsd/tcflow.c (tcflow): Likewise.
3258         * sysdeps/unix/bsd/tcflush.c (tcflush): Likewise.
3259         * sysdeps/unix/bsd/tcgetattr.c (__tcgetattr): Likewise.
3260         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
3261         * sysdeps/unix/bsd/tcsendbrk.c (tcsendbreak): Likewise.
3262         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
3263         * sysdeps/unix/bsd/tcsetpgrp.c (tcsetpgrp): Likewise.
3264         * sysdeps/unix/bsd/ualarm.c (ualarm): Likewise.
3265         * sysdeps/unix/bsd/wait3.c (__wait3): Likewise.
3266         * sysdeps/unix/getlogin_r.c (__getlogin_r): Likewise.
3267         * sysdeps/unix/sockatmark.c (sockatmark): Likewise.
3268         * sysdeps/unix/stime.c (stime): Likewise.
3269         * sysdeps/unix/sysv/linux/_exit.c (_exit): Likewise.
3270         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue):
3271         Likewise.  Use internal_function.
3272         * sysdeps/unix/sysv/linux/arm/sigaction.c (__libc_sigaction):
3273         Convert to prototype-style function definition.
3274         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
3275         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
3276         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Likewise.
3277         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
3278         Likewise.  Use internal_function.
3279         * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Convert to
3280         prototype-style function definition
3281         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
3282         Likewise.
3283         (__getlogin_r): Likewise.
3284         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Likewise.
3285         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c
3286         (__pthread_cond_broadcast): Likewise.
3287         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c
3288         (__pthread_cond_destroy): Likewise.
3289         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c
3290         (__pthread_cond_init): Likewise.
3291         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c
3292         (__pthread_cond_signal): Likewise.
3293         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c
3294         (__pthread_cond_wait): Likewise.
3295         * sysdeps/unix/sysv/linux/i386/getmsg.c (getmsg): Likewise.
3296         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
3297         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__libc_sigaction):
3298         Likewise.
3299         * sysdeps/unix/sysv/linux/ia64/sigpending.c (sigpending):
3300         Likewise.
3301         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c (__sigprocmask):
3302         Likewise.
3303         * sysdeps/unix/sysv/linux/mips/sigaction.c (__libc_sigaction):
3304         Likewise.
3305         * sysdeps/unix/sysv/linux/msgget.c (msgget): Likewise.
3306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c
3307         (__ftruncate64): Likewise.
3308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c
3309         (truncate64): Likewise.
3310         * sysdeps/unix/sysv/linux/pt-raise.c (raise): Likewise.
3311         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c
3312         (pthread_getcpuclockid): Likewise.
3313         * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
3314         Likewise.
3315         * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
3316         Likewise.
3317         * sysdeps/unix/sysv/linux/pthread_sigmask.c (pthread_sigmask):
3318         Likewise.
3319         * sysdeps/unix/sysv/linux/pthread_sigqueue.c (pthread_sigqueue):
3320         Likewise.
3321         * sysdeps/unix/sysv/linux/raise.c (raise): Likewise.
3322         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c
3323         (__libc_sigaction): Likewise.
3324         * sysdeps/unix/sysv/linux/s390/s390-64/sigpending.c (sigpending):
3325         Likewise.
3326         * sysdeps/unix/sysv/linux/s390/s390-64/sigprocmask.c
3327         (__sigprocmask): Likewise.
3328         * sysdeps/unix/sysv/linux/semget.c (semget): Likewise.
3329         * sysdeps/unix/sysv/linux/semop.c (semop): Likewise.
3330         * sysdeps/unix/sysv/linux/setrlimit64.c (setrlimit64): Likewise.
3331         * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise.
3332         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
3333         * sysdeps/unix/sysv/linux/shmget.c (shmget): Likewise.
3334         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
3335         Likewise.
3336         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
3337         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
3338         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
3339         * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Likewise.
3340         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c (sigpending):
3341         Likewise.
3342         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c
3343         (__sigprocmask): Likewise.
3344         * sysdeps/unix/sysv/linux/speed.c (cfgetospeed): Likewise.
3345         (cfgetispeed): Likewise.
3346         (cfsetospeed): Likewise.
3347         (cfsetispeed): Likewise.
3348         * sysdeps/unix/sysv/linux/tcflow.c (tcflow): Likewise.
3349         * sysdeps/unix/sysv/linux/tcflush.c (tcflush): Likewise.
3350         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
3351         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
3352         * sysdeps/unix/sysv/linux/time.c (time): Likewise.
3353         * sysdeps/unix/sysv/linux/timer_create.c (timer_create): Likewise.
3354         * sysdeps/unix/sysv/linux/timer_delete.c (timer_delete): Likewise.
3355         * sysdeps/unix/sysv/linux/timer_getoverr.c (timer_getoverrun):
3356         Likewise.
3357         * sysdeps/unix/sysv/linux/timer_gettime.c (timer_gettime):
3358         Likewise.
3359         * sysdeps/unix/sysv/linux/x86_64/sigpending.c (sigpending):
3360         Likewise.
3361         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c (__sigprocmask):
3362         Likewise.
3363         * sysdeps/x86_64/backtrace.c (__backtrace): Likewise.
3365 2015-10-17  Florian Weimer  <fweimer@redhat.com>
3367         sunrpc: Rewrite with explicit TLS access using __thread.
3368         * sunrpc/rpc_thread.c (thread_rpc_vars): New TLS variable.
3369         (__rpc_thread_destroy, rpc_thread_multi): Access thread_rpc_vars
3370         directly.
3371         (__rpc_thread_variables): Access thread_rpc_vars directly.
3372         Eliminate redundant assignment of the tvp variable.
3374 2015-10-17  Florian Weimer  <fweimer@redhat.com>
3376         malloc: Rewrite with explicit TLS access using __thread.
3377         * sysdeps/generic/malloc-machine.h (tsd_key_t, tsd_key_create)
3378         (tsd_setspecific, tsd_getspecific): Remove.
3379         * sysdeps/mach/hurd/malloc-machine.h (tsd_key_t, tsd_key_create)
3380         (tsd_setspecific, tsd_getspecific): Likewise.
3381         * sysdeps/nptl/malloc-machine.h (tsd_key_t, tsd_key_create)
3382         (tsd_setspecific, tsd_getspecific): Likewise.
3383         * malloc/arena.c (thread_arena): New TLS variable.
3384         (arena_key): Remove variable.
3385         (arena_get): Use thread_arena.
3386         (arena_lookup): Remove macro.
3387         (malloc_atfork, free_atfork, ptmalloc_lock_all)
3388         (ptmalloc_unlock_all, ptmalloc_unlock_all2, ptmalloc_init)
3389         (_int_new_arena, get_free_list, reused_arena)
3390         (arena_thread_freeres): Use thread_arena.
3391         * manual/memory.texi (Basic Allocation): Remove arena_lookup,
3392         tsd_getspecific, tsd_setspecific from safety annotations.
3393         (Allocating Cleared Space): Remove arena_lookup from safety
3394         annotations.
3396 2015-10-17  Florian Weimer  <fweimer@redhat.com>
3398         * stdio-common/vfprintf.c (printf_positional): Rewrite to use
3399         struct scratch_buffer instead of extend_alloca.
3401 2015-10-17  Florian Weimer  <fweimer@redhat.com>
3403         * sysdeps/unix/sysv/linux/kernel-features.h
3404         (__ASSUME_SOCK_CLOEXEC): Remove.
3405         * include/sys/socket.h (__have_sock_cloexec): Remove declaration.
3406         (__have_paccept): Remove unused macro.
3407         * include/unistd.h (__have_sock_cloexec): Remove declaration.
3408         * misc/syslog.c (openlog_internal): Remove fallback code for
3409         !__ASSUME_SOCK_CLOEXEC.
3410         * nis/ypclnt.c (yp_bind_client_create): Remove fallback code for
3411         missing SOCK_CLOEXEC.
3412         * nscd/connections.c (have_sock_cloexec): Remove definition.
3413         (nscd_init): Remove fallback code for !__ASSUME_SOCK_CLOEXEC.
3414         * nscd/nscd_helper.c (open_socket): Remove fallback code for
3415         !__ASSUME_SOCK_CLOEXEC.
3416         * resolv/res_send.c (__have_o_nonblock): Remove definition.
3417         (reopen): Remove fallback code for !__ASSUME_SOCK_CLOEXEC.
3418         * socket/have_sock_cloexec.c (__have_sock_cloexec): Remove
3419         definition.
3420         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Remove fallback
3421         code for !__ASSUME_SOCK_CLOEXEC.
3423 2015-10-17  Florian Weimer  <fweimer@redhat.com>
3425         [BZ #18982]
3426         * manual/stdio.texi (Variable Arguments Output): Add portability
3427         note, explaining that vfprintf clobbers the va_list pointer.
3429 2015-10-16  Joseph Myers  <joseph@codesourcery.com>
3431         * math/libm-test.inc (fabs_test_data): Add more tests.
3432         (fdim_test_data): Likewise.
3433         (fma_test_data): Likewise.
3434         (fmax_test_data): Likewise.
3435         (fmin_test_data): Likewise.
3436         (fmod_test_data): Likewise.
3438 2015-10-16  Steve Ellcey  <sellcey@imgtec.com>
3440         * sysdeps/mips/memcpy.S (memcpy):  Add word copies for small aligned
3441         data.
3443 2015-10-16  Joseph Myers  <joseph@codesourcery.com>
3445         * math/libm-test.inc (ceil_test_data): Add more tests and more
3446         expectations for "inexact".
3447         (floor_test_data): Add more tests.
3448         (round_test_data): Likewise.
3449         (trunc_test_data): Likewise.
3451         * crypt/cert.c (good_bye): Convert to prototype-style function
3452         definition.
3453         (get8): Likewise.
3454         (put8): Likewise.
3455         * crypt/crypt-entry.c (crypt): Likewise.
3456         (__fcrypt): Likewise.
3457         * crypt/crypt_util.c (_ufc_prbits): Likewise.
3458         (_ufc_set_bits): Likewise.
3459         (_ufc_clearmem): Likewise.
3460         (__init_des_r): Likewise.
3461         (shuffle_sb): Likewise.
3462         (shuffle_sb): Likewise.
3463         (_ufc_setup_salt_r): Likewise.
3464         (_ufc_mk_keytab_r): Likewise.
3465         (_ufc_dofinalperm_r): Likewise.
3466         (encrypt): Likewise.
3467         (__setkey_r): Likewise.
3468         (setkey): Likewise.
3469         * crypt/md5.c (md5_init_ctx): Likewise.
3470         (md5_read_ctx): Likewise.
3471         (md5_finish_ctx): Likewise.
3472         (md5_stream): Likewise.
3473         (md5_buffer): Likewise.
3474         (md5_process_bytes): Likewise.
3475         * crypt/sha256.c (__sha256_init_ctx): Likewise.
3476         (__sha256_finish_ctx): Likewise.
3477         (__sha256_process_bytes): Likewise.
3478         * crypt/sha512.c (__sha512_init_ctx): Likewise.
3479         (__sha512_finish_ctx): Likewise.
3480         (__sha512_process_bytes): Likewise.
3481         * ctype/isctype.c (__isctype): Likewise.
3482         * debug/backtrace.c (__backtrace): Likewise.
3483         * debug/backtracesymsfd.c (__backtrace_symbols_fd): Likewise.
3484         * debug/fgets_chk.c (__fgets_chk): Likewise.
3485         * debug/fgets_u_chk.c (__fgets_unlocked_chk): Likewise.
3486         * debug/memcpy_chk.c (__memcpy_chk): Likewise.
3487         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
3488         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
3489         * debug/memset_chk.c (__memset_chk): Likewise.
3490         * debug/strcat_chk.c (__strcat_chk): Likewise.
3491         * debug/strncat_chk.c (__strncat_chk): Likewise.
3492         * debug/strncpy_chk.c (__strncpy_chk): Likewise.
3493         * debug/vsprintf_chk.c (_IO_str_chk_overflow): Likewise.
3494         * dirent/dirfd.c (dirfd): Likewise.
3495         * dirent/getdents.c (__getdirentries): Likewise.
3496         * dirent/getdents64.c (getdirentries64): Likewise.
3497         * dirent/rewinddir.c (__rewinddir): Likewise.
3498         * dirent/seekdir.c (seekdir): Likewise.
3499         * dirent/telldir.c (telldir): Likewise.
3500         * elf/sln.c (makesymlinks): Likewise.
3501         (makesymlink): Likewise.
3502         * gmon/gmon.c (__moncontrol): Likewise.
3503         (__monstartup): Likewise.
3504         (write_hist): Likewise.
3505         (write_call_graph): Likewise.
3506         (write_bb_counts): Likewise.
3507         * grp/setgroups.c (setgroups): Likewise.
3508         * inet/inet_lnaof.c (inet_lnaof): Likewise.
3509         * inet/inet_net.c (inet_network): Likewise.
3510         * inet/inet_netof.c (inet_netof): Likewise.
3511         * inet/rcmd.c (rresvport_af): Likewise.
3512         (rresvport): Likewise.
3513         * io/access.c (__access): Likewise.
3514         * io/chdir.c (__chdir): Likewise.
3515         * io/chmod.c (__chmod): Likewise.
3516         * io/chown.c (__chown): Likewise.
3517         * io/close.c (__close): Likewise.
3518         * io/creat.c (creat): Likewise.
3519         * io/creat64.c (creat64): Likewise.
3520         * io/dup.c (__dup): Likewise.
3521         * io/dup2.c (__dup2): Likewise.
3522         * io/dup3.c (__dup3): Likewise.
3523         * io/euidaccess.c (__euidaccess): Likewise.
3524         * io/faccessat.c (faccessat): Likewise.
3525         * io/fchmod.c (__fchmod): Likewise.
3526         * io/fchmodat.c (fchmodat): Likewise.
3527         * io/fchown.c (__fchown): Likewise.
3528         * io/fchownat.c (fchownat): Likewise.
3529         * io/fcntl.c (__fcntl): Likewise.
3530         * io/flock.c (__flock): Likewise.
3531         * io/fts.c (fts_load): Likewise.
3532         (fts_close): Likewise.
3533         (fts_read): Likewise.
3534         (fts_set): Likewise.
3535         (fts_children): Likewise.
3536         (fts_build): Likewise.
3537         (fts_stat): Likewise.
3538         (fts_sort): Likewise.
3539         (fts_alloc): Likewise.
3540         (fts_lfree): Likewise.
3541         (fts_palloc): Likewise.
3542         (fts_padjust): Likewise.
3543         (fts_maxarglen): Likewise.
3544         (fts_safe_changedir): Likewise.
3545         * io/getwd.c (getwd): Likewise.
3546         * io/isatty.c (__isatty): Likewise.
3547         * io/lchown.c (__lchown): Likewise.
3548         * io/link.c (__link): Likewise.
3549         * io/linkat.c (linkat): Likewise.
3550         * io/lseek.c (__libc_lseek): Likewise.
3551         * io/mkdir.c (__mkdir): Likewise.
3552         * io/mkdirat.c (mkdirat): Likewise.
3553         * io/mkfifo.c (mkfifo): Likewise.
3554         * io/mkfifoat.c (mkfifoat): Likewise.
3555         * io/open.c (__libc_open): Likewise.
3556         * io/open64.c (__libc_open64): Likewise.
3557         * io/readlink.c (__readlink): Likewise.
3558         * io/readlinkat.c (readlinkat): Likewise.
3559         * io/rmdir.c (__rmdir): Likewise.
3560         * io/symlink.c (__symlink): Likewise.
3561         * io/symlinkat.c (symlinkat): Likewise.
3562         * io/ttyname.c (ttyname): Likewise.
3563         * io/ttyname_r.c (__ttyname_r): Likewise.
3564         * io/umask.c (__umask): Likewise.
3565         * io/unlink.c (__unlink): Likewise.
3566         * io/unlinkat.c (unlinkat): Likewise.
3567         * io/utime.c (utime): Likewise.
3568         * libio/clearerr.c (clearerr): Likewise.
3569         * libio/clearerr_u.c (clearerr_unlocked): Likewise.
3570         * libio/feof.c (_IO_feof): Likewise.
3571         * libio/feof_u.c (feof_unlocked): Likewise.
3572         * libio/ferror.c (_IO_ferror): Likewise.
3573         * libio/ferror_u.c (ferror_unlocked): Likewise.
3574         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
3575         * libio/fileno.c (__fileno): Likewise.
3576         * libio/fputc.c (fputc): Likewise.
3577         * libio/fputc_u.c (fputc_unlocked): Likewise.
3578         * libio/fputwc.c (fputwc): Likewise.
3579         * libio/fputwc_u.c (fputwc_unlocked): Likewise.
3580         * libio/freopen.c (freopen): Likewise.
3581         * libio/freopen64.c (freopen64): Likewise.
3582         * libio/fseek.c (fseek): Likewise.
3583         * libio/fseeko.c (fseeko): Likewise.
3584         * libio/fseeko64.c (fseeko64): Likewise.
3585         * libio/ftello.c (__ftello): Likewise.
3586         * libio/ftello64.c (ftello64): Likewise.
3587         * libio/fwide.c (fwide): Likewise.
3588         * libio/genops.c (_IO_un_link): Likewise.
3589         (_IO_link_in): Likewise.
3590         (_IO_least_marker): Likewise.
3591         (_IO_switch_to_main_get_area): Likewise.
3592         (_IO_switch_to_backup_area): Likewise.
3593         (_IO_switch_to_get_mode): Likewise.
3594         (_IO_free_backup_area): Likewise.
3595         (_IO_switch_to_put_mode): Likewise.
3596         (__overflow): Likewise.
3597         (__underflow): Likewise.
3598         (__uflow): Likewise.
3599         (_IO_setb): Likewise.
3600         (_IO_doallocbuf): Likewise.
3601         (_IO_default_underflow): Likewise.
3602         (_IO_default_uflow): Likewise.
3603         (_IO_default_xsputn): Likewise.
3604         (_IO_sgetn): Likewise.
3605         (_IO_default_xsgetn): Likewise.
3606         (_IO_sync): Likewise.
3607         (_IO_default_setbuf): Likewise.
3608         (_IO_default_seekpos): Likewise.
3609         (_IO_default_doallocate): Likewise.
3610         (_IO_init): Likewise.
3611         (_IO_old_init): Likewise.
3612         (_IO_default_sync): Likewise.
3613         (_IO_default_finish): Likewise.
3614         (_IO_default_seekoff): Likewise.
3615         (_IO_sputbackc): Likewise.
3616         (_IO_sungetc): Likewise.
3617         (_IO_set_column): Likewise.
3618         (_IO_set_column): Likewise.
3619         (_IO_adjust_column): Likewise.
3620         (_IO_get_column): Likewise.
3621         (_IO_init_marker): Likewise.
3622         (_IO_remove_marker): Likewise.
3623         (_IO_marker_difference): Likewise.
3624         (_IO_marker_delta): Likewise.
3625         (_IO_seekmark): Likewise.
3626         (_IO_unsave_markers): Likewise.
3627         (_IO_nobackup_pbackfail): Likewise.
3628         (_IO_default_pbackfail): Likewise.
3629         (_IO_default_seek): Likewise.
3630         (_IO_default_stat): Likewise.
3631         (_IO_default_read): Likewise.
3632         (_IO_default_write): Likewise.
3633         (_IO_default_showmanyc): Likewise.
3634         (_IO_default_imbue): Likewise.
3635         (_IO_iter_next): Likewise.
3636         (_IO_iter_file): Likewise.
3637         * libio/getc.c (_IO_getc): Likewise.
3638         * libio/getwc.c (_IO_getwc): Likewise.
3639         * libio/iofclose.c (_IO_new_fclose): Likewise.
3640         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
3641         * libio/iofflush.c (_IO_fflush): Likewise.
3642         * libio/iofflush_u.c (__fflush_unlocked): Likewise.
3643         * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
3644         * libio/iofgetpos64.c (_IO_new_fgetpos64): Likewise.
3645         * libio/iofgets.c (_IO_fgets): Likewise.
3646         * libio/iofgets_u.c (__fgets_unlocked): Likewise.
3647         * libio/iofgetws.c (fgetws): Likewise.
3648         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
3649         * libio/iofopen64.c (_IO_fopen64): Likewise.
3650         * libio/iofopncook.c (_IO_cookie_read): Likewise.
3651         (_IO_cookie_write): Likewise.
3652         (_IO_cookie_seek): Likewise.
3653         (_IO_cookie_close): Likewise.
3654         (_IO_cookie_seekoff): Likewise.
3655         (_IO_old_cookie_seek): Likewise.
3656         * libio/iofputs.c (_IO_fputs): Likewise.
3657         * libio/iofputs_u.c (__fputs_unlocked): Likewise.
3658         * libio/iofputws.c (fputws): Likewise.
3659         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3660         * libio/iofread.c (_IO_fread): Likewise.
3661         * libio/iofread_u.c (__fread_unlocked): Likewise.
3662         * libio/iofsetpos.c (_IO_new_fsetpos): Likewise.
3663         * libio/iofsetpos64.c (_IO_new_fsetpos64): Likewise.
3664         * libio/ioftell.c (_IO_ftell): Likewise.
3665         * libio/iofwrite.c (_IO_fwrite): Likewise.
3666         * libio/iogetdelim.c (_IO_getdelim): Likewise.
3667         * libio/iogets.c (_IO_gets): Likewise.
3668         * libio/iopadn.c (_IO_padn): Likewise.
3669         * libio/iopopen.c (_IO_new_proc_open): Likewise.
3670         (_IO_new_popen): Likewise.
3671         (_IO_new_proc_close): Likewise.
3672         * libio/ioputs.c (_IO_puts): Likewise.
3673         * libio/ioseekoff.c (_IO_seekoff_unlocked): Likewise.
3674         (_IO_seekoff): Likewise.
3675         * libio/ioseekpos.c (_IO_seekpos_unlocked): Likewise.
3676         (_IO_seekpos): Likewise.
3677         * libio/iosetbuffer.c (_IO_setbuffer): Likewise.
3678         * libio/iosetvbuf.c (_IO_setvbuf): Likewise.
3679         * libio/ioungetc.c (_IO_ungetc): Likewise.
3680         * libio/ioungetwc.c (ungetwc): Likewise.
3681         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
3682         * libio/iovsscanf.c (_IO_vsscanf): Likewise.
3683         * libio/iowpadn.c (_IO_wpadn): Likewise.
3684         * libio/libc_fatal.c (__libc_fatal): Likewise.
3685         * libio/memstream.c (__open_memstream): Likewise.
3686         (_IO_mem_sync): Likewise.
3687         (_IO_mem_finish): Likewise.
3688         * libio/oldfileops.c (_IO_old_file_init): Likewise.
3689         (_IO_old_file_close_it): Likewise.
3690         (_IO_old_file_finish): Likewise.
3691         (_IO_old_file_fopen): Likewise.
3692         (_IO_old_file_attach): Likewise.
3693         (_IO_old_file_setbuf): Likewise.
3694         (_IO_old_do_write): Likewise.
3695         (old_do_write): Likewise.
3696         (_IO_old_file_underflow): Likewise.
3697         (_IO_old_file_overflow): Likewise.
3698         (_IO_old_file_sync): Likewise.
3699         (_IO_old_file_seekoff): Likewise.
3700         (_IO_old_file_write): Likewise.
3701         (_IO_old_file_xsputn): Likewise.
3702         * libio/oldiofclose.c (_IO_old_fclose): Likewise.
3703         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
3704         * libio/oldiofgetpos.c (_IO_old_fgetpos): Likewise.
3705         * libio/oldiofgetpos64.c (_IO_old_fgetpos64): Likewise.
3706         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
3707         * libio/oldiofsetpos.c (_IO_old_fsetpos): Likewise.
3708         * libio/oldiofsetpos64.c (_IO_old_fsetpos64): Likewise.
3709         * libio/oldiopopen.c (_IO_old_proc_open): Likewise.
3710         (_IO_old_popen): Likewise.
3711         (_IO_old_proc_close): Likewise.
3712         * libio/oldpclose.c (__old_pclose): Likewise.
3713         * libio/pclose.c (__new_pclose): Likewise.
3714         * libio/peekc.c (_IO_peekc_locked): Likewise.
3715         * libio/putc.c (_IO_putc): Likewise.
3716         * libio/putc_u.c (putc_unlocked): Likewise.
3717         * libio/putchar.c (putchar): Likewise.
3718         * libio/putchar_u.c (putchar_unlocked): Likewise.
3719         * libio/putwc.c (putwc): Likewise.
3720         * libio/putwc_u.c (putwc_unlocked): Likewise.
3721         * libio/putwchar.c (putwchar): Likewise.
3722         * libio/putwchar_u.c (putwchar_unlocked): Likewise.
3723         * libio/rewind.c (rewind): Likewise.
3724         * libio/setbuf.c (setbuf): Likewise.
3725         * libio/setlinebuf.c (setlinebuf): Likewise.
3726         * libio/vasprintf.c (_IO_vasprintf): Likewise.
3727         * libio/vscanf.c (_IO_vscanf): Likewise.
3728         * libio/vsnprintf.c (_IO_strn_overflow): Likewise.
3729         * libio/vswprintf.c (_IO_wstrn_overflow): Likewise.
3730         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Likewise.
3731         * libio/wgenops.c (_IO_least_wmarker): Likewise.
3732         (_IO_switch_to_main_wget_area): Likewise.
3733         (_IO_switch_to_wbackup_area): Likewise.
3734         (_IO_wsetb): Likewise.
3735         (_IO_wdefault_pbackfail): Likewise.
3736         (_IO_wdefault_finish): Likewise.
3737         (_IO_wdefault_uflow): Likewise.
3738         (__woverflow): Likewise.
3739         (__wuflow): Likewise.
3740         (__wunderflow): Likewise.
3741         (_IO_wdefault_xsputn): Likewise.
3742         (_IO_wdefault_xsgetn): Likewise.
3743         (_IO_wdoallocbuf): Likewise.
3744         (_IO_wdefault_doallocate): Likewise.
3745         (_IO_switch_to_wget_mode): Likewise.
3746         (_IO_free_wbackup_area): Likewise.
3747         (_IO_switch_to_wput_mode): Likewise.
3748         (_IO_sputbackwc): Likewise.
3749         (_IO_sungetwc): Likewise.
3750         (_IO_adjust_wcolumn): Likewise.
3751         (_IO_init_wmarker): Likewise.
3752         (_IO_wmarker_delta): Likewise.
3753         (_IO_seekwmark): Likewise.
3754         (_IO_unsave_wmarkers): Likewise.
3755         * libio/wmemstream.c (open_wmemstream): Likewise.
3756         (_IO_wmem_sync): Likewise.
3757         (_IO_wmem_finish): Likewise.
3758         * locale/nl_langinfo.c (nl_langinfo): Likewise.
3759         * locale/nl_langinfo_l.c (__nl_langinfo_l): Likewise.
3760         * locale/programs/simple-hash.c (init_hash): Likewise.
3761         (delete_hash): Likewise.
3762         (insert_entry): Likewise.
3763         (set_entry): Likewise.
3764         (next_prime): Likewise.
3765         (is_prime): Likewise.
3766         * locale/programs/xmalloc.c (fixup_null_alloc): Likewise.
3767         (xmalloc): Likewise.
3768         (xrealloc): Likewise.
3769         * locale/programs/xstrdup.c (xstrdup): Likewise.
3770         * localedata/collate-test.c (xstrcoll): Likewise.
3771         * localedata/xfrm-test.c (xstrcmp): Likewise.
3772         * login/getlogin_r.c (__getlogin_r): Likewise.
3773         * login/getpt.c (__posix_openpt): Likewise.
3774         * login/login_tty.c (login_tty): Likewise.
3775         * login/setlogin.c (setlogin): Likewise.
3776         * mach/msg-destroy.c (__mach_msg_destroy): Likewise.
3777         (mach_msg_destroy_port): Likewise.
3778         (mach_msg_destroy_memory): Likewise.
3779         * malloc/mcheck.c (flood): Likewise.
3780         * misc/acct.c (acct): Likewise.
3781         * misc/brk.c (__brk): Likewise.
3782         * misc/chflags.c (chflags): Likewise.
3783         * misc/chroot.c (chroot): Likewise.
3784         * misc/fchflags.c (fchflags): Likewise.
3785         * misc/fstab.c (getfsspec): Likewise.
3786         (getfsfile): Likewise.
3787         * misc/fsync.c (fsync): Likewise.
3788         * misc/ftruncate.c (__ftruncate): Likewise.
3789         * misc/ftruncate64.c (__ftruncate64): Likewise.
3790         * misc/getdomain.c (getdomainname): Likewise.
3791         (getdomainname): Likewise.
3792         * misc/gethostname.c (__gethostname): Likewise.
3793         * misc/getpass.c (getpass): Likewise.
3794         * misc/getttyent.c (skip): Likewise.
3795         (value): Likewise.
3796         * misc/gtty.c (gtty): Likewise.
3797         * misc/hsearch.c (hsearch): Likewise.
3798         (hcreate): Likewise.
3799         * misc/hsearch_r.c (__hcreate_r): Likewise.
3800         (__hdestroy_r): Likewise.
3801         * misc/ioctl.c (__ioctl): Likewise.
3802         * misc/mkdtemp.c (mkdtemp): Likewise.
3803         * misc/mkostemp.c (mkostemp): Likewise.
3804         * misc/mkostemp64.c (mkostemp64): Likewise.
3805         * misc/mkostemps.c (mkostemps): Likewise.
3806         * misc/mkostemps64.c (mkostemps64): Likewise.
3807         * misc/mkstemp.c (mkstemp): Likewise.
3808         * misc/mkstemp64.c (mkstemp64): Likewise.
3809         * misc/mkstemps.c (mkstemps): Likewise.
3810         * misc/mkstemps64.c (mkstemps64): Likewise.
3811         * misc/mktemp.c (__mktemp): Likewise.
3812         * misc/preadv.c (preadv): Likewise.
3813         * misc/preadv64.c (preadv64): Likewise.
3814         * misc/pwritev.c (pwritev): Likewise.
3815         * misc/pwritev64.c (pwritev64): Likewise.
3816         * misc/readv.c (__readv): Likewise.
3817         * misc/revoke.c (revoke): Likewise.
3818         * misc/setdomain.c (setdomainname): Likewise.
3819         * misc/setegid.c (setegid): Likewise.
3820         * misc/seteuid.c (seteuid): Likewise.
3821         * misc/sethostid.c (sethostid): Likewise.
3822         * misc/sethostname.c (sethostname): Likewise.
3823         * misc/setregid.c (__setregid): Likewise.
3824         * misc/setreuid.c (__setreuid): Likewise.
3825         * misc/sstk.c (sstk): Likewise.
3826         * misc/stty.c (stty): Likewise.
3827         * misc/syscall.c (syscall): Likewise.
3828         * misc/syslog.c (setlogmask): Likewise.
3829         * misc/truncate.c (__truncate): Likewise.
3830         * misc/truncate64.c (truncate64): Likewise.
3831         * misc/ualarm.c (ualarm): Likewise.
3832         * misc/usleep.c (usleep): Likewise.
3833         * misc/ustat.c (ustat): Likewise.
3834         * misc/writev.c (__writev): Likewise.
3835         * nptl/cleanup_compat.c (_pthread_cleanup_pop): Likewise.
3836         * nptl/old_pthread_cond_broadcast.c
3837         (__pthread_cond_broadcast_2_0): Likewise.
3838         * nptl/old_pthread_cond_destroy.c (__pthread_cond_destroy_2_0):
3839         Likewise.
3840         * nptl/old_pthread_cond_signal.c (__pthread_cond_signal_2_0):
3841         Likewise.
3842         * nptl/old_pthread_cond_wait.c (__pthread_cond_wait_2_0):
3843         Likewise.
3844         * nptl/pt-raise.c (raise): Likewise.
3845         * nptl/pthread_barrier_destroy.c (pthread_barrier_destroy):
3846         Likewise.
3847         * nptl/pthread_barrier_wait.c (__pthread_barrier_wait): Likewise.
3848         * nptl/pthread_barrierattr_destroy.c
3849         (pthread_barrierattr_destroy): Likewise.
3850         * nptl/pthread_barrierattr_init.c (pthread_barrierattr_init):
3851         Likewise.
3852         * nptl/pthread_barrierattr_setpshared.c
3853         (pthread_barrierattr_setpshared): Likewise.
3854         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
3855         Likewise.
3856         * nptl/pthread_cond_destroy.c (__pthread_cond_destroy): Likewise.
3857         * nptl/pthread_cond_init.c (__pthread_cond_init): Likewise.
3858         * nptl/pthread_cond_signal.c (__pthread_cond_signal): Likewise.
3859         * nptl/pthread_condattr_destroy.c (__pthread_condattr_destroy):
3860         Likewise.
3861         * nptl/pthread_condattr_getclock.c (pthread_condattr_getclock):
3862         Likewise.
3863         * nptl/pthread_condattr_getpshared.c
3864         (pthread_condattr_getpshared): Likewise.
3865         * nptl/pthread_condattr_init.c (__pthread_condattr_init):
3866         Likewise.
3867         * nptl/pthread_condattr_setpshared.c
3868         (pthread_condattr_setpshared): Likewise.
3869         * nptl/pthread_detach.c (pthread_detach): Likewise.
3870         * nptl/pthread_equal.c (__pthread_equal): Likewise.
3871         * nptl/pthread_getcpuclockid.c (pthread_getcpuclockid): Likewise.
3872         * nptl/pthread_getspecific.c (__pthread_getspecific): Likewise.
3873         * nptl/pthread_key_delete.c (pthread_key_delete): Likewise.
3874         * nptl/pthread_mutex_consistent.c (pthread_mutex_consistent):
3875         Likewise.
3876         * nptl/pthread_mutex_destroy.c (__pthread_mutex_destroy):
3877         Likewise.
3878         * nptl/pthread_mutex_getprioceiling.c
3879         (pthread_mutex_getprioceiling): Likewise.
3880         * nptl/pthread_mutexattr_destroy.c (__pthread_mutexattr_destroy):
3881         Likewise.
3882         * nptl/pthread_mutexattr_getprotocol.c
3883         (pthread_mutexattr_getprotocol): Likewise.
3884         * nptl/pthread_mutexattr_getpshared.c
3885         (pthread_mutexattr_getpshared): Likewise.
3886         * nptl/pthread_mutexattr_getrobust.c
3887         (pthread_mutexattr_getrobust): Likewise.
3888         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
3889         Likewise.
3890         * nptl/pthread_mutexattr_init.c (__pthread_mutexattr_init):
3891         Likewise.
3892         * nptl/pthread_mutexattr_setprioceiling.c
3893         (pthread_mutexattr_setprioceiling): Likewise.
3894         * nptl/pthread_mutexattr_setprotocol.c
3895         (pthread_mutexattr_setprotocol): Likewise.
3896         * nptl/pthread_mutexattr_setpshared.c
3897         (pthread_mutexattr_setpshared): Likewise.
3898         * nptl/pthread_mutexattr_setrobust.c
3899         (pthread_mutexattr_setrobust): Likewise.
3900         * nptl/pthread_mutexattr_settype.c (__pthread_mutexattr_settype):
3901         Likewise.
3902         * nptl/pthread_rwlock_destroy.c (__pthread_rwlock_destroy):
3903         Likewise.
3904         * nptl/pthread_rwlockattr_destroy.c (pthread_rwlockattr_destroy):
3905         Likewise.
3906         * nptl/pthread_rwlockattr_getkind_np.c
3907         (pthread_rwlockattr_getkind_np): Likewise.
3908         * nptl/pthread_rwlockattr_getpshared.c
3909         (pthread_rwlockattr_getpshared): Likewise.
3910         * nptl/pthread_rwlockattr_init.c (pthread_rwlockattr_init):
3911         Likewise.
3912         * nptl/pthread_rwlockattr_setkind_np.c
3913         (pthread_rwlockattr_setkind_np): Likewise.
3914         * nptl/pthread_rwlockattr_setpshared.c
3915         (pthread_rwlockattr_setpshared): Likewise.
3916         * nptl/pthread_setcancelstate.c (__pthread_setcancelstate):
3917         Likewise.
3918         * nptl/pthread_setcanceltype.c (__pthread_setcanceltype):
3919         Likewise.
3920         * nptl/pthread_setconcurrency.c (pthread_setconcurrency):
3921         Likewise.
3922         * nptl/pthread_setschedprio.c (pthread_setschedprio): Likewise.
3923         * nptl/pthread_setspecific.c (__pthread_setspecific): Likewise.
3924         * nptl/pthread_spin_destroy.c (pthread_spin_destroy): Likewise.
3925         * nptl/pthread_tryjoin.c (pthread_tryjoin_np): Likewise.
3926         * nptl/sem_close.c (sem_close): Likewise.
3927         * nptl/sem_destroy.c (__new_sem_destroy): Likewise.
3928         * nptl/sem_init.c (__old_sem_init): Likewise.
3929         * nptl/sigaction.c (__sigaction): Likewise.
3930         * nptl/unregister-atfork.c (__unregister_atfork): Likewise.
3931         * posix/_exit.c (_exit): Likewise.
3932         * posix/alarm.c (alarm): Likewise.
3933         * posix/confstr.c (confstr): Likewise.
3934         * posix/fpathconf.c (__fpathconf): Likewise.
3935         * posix/getgroups.c (__getgroups): Likewise.
3936         * posix/getpgid.c (__getpgid): Likewise.
3937         * posix/group_member.c (__group_member): Likewise.
3938         * posix/pathconf.c (__pathconf): Likewise.
3939         * posix/sched_getaffinity.c (sched_getaffinity): Likewise.
3940         * posix/sched_setaffinity.c (sched_setaffinity): Likewise.
3941         * posix/setgid.c (__setgid): Likewise.
3942         * posix/setpgid.c (__setpgid): Likewise.
3943         * posix/setuid.c (__setuid): Likewise.
3944         * posix/sleep.c (__sleep): Likewise.
3945         * posix/sysconf.c (__sysconf): Likewise.
3946         * posix/times.c (__times): Likewise.
3947         * posix/uname.c (__uname): Likewise.
3948         * posix/waitid.c (__waitid): Likewise.
3949         * pwd/getpw.c (__getpw): Likewise.
3950         * resolv/base64.c (b64_pton): Likewise.
3951         * resolv/gai_sigqueue.c (__gai_sigqueue): Likewise.
3952         * resolv/gethnamaddr.c (Dprintf): Likewise.
3953         (gethostbyname): Likewise.
3954         (gethostbyname2): Likewise.
3955         (gethostbyaddr): Likewise.
3956         (_sethtent): Likewise.
3957         (_gethtbyname): Likewise.
3958         (_gethtbyname2): Likewise.
3959         (_gethtbyaddr): Likewise.
3960         (map_v4v6_address): Likewise.
3961         (map_v4v6_hostent): Likewise.
3962         (addrsort): Likewise.
3963         (ht_sethostent): Likewise.
3964         (ht_gethostbyname): Likewise.
3965         (ht_gethostbyaddr): Likewise.
3966         * resolv/inet_net_ntop.c (inet_net_ntop): Likewise.
3967         (inet_net_ntop_ipv4): Likewise.
3968         * resolv/inet_neta.c (inet_neta): Likewise.
3969         * resolv/inet_ntop.c (inet_ntop): Likewise.
3970         (inet_ntop4): Likewise.
3971         (inet_ntop6): Likewise.
3972         * resolv/inet_pton.c (__inet_pton): Likewise.
3973         (inet_pton4): Likewise.
3974         (inet_pton6): Likewise.
3975         * resolv/res_debug.c (loc_aton): Likewise.
3976         (loc_ntoa): Likewise.
3977         * resource/getpriority.c (__getpriority): Likewise.
3978         * resource/getrusage.c (__getrusage): Likewise.
3979         * resource/nice.c (nice): Likewise.
3980         * resource/setpriority.c (__setpriority): Likewise.
3981         * resource/setrlimit64.c (setrlimit64): Likewise.
3982         * resource/vlimit.c (vlimit): Likewise.
3983         * resource/vtimes.c (vtimes): Likewise.
3984         * rt/aio_error.c (aio_error): Likewise.
3985         * rt/aio_return.c (aio_return): Likewise.
3986         * rt/aio_sigqueue.c (__aio_sigqueue): Likewise.
3987         * signal/kill.c (__kill): Likewise.
3988         * signal/killpg.c (killpg): Likewise.
3989         * signal/raise.c (raise): Likewise.
3990         * signal/sigaction.c (__sigaction): Likewise.
3991         * signal/sigaddset.c (sigaddset): Likewise.
3992         * signal/sigaltstack.c (sigaltstack): Likewise.
3993         * signal/sigandset.c (sigandset): Likewise.
3994         * signal/sigblock.c (__sigblock): Likewise.
3995         * signal/sigdelset.c (sigdelset): Likewise.
3996         * signal/sigempty.c (sigemptyset): Likewise.
3997         * signal/sigfillset.c (sigfillset): Likewise.
3998         * signal/sighold.c (sighold): Likewise.
3999         * signal/sigignore.c (sigignore): Likewise.
4000         * signal/sigintr.c (siginterrupt): Likewise.
4001         * signal/sigisempty.c (sigisemptyset): Likewise.
4002         * signal/sigismem.c (sigismember): Likewise.
4003         * signal/signal.c (signal): Likewise.
4004         * signal/sigorset.c (sigorset): Likewise.
4005         * signal/sigpause.c (__sigpause): Likewise.
4006         * signal/sigpending.c (sigpending): Likewise.
4007         * signal/sigprocmask.c (__sigprocmask): Likewise.
4008         * signal/sigrelse.c (sigrelse): Likewise.
4009         * signal/sigreturn.c (__sigreturn): Likewise.
4010         * signal/sigset.c (sigset): Likewise.
4011         * signal/sigsetmask.c (__sigsetmask): Likewise.
4012         * signal/sigstack.c (sigstack): Likewise.
4013         * signal/sigsuspend.c (__sigsuspend): Likewise.
4014         * signal/sigvec.c (sigvec_wrapper_handler): Likewise.
4015         * signal/sysv_signal.c (__sysv_signal): Likewise.
4016         * socket/accept.c (accept): Likewise.
4017         * socket/accept4.c (__libc_accept4): Likewise.
4018         * socket/bind.c (__bind): Likewise.
4019         * socket/connect.c (__connect): Likewise.
4020         * socket/getpeername.c (getpeername): Likewise.
4021         * socket/getsockname.c (__getsockname): Likewise.
4022         * socket/getsockopt.c (getsockopt): Likewise.
4023         * socket/listen.c (__listen): Likewise.
4024         * socket/recv.c (__recv): Likewise.
4025         * socket/recvmsg.c (__recvmsg): Likewise.
4026         * socket/send.c (__send): Likewise.
4027         * socket/sendmsg.c (__sendmsg): Likewise.
4028         * socket/shutdown.c (shutdown): Likewise.
4029         * socket/sockatmark.c (sockatmark): Likewise.
4030         * socket/socket.c (__socket): Likewise.
4031         * stdio-common/ctermid.c (ctermid): Likewise.
4032         * stdio-common/cuserid.c (cuserid): Likewise.
4033         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
4034         * stdio-common/remove.c (remove): Likewise.
4035         * stdio-common/rename.c (rename): Likewise.
4036         * stdio-common/renameat.c (renameat): Likewise.
4037         * stdio-common/tempname.c (__gen_tempname): Likewise.
4038         * stdio-common/xbug.c (InitBuffer): Likewise.
4039         (AppendToBuffer): Likewise.
4040         (ReadFile): Likewise.
4041         * stdlib/a64l.c (a64l): Likewise.
4042         * stdlib/drand48_r.c (drand48_r): Likewise.
4043         * stdlib/getcontext.c (getcontext): Likewise.
4044         * stdlib/getenv.c (getenv): Likewise.
4045         * stdlib/l64a.c (l64a): Likewise.
4046         * stdlib/llabs.c (llabs): Likewise.
4047         * stdlib/lldiv.c (lldiv): Likewise.
4048         * stdlib/lrand48_r.c (lrand48_r): Likewise.
4049         * stdlib/mrand48_r.c (mrand48_r): Likewise.
4050         * stdlib/putenv.c (putenv): Likewise.
4051         * stdlib/random.c (__srandom): Likewise.
4052         (__initstate): Likewise.
4053         (__setstate): Likewise.
4054         * stdlib/random_r.c (__srandom_r): Likewise.
4055         (__setstate_r): Likewise.
4056         (__random_r): Likewise.
4057         * stdlib/secure-getenv.c (__libc_secure_getenv): Likewise.
4058         * stdlib/setcontext.c (setcontext): Likewise.
4059         * stdlib/setenv.c (setenv): Likewise.
4060         (unsetenv): Likewise.
4061         * stdlib/srand48.c (srand48): Likewise.
4062         * stdlib/srand48_r.c (__srand48_r): Likewise.
4063         * stdlib/swapcontext.c (swapcontext): Likewise.
4064         * stdlib/system.c (__libc_system): Likewise.
4065         * stdlib/tst-strtod.c (expand): Likewise.
4066         * stdlib/tst-strtol.c (expand): Likewise.
4067         * stdlib/tst-strtoll.c (expand): Likewise.
4068         * streams/fattach.c (fattach): Likewise.
4069         * streams/fdetach.c (fdetach): Likewise.
4070         * streams/getmsg.c (getmsg): Likewise.
4071         * streams/isastream.c (isastream): Likewise.
4072         * string/ffs.c (__ffs): Likewise.
4073         * string/ffsll.c (ffsll): Likewise.
4074         * string/memcmp.c (memcmp_common_alignment): Likewise.
4075         (memcmp_not_common_alignment): Likewise.
4076         (MEMCMP): Likewise.
4077         * string/memcpy.c (memcpy): Likewise.
4078         * string/memmove.c (MEMMOVE): Likewise.
4079         * string/memset.c (memset): Likewise.
4080         * string/rawmemchr.c (RAWMEMCHR): Likewise.
4081         * string/strchrnul.c (STRCHRNUL): Likewise.
4082         * string/strerror.c (strerror): Likewise.
4083         * string/strndup.c (__strndup): Likewise.
4084         * string/strverscmp.c (__strverscmp): Likewise.
4085         * sunrpc/clnt_raw.c (clntraw_freeres): Likewise.
4086         * sunrpc/clnt_tcp.c (clnttcp_geterr): Likewise.
4087         (clnttcp_freeres): Likewise.
4088         * sunrpc/clnt_unix.c (clntunix_freeres): Likewise.
4089         * sunrpc/pmap_prot.c (xdr_pmap): Likewise.
4090         * sunrpc/pmap_prot2.c (xdr_pmaplist): Likewise.
4091         * sunrpc/pmap_rmt.c (xdr_rmtcallres): Likewise.
4092         * sunrpc/rpc_prot.c (xdr_replymsg): Likewise.
4093         (xdr_callhdr): Likewise.
4094         * sunrpc/rpcinfo.c (udpping): Likewise.
4095         (tcpping): Likewise.
4096         (pstatus): Likewise.
4097         (pmapdump): Likewise.
4098         (brdcst): Likewise.
4099         (deletereg): Likewise.
4100         (getprognum): Likewise.
4101         (getvers): Likewise.
4102         (get_inet_address): Likewise.
4103         * sunrpc/svc_raw.c (svcraw_recv): Likewise.
4104         * sunrpc/svc_udp.c (svcudp_create): Likewise.
4105         (svcudp_stat): Likewise.
4106         (svcudp_recv): Likewise.
4107         (svcudp_reply): Likewise.
4108         (svcudp_getargs): Likewise.
4109         (svcudp_freeargs): Likewise.
4110         (svcudp_destroy): Likewise.
4111         * sunrpc/xdr.c (xdr_bytes): Likewise.
4112         (xdr_netobj): Likewise.
4113         (xdr_string): Likewise.
4114         (xdr_wrapstring): Likewise.
4115         * sunrpc/xdr_float.c (xdr_float): Likewise.
4116         (xdr_double): Likewise.
4117         * sunrpc/xdr_mem.c (xdrmem_setpos): Likewise.
4118         * sunrpc/xdr_ref.c (xdr_pointer): Likewise.
4119         * sysvipc/ftok.c (ftok): Likewise.
4120         * sysvipc/msgctl.c (msgctl): Likewise.
4121         * sysvipc/msgget.c (msgget): Likewise.
4122         * sysvipc/msgrcv.c (msgrcv): Likewise.
4123         * sysvipc/msgsnd.c (msgsnd): Likewise.
4124         * sysvipc/semget.c (semget): Likewise.
4125         * sysvipc/semop.c (semop): Likewise.
4126         * sysvipc/shmat.c (shmat): Likewise.
4127         * sysvipc/shmctl.c (shmctl): Likewise.
4128         * sysvipc/shmdt.c (shmdt): Likewise.
4129         * sysvipc/shmget.c (shmget): Likewise.
4130         * termios/cfmakeraw.c (cfmakeraw): Likewise.
4131         * termios/speed.c (cfgetospeed): Likewise.
4132         (cfgetispeed): Likewise.
4133         (cfsetospeed): Likewise.
4134         (cfsetispeed): Likewise.
4135         * termios/tcflow.c (tcflow): Likewise.
4136         * termios/tcflush.c (tcflush): Likewise.
4137         * termios/tcgetattr.c (__tcgetattr): Likewise.
4138         * termios/tcgetpgrp.c (tcgetpgrp): Likewise.
4139         * termios/tcgetsid.c (tcgetsid): Likewise.
4140         * termios/tcsendbrk.c (tcsendbreak): Likewise.
4141         * termios/tcsetpgrp.c (tcsetpgrp): Likewise.
4142         * time/adjtime.c (__adjtime): Likewise.
4143         * time/dysize.c (dysize): Likewise.
4144         * time/ftime.c (ftime): Likewise.
4145         * time/getitimer.c (__getitimer): Likewise.
4146         * time/gettimeofday.c (__gettimeofday): Likewise.
4147         * time/gmtime.c (__gmtime_r): Likewise.
4148         (gmtime): Likewise.
4149         * time/localtime.c (__localtime_r): Likewise.
4150         (localtime): Likewise.
4151         * time/offtime.c (__offtime): Likewise.
4152         * time/settimeofday.c (__settimeofday): Likewise.
4153         * time/stime.c (stime): Likewise.
4154         * time/strftime_l.c (tm_diff): Likewise.
4155         (iso_week_days): Likewise.
4156         * time/strptime.c (strptime): Likewise.
4157         * time/time.c (time): Likewise.
4158         * time/timespec_get.c (timespec_get): Likewise.
4159         * time/tzset.c (tzset_internal): Likewise.
4160         (compute_change): Likewise.
4161         (__tz_compute): Likewise.
4162         * wcsmbs/btowc.c (__btowc): Likewise.
4163         * wcsmbs/mbrlen.c (__mbrlen): Likewise.
4164         * wcsmbs/mbsinit.c (__mbsinit): Likewise.
4165         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
4166         * wcsmbs/wcpcpy.c (__wcpcpy): Likewise.
4167         * wcsmbs/wcpncpy.c (__wcpncpy): Likewise.
4168         * wcsmbs/wcscat.c (__wcscat): Likewise.
4169         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
4170         * wcsmbs/wcscmp.c (WCSCMP): Likewise.
4171         * wcsmbs/wcscpy.c (WCSCPY): Likewise.
4172         * wcsmbs/wcscspn.c (wcscspn): Likewise.
4173         * wcsmbs/wcsdup.c (wcsdup): Likewise.
4174         * wcsmbs/wcslen.c (__wcslen): Likewise.
4175         * wcsmbs/wcsncat.c (WCSNCAT): Likewise.
4176         * wcsmbs/wcsncmp.c (WCSNCMP): Likewise.
4177         * wcsmbs/wcsncpy.c (__wcsncpy): Likewise.
4178         * wcsmbs/wcsnlen.c (__wcsnlen): Likewise.
4179         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
4180         * wcsmbs/wcsrchr.c (WCSRCHR): Likewise.
4181         * wcsmbs/wcsspn.c (wcsspn): Likewise.
4182         * wcsmbs/wcsstr.c (wcsstr): Likewise.
4183         * wcsmbs/wcstok.c (wcstok): Likewise.
4184         * wcsmbs/wctob.c (wctob): Likewise.
4185         * wcsmbs/wmemchr.c (__wmemchr): Likewise.
4186         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
4187         * wcsmbs/wmemcpy.c (__wmemcpy): Likewise.
4188         * wcsmbs/wmemmove.c (__wmemmove): Likewise.
4189         * wcsmbs/wmempcpy.c (__wmempcpy): Likewise.
4190         * wcsmbs/wmemset.c (__wmemset): Likewise.
4191         * wctype/wcfuncs.c (__towlower): Likewise.
4192         (__towupper): Likewise.
4194         * sysdeps/unix/sysv/linux/i386/lowlevellock.h
4195         (lll_unlock_elision): Add adapt_count parameter.
4197 2015-10-15  Joseph Myers  <joseph@codesourcery.com>
4199         * sysdeps/nptl/configure.ac: Do not give errors based on the
4200         results of top-level configure tests.
4201         * sysdeps/nptl/configure: Regenerated.
4203         * configure.ac (libc_cv_Bgroup): Remove configure test.
4204         * configure: Regenerated.
4205         * config.make.in (have-Bgroup): Remove variable.
4207         * configure.ac (sizeof_long_double): Remove configure test.
4208         * configure: Regenerated.
4209         * config.make.in (sizeof-long-double): Remove variable.
4211         * configure.ac (libc_cv_gcc_exceptions): Remove configure test.
4212         * configure: Regenerated.
4213         * sysdeps/arm/configure.ac (libc_cv_gcc_exceptions): Do not set
4214         variable.
4215         (exceptions): Likewise.
4216         * sysdeps/arm/configure: Regenerated.
4217         * config.make.in (exceptions): Remove variable.
4218         * Makeconfig (uses-callbacks): Use -fexceptions instead of
4219         $(exceptions).
4220         * debug/Makefile (CFLAGS-dprintf_chk.c): Likewise.
4221         (CFLAGS-vdprintf_chk.c): Likewise.
4222         (CFLAGS-printf_chk.c): Likewise.
4223         (CFLAGS-fprintf_chk.c): Likewise.
4224         (CFLAGS-vprintf_chk.c): Likewise.
4225         (CFLAGS-vfprintf_chk.c): Likewise.
4226         (CFLAGS-gets_chk.c): Likewise.
4227         (CFLAGS-fgets_chk.c): Likewise.
4228         (CFLAGS-fgets_u_chk.c): Likewise.
4229         (CFLAGS-fread_chk.c): Likewise.
4230         (CFLAGS-fread_u_chk.c): Likewise.
4231         (CFLAGS-wprintf_chk.c): Likewise.
4232         (CFLAGS-fwprintf_chk.c): Likewise.
4233         (CFLAGS-vwprintf_chk.c): Likewise.
4234         (CFLAGS-vfwprintf_chk.c): Likewise.
4235         (CFLAGS-fgetws_chk.c): Likewise.
4236         (CFLAGS-fgetws_u_chk.c): Likewise.
4237         * libio/Makefile (CFLAGS-fileops.c): Likewise.
4238         (CFLAGS-fputc.c): Likewise.
4239         (CFLAGS-fputwc.c): Likewise.
4240         (CFLAGS-freopen64.c): Likewise.
4241         (CFLAGS-freopen.c): Likewise.
4242         (CFLAGS-fseek.c): Likewise.
4243         (CFLAGS-fseeko64.c): Likewise.
4244         (CFLAGS-fseeko.c): Likewise.
4245         (CFLAGS-ftello64.c): Likewise.
4246         (CFLAGS-ftello.c): Likewise.
4247         (CFLAGS-fwide.c): Likewise.
4248         (CFLAGS-genops.c): Likewise.
4249         (CFLAGS-getc.c): Likewise.
4250         (CFLAGS-getchar.c): Likewise.
4251         (CFLAGS-getwc.c): Likewise.
4252         (CFLAGS-getwchar.c): Likewise.
4253         (CFLAGS-iofclose.c): Likewise.
4254         (CFLAGS-iofflush.c): Likewise.
4255         (CFLAGS-iofgetpos64.c): Likewise.
4256         (CFLAGS-iofgetpos.c): Likewise.
4257         (CFLAGS-iofgets.c): Likewise.
4258         (CFLAGS-iofgetws.c): Likewise.
4259         (CFLAGS-iofputs.c): Likewise.
4260         (CFLAGS-iofputws.c): Likewise.
4261         (CFLAGS-iofread.c): Likewise.
4262         (CFLAGS-iofsetpos64.c): Likewise.
4263         (CFLAGS-iofsetpos.c): Likewise.
4264         (CFLAGS-ioftell.c): Likewise.
4265         (CFLAGS-iofwrite.c): Likewise.
4266         (CFLAGS-iogetdelim.c): Likewise.
4267         (CFLAGS-iogetline.c): Likewise.
4268         (CFLAGS-iogets.c): Likewise.
4269         (CFLAGS-iogetwline.c): Likewise.
4270         (CFLAGS-ioputs.c): Likewise.
4271         (CFLAGS-ioseekoff.c): Likewise.
4272         (CFLAGS-ioseekpos.c): Likewise.
4273         (CFLAGS-iosetbuffer.c): Likewise.
4274         (CFLAGS-iosetvbuf.c): Likewise.
4275         (CFLAGS-ioungetc.c): Likewise.
4276         (CFLAGS-ioungetwc.c): Likewise.
4277         (CFLAGS-oldfileops.c): Likewise.
4278         (CFLAGS-oldiofclose.c): Likewise.
4279         (CFLAGS-oldiofgetpos64.c): Likewise.
4280         (CFLAGS-oldiofgetpos.c): Likewise.
4281         (CFLAGS-oldiofsetpos64.c): Likewise.
4282         (CFLAGS-oldiofsetpos.c): Likewise.
4283         (CFLAGS-peekc.c): Likewise.
4284         (CFLAGS-putc.c): Likewise.
4285         (CFLAGS-putchar.c): Likewise.
4286         (CFLAGS-putwc.c): Likewise.
4287         (CFLAGS-putwchar.c): Likewise.
4288         (CFLAGS-rewind.c): Likewise.
4289         (CFLAGS-wfileops.c): Likewise.
4290         (CFLAGS-wgenops.c): Likewise.
4291         (CFLAGS-oldiofopen.c): Likewise.
4292         (CFLAGS-iofopen.c): Likewise.
4293         (CFLAGS-iofopen64.c): Likewise.
4294         (CFLAGS-oldtmpfile.c): Likewise.
4295         * stdio-common/Makefile (CFLAGS-vfprintf.c): Likewise.
4296         (CFLAGS-fprintf.c): Likewise.
4297         (CFLAGS-printf.c): Likewise.
4298         (CFLAGS-vfwprintf.c): Likewise.
4299         (CFLAGS-vfscanf.c): Likewise.
4300         (CFLAGS-vfwscanf.c): Likewise.
4301         (CFLAGS-fscanf.c): Likewise.
4302         (CFLAGS-scanf.c): Likewise.
4303         (CFLAGS-isoc99_vfscanf.c): Likewise.
4304         (CFLAGS-isoc99_vscanf.c): Likewise.
4305         (CFLAGS-isoc99_fscanf.c): Likewise.
4306         (CFLAGS-isoc99_scanf.c): Likewise.
4307         * wcsmbs/Makefile (CFLAGS-isoc99_wscanf.c): Likewise.
4308         (CFLAGS-isoc99_fwscanf.c): Likewise.
4309         (CFLAGS-isoc99_vwscanf.c): Likewise.
4310         (CFLAGS-isoc99_vfwscanf.c): Likewise.
4312         * io/test-lfs.c (do_prepare): Do not call add_temp_file until
4313         after mkstemp64.
4314         * login/tst-utmp.c (do_prepare): Likewise.
4315         * rt/tst-aio.c (do_prepare): Likewise.
4316         * rt/tst-aio64.c (do_prepare): Likewise.
4318 2015-10-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
4320         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
4321         (__lll_lock_elision): Remove adapt_count decrement...
4322         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
4323         (__lll_trylock_elision): Likewise.
4324         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
4325         (__lll_unlock_elision): ... to here. And utilize
4326         new adapt_count parameter.
4327         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
4328         (__lll_unlock_elision): Update to include adapt_count
4329         parameter.
4330         (lll_unlock_elision): Pass pointer to adapt_count
4331         variable.
4333 2015-10-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
4335         * nptl/pthread_mutex_unlock.c (lll_unlock_elision):
4336         Add elision adapt_count parameter to list of arguments.
4337         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
4338         (lll_unlock_elision): Update with new parameter list
4339         * sysdeps/unix/sysv/linux/s390/lowlevellock.h
4340         (lll_unlock_elision): Likewise
4341         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
4342         (lll_unlock_elision): Likewise
4344 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4346         [BZ #19122]
4347         * include/sys/utsname.h [IS_IN (rtld)] (__uname): Add
4348         attribute_hidden.
4350         * include/string.h [IS_IN (rtld)] (__stpcpy): Add
4351         attribute_hidden.
4352         [IS_IN (rtld)] (__strdup): Likewise.
4353         [IS_IN (rtld)] (__strerror_r): Likewise.
4354         [IS_IN (rtld)] (__strsep_g): Likewise.
4355         [IS_IN (rtld)] (memchr): Likewise.
4356         [IS_IN (rtld)] (memcmp): Likewise.
4357         [IS_IN (rtld)] (memcpy): Likewise.
4358         [IS_IN (rtld)] (memmove): Likewise.
4359         [IS_IN (rtld)] (memset): Likewise.
4360         [IS_IN (rtld)] (rawmemchr): Likewise.
4361         [IS_IN (rtld)] (stpcpy): Likewise.
4362         [IS_IN (rtld)] (strchr): Likewise.
4363         [IS_IN (rtld)] (strcmp): Likewise.
4364         [IS_IN (rtld)] (strlen): Likewise.
4365         [IS_IN (rtld)] (strnlen): Likewise.
4366         [IS_IN (rtld)] (strsep): Likewise.
4368         * include/stdlib.h [IS_IN (rtld)] (unsetenv): Add
4369         attribute_hidden.
4370         [IS_IN (rtld)] (__strtoul_internal): Likewise.
4372         * include/signal.h [IS_IN (rtld)] (__sigaction): Add
4373         attribute_hidden.
4374         [IS_IN (rtld)] (__libc_sigaction): Likewise.
4376         * include/setjmp.h (__longjmp): Add attribute_hidden.
4377         [IS_IN (rtld)] (__sigsetjmp): Likewise.
4379         * include/libc-internal.h [IS_IN (rtld)] (__profile_frequency):
4380         Add attribute_hidden.
4382         * include/fcntl.h (__libc_fcntl): Add attribute_hidden.
4383         [IS_IN (rtld)] (__open): Likewise.
4384         [IS_IN (rtld)] (__fcntl): Likewise.
4386         * include/dirent.h (__opendirat): Add attribute_hidden.
4387         (__getdents): Likewise.
4388         (__getdents64): Likewise.
4389         (__alloc_dir): Likewise.
4390         [IS_IN (rtld)] (__closedir): Likewise.
4391         [IS_IN (rtld)] (__fdopendir): Likewise.
4392         [IS_IN (rtld)] (__readdir): Likewise.
4393         [IS_IN (rtld)] (__readdir64): Likewise.
4394         [IS_IN (rtld)] (__rewinddir): Likewise.
4396         * include/dlfcn.h (_dl_catch_error): Moved to ...
4397         * sysdeps/generic/ldsodefs.h (_dl_catch_error): Add
4398         attribute_hidden.
4400         * sysdeps/generic/_itoa.h (_itoa): Add attribute_hidden.
4401         (_itoa_word): Likewise.
4403         * elf/dl-runtime.c (_dl_fixup): Add attribute_hidden.
4404         * elf/dynamic-link.h (_dl_try_allocate_static_tls): Likewise.
4405         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Likewise.
4406         * sysdeps/generic/ldsodefs.h (_dl_name_match_p): Likewise.
4407         (_dl_higher_prime_number): Likewise.
4408         (_dl_debug_printf_c): Likewise.
4409         (_dl_signal_cerror): Likewise.
4410         (_dl_receive_error): Likewise.
4411         (_dl_reloc_bad_type): Likewise.
4412         (_dl_resolve_conflicts): Likewise.
4413         (_dl_check_all_versions): Likewise.
4414         (_dl_check_map_versions): Likewise.
4415         (_dl_sort_fini): Likewise.
4416         (_dl_debug_initialize): Likewise.
4417         (_dl_init_paths): Likewise.
4418         (_dl_show_auxv): Likewise.
4419         (_dl_next_ld_env_entry): Likewise.
4420         (_dl_important_hwcaps): Likewise.
4421         (_dl_load_cache_lookup): Likewise.
4422         (_dl_update_slotinfo): Likewise.
4423         (_dl_show_scope): Likewise.
4425         * sysdeps/generic/memcopy.h (_wordcopy_fwd_aligned): Add
4426         attribute_hidden.
4427         (_wordcopy_fwd_dest_aligned): Likewise.
4428         (_wordcopy_bwd_aligned): Likewise.
4429         (_wordcopy_bwd_dest_aligned): Likewise.
4431         * sysdeps/i386/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
4432         * sysdeps/i386/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic):
4433         Likewise.
4434         * sysdeps/x86_64/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic):
4435         Likewise.
4436         * sysdeps/x86_64/dl-lookupcfg.h (_dl_unmap): Likewise.
4438 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4440         * sysdeps/unix/sysv/linux/i386/sysdep.h: Add comments for
4441         GCC 5 requirement.
4443 2015-10-15  Joseph Myers  <joseph@codesourcery.com>
4445         * sysdeps/i386/configure.ac (libc_cv_as_i686): Remove configure
4446         test.
4447         * sysdeps/i386/configure: Regenerated.
4448         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]: Make
4449         code unconditional.
4451         * configure.ac (libc_cv_asm_previous_directive): Remove configure
4452         test.
4453         (libc_cv_asm_popsection_directive): Likewise.
4454         * configure: Regenerated.
4455         * config.h.in (HAVE_ASM_PREVIOUS_DIRECTIVE): Remove #undef.
4456         (HAVE_ASM_POPSECTION_DIRECTIVE): Likewise.
4457         * include/libc-symbols.h [HAVE_ASM_PREVIOUS_DIRECTIVE]
4458         (__make_section_unallocated): Make definition unconditional.
4459         [HAVE_ASM_POPSECTION_DIRECTIVE] (__make_section_unallocated):
4460         Remove conditional definition.
4461         [!HAVE_ASM_PREVIOUS_DIRECTIVE && !HAVE_ASM_POPSECTION_DIRECTIVE]
4462         (__make_section_unallocated): Likewise.
4464         * configure.ac (libc_cv_gcc_static_libgcc): Remove configure test.
4465         * configure: Regenerated.
4466         * config.make.in (static-libgcc): Remove variable.
4467         * Makerules (build-shlib-helper): Use -static-libgcc instead of
4468         $(static-libgcc).
4469         (build-module-helper): Likewise.
4471         * configure.ac (libc_cv_friendly_stddef): Remove configure test.
4472         * configure: Regenerated.
4474 2015-10-15  Florian Weimer  <fweimer@redhat.com>
4476         * stdio-common/vfscanf.c (MEMCPY): Remove macro.
4477         (struct char_buffer): New type.
4478         (char_buffer_start, char_buffer_size, char_buffer_error)
4479         (char_buffer_rewind, char_buffer_add): New functions.
4480         (ADDW): Remove macro, replaced by the char_buffer_add function.
4481         (_IO_vfscanf_internal): Rewrite using struct char_buffer instead
4482         of extend_alloca.  Make control flow more explicit.
4484 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4486         [BZ #19137]
4487         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-epoll_pwait.c):
4488         Add -fomit-frame-pointer.
4489         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Remove file.
4491 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4493         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S
4494         (__libc_do_syscall): Defined only if !__GNUC_PREREQ (5,0).
4495         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define assembler macros
4496         only if !__GNUC_PREREQ (5,0).
4497         (INTERNAL_SYSCALL_MAIN_6): Optimize for GCC 5.
4498         (INTERNAL_SYSCALL_MAIN_INLINE): Likewise.
4499         (INTERNAL_SYSCALL_NCS): Likewise.
4500         (LOADREGS_0): New macro for GCC 5.
4501         (ASMARGS_0): Likewise.
4502         (LOADREGS_1): Likewise.
4503         (ASMARGS_1): Likewise.
4504         (LOADREGS_2): Likewise.
4505         (ASMARGS_2): Likewise.
4506         (LOADREGS_3): Likewise.
4507         (ASMARGS_3): Likewise.
4508         (LOADREGS_4): Likewise.
4509         (ASMARGS_4): Likewise.
4510         (LOADREGS_5): Likewise.
4511         (ASMARGS_5): Likewise.
4512         (LOADREGS_6): Likewise.
4513         (ASMARGS_6): Likewise.
4515 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4517         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-mmap.c): Add
4518         -fomit-frame-pointer.
4519         (CFLAGS-mmap64.c): Likewise.
4520         (CFLAGS-semtimedop.c): Likewise.
4521         * sysdeps/unix/sysv/linux/i386/mmap.c: New file.
4522         * sysdeps/unix/sysv/linux/i386/mmap.S: Remove file.
4523         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
4524         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
4526 2015-10-15  Florian Weimer  <fweimer@redhat.com>
4528         [BZ #18928]
4529         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
4530         _dl_pointer_guard member.
4531         * elf/rtld.c (_rtld_global_ro): Remove _dl_pointer_guard
4532         initializer.
4533         (security_init): Always set up pointer guard.
4534         (process_envvars): Do not process LD_POINTER_GUARD.
4536 2015-10-14  Joseph Myers  <joseph@codesourcery.com>
4538         [BZ #19134]
4539         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (.LC1): New object.
4540         (.LC2): Likewise.
4541         (.LC3): Likewise.
4542         (__lround): Do not add 0.5 to integer or out-of-range arguments.
4544 2015-10-14  Szabolcs Nagy  <szabolcs.nagy@arm.com>
4546         [BZ #19129]
4547         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save and restore
4548         r0 and r1.
4550 2015-10-14  Namhyung Kim  <namhyung@gmail.com>
4552         * manaual/argp.texi (Specifying Argp Parsers): Fix typo.
4554 2015-10-14  Carlos O'Donell  <carlos@redhat.com>
4556         * include/stap-probe.h: Fix macro definition formatting.
4558 2015-10-14  Florian Weimer  <fweimer@redhat.com>
4560         [BZ #19074]
4561         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use atomics to
4562         load and store num_ifs.
4564 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
4566         [BZ #18822]
4567         * sysdeps/unix/sysv/linux/sched_getaffinity.c
4568         (__sched_getaffinity_new): Add libc_hidden_proto and
4569         libc_hidden_def.
4571 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
4573         [BZ #19007]
4574         * scripts/localplt.awk: Also allow GOT references.
4575         * sysdeps/unix/sysv/linux/i386/localplt.data: Mark
4576         _Unwind_Find_FDE, calloc, memalign, realloc and __libc_memalign
4577         with "+ REL R_386_GLOB_DAT".
4578         * sysdeps/x86_64/localplt.data: Mark calloc, memalign, realloc
4579         and __libc_memalign with "+ RELA R_X86_64_GLOB_DAT".
4581 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
4583         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use
4584         INLINE_SYSCALL_ERROR_RETURN_VALUE.
4585         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat):
4586         Likewise.
4587         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
4588         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
4589         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Use
4590         INTERNAL_SYSCALLINTERNAL_SYSCALL and
4591         INLINE_SYSCALL_ERROR_RETURN_VALUE.
4592         * sysdeps/unix/sysv/linux/i386/lockf64.c (lockf64): Likewise.
4593         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
4594         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction):
4595         Likewise.
4596         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
4598 2015-10-13  Joseph Myers  <joseph@codesourcery.com>
4600         [BZ #19125]
4601         * sysdeps/powerpc/powerpc32/fpu/s_llround.c: Include <limits.h>,
4602         <math_private.h> and <stdint.h>.
4603         (__llround): Avoid conversions to and from long long int, and
4604         subtractions, where those might raise spurious exceptions.
4605         * sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: Include
4606         <math_private.h> and <stdint.h>.
4607         (__llroundf): Avoid conversions to and from long long int, and
4608         subtractions, where those might raise spurious exceptions.
4610 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
4612         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Use
4613         INLINE_SYSCALL_ERROR_RETURN_VALUE.
4614         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
4615         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Likewise.
4616         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
4617         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
4618         * sysdeps/unix/sysv/linux/fcntl.c (do_fcntl): Likewise.
4619         * sysdeps/unix/sysv/linux/futimens.c (futimens): Likewise.
4620         * sysdeps/unix/sysv/linux/futimes.c (__futimes): Likewise.
4621         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
4622         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
4623         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
4624         * sysdeps/unix/sysv/linux/lutimes.c (lutimes): Likewise.
4625         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
4626         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
4627         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Likewise.
4628         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Likewise.
4629         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
4630         * sysdeps/unix/sysv/linux/prlimit.c (prlimit): Likewise.
4631         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Likewise.
4632         * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise.
4633         * sysdeps/unix/sysv/linux/signalfd.c (signalfd): Likewise.
4634         * sysdeps/unix/sysv/linux/speed.c (cfsetospeed): Likewise.
4635         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
4636         * sysdeps/unix/sysv/linux/ustat.c (ustat): Likewise.
4637         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
4638         * sysdeps/unix/sysv/linux/xmknod.c (__xmknod): Likewise.
4639         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
4640         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
4641         * sysdeps/unix/sysv/linux/xstatconv.c (__xstat_conv): Likewise.
4642         (__xstat64_conv): Likewise.
4643         (__xstat32_conv): Likewise.
4645 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
4647         * sysdeps/unix/sysv/linux/sysdep.h: New file.
4648         * sysdeps/unix/sysv/linux/i386/sysdep.c: Likewise.
4649         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include
4650         <sysdeps/unix/sysv/linux/sysdep.h>.
4651         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4652         * sysdeps/unix/sysv/linux/generic/sysdep.h: Likewise.
4653         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Likewise.
4654         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4655         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4656         * sysdeps/unix/sysv/linux/microblaze/sysdep.h: Likewise.
4657         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
4658         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
4659         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
4660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4662         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4663         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4664         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4665         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
4666         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4667         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) == csu]
4668         (sysdep-dl-routines): Add sysdep.
4669         [$(subdir) == nptl] (libpthread-routines): Likewise.
4670         [$(subdir) == rt] (librt-routines): Likewise.
4671         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Don't check
4672         PIC when branching to SYSCALL_ERROR_LABEL.
4673         * sysdeps/unix/sysv/linux/i386/sysdep.S: Removed.
4674         * sysdeps/unix/sysv/linux/i386/sysdep.h: Include
4675         <sysdeps/unix/sysv/linux/sysdep.h>.
4676         (SYSCALL_ERROR_LABEL): Changed to __syscall_error.
4677         (SYSCALL_ERROR_ERRNO): Removed.
4678         (SYSCALL_ERROR_HANDLER): Changed to empty.
4679         (SYSCALL_ERROR_HANDLER_TLS_STORE): Likewise.
4680         (__syscall_error): New prototype.
4681         [IS_IN (libc)] (INLINE_SYSCALL): New macro.
4682         (INLINE_SYSCALL_ERROR_RETURN_VALUE): Likewise.
4684 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
4686         [BZ #19124]
4687         * sysdeps/x86_64/dl-trampoline.S [!HAVE_AVX512_ASM_SUPPORT]
4688         (_dl_runtime_resolve_avx512): Make it a hidden alias of
4689         _dl_runtime_resolve_avx.
4690         (_dl_runtime_profile_avx512): Make it a hidden alias of
4691         _dl_runtime_profile_avx.
4693 2015-10-13  Joseph Myers  <joseph@codesourcery.com>
4695         * sysdeps/powerpc/fpu/s_llround.c: Move to ....
4696         * sysdeps/powerpc/powerpc32/fpu/s_llround.c: ...here.
4697         * sysdeps/powerpc/fpu/s_llroundf.c: Move to ....
4698         * sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: ...here.
4700         [BZ #16422]
4701         * sysdeps/powerpc/powerpc32/fpu/configure.ac (libc_cv_ppc_fctidz):
4702         New configure test.
4703         * sysdeps/powerpc/powerpc32/fpu/configure: Regenerated.
4704         * config.h.in [_LIBC] (HAVE_PPC_FCTIDZ): New macro.
4705         * sysdeps/powerpc/powerpc32/fpu/s_llrint.c: Include <limits.h>,
4706         <math_private.h> and <stdint.h>.
4707         (__llrint): Avoid conversions to long long int where those might
4708         raise spurious exceptions.
4709         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Include
4710         <math_private.h> and <stdint.h>.
4711         (__llrintf): Avoid conversions to long long int where those might
4712         raise spurious exceptions.
4714 2015-10-12  Andreas Schwab  <schwab@suse.de>
4716         [BZ #18969]
4717         * debug/Makefile (LOCALES): Define.  Include gen-locales.mk.
4718         ($(objpfx)tst-chk1.out): Depend on $(gen-locales).
4719         * iconvdata/Makefile (LOCALES): Define.  Include gen-locales.mk.
4720         ($(objpfx)bug-iconv6.out, $(objpfx)tst-iconv7.out): Depend on
4721         $(gen-locales).
4722         * intl/Makefile (LOCALES): Define.  Include gen-locales.mk.
4723         ($(objpfx)tst-codeset.out, $(objpfx)tst-gettext.out)
4724         ($(objpfx)tst-gettext2.out, $(objpfx)tst-gettext3.out)
4725         ($(objpfx)tst-gettext4.out, $(objpfx)tst-gettext5.out)
4726         ($(objpfx)tst-gettext6.out, $(objpfx)tst-translit.out): Depend on
4727         $(gen-locales).
4728         * libio/Makefile (LOCALES): Define.  Include gen-locales.mk.
4729         ($(objpfx)bug-ftell.out, $(objpfx)bug-ungetwc1.out)
4730         ($(objpfx)bug-ungetwc2.out, $(objpfx)tst-fgetwc.out)
4731         ($(objpfx)tst-fgetws.out, $(objpfx)tst-fopenloc.out)
4732         ($(objpfx)tst-fputws.out, $(objpfx)tst-fseek.out)
4733         ($(objpfx)tst-ftell-active-handler.out)
4734         ($(objpfx)tst-ftell-append.out)
4735         ($(objpfx)tst-ftell-partial-wide.out, $(objpfx)tst-setvbuf1.out)
4736         ($(objpfx)tst-swscanf.out, $(objpfx)tst-ungetwc1.out)
4737         ($(objpfx)tst-ungetwc2.out, $(objpfx)tst-widetext.out)
4738         ($(objpfx)tst_wprintf2.out): Depend on $(gen-locales).
4739         * posix/Makefile (LOCALES): Define.  Include gen-locales.mk.
4740         ($(objpfx)bug-regex1.out, $(objpfx)bug-regex4.out)
4741         ($(objpfx)bug-regex5.out, $(objpfx)bug-regex6.out)
4742         ($(objpfx)bug-regex17.out, $(objpfx)bug-regex18.out)
4743         ($(objpfx)bug-regex19.out, $(objpfx)bug-regex20.out)
4744         ($(objpfx)bug-regex22.out, $(objpfx)bug-regex23.out)
4745         ($(objpfx)bug-regex25.out, $(objpfx)bug-regex26.out)
4746         ($(objpfx)bug-regex30.out, $(objpfx)bug-regex32.out)
4747         ($(objpfx)bug-regex33.out, $(objpfx)bug-regex34.out)
4748         ($(objpfx)bug-regex35.out, $(objpfx)tst-fnmatch.out)
4749         ($(objpfx)tst-fnmatch4.out, $(objpfx)tst-fnmatch5.out)
4750         ($(objpfx)tst-regex.out, $(objpfx)tst-regex2.out)
4751         ($(objpfx)tst-regexloc.out, $(objpfx)tst-rxspencer.out)
4752         ($(objpfx)tst-rxspencer-no-utf8.out): Depend on $(gen-locales).
4753         * stdio-common/Makefile (LOCALES): Define.  Include gen-locales.mk.
4754         ($(objpfx)bug14.out, $(objpfx)scanf13.out)
4755         ($(objpfx)test-vfprintf.out, $(objpfx)tst-grouping.out)
4756         ($(objpfx)tst-sprintf.out, $(objpfx)tst-sscanf.out)
4757         ($(objpfx)tst-swprintf.out): Depend on $(gen-locales).
4758         * stdlib/Makefile (LOCALES): Define.  Include gen-locales.mk.
4759         ($(objpfx)bug-strtod2.out, $(objpfx)testmb2.out)
4760         ($(objpfx)tst-strtod.out, $(objpfx)tst-strtod3.out)
4761         ($(objpfx)tst-strtod4.out, $(objpfx)tst-strtod5.out): Depend on
4762         $(gen-locales).
4763         * time/Makefile (LOCALES): Define.  Include gen-locales.mk.
4764         ($(objpfx)tst-ftime_l.out, $(objpfx)tst-strptime.out): Depend on
4765         $(gen-locales).
4766         * wcsmbs/Makefile (LOCALES): Define.  Include gen-locales.mk.
4767         ($(objpfx)tst-btowc.out, $(objpfx)tst-c16c32-1.out)
4768         ($(objpfx)tst-mbrtowc.out, $(objpfx)tst-mbrtowc2.out)
4769         ($(objpfx)tst-wcrtomb.out, $(objpfx)wcsmbs-tst1.out): Depend on
4770         $(gen-locales).
4771         * libio/tst_wprintf2.c (main): Use explicit locale.
4772         * wcsmbs/wcsmbs-tst1.c (main): Likewise.
4774 2015-10-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4776         * hurd/hurd-raise.c (_hurd_raise_signal): Return error returned by
4777         __msg_sig_post.
4778         * hurd/hurd/signal.h (_hurd_raise_signal): Add int return type.
4780 2015-10-09  Joseph Myers  <joseph@codesourcery.com>
4782         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
4783         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
4785         * sysdeps/arm/libm-test-ulps: Regenerated.
4787         [BZ #15470]
4788         * sysdeps/arm/fix-fp-int-convert-overflow.h: New file.
4790         [BZ #16399]
4791         * sysdeps/generic/fix-fp-int-convert-overflow.h: New file.
4792         * sysdeps/ieee754/dbl-64/s_llrint.c: Include <fenv.h>, <limits.h>
4793         and <fix-fp-int-convert-overflow.h>.
4794         (__llrint) [FE_INVALID]: Force FE_INVALID exception as needed if
4795         FIX_DBL_LLONG_CONVERT_OVERFLOW.
4796         * sysdeps/ieee754/dbl-64/s_llround.c: Include <fenv.h>, <limits.h>
4797         and <fix-fp-int-convert-overflow.h>.
4798         (__llround) [FE_INVALID]: Force FE_INVALID exception as needed if
4799         FIX_DBL_LLONG_CONVERT_OVERFLOW.
4800         * sysdeps/ieee754/dbl-64/s_lrint.c: Include
4801         <fix-fp-int-convert-overflow.h>.
4802         (__lrint) [FE_INVALID]: Force FE_INVALID exception as needed if
4803         FIX_DBL_LLONG_CONVERT_OVERFLOW.
4804         * sysdeps/ieee754/dbl-64/s_lround.c: Include
4805         <fix-fp-int-convert-overflow.h>.
4806         (__lround) [FE_INVALID]: Force FE_INVALID exception as needed if
4807         FIX_DBL_LLONG_CONVERT_OVERFLOW.
4808         * sysdeps/ieee754/flt-32/s_llrintf.c: Include <fenv.h>, <limits.h>
4809         and <fix-fp-int-convert-overflow.h>.
4810         (__llrintf) [FE_INVALID]: Force FE_INVALID exception as needed if
4811         FIX_DBL_LLONG_CONVERT_OVERFLOW.
4812         * sysdeps/ieee754/flt-32/s_llroundf.c: Include <fenv.h>,
4813         <limits.h> and <fix-fp-int-convert-overflow.h>.
4814         (__llroundf) [FE_INVALID]: Force FE_INVALID exception as needed if
4815         FIX_DBL_LLONG_CONVERT_OVERFLOW.
4816         * sysdeps/ieee754/flt-32/s_lrintf.c: Include <fenv.h>, <limits.h>
4817         and <fix-fp-int-convert-overflow.h>.
4818         (__lrintf) [FE_INVALID]: Force FE_INVALID exception as needed if
4819         FIX_DBL_LLONG_CONVERT_OVERFLOW.
4820         * sysdeps/ieee754/flt-32/s_lroundf.c: Include <fenv.h>, <limits.h>
4821         and <fix-fp-int-convert-overflow.h>.
4822         (__lroundf) [FE_INVALID]: Force FE_INVALID exception as needed if
4823         FIX_DBL_LLONG_CONVERT_OVERFLOW.
4824         * sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h: New file.
4826 2015-10-09  Carlos O'Donell  <carlos@redhat.com>
4828         [BZ #18589]
4829         * string/bug-strcoll2.c: Adjust copyright, and remove contributed by.
4830         * string/Makefile ($(objpfx)bug-strcoll2.out): Depend on
4831         $(gen-locales).
4833 2015-10-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4834             Phil Blundell <pb@pbcl.net>
4836         * nptl/Makefile (tests): Add tst-cancel26.c and tst-cancel27.c.
4837         * nptl/tst-cancel26.c: New file.
4838         * nptl/tst-cancel27.c: Likewise.
4840 2015-10-09  H.J. Lu  <hongjiu.lu@intel.com>
4842         * sysdeps/x86_64/fpu/s_llrint.S (__lrint): Add alias only if
4843         __ILP32__ isn't defined.
4844         (lrint): Likewise.
4845         * sysdeps/x86_64/fpu/s_llrintf.S (__lrintf): Likewise.
4846         (lrintf): Likewise.
4847         * sysdeps/x86_64/fpu/s_llrintl.S (__lrintl): Likewise.
4848         (lrintl): Likewise.
4849         * sysdeps/x86_64/x32/fpu/s_lrint.S: New file.
4850         * sysdeps/x86_64/x32/fpu/s_lrintf.S: Likewise.
4851         * sysdeps/x86_64/x32/fpu/s_lrintl.S: Likewise.
4853 2015-10-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4855         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
4856         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
4858         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: Remove
4859         file.
4860         * sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S: Likewise.
4861         * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Likewise.
4863 2015-10-09  Joseph Myers  <joseph@codesourcery.com>
4865         * sysdeps/i386/configure.ac (libc_cv_cc_novzeroupper): Remove
4866         configure test.
4867         * sysdeps/i386/configure: Regenerated.
4868         * sysdeps/x86_64/configure.ac (libc_cv_cc_novzeroupper): Remove
4869         configure test.
4870         * sysdeps/x86_64/configure: Regenerated.
4871         * sysdeps/x86_64/Makefile [$(config-cflags-novzeroupper) = yes]:
4872         Make code unconditional.
4874         * sysdeps/i386/configure.ac (libc_cv_cc_fma4): Remove configure
4875         test.
4876         * sysdeps/i386/configure: Regenerated.
4877         * sysdeps/x86_64/configure.ac (libc_cv_cc_fma4): Remove configure
4878         test.
4879         * sysdeps/x86_64/configure: Regenerated.
4880         * sysdeps/x86_64/fpu/multiarch/Makefile [$(have-mfma4) = yes]:
4881         Make code unconditional.
4882         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
4883         Likewise.
4884         * sysdeps/x86_64/fpu/multiarch/e_atan2.c [HAVE_FMA4_SUPPORT]:
4885         Likewise.
4886         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
4887         * sysdeps/x86_64/fpu/multiarch/e_exp.c [HAVE_FMA4_SUPPORT]: Make
4888         code unconditional.
4889         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
4890         * sysdeps/x86_64/fpu/multiarch/e_log.c [HAVE_FMA4_SUPPORT]: Make
4891         code unconditional.
4892         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
4893         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]: Make
4894         code unconditional.
4895         * sysdeps/x86_64/fpu/multiarch/s_atan.c [HAVE_FMA4_SUPPORT]: Make
4896         code unconditional.
4897         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
4898         * sysdeps/x86_64/fpu/multiarch/s_fma.c [HAVE_FMA4_SUPPORT]: Make
4899         code unconditional.
4900         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
4901         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c [HAVE_FMA4_SUPPORT]: Make
4902         code unconditional.
4903         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
4904         * sysdeps/x86_64/fpu/multiarch/s_sin.c [HAVE_FMA4_SUPPORT]: Make
4905         code unconditional.
4906         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
4907         * sysdeps/x86_64/fpu/multiarch/s_tan.c [HAVE_FMA4_SUPPORT]: Make
4908         code unconditional.
4909         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
4910         * config.h.in (HAVE_FMA4_SUPPORT): Remove #undef.
4912         [BZ #19095]
4913         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Cast low part of
4914         mantissa to long int before shifting left.
4916 2015-10-08  Joseph Myers  <joseph@codesourcery.com>
4918         [BZ #19094]
4919         * sysdeps/ieee754/dbl-64/s_lrint.c: Include <fenv.h> and
4920         <limits.h>.
4921         (__lrint) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
4922         when result overflows but exception would not result from cast.
4923         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Include <fenv.h> and
4924         <limits.h>.
4925         (__llrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
4926         when result overflows but exception would not result from cast.
4927         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Include <fenv.h> and
4928         <limits.h>.
4929         (__lrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
4930         when result overflows but exception would not result from cast.
4931         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Include <fenv.h> and
4932         <limits.h>.
4933         (__llrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
4934         when result overflows but exception would not result from cast.
4935         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Include <fenv.h> and
4936         <limits.h>.
4937         (__lrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
4938         when result overflows but exception would not result from cast.
4939         * math/libm-test.inc (lrint_test_data): Add more tests.
4940         (llrint_test_data): Likewise.
4942 2015-10-08  Roland McGrath  <roland@hack.frob.com>
4944         [BZ #18872]
4945         * stdio-common/Makefile ($(objpfx)tst-unbputc.out):
4946         Move out from under [$(run-built-tests) = yes] conditional.
4947         ($(objpfx)tst-printf.out, $(objpfx)tst-printf-bz18872.c): Likewise.
4948         ($(objpfx)tst-printf-bz18872-mem.out): Likewise.
4950 2015-10-08  Carlos O'Donell  <carlos@redhat.com>
4952         [BZ #18589]
4953         * string/Makefile (tests): Add bug-strcoll2.
4954         (LOCALES): Add cs_CZ.UTF-8.
4955         * string/bug-strcoll2.c (test_cs_CZ): Fix typo in FAIL string.
4957         [BZ #18589]
4958         * string/bug-strcoll2.c: New file.
4959         * locale/categories.def: Revert commit
4960         f13c2a8dff2329c6692a80176262ceaaf8a6f74e.
4961         * locale/langinfo.h: Likewise.
4962         * locale/localeinfo.h: Likewise.
4963         * locale/C-collate.c: Likewise.
4964         * locale/programs/ld-collate.c (collate_output): Likewise.
4965         * string/strcoll_l.c (STRDIFF): Likewise.
4966         (STRCOLL): Likewise.
4967         * wcsmbs/wcscoll_l.c: Likewise.
4969 2015-10-08  Joseph Myers  <joseph@codesourcery.com>
4971         * math/libm-test.inc (lround_test_data): Do not expect the absence
4972         of "inexact" for some tests with non-integer arguments.
4973         (llround_test_data): Likewise.
4975         * sysdeps/i386/configure.ac (libc_cv_cc_avx): Remove configure
4976         test.
4977         (libc_cv_cc_sse2avx): Likewise.
4978         * sysdeps/i386/configure: Regenerated.
4979         * sysdeps/i386/i686/multiarch/Makefile
4980         [$(subdir)$(config-cflags-avx) = mathyes]: Change conditional to
4981         [$(subdir) = math].
4982         * sysdeps/i386/i686/multiarch/s_fma-fma.c [HAVE_AVX_SUPPORT]: Make
4983         code unconditional.
4984         * sysdeps/i386/i686/multiarch/s_fma.c [HAVE_AVX_SUPPORT]:
4985         Likewise.
4986         * sysdeps/i386/i686/multiarch/s_fmaf-fma.c [HAVE_AVX_SUPPORT]:
4987         Likewise.
4988         * sysdeps/i386/i686/multiarch/s_fmaf.c [HAVE_AVX_SUPPORT]:
4989         Likewise.
4990         * sysdeps/x86_64/configure.ac (libc_cv_cc_avx): Remove configure
4991         test.
4992         (libc_cv_cc_sse2avx): Likewise.
4993         * sysdeps/x86_64/configure: Regenerated.
4994         * sysdeps/x86_64/Makefile [$(config-cflags-avx) = yes]: Make code
4995         unconditional.
4996         * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_profile)
4997         [HAVE_AVX_SUPPORT || HAVE_AVX512_ASM_SUPPORT]: Make code
4998         unconditional.
4999         (_dl_runtime_profile)
5000         [!(HAVE_AVX_SUPPORT || HAVE_AVX512_ASM_SUPPORT)]: Remove
5001         conditional code.
5002         * sysdeps/x86_64/fpu/multiarch/Makefile
5003         [$(config-cflags-sse2avx) = yes]: Make code unconditional.
5004         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
5005         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5006         * sysdeps/x86_64/fpu/multiarch/e_exp.c
5007         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5008         * sysdeps/x86_64/fpu/multiarch/e_log.c
5009         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5010         * sysdeps/x86_64/fpu/multiarch/s_atan.c
5011         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5012         * sysdeps/x86_64/fpu/multiarch/s_fma.c [HAVE_AVX_SUPPORT]:
5013         Likewise.
5014         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c [HAVE_AVX_SUPPORT]:
5015         Likewise.
5016         * sysdeps/x86_64/fpu/multiarch/s_sin.c
5017         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5018         * sysdeps/x86_64/fpu/multiarch/s_tan.c
5019         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
5020         * sysdeps/x86_64/multiarch/strcmp.S [HAVE_AVX_SUPPORT]: Likewise.
5021         * config.h.in (HAVE_AVX_SUPPORT): Remove #undef.
5022         (HAVE_SSE2AVX_SUPPORT): Likewise.
5024 2015-10-07  Paul Pluzhnikov  <ppluzhnikov@google.com>
5026         * stdio-common/tst-printf-bz18872.sh: Use attribute optimize
5027         instead of #pragma optimize.
5029 2015-10-07  Carlos O'Donell  <carlos@redhat.com>
5031         [BZ #17195]
5032         * malloc/arena.c (heap_trim): Apply trim_treshold to top_chunck size,
5033         as is similarly done in systrim and _int_free already.
5035 2015-10-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5037         * sysdeps/mach/configure.ac (mach_interface_list): Add task_notify.
5039 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
5041         [BZ #19088]
5042         * sysdeps/ieee754/dbl-64/s_lround.c: Include <fenv.h> and
5043         <limits.h>.
5044         (__lround) [FE_INVALID]: Force FE_INVALID exception when result
5045         overflows but exception would not result from cast.
5046         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Include <fenv.h>
5047         and <limits.h>.
5048         (__lround) [FE_INVALID]: Force FE_INVALID exception when result
5049         overflows but exception would not result from cast.
5050         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Include <fenv.h> and
5051         <limits.h>.
5052         (__llroundl) [FE_INVALID]: Force FE_INVALID exception when result
5053         overflows but exception would not result from cast.
5054         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Include <fenv.h> and
5055         <limits.h>.
5056         (__lroundl) [FE_INVALID]: Force FE_INVALID exception when result
5057         overflows but exception would not result from cast.
5058         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Include <fenv.h> and
5059         <limits.h>.
5060         (__llroundl) [FE_INVALID]: Force FE_INVALID exception when result
5061         overflows but exception would not result from cast.
5062         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Include <fenv.h> and
5063         <limits.h>.
5064         (__lroundl) [FE_INVALID]: Force FE_INVALID exception when result
5065         overflows but exception would not result from cast.
5066         * math/libm-test.inc (lround_test_data): Add more tests.
5067         (llround_test_data): Likewise.
5069 2015-10-07  Steve Ellcey  <sellcey@imgtec.com>
5071         * timezone/Makefile (CFLAGS-zic.c): Add -Wno-unused-variable.
5072         (CFLAGS-ialloc.c): Ditto.
5073         (CFLAGS-scheck.c): Ditto.
5075 2015-10-07  Carlos O'Donell  <carlos@redhat.com>
5077         [BZ #19086]
5078         * manual/filesys.texi (Storage Allocation): Fix argument order for
5079         posix_fallocate64.
5081 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
5083         [BZ #19085]
5084         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Move test for
5085         exponent below 48 inside case for non-overflowing exponent.
5086         * sysdeps/ieee754/ldbl-128/s_lroundl.c (__lroundl): Likewise.
5088 2015-10-07  Florian Weimer  <fweimer@redhat.com>
5090         * iconvdata/cp737.h (from_idx): Add const.
5091         * iconvdata/cp775.h (from_idx): Likewise.
5093 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
5095         * sysdeps/mips/mips64/Implies: Use ieee754/dbl-64/wordsize-64.
5096         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c
5097         (__issignaling) [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Remove #error.
5099         [BZ #19079]
5100         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Restore previous
5101         file, conditioned on [!_LP64].
5102         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c
5103         [!_LP64] (__lround): Do not define as function or alias.
5104         [!_LP64] (lround): Likewise.
5105         [!_LP64] (__lroundl): Likewise.
5106         [!_LP64] (lroundl): Likewise.
5107         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Remove
5108         macro.
5109         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
5110         Likewise.
5112 2015-10-06  Joseph Myers  <joseph@codesourcery.com>
5114         * math/libm-test.inc (lrint_test_data): Add more tests.
5115         (llrint_test_data): Likewise.
5116         (lround_test_data): Likewise.
5117         (llround_test_data): Likewise.
5119         * math/libm-test.inc (lrint_test_data): Add tests used for llrint.
5120         (llrint_test_data): Add tests used for lrint.
5122         * sysdeps/i386/configure.ac (libc_cv_cc_sse4): Remove configure
5123         test.
5124         * sysdeps/i386/configure: Regenerated.
5125         * sysdeps/i386/i686/multiarch/Makefile
5126         [$(config-cflags-sse4) = yes]: Make code unconditional.
5127         * sysdeps/i386/i686/multiarch/strcspn.S [HAVE_SSE4_SUPPORT]:
5128         Likewise.
5129         * sysdeps/i386/i686/multiarch/strspn.S [HAVE_SSE4_SUPPORT]:
5130         Likewise.
5131         * sysdeps/x86_64/configure.ac (libc_cv_cc_sse4): Remove configure
5132         test.
5133         * sysdeps/x86_64/configure: Regenerated.
5134         * sysdeps/x86_64/multiarch/Makefile [$(config-cflags-sse4) = yes]:
5135         Make code unconditional.
5136         * sysdeps/x86_64/multiarch/strcspn.S [HAVE_SSE4_SUPPORT]:
5137         Likewise.
5138         * sysdeps/x86_64/multiarch/strspn.S [HAVE_SSE4_SUPPORT]: Likewise.
5139         * config.h.in (HAVE_SSE4_SUPPORT): Remove #undef.
5141         * scripts/rpm2dynsym.sh: Remove file.
5143 2015-10-06  Florian Weimer  <fweimer@redhat.com>
5145         * configure.ac (libc_cv_cxx_thread_local): Define.
5146         * configure: Regenerate.
5147         * config.make.in (have-cxx-thread_local): Define.
5148         * nptl/Makefile (CFLAGS-tst-thread_local1.o):
5149         (LDLIBS-tst-thread_local1): Define.
5150         (tests): Add tst-thread_local1.
5151         [have-cxx-thread_local != yes] (tests-unsupported): Add
5152         tst-thread_local1.
5153         * nptl/tst-thread_local1.cc: New file.
5155 2015-10-06  Joseph Myers  <joseph@codesourcery.com>
5157         [BZ #19078]
5158         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (o_thres): Remove variable.
5159         (u_thres): Likewise.
5160         (__expl): Determine whether to call __kernel_standard_l based on
5161         value of result, not argument.
5163         * math/libm-test.inc (scalb_test_data): Add more expectations for
5164         the "inexact" exception.
5166         [BZ #19077]
5167         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Return
5168         0.0L for argument 1.0L.
5170         [BZ #19076]
5171         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Divide by
5172         constant 0.0L when computing infinite result.
5174 2015-10-06  Florian Weimer  <fweimer@redhat.com>
5176         [BZ #10432]
5177         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Remove call to
5178         malloc_usable_size.
5180 2015-10-06  Florian Weimer  <fweimer@redhat.com>
5182         [BZ #19018]
5183         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
5184         Mangle function pointer before storing it.
5185         (__call_tls_dtors): Demangle function pointer before calling it.
5187 2015-10-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
5189         [BZ #19012]
5190         * iconv/gconv_db.c (gen_steps): Check for additional errors.
5191         Clean up on failure.
5193 2015-10-05  Joseph Myers  <joseph@codesourcery.com>
5195         [BZ #19071]
5196         * sysdeps/ieee754/ldbl-96/s_lroundl.c (__lroundl): Use unsigned
5197         long int variable to store possibly incremented high part of
5198         mantissa.
5199         * math/libm-test.inc (lround_test_data): Add tests used for
5200         llround.  Use [LONG_MAX > 0x7fffffff] consistently as condition
5201         for tests requiring 64-bit long.  Do not condition tests on
5202         [TEST_FLOAT] unnecessarily.
5203         (llround_test_data): Add tests used for lround.  Add another
5204         expectation for the "inexact" exception.  Do not condition tests
5205         on [TEST_FLOAT] unnecessarily.
5207         [BZ #887]
5208         [BZ #19049]
5209         [BZ #19050]
5210         * sysdeps/generic/fix-int-fp-convert-zero.h: New file.
5211         * sysdeps/ieee754/dbl-64/e_log10.c: Include
5212         <fix-int-fp-convert-zero.h>.
5213         (__ieee754_log10): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5214         * sysdeps/ieee754/dbl-64/e_log2.c: Include
5215         <fix-int-fp-convert-zero.h>.
5216         (__ieee754_log2): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5217         * sysdeps/ieee754/dbl-64/s_erf.c: Include
5218         <fix-int-fp-convert-zero.h>.
5219         (__erfc): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5220         * sysdeps/ieee754/dbl-64/s_logb.c: Include
5221         <fix-int-fp-convert-zero.h>.
5222         (__logb): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5223         * sysdeps/ieee754/flt-32/e_log10f.c: Include
5224         <fix-int-fp-convert-zero.h>.
5225         (__ieee754_log10f): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5226         * sysdeps/ieee754/flt-32/e_log2f.c: Include
5227         <fix-int-fp-convert-zero.h>.
5228         (__ieee754_log2f): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5229         * sysdeps/ieee754/flt-32/s_erff.c: Include
5230         <fix-int-fp-convert-zero.h>.
5231         (__erfcf): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5232         * sysdeps/ieee754/flt-32/s_logbf.c: Include
5233         <fix-int-fp-convert-zero.h>.
5234         (__logbf): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5235         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include
5236         <fix-int-fp-convert-zero.h>.
5237         (__erfcl): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5238         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Include
5239         <fix-int-fp-convert-zero.h>.
5240         (__logbl): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
5241         * sysdeps/powerpc/powerpc32/fpu/configure.ac: New file.
5242         * sysdeps/powerpc/powerpc32/fpu/configure: New generated file.
5243         * sysdeps/powerpc/powerpc32/fpu/fix-int-fp-convert-zero.h: New
5244         file.
5245         * config.h.in [_LIBC] (HAVE_PPC_FCFID): New macro.
5247 2015-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
5249         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
5251 2015-10-02  Joseph Myers  <joseph@codesourcery.com>
5253         [BZ #19059]
5254         * math/s_nexttowardf.c (__nexttowardf): Do not return value from
5255         overflowing computation.
5256         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
5257         * sysdeps/i386/fpu/s_nexttowardf.c (__nexttowardf): Likewise.
5258         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
5259         Likewise.
5260         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
5261         Likewise.
5262         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
5263         Likewise.
5264         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
5265         Likewise.
5266         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
5267         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
5268         Likewise.
5269         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
5270         Likewise.
5271         * math/libm-test.inc (nexttoward_test_data): Add more tests.
5273         * nss/rewrite_field.c (__nss_rewrite_field): Use
5274         internal_function.
5275         * nss/valid_field.c (__nss_valid_field): Likewise.
5276         * nss/valid_list_field.c (__nss_valid_list_field): Likewise.
5278 2015-10-02  Florian Weimer  <fweimer@redhat.com>
5280         [BZ #18724]
5281         * include/nss.h (NSS_INVALID_FIELD_CHARACTERS): Define.
5282         (__nss_invalid_field_characters, __nss_valid_field)
5283         (__nss_valid_list_field, __nss_rewrite_field): Declare.
5284         * nss/valid_field.c, nss/valid_list_field, nss/rewrite_field.c,
5285         tst-field.c: New file.
5286         * nss/Makefile (routines): Add valid_field, rewrite_field.
5287         (tests-static): Define unconditionally.
5288         (tests): Include tests-static.
5289         [build-static-nss] (tests-static): Use append.
5290         [build-static-nss] (tests): Remove modification.
5291         * nss/getent.c (print_group): Call putgrent.  Report error.
5292         (print_gshadow): Call putsgent.  Report error.
5293         (print_passwd): Call putpwent.  Report error.
5294         (print_shadow): Call putspent.  Report error.
5295         * include/pwd.h: Include <nss.h> instead of <nss/nss.h>.
5296         * pwd/pwd.h (putpwent): Remove incorrect nonnull attribute.
5297         * pwd/putpwent.c (putpwent): Use ISO function definition.  Check
5298         name, password, directory, shell fields for valid syntax.  Rewrite
5299         GECOS field to match syntax.
5300         * pwd/Makefile (tests): Add tst-putpwent.
5301         * pwd/tst-putpwent.c: New file.
5302         * grp/putgrent.c (putgrent): Convert to ISO function definition.
5303         Check grName, grpasswd, gr_mem fields for valid syntax.
5304         Change loop variable i to size_t.
5305         * grp/Makefile (tests): Add tst-putgrent.
5306         * grp/tst-putgrent.c: New file.
5307         * shadow/putspent.c (putspent): Check sp_namp, sp_pwdp fields for
5308         valid syntax.
5309         * shadow/Makefile (tests): Add tst-putspent.
5310         * shadow/tst-putspent.c: New file.
5311         * gshadow/putsgent.c (putsgent): Check sg_namp, sg_passwd, sg_adm,
5312         sg_mem fields for valid syntax.
5313         * gshadow/Makefile (tests): Add tst-putsgent.
5314         * gshadow/tst-putsgent.c: New file.
5316 2015-10-01  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5318         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Added comments to some
5319         assembly instructions.
5321 2015-10-01  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5323         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Remove or add register
5324         prefix from operands.
5326 2015-10-01  Joseph Myers  <joseph@codesourcery.com>
5328         [BZ #16347]
5329         [BZ #19046]
5330         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Do not include
5331         <libc-internal.h>.
5332         (MAXLGM): Do not use diagnostic control macros.
5333         [LDBL_MANT_DIG == 106] (MAXLGM): Change value to overflow
5334         threshold for ldbl-128ibm.
5335         (__ieee754_lgammal_r): For large arguments, multiply by log - 1
5336         instead of multiplying by log then subtracting.
5337         * math/auto-libm-test-in: Add more tests of lgamma.
5338         * math/auto-libm-test-out: Regenerated.
5340         * math/libm-test.inc (TYPE_DECIMAL_DIG): New macro.
5341         (TYPE_HEX_DIG): Likewise.
5342         (print_float): Use TYPE_DECIMAL_DIG - 1 and TYPE_HEX_DIG - 1 as
5343         precisions when printing floating-point numbers.
5344         (check_float_internal): Likewise.
5346 2015-09-30  Joseph Myers  <joseph@codesourcery.com>
5348         [BZ #16620]
5349         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (log10_high): Use value
5350         of log (10) rounded downward to 48 bits.
5351         (log10_low): Use corresponding low part of log (10).
5353         [BZ #19032]
5354         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): For arguments < 1,
5355         compute result as (x - x) / (x - x) not as 0 / 0.
5356         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
5357         * math/libm-test.inc (acosh_test_data): Add another test of acosh.
5359         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
5360         atan, atan2, atanh, cbrt, cos, cosh, erf, erfc, exp, exp10, exp2
5361         and expm1.
5362         * math/auto-libm-test-out: Regenerated.
5363         * math/libm-test.inc (acos_test_data): Add more tests.
5364         (asin_test_data): Likewise.
5365         (asinh_test_data): Likewise.
5366         (atan_test_data): Likewise.
5367         (atanh_test_data): Likewise.
5368         (atan2_test_data): Likewise.
5369         (cbrt_test_data): Likewise.
5370         (ceil_test_data): Likewise.
5371         (copysign_test_data): Likewise.
5372         (cos_test_data): Likewise.
5373         (cosh_test_data): Likewise.
5374         (erf_test_data): Likewise.
5375         (erfc_test_data): Likewise.
5376         (exp_test_data): Likewise.
5377         (exp10_test_data): Likewise.
5378         (exp2_test_data): Likewise.
5379         (expm1_test_data): Likewise.
5380         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5382 2015-09-30  H.J. Lu  <hongjiu.lu@intel.com>
5384         [BZ #19006]
5385         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved
5386         to ...
5387         * sysdeps/unix/sysv/linux/i386/libc-lowlevellock.S: Here.
5388         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: Moved
5389         to ...
5390         * sysdeps/unix/sysv/linux/i386/lll_timedlock_wait.c: Here.
5391         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: Moved
5392         to ...
5393         * sysdeps/unix/sysv/linux/i386/lll_timedwait_tid.c: Here.
5394         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved to ...
5395         * sysdeps/unix/sysv/linux/i386/lowlevellock.S: Here.
5396         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved
5397         to ...
5398         * sysdeps/unix/sysv/linux/i386/lowlevelrobustlock.S: Here.
5399         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
5400         Moved to ...
5401         * sysdeps/unix/sysv/linux/i386/pthread_barrier_wait.S: Here.
5402         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
5403         Moved to ...
5404         * sysdeps/unix/sysv/linux/i386/pthread_cond_broadcast.S: Here.
5405         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: Moved
5406         to ...
5407         * sysdeps/unix/sysv/linux/i386/pthread_cond_signal.S: Here.
5408         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
5409         Moved to ...
5410         * sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S: Here.
5411         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved
5412         to ...
5413         * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Here.
5414         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S:
5415         Removed.
5416         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c:
5417         Likewise.
5418         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c:
5419         Likewise.
5420         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Likewise.
5421         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S:
5422         Likewise.
5423         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
5424         Likewise.
5425         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
5426         Likewise.
5427         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
5428         Likewise.
5429         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
5430         Likewise.
5431         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S:
5432         Likewise.
5433         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S:
5434         Likewise.
5435         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c:
5436         Likewise.
5437         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c:
5438         Likewise.
5439         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Likewise.
5440         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S:
5441         Likewise.
5442         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
5443         Likewise.
5444         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
5445         Likewise.
5446         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
5447         Likewise.
5448         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S:
5449         Likewise.
5450         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
5451         Replace ../i486/pthread_cond_timedwait.S with
5452         ../pthread_cond_timedwait.S.
5454 2015-09-30  Joseph Myers  <joseph@codesourcery.com>
5456         * math/libm-test.inc (acos_test_data): Refine expectations for
5457         errno and "inexact" exceptions.
5458         (acosh_test_data): Likewise.
5459         (asin_test_data): Likewise.
5460         (asinh_test_data): Likewise.
5461         (atan_test_data): Likewise.
5462         (atanh_test_data): Likewise.
5463         (atan2_test_data): Likewise.
5464         (cbrt_test_data): Likewise.
5465         (ceil_test_data): Likewise.
5466         (copysign_test_data): Likewise.
5467         (cosh_test_data): Likewise.
5468         (erf_test_data): Likewise.
5469         (erfc_test_data): Likewise.
5470         (exp_test_data): Likewise.
5471         (exp10_test_data): Likewise.
5472         (exp2_test_data): Likewise.
5473         (expm1_test_data): Likewise.
5474         (fabs_test_data): Likewise.
5475         (floor_test_data): Likewise.
5476         (fma_test_data): Likewise.
5477         (fmax_test_data): Likewise.
5478         (fmin_test_data): Likewise.
5479         (fmod_test_data): Likewise.
5480         (fpclassify_test_data): Likewise.
5481         (frexp_test_data): Likewise.
5482         (hypot_test_data): Likewise.
5483         (ilogb_test_data): Likewise.
5484         (isgreater_test_data): Likewise.
5485         (isgreaterequal_test_data): Likewise.
5486         (isinf_test_data): Likewise.
5487         (isless_test_data): Likewise.
5488         (islessequal_test_data): Likewise.
5489         (islessgreater_test_data): Likewise.
5490         (isnan_test_data): Likewise.
5491         (isnormal_test_data): Likewise.
5492         (issignaling_test_data): Likewise.
5493         (isunordered_test_data): Likewise.
5494         (j0_test_data): Likewise.
5495         (j1_test_data): Likewise.
5496         (jn_test_data): Likewise.
5497         (lgamma_test_data): Likewise.
5498         (lrint_test_data): Likewise.
5499         (llrint_test_data): Likewise.
5500         (log_test_data): Likewise.
5501         (log10_test_data): Likewise.
5502         (log1p_test_data): Likewise.
5503         (log2_test_data): Likewise.
5504         (logb_test_data): Likewise.
5505         (lround_test_data): Likewise.
5506         (llround_test_data): Likewise.
5507         (modf_test_data): Likewise.
5508         (nearbyint_test_data): Likewise.
5509         (nextafter_test_data): Likewise.
5510         (nexttoward_test_data): Likewise.
5511         (pow_test_data): Likewise.
5512         (remainder_test_data): Likewise.
5513         (remquo_test_data): Likewise.
5514         (rint_test_data): Likewise.
5515         (round_test_data): Likewise.
5516         (signbit_test_data): Likewise.
5517         (sinh_test_data): Likewise.
5518         (sqrt_test_data): Likewise.
5519         (tanh_test_data): Likewise.
5520         (tgamma_test_data): Likewise.
5521         (trunc_test_data): Likewise.
5522         (y0_test_data): Likewise.
5523         (y1_test_data): Likewise.
5524         (yn_test_data): Likewise.
5525         (significand_test_data): Likewise.
5527 2015-09-29  Carlos O'Donell  <carlos@redhat.com>
5529         * manual/filesys.texi (Storage Allocation): Document that
5530         posix_fallocate emulation fails when fd is open with O_WRONLY.
5532 2015-09-28  Joseph Myers  <joseph@codesourcery.com>
5534         [BZ #19016]
5535         * sysdeps/generic/math_private.h (__x2y2m1f): Update comment to
5536         allow more cases with X^2 + Y^2 >= 0.5.
5537         * sysdeps/ieee754/dbl-64/x2y2m1.c (__x2y2m1): Likewise.  Add -1 as
5538         normal element in sum instead of special-casing based on values of
5539         arguments.
5540         * sysdeps/ieee754/dbl-64/x2y2m1f.c (__x2y2m1f): Update comment.
5541         * sysdeps/ieee754/ldbl-128/x2y2m1l.c (__x2y2m1l): Likewise.  Add
5542         -1 as normal element in sum instead of special-casing based on
5543         values of arguments.
5544         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c (__x2y2m1l): Likewise.
5545         * sysdeps/ieee754/ldbl-96/x2y2m1.c [FLT_EVAL_METHOD != 0]
5546         (__x2y2m1): Update comment.
5547         * sysdeps/ieee754/ldbl-96/x2y2m1l.c (__x2y2m1l): Likewise.  Add -1
5548         as normal element in sum instead of special-casing based on values
5549         of arguments.
5550         * math/s_clog.c (__clog): Handle more cases using log1p without
5551         hypot.
5552         * math/s_clog10.c (__clog10): Likewise.
5553         * math/s_clog10f.c (__clog10f): Likewise.
5554         * math/s_clog10l.c (__clog10l): Likewise.
5555         * math/s_clogf.c (__clogf): Likewise.
5556         * math/s_clogl.c (__clogl): Likewise.
5557         * math/auto-libm-test-in: Add more tests of clog and clog10.
5558         * math/auto-libm-test-out: Regenerated.
5559         * sysdeps/i386/fpu/libm-test-ulps: Update.
5560         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5562 2015-09-28  Martin Sebor  <msebor@redhat.com>
5564         [BZ #18969]
5565         * string/Makefile (LOCALES): Define.
5566         (gen-locales.mk): Include.
5567         (test-strcasecmp.out, test-strncasecmp.out, tst-strxfrm.out)
5568         (tst-strxfrm2.out): Add deppendency on $(gen-locales).
5569         * string/tst-strxfrm2.c (do_test): Print the name of the locale
5570         on setlocale failure.
5572 2015-09-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
5574         [BZ #18985]
5575         * time/strftime_l.c (a_wkday, f_wkday, a_month, f_month): Range check.
5576         (__strftime_internal): Likewise.
5577         * time/tst-strftime.c (do_bz18985): New test.
5578         (do_test): Call it.
5580 2015-09-26  Joseph Myers  <joseph@codesourcery.com>
5582         [BZ #18956]
5583         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Add 0x00400000
5584         not 0x0040000 for high bit of mantissa.  Mask with 0xfffff000 when
5585         extracting high part.
5586         * math/auto-libm-test-in: Add another test of pow.
5587         * math/auto-libm-test-out: Regenerated.
5588         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5590 2015-09-25  Joseph Myers  <joseph@codesourcery.com>
5592         [BZ #18825]
5593         * sysdeps/i386/fpu/i386-math-asm.h (FLT_NARROW_EVAL_UFLOW_NONNAN):
5594         New macro.
5595         (DBL_NARROW_EVAL_UFLOW_NONNAN): Likewise.
5596         (LDBL_CHECK_FORCE_UFLOW_NONNAN): Likewise.
5597         * sysdeps/i386/fpu/e_pow.S: Use DEFINE_DBL_MIN.
5598         (__ieee754_pow): Use DBL_NARROW_EVAL_UFLOW_NONNAN instead of
5599         DBL_NARROW_EVAL, reloading the PIC register as needed.
5600         * sysdeps/i386/fpu/e_powf.S: Use DEFINE_FLT_MIN.
5601         (__ieee754_powf): Use FLT_NARROW_EVAL_UFLOW_NONNAN instead of
5602         FLT_NARROW_EVAL.  Use separate return path for case when first
5603         argument is NaN.
5604         * sysdeps/i386/fpu/e_powl.S: Include <i386-math-asm.h>.  Use
5605         DEFINE_LDBL_MIN.
5606         (__ieee754_powl): Use LDBL_CHECK_FORCE_UFLOW_NONNAN, reloading the
5607         PIC register.
5608         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use
5609         math_check_force_underflow_nonneg.
5610         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Force
5611         underflow for subnormal result.
5612         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
5613         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Use
5614         math_check_force_underflow_nonneg.
5615         * sysdeps/x86/fpu/powl_helper.c (__powl_helper): Use
5616         math_check_force_underflow.
5617         * sysdeps/x86_64/fpu/x86_64-math-asm.h
5618         (LDBL_CHECK_FORCE_UFLOW_NONNAN): New macro.
5619         * sysdeps/x86_64/fpu/e_powl.S: Include <x86_64-math-asm.h>.  Use
5620         DEFINE_LDBL_MIN.
5621         (__ieee754_powl): Use LDBL_CHECK_FORCE_UFLOW_NONNAN.
5622         * math/auto-libm-test-in: Add more tests of pow.
5623         * math/auto-libm-test-out: Regenerated.
5625 2015-09-25  Florian Weimer  <fweimer@redhat.com>
5627         * nss/bug17079.c (init_test_items): Add diagnostic for
5628         inconsistent entries.
5629         (test_buffer_size): Skip inconsistent entries.
5631 2015-09-25  Joseph Myers  <joseph@codesourcery.com>
5633         [BZ #13304]
5634         * sysdeps/m68k/coldfire/nofpu/s_fma.c: New file.
5635         * sysdeps/m68k/coldfire/nofpu/s_fmaf.c: Likewise.
5636         * sysdeps/m68k/coldfire/nofpu/sfp-machine.h: Likewise.
5638         [BZ #13304]
5639         * sysdeps/microblaze/s_fma.c: New file.
5640         * sysdeps/microblaze/s_fmaf.c: Likewise.
5641         * sysdeps/microblaze/sfp-machine.h: Likewise.
5643 2015-09-25  Maciej W. Rozycki  <macro@imgtec.com>
5645         [BZ #17250]
5646         * elf/dl-support.c (_dl_main_map): Don't initialize l_flags_1
5647         member.
5649 2015-09-24  Joseph Myers  <joseph@codesourcery.com>
5651         [BZ #18803]
5652         * sysdeps/i386/fpu/e_hypot.S: Use DEFINE_DBL_MIN.
5653         (MO): New macro.
5654         (__ieee754_hypot) [PIC]: Load PIC register.
5655         (__ieee754_hypot): Use DBL_NARROW_EVAL_UFLOW_NONNEG instead of
5656         DBL_NARROW_EVAL.
5657         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Use
5658         math_check_force_underflow_nonneg in case where result might be
5659         tiny.
5660         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
5661         Likewise.
5662         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
5663         Likewise.
5664         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
5665         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Likewise.
5666         * math/auto-libm-test-in: Add more tests of hypot.
5667         * math/auto-libm-test-out: Regenerated.
5669 2015-09-24  Steve Ellcey  <sellcey@imgtec.com>
5671         * sysdeps/mips/math_private.h (libc_fesetenv_mips): Mark cw as unused.
5673 2015-09-24  Joseph Myers  <joseph@codesourcery.com>
5675         * sysdeps/x86_64/fpu/x86_64-math-asm.h: New file.
5676         * sysdeps/x86_64/fpu/e_exp2l.S: Include <x86_64-math-asm.h>.
5677         (ldbl_min): Replace with use of DEFINE_LDBL_MIN.
5678         (__ieee754_exp2l): Use LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN.
5679         * sysdeps/x86_64/fpu/e_expl.S: Include <x86_64-math-asm.h>.
5680         [!USE_AS_EXPM1L] (cmin): Replace with use of DEFINE_LDBL_MIN.
5681         (IEEE754_EXPL): Use LDBL_CHECK_FORCE_UFLOW_NONNEG.
5683         * sysdeps/i386/fpu/e_atanh.S (__ieee754_atanh) [PIC]: Use
5684         LOAD_PIC_REG.
5686         * sysdeps/i386/fpu/i386-math-asm.h (DEFINE_LDBL_MIN): New macro.
5687         (FLT_CHECK_FORCE_UFLOW): Likewise.
5688         (DBL_CHECK_FORCE_UFLOW): Likewise.
5689         (FLT_CHECK_FORCE_UFLOW_NARROW): Likewise.
5690         (DBL_CHECK_FORCE_UFLOW_NARROW): Likewise.
5691         (LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN): Likewise.
5692         (FLT_CHECK_FORCE_UFLOW_NONNAN): Likewise.
5693         (DBL_CHECK_FORCE_UFLOW_NONNAN): Likewise.
5694         (FLT_CHECK_FORCE_UFLOW_NONNEG): Likewise.
5695         (DBL_CHECK_FORCE_UFLOW_NONNEG): Likewise.
5696         (LDBL_CHECK_FORCE_UFLOW_NONNEG): Likewise.
5697         * sysdeps/i386/fpu/e_asin.S: Include <i386-math-asm.h>.
5698         (dbl_min): Replace with use of DEFINE_DBL_MIN.
5699         (__ieee754_asin): Use DBL_CHECK_FORCE_UFLOW.
5700         * sysdeps/i386/fpu/e_asinf.S: Include <i386-math-asm.h>.
5701         (flt_min): Replace with use of DEFINE_FLT_MIN.
5702         (__ieee754_asinf): Use FLT_CHECK_FORCE_UFLOW.
5703         * sysdeps/i386/fpu/e_atan2.S: Include <i386-math-asm.h>.
5704         (dbl_min): Replace with use of DEFINE_DBL_MIN.
5705         (__ieee754_atan2): Use DBL_CHECK_FORCE_UFLOW_NARROW.
5706         * sysdeps/i386/fpu/e_atan2f.S: Include <i386-math-asm.h>.
5707         (flt_min): Replace with use of DEFINE_FLT_MIN.
5708         (__ieee754_atan2f): Use FLT_CHECK_FORCE_UFLOW_NARROW.
5709         * sysdeps/i386/fpu/e_atanh.S: Include <i386-math-asm.h>.
5710         (dbl_min): Replace with use of DEFINE_DBL_MIN.
5711         (__ieee754_atanh): Use DBL_CHECK_FORCE_UFLOW_NONNEG.
5712         * sysdeps/i386/fpu/e_atanhf.S: Include <i386-math-asm.h>.
5713         (flt_min): Replace with use of DEFINE_FLT_MIN.
5714         (__ieee754_atanhf): Use FLT_CHECK_FORCE_UFLOW_NONNEG.
5715         * sysdeps/i386/fpu/e_exp2l.S: Include <i386-math-asm.h>.
5716         (ldbl_min): Replace with use of DEFINE_LDBL_MIN.
5717         (__ieee754_exp2l): Use LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN.
5718         * sysdeps/i386/fpu/e_expl.S: Include <i386-math-asm.h>.
5719         [!USE_AS_EXPM1L] (cmin): Replace with use of DEFINE_LDBL_MIN.
5720         (IEEE754_EXPL): Use LDBL_CHECK_FORCE_UFLOW_NONNEG.
5721         * sysdeps/i386/fpu/s_atan.S: Include <i386-math-asm.h>.
5722         (dbl_min): Replace with use of DEFINE_DBL_MIN.
5723         (__atan): Use DBL_CHECK_FORCE_UFLOW.
5724         * sysdeps/i386/fpu/s_atanf.S: Include <i386-math-asm.h>.
5725         (flt_min): Replace with use of DEFINE_FLT_MIN.
5726         (__atanf): Use FLT_CHECK_FORCE_UFLOW.
5727         * sysdeps/i386/fpu/s_expm1.S: Include <i386-math-asm.h>.
5728         (dbl_min): Replace with use of DEFINE_DBL_MIN.
5729         (__expm1): Use DBL_CHECK_FORCE_UFLOW.  Move underflow check after
5730         main computation.
5731         * sysdeps/i386/fpu/s_expm1f.S: Include <i386-math-asm.h>.
5732         (flt_min): Replace with use of DEFINE_FLT_MIN.
5733         (__expm1f): Use FLT_CHECK_FORCE_UFLOW.  Move underflow check after
5734         main computation.
5735         * sysdeps/i386/fpu/s_log1p.S: Include <i386-math-asm.h>.
5736         (dbl_min): Replace with use of DEFINE_DBL_MIN.
5737         (MO): New macro.
5738         (__log1p): Use MO.  Use DBL_CHECK_FORCE_UFLOW_NONNAN.
5739         * sysdeps/i386/fpu/s_log1pf.S: Include <i386-math-asm.h>.
5740         (flt_min): Replace with use of DEFINE_FLT_MIN.
5741         (MO): New macro.
5742         (__log1pf): Use MO.  Use FLT_CHECK_FORCE_UFLOW_NONNAN.
5743         * sysdeps/i386/fpu/s_log1pl.S (MO): New macro.
5744         (__log1pl): Use MO.
5746         [BZ #19003]
5747         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-e_pow-fma4.c): Add
5748         $(config-cflags-nofma).
5750 2015-09-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
5752         * sysdeps/aarch64/libm-test-ulps: Regenerated.
5754 2015-09-23  Joseph Myers  <joseph@codesourcery.com>
5756         * sysdeps/ieee754/flt-32/e_exp2f.c (TWOM100): Remove volatile.
5757         (TWO127): Likewise.
5759         * sysdeps/generic/math_private.h (fabs_tg): New macro.
5760         (min_of_type): Likewise.
5761         (math_check_force_underflow): Likewise.
5762         (math_check_force_underflow_nonneg): Likewise.
5763         (math_check_force_underflow_complex): Likewise.
5764         * math/e_exp2l.c (__ieee754_exp2l): Use
5765         math_check_force_underflow_nonneg.
5766         * math/k_casinh.c (__kernel_casinh): Likewise.
5767         * math/k_casinhf.c (__kernel_casinhf): Likewise.
5768         * math/k_casinhl.c (__kernel_casinhl): Likewise.
5769         * math/s_catan.c (__catan): Use
5770         math_check_force_underflow_complex.
5771         * math/s_catanf.c (__catanf): Likewise.
5772         * math/s_catanh.c (__catanh): Likewise.
5773         * math/s_catanhf.c (__catanhf): Likewise.
5774         * math/s_catanhl.c (__catanhl): Likewise.
5775         * math/s_catanl.c (__catanl): Likewise.
5776         * math/s_ccosh.c (__ccosh): Likewise.
5777         * math/s_ccoshf.c (__ccoshf): Likewise.
5778         * math/s_ccoshl.c (__ccoshl): Likewise.
5779         * math/s_cexp.c (__cexp): Likewise.
5780         * math/s_cexpf.c (__cexpf): Likewise.
5781         * math/s_cexpl.c (__cexpl): Likewise.
5782         * math/s_clog.c (__clog): Use math_check_force_underflow_nonneg.
5783         * math/s_clog10.c (__clog10): Likewise.
5784         * math/s_clog10f.c (__clog10f): Likewise.
5785         * math/s_clog10l.c (__clog10l): Likewise.
5786         * math/s_clogf.c (__clogf): Likewise.
5787         * math/s_clogl.c (__clogl): Likewise.
5788         * math/s_csin.c (__csin): Use math_check_force_underflow_complex.
5789         * math/s_csinf.c (__csinf): Likewise.
5790         * math/s_csinh.c (__csinh): Likewise.
5791         * math/s_csinhf.c (__csinhf): Likewise.
5792         * math/s_csinhl.c (__csinhl): Likewise.
5793         * math/s_csinl.c (__csinl): Likewise.
5794         * math/s_csqrt.c (__csqrt): Use math_check_force_underflow.
5795         * math/s_csqrtf.c (__csqrtf): Likewise.
5796         * math/s_csqrtl.c (__csqrtl): Likewise.
5797         * math/s_ctan.c (__ctan): Use math_check_force_underflow_complex.
5798         * math/s_ctanf.c (__ctanf): Likewise.
5799         * math/s_ctanh.c (__ctanh): Likewise.
5800         * math/s_ctanhf.c (__ctanhf): Likewise.
5801         * math/s_ctanhl.c (__ctanhl): Likewise.
5802         * math/s_ctanl.c (__ctanl): Likewise.
5803         * stdlib/strtod_l.c (round_and_return): Use math_force_eval
5804         instead of volatile.
5805         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use
5806         math_check_force_underflow.
5807         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
5808         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Do not use
5809         volatile when forcing underflow.
5810         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
5811         math_check_force_underflow_nonneg.
5812         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
5813         Likewise.
5814         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1): Use
5815         math_check_force_underflow.
5816         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
5817         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
5818         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
5819         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Use
5820         math_check_force_underflow_nonneg.
5821         * sysdeps/ieee754/dbl-64/s_erf.c (__erf): Use
5822         math_check_force_underflow.
5823         * sysdeps/ieee754/dbl-64/s_expm1.c (__expm1): Likewise.
5824         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval
5825         instead of volatile.
5826         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Use
5827         math_check_force_underflow.
5828         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
5829         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
5830         math_check_force_underflow_nonneg.
5831         * sysdeps/ieee754/dbl-64/s_tanh.c (__tanh): Use
5832         math_check_force_underflow.
5833         * sysdeps/ieee754/flt-32/e_asinf.c (__ieee754_asinf): Likewise.
5834         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
5835         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Use
5836         math_check_force_underflow_nonneg.
5837         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
5838         Likewise.
5839         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_j1f): Use
5840         math_check_force_underflow.
5841         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
5842         * sysdeps/ieee754/flt-32/e_sinhf.c (__ieee754_sinhf): Likewise.
5843         * sysdeps/ieee754/flt-32/k_sinf.c (__kernel_sinf): Likewise.
5844         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Likewise.
5845         * sysdeps/ieee754/flt-32/s_asinhf.c (__asinhf): Likewise.
5846         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Likewise.
5847         * sysdeps/ieee754/flt-32/s_erff.c (__erff): Likewise.
5848         * sysdeps/ieee754/flt-32/s_expm1f.c (__expm1f): Likewise.
5849         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
5850         * sysdeps/ieee754/flt-32/s_tanhf.c (__tanhf): Likewise.
5851         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Likewise.
5852         * sysdeps/ieee754/ldbl-128/e_atanhl.c (__ieee754_atanhl):
5853         Likewise.
5854         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Use
5855         math_check_force_underflow_nonneg.
5856         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
5857         Likewise.
5858         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Use
5859         math_check_force_underflow.
5860         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
5861         * sysdeps/ieee754/ldbl-128/e_sinhl.c (__ieee754_sinhl): Likewise.
5862         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
5863         Likewise.
5864         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Likewise.
5865         * sysdeps/ieee754/ldbl-128/k_tanl.c (__kernel_tanl): Likewise.
5866         * sysdeps/ieee754/ldbl-128/s_asinhl.c (__asinhl): Likewise.
5867         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Likewise.
5868         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Likewise.
5869         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Likewise.
5870         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use math_force_eval
5871         instead of volatile.
5872         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Use
5873         math_check_force_underflow.
5874         * sysdeps/ieee754/ldbl-128/s_tanhl.c (__tanhl): Likewise.
5875         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Use
5876         math_check_force_underflow.
5877         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl):
5878         Likewise.
5879         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
5880         Use math_check_force_underflow_nonneg.
5881         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Use
5882         math_check_force_underflow.
5883         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl):
5884         Likewise.
5885         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
5886         Likewise.
5887         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
5888         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
5889         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
5890         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
5891         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Likewise.
5892         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
5893         * sysdeps/ieee754/ldbl-96/e_asinl.c (__ieee754_asinl): Likewise.
5894         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Likewise.
5895         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r): Use
5896         math_check_force_underflow_nonneg.
5897         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Use
5898         math_check_force_underflow.
5899         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
5900         * sysdeps/ieee754/ldbl-96/e_sinhl.c (__ieee754_sinhl): Likewise.
5901         * sysdeps/ieee754/ldbl-96/k_sinl.c (__kernel_sinl): Likewise.
5902         * sysdeps/ieee754/ldbl-96/k_tanl.c (__kernel_tanl): Use
5903         math_check_force_underflow_nonneg.
5904         * sysdeps/ieee754/ldbl-96/s_asinhl.c (__asinhl): Use
5905         math_check_force_underflow.
5906         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfl): Likewise.
5907         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Use math_force_eval
5908         instead of volatile.
5909         * sysdeps/ieee754/ldbl-96/s_tanhl.c (__tanhl): Use
5910         math_check_force_underflow.
5912         * math/s_nexttowardf.c (__nexttowardf): Use math_narrow_eval.
5913         * stdlib/strtod_l.c: Include <math_private.h>.
5914         (overflow_value): Use math_narrow_eval.
5915         (underflow_value): Likewise.
5916         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
5917         * sysdeps/i386/fpu/s_nexttowardf.c (__nexttowardf): Likewise.
5918         * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Likewise.
5919         (__ieee754_gamma_r): Likewise.
5920         * sysdeps/ieee754/dbl-64/gamma_productf.c (__gamma_productf):
5921         Likewise.
5922         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2):
5923         Likewise.
5924         * sysdeps/ieee754/dbl-64/lgamma_neg.c (__lgamma_neg): Likewise.
5925         * sysdeps/ieee754/dbl-64/s_erf.c (__erfc): Likewise.
5926         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Likewise.
5927         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
5928         * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
5929         (__ieee754_gammaf_r): Likewise.
5930         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
5931         Likewise.
5932         * sysdeps/ieee754/flt-32/lgamma_negf.c (__lgamma_negf): Likewise.
5933         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Likewise.
5934         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
5935         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
5936         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Do not use
5937         volatile.
5938         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
5939         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Use
5940         math_narrow_eval.
5941         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
5942         Likewise.
5943         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
5944         Likewise.
5945         * sysdeps/ieee754/ldbl-96/gamma_product.c (__gamma_product):
5946         Likewise.
5947         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Do not use
5948         volatile.
5949         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
5950         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Use
5951         math_narrow_eval.
5952         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
5953         Likewise.
5954         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
5955         Likewise.
5957 2015-09-22  H.J. Lu  <hongjiu.lu@intel.com>
5959         * nptl/Versions: Remove ignored symbols.
5961 2015-09-22  Florian Weimer  <fweimer@redhat.com>
5963         * nss/bug17079.c: Renamed from nss/bug18287.c.  Add description.
5964         * nss/Makefile (tests): Update.
5966 2015-09-22  Florian Weimer  <fweimer@redhat.com>
5968         * nss/bug18287.c: New file.
5969         * nss/Makefile (tests): Add bug18287.
5971 2015-09-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5973         * mach/Versions (__mach_host_self_): Add symbol.
5975 2015-09-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5977         * sysdeps/mach/hurd/mmap.c (__mmap): Use __vm_page_size instead of
5978         vm_page_size.
5980 2015-09-19  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5982         Really fix sysdeps/i386/fpu/s_scalbn.S build
5984         * math/Versions (libc: GLIBC_2_20): New (empty) version set.
5985         (libc: GLIBC_2_22): Remove unused version set.
5987 2015-09-18  Mike Frysinger  <vapier@gentoo.org>
5989         * config.make.in (enable-timezone-tools): New variable.
5990         * configure.ac (AC_ARG_ENABLE(timezone-tools)): New configure flag.
5991         (enable_timezone_tools): Export to generated files.
5992         * configure: Regenerate.
5993         * INSTALL: Regenerate.
5994         * manual/install.texi (--disable-timezone-tools): Document new flag.
5995         * timezone/Makefile (install-sbin, install-bin-script): Wrap in a
5996         ifeq ($(enable-timezone-tools),yes) check.
5998 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
6000         * timezone/Makefile: Revert previous change.
6002         [BZ #18980]
6003         * sysdeps/i386/fpu/i386-math-asm.h (DEFINE_FLT_MIN): New macro.
6004         (DEFINE_DBL_MIN): Likewise.
6005         (FLT_NARROW_EVAL_UFLOW_NONNEG_NAN): Likewise.
6006         (DBL_NARROW_EVAL_UFLOW_NONNEG_NAN): Likewise.
6007         (FLT_NARROW_EVAL_UFLOW_NONNEG): Likewise.
6008         (DBL_NARROW_EVAL_UFLOW_NONNEG): Likewise.
6009         * sysdeps/i386/fpu/e_exp.S: Include <i386-math-asm.h>.
6010         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6011         (__ieee754_exp): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
6012         (__exp_finite): Use DBL_NARROW_EVAL_UFLOW_NONNEG.
6013         * sysdeps/i386/fpu/e_exp10.S: Include <i386-math-asm.h>.
6014         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6015         (__ieee754_exp10): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
6016         * sysdeps/i386/fpu/e_exp10f.S: Include <i386-math-asm.h>.
6017         (flt_min): Replace with use of DEFINE_FLT_MIN.
6018         (__ieee754_exp10f): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
6019         * sysdeps/i386/fpu/e_exp2.S: Include <i386-math-asm.h>.
6020         (dbl_min): Replace with use of DEFINE_DBL_MIN.
6021         (__ieee754_exp2): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
6022         * sysdeps/i386/fpu/e_exp2f.S: Include <i386-math-asm.h>.
6023         (flt_min): Replace with use of DEFINE_FLT_MIN.
6024         (__ieee754_exp2f): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
6025         * sysdeps/i386/fpu/e_expf.S: Include <i386-math-asm.h>.
6026         (flt_min): Replace with use of DEFINE_FLT_MIN.
6027         (__ieee754_expf): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
6028         (__expf_finite): Use FLT_NARROW_EVAL_UFLOW_NONNEG.
6029         * sysdeps/i386/fpu/e_hypot.S: Include <i386-math-asm.h>.
6030         (__ieee754_hypot): Use DBL_NARROW_EVAL.
6031         * sysdeps/i386/fpu/e_hypotf.S: Include <i386-math-asm.h>.
6032         (__ieee754_hypotf): Use FLT_NARROW_EVAL.
6033         * sysdeps/i386/fpu/e_pow.S: Include <i386-math-asm.h>.
6034         (__ieee754_pow): Use DBL_NARROW_EVAL.
6035         * sysdeps/i386/fpu/e_powf.S: Include <i386-math-asm.h>.
6036         (__ieee754_powf): Use FLT_NARROW_EVAL.
6037         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S
6038         (__ieee754_expf_sse2): Convert double-precision result to single
6039         precision.
6040         * sysdeps/i386/fpu/libm-test-ulps: Update.
6042 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6044         * timezone/Makefile: Ignore unused variable errors due to private.h
6045         (time_t_min) and (time_t_max).
6046         * timezone/private.h (time_t_min): Revert removal.  (time_t_max):
6047         Likewise.
6049 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
6051         [BZ #18981]
6052         * sysdeps/i386/fpu/i386-math-asm.h: New file.
6053         * sysdeps/i386/fpu/e_scalb.S: Include <i386-math-asm.h>.
6054         (__ieee754_scalb): Use DBL_NARROW_EVAL.
6055         * sysdeps/i386/fpu/e_scalbf.S: Include <i386-math-asm.h>.
6056         (__ieee754_scalbf): Use FLT_NARROW_EVAL.
6057         * sysdeps/i386/fpu/s_scalbn.S: Include <i386-math-asm.h>.
6058         (__scalbn): Use DBL_NARROW_EVAL.
6059         * sysdeps/i386/fpu/s_scalbnf.S: Include <i386-math-asm.h>.
6060         (__scalbnf): Use FLT_NARROW_EVAL.
6062 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6064         * math/w_tgamma.c (__ieee754_gamma_r): Use explicit sign check.
6065         * math/w_tgammaf.c (__ieee754_gammaf_r): Likewise.
6066         * math/w_tgammal.c (__ieee754_gammal_r): Likewise.
6067         * stdio-common/printf_fp.c (___printf_fp):
6068         Use signbit to get the sign. Use isinf macro to allow inlining.
6069         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.
6070         * stdio-common/printf_size.c (__printf_size): Likewise.
6072 2015-09-18  Mike Frysinger  <vapier@gentoo.org>
6074         * timezone/Makefile ($(testdata)/XT%): Call $(make-target-directory).
6076 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
6078         [BZ #18980]
6079         * sysdeps/generic/math_private.h: Include <float.h>.
6080         (math_narrow_eval): New macro.
6081         [FLT_EVAL_METHOD != 0] (excess_precision): Likewise.
6082         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Use
6083         math_narrow_eval on overflowing return value.
6084         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (__ieee754_lgamma_r):
6085         Likewise.
6086         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
6087         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Likewise.
6088         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r):
6089         Likewise.
6090         * sysdeps/ieee754/flt-32/e_sinhf.c (__ieee754_sinhf): Likewise.
6092 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6094         * include/math.h: Remove __isinf_ns, __isinf_nsf, __isinf_nsl.
6095         * math/Makefile: Remove isinf_ns.c.
6096         * math/divtc3.c (__divtc3): Replace __isinf_nsl with isinf.
6097         * math/multc3.c (__multc3): Likewise.
6098         * math/s_casin.c (__casin): Likewise.
6099         * math/s_casinf.c (__casinf): Likewise.
6100         * math/s_casinl.c (__casinl): Likewise.
6101         * math/s_cproj.c (__cproj): Likewise.
6102         * math/s_cprojf.c (__cprojf): Likewise.
6103         * math/s_cprojl.c (__cprofl): Likewise.
6104         * math/s_ctan.c (__ctan): Likewise.
6105         * math/s_ctanf.c (__ctanf): Likewise.
6106         * math/s_ctanh.c (__ctanh): Likewise.
6107         * math/s_ctanhf.c (__ctanhf): Likewise.
6108         * math/s_ctanhl.c (__ctanhl): Likewise.
6109         * math/s_ctanl.c (__ctanl): Likewise.
6110         * math/w_fmod.c (__fmod): Likewise.
6111         * math/w_fmodf.c (__fmodf): Likewise.
6112         * math/w_fmodl.c (_fmodl): Likewise.
6113         * math/w_remainder.c (__remainder): Likewise.
6114         * math/w_remainderf.c (__remainderf): Likewise.
6115         * math/w_remainderl.c (__remainderl): Likewise.
6116         * math/w_scalb.c (__scalb): Likewise.
6117         * math/w_scalbf.c (__scalbf): Likewise.
6118         * math/w_scalbl.c (__scalbl): Likewise.
6119         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Deleted file.
6120         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Replace __isinf_ns
6121         with isinf.
6122         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Deleted file.
6123         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Deleted file.
6124         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Replace
6125         __isinf_nsf with isinf.
6126         * sysdeps/ieee754/flt-32/math_private.h: Deleted file.
6127         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Deleted file.
6128         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Deleted file.
6129         * sysdeps/ieee754/ldbl-128/s_sincosl.c (__sincosl): Replace __isinf_nsl
6130         with isinf.
6131         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c(__cprojll): Replace
6132         __isinf_nsl with isinf.
6133         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c(__ctanl): Replace __isinf_nsl
6134         with isinf.
6135         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Deleted file.
6136         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Replace
6137         __isinf_nsl with isinf.
6138         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Deleted file.
6139         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Replace __isinf_nsl
6140         with isinf.
6142 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6144         * resolv/base64.c (rcsid): Remove unused static.
6145         * sysdeps/ieee754/dbl-64/atnat2.h (qpi1): Remove unused
6146         static.  (tqpi1): Likewise.
6147         * sysdeps/ieee754/dbl-64/uexp.h (one): Likewise.
6148         * sysdeps/ieee754/dbl-64/upow.h (sqrt_2): Likewise.
6149         * sysdeps/ieee754/flt-32/e_log10f.c (one): Likewise.
6150         * sysdeps/ieee754/flt-32/s_cosf.c (one): Likewise.
6151         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (zero): Likewise.
6152         * sysdeps/ieee754/ldbl-128/s_erfl.c (half): Likewise.
6153         * sysdeps/ieee754/ldbl-128/s_log1pl.c (maxlog): Likewise.
6154         * timezone/private.h (time_t_min): Likewise.  (time_t_max):
6155         Likewise.
6157 2015-09-18  H.J. Lu  <hongjiu.lu@intel.com>
6159         * sysdeps/nptl/jmp-unwind.c: Include <libc-lock.h> instead of
6160         <nptl/pthreadP.h>.
6161         (_longjmp_unwind): Use __libc_ptf_call.
6162         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Likewise.
6164 2015-09-18  David Lamparter  <equinox-gentoo@diac24.net>
6166         * sysdeps/arm/setjmp.S: Change PIC to SHARED.
6167         * sysdeps/arm/__longjmp.S: Likewise
6169 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6171         * sysdeps/ieee754/dbl-64/s_signbit.c (__signbit):
6172         Use __builtin_signbit.
6173         * sysdeps/ieee754/flt-32/s_signbitf.c (__signbitf):
6174         Use __builtin_signbitf.
6175         * sysdeps/ieee754/ldbl-128/s_signbitl.c (__signbitl):
6176         Use __builtin_signbitl.
6177         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
6178         * sysdeps/ieee754/ldbl-96/s_signbitl.c (__signbitl): Likewise.
6180 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6182         [BZ #15367]
6183         [BZ #17441]
6185         * math/Makefile: Build test-snan.c with -fsignaling-nans.
6186         * math/math.h (fpclassify): Use __builtin_fpclassify when
6187         available.  (signbit): Use __builtin_signbit(f/l).
6188         (isfinite): Use__builtin_isfinite.  (isnormal): Use
6189         __builtin_isnormal.  (isnan): Use __builtin_isnan.
6190         (isinf): Use __builtin_isinf_sign.
6192 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
6194         * benchtests/Makefile: Add bench-math-inlines, link with libm.
6195         * benchtests/bench-math-inlines.c: New benchmark.
6196         * benchtests/bench-util.h: New file.
6197         * benchtests/bench-util.c: New file.
6198         * benchtests/bench-skeleton.c: Add include of bench-util.c/h.
6200 2015-09-18  Carlos O'Donell  <carlos@redhat.com>
6202         * elf/tst-dlmopen1.c: Define TEST_SO.
6203         (do_test): Use TEST_SO.
6205         * elf/dl-load.c: Include libc-internal.h.
6206         (_dl_map_object_from_fd): Use ALIGN_UP and ALIGN_DOWN.
6208 2015-09-18  Vincent Bernat  <vincent@bernat.im>
6210         [BZ #17887]
6211         * time/strptime_l.c (__strptime_internal): Make %z accept
6212         [+-]HH:MM time zones.
6214 2015-09-18  Vincent Bernat  <vincent@bernat.im>
6216         [BZ #17886]
6217         * time/strptime_l.c (__strptime_internal): Make %z accept Z as a
6218         valid time zone.
6220 2015-09-17  Mike Frysinger  <vapier@gentoo.org>
6222         * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-fdatasync.c): Delete.
6223         * sysdeps/unix/sysv/linux/alpha/fdatasync.c: Delete.
6224         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6225         (__ASSUME_FDATASYNC): Delete.
6227 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
6229         * conform/linknamespace.pl: Require weak undefined symbols to be
6230         in the standard namespace.
6231         (%strong_syms): Rename to %seen_syms.
6232         (%strong_seen): Rename to %seen_where.
6234 2015-09-17  H.J. Lu  <hongjiu.lu@intel.com>
6236         [BZ #18970]
6237         * misc/error.c (error): Replace pthread_setcancelstate with
6238         __pthread_setcancelstate.
6239         (error_at_line): Likewise.
6240         * posix/wordexp.c (parse_comm): Likewise.
6241         * stdlib/fmtmsg.c (fmtmsg): Likewise.
6242         * nptl/forward.c (pthread_setcancelstate): Renamed to ...
6243         (__pthread_setcancelstate): This.
6244         (pthread_setcancelstate): Add an alias.
6245         * nptl/nptl-init.c (pthread_functions): Replace
6246         ptr_pthread_setcancelstate with ptr___pthread_setcancelstate.
6247         * sysdeps/nptl/pthread-functions.h (pthread_functions): Likewise.
6248         * nptl/pthreadP.h (__pthread_setcancelstate): Mark it with
6249         hidden_proto.
6250         * nptl/pthread_setcancelstate.c (__pthread_setcancelstate): Mark
6251         it with hidden_def.
6252         * sysdeps/nptl/libc-lockP.h (__pthread_setcancelstate): New.
6253         (pthread_setcancelstate): Renamed to ...
6254         (__pthread_setcancelstate): This.
6255         * sysdeps/unix/sysv/linux/fatal-prepare.h (FATAL_PREPARE): Use
6256         __libc_ptf_call with __pthread_setcancelstate.
6258 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
6259             Andreas Schwab  <schwab@suse.de>
6261         [BZ #17118]
6262         * math/s_ctan.c (__ctan): Determine sign of zero real part of
6263         result when imaginary part of argument is infinite using sine and
6264         cosine.
6265         * math/s_ctanf.c (__ctanf): Likewise.
6266         * math/s_ctanl.c (__ctanl): Likewise.
6267         * math/s_ctanh.c (__ctanh): Determine sign of zero imaginary part
6268         of result when real part of argument is infinite using sine and
6269         cosine.
6270         * math/s_ctanhf.c (__ctanhf): Likewise.
6271         * math/s_ctanhl.c (__ctanhl): Likewise.
6272         * math/libm-test.inc (ctan_test_data): Add more tests of ctan.
6273         (ctanh_test_data): Add more tests of ctanh.
6275 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
6277         [BZ #15384]
6278         * sysdeps/ieee754/dbl-64/s_finite.c (FINITE): Use same constant as
6279         bit-mask as in subtraction.
6280         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c (__finite):
6281         Likewise.
6282         * sysdeps/ieee754/flt-32/s_finitef.c (FINITEF): Likewise.
6283         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Likewise.
6284         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (__finitel): Likewise.
6286         [BZ #18951]
6287         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Force
6288         underflow exception for small results.
6289         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
6290         Likewise.
6291         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
6292         Likewise.
6293         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
6294         Likewise.
6295         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
6296         Likewise.
6297         * math/auto-libm-test-in: Add more tests of tgamma.
6298         * math/auto-libm-test-out: Regenerated.
6300 2015-09-17  Andreas Schwab  <schwab@suse.de>
6302         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Readd.
6304 2015-09-16  Joseph Myers  <joseph@codesourcery.com>
6306         [BZ #18977]
6307         * math/bits/mathcalls.h
6308         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (j0): Do
6309         not declare.
6310         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (j1):
6311         Likewise.
6312         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (jn):
6313         Likewise.
6314         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (y0):
6315         Likewise.
6316         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (y1):
6317         Likewise.
6318         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (yn):
6319         Likewise.
6320         * conform/data/math.h-data
6321         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j0f): Do not expect
6322         function.
6323         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j1f): Likewise.
6324         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (jnf): Likewise.
6325         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y0f): Likewise.
6326         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y1f): Likewise.
6327         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (ynf): Likewise.
6328         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j0l): Likewise.
6329         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j1l): Likewise.
6330         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (jnl): Likewise.
6331         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y0l): Likewise.
6332         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y1l): Likewise.
6333         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (ynl): Likewise.
6335         [BZ #6803]
6336         * math/s_ldexp.c (scalbn): Define as weak alias of __ldexp.
6337         [NO_LONG_DOUBLE] (scalbnl): Define as weak alias of __ldexp.
6338         * math/s_ldexpf.c (scalbnf): Define as weak alias of __ldexpf.
6339         * math/s_ldexpl.c (scalbnl): Define as weak alias of __ldexpl.
6340         * sysdeps/i386/fpu/s_scalbn.S (scalbn): Remove alias.
6341         * sysdeps/i386/fpu/s_scalbnf.S (scalbnf): Likewise.
6342         * sysdeps/i386/fpu/s_scalbnl.S (scalbnl): Likewise.
6343         * sysdeps/ieee754/dbl-64/s_scalbn.c (scalbn): Likewise.
6344         [NO_LONG_DOUBLE] (scalbnl): Likewise.
6345         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (scalbn):
6346         Likewise.
6347         [NO_LONG_DOUBLE] (scalbnl): Likewise.
6348         * sysdeps/ieee754/flt-32/s_scalbnf.c (scalbnf): Likewise.
6349         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (scalbnl): Likewise.
6350         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (scalbnl): Remove
6351         long_double_symbol calls.
6352         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c (scalbnl): Likewise.
6353         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c (__ldexpl_2): Define as
6354         strong alias of __ldexpl.
6355         (scalbnl): Define using long_double_symbol.
6356         * sysdeps/m68k/m680x0/fpu/s_scalbn.c (__CONCATX(scalbn,suffix)):
6357         Remove alias.
6358         * sysdeps/sparc/sparc64/soft-fp/s_scalbnl.c (scalbnl): Likewise.
6359         * sysdeps/x86_64/fpu/s_scalbnl.S (scalbnl): Likewise.
6360         * math/libm-test.inc (scalbn_test_data): Add errno expectations.
6361         (scalbln_test_data): Add more errno expectations.
6363 2015-09-16  Justus Winter  <4winter@informatik.uni-hamburg.de>
6365         Cache the host port like we cache the task port.  This way we do not
6366         need to call the kernel just to get the port.  Furthermore, we no
6367         longer increase the reference count on every invocation of
6368         `mach_host_self'.
6370         * mach/mach/mach_traps.h (__mach_host_self, mach_host_self):
6371         Protect declarations against the macro expansion.
6372         * mach/mach_init.c (__mach_host_self_): New variable.
6373         (mach_init): Initialize `__mach_host_self_'.
6374         * mach/mach_init.h (__mach_host_self_): New declaration.
6375         (__mach_host_self, mach_host_self): New macros.
6376         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start_cleanup):
6377         Release reference.
6379 2015-09-16  Joseph Myers  <joseph@codesourcery.com>
6381         [BZ #4404]
6382         * po/de.po: Update from Translation Project.
6384         [BZ #16415]
6385         * sysdeps/ieee754/ldbl-128/s_expm1l.c (maxlog): Remove variable.
6386         (__expm1l): Remove code to handle positive infinity and overflow.
6387         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (maxlog): Remove
6388         variable.
6389         (__expm1l): Remove code to handle positive infinity and overflow.
6391 2015-09-16  Paul Eggert  <eggert@cs.ucla.edu>
6392             Paul Pluzhnikov  <ppluzhnikov@google.com>
6394         [BZ #18872]
6395         * stdio-common/Makefile (tst-printf-bz18872): New test.
6396         (tst-printf-bz18872-mem.out): Likewise.
6397         * stdio-common/tst-printf-bz18872.sh: Generate new test.
6398         * stdio-common/vfprintf.c: Fix memory leaks.
6400 2015-09-16  Andreas Schwab  <schwab@suse.de>
6402         [BZ #17244]
6403         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
6404         Remove extra va_start/va_end calls.
6406         [BZ #17243]
6407         * posix/execl.c (execl): Add missing va_end.
6408         * posix/execle.c (execle): Likewise.
6409         * posix/execlp.c (execlp): Likewise.
6411 2015-09-15  Roland McGrath  <roland@hack.frob.com>
6413         * misc/sys/param.h [!MAXHOSTNAMELEN && HOST_NAME_MAX]
6414         (MAXHOSTNAMELEN): Define it to HOST_NAME_MAX.
6416 2015-09-15  Joseph Myers  <joseph@codesourcery.com>
6418         [BZ #18967]
6419         * math/math.h (__MATH_DECLARING_DOUBLE): New macro.  Define and
6420         undefine around includes of <bits/mathcalls.h>.
6421         * math/bits/mathcalls.h [!__USE_MISC && __USE_XOPEN2K] (isnan): Do
6422         not declare function.
6423         [!__USE_MISC && __USE_XOPEN2K] (gamma): Likewise.
6424         [!__USE_MISC && (!__MATH_DECLARING_DOUBLE || __USE_XOPEN2K8)]
6425         (scalb): Likewise.
6426         * math/tgmath.h [!__USE_MISC && __USE_XOPEN_EXTENDED] (scalb): Do
6427         not define macro.
6428         * conform/Makefile (test-xfail-XOPEN2K/math.h/conform): Remove
6429         variable.
6430         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
6431         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
6432         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
6434         [BZ #18857]
6435         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Just
6436         return non-finite argument without doing ordered comparisons on
6437         it.
6439         [BZ #16296]
6440         * math/fenv.h (fegetround): Use __attribute_pure__.
6441         * include/fenv.h (__fegetround): Likewise.
6443         [BZ #18595]
6444         * math/s_ctan.c (__ctan): Force underflow exception for results
6445         whose real or imaginary part has small absolute value.
6446         * math/s_ctanf.c (__ctanf): Likewise.
6447         * math/s_ctanh.c (__ctanh): Likewise.
6448         * math/s_ctanhf.c (__ctanhf): Likewise.
6449         * math/s_ctanhl.c (__ctanhl): Likewise.
6450         * math/s_ctanl.c (__ctanl): Likewise.
6451         * math/auto-libm-test-in: Do not allow missing underflow for ctan
6452         and ctanh.  Add more tests of ctan and ctanh.
6454         [BZ #15918]
6455         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Simplify
6456         handling of cases where one argument is an infinity.
6458         [BZ #18875]
6459         [BZ #18966]
6460         * sysdeps/i386/fpu/e_exp10.S (dbl_min): New object.
6461         (MO): New macro.
6462         (__ieee754_exp10): For small results, force underflow exception
6463         and remove excess range and precision from return value.
6464         * sysdeps/i386/fpu/e_exp10f.S (flt_min): New object.
6465         (MO): New macro.
6466         (__ieee754_exp10f): For small results, force underflow exception
6467         and remove excess range and precision from return value.
6468         * math/auto-libm-test-in: Add more tests of exp10.
6469         * math/auto-libm-test-out: Regenerated.
6471 2015-09-14  Joseph Myers  <joseph@codesourcery.com>
6473         [BZ #18875]
6474         [BZ #18961]
6475         * sysdeps/i386/fpu/e_exp.S (dbl_min): New object.
6476         (MO): New macro.
6477         (__ieee754_exp): For small results, force underflow exception and
6478         remove excess range and precision from return value.
6479         (__exp_finite): Likewise.
6480         * sysdeps/i386/fpu/e_expf.S (flt_min): New object.
6481         (MO): New macro.
6482         (__ieee754_expf): For small results, force underflow exception and
6483         remove excess range and precision from return value.
6484         (__expf_finite): Likewise.
6485         * math/auto-libm-test-in: Add more tests of exp.
6486         * math/auto-libm-test-out: Regenerated.
6488         [BZ #16521]
6489         [BZ #18875]
6490         * math/e_exp2l.c (__ieee754_exp2l): Force underflow exception for
6491         small results.
6492         * sysdeps/i386/fpu/e_exp2.S (dbl_min): New object.
6493         (MO): New macro.
6494         (__ieee754_exp2): For small results, force underflow exception and
6495         remove excess range and precision from return value.
6496         * sysdeps/i386/fpu/e_exp2f.S (flt_min): New object.
6497         (MO): New macro.
6498         (__ieee754_exp2f): For small results, force underflow exception
6499         and remove excess range and precision from return value.
6500         * sysdeps/i386/fpu/e_exp2l.S (ldbl_min): New object.
6501         (MO): New macro.
6502         (__ieee754_exp2l): Force underflow exception for small results.
6503         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
6504         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
6505         * sysdeps/x86_64/fpu/e_exp2l.S (ldbl_min): New object.
6506         (MO): New macro.
6507         (__ieee754_exp2l): Force underflow exception for small results.
6508         * math/auto-libm-test-in: Add more tests or exp2.
6509         * math/auto-libm-test-out: Regenerated.
6511 2015-09-14  Carlos O'Donell  <carlos@redhat.com>
6513         * malloc/malloc.c (systrim): Use ALIGN_DOWN.
6515         * Makefile ($(objpfx)check-local-headers.out): Redirect stdin from
6516         /dev/null.
6518 2015-09-13  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6520         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
6521         io fs process)): Drop spurious backslash.
6523 2015-09-12  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6525         * sysdeps/unix/sysv/linux/getsysstats.c (__get_phys_pages):
6526         Use sysinfo system call instead of parsing /proc/meminfo.
6527         * sysdeps/unix/sysv/linux/getsysstats.c (__get_avphys_pages):
6528         Likewise.
6530 2015-09-11  Mike Frysinger  <vapier@gentoo.org>
6532         [BZ #16985]
6533         * programs/localedef.c (main): Display argv[remaining] when
6534         output_path is NULL.
6536 2015-09-11  Joseph Myers  <joseph@codesourcery.com>
6538         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
6539         asinh, atan, atan2, atanh, cabs, carg, cos, csqrt, erfc, exp,
6540         exp10, exp2, log, log1p, log2, pow, sin, sincos, sinh, tan and
6541         tanh.
6542         * math/auto-libm-test-out: Regenerated.
6543         * sysdeps/i386/fpu/libm-test-ulps: Update.
6544         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
6545         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6548 2015-09-11  Roland McGrath  <roland@hack.frob.com>
6550         * sysdeps/nacl/Makefile [$(subdir) = misc] (sysdep_headers):
6551         Use 'override' keyword to freeze the value here, preventing
6552         the addition of sys/mtio.h by sysdeps/gnu/Makefile.
6554 2015-09-11  Joseph Myers  <joseph@codesourcery.com>
6556         [BZ #14912]
6557         * sysdeps/aarch64/bits/atomic.h: Move to ...
6558         * sysdeps/aarch64/atomic-machine.h: ...here.
6559         (_AARCH64_BITS_ATOMIC_H): Rename macro to
6560         _AARCH64_ATOMIC_MACHINE_H.
6561         * sysdeps/alpha/bits/atomic.h: Move to ...
6562         * sysdeps/alpha/atomic-machine.h: ...here.
6563         * sysdeps/arm/bits/atomic.h: Move to ...
6564         * sysdeps/arm/atomic-machine.h: ...here.  Update comments.
6565         * bits/atomic.h: Move to ...
6566         * sysdeps/generic/atomic-machine.h: ...here.
6567         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
6568         * sysdeps/i386/bits/atomic.h: Move to ...
6569         * sysdeps/i386/atomic-machine.h: ...here.
6570         * sysdeps/ia64/bits/atomic.h: Move to ...
6571         * sysdeps/ia64/atomic-machine.h: ...here.
6572         * sysdeps/m68k/coldfire/bits/atomic.h: Move to ...
6573         * sysdeps/m68k/coldfire/atomic-machine.h: ...here.
6574         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
6575         * sysdeps/m68k/m680x0/m68020/bits/atomic.h: Move to ...
6576         * sysdeps/m68k/m680x0/m68020/atomic-machine.h: ...here.
6577         * sysdeps/microblaze/bits/atomic.h: Move to ...
6578         * sysdeps/microblaze/atomic-machine.h: ...here.
6579         * sysdeps/mips/bits/atomic.h: Move to ...
6580         * sysdeps/mips/atomic-machine.h: ...here.
6581         (_MIPS_BITS_ATOMIC_H): Rename macro to _MIPS_ATOMIC_MACHINE_H.
6582         * sysdeps/powerpc/bits/atomic.h: Move to ...
6583         * sysdeps/powerpc/atomic-machine.h: ...here.  Update comments.
6584         * sysdeps/powerpc/powerpc32/bits/atomic.h: Move to ...
6585         * sysdeps/powerpc/powerpc32/atomic-machine.h: ...here.  Update
6586         comments.  Include <atomic-machine.h> instead of <bits/atomic.h>.
6587         * sysdeps/powerpc/powerpc64/bits/atomic.h: Move to ...
6588         * sysdeps/powerpc/powerpc64/atomic-machine.h: ...here.  Include
6589         <atomic-machine.h> instead of <bits/atomic.h>.
6590         * sysdeps/s390/bits/atomic.h: Move to ...
6591         * sysdeps/s390/atomic-machine.h: ...here.
6592         * sysdeps/sparc/sparc32/bits/atomic.h: Move to ...
6593         * sysdeps/sparc/sparc32/atomic-machine.h: ...here.
6594         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
6595         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: Move to ...
6596         * sysdeps/sparc/sparc32/sparcv9/atomic-machine.h: ...here.
6597         * sysdeps/sparc/sparc64/bits/atomic.h: Move to ...
6598         * sysdeps/sparc/sparc64/atomic-machine.h: ...here.
6599         * sysdeps/tile/bits/atomic.h: Move to ...
6600         * sysdeps/tile/atomic-machine.h: ...here.
6601         * sysdeps/tile/tilegx/bits/atomic.h: Move to ...
6602         * sysdeps/tile/tilegx/atomic-machine.h: ...here.  Include
6603         <sysdeps/tile/atomic-machine.h> instead of
6604         <sysdeps/tile/bits/atomic.h>.
6605         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
6606         * sysdeps/tile/tilepro/bits/atomic.h: Move to ...
6607         * sysdeps/tile/tilepro/atomic-machine.h: ...here.  Include
6608         <sysdeps/tile/atomic-machine.h> instead of
6609         <sysdeps/tile/bits/atomic.h>.
6610         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
6611         * sysdeps/unix/sysv/linux/arm/bits/atomic.h: Move to ...
6612         * sysdeps/unix/sysv/linux/arm/atomic-machine.h: ...here.  Include
6613         <sysdeps/arm/atomic-machine.h> instead of
6614         <sysdeps/arm/bits/atomic.h>.
6615         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Move to ...
6616         * sysdeps/unix/sysv/linux/hppa/atomic-machine.h: ...here.
6617         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
6618         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: Move to ...
6619         * sysdeps/unix/sysv/linux/m68k/coldfire/atomic-machine.h: ...here.
6620         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
6621         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: Move to ...
6622         * sysdeps/unix/sysv/linux/nios2/atomic-machine.h: ...here.
6623         (_NIOS2_BITS_ATOMIC_H): Rename macro to _NIOS2_ATOMIC_MACHINE_H.
6624         * sysdeps/unix/sysv/linux/sh/bits/atomic.h: Move to ...
6625         * sysdeps/unix/sysv/linux/sh/atomic-machine.h: ...here.
6626         * sysdeps/x86_64/bits/atomic.h: Move to ...
6627         * sysdeps/x86_64/atomic-machine.h: ...here.
6628         * include/atomic.h: Include <atomic-machine.h> instead of
6629         <bits/atomic.h>.
6631         * sysdeps/mips/mips32/libm-test-ulps: Update.
6632         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6634         [BZ #18952]
6635         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r): Do
6636         not convert non-integer negative arguments to int to determine the
6637         value of signgam.
6638         * math/auto-libm-test-in: Add more tests of lgamma.
6639         * math/auto-libm-test-out: Regenerated.
6641         * math/auto-libm-test-in: Add more tests of acosh, atanh, cbrt,
6642         cosh, csqrt, erfc, expm1 and lgamma.
6643         * math/auto-libm-test-out: Regenerated.
6644         * sysdeps/i386/fpu/libm-test-ulps: Update.
6645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6647 2015-09-10  Joseph Myers  <joseph@codesourcery.com>
6649         [BZ #2542]
6650         [BZ #2543]
6651         [BZ #2558]
6652         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (__ieee754_lgamma_r): Call
6653         __lgamma_neg for arguments from -28.0 to -2.0.
6654         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Call
6655         __lgamma_negf for arguments from -15.0 to -2.0.
6656         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
6657         Call __lgamma_negl for arguments from -48.0 or -50.0 to -2.0.
6658         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
6659         Call __lgamma_negl for arguments from -33.0 to -2.0.
6660         * sysdeps/ieee754/dbl-64/lgamma_neg.c: New file.
6661         * sysdeps/ieee754/dbl-64/lgamma_product.c: Likewise.
6662         * sysdeps/ieee754/flt-32/lgamma_negf.c: Likewise.
6663         * sysdeps/ieee754/flt-32/lgamma_productf.c: Likewise.
6664         * sysdeps/ieee754/ldbl-128/lgamma_negl.c: Likewise.
6665         * sysdeps/ieee754/ldbl-128/lgamma_productl.c: Likewise.
6666         * sysdeps/ieee754/ldbl-128ibm/lgamma_negl.c: Likewise.
6667         * sysdeps/ieee754/ldbl-128ibm/lgamma_productl.c: Likewise.
6668         * sysdeps/ieee754/ldbl-96/lgamma_negl.c: Likewise.
6669         * sysdeps/ieee754/ldbl-96/lgamma_product.c: Likewise.
6670         * sysdeps/ieee754/ldbl-96/lgamma_productl.c: Likewise.
6671         * sysdeps/generic/math_private.h (__lgamma_negf): New prototype.
6672         (__lgamma_neg): Likewise.
6673         (__lgamma_negl): Likewise.
6674         (__lgamma_product): Likewise.
6675         (__lgamma_productl): Likewise.
6676         * math/Makefile (libm-calls): Add lgamma_neg and lgamma_product.
6677         * math/auto-libm-test-in: Add more tests of lgamma.
6678         * math/auto-libm-test-out: Regenerated.
6679         * sysdeps/i386/fpu/libm-test-ulps: Update.
6680         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6682 2015-09-09  Justin Maggard  <jmaggard@netgear.com>
6684         [BZ #18675]
6685         * sysdeps/posix/fpathconf.c (__fpathconf): Use __fstatvfs64.
6687 2015-09-08  Joseph Myers  <joseph@codesourcery.com>
6689         [BZ #14912]
6690         * bits/libc-lock.h: Move to ...
6691         * sysdeps/generic/libc-lock.h: ...here.
6692         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
6693         * sysdeps/mach/hurd/bits/libc-lock.h: Move to ...
6694         * sysdeps/mach/hurd/libc-lock.h: ...here.
6695         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
6696         [_LIBC]: Include <libc-lockP.h> instead of <bits/libc-lockP.h>.
6697         * sysdeps/mach/bits/libc-lock.h: Move to ...
6698         * sysdeps/mach/libc-lock.h: ...here.
6699         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
6700         * sysdeps/nptl/bits/libc-lock.h: Move to ...
6701         * sysdeps/nptl/libc-lock.h: ...here.
6702         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
6703         * sysdeps/nptl/bits/libc-lockP.h: Move to ...
6704         * sysdeps/nptl/libc-lockP.h: ...here.
6705         (_BITS_LIBC_LOCKP_H): Rename macro to _LIBC_LOCKP_H.
6706         * crypt/crypt_util.c: Include <libc-lock.h> instead of
6707         <bits/libc-lock.h>.
6708         * dirent/scandir-tail.c: Likewise.
6709         * dlfcn/dlerror.c: Likewise.
6710         * elf/dl-close.c: Likewise.
6711         * elf/dl-iteratephdr.c: Likewise.
6712         * elf/dl-lookup.c: Likewise.
6713         * elf/dl-open.c: Likewise.
6714         * elf/dl-support.c: Likewise.
6715         * elf/dl-writev.h: Likewise.
6716         * elf/rtld.c: Likewise.
6717         * grp/fgetgrent.c: Likewise.
6718         * gshadow/fgetsgent.c: Likewise.
6719         * gshadow/sgetsgent.c: Likewise.
6720         * iconv/gconv_conf.c: Likewise.
6721         * iconv/gconv_db.c: Likewise.
6722         * iconv/gconv_dl.c: Likewise.
6723         * iconv/gconv_int.h: Likewise.
6724         * iconv/gconv_trans.c: Likewise.
6725         * include/link.h: Likewise.
6726         * inet/getnameinfo.c: Likewise.
6727         * inet/getnetgrent.c: Likewise.
6728         * inet/getnetgrent_r.c: Likewise.
6729         * intl/bindtextdom.c: Likewise.
6730         * intl/dcigettext.c: Likewise.
6731         * intl/finddomain.c: Likewise.
6732         * intl/gettextP.h: Likewise.
6733         * intl/loadmsgcat.c: Likewise.
6734         * intl/localealias.c: Likewise.
6735         * intl/textdomain.c: Likewise.
6736         * libidn/idn-stub.c: Likewise.
6737         * libio/libioP.h: Likewise.
6738         * locale/duplocale.c: Likewise.
6739         * locale/freelocale.c: Likewise.
6740         * locale/newlocale.c: Likewise.
6741         * locale/setlocale.c: Likewise.
6742         * login/getutent_r.c: Likewise.
6743         * login/getutid_r.c: Likewise.
6744         * login/getutline_r.c: Likewise.
6745         * login/utmp-private.h: Likewise.
6746         * login/utmpname.c: Likewise.
6747         * malloc/mtrace.c: Likewise.
6748         * misc/efgcvt.c: Likewise.
6749         * misc/error.c: Likewise.
6750         * misc/fstab.c: Likewise.
6751         * misc/getpass.c: Likewise.
6752         * misc/mntent.c: Likewise.
6753         * misc/syslog.c: Likewise.
6754         * nis/nis_call.c: Likewise.
6755         * nis/nis_callback.c: Likewise.
6756         * nis/nss-default.c: Likewise.
6757         * nis/nss_compat/compat-grp.c: Likewise.
6758         * nis/nss_compat/compat-initgroups.c: Likewise.
6759         * nis/nss_compat/compat-pwd.c: Likewise.
6760         * nis/nss_compat/compat-spwd.c: Likewise.
6761         * nis/nss_nis/nis-alias.c: Likewise.
6762         * nis/nss_nis/nis-ethers.c: Likewise.
6763         * nis/nss_nis/nis-grp.c: Likewise.
6764         * nis/nss_nis/nis-hosts.c: Likewise.
6765         * nis/nss_nis/nis-network.c: Likewise.
6766         * nis/nss_nis/nis-proto.c: Likewise.
6767         * nis/nss_nis/nis-pwd.c: Likewise.
6768         * nis/nss_nis/nis-rpc.c: Likewise.
6769         * nis/nss_nis/nis-service.c: Likewise.
6770         * nis/nss_nis/nis-spwd.c: Likewise.
6771         * nis/nss_nisplus/nisplus-alias.c: Likewise.
6772         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
6773         * nis/nss_nisplus/nisplus-grp.c: Likewise.
6774         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
6775         * nis/nss_nisplus/nisplus-initgroups.c: Likewise.
6776         * nis/nss_nisplus/nisplus-network.c: Likewise.
6777         * nis/nss_nisplus/nisplus-proto.c: Likewise.
6778         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
6779         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
6780         * nis/nss_nisplus/nisplus-service.c: Likewise.
6781         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
6782         * nis/ypclnt.c: Likewise.
6783         * nptl/libc_pthread_init.c: Likewise.
6784         * nss/getXXbyYY.c: Likewise.
6785         * nss/getXXent.c: Likewise.
6786         * nss/getXXent_r.c: Likewise.
6787         * nss/nss_db/db-XXX.c: Likewise.
6788         * nss/nss_db/db-netgrp.c: Likewise.
6789         * nss/nss_db/nss_db.h: Likewise.
6790         * nss/nss_files/files-XXX.c: Likewise.
6791         * nss/nss_files/files-alias.c: Likewise.
6792         * nss/nsswitch.c: Likewise.
6793         * posix/regex_internal.h: Likewise.
6794         * posix/wordexp.c: Likewise.
6795         * pwd/fgetpwent.c: Likewise.
6796         * resolv/res_hconf.c: Likewise.
6797         * resolv/res_libc.c: Likewise.
6798         * shadow/fgetspent.c: Likewise.
6799         * shadow/lckpwdf.c: Likewise.
6800         * shadow/sgetspent.c: Likewise.
6801         * socket/opensock.c: Likewise.
6802         * stdio-common/reg-modifier.c: Likewise.
6803         * stdio-common/reg-printf.c: Likewise.
6804         * stdio-common/reg-type.c: Likewise.
6805         * stdio-common/vfprintf.c: Likewise.
6806         * stdio-common/vfscanf.c: Likewise.
6807         * stdlib/abort.c: Likewise.
6808         * stdlib/cxa_atexit.c: Likewise.
6809         * stdlib/fmtmsg.c: Likewise.
6810         * stdlib/random.c: Likewise.
6811         * stdlib/setenv.c: Likewise.
6812         * string/strsignal.c: Likewise.
6813         * sunrpc/auth_none.c: Likewise.
6814         * sunrpc/bindrsvprt.c: Likewise.
6815         * sunrpc/create_xid.c: Likewise.
6816         * sunrpc/key_call.c: Likewise.
6817         * sunrpc/rpc_thread.c: Likewise.
6818         * sysdeps/arm/backtrace.c: Likewise.
6819         * sysdeps/generic/ldsodefs.h: Likewise.
6820         * sysdeps/generic/stdio-lock.h: Likewise.
6821         * sysdeps/generic/unwind-dw2-fde.c: Likewise.
6822         * sysdeps/i386/backtrace.c: Likewise.
6823         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
6824         * sysdeps/m68k/backtrace.c: Likewise.
6825         * sysdeps/mach/hurd/cthreads.c: Likewise.
6826         * sysdeps/mach/hurd/dirstream.h: Likewise.
6827         * sysdeps/mach/hurd/malloc-machine.h: Likewise.
6828         * sysdeps/nptl/malloc-machine.h: Likewise.
6829         * sysdeps/nptl/stdio-lock.h: Likewise.
6830         * sysdeps/posix/dirstream.h: Likewise.
6831         * sysdeps/posix/getaddrinfo.c: Likewise.
6832         * sysdeps/posix/system.c: Likewise.
6833         * sysdeps/pthread/aio_suspend.c: Likewise.
6834         * sysdeps/s390/s390-32/backtrace.c: Likewise.
6835         * sysdeps/s390/s390-64/backtrace.c: Likewise.
6836         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6837         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6838         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: Likewise.
6839         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: Likewise.
6840         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: Likewise.
6841         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
6842         * sysdeps/unix/sysv/linux/system.c: Likewise.
6843         * sysdeps/x86_64/backtrace.c: Likewise.
6844         * time/alt_digit.c: Likewise.
6845         * time/era.c: Likewise.
6846         * time/tzset.c: Likewise.
6847         * wcsmbs/wcsmbsload.c: Likewise.
6848         * nptl/tst-initializers1.c (do_test): Refer to <libc-lock.h>
6849         instead of <bits/libc-lock.h> in comment.
6851 2015-09-08  Andrew Bennett  <andrew.bennett@imgtec.com>
6853         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIO32] (MIPS_PUSH_MIPS2):
6854         Only use .set mips2 if the current ISA is below mips2.
6855         * sysdeps/mips/sys/tas.h [_MIPS_SIM == _ABIO32] (_test_and_set):
6856         Likewise.
6857         * sysdeps/mips/nptl/tls.h (READ_THREAD_POINTER): Only use .set
6858         mips32r2 if the current ISA is below mips32r2.
6859         * sysdeps/mips/tls-macros.h (TLS_RDHWR): New define.
6860         (TLS_IE): Updated to use the TLD_RDHWR macro.
6861         (TLS_LE): Likewise.
6862         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Moved out of #ifdef
6863         __ASSEMBLER__ condition.
6865 2015-09-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6867         Fix parallel build of before-compile targets.
6869         * sysdeps/mach/Makefile ($(patsubst
6870         mach%,m\%h%,$(mach-before-compile))): Move rule to dedicated
6871         mach-before-compile target.
6872         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
6873         io fs process)): Move rule to dedicated hurd-before-compile target.
6875 2015-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6877         Fix rules generating headers in hurd/ and mach/ when initial make call
6878         has subdir= explicitly set.
6880         * sysdeps/mach/Makefile ($(patsubst
6881         mach%,m\%h%,$(mach-before-compile))): Force subdir to mach when
6882         calling $(MAKE).
6883         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
6884         io fs process)): Force subdir to hurd when calling $(MAKE).
6885         ($(common-objpfx)hurd/../mach/RPC_task_get_sampled_pcs.c): Force
6886         subdir to mach when calling $(MAKE).
6888 2015-09-06  Manolis Ragkousis  <manolis837@gmail.com>
6890         Check sysheaders when looking for Mach and Hurd headers
6892         * sysdeps/mach/configure.ac: Add sysheaders check.
6893         * sysdeps/mach/configure: Regenerate.
6894         * sysdeps/mach/hurd/configure.ac: Add sysheaders check.
6895         * sysdeps/mach/hurd/configure: Regenerate.
6897 2015-09-04  Roland McGrath  <roland@hack.frob.com>
6899         [BZ #18921]
6900         * sysdeps/posix/opendir.c (need_isdir_precheck) [O_DIRECTORY]:
6901         Fix inverted sense of test of 'o_directory_works' value.
6902         Reported by Pádraig Brady <P@draigBrady.com>, diagnosed by
6903         Bernhard Voelker <mail@bernhard-voelker.de>.
6905 2015-09-04  Joseph Myers  <joseph@codesourcery.com>
6907         [BZ #14912]
6908         * bits/linkmap.h: Move to ...
6909         * sysdeps/generic/linkmap.h: ...here.
6910         * sysdeps/aarch64/bits/linkmap.h: Move to ...
6911         * sysdeps/aarch64/linkmap.h: ...here.
6912         * sysdeps/arm/bits/linkmap.h: Move to ...
6913         * sysdeps/arm/linkmap.h: ...here.
6914         * sysdeps/hppa/bits/linkmap.h: Move to ...
6915         * sysdeps/hppa/linkmap.h: ...here.
6916         * sysdeps/ia64/bits/linkmap.h: Move to ...
6917         * sysdeps/ia64/linkmap.h: ...here.
6918         * sysdeps/mips/bits/linkmap.h: Move to ...
6919         * sysdeps/mips/linkmap.h: ...here.
6920         * sysdeps/s390/bits/linkmap.h: Move to ...
6921         * sysdeps/s390/linkmap.h: ...here.
6922         * sysdeps/sh/bits/linkmap.h: Move to ...
6923         * sysdeps/sh/linkmap.h: ...here.
6924         * sysdeps/x86/bits/linkmap.h: Move to ...
6925         * sysdeps/x86/linkmap.h: ...here.
6926         * include/link.h: Include <linkmap.h> instead of <bits/linkmap.h>.
6928 2015-09-04  Andreas Schwab  <schwab@suse.de>
6930         [BZ #18635]
6931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
6932         (__makecontext): Terminate FDE before return label.
6933         (__novec_makecontext): Likewise.
6935 2015-09-04  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
6937         * sysdeps/unix/sysv/linux/socketpair.c: Use the address of the
6938         first member of struct sv in syscall macro.
6940 2015-09-04  Joseph Myers  <joseph@codesourcery.com>
6942         [BZ #14912]
6943         * bits/stdio-lock.h: Move to ...
6944         * sysdeps/generic/stdio-lock.h: ...here.
6945         (_BITS_STDIO_LOCK_H): Rename macro to _STDIO_LOCK_H.
6946         * sysdeps/nptl/bits/stdio-lock.h: Move to ...
6947         * sysdeps/nptl/stdio-lock.h: ...here.
6948         (_BITS_STDIO_LOCK_H): Rename macro to _STDIO_LOCK_H.
6949         * include/libio.h: Include <stdio-lock.h> instead of
6950         <bits/stdio-lock.h>.
6951         * sysdeps/nptl/fork.c: Likewise.
6952         * sysdeps/pthread/flockfile.c: Likewise.
6953         * sysdeps/pthread/ftrylockfile.c: Likewise.
6954         * sysdeps/pthread/funlockfile.c: Likewise.
6956         [BZ #14912]
6957         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Move to ...
6958         * sysdeps/unix/sysv/linux/m68k/m68k-vdso.h: ...here.
6959         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: Include
6960         <m68k-vdso.h> instead of <bits/m68k-vdso.h>.
6961         * sysdeps/unix/sysv/linux/m68k/init-first.c: Likewise.
6962         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
6963         * sysdeps/unix/sysv/linux/m68k/m68k-vdso.c: Likewise.
6965 2015-09-03  Roland McGrath  <roland@hack.frob.com>
6967         * elf/Makefile (test-xfail-tst-protected1a): New variable.
6968         (test-xfail-tst-protected1b): New variable.
6970 2015-09-03  Joseph Myers  <joseph@codesourcery.com>
6972         [BZ #14912]
6973         * bits/libc-tsd.h: Move to ...
6974         * sysdeps/generic/libc-tsd.h: ...here.
6975         (_GENERIC_BITS_LIBC_TSD_H): Rename macro to _GENERIC_LIBC_TSD_H.
6976         * sysdeps/mach/hurd/bits/libc-tsd.h: Move to ...
6977         * sysdeps/mach/hurd/libc-tsd.h: ...here.
6978         (_BITS_LIBC_TSD_H): Rename macro to _LIBC_TSD_H.
6979         * include/ctype.h: Include <libc-tsd.h> instead of
6980         <bits/libc-tsd.h>.
6981         * include/rpc/rpc.h: Likewise.
6982         * locale/localeinfo.h: Likewise.
6983         * sunrpc/rpc_thread.c: Likewise.
6984         * sysdeps/mach/hurd/malloc-machine.h: Likewise.
6985         * sysdeps/nptl/malloc-machine.h: Likewise.
6987         * Makefile (headers): Remove bits/libc-lock.h.
6988         * libio/Makefile (headers): Remove bits/stdio-lock.h.
6990         * libio/libio.h [_IO_MTSAFE_IO]: Remove include of
6991         <bits/stdio-lock.h> and commented-out include of <comthread.h>.
6992         * include/libio.h [!_ISOMAC && _IO_MTSAFE_IO]: Include
6993         <bits/stdio-lock.h>.
6994         * stdio-common/scanf15.c (_IO_MTSAFE_IO): Undefine.
6995         * stdio-common/scanf17.c (_IO_MTSAFE_IO): Likewise.
6997 2015-09-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
6999         [BZ #18757]
7000         * libio/iofopncook.c (_IO_fopencookie): Set errno on failure.
7001         * libio/test-fmemopen.c (do_bz18820): Extend the test to cover
7002         BZ #18757.
7004 2015-09-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
7006         * malloc/mtrace.pl: Filter out NULL entries.
7008 2015-09-01  Joseph Myers  <joseph@codesourcery.com>
7010         * inet/netinet/in.h (IPPROTO_MPLS): New enum value and macro.
7011         * sysdeps/unix/sysv/linux/bits/in.h (IP_BIND_ADDRESS_NO_PORT): New
7012         macro.
7014         * sysdeps/gnu/netinet/tcp.h (TCP_NOTSENT_LOWAT): New macro.
7015         (TCP_CC_INFO): Likewise.
7016         (TCP_SAVE_SYN): Likewise.
7017         (TCP_SAVED_SYN): Likewise.
7019 2015-08-31  Brett Neumeier <brett@neumeier.us>
7021         [BZ #18870]
7022         * sysdeps/sparc/sparc32/sem_open.c: Add missing #include
7024 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7026         [BZ #18873]
7027         Fix broken overflow check in posix_fallocate
7028         * sysdeps/posix/posix_fallocate.c (posix_fallocate):
7029         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
7030         Fix parenthesization typo.
7032 2015-08-28  Mike Frysinger  <vapier@gentoo.org>
7034         [BZ #18887]
7035         * misc/Makefile (tests): Add tst-mntent-blank-corrupt and
7036         tst-mntent-blank-passno.
7037         * misc/mntent_r.c (__getmntent_r): Do not read past buffer[0].
7038         * misc/tst-mntent-blank-corrupt.c: New test.
7039         * misc/tst-mntent-blank-passno.c: New test ripped from ...
7040         * misc/tst-mntent.c (do_test): ... here.
7042 2015-08-29  Mike Frysinger  <vapier@gentoo.org>
7044         [BZ #4404]
7045         * po/de.po: Fix SIGALRM typo.
7047 2015-08-28  James Perkins  <james@loowit.net>
7049         * time/tst-strptime2.c (tests): Replace short list of test
7050         strings for strptime %z specifier with code which exhaustively
7051         tests every combination of sign and 0 to 5 digits. Tests for
7052         rejection of invalid strings.
7054 2015-08-28  James Perkins  <james@loowit.net>
7056         [BZ #16141]
7057         * time/strptime_l.c (__strptime_internal): Fix %z minutes
7058         calculation, removing incorrect decimal time rounding, so that
7059         all minute values result in a valid seconds value.
7060         * time/strptime_l.c (__strptime_internal): Extend %z time zone
7061         offset range limits to UTC-99:59 through UTC+99:59 to parse
7062         current and historical use cases.
7063         * time/tst-strptime2.c (tests): Modify and add tests for the
7064         strptime %z input field descriptor, specifically conversion of
7065         minutes to seconds and validating an offset range of -9959 to
7066         +9959.
7068 2015-08-27  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7069             Dmitry V. Levin  <ldv@altlinux.org>
7071         [BZ #18877]
7072         * posix/Makefile (tests): Add tst-mmap-offset.
7073         * posix/tst-mmap.c: New file.
7074         * sysdeps/unix/sysv/linux/generic/wordsize-32/mmap.c (__mmap): Fix
7075         offset calculation for negative values.
7077 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7079         * sysdeps/i386/init-arch.h: New file.
7080         * sysdeps/i386/i586/init-arch.h: Likewise.
7081         * sysdeps/i386/i686/init-arch.h: Likewise.
7082         * sysdeps/x86/cpu-features.c (init_cpu_features): Set bit_I586
7083         bit if CX8 is available.  Set bit_I686 bit if CMOV is available.
7084         * sysdeps/x86/cpu-features.h (bit_I586): New.
7085         (bit_I686): Likewise.
7086         (bit_CX8): Likewise.
7087         (bit_CMOV): Likewise.
7088         (index_CX8): Likewise.
7089         (index_CMOV): Likewise.
7090         (index_I586): Likewise.
7091         (index_I686): Likewise.
7092         (reg_CX8): Likewise.
7093         (reg_CMOV): Likewise.
7094         (HAS_I586): Defined as HAS_ARCH_FEATURE (I586) if i586 isn't
7095         available at compile-time.
7096         (HAS_I686): Defined as HAS_ARCH_FEATURE (I686) if i686 isn't
7097         available at compile-time.
7098         * sysdeps/x86/init-arch.h (USE_I586): New macro.
7099         (USE_I686): Likewise.
7101 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7103         * sysdeps/i386/bcopy.S: New file.
7104         * sysdeps/i386/bzero.S: Likewise.
7105         * sysdeps/i386/memcpy.S: Likewise.
7106         * sysdeps/i386/memmove.S: Likewise.
7107         * sysdeps/i386/mempcpy.S: Likewise.
7108         * sysdeps/i386/memset.S: Likewise.
7109         * sysdeps/i386/bzero.c: Removed.
7110         * sysdeps/i386/memset.c: Likewise.
7111         * sysdeps/i386/i586/memcpy_chk.S: Likewise.
7112         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
7113         * sysdeps/i386/i586/memset_chk.S: Likewise.
7114         * sysdeps/i386/i686/memcpy_chk.S: Moved to ...
7115         * sysdeps/i386/memcpy_chk.S: Here.
7116         * sysdeps/i386/i686/memmove_chk.S: Moved to ...
7117         * sysdeps/i386/memmove_chk.S: Here.
7118         * sysdeps/i386/i686/mempcpy_chk.S: Moved to ...
7119         * sysdeps/i386/mempcpy_chk.S: Likewise.
7120         * sysdeps/i386/i686/memset_chk.S: Moved to ...
7121         * sysdeps/i386/memset_chk.S: Likewise.
7123 2015-08-27  Steve Ellcey  <sellcey@imgtec.com>
7125         * soft-fp/fmasf4.c: Add include of sys/cdefs.h.
7126         Move DIAG_PUSH_NEEDS_COMMENT, DIAG_IGNORE_NEEDS_COMMENT to front of
7127         file, move DIAG_POP_NEEDS_COMMENT to end of file.
7128         * soft-fp/fmadf4.c: Ditto.
7129         * soft-fp/fmatf4.c: Ditto.
7131 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7133         * sysdeps/i386/i586/Implies: Removed.
7134         * sysdeps/i386/i686/Implies: Likewise.
7136 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7138         * sysdeps/i386/i486/strlen.S: Moved to ...
7139         * sysdeps/i386/strlen.S: Here.
7141 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7143         * sysdeps/i386/i486/strcat.S: Moved to ...
7144         * sysdeps/i386/strcat.S: Here.
7146 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7148         * sysdeps/i386/i486/pthread_spin_trylock.S: Moved to ...
7149         * sysdeps/i386/pthread_spin_trylock.S: Here.
7150         * sysdeps/i386/i586/pthread_spin_trylock.S: Removed.
7151         * sysdeps/i386/i686/pthread_spin_trylock.S: Updated.
7153 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7155         * sysdeps/i386/i486/string-inlines.c: Moved to ...
7156         * sysdeps/i386/string-inlines.c: Here.
7158 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7160         * sysdeps/i386/i486/htonl.S: Moved ...
7161         * sysdeps/i386/htonl.S: here.
7163 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7165         * sysdeps/i386/i486/bits/atomic.h: Moved to ...
7166         * sysdeps/i386/bits/atomic.h: Here.
7168 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
7170         * sysdeps/i386/i486/Versions: Removed.
7172 2015-08-27  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
7174         [BZ #2898]
7175         * misc/mktemp.c: Add mkdtemp to the link_warning message.
7176         Based on patch by Aurelien Jarno.
7178 2015-08-26  Stan Shebs  <stanshebs@google.com>
7180         * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <libc-internal.h>.
7181         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
7183 2015-08-26  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
7185         * sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_HTM_NOSC.
7186         * sysdeps/powerpc/dl-procinfo.c:
7187         (_dl_powerpc_cap_flags): Added descriptor for this hwcap
7188         feature so it shows when LD_SHOW_AUXV=1.
7190 2015-08-26  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
7192         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
7193         (__arch_compare_and_exchange_val_32_acq): Remove and use common
7194         definition.  ISA 2.07B no longer requires full sync.
7196 2015-08-26  Mike Frysinger  <vapier@gentoo.org>
7198         [BZ #18863]
7199         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (siginfo_t): Add _sigsys.
7200         (si_call_addr): Define.
7201         (si_syscall): Define.
7202         (si_arch): Define.
7204 2015-08-26  H.J. Lu  <hongjiu.lu@intel.com>
7206         * sysdeps/i386/i586/bzero.S (USE_AS_BZERO): New.
7207         * sysdeps/i386/i686/bzero.S (USE_AS_BZERO): Likewise.
7208         * sysdeps/i386/i586/memset.S (BZERO_P): Removed.
7209         Check USE_AS_BZERO/SHARED instead of BZERO_P/PIC.
7210         (__memset_zero_constant_len_parameter): New.
7211         * sysdeps/i386/i686/memset.S (BZERO_P): Removed.
7212         Check USE_AS_BZERO/SHARED instead of BZERO_P/PIC.
7213         (__memset_zero_constant_len_parameter): Don't define if
7214         __memset_chk or USE_AS_BZERO are defined.
7216         * sysdeps/i386/i586/memcpy.S (MEMPCPY_P): Removed.
7217         Check USE_AS_MEMPCPY/SHARED instead of MEMPCPY_P/PIC.
7218         * sysdeps/i386/i586/mempcpy.S (USE_AS_MEMPCPY): New.
7220         * sysdeps/x86/Makefile [$(subdir) == elf] (CFLAGS-.os,
7221         tests-special, $(objpfx)tst-ld-sse-use.out): Moved to ...
7222         * sysdeps/i386/Makefile [$(subdir) == elf] (CFLAGS-.os,
7223         tests-special, $(objpfx)tst-ld-sse-use.out): Here.  Update
7224         comments.
7225         * sysdeps/x86_64/Makefile [$(subdir) == elf] (CFLAGS-.os): Add
7226         -mno-mmx for $(all-rtld-routines).
7227         * sysdeps/x86/tst-ld-sse-use.sh: Moved to ...
7228         * sysdeps/i386/tst-ld-sse-use.sh: Here.  Replace x86-64 with
7229         i386.
7231 2015-08-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
7233         * sysdeps/generic/unwind.h
7234         (_Unwind_Word): Use __mode__(__unwind_word__)
7235         instead of __mode__(__word__).
7236         (_Unwind_Sword): Likewise.
7238         * sysdeps/s390/s390-64/utf8-utf16-z9.c
7239         (MAX_NEEDED_INPUT): New define.
7240         (MAX_NEEDED_OUTPUT): New define.
7242         * NEWS: New item for IBM z13 string optimizations.
7244         * sysdeps/s390/multiarch/memrchr-c.c: New File.
7245         * sysdeps/s390/multiarch/memrchr-vx.S: Likewise.
7246         * sysdeps/s390/multiarch/memrchr.c: Likewise.
7247         * sysdeps/s390/multiarch/Makefile
7248         (sysdep_routines): Add memrchr functions.
7249         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
7250         (__libc_ifunc_impl_list_common): Add ifunc test for memrchr.
7252         * sysdeps/s390/multiarch/wmemcmp-c.c: New File.
7253         * sysdeps/s390/multiarch/wmemcmp-vx.S: Likewise.
7254         * sysdeps/s390/multiarch/wmemcmp.c: Likewise.
7255         * sysdeps/s390/multiarch/Makefile
7256         (sysdep_routines): Add wmemcmp functions.
7257         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
7258         (__libc_ifunc_impl_list_common): Add ifunc test for wmemcmp.
7259         * benchtests/bench-wmemcmp.c: New File.
7260         * benchtests/Makefile (wcsmbs-bench): Add wmemcmp.
7262         * sysdeps/s390/multiarch/wmemset-c.c: New File.
7263         * sysdeps/s390/multiarch/wmemset-vx.S: Likewise.
7264         * sysdeps/s390/multiarch/wmemset.c: Likewise.
7265         * sysdeps/s390/multiarch/Makefile
7266         (sysdep_routines): Add wmemset functions.
7267         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
7268         (__libc_ifunc_impl_list_common): Add ifunc test for wmemset.
7269         * wcsmbs/wmemset.c: Use WMEMSET if defined.
7270         * string/test-memset.c: Add wmemset support.
7271         * wcsmbs/test-wmemset.c: New File.
7272         * wcsmbs/Makefile (strop-tests): Add wmemset.
7273         * benchtests/bench-memset.c: Add wmemset support.
7274         * benchtests/bench-wmemset.c: New File.
7275         * benchtests/Makefile (wcsmbs-bench): Add wmemset.
7277         * sysdeps/s390/multiarch/memccpy-c.c: New File.
7278         * sysdeps/s390/multiarch/memccpy-vx.S: Likewise.
7279         * sysdeps/s390/multiarch/memccpy.c: Likewise.
7280         * sysdeps/s390/multiarch/Makefile
7281         (sysdep_routines): Add memccpy functions.
7282         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
7283         (__libc_ifunc_impl_list_common): Add ifunc test for memccpy.
7284         * string/memccpy.c: Use MEMCCPY if defined.
7286         * sysdeps/s390/multiarch/memchr-vx.S: New File.
7287         * sysdeps/s390/multiarch/memchr.c: Likewise.
7288         * sysdeps/s390/multiarch/rawmemchr-c.c: Likewise.
7289         * sysdeps/s390/multiarch/rawmemchr-vx.S: Likewise.
7290         * sysdeps/s390/multiarch/rawmemchr.c: Likewise.
7291         * sysdeps/s390/multiarch/wmemchr-c.c: Likewise.
7292         * sysdeps/s390/multiarch/wmemchr-vx.S: Likewise.
7293         * sysdeps/s390/multiarch/wmemchr.c: Likewise.
7294         * sysdeps/s390/s390-32/multiarch/memchr.c: Likewise.
7295         * sysdeps/s390/s390-64/multiarch/memchr.c: Likewise.
7296         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memchr, wmemchr
7297         and rawmemchr functions.
7298         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
7299         (__libc_ifunc_impl_list_common): Add ifunc test for memchr, rawmemchr
7300         and wmemchr.
7301         * wcsmbs/wmemchr.c: Use WMEMCHR if defined.
7302         * string/test-memchr.c: Add wmemchr support.
7303         * wcsmbs/test-wmemchr.c: New File.
7304         * wcsmbs/Makefile (strop-tests): Add wmemchr.
7305         * benchtests/bench-memchr.c: Add wmemchr support.
7306         * benchtests/bench-wmemchr.c: New File.
7307         * benchtests/Makefile (wcsmbs-bench): wmemchr.
7309         * sysdeps/s390/multiarch/strcspn-c.c: New File.
7310         * sysdeps/s390/multiarch/strcspn-vx.S: Likewise.
7311         * sysdeps/s390/multiarch/strcspn.c: Likewise.
7312         * sysdeps/s390/multiarch/wcscspn-c.c: Likewise.
7313         * sysdeps/s390/multiarch/wcscspn-vx.S: Likewise.
7314         * sysdeps/s390/multiarch/wcscspn.c: Likewise.
7315         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcspn and
7316         wcscspn functions.
7317         * sysdeps/s390/multiarch/ifunc-impl-list.c
7318         (__libc_ifunc_impl_list): Add ifunc test for strcspn, wcscspn.
7319         * wcsmbs/wcscspn.c: Use WCSCSPN if defined.
7320         * string/test-strcspn.c: Add wcscspn support.
7321         * wcsmbs/test-wcscspn.c: New File.
7322         * wcsmbs/Makefile (strop-tests): Add wcscspn.
7323         * benchtests/bench-strcspn.c: Add wcscspn support.
7324         * benchtests/bench-wcscspn.c: New File.
7325         * benchtests/Makefile (wcsmbs-bench): Add wcscspn.
7327         * sysdeps/s390/multiarch/strpbrk-c.c: New File.
7328         * sysdeps/s390/multiarch/strpbrk-vx.S: Likewise.
7329         * sysdeps/s390/multiarch/strpbrk.c: Likewise.
7330         * sysdeps/s390/multiarch/wcspbrk-c.c: Likewise.
7331         * sysdeps/s390/multiarch/wcspbrk-vx.S: Likewise.
7332         * sysdeps/s390/multiarch/wcspbrk.c: Likewise.
7333         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strpbrk and
7334         wcspbrk functions.
7335         * sysdeps/s390/multiarch/ifunc-impl-list.c
7336         (__libc_ifunc_impl_list): Add ifunc test for strpbrk, wcspbrk.
7337         * wcsmbs/wcspbrk.c: Use WCSPBRK if defined.
7338         * string/test-strpbrk.c: Add wcspbrk support.
7339         * wcsmbs/test-wcspbrk.c: New File.
7340         * wcsmbs/Makefile (strop-tests): Add wcspbrk.
7341         * benchtests/bench-strpbrk.c: Add wcspbrk support.
7342         * benchtests/bench-wcspbrk.c: New File.
7343         * benchtests/Makefile (wcsmbs-bench): Add wcspbrk.
7345         * sysdeps/s390/multiarch/strspn-c.c: New File.
7346         * sysdeps/s390/multiarch/strspn-vx.S: Likewise.
7347         * sysdeps/s390/multiarch/strspn.c: Likewise.
7348         * sysdeps/s390/multiarch/wcsspn-c.c: Likewise.
7349         * sysdeps/s390/multiarch/wcsspn-vx.S: Likewise.
7350         * sysdeps/s390/multiarch/wcsspn.c: Likewise.
7351         * wcsmbs/wcsspn.c: Use WCSSPN if defined.
7352         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strspn and
7353         wcsspn functions.
7354         * sysdeps/s390/multiarch/ifunc-impl-list.c
7355         (__libc_ifunc_impl_list): Add ifunc test for strspn, wcsspn.
7356         * string/test-strspn.c: Add wcsspn support.
7357         * wcsmbs/test-wcsspn.c: New File.
7358         * wcsmbs/Makefile (strop-tests): Add wcsspn.
7359         * benchtests/bench-strspn.c: Add wcsspn support.
7360         * benchtests/bench-wcsspn.c: New File.
7361         * benchtests/Makefile (wcsmbs-bench): Add wcsspn.
7363         * sysdeps/s390/multiarch/strrchr-c.c: New File.
7364         * sysdeps/s390/multiarch/strrchr-vx.S: Likewise.
7365         * sysdeps/s390/multiarch/strrchr.c: Likewise.
7366         * sysdeps/s390/multiarch/wcsrchr-c.c: Likewise.
7367         * sysdeps/s390/multiarch/wcsrchr-vx.S: Likewise.
7368         * sysdeps/s390/multiarch/wcsrchr.c: Likewise.
7369         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strrchr and
7370         wcsrchr functions.
7371         * sysdeps/s390/multiarch/ifunc-impl-list.c
7372         (__libc_ifunc_impl_list): Add ifunc test for strrchr, wcsrchr.
7373         * benchtests/bench-wcsrchr.c: New File.
7374         * benchtests/Makefile (wcsmbs-bench): Add wcsrchr.
7376         * sysdeps/s390/multiarch/strchrnul-c.c: New File.
7377         * sysdeps/s390/multiarch/strchrnul-vx.S: Likewise.
7378         * sysdeps/s390/multiarch/strchrnul.c: Likewise.
7379         * sysdeps/s390/multiarch/wcschrnul-c.c: Likewise.
7380         * sysdeps/s390/multiarch/wcschrnul-vx.S: Likewise.
7381         * sysdeps/s390/multiarch/wcschrnul.c: Likewise.
7382         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strchrnul and
7383         wcschrnul functions.
7384         * sysdeps/s390/multiarch/ifunc-impl-list.c
7385         (__libc_ifunc_impl_list): Add ifunc test for strchrnul, wcschrnul.
7386         * wcsmbs/wcschrnul.c: Use WCSCHRNUL if defined.
7387         * string/test-strchr.c: Add wcschrnul support.
7388         * wcsmbs/test-wcschrnul.c: New File.
7389         * wcsmbs/Makefile (strop-tests): Add wcschrnul.
7390         * benchtests/bench-strchr.c: Add wcschrnul support.
7391         * benchtests/bench-wcschrnul.c: New File.
7392         * benchtests/Makefile (wcsmbs-bench): Add wcschrnul.
7394         * sysdeps/s390/multiarch/strchr-c.c: New File.
7395         * sysdeps/s390/multiarch/strchr-vx.S: Likewise.
7396         * sysdeps/s390/multiarch/strchr.c: Likewise.
7397         * sysdeps/s390/multiarch/wcschr-c.c: Likewise.
7398         * sysdeps/s390/multiarch/wcschr-vx.S: Likewise.
7399         * sysdeps/s390/multiarch/wcschr.c: Likewise.
7400         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strchr and
7401         wcschr functions.
7402         * sysdeps/s390/multiarch/ifunc-impl-list.c
7403         (__libc_ifunc_impl_list): Add ifunc test for strchr, wcschr.
7404         * string/strchr.c (STRCHR): Define and use macro.
7405         * benchtests/bench-wcschr.c: New File.
7406         * benchtests/Makefile (wcsmbs-bench): Add wcschr.
7408         * sysdeps/s390/multiarch/strncmp-c.c: New File.
7409         * sysdeps/s390/multiarch/strncmp-vx.S: Likewise.
7410         * sysdeps/s390/multiarch/strncmp.c: Likewise.
7411         * sysdeps/s390/multiarch/wcsncmp-c.c: Likewise.
7412         * sysdeps/s390/multiarch/wcsncmp-vx.S: Likewise.
7413         * sysdeps/s390/multiarch/wcsncmp.c: Likewise.
7414         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncmp and
7415         wcsncmp functions.
7416         * sysdeps/s390/multiarch/ifunc-impl-list.c
7417         (__libc_ifunc_impl_list): Add ifunc test for strncmp, wcsncmp.
7418         * wcsmbs/wcsncmp.c (WCSNCMP): Define and use macro.
7419         * benchtests/bench-strncmp.c: Add wcsncmp support.
7420         * benchtests/bench-wcsncmp.c: New File.
7421         * benchtests/Makefile (wcsmbs-bench): Add wcsncmp.
7423         * sysdeps/s390/multiarch/strcmp-vx.S: New File.
7424         * sysdeps/s390/multiarch/strcmp.c: Likewise.
7425         * sysdeps/s390/multiarch/wcscmp-c.c: Likewise.
7426         * sysdeps/s390/multiarch/wcscmp-vx.S: Likewise.
7427         * sysdeps/s390/multiarch/wcscmp.c: Likewise.
7428         * sysdeps/s390/s390-32/multiarch/strcmp.c: Likewise.
7429         * sysdeps/s390/s390-64/multiarch/strcmp.c: Likewise.
7430         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcmp and
7431         wcscmp functions.
7432         * sysdeps/s390/multiarch/ifunc-impl-list.c
7433         (__libc_ifunc_impl_list): Add ifunc test for strcmp, wcscmp.
7434         * string/strcmp.c (STRCMP): Define and use macro.
7435         * benchtests/bench-wcscmp.c: New File.
7436         * benchtests/Makefile (wcsmbs-bench): Add wcscmp.
7437         * sysdeps/s390/bits/string.h: Fix typo: _HAVE_STRING_ARCH_strcmp
7438         instead of _HAVE_STRING_ARCH_memchr.
7440         * sysdeps/s390/multiarch/strncat-c.c: New File.
7441         * sysdeps/s390/multiarch/strncat-vx.S: Likewise.
7442         * sysdeps/s390/multiarch/strncat.c: Likewise.
7443         * sysdeps/s390/multiarch/wcsncat-c.c: Likewise.
7444         * sysdeps/s390/multiarch/wcsncat-vx.S: Likewise.
7445         * sysdeps/s390/multiarch/wcsncat.c: Likewise.
7446         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncat and
7447         wcsncat functions.
7448         * sysdeps/s390/multiarch/ifunc-impl-list.c
7449         (__libc_ifunc_impl_list): Add ifunc test for strncat, wcsncat.
7450         * wcsmbs/wcsncat.c (WCSNCAT): Define and use macro.
7451         * string/test-strncat.c: Add wcsncat support.
7452         * wcsmbs/test-wcsncat.c: New File.
7453         * wcsmbs/Makefile (strop-tests): Add wcsncat.
7454         * benchtests/bench-strncat.c: Add wcsncat support.
7455         * benchtests/bench-wcsncat.c: New File.
7456         * benchtests/Makefile (wcsmbs-bench): Add wcsncat.
7458         * sysdeps/s390/multiarch/strcat-c.c: New File.
7459         * sysdeps/s390/multiarch/strcat-vx.S: Likewise.
7460         * sysdeps/s390/multiarch/strcat.c: Likewise.
7461         * sysdeps/s390/multiarch/wcscat-c.c: Likewise.
7462         * sysdeps/s390/multiarch/wcscat-vx.S: Likewise.
7463         * sysdeps/s390/multiarch/wcscat.c: Likewise.
7464         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcat and
7465         wcscat functions.
7466         * sysdeps/s390/multiarch/ifunc-impl-list.c
7467         (__libc_ifunc_impl_list): Add ifunc test for strcat, wcscat.
7468         * string/strcat.c (STRCAT): Define and use macro.
7469         * wcsmbs/wcscat.c: Use WCSCAT if defined.
7470         * string/test-strcat.c: Add wcscat support.
7471         * wcsmbs/test-wcscat.c: New File.
7472         * wcsmbs/Makefile (strop-tests): Add wcscat.
7473         * benchtests/bench-strcat.c: Add wcscat support.
7474         * benchtests/bench-wcscat.c: New File.
7475         * benchtests/Makefile (wcsmbs-bench): Add wcscat.
7477         * sysdeps/s390/multiarch/stpncpy-c.c: New File.
7478         * sysdeps/s390/multiarch/stpncpy-vx.S: Likewise.
7479         * sysdeps/s390/multiarch/stpncpy.c: Likewise.
7480         * sysdeps/s390/multiarch/wcpncpy-c.c: Likewise.
7481         * sysdeps/s390/multiarch/wcpncpy-vx.S: Likewise.
7482         * sysdeps/s390/multiarch/wcpncpy.c: Likewise.
7483         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add stpncpy and
7484         wcpncpy functions.
7485         * sysdeps/s390/multiarch/ifunc-impl-list.c
7486         (__libc_ifunc_impl_list): Add ifunc test for stpncpy, wcpncpy.
7487         * wcsmbs/wcpncpy.c: Use WCPNCPY if defined.
7488         * string/test-stpncpy.c: Add wcpncpy support.
7489         * wcsmbs/test-wcpncpy.c: New File.
7490         * wcsmbs/Makefile (strop-tests): Add wcpncpy.
7491         * benchtests/bench-stpncpy.c: Add wcpncpy support.
7492         * benchtests/bench-wcpncpy.c: New File.
7493         * benchtests/Makefile (wcsmbs-bench): Add wcpncpy.
7495         * sysdeps/s390/multiarch/strncpy-vx.S: New File.
7496         * sysdeps/s390/multiarch/strncpy.c: Likewise.
7497         * sysdeps/s390/multiarch/wcsncpy-c.c: Likewise.
7498         * sysdeps/s390/multiarch/wcsncpy-vx.S: Likewise.
7499         * sysdeps/s390/multiarch/wcsncpy.c: Likewise.
7500         * sysdeps/s390/s390-32/multiarch/strncpy.c: Likewise.
7501         * sysdeps/s390/s390-64/multiarch/strncpy.c: Likewise.
7502         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncpy and
7503         wcsncpy functions.
7504         * wcsmbs/wcsncpy.c: Use WCSNCPY if defined.
7505         * sysdeps/s390/multiarch/ifunc-impl-list.c
7506         (__libc_ifunc_impl_list): Add ifunc test for strncpy, wcsncpy.
7507         * string/test-strncpy.c: Add wcsncpy support.
7508         * wcsmbs/test-wcsncpy.c: New File.
7509         * wcsmbs/Makefile (strop-tests): Add wcsncpy.
7510         * benchtests/bench-strncpy.c: Add wcsncpy support.
7511         * benchtests/bench-wcsncpy.c: New File.
7512         * benchtests/Makefile (wcsmbs-bench): Add wcsncpy
7514         * sysdeps/s390/multiarch/stpcpy-c.c: New File.
7515         * sysdeps/s390/multiarch/stpcpy-vx.S: Likewise.
7516         * sysdeps/s390/multiarch/stpcpy.c: Likewise.
7517         * sysdeps/s390/multiarch/wcpcpy-c.c: Likewise.
7518         * sysdeps/s390/multiarch/wcpcpy-vx.S: Likewise.
7519         * sysdeps/s390/multiarch/wcpcpy.c: Likewise.
7520         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add stpcpy and
7521         wcpcpy functions.
7522         * string/stpcpy.c: Use STPCPY if defined.
7523         * wcsmbs/wcpcpy.c: Use WCPCPY if defined.
7524         * sysdeps/s390/multiarch/ifunc-impl-list.c
7525         (__libc_ifunc_impl_list): Add ifunc test for stpcpy, wcpcpy.
7526         * string/test-stpcpy.c: Add wcpcpy support.
7527         * wcsmbs/test-wcpcpy.c: New File.
7528         * wcsmbs/Makefile (strop-tests): Add wcpcpy.
7529         * benchtests/bench-stpcpy.c: Add wcpcpy support.
7530         * benchtests/bench-wcpcpy.c: New File.
7531         * benchtests/Makefile (wcsmbs-bench): Add wcpcpy.
7533         * sysdeps/s390/multiarch/strcpy-vx.S: New File.
7534         * sysdeps/s390/multiarch/strcpy.c: Likewise.
7535         * sysdeps/s390/multiarch/wcscpy-c.c: Likewise.
7536         * sysdeps/s390/multiarch/wcscpy-vx.S: Likewise.
7537         * sysdeps/s390/multiarch/wcscpy.c: Likewise.
7538         * sysdeps/s390/s390-32/multiarch/strcpy.c: Likewise.
7539         * sysdeps/s390/s390-64/multiarch/strcpy.c: Likewise.
7540         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcpy and
7541         wcscpy functions.
7542         * sysdeps/s390/multiarch/ifunc-impl-list.c
7543         (__libc_ifunc_impl_list): Add ifunc test for strcpy, wcscpy.
7544         * benchtests/bench-wcscpy.c: New File.
7545         * benchtests/Makefile (wcsmbs-bench): Add wcscpy.
7547         * sysdeps/s390/multiarch/strnlen-c.c: New File.
7548         * sysdeps/s390/multiarch/strnlen-vx.S: Likewise.
7549         * sysdeps/s390/multiarch/strnlen.c: Likewise.
7550         * sysdeps/s390/multiarch/wcsnlen-c.c: Likewise.
7551         * sysdeps/s390/multiarch/wcsnlen-vx.S: Likewise.
7552         * sysdeps/s390/multiarch/wcsnlen.c: Likewise.
7553         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strnlen and
7554         wcsnlen functions.
7555         * sysdeps/s390/multiarch/ifunc-impl-list.c
7556         (__libc_ifunc_impl_list): Add ifunc test for strnlen, wcsnlen.
7557         * wcsmbs/wcsnlen.c: Use WCSNLEN if defined.
7558         * string/test-strnlen.c: Add wcsnlen support.
7559         * wcsmbs/test-wcsnlen.c: New File.
7560         * wcsmbs/Makefile (strop-tests): Add wcsnlen.
7561         * benchtests/bench-strnlen.c: Add wcsnlen support.
7562         * benchtests/bench-wcsnlen.c: New File.
7563         * benchtests/Makefile (wcsmbs-bench): Add wcsnlen.
7565         * sysdeps/s390/multiarch/Makefile: New File.
7566         * sysdeps/s390/multiarch/strlen-c.c: Likewise.
7567         * sysdeps/s390/multiarch/strlen-vx.S: Likewise.
7568         * sysdeps/s390/multiarch/strlen.c: Likewise.
7569         * sysdeps/s390/multiarch/wcslen-c.c: Likewise.
7570         * sysdeps/s390/multiarch/wcslen-vx.S: Likewise.
7571         * sysdeps/s390/multiarch/wcslen.c: Likewise.
7572         * string/strlen.c (STRLEN): Define and use macro.
7573         * sysdeps/s390/multiarch/ifunc-impl-list.c
7574         (IFUNC_VX_IMPL): New macro function.
7575         (__libc_ifunc_impl_list): Add ifunc test for strlen, wcslen.
7576         * benchtests/Makefile (wcsmbs-bench): New variable.
7577         (string-bench-all): Added wcsmbs-bench.
7578         * benchtests/bench-wcslen.c: New File.
7580         * sysdeps/s390/multiarch/ifunc-resolve.h (s390_vx_libc_ifunc,
7581         s390_vx_libc_ifunc2): New macro function.
7583         * config.h.in (HAVE_S390_VX_ASM_SUPPORT): New macro undefine.
7584         * sysdeps/s390/configure.ac: Add test for S390 vector instruction
7585         assembler support.
7586         * sysdeps/s390/configure: Regenerated.
7588         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add z13.
7589         * sysdeps/s390/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increased.
7591         * sysdeps/s390/dl-procinfo.c (_dl_s390_platforms): Add vector flag.
7592         * sysdeps/s390/dl-procinfo.h: Add vector capability.
7593         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h (HWCAP_S390_VX): Define.
7595         * sysdeps/s390/s390-32/multiarch/Makefile (sysdep_routines):
7596         Remove ifunc-resolve, add memset-s390, memcpy-s390, memcmp-s390.
7597         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Delete File.
7598         * sysdeps/s390/s390-32/multiarch/memcmp.S: Move to ...
7599         * sysdeps/s390/s390-32/multiarch/memcmp-s390.S: ... here.
7600         (memcmp, bcmp): Use __memcmp_default as alias source.
7601         * sysdeps/s390/s390-32/multiarch/memcmp.c: New File.
7602         * sysdeps/s390/s390-32/memcmp.S (__memcmp_g5):
7603         Rename to __memcmp_default.
7604         * sysdeps/s390/s390-32/multiarch/memcpy.S: Move to ...
7605         * sysdeps/s390/s390-32/multiarch/memcpy-s390.S: ... here.
7606         (memcpy): Use __memcpy_default as alias source.
7607         * sysdeps/s390/s390-32/multiarch/memcpy.c: New File.
7608         * sysdeps/s390/s390-32/memcpy.S (__memcpy_g5):
7609         Rename to __memcpy_default.
7610         * sysdeps/s390/s390-32/multiarch/memset.S: Move to ...
7611         * sysdeps/s390/s390-32/multiarch/memset-s390.S: ... here.
7612         (memset): Use __memset_default as alias source.
7613         * sysdeps/s390/s390-32/multiarch/memset.c: New File.
7614         * sysdeps/s390/s390-32/memset.S (__memset_g5):
7615         Rename to __memset_default.
7616         * sysdeps/s390/s390-64/multiarch/Makefile (sysdep_routines):
7617         Remove ifunc-resolve, add memset-s390x, memcpy-s390x, memcmp-s390x.
7618         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Delete File.
7619         * sysdeps/s390/s390-64/multiarch/memcmp.S: Move to ...
7620         * sysdeps/s390/s390-64/multiarch/memcmp-s390x.S: ... here.
7621         (memcmp, bcmp): Use __memcmp_default as alias source.
7622         * sysdeps/s390/s390-64/multiarch/memcmp.c: New File.
7623         * sysdeps/s390/s390-64/memcmp.S (__memcmp_z900):
7624         Rename to __memcmp_default.
7625         * sysdeps/s390/s390-64/multiarch/memcpy.S: Move to ...
7626         * sysdeps/s390/s390-64/multiarch/memcpy-s390x.S: ... here.
7627         (memcpy): Use __memcpy_default as alias source.
7628         * sysdeps/s390/s390-64/multiarch/memcpy.c: New File.
7629         * sysdeps/s390/s390-64/memcpy.S (__memcpy_z900):
7630         Rename to __memcpy_default.
7631         * sysdeps/s390/s390-64/multiarch/memset.S: Move to ...
7632         * sysdeps/s390/s390-64/multiarch/memset-s390x.S: ... here.
7633         (memset): Use __memset_default as alias source.
7634         * sysdeps/s390/s390-64/multiarch/memset.c: New File.
7635         * sysdeps/s390/s390-64/memset.S (__memset_z900):
7636         Rename to __memset_default.
7637         * sysdeps/s390/multiarch/ifunc-resolve.h: New File.
7638         * sysdeps/s390/multiarch/ifunc-impl-list.c: New File.
7640         [BZ #18610]
7641         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Rename
7642         __ieee_instruction_pointer to __unused.
7643         * sysdeps/s390/fpu/fesetenv.c (__fesetenv): Remove usage of
7644         __ieee_instruction_pointer.
7645         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Fix dxc-field handling.
7646         * sysdeps/s390/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
7647         * sysdeps/s390/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
7648         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
7649         * sysdeps/s390/fpu/fpu_control.h (_FPU_RESERVED):
7650         Mark dxc-field as reserved.
7652 2015-08-25  Roland McGrath  <roland@hack.frob.com>
7654         * sysdeps/nacl/start.c (_start): Call __nacl_main instead of main
7655         if the weak reference is not null.
7657 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
7659         * sysdeps/x86_64/strcmp.S: Remove "#if !IS_IN (libc)".
7661         [BZ #11214]
7662         * sysdeps/unix/sysv/linux/Makefile (tst-getpid2-ENV): Removed.
7664 2015-08-25  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
7666         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: Define new macros.
7667         * sysdeps/unix/sysv/linux/accept.c: Call direct system call.
7668         * sysdeps/unix/sysv/linux/bind.c: Call direct system call.
7669         * sysdeps/unix/sysv/linux/connect.c: Call direct system call.
7670         * sysdeps/unix/sysv/linux/getpeername.c: Call direct system call.
7671         * sysdeps/unix/sysv/linux/getsockname.c: Call direct system call.
7672         * sysdeps/unix/sysv/linux/getsockopt.c: Call direct system call.
7673         * sysdeps/unix/sysv/linux/listen.c: Call direct system call.
7674         * sysdeps/unix/sysv/linux/recv.c: Call direct system call.
7675         * sysdeps/unix/sysv/linux/recvfrom.c: Call direct system call.
7676         * sysdeps/unix/sysv/linux/recvmsg.c: Call direct system call.
7677         * sysdeps/unix/sysv/linux/send.c: Call direct system call.
7678         * sysdeps/unix/sysv/linux/sendmsg.c: Call direct system call.
7679         * sysdeps/unix/sysv/linux/sendto.c: Call direct system call.
7680         * sysdeps/unix/sysv/linux/setsockopt.c: Call direct system call.
7681         * sysdeps/unix/sysv/linux/shutdown.c: Call direct system call.
7682         * sysdeps/unix/sysv/linux/socket.c: Call direct system call.
7683         * sysdeps/unix/sysv/linux/socketpair.c: Call direct system call.
7685 2015-08-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
7687         * sysdeps/powerpc/powerpc32/sysdep.h (ABORT_TRANSACTION): Use
7688         register other than r0 for tabort, it has special meaning.
7689         * sysdeps/powerpc/powerpc64/sysdep.h (ABORT_TRANSACTION): Likewise
7690         * sysdeps/unix.sysv/linux/powerpc/syscall.S (syscall): Abort
7691         transaction before starting syscall.
7693 2015-08-25  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
7695         * sysdeps/powerpc/powerpc64/power7/strstr.S: Handle worst case.
7697 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
7699         * sysdeps/x86_64/strlen.S: Replace %xmm[8-12] with %xmm[0-4].
7701         * sysdeps/x86_64/rtld-memcmp.c: Removed.
7702         * sysdeps/x86_64/rtld-memset.S: Likewise.
7703         * sysdeps/x86_64/rtld-strchr.S: Likewise.
7704         * sysdeps/x86_64/rtld-strlen.S: Likewise.
7705         * sysdeps/x86_64/multiarch/rtld-memcmp.c: Likewise.
7706         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7708         * sysdeps/x86_64/memset.S: Replace %xmm8 with %xmm0.
7710 2015-08-25  Ondřej Bílka  <neleai@seznam.cz>
7712         * debug/strcpy_chk.c: Improve performance.
7713         * debug/stpcpy_chk.c: Likewise.
7714         * sysdeps/x86_64/strcpy_chk.S: Remove.
7715         * sysdeps/x86_64/stpcpy_chk.S: Remove.
7717         [BZ #18240]
7718         * misc/hsearch_r.c (__hcreate_r): Handle overflow.
7720 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
7722         [BZ #15128]
7723         * sysdeps/x86_64/Makefile [$(subdir) == elf] (tests): Add
7724         ifuncmain8.
7725         (modules-names): Add ifuncmod8.
7726         ($(objpfx)ifuncmain8): New rule.
7727         * sysdeps/x86_64/dl-machine.h: Include <dl-procinfo.h> and
7728         <cpuid.h>.
7729         (elf_machine_runtime_setup): Use _dl_runtime_resolve_sse,
7730         _dl_runtime_resolve_avx, or _dl_runtime_resolve_avx512,
7731         _dl_runtime_profile_sse, _dl_runtime_profile_avx, or
7732         _dl_runtime_profile_avx512, based on HAS_ARCH_FEATURE.
7733         * sysdeps/x86_64/dl-trampoline.S: Rewrite.
7734         * sysdeps/x86_64/dl-trampoline.h: Likewise.
7735         * sysdeps/x86_64/ifuncmain8.c: New file.
7736         * sysdeps/x86_64/ifuncmod8.c: Likewise.
7737         * sysdeps/x86_64/nptl/tcb-offsets.sym (RTLD_SAVESPACE_SSE):
7738         Removed.
7739         * sysdeps/x86_64/nptl/tls.h (__128bits): Removed.
7740         (tcbhead_t): Change rtld_must_xmm_save to __glibc_unused1.
7741         Change rtld_savespace_sse to __glibc_unused2.
7742         (RTLD_CHECK_FOREIGN_CALL): Removed.
7743         (RTLD_ENABLE_FOREIGN_CALL): Likewise.
7744         (RTLD_PREPARE_FOREIGN_CALL): Likewise.
7745         (RTLD_FINALIZE_FOREIGN_CALL): Likewise.
7747 2015-08-24  Wilco Dijkstra  <wdijkstr@arm.com>
7749         * sysdeps/aarch64/bzero.S (__bzero): Remove.
7751 2015-08-24  Wilco Dijkstra  <wdijkstr@arm.com>
7753         * sysdeps/aarch64/fpu/math_private.h (libc_feholdsetround_aarch64_ctx):
7754         Unconditionally set __fpcr to avoid uninialized warning.
7755         (libc_feholdsetround_noex_aarch64_ctx): Likewise.
7757 2015-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7759         * malloc/arena.c (arena_get_retry): Don't use main_arena if it
7760         is corrupt.
7762         * malloc/arena.c (arena_get2): Drop unused argument.
7763         (arena_lock): Adjust.
7764         (arena_get_retry): Likewise.
7766 2015-08-24  Andreas Schwab  <schwab@suse.de>
7768         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_IPC64):
7769         Don't define.
7770         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
7771         (__ASSUME_IPC64): Don't undef.
7772         * sysdeps/unix/sysv/linux/msgctl.c: Don't check for __ASSUME_IPC64.
7773         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
7774         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
7775         * sysdeps/unix/sysv/linux/i386/msgctl.c: Remove.
7776         * sysdeps/unix/sysv/linux/i386/semctl.c: Remove.
7777         * sysdeps/unix/sysv/linux/i386/shmctl.c: Remove.
7778         * sysdeps/unix/sysv/linux/m68k/msgctl.c: Remove.
7779         * sysdeps/unix/sysv/linux/m68k/semctl.c: Remove.
7780         * sysdeps/unix/sysv/linux/m68k/shmctl.c: Remove.
7781         * sysdeps/unix/sysv/linux/s390/s390-32/msgctl.c: Remove.
7782         * sysdeps/unix/sysv/linux/s390/s390-32/semctl.c: Remove.
7783         * sysdeps/unix/sysv/linux/s390/s390-32/shmctl.c: Remove.
7784         * sysdeps/unix/sysv/linux/sh/msgctl.c: Remove.
7785         * sysdeps/unix/sysv/linux/sh/semctl.c: Remove.
7786         * sysdeps/unix/sysv/linux/sh/shmctl.c: Remove.
7787         * sysdeps/unix/sysv/linux/sparc/sparc32/msgctl.c: Remove.
7788         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Remove.
7789         * sysdeps/unix/sysv/linux/sparc/sparc32/shmctl.c: Remove.
7790         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Remove.
7791         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Remove.
7792         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Remove.
7794 2015-08-21  Mike Frysinger  <vapier@gentoo.org>
7796         * manual/Makefile (install): Only build manual when perl is available.
7798 2015-08-21  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
7800         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Replace
7801         '#undef memcpy' by '#undef memchr'.
7803 2015-08-21  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
7805         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: Make
7806         memchr not point to the internal __GI_memchr implementation.
7808 2015-08-20  Joseph Myers  <joseph@codesourcery.com>
7810         * timezone/Makefile (CFLAGS-zdump.c): Remove
7811         -Wno-strict-prototypes.
7812         (CFLAGS-zic.c): Likewise.
7813         (CFLAGS-ialloc.c): Likewise.
7814         (CFLAGS-scheck.c): Likewise.
7816         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Do not add
7817         -Wno-error=undef.
7819 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
7821         * i386/i686/multiarch/strcasestr-c.c: Removed.
7822         * x86_64/multiarch/strcasestr.c: Likewise.
7823         * x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7824         Remove strcasestr.
7826 2015-08-20  Joseph Myers  <joseph@codesourcery.com>
7828         * math/Makefile (CFLAGS): Don't add -Wno-uninitialized.
7830         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Always initialize
7831         variables for high and low parts before possibly modifying them.
7833 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
7835         * sysdeps/i386/i686/multiarch/init-arch.h: Removed.
7836         * sysdeps/unix/sysv/linux/x86/init-arch.h: Likewise.
7837         * sysdeps/x86_64/cacheinfo.c: Include <init-arch.h> instead
7838         of "multiarch/init-arch.h".
7839         * sysdeps/x86_64/multiarch/init-arch.h: Renamed to ...
7840         * sysdeps/x86/init-arch.h: This.
7842 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
7844         * sysdeps/i386/i686/multiarch/init-arch.c: Removed.
7845         * sysdeps/unix/sysv/linux/x86/init-arch.c: Likewise.
7847 2015-08-20  Ondřej Bílka  <neleai@seznam.cz>
7849         [BZ #17787]
7850         * manual/macros.texi: Add twoexp macro.
7851         * manual/filesys.texi: Fix exponents.
7852         * manual/llio.texi: Likewise.
7853         * manual/stdio.texi: Likewise.
7855 2015-08-20  Florian Weimer  <fweimer@redhat.com>
7857         * sysdeps/x86/elide.h (ELIDE_UNLOCK): Document crash due to
7858         incorrect use.
7860 2015-08-19  Joseph Myers  <joseph@codesourcery.com>
7862         [BZ #18370]
7863         * math/s_csqrt.c (__csqrt): Force underflow exception for results
7864         whose real or imaginary part has small absolute value.
7865         * math/s_csqrtf.c (__csqrtf): Likewise.
7866         * math/s_csqrtl.c (__csqrtl): Likewise.
7867         * math/auto-libm-test-in: Add more tests of csqrt.
7868         * math/auto-libm-test-out: Regenerated.
7869         * sysdeps/i386/fpu/libm-test-ulps: Update.
7871 2015-08-19  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
7873         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_set_ppr_med_high,
7874         __ppc_set_ppr_very_low): New functions.
7875         * manual/platform.texi: Add documentation about
7876         __ppc_set_ppr_med_high and __ppc_set_ppr_very_low.
7878 2015-08-19  Wilco Dijkstra  <wdijkstr@arm.com>
7880         * string/stpncpy.c (stpncpy): Improve performance using
7881         __strnlen/memcpy/memset.
7883 2015-08-19  Andrew Senkevich  <andrew.senkevich@intel.com>
7885         [BZ #18796]
7886         * scripts/test-installation.pl: Don't add -lmvec to build options if
7887         libmvec wasn't built.
7889 2015-08-19   Petar Jovanovic  <petar.jovanovic@rt-rk.com>
7891         [BZ #14341]
7892         * elf/dynamic-link.h (elf_machine_lazy_rel): Properly handle the
7893         case when there is a gap between DT_REL and DT_JMPREL sections.
7894         * sysdeps/x86_64/Makefile (tests): Add tst-split-dynreloc.
7895         (LDFLAGS-tst-split-dynreloc): New.
7896         (tst-split-dynreloc-ENV): Likewise.
7897         * sysdeps/x86_64/tst-split-dynreloc.c: New file.
7898         * sysdeps/x86_64/tst-split-dynreloc.lds: Likewise.
7900 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
7902         [BZ #18822]
7903         * sysdeps/unix/sysv/linux/xstatconv.h (__xstat_conv): Add
7904         attribute_hidden.
7905         (__xstat64_conv): Likewise.
7906         (__xstat32_conv): Likewise.
7908 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
7910         [BZ #18822]
7911         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext):
7912         Don't load %ebx when calling __setcontext.  Call __setcontext
7913         with HIDDEN_JUMPTARGET.
7914         * sysdeps/unix/sysv/linux/i386/setcontext.S (__setcontext): Add
7915         libc_hidden_def.
7917 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
7919         * sysdeps/i386/i686/Makefile
7920         [$(subdir) == string] (sysdep_routines): Moved to ...
7921         * sysdeps/i386/Makefile: Here.
7922         * sysdeps/i386/i686/cacheinfo.c: Moved to ...
7923         * sysdeps/i386/cacheinfo.c: Here.
7924         * sysdeps/unix/sysv/linux/i386/sysconf.c: Removed.
7925         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: Likewise.
7926         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Moved to ...
7927         * sysdeps/unix/sysv/linux/x86/sysconf.c: Here.
7929 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
7931         * sysdeps/x86/cpu-features.h (HAS_I586): Defined to 1 if
7932         __i586__ is defined.
7933         (HAS_I686): Defined to 1 if __i686__ is defined.
7935 2015-08-19  Joseph Myers  <joseph@codesourcery.com>
7937         * elf/Makefile [$(have-z-execstack) = yes]
7938         (CPPFLAGS-tst-execstack.c): New variable.
7940         * login/tst-utmp.c [_HAVE_UT_TYPE || defined UTMPX]: Change
7941         conditional to [defined UTMPX || _HAVE_UT_TYPE].
7942         [_HAVE_UT_TV || defined UTMPX]: Change conditional to [defined
7943         UTMPX || _HAVE_UT_TV].
7944         [_HAVE_UT_TV - 0 || defined UTMPX]: Change conditional to [defined
7945         UTMPX || _HAVE_UT_TV - 0].
7947 2015-08-18  Joseph Myers  <joseph@codesourcery.com>
7949         * sysdeps/mips/dl-machine.h [__mips_isa_rev < 6]: Change
7950         conditionals to [!defined __mips_isa_rev || __mips_isa_rev < 6].
7951         * sysdeps/mips/machine-gmon.h [__mips_isa_rev < 6]: Likewise.
7953 2015-08-18  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
7955         * sysdeps/powerpc/dl-procinfo.c:
7956         (_dl_powerpc_cap_flags): Added missing strings for some
7957         hwcap features.
7958         * sysdeps/powerpc/dl-procinfo.h: Updated hwcap bit count.
7960 2015-08-18  Paul Eggert  <eggert@cs.ucla.edu>
7962         Port the 0x7efe...feff pattern to GCC 6.
7963         See Steve Ellcey's bug report in:
7964         https://sourceware.org/ml/libc-alpha/2015-07/msg00673.html
7965         * string/memrchr.c (MEMRCHR):
7966         * string/rawmemchr.c (RAWMEMCHR):
7967         * string/strchr.c (strchr):
7968         * string/strchrnul.c (STRCHRNUL):
7969         Rewrite code to avoid issues with signed shift overflow.
7971 2015-08-18  H.J. Lu  <hongjiu.lu@intel.com>
7973         * sysdeps/x86/cpu-features.c (init_cpu_features): Check
7974         whether cpuid is available only if HAS_CPUID is 0.
7975         * sysdeps/x86/cpu-features.h (HAS_CPUID): New.
7976         (HAS_I586): Likewise.
7977         (HAS_I686): Likewise.
7979 2015-08-18  Zack Weinberg  <zackw@panix.com>
7981         * misc/Versions (libc): Add GLIBC_2.23.
7983 2015-08-18  Alan Modra  <amodra@gmail.com>
7985         [BZ #18421]
7986         * sysdeps/hppa/start.S [SHARED]: Use .section .data.rel.ro and define
7987         .Lp__global.
7988         (_start): Load %dp via .Lp__global.
7989         [!SHARED]: Use .section .rodata.
7991 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
7993         * sysdeps/unix/sysv/linux/hppa/bits/timerfd.h: New file.
7994         * sysdeps/unix/sysv/linux/hppa/sys/timerfd.h: Delete.
7996 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
7998         * sysdeps/unix/sysv/linux/hppa/bits/signalfd.h: New file.
7999         * sysdeps/unix/sysv/linux/hppa/sys/signalfd.h: Delete.
8001 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8003         * sysdeps/unix/sysv/linux/hppa/bits/inotify.h: New file.
8004         * sysdeps/unix/sysv/linux/hppa/sys/inotify.h: Delete.
8006 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8008         * sysdeps/unix/sysv/linux/hppa/bits/eventfd.h: New file.
8009         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Delete.
8011 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8013         * sysdeps/unix/sysv/linux/hppa/bits/epoll.h: New file.
8014         * sysdeps/unix/sysv/linux/hppa/sys/epoll.h: Delete.
8016 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8018         * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h (SA_RESETHAND,
8019         SA_NODEFER, SA_RESTART): Define when __USE_XOPEN2K8 is defined.
8021 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8023         * sysdeps/unix/sysv/linux/hppa/bits/shm.h (SHM_EXEC): Define.
8025 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8027         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Delete
8028         kernel-features.h include.  Delete __ASSUME_LWS_CAS checks.
8029         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
8030         (__ASSUME_LWS_CAS): Delete.
8032 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
8034         * sysdeps/hppa/configure.ac: Delete binutils tls checks.
8035         * sysdeps/hppa/configure: Regenerated.
8036         * sysdeps/hppa/dl-machine.h: Delete USE_TLS and USE___THREAD checks.
8037         * sysdeps/hppa/libc-tls.c: Delete USE_TLS checks.
8038         * sysdeps/hppa/nptl/tls.h: Likewise.
8040 2015-08-17  Joseph Myers  <joseph@codesourcery.com>
8042         [BZ #18823]
8043         * math/s_csqrt.c (__csqrt): Increase threshold and scale factor
8044         for scaling up small arguments.
8045         * math/s_csqrtf.c (__csqrtf): Likewise.
8046         * math/s_csqrtl.c (__csqrtl): Likewise.
8047         * math/auto-libm-test-in: Add more tests of csqrt.
8048         * math/auto-libm-test-out: Regenerated.
8050 2015-08-17  Andreas Schwab  <schwab@suse.de>
8052         * sysdeps/unix/sysv/linux/powerpc/Versions (libm): Add empty
8053         version set GLIBC_2.19.
8055 2015-08-16  Zack Weinberg  <zackw@panix.com>
8057         [BZ #18681]
8058         * misc/regexp.h: This interface is no longer supported.
8059         Remove all contents, leaving only an #error directive.
8060         * misc/regexp.c (loc1, loc2, locs, step, advance):
8061         Demote to compatibility symbols.
8063 2015-08-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
8065         [BZ #18084]
8066         * debug/tst-backtrace2.c (do_test): Add test for BZ #18084.
8067         * sysdeps/arm/backtrace.c (__backtrace): Handle size <= 0.
8068         * sysdeps/i386/backtrace.c (__backtrace): Likewise.
8069         * sysdeps/m68k/backtrace.c (__backtrace): Likewise.
8070         * sysdeps/microblaze/backtrace.c (__backtrace): Likewise.
8071         * sysdeps/s390/s390-32/backtrace.c (__backtrace): Likewise.
8072         * sysdeps/s390/s390-64/backtrace.c (__backtrace): Likewise.
8073         * sysdeps/sparc/backtrace.c (__backtrace): Likewise.
8074         * sysdeps/x86_64/backtrace.c (__backtrace): Likewise.
8076 2015-08-15  Zack Weinberg  <zackw@panix.com>
8078         [BZ #18795]
8079         * string/bits/string3.h (stpncpy): Call __stpncpy_chk if the
8080         buffer length is known to be too large, not if it's known to be
8081         small enough.
8082         * debug/tst-chk1.c (do_test): Do all tests for catching a buffer
8083         overflow at runtime, involving a length parameter, twice: once
8084         with a compile-time constant length parameter, once without.
8086 2015-08-14  Joseph Myers  <joseph@codesourcery.com>
8088         [BZ #18824]
8089         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Increase threshold for
8090         scaling x * y up instead of down.
8091         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8092         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8093         * math/auto-libm-test-in: Add more tests of fma.
8094         * math/auto-libm-test-out: Regenerated.
8096 2015-08-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
8098         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
8100 2015-08-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
8102         * sysdeps/x86_64/fpu/multiarch/s_floorf.S (__floorf): Remove
8103         unnecessary movq.
8104         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S (__nearbyint):
8105         Likewise.
8107 2015-08-13  Joseph Myers  <joseph@codesourcery.com>
8109         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
8110         asinh, atan, atan2, atanh, cabs, cbrt, cosh, csqrt, erf, erfc,
8111         exp, exp2, lgamma, log, log1p, log2, pow, sin, sincos, tan, tanh
8112         and tgamma.
8113         * math/auto-libm-test-out: Regenerated.
8114         * sysdeps/i386/fpu/libm-test-ulps: Update.
8115         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8117         [BZ #16520]
8118         * sysdeps/ieee754/dbl-64/s_tanh.c: Include <float.h>.
8119         (__tanh): Force underflow exception for arguments with small
8120         absolute value.
8121         * sysdeps/ieee754/flt-32/s_tanhf.c: Include <float.h>.
8122         (__tanhf): Force underflow exception for arguments with small
8123         absolute value.
8124         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Include <float.h>.
8125         (__tanhl): Force underflow exception for arguments with small
8126         absolute value.
8127         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Include <float.h>.
8128         (__tanhl): Force underflow exception for arguments with small
8129         absolute value.
8130         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Include <float.h>.
8131         (__tanhl): Force underflow exception for arguments with small
8132         absolute value.
8133         * math/auto-libm-test-in: Add more tests of tanh.
8134         * math/auto-libm-test-out: Regenerated.
8135         * sysdeps/i386/fpu/libm-test-ulps: Update.
8137 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8139         * sysdeps/x86/cpu-features.c (init_cpu_features): Call
8140         __get_cpuid_max if not compiling for i586, i686 nor x86-64.
8142 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8144         * sysdeps/unix/sysv/linux/x86/elision-conf.h: Don't include
8145         <cpuid.h>.
8147 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8149         * sysdeps/unix/sysv/linux/x86/elision-conf.c (elision_init):
8150         Replace HAS_RTM with HAS_CPU_FEATURE (RTM).
8152 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8154         * math/Makefile ($(addprefix $(objpfx), $(libm-vec-tests))):
8155         Remove $(objpfx)init-arch.o.
8156         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Remove
8157         init-arch.
8158         * sysdeps/x86_64/fpu/math-tests-arch.h (avx_usable): Removed.
8159         (INIT_ARCH_EXT): Defined as empty.
8160         (CHECK_ARCH_EXT): Replace HAS_XXX with HAS_ARCH_FEATURE (XXX).
8161         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: Remove
8162         __init_cpu_features call.  Replace HAS_XXX with
8163         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
8164         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: Likewise.
8165         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Likewise.
8166         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: Likewise.
8167         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: Likewise.
8168         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Likewise.
8169         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: Likewise.
8170         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: Likewise.
8171         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Likewise.
8172         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: Likewise.
8173         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: Likewise.
8174         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Likewise.
8175         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: Likewise.
8176         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: Likewise.
8177         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Likewise.
8178         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: Likewise.
8179         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: Likewise.
8180         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Likewise.
8181         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: Likewise.
8182         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core.S: Likewise.
8183         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core.S: Likewise.
8184         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: Likewise.
8185         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core.S: Likewise.
8186         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core.S: Likewise.
8187         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: Likewise.
8188         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core.S: Likewise.
8189         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core.S: Likewise.
8190         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: Likewise.
8191         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core.S: Likewise.
8192         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core.S: Likewise.
8193         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S: Likewise.
8194         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core.S: Likewise.
8195         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core.S: Likewise.
8196         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: Likewise.
8197         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core.S: Likewise.
8198         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core.S: Likewise.
8200 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8202         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Replace HAS_XXX
8203         with HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
8204         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Likewise.
8205         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Likewise.
8206         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: Likewise.
8207         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: Likewise.
8208         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Likewise.
8209         * sysdeps/i386/i686/multiarch/s_fma.c: Likewise.
8210         * sysdeps/i386/i686/multiarch/s_fmaf.c: Likewise.
8211         * sysdeps/i386/i686/multiarch/bcopy.S: Remove __init_cpu_features
8212         call.  Merge SHARED and !SHARED.  Add LOAD_GOT_AND_RTLD_GLOBAL_RO.
8213         Use LOAD_FUNC_GOT_EAX to load function address.  Replace HAS_XXX
8214         with HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
8215         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
8216         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
8217         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
8218         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
8219         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
8220         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
8221         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
8222         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
8223         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
8224         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
8225         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
8226         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
8227         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
8228         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
8229         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
8230         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
8231         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
8232         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
8233         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
8234         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
8235         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
8236         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
8237         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
8238         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
8239         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
8240         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
8241         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
8242         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
8243         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
8244         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
8246 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8248         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Replace HAS_XXX with
8249         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
8250         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
8251         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
8252         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
8253         * sysdeps/x86_64/fpu/multiarch/e_pow.c: Likewise.
8254         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
8255         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Likewise.
8256         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
8257         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
8258         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
8259         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: Use
8260         LOAD_RTLD_GLOBAL_RO_RDX and HAS_CPU_FEATURE (SSE4_1).
8261         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: Likewise.
8262         * sysdeps/x86_64/fpu/multiarch/s_floor.S: Likewise.
8263         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: Likewise.
8264         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S : Likewise.
8265         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: Likewise.
8266         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: Likewise.
8267         * sysdeps/x86_64/fpu/multiarch/s_rintf.S : Likewise.
8268         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Likewise.
8269         * sysdeps/x86_64/multiarch/sched_cpucount.c: Likewise.
8270         * sysdeps/x86_64/multiarch/strstr.c: Likewise.
8271         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
8272         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
8273         * sysdeps/x86_64/multiarch/test-multiarch.c: Likewise.
8274         * sysdeps/x86_64/multiarch/memcmp.S: Remove __init_cpu_features
8275         call.  Add LOAD_RTLD_GLOBAL_RO_RDX.  Replace HAS_XXX with
8276         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
8277         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
8278         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
8279         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
8280         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
8281         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8282         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8283         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
8284         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
8285         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
8286         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
8287         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
8288         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
8289         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
8290         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
8292 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
8294         * sysdeps/i386/dl-machine.h: Include <cpu-features.c>.
8295         (dl_platform_init): Call init_cpu_features.
8296         * sysdeps/i386/dl-procinfo.c (_dl_x86_cpu_features): New.
8297         * sysdeps/i386/i686/cacheinfo.c
8298         (DISABLE_PREFERRED_MEMORY_INSTRUCTION): Removed.
8299         * sysdeps/i386/i686/multiarch/Makefile (aux): Remove init-arch.
8300         * sysdeps/i386/i686/multiarch/Versions: Removed.
8301         * sysdeps/i386/i686/multiarch/ifunc-defines.sym (KIND_OFFSET):
8302         Removed.
8303         * sysdeps/i386/ldsodefs.h: Include <cpu-features.h>.
8304         * sysdeps/unix/sysv/linux/x86/Makefile
8305         (libpthread-sysdep_routines): Remove init-arch.
8306         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Include
8307         <sysdeps/x86_64/dl-procinfo.c> instead of
8308         sysdeps/generic/dl-procinfo.c>.
8309         * sysdeps/x86/Makefile [$(subdir) == csu] (gen-as-const-headers):
8310         Add cpu-features-offsets.sym and rtld-global-offsets.sym.
8311         [$(subdir) == elf] (sysdep-dl-routines): Add dl-get-cpu-features.
8312         [$(subdir) == elf] (tests): Add tst-get-cpu-features.
8313         [$(subdir) == elf] (tests-static): Add
8314         tst-get-cpu-features-static.
8315         * sysdeps/x86/Versions: New file.
8316         * sysdeps/x86/cpu-features-offsets.sym: Likewise.
8317         * sysdeps/x86/cpu-features.c: Likewise.
8318         * sysdeps/x86/cpu-features.h: Likewise.
8319         * sysdeps/x86/dl-get-cpu-features.c: Likewise.
8320         * sysdeps/x86/libc-start.c: Likewise.
8321         * sysdeps/x86/rtld-global-offsets.sym: Likewise.
8322         * sysdeps/x86/tst-get-cpu-features-static.c: Likewise.
8323         * sysdeps/x86/tst-get-cpu-features.c: Likewise.
8324         * sysdeps/x86_64/dl-procinfo.c: Likewise.
8325         * sysdeps/x86_64/cacheinfo.c (__cpuid_count): Removed.
8326         Assume USE_MULTIARCH is defined and don't check it.
8327         (is_intel): Replace __cpu_features with GLRO(dl_x86_cpu_features).
8328         (is_amd): Likewise.
8329         (max_cpuid): Likewise.
8330         (intel_check_word): Likewise.
8331         (__cache_sysconf): Don't call __init_cpu_features.
8332         (__x86_preferred_memory_instruction): Removed.
8333         (init_cacheinfo): Don't call __init_cpu_features. Replace
8334         __cpu_features with GLRO(dl_x86_cpu_features).
8335         * sysdeps/x86_64/dl-machine.h: <cpu-features.c>.
8336         (dl_platform_init): Call init_cpu_features.
8337         * sysdeps/x86_64/ldsodefs.h: Include <cpu-features.h>.
8338         * sysdeps/x86_64/multiarch/Makefile (aux): Remove init-arch.
8339         * sysdeps/x86_64/multiarch/Versions: Removed.
8340         * sysdeps/x86_64/multiarch/cacheinfo.c: Likewise.
8341         * sysdeps/x86_64/multiarch/init-arch.c: Likewise.
8342         * sysdeps/x86_64/multiarch/ifunc-defines.sym (KIND_OFFSET):
8343         Removed.
8344         * sysdeps/x86_64/multiarch/init-arch.h: Rewrite.
8346 2015-08-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8348         [BZ #18820]
8349         * libio/Makefile (test-fmemopen-mem): New test.
8350         * libio/test-fmemopen.c (do_bz18820): New test.
8351         * libio/fmemopen.c (__fmemopen): Fix memory leak.
8352         * libio/oldfmemopen.c (__old_fmemopen): Likewise.
8354 2015-08-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8356         [BZ #16734]
8357         * libio/libioP.h (ROUND_TO_PAGE, ALLOC_BUF, ALLOC_WBUF): Delete.
8358         (FREE_BUF): Delete.
8359         * libio/libio.h (_IO_FILE_complete): Delete unused _freeres_size.
8360         * libio/genops.c (_IO_setb): Use malloc and free directly.
8361         (_IO_default_doallocate, _IO_default_finish): Likewise.
8362         ( _IO_unbuffer_all): Likewise.
8363         ( libc_freeres_fn): Likewise.
8364         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
8365         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Likewise.
8366         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Likewise.
8367         (_IO_wdefault_doallocate): Likewise.
8369 2015-08-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
8371         [BZ #18086]
8372         * sysdeps/posix/nice.c (nice): Restore old errno.
8373         * posix/tst-nice.c (do_test): Add test for BZ #18086.
8375 2015-08-10  Ondrej Bilka  <neleai@seznam.cz>
8377         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Fix ifunc.
8379 2015-08-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8381         * sysdeps/powerpc/powerpc64/power7/memmove.S (bcopy): Changing to
8382         __bcopy and add a weak_alias to bcopy.
8383         * sysdeps/powerpc/powerpc64/power7/strstr.S (strstr): Use __strnlen
8384         for static build.
8386         * string/stpcpy.c (__stpcpy): Use STPCPY to redefine symbol name and
8387         cleanup macro usage.
8388         * string/strcpy.c (strcpt): Use STRCPY to redefine symbol name.
8389         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.S: Remove file.
8390         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
8391         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.S: Likewise.
8392         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
8393         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: Likewise.
8394         * sysdeps/powerpc/powerpc64/power7/strcpy.S: Likewise.
8395         * sysdeps/powerpc/powerpc64/power7/strcpy.c: Likewise.
8396         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
8397         * sysdeps/powerpc/powerpc64/strcpy.S: Likewise.
8398         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
8399         [SHARED && IS_IN (libc)]: Include <string/strcpy.c>.
8400         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
8401         [SHARED && IS_IN (libc)]: Include <string/stpcpy.c>.
8402         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
8403         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: Likewise.
8404         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: Likewise.
8405         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: Likewise.
8406         * sysdeps/powerpc/powerpc64/power7/strcpy.c: Likewise.
8408         * sysdeps/powerpc/powerpc64/power7/strnlen.S (__strnlen): Add
8409         libc_hidden_def.
8410         (strnlen): Remove libc_hidden_builtin_def and add libc_hidden_def.
8412         * sysdeps/powerpc/powerpc64/power7/Makefile [$(subdir) = string]
8413         (sysdep_routines): Add strstr-ppc64.
8414         * sysdeps/powerpc/powerpc64/power7/strstr-ppc64.c: New file.
8416 2015-08-10  Maxim Ostapenko  <m.ostapenko@partner.samsung.com>
8418         [BZ #18778]
8419         * elf/Makefile (tests): Add Add tst-nodelete2.
8420         (modules-names): Add tst-nodelete2mod.
8421         (tst-nodelete2mod.so-no-z-defs): New.
8422         ($(objpfx)tst-nodelete2): Likewise.
8423         ($(objpfx)tst-nodelete2.out): Likewise.
8424         (LDFLAGS-tst-nodelete2): Likewise.
8425         * elf/dl-close.c (_dl_close_worker): Move DF_1_NODELETE clearing
8426         out of loop through all loaded libraries.
8427         * elf/tst-nodelete2.c: New file.
8428         * elf/tst-nodelete2mod.c: Likewise.
8429         * elf/tst-znodelete-zlib.cc: Delete.
8431 2015-08-11  Andreas Schwab  <schwab@suse.de>
8433         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Don't define.
8434         * sysdeps/unix/sysv/linux/wordsize-64/openat.c
8435         (__openat64_nocancel): Likewise.
8437 2015-08-11  Joseph Myers  <joseph@codesourcery.com>
8439         * math/auto-libm-test-in: Add more tests of acosh, asin, asinh,
8440         atanh, cabs, carg, cbrt, cosh, csqrt, erf, erfc, exp, exp10,
8441         expm1, hypot, log, log10, log1p, log2, pow, sinh, tan and tgamma.
8442         * math/auto-libm-test-out: Regenerated.
8443         * sysdeps/i386/fpu/libm-test-ulps: Update.
8444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8446 2015-08-10  Joseph Myers  <joseph@codesourcery.com>
8448         [BZ #18790]
8449         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Increase
8450         threshold for returning +/- 1.
8451         * math/auto-libm-test-in: Add more tests of tanh.
8452         * math/auto-libm-test-out: Regenerated.
8453         * sysdeps/i386/fpu/libm-test-ulps: Update.
8455 2015-08-10  Andreas Schwab  <schwab@suse.de>
8457         [BZ #18781]
8458         * sysdeps/unix/sysv/linux/openat.c (__OPENAT) [MORE_OFLAGS]: Add
8459         MORE_OFLAGS to oflag.
8460         * io/test-lfs.c (do_test): Test openat64.
8462 2015-08-10  Joseph Myers  <joseph@codesourcery.com>
8464         [BZ #18789]
8465         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Use
8466         smaller threshold for returning the argument.
8467         * math/auto-libm-test-in: Add more tests of sinh.
8468         * math/auto-libm-test-out: Regenerated.
8469         * sysdeps/i386/fpu/libm-test-ulps: Update.
8471 2015-08-09  H.J. Lu  <hongjiu.lu@intel.com>
8473         [BZ #18674]
8474         * sysdeps/i386/tst-auditmod3b.c (la_objsearch): Add a missing
8475         break.
8477 2015-08-09  Andreas Schwab  <schwab@linux-m68k.org>
8479         * timezone/Makefile (tzbases, tzlinks, tzfiles): Don't define.
8480         (generated): Don't add $(addprefix z.,$(tzfiles)).
8482 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
8484         * nptl/tst-cancel-wrappers.sh: Change 3rd arg to gensub to 1.
8485         * scripts/sysd-rules.awk: Likewise.
8487 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
8489         * iconvdata/tst-tables.sh: Change echo -n to printf.
8490         * nss/db-Makefile: Likewise.
8491         * posix/tst-getconf.sh: Likewise.
8492         * stdio-common/tst-unbputc.sh: Likewise.
8494 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
8496         * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]: Move all
8497         MADV_*_PAGES defines behind this feature check.
8499 2015-08-09  John David Anglin  <danglin@gcc.gnu.org>
8501         [BZ #18480]
8502         * sysdeps/unix/sysv/linux/hppa/sysdep.h (LOAD_ARGS_0, LOAD_ARGS_1,
8503         LOAD_ARGS_2, LOAD_ARGS_3, LOAD_ARGS_4, LOAD_ARGS_5, LOAD_ARGS_6):
8504         Define.
8505         (LOAD_REGS_0, LOAD_REGS_1, LOAD_REGS_2, LOAD_REGS_3, LOAD_REGS_4,
8506         LOAD_REGS_5, LOAD_REGS_6): Update.
8507         (INTERNAL_SYSCALL): Update using new LOAD defines.
8508         (INTERNAL_SYSCALL_NCS): Likewise.
8509         * sysdeps/unix/sysv/linux/hppa/syscall.c (syscall): Likewise.
8511 2015-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
8513         [BZ #16734]
8514         * libio/genops.c (_IO_unbuffer_all): Free wide buffer as well.
8516 2015-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
8518         [BZ #17905]
8519         * catgets/Makefile (tst-catgets-mem): New test.
8520         * catgets/catgets.c (catopen): Don't use unbounded alloca.
8521         * catgets/open_catalog.c (__open_catalog): Likewise.
8522         * catgets/tst-catgets.c (do_bz17905): Test unbounded alloca.
8524 2015-08-08  John David Anglin  <danglin@gcc.gnu.org>
8526         [BZ #18787]
8527         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (_LWS_CLOBBER): Revise
8528         clobber registers.
8529         (atomic_compare_and_exchange_val_acq): Use register asms to assign
8530         operand registers.  Use register %r20 for EAGAIN and EDEADLOCK checks.
8531         Cast return to __typeof (oldval).
8533 2015-08-08  Mike Frysinger  <vapier@gentoo.org>
8535         * sysdeps/unix/sysv/linux/microblaze/sysdep.h: Wrap the whole file
8536         in _LINUX_MICROBLAZE_SYSDEP_H defines.  Include sysdeps/unix/sysdep.h
8537         and delete sys/syscall.h include.
8539 2015-08-07  Joseph Myers  <joseph@codesourcery.com>
8541         [BZ #16517]
8542         * sysdeps/ieee754/dbl-64/s_tan.c: Include <float.h>.
8543         (tan): Force underflow exception for arguments with small absolute
8544         value.
8545         * sysdeps/ieee754/flt-32/k_tanf.c: Include <float.h>.
8546         (__kernel_tanf): Force underflow exception for arguments with
8547         small absolute value.
8548         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <float.h>.
8549         (__kernel_tanl): Force underflow exception for arguments with
8550         small absolute value.
8551         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <float.h>.
8552         (__kernel_tanl): Force underflow exception for arguments with
8553         small absolute value.
8554         * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <float.h>.
8555         (__kernel_tanl): Force underflow exception for arguments with
8556         small absolute value.
8557         * math/auto-libm-test-in: Add more tests of tan.
8558         * math/auto-libm-test-out: Regenerated.
8560 2015-08-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8562         Fix sysdeps/i386/fpu/s_scalbn.S build
8564         * math/Versions (libc: GLIBC_2_22): New (empty) version set.
8566 2015-08-07  Mike Frysinger  <vapier@gentoo.org>
8568         * sysdeps/hppa/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
8570 2015-08-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8572         Fix gcrt0.o compilation
8574         When static-start-installed-name is different from
8575         start-installed-name, we must not use the shared objects.
8577         * csu/Makefile
8578         (extra-objs): Add gmon-start.o when building shared library and
8579         $(static-start-installed-name) is different from
8580         $(start-installed-name).
8581         $(objpfx)g$(static-start-installed-name): When building shared
8582         library and $(static-start-installed-name) is different from
8583         $(static-start-installed-name), revert to non-shared rule,
8584         i.e. using $(objpfx)% and gmon-start.o.
8586 2015-08-06  Joseph Myers  <joseph@codesourcery.com>
8588         [BZ #16519]
8589         * sysdeps/ieee754/dbl-64/e_sinh.c: Include <float.h>.
8590         (__ieee754_sinh): Force underflow exception for arguments with
8591         small absolute value.
8592         * sysdeps/ieee754/flt-32/e_sinhf.c: Include <float.h>.
8593         (__ieee754_sinhf): Force underflow exception for arguments with
8594         small absolute value.
8595         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Include <float.h>.
8596         (__ieee754_sinhl): Force underflow exception for arguments with
8597         small absolute value.
8598         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Include <float.h>.
8599         (__ieee754_sinhl): Force underflow exception for arguments with
8600         small absolute value.
8601         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Include <float.h>.
8602         (__ieee754_sinhl): Force underflow exception for arguments with
8603         small absolute value.
8604         * math/auto-libm-test-in: Add more tests of sinh.
8605         * math/auto-libm-test-out: Regenerated.
8606         * sysdeps/i386/fpu/libm-test-ulps: Update.
8608 2015-08-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
8610         * libio/oldfileops.c: Include unistd.h.
8612 2015-08-06  Mike Frysinger  <vapier@gentoo.org>
8614         * stdlib/isomac.c: Include ctype.h.
8616 2015-08-06  Arjun Shankar  <arjun.is@lostca.se>
8618         * dirent/tst-seekdir.c (main): Converted to ...
8619         (do_test): ... this.
8620         (TEST_FUNCTION): New macro.
8621         Include test-skeleton.c.
8622         * elf/tst-dlmodcount.c (main): Converted to ...
8623         (do_test): ... this.
8624         (TEST_FUNCTION): New macro.
8625         Include test-skeleton.c.
8626         * elf/tst-order-main.c (main): Converted to ...
8627         (do_test): ... this.
8628         (TEST_FUNCTION): New macro.
8629         Include test-skeleton.c.
8630         * elf/tst-pie2.c (main): Converted to ...
8631         (do_test): ... this.
8632         (TEST_FUNCTION): New macro.
8633         Include test-skeleton.c.
8634         * inet/tst-ether_aton.c (main): Converted to ...
8635         (do_test): ... this.
8636         (TEST_FUNCTION): New macro.
8637         Include test-skeleton.c.
8638         * misc/tst-mntent.c (main): Converted to ...
8639         (do_test): ... this.
8640         (TEST_FUNCTION): New macro.
8641         Include test-skeleton.c.
8642         * misc/tst-tsearch.c (main): Converted to ...
8643         (do_test): ... this.
8644         (TEST_FUNCTION): New macro.
8645         Include test-skeleton.c.
8646         * posix/tst-regexloc.c (main): Converted to ...
8647         (do_test): ... this.
8648         (TEST_FUNCTION): New macro.
8649         Include test-skeleton.c.
8650         * resolv/tst-aton.c (main): Converted to ...
8651         (do_test): ... this.
8652         (TEST_FUNCTION): New macro.
8653         Include test-skeleton.c.
8654         * stdio-common/test-fwrite.c (main): Converted to ...
8655         (do_test): ... this.
8656         (TEST_FUNCTION): New macro.
8657         Include test-skeleton.c.
8658         * stdio-common/tst-ferror.c (main): Converted to ...
8659         (do_test): ... this.
8660         (TEST_FUNCTION): New macro.
8661         Include test-skeleton.c.
8662         * stdio-common/tst-printf.c (main): Converted to ...
8663         (do_test): ... this.
8664         (TEST_FUNCTION): New macro.
8665         Include test-skeleton.c.
8666         * stdio-common/tst-printfsz.c (main): Converted to ...
8667         (do_test): ... this.
8668         (TEST_FUNCTION): New macro.
8669         Include test-skeleton.c.
8670         * stdlib/tst-strtod.c (main): Converted to ...
8671         (do_test): ... this.
8672         (TEST_FUNCTION): New macro.
8673         Include test-skeleton.c.
8674         * string/tst-strlen.c (main): Converted to ...
8675         (do_test): ... this.
8676         (TEST_FUNCTION): New macro.
8677         Include test-skeleton.c.
8678         * string/tst-svc.c (main): Converted to ...
8679         (do_test): ... this.
8680         (TEST_FUNCTION): New macro.
8681         Include test-skeleton.c.
8682         * time/tst-strptime.c (main): Converted to ...
8683         (do_test): ... this.
8684         (TEST_FUNCTION): New macro.
8685         Include test-skeleton.c.
8686         * timezone/tst-timezone.c (main): Converted to ...
8687         (do_test): ... this.
8688         (TEST_FUNCTION): New macro.
8689         Include test-skeleton.c.
8691 2015-08-05  Zack Weinberg  <zackw@panix.com>
8693         * misc/regexp.h: Update comments.
8695 2015-08-05  Andreas Schwab  <schwab@linux-m68k.org>
8697         [BZ #18635]
8698         * sysdeps/unix/sysv/linux/m68k/m680x0/makecontext.S: Add nop
8699         before return label.
8701 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
8703         [BZ #18661]
8704         * sysdeps/x86_64/fpu/s_cosf.S (__cosf): Align stack to 16 bytes
8705         when calling __errno_location.
8706         * sysdeps/x86_64/fpu/s_sincosf.S (__sincosf): Likewise.
8707         * sysdeps/x86_64/fpu/s_sinf.S (__sinf): Likewise.
8709 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
8711         [BZ #18661]
8712         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
8713         (__lll_timedwait_tid): Align stack to 16 bytes when calling
8714         __gettimeofday.
8716 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
8718         [BZ #18661]
8719         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
8720         (__start_context): Don't use pop to restore %rdi so that stack
8721         is aligned to 16 bytes when calling __setcontext.
8723 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
8725         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Compile
8726         only for libc.
8727         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
8729 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
8731         * string/string.h: (mempcpy): Redirect to __mempcpy_inline.
8732         (__mempcpy): Likewise.  (__mempcpy_inline): New inline function.
8733         * sysdeps/sparc/bits/string.h: (_HAVE_STRING_ARCH_mempcpy): Define.
8735 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
8737         * string/memccpy.c (memccpy):
8738         Improve performance by using memchr/memcpy/__mempcpy.
8740 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
8742         * string/strncpy.c (strncpy):
8743         Improve performance by using __strnlen/memcpy.
8745 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
8747         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
8748         Optimize to avoid an unnecessary FPCR read.
8750 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
8752         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
8753         Optimize to reduce FPCR/FPSR accesses.
8755 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
8757         * locale/loadarchive.c (_nl_archive_subfreeres): Also check
8758         dead->data[category] != NULL.
8760 2015-08-05  Joseph Myers  <joseph@codesourcery.com>
8762         [BZ #18647]
8763         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): For large y
8764         and |x| close to 1, use absolute value of x when computing log.
8765         * math/auto-libm-test-in: Add more tests of pow.
8766         * math/auto-libm-test-out: Regenerated.
8768 2015-08-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8770         * sysdeps/unix/sysv/linux/arm/mmap.c: Add file.
8771         * sysdeps/unix/sysv/linux/arm/mmap.S: Remove file.
8772         * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise.
8774 2015-08-05  Marko Myllynen  <myllynen@redhat.com>
8776         [BZ #18525]
8777         * locales/km_KH: Remove timezone definition.
8778         * locales/lo_LA: Likewise.
8779         * locales/my_MM: Likewise.
8780         * locales/nan_TW@latin: Likewise.
8781         * locales/th_TH: Likewise.
8782         * locales/uk_UA: Likewise.
8784 2015-08-05  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
8786         [BZ #18265]
8787         * wcsmbs/wchar.h (wcscat): Add __nonnull attribute.
8788         (wcsncat): Likewise.
8789         (wcscmp): Likewise.
8790         (wcsncmp): Likewise.
8792 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
8794         * test-skeleton.c (usage): New function.
8795         (main): Call usage when opt is '?'.
8797 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
8799         * sysdeps/unix/sysv/linux/mmap64.c: Move MMAP2_PAGE_SHIFT define
8800         before first use.
8802 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
8804         * nptl/allocatestack.c (allocate_stack): Move stacktop decl down to
8805         bottom and under _STACK_GROWS_DOWN.  Move the stacktop assignment
8806         in there too.
8808 2015-08-05  Carlos O'Donell  <carlos@systemhalted.org>
8810         * version.h (RELEASE): Set to "development".
8811         (VERSION): Set to "2.22.90"
8813         * version.h (RELEASE): Set to "stable".
8814         (VERSION): Set to "2.22"
8815         * include/features.h (__GLIBC_MINOR__): Set to 22.
8817 2015-08-04  Chris Metcalf  <cmetcalf@ezchip.com>
8819         * sysdeps/tile/tilepro/bits/atomic.h (__atomic_update):
8820         Restructure macro to avoid "value computed is not used" warning.
8821         (atomic_compare_and_exchange_val_acq): Likewise.
8823 2015-08-04  Andreas Schwab  <schwab@suse.de>
8825         [BZ #18635]
8826         * sysdeps/unix/sysv/linux/i386/makecontext.S: Terminate FDE before
8827         ret.
8828         * sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext): Remove.
8830 2015-08-01  Carlos O'Donell  <carlos@redhat.com>
8832         * po/pl.po: Updated translation.
8833         * po/uk.po: Likewise.
8834         * po/fi.po: Likewise.
8835         * po/ko.po: Likewise.
8836         * po/ru.po: Likewise.
8837         * po/vi.po: Likewise.
8839 2015-07-31  Zack Weinberg  <zackw@panix.com>
8841         [BZ #18681]
8842         * regexp.h: Add unconditional #warning stating that this header
8843         will be removed soon.  Revise banner comment to match.
8844         (compile): Consistently use ERROR instead of RETURN to report
8845         errors (partial fix for bz#18681).
8846         * regexp.c: Don't include regexp.h. Remove some unnecessary
8847         declarations.
8849 2015-07-31  Carlos O'Donell  <carlos@redhat.com>
8851         * po/libc.pot: Regenerated.
8853 2015-07-30  Andrew Senkevich  <andrew.senkevich@intel.com>
8855         [BZ #18740]
8856         * sysdeps/x86_64/fpu/Makefile (double-vlen2-arch-ext-cflags,
8857         float-vlen4-arch-ext-cflags): Removed.
8858         * math/Makefile (CFLAGS-test-double-vlen2-wrappers.c,
8859         CFLAGS-test-float-vlen4-wrappers.c): Likewise.
8861 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
8863         [BZ #14113]
8864         * sysdeps/hppa/nptl/bits/pthreadtypes.h (pthread_mutex_t): Change
8865         aligned to __aligned__.
8866         (pthread_cond_t, pthread_rwlock_t): Likewise.
8868 2015-07-30  Torvald Riegel  <triegel@redhat.com>
8870         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: Remove file.
8872 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
8874         * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: Include bits/wordsize.h.
8875         (struct sigaction): Change sa_flags from a long to an int, and add
8876         __glibc_reserved0 before it for padding when __WORDSIZE is 64.
8878 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
8880         * hppa/sysdep.h: Delete sys/syscall.h and config.h includes.
8881         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: Delete
8882         sysdeps/generic/sysdep.h include.
8883         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Wrap the whole file in
8884         _LINUX_HPPA_SYSDEP_H defines.  Include sysdeps/unix/sysdep.h and
8885         sysdeps/hppa/sysdep.h.
8886         (ENTRY, PSEUDO): Undefine before defining.
8888 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
8890         * sysdeps/unix/sysv/linux/hppa/sysdep.h (INLINE_SYSCALL): Rewrite
8891         from scratch to use INTERNAL_SYSCALL.
8893 2015-07-29  H.J. Lu  <hongjiu.lu@intel.com>
8895         [BZ #18078]
8896         * scripts/check-localplt.awk: Support alternate relocations.
8897         * scripts/localplt.awk: Also check relocations in DT_RELA/DT_REL
8898         sections.
8899         * sysdeps/unix/sysv/linux/i386/localplt.data: Mark free and
8900         malloc entries with + REL R_386_GLOB_DAT.
8901         * sysdeps/x86_64/localplt.data: New file.
8903 2015-07-29  Andrew Senkevich  <andrew.senkevich@intel.com>
8905         [BZ #18731]
8906         * sysdeps/x86_64/fpu/math-tests-arch.h: Added AVX runtime check.
8907         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
8908         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
8910 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
8912         * sysdeps/unix/sysv/linux/ia64/localplt.data: Delete __tls_get_addr.
8914 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
8916         * sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Define
8917         directly in terms of __sync_fetch_and_add and delete (int) cast.
8919 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
8921         * sysdeps/unix/sysv/linux/ia64/Makefile (CPPFLAGS): Delete
8922         the -D_ASM_IA64_CURRENT_H flag.
8924 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
8926         [BZ #18641]
8927         * pwd/pwd.h (putpwent): Delete __nonnull markings.
8929 2015-07-27  Andreas Schwab  <schwab@suse.de>
8931         * conform/conformtest.pl (checknamespace): Filter out string
8932         literals while tokenizing.
8934 2015-07-26  Chung-Lin Tang  <cltang@codesourcery.com>
8936         * sysdeps/nios2/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
8937         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Handle
8938         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
8940 2015-07-26  Chung-Lin Tang  <cltang@codesourcery.com>
8942         * nptl/tst-join7mod.c: Add #include <string.h>.
8944 2015-07-25  Chung-Lin Tang  <cltang@codesourcery.com>
8946         * sysdeps/nios2/libm-test-ulps: Update.
8948 2015-07-25  Chung-Lin Tang  <cltang@codesourcery.com>
8950         * sysdeps/unix/sysv/linux/nios2/setcontext.S (__setcontext):
8951         Fix order of arguments to the rt_sigprocmask syscall.
8952         * sysdeps/unix/sysv/linux/nios2/swapcontext.S (__swapcontext):
8953         Likewise.
8955 2015-07-24  Roland McGrath  <roland@hack.frob.com>
8957         * sysdeps/nacl/bits/fcntl.h (O_SHLOCK, O_EXLOCK): Macros removed.
8959 2015-07-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8961         [BZ #18457]
8962         * nptl/Makefile (tests): New test case tst-join7.
8963         (modules-names): New test case module tst-join7mod.
8964         * nptl/tst-join7.c: New file.
8965         * nptl/tst-join7mod.c: New file.
8966         * Makeconfig (tls-model): Pass -ftls-model=initial-exec for
8967         all translation units in libc.so, libpthread.so and rtld.
8969 2015-07-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8971         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8973 2015-07-24  Andrew Senkevich  <andrew.senkevich@intel.com>
8975         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Fixed AVX512 IFUNC.
8976         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Likewise.
8977         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Likewise.
8978         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Likewise.
8979         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Likewise.
8980         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Likewise.
8981         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: Likewise.
8982         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: Likewise.
8983         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: Likewise.
8984         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: Likewise.
8985         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S: Likewise.
8986         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: Likewise.
8987         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Fixed wrappers to AVX2.
8988         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Likewise.
8989         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: Fixed KNL
8990         implementation.
8992 2015-07-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
8994         [BZ #17711]
8995         * sysdeps/aarch64/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
8996         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Handle
8997         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
8998         * sysdeps/arm/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
8999         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Handle
9000         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
9002 2015-07-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9004         * stdlib/cxa_thread_atexit_impl.c: Use the lock name dl_load_lock
9005         instead of just saying load lock in the comments.
9007 2015-07-23  Roland McGrath  <roland@hack.frob.com>
9009         * sysdeps/unix/Subdirs: Moved ...
9010         * sysdeps/posix/Subdirs: ... here.
9011         * login/pty.h (struct termios, struct winsize): Add forward decls.
9012         * login/openpty.c (openpty): Put ioctl call under [TIOCSWINSZ].
9013         * sysdeps/nacl/glob.c: Just #include <sysdeps/wordsize-64/glob.c>.
9014         * sysdeps/arm/nacl/libc.abilist: Updated.
9015         * sysdeps/nacl/libutil.abilist: New file.
9017         * bits/signum.h: Update comments to mention 1003.1-2013 too.
9018         (SIGWINCH): New macro.
9020         * sysdeps/nacl/getdtsz.c (getdtablesize): Add missing weak_alias.
9021         * sysdeps/arm/nacl/libc.abilist: Add it.
9023 2015-07-23  Mike Frysinger  <vapier@gentoo.org>
9025         * conform/linknamespace.pl (@whitelist): Add matherrf and matherrl.
9027 2015-07-23  Mike Frysinger  <vapier@gentoo.org>
9029         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (struct sigaction):
9030         Swap __glibc_reserved0 and sa_flags order.
9032 2015-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
9034         [BZ #18657]
9035         * elf/dl-close.c (_dl_close_worker): Don't unload DSO if there
9036         are pending TLS destructor calls.
9037         * include/link.h (struct link_map): Add concurrency note for
9038         L_TLS_DTOR_COUNT.
9039         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
9040         Don't touch the link map flag.  Atomically increment
9041         l_tls_dtor_count.
9042         (__call_tls_dtors): Atomically decrement l_tls_dtor_count.
9043         Avoid taking the load lock and don't touch the link map flag.
9044         * stdlib/tst-tls-atexit-nodelete.c: New test case.
9045         * stdlib/Makefile (tests): Use it.
9046         * stdlib/tst-tls-atexit.c (do_test): dlopen
9047         tst-tls-atexit-lib.so again before dlclose.  Add conditionals
9048         to allow tst-tls-atexit-nodelete test case to use it.
9050 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
9052         * sysdeps/unix/sysv/linux/ia64/bits/msq.h: Change sys/types.h include
9053         to bits/types.h.
9054         (msgqnum_t): New typedef.
9055         (msglen_t): Likewise.
9056         (struct msqid_ds): Update comment.  Change msg_qnum type to msgqnum_t
9057         and msg_qbytes type to msglen_t.
9059 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
9061         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat): Rename
9062         pad0 to __glibc_reserved0.
9063         (struct stat64): Likewise.
9065 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
9067         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (struct sigaction):
9068         Change sa_flags from a long to an int and add __glibc_reserved0 before
9069         it for padding.
9071 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
9073         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (siginfo_t): Make struct
9074         anonymous by deleting "siginfo" name.
9076 2015-07-21  Roland McGrath  <roland@hack.frob.com>
9078         * sysdeps/nacl/nacl-interface-list.h: Remove nacl_irt_filename.
9079         * sysdeps/nacl/open.c (__libc_open): Use __nacl_irt_dev_filename
9080         rather than __nacl_irt_filename.
9081         * sysdeps/nacl/xstat.c (__xstat): Likewise.
9083         * NEWS: New item for arm-nacl port.
9084         * sysdeps/arm/nacl/libc.abilist: New file.
9085         * sysdeps/nacl/ld.abilist: New file.
9086         * sysdeps/nacl/libBrokenLocale.abilist: New file.
9087         * sysdeps/nacl/libanl.abilist: New file.
9088         * sysdeps/nacl/libcrypt.abilist: New file.
9089         * sysdeps/nacl/libdl.abilist: New file.
9090         * sysdeps/nacl/libm.abilist: New file.
9091         * sysdeps/nacl/libpthread.abilist: New file.
9092         * sysdeps/nacl/libresolv.abilist: New file.
9093         * sysdeps/nacl/librt.abilist: New file.
9095 2015-07-21  Chris Metcalf  <cmetcalf@ezchip.com>
9097         * sysdeps/unix/sysv/linux/tile/makecontext.c (__makecontext): Call
9098         __startcontext to initialize the new context.
9099         * sysdeps/unix/sysv/linux/tile/setcontext.S (__startcontext): Set
9100         up CFI directive to forbid further backtracing.
9102 2015-07-21  Marko Myllynen  <myllynen@redhat.com>
9104         * charmaps/ANSI_X3.110-1983: Remove obsolete repertoire map
9105         reference.
9106         * charmaps/ANSI_X3.4-1968: Likewise.
9107         * charmaps/BS_4730: Likewise.
9108         * charmaps/BS_VIEWDATA: Likewise.
9109         * charmaps/CP1250: Likewise.
9110         * charmaps/CP1251: Likewise.
9111         * charmaps/CP1252: Likewise.
9112         * charmaps/CP1253: Likewise.
9113         * charmaps/CP1254: Likewise.
9114         * charmaps/CP1255: Likewise.
9115         * charmaps/CP1256: Likewise.
9116         * charmaps/CSN_369103: Likewise.
9117         * charmaps/EBCDIC-DK-NO: Likewise.
9118         * charmaps/GB_1988-80: Likewise.
9119         * charmaps/GREEK-CCITT: Likewise.
9120         * charmaps/GREEK7: Likewise.
9121         * charmaps/INIS-8: Likewise.
9122         * charmaps/ISIRI-3342: Likewise.
9123         * charmaps/ISO_2033-1983: Likewise.
9124         * charmaps/ISO_5427-EXT: Likewise.
9125         * locales/POSIX: Likewise.
9126         * locales/ar_SA: Likewise.
9127         * locales/be_BY: Likewise.
9128         * locales/be_BY@latin: Likewise.
9129         * locales/ca_ES: Likewise.
9130         * locales/cs_CZ: Likewise.
9131         * locales/da_DK: Likewise.
9132         * locales/de_BE: Likewise.
9133         * locales/de_CH: Likewise.
9134         * locales/de_LU: Likewise.
9135         * locales/en_AU: Likewise.
9136         * locales/en_BW: Likewise.
9137         * locales/en_CA: Likewise.
9138         * locales/en_DK: Likewise.
9139         * locales/en_GB: Likewise.
9140         * locales/en_IE: Likewise.
9141         * locales/en_NZ: Likewise.
9142         * locales/en_ZA: Likewise.
9143         * locales/en_ZW: Likewise.
9144         * locales/es_AR: Likewise.
9145         * locales/es_BO: Likewise.
9146         * locales/es_CL: Likewise.
9147         * locales/es_CO: Likewise.
9148         * locales/es_DO: Likewise.
9149         * locales/es_EC: Likewise.
9150         * locales/es_ES: Likewise.
9151         * locales/es_HN: Likewise.
9152         * locales/es_MX: Likewise.
9153         * locales/es_PA: Likewise.
9154         * locales/es_PE: Likewise.
9155         * locales/es_PY: Likewise.
9156         * locales/es_SV: Likewise.
9157         * locales/es_US: Likewise.
9158         * locales/es_UY: Likewise.
9159         * locales/es_VE: Likewise.
9160         * locales/et_EE: Likewise.
9161         * locales/fa_IR: Likewise.
9162         * locales/fo_FO: Likewise.
9163         * locales/fr_CA: Likewise.
9164         * locales/fr_CH: Likewise.
9165         * locales/gv_GB: Likewise.
9166         * locales/he_IL: Likewise.
9167         * locales/hr_HR: Likewise.
9168         * locales/id_ID: Likewise.
9169         * locales/is_IS: Likewise.
9170         * locales/it_CH: Likewise.
9171         * locales/iw_IL: Likewise.
9172         * locales/kl_GL: Likewise.
9173         * locales/ko_KR: Likewise.
9174         * locales/kw_GB: Likewise.
9175         * locales/lg_UG: Likewise.
9176         * locales/lt_LT: Likewise.
9177         * locales/lv_LV: Likewise.
9178         * locales/mi_NZ: Likewise.
9179         * locales/nhn_MX: Likewise.
9180         * locales/nl_BE: Likewise.
9181         * locales/pl_PL: Likewise.
9182         * locales/sk_SK: Likewise.
9183         * locales/sl_SI: Likewise.
9184         * locales/sv_FI: Likewise.
9185         * locales/tl_PH: Likewise.
9186         * locales/tr_TR: Likewise.
9187         * locales/vi_VN: Likewise.
9189 2015-07-21  Khem Raj  <raj.khem@gmail.com>
9191         [BZ #17475]
9192         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Adjust for rename
9193         of tu_IN and bh_IN.
9195 2015-07-21  Mike Frysinger  <vapier@gentoo.org>
9197         [BZ #18694]
9198         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Include
9199         bits/wordsize.h.
9200         (sigaction): Declare __glibc_reserved0 only when __WORDSIZE is 64.
9202 2015-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9204         * stdlib/tst-tls-atexit-lib.c (do_foo): Rename to reg_dtor.
9205         * stdlib/tst-tls-atexit.c: (is_loaded): New function.
9206         (spawn_thread): New function.
9207         (load): Rename to reg_dtor_and_close.  Move dlopen to...
9208         (do_test): ... here.  Use IS_LOADED to test for its
9209         availability.
9211 2015-07-21  Andreas Schwab  <schwab@linux-m68k.org>
9213         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9215 2015-07-20  H.J. Lu  <hongjiu.lu@intel.com>
9217         [BZ #18696]
9218         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (_sigfault): Add
9219         si_addr_bnd.
9220         (si_lower): New.
9221         (si_upper): Likewise.
9223 2015-07-16  David S. Miller  <davem@davemloft.net>
9225         * sysdeps/sparc/fpu/libm-test-ulps: Regenerated.
9227 2015-07-16  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9229         * libio/fmemopen.c (__fmemopen): Fix 'w' openmode with provided
9230         buffer.
9231         * stdio-common/tst-fmemopen2.c (do_test_with_buffer): Fix typo and
9232         fail output information.
9234 2015-07-16  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
9236         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strstr-power7
9237         and strstr-ppc64..
9238         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
9239         * sysdeps/powerpc/powerpc64/power7/strstr.S: New File.
9240         * sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: New File.
9241         * sysdeps/powerpc/powerpc64/multiarch/strstr-ppc64.c: New File.
9242         * sysdeps/powerpc/powerpc64/multiarch/strstr.c: New File.
9244 2015-07-16  Mike Frysinger  <vapier@gentoo.org>
9246         * sysdeps/hppa/Versions (GLIBC_PRIVATE): Delete _dl_unmap.
9247         * sysdeps/hppa/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
9248         * sysdeps/ia64/Versions (GLIBC_PRIVATE): Delete _dl_unmap.
9249         * sysdeps/ia64/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
9251 2015-07-16  Mike Frysinger  <vapier@gentoo.org>
9253         * elf/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
9254         * sysdeps/hppa/dl-lookupcfg.h (_dl_symbol_address): Add
9255         rtld_hidden_proto.
9256         * sysdeps/ia64/dl-lookupcfg.h (_dl_symbol_address): Likewise.
9258 2015-07-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
9260         * tst-nodelete-opened.c (do_test): Add comment to clarify how
9261         the test can fail.
9263         * stdlib/cxa_thread_atexit_impl.c: Whitespace fixup.
9265         [BZ #18676]
9266         * elf/tst-nodelete-opened.c: New test case.
9267         * elf/tst-nodelete-opened-lib.c: New test case module.
9268         * elf/Makefile (tests, modules-names): Use them.
9269         * elf/dl-open.c (dl_open_worker): Set DF_1_NODELETE flag
9270         early.
9272 2015-07-15  David S. Miller  <davem@davemloft.net>
9274         * sysdeps/sparc/nptl/pthread_barrier_init.c: Include
9275         futex-intenal.h
9276         * sysdeps/sparc/sparc32/sparcv9/Makefile (nscd): Add cpu_relax.
9277         * sysdeps/sparc/sparc64/Makefile: Likewise.
9278         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_spin_nop):
9279         Remove space from macro define.
9280         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_spin_nop): Likewise.
9282 2015-07-15  Pravin Satpute  <psatpute@redhat.com>
9284         [BZ #17475]
9285         * locale/iso-639.def: Update Bhili and Tulu language codes as
9286         per iso639-3.
9288 2015-07-15  Arjun Shankar  <arjun.is@lostca.se>
9290         * elf/tst-leaks1.c (main): Converted to ...
9291         (do_test): ... this.
9292         (TEST_FUNCTION): New macro.
9293         Include test-skeleton.c.
9294         * localedata/tst-langinfo.c (main): Converted to ...
9295         (do_test): ... this.
9296         (TEST_FUNCTION): New macro.
9297         Include test-skeleton.c.
9298         * math/test-fpucw.c (main): Converted to ...
9299         (do_test): ... this.
9300         (TEST_FUNCTION): New macro.
9301         Include test-skeleton.c.
9302         * math/test-tgmath.c (main): Converted to ...
9303         (do_test): ... this.
9304         (TEST_FUNCTION): New macro.
9305         Include test-skeleton.c.
9306         * math/test-tgmath2.c (main): Converted to ...
9307         (do_test): ... this.
9308         (TEST_FUNCTION): New macro.
9309         Include test-skeleton.c.
9310         * setjmp/tst-setjmp.c (main): Converted to ...
9311         (do_test): ... this.
9312         (TEST_FUNCTION): New macro.
9313         Include test-skeleton.c.
9314         * stdio-common/tst-sscanf.c (main): Converted to ...
9315         (do_test): ... this.
9316         (TEST_FUNCTION): New macro.
9317         Include test-skeleton.c.
9318         * sysdeps/x86_64/tst-audit6.c (main): Converted to ...
9319         (do_test): ... this.
9320         (TEST_FUNCTION): New macro.
9321         Include test-skeleton.c.
9323         * elf/tst-audit9.c (main): Converted to ...
9324         (do_test): ... this.
9325         (TEST_FUNCTION): New macro.
9326         Include test-skeleton.c.
9328 2015-07-15  Mike Frysinger  <vapier@gentoo.org>
9330         * timezone/tst-tzset.c (TIMEOUT): Define to 5.
9332 2015-07-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
9334         * sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext):
9335         New variable.
9337 2015-07-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
9339         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
9341 2015-07-14  Roland McGrath  <roland@hack.frob.com>
9343         * sysdeps/generic/dl-fileid.h: New file.
9344         * sysdeps/posix/dl-fileid.h: New file.
9345         * sysdeps/nacl/dl-fileid.h: New file.
9346         * include/link.h: Include <dl-fileid.h>.
9347         (struct link_map): Replace l_dev and l_ino with l_file_id.
9348         * elf/dl-load.c (_dl_map_object_from_fd): Use _dl_get_file_id rather
9349         than __fxstat64.  Use _dl_file_id_match_p rather than comparing l_dev
9350         and l_ino directly.  Initialize l_file_id rather than l_dev and l_ino.
9352 2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
9354         * stdlib/tst-tls-atexit.c (do_test): Fix typo.
9356 2015-07-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9358         * elf/Makefile [ifeq (yes,$(build-shared)) (tests)] (tst-nodelete):
9359         Add iff $CXX is set.
9360         [ifeq (yes,$(build-shared)) (modules-names)] (tst-nodelete-rtldmod):
9361         Likewise.
9362         (tst-nodelete-zmodiff): Likewise.
9363         * nptl/Makefile [[ifeq (,$(CXX))] (tests-unsupported)]: Add tst-once5.
9365 2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
9367         * stdlib/tst-tls-atexit.c (load): Fix up whitespace.
9369 2015-07-13  Wilco Dijkstra  <wdijkstr@arm.com>
9371         * sysdeps/aarch64/fpu/math_private.h
9372         (define math_opt_barrier): Add AArch64 version.
9373         (math_force_eval): Likewise.
9375 2015-07-13  Wilco Dijkstra  <wdijkstr@arm.com>
9377         * sysdeps/aarch64/strlen.S (strlen): Optimize strlen.
9379 2015-07-11  H.J. Lu  <hongjiu.lu@intel.com>
9381         * stdio-common/tst-fmemopen2.c (do_test_without_buffer): Replace
9382         %ld with %jd and cast to intmax_t.
9383         (do_test_length_zero): Likewise.
9385 2015-07-10  Roland McGrath  <roland@hack.frob.com>
9387         * sysdeps/nacl/pthread_condattr_setclock.c: New file.
9389 2015-07-10  Chris Metcalf  <cmetcalf@ezchip.com>
9391         * sysdeps/tile/libm-test-ulps: Regenerated.
9393         * math/test-fenvinline.c (feenable_test) [FE_ALL_EXCEPT == 0]:
9394         Comment out the whole function, not just its body.
9396 2015-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9398         * stdlib/tst-tls-atexit.c (load): Remove unnecessary mutex
9399         locks.
9401         * stdlib/tst-tls-atexit.c (load): Avoid boolean coercion.
9403 2015-07-10  Torvald Riegel  <triegel@redhat.com>
9405         * nptl/sem_waitcommon.c (__new_sem_wait_slow): Update comments.
9406         (sem_assume_only_signals_cause_futex_EINTR): Remove.
9408 2015-07-10  Torvald Riegel  <triegel@redhat.com>
9410         * sysdeps/nptl/futex-internal.h: New file.
9411         * sysdeps/nacl/futex-internal.h: New file.
9412         * sysdeps/unix/sysv/linux/futex-internal.h: New file.
9413         * nptl/allocatestack.c (setxid_mark_thread): Use futex wrappers with
9414         error checking.
9415         (setxid_unmark_thread): Likewise.
9416         (__nptl_setxid): Likewise.
9417         (__wait_lookup_done): Likewise.
9418         * nptl/cancellation.c (__pthread_disable_asynccancel): Likewise.
9419         * nptl/nptl-init.c (sighandler_setxid): Likewise.
9420         * nptl/pthread_create.c (START_THREAD_DEFN): Likewise.
9421         * nptl/pthread_once.c (clear_once_control): Likewise.
9422         (__pthread_once_slow): Likewise.
9423         * nptl/unregister-atfork.c (__unregister_atfork): Likewise.
9424         * sysdeps/nacl/exit-thread.h (__exit_thread): Likewise.
9425         * sysdeps/nptl/aio_misc.h (AIO_MISC_NOTIFY, AIO_MISC_WAIT): Likewise.
9426         * sysdeps/nptl/fork.c (__libc_fork): Likewise.
9427         * sysdeps/nptl/gai_misc.h (GAI_MISC_NOTIFY, GAI_MISC_WAIT): Likewise.
9428         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock_slow):
9429         Likewise.
9430         (__pthread_rwlock_rdlock): Likewise.
9431         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
9432         Likewise.
9433         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
9434         Likewise.
9435         * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
9436         Likewise.
9437         * nptl/pthread_rwlock_unlock.c (__pthread_rwlock_unlock): Likewise.
9438         * nptl/pthread_rwlock_wrlock.c (__pthread_rwlock_wrlock_slow:
9439         Likewise.
9440         * nptl/pthread_rwlock_init (__pthread_rwlock_init): Remove
9441         __ASSUME_PRIVATE_FUTEX check.
9442         * nptl/pthread_rwlockattr_setpshared (pthread_rwlockattr_setpshared):
9443         Check that shared futexes are supported.
9444         * nptl/pthread_barrier_wait.c (pthread_barrier_wait): Use futex
9445         wrappers with error checking.
9446         * nptl/pthread_barrier_init.c (pthread_barrier_init): Add comments,
9447         remove attribute sanity check and __ASSUME_PRIVATE_FUTEX check.
9448         * nptl/pthread_barrierattr_setpshared.c
9449         (pthread_barrierattr_setpshared): Check that shared futexes are
9450         supported.
9451         * nptl/pthread_condattr_setpshared.c (pthread_condattr_setpshared):
9452         Likewise.
9453         * nptl/pthread_mutexattr_setpshared.c (pthread_mutexattr_setpshared):
9454         Likewise.
9455         * nptl/sem_init.c (futex_private_if_supported): Remove.
9456         (__new_sem_init): Adapt and check that shared futexes are supported.
9457         * nptl/sem_open.c (sem_open): Likewise.
9458         * nptl/sem_post.c (futex_wake): Remove.
9459         * nptl/sem_waitcommon.c (futex_abstimed_wait, futex_wake): Remove.
9460         (do_futex_wait): Use futex wrappers with error checking.
9461         * nptl/sem_wait.c: Include lowlevellock.h.
9462         * sysdeps/sparc/nptl/pthread_barrier_init.c (__pthread_barrier_init):
9463         Use futex_supports_pshared.
9464         * sysdeps/sparc/nptl/pthread_barrier_wait.c (pthread_barrier_wait):
9465         Use futex wrappers with error checking.
9466         * sysdeps/sparc/sparc32/pthread_barrier_wait.c (pthread_barrier_wait):
9467         Likewise.
9468         * sysdeps/sparc/sparc32/sem_init.c (futex_private_if_supported): Remove.
9469         * sysdeps/sparc/sparc32/sem_post.c (futex_wake): Likewise.
9470         * sysdeps/sparc/sparc32/sem_open.c (sem_open): Use FUTEX_SHARED.
9471         * sysdeps/sparc/sparc32/sem_waitcommon.c (futex_abstimed_wait): Remove.
9472         (futex_wake): Likewise.
9473         (sem_assume_only_signals_cause_futex_EINTR): Likewise.
9474         (do_futex_wait): Use futex wrappers with error checking.
9475         (__new_sem_wait_slow): Update EINTR handling.
9476         * sysdeps/sparc/sparc32/sem_wait.c: Include lowlevellock.h.
9478 2015-07-09  Martin Sebor  <msebor@redhat.com>
9480         [BZ #18435]
9481         * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop):
9482         Revert commit ed225df3ad9cbac3c22ec3f0fbbed1f9c61d1c54.
9483         * nptl/Makefile (test-xfail-tst-once5): Define.
9485 2015-07-09  Roland McGrath  <roland@hack.frob.com>
9487         * include/stdio.h: Add rtld_hidden_proto (__libc_fatal).
9488         * elf/dl-minimal.c: For readability, reorder some definitions and
9489         introduce more page breaks.  Include <stdio.h>.
9490         (__libc_fatal): New function.
9492         * include/unistd.h: Add rtld_hidden_proto for _exit.
9493         * posix/_exit.c: Add rtld_hidden_def.
9494         * sysdeps/mach/hurd/_exit.c: Likewise.
9495         * sysdeps/nacl/_exit.c: Likewise.
9496         * sysdeps/unix/sysv/linux/_exit.c: Likewise.
9497         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
9499 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
9501         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Improve
9502         bndmov encoding with zero displacement.
9504 2015-07-09  Igor Zamyatin  <igor.zamyatin@intel.com>
9505             H.J. Lu  <hongjiu.lu@intel.com>
9507         [BZ #18134]
9508         * sysdeps/i386/configure.ac: Set HAVE_MPX_SUPPORT.
9509         * sysdeps/i386/configure: Regenerated.
9510         * sysdeps/i386/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
9511         (_dl_runtime_profile): Save and restore Intel MPX return bound
9512         registers when calling _dl_call_pltexit.  Add
9513         PRESERVE_BND_REGS_PREFIX before return.
9514         * sysdeps/i386/link-defines.sym (LRV_BND0_OFFSET): New.
9515         (LRV_BND1_OFFSET): Likewise.
9516         * sysdeps/x86/bits/link.h (La_i86_retval): Add lrv_bnd0 and
9517         lrv_bnd1.
9518         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
9519         typo in bndmov encoding.
9520         * sysdeps/x86_64/dl-trampoline.h: Properly save and restore
9521         Intel MPX bound registers.  Add PRESERVE_BND_REGS_PREFIX before
9522         branch instructions to preserve bounds.
9524 2015-07-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
9527         [GLIBC_2.22]: Add fmemopen.
9529 2015-07-09  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9531         * sysdeps/mach/hurd/mlock.c (mlock): When __get_privileged_ports
9532         returns an error, also try to use host port from __mach_host_self for
9533         the __vm_wire call.
9534         * sysdeps/mach/hurd/munlock.c (munlock): Likewise.
9536 2015-07-09  Szabolcs Nagy  <szabolcs.nagy@arm.com>
9538         [BZ #18400]
9539         [BZ #18648]
9540         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h (struct elf_prpsinfo):
9541         Fix pr_uid and pr_gid members.
9542         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (greg_t): Change the
9543         definition to elf_greg_t.
9545 2015-07-08  Roland McGrath  <roland@hack.frob.com>
9547         [BZ #18383]
9548         * sysdeps/arm/configure.ac (libc_cv_arm_tpoff_addend): New check.
9549         Emit test-xfail-tst-tlsalign{,-static}=yes if it fails.
9550         * sysdeps/arm/configure: Regenerated.
9551         * elf/Makefile (test-xfail-tst-tlsalign): Variable removed.
9552         (test-xfail-tst-tlsalign-static): Variable removed.
9554         * Makerules (do-install-so): Use $(LN_S) rather than explicit 'ln -s'.
9555         * elf/Makefile ($(objpfx)$(rtld-installed-name)): Use $(make-link)
9556         rather than explicit 'ln -s'.
9558         * resolv/rpc/netdb.h: New file.
9559         * resolv/Makefile [sunrpc not in $(subdirs)] (headers): Add it.
9561 2015-07-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9563         * stdio-common/tst-fmemopen2.c (do_test): Add test for NULL and zero
9564         length buffers.
9565         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
9566         test-skeleton.c.
9568         [BZ #6544]
9569         [BZ #11216]
9570         [BZ #12836]
9571         [BZ #13151]
9572         [BZ #13152]
9573         [BZ #14292]
9574         * include/stdio.h (fmemopen): Remove hidden prototype.
9575         (__fmemopen): Add new hidden prototype.
9576         * libio/Makefile: Add oldfmemopen object.
9577         * libio/Versions [GLIBC_2.22]: Add new fmemopen symbol.
9578         * libio/fmemopen.c (__fmemopen): Function rewrite to be POSIX
9579         compliance.
9580         * libio/oldfmemopen.c: New file: old fmemopen implementation for
9581         symbol compatibility.
9582         * stdio-common/Makefile [tests]: Add new tst-fmemopen3.
9583         * stdio-common/psiginfo.c [psiginfo]: Call __fmemopen instead of
9584         fmemopen.
9585         * stdio-common/tst-fmemopen3.c: New file: more fmemopen tests, focus
9586         on append and read mode.
9587         * sysdeps/unix/sysv/linux/aarch64/libc.abilist [GLIBC_2.22]: Add
9588         fmemopen.
9589         * sysdeps/unix/sysv/linux/alpha/libc.abilist [GLIBC_2.22]: Likewise.
9590         * sysdeps/unix/sysv/linux/arm/libc.abilist [GLIBC_2.22]: Likewise.
9591         * sysdeps/unix/sysv/linux/i386/libc.abilist [GLIBC_2.22]: Likewise.
9592         * sysdeps/unix/sysv/linux/ia64/libc.abilist [GLIBC_2.22]:
9593         Likewise.
9594         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist
9595         [GLIBC_2.22]: Likewise.
9596         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist [GLIBC_2.22]:
9597         Likewise.
9598         * sysdeps/unix/sysv/linux/microblaze/libc.abilist [GLIBC_2.22]:
9599         Likewise.
9600         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
9601         [GLIBC_2.22]: Likewise.
9602         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
9603         [GLIBC_2.22]: Likewise.
9604         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
9605         [GLIBC_2.22]: Likewise.
9606         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
9607         [GLIBC_2.22]: Likewise.
9608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
9609         [GLIBC_2.22]: Likewise.
9610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
9611         [GLIBC_2.22]: Likewise.
9612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
9613         [GLIBC_2.22]: Likewise.
9614         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist [GLIBC_2.22]:
9615         Likewise.
9616         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist [GLIBC_2.22]:
9617         Likewise.
9618         * sysdeps/unix/sysv/linux/sh/libc.abilist [GLIBC_2.22]: Likewise.
9619         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist
9620         [GLIBC_2.22]: Likewise.
9621         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist
9622         [GLIBC_2.22]: Likewise.
9623         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist
9624         [GLIBC_2.22]: Likewise.
9625         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist
9626         [GLIBC_2.22]: Likewise.
9627         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist [GLIBC_2.22]:
9628         Likewise.
9629         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist [GLIBC_2.22]:
9630         Likewise.
9631         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist [GLIBC_2.22]:
9632         Likewise.
9633         * sysdeps/unix/sysv/linux/hppa/libc.abilist [GLIBC_2.22]: Likewise.
9634         * sysdeps/unix/sysv/linux/nios2/libc.abilist [GLIBC_2.22]: Likewise.
9636 2015-07-08  Carlos O'Donell  <carlos@redhat.com>
9638         [BZ #18643]
9639         * sysdeps/unix/sysv/linux/bits/in.h: Define IPV6_RECVPATHMTU,
9640         IPV6_PATHMTU, and IPV6_DONTFRAG.
9642 2015-07-08  Feng Gao  <gfree.wind@gmail.com>
9644         * libio/fileops.c: Use "|" instead of "+" when combine _IO_LINE_BUF
9645         and _IO_UNBUFFERED.
9646         * libio/oldfileops.c: Likewise.
9647         * libio/wfileops.c: Likewise.
9649 2015-07-08  Mike Frysinger  <vapier@gentoo.org>
9651         * nscd/selinux.c: Delete selinux/flask.h include.
9653 2015-07-08  Mike Frysinger  <vapier@gentoo.org>
9655         [BZ #18641]
9656         * pwd/pwd.h (fgetpwent): Add __nonnull markings.
9657         (putpwent): Likewise.
9658         (getpwnam): Likewise.
9659         (getpwent_r): Likewise.
9660         (getpwuid_r): Likewise.
9661         (getpwnam_r): Likewise.
9662         (fgetpwent_r): Likewise.
9664 2015-07-08  Carlos O'Donell  <carlos@redhat.com>
9666         [BZ #18557]
9667         * inet/rcmd.c (__validuser2_sa): Check user first to
9668         short-circuit host check.
9670 2015-07-07  Pavel Kopyl  <p.kopyl@samsung.com>
9671             Mikhail Ilin  <m.ilin@samsung.com>
9673         [BZ #17833]
9674         * elf/Makefile (tests): Add tst-nodelete.
9675         (modules-names): Add tst-nodelete-uniquemod.
9676         (tst-nodelete-uniquemod.so-no-z-defs): New.
9677         (tst-nodelete-rtldmod.so-no-z-defs): Likewise.
9678         (tst-nodelete-zmod.so-no-z-defs): Likewise.
9679         ($(objpfx)tst-nodelete): Likewise.
9680         ($(objpfx)tst-nodelete.out): Likewise.
9681         (LDFLAGS-tst-nodelete): Likewise.
9682         (LDFLAGS-tst-nodelete-zmod.so): Likewise.
9683         * elf/dl-close.c (_dl_close_worker): Add a parameter to
9684         implement forced object deletion.
9685         (_dl_close): Pass false to _dl_close_worker.
9686         * elf/dl-open.c (_dl_open): Pass true to _dl_close_worker.
9687         * elf/tst-nodelete.cc: New file.
9688         * elf/tst-nodeletelib.cc: Likewise.
9689         * elf/tst-znodeletelib.cc: Likewise.
9690         * include/dlfcn.h (_dl_close_worker): Add a new parameter.
9692 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
9694         [BZ #18508]
9695         * stdlib/Makefile ($(objpfx)tst-makecontext3):
9696         Depend on $(libdl).
9697         * stdlib/tst-makecontext.c (cf): Test if _Unwind_Backtrace
9698         is not called infinitely times.
9699         (backtrace_helper): New function.
9700         (trace_arg): New struct.
9701         (st1): Enlarge stack size.
9702         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
9703         (__makecontext_ret): Omit cfi_startproc and cfi_endproc.
9704         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
9705         Likewise.
9707 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
9709         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
9711 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
9713         * sysdeps/unix/sysv/linux/s390/bits/sem.h:
9714         Include sys/types.h instead of bits/types.h.
9715         Remove inclusion of bits/wordsize.h.
9717 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
9719         * sysdeps/x86_64/tst-auditmod10b.c (la_symbind32): New.
9720         * sysdeps/x86_64/tst-auditmod4b.c (la_symbind32): Likewise.
9721         * sysdeps/x86_64/tst-auditmod5b.c (la_symbind32): Likewise.
9722         * sysdeps/x86_64/tst-auditmod6b.c (la_symbind32): Likewise.
9723         * sysdeps/x86_64/tst-auditmod6c.c (la_symbind32): Likewise.
9724         * sysdeps/x86_64/tst-auditmod7b.c (la_symbind32): Likewise.
9726 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
9728         * sysdeps/i386/Makefile (gen-as-const-headers)[elf]: Add
9729         link-defines.sym.
9730         * sysdeps/i386/dl-trampoline.S: Include <link-defines.h>.
9731         (_dl_runtime_profile): Use LONG_DOUBLE_SIZE, LRV_SIZE,
9732         LRV_EAX_OFFSET, LRV_EDX_OFFSET, LRV_ST0_OFFSET, LRV_ST1_OFFSET
9733         and LR_SIZE.
9734         * sysdeps/i386/link-defines.sym: New file.
9736 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
9738         * sysdeps/i386/Makefile (tests)[elf]: Add tst-audit3.
9739         (modules-names): Add tst-auditmod3a tst-auditmod3b.
9740         ($(objpfx)tst-audit3): New rule.
9741         ($(objpfx)tst-audit3.out): Likewise.
9742         * sysdeps/i386/tst-audit3.c: New file.
9743         * sysdeps/i386/tst-audit3.h: Likewise.
9744         * sysdeps/i386/tst-auditmod3a.c: Likewise.
9745         * sysdeps/i386/tst-auditmod3b.c: Likewise.
9747 2015-07-07  Torvald Riegel  <triegel@redhat.com>
9749         [BZ #18633]
9750         * sysdeps/x86/bits/string.h (__memmove_g): Do not create invalid
9751         pointer in C code.
9752         (__strcat_c): Likewise.
9753         (__strcat_g): Likewise.
9755 2015-07-07  Cyril Hrubis <chrubis@suse.cz>
9757         [BZ #18592]
9758         * misc/sbrk.c: Set errno to ENOMEM on overflow.
9760 2015-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
9762         * sysdeps/aarch64/fpu/math_private.h (__ieee754_sqrt):
9763         New function.  (__ieee754_sqrtf): New function.
9764         * sysdeps/aarch64/fpu/e_sqrt.c (__ieee754_sqrt):
9765         New function.
9766         * sysdeps/aarch64/fpu/e_sqrtf.c (__ieee754_sqrtf):
9767         New function.
9769 2015-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
9771         * sysdeps/ieee754/support.c: Remove unused file.
9773 2015-07-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
9775         * sysdeps/unix/sysv/linux/aarch64/getcontext.S (__getcontext): Use q
9776         registers instead of d ones so the layout is kernel abi compatible.
9777         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext): Likewise.
9778         * sysdeps/unix/sysv/linux/aarch64/swapcontext.S (__swapcontext):
9779         Likewise.
9781 2015-07-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
9783         * sysdeps/aarch64/libm-test-ulps: Regenerated.
9785 2015-07-01  Joseph Myers  <joseph@codesourcery.com>
9787         [BZ #18619]
9788         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Force underflow
9789         and return argument in case of subnormal argument.
9791 2015-07-01  Martin Sebor  <msebor@redhat.com>
9793         [BZ #18435]
9794         * nptl/Makefile: Add tst-once5.cc.
9795         * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop):
9796         Remove macro redefinitions.
9797         * nptl/tst-once5.cc: New test.
9799 2015-07-01  Joseph Myers  <joseph@codesourcery.com>
9801         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9803         * sysdeps/arm/libm-test-ulps: Regenerated.
9805         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9806         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9808 2015-06-30  Torvald Riegel  <triegel@redhat.com>
9810         * nptl/DESIGN-systemtap-probes.txt: Remove lll_lock_wait,
9811         lll_lock_wait_private and lll_futex_wake probes.
9813         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (BUSY_WAIT_NOP): Remove.
9814         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (BUSY_WAIT_NOP):
9815         Likewise.
9816         * sysdeps/i386/i486/bits/atomic.h (atomic_delay): Rename to
9817         atomic_spin_nop.
9818         * sysdeps/x86_64/bits/atomic.h: Likewise.
9819         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP): Rename
9820         to atomic_spin_nop and move ...
9821         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_spin_nop):
9822         ... here and ...
9823         * sysdeps/sparc/sparc64/bits/atomic.h: ... here.
9824         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Use
9825         atomic_spin_nop instead of BUSY_WAIT_NOP.
9826         * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock):
9827         Likewise.
9828         * sysdeps/nacl/lll_timedwait_tid.c (__lll_timedwait_tid): Likewise.
9829         * sysdeps/nacl/lowlevellock.h (BUSY_WAIT_NOP): Remove.
9830         (lll_wait_tid): Use atomic_spin_nop instead of BUSY_WAIT_NOP.
9831         * nscd/nscd-client.h (__nscd_acquire_maplock): Use atomic_spin_nop
9832         instead of atomic_delay.
9834 2015-06-29  Joseph Myers  <joseph@codesourcery.com>
9836         [BZ #18613]
9837         * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Take log of
9838         X_ADJ not X when adjusting exponent.
9839         (__ieee754_gamma_r): Do intermediate computations in
9840         round-to-nearest then adjust overflowing and underflowing results
9841         as needed.
9842         * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Take log
9843         of X_ADJ not X when adjusting exponent.
9844         (__ieee754_gammaf_r): Do intermediate computations in
9845         round-to-nearest then adjust overflowing and underflowing results
9846         as needed.
9847         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive): Take
9848         log of X_ADJ not X when adjusting exponent.
9849         (__ieee754_gammal_r): Do intermediate computations in
9850         round-to-nearest then adjust overflowing and underflowing results
9851         as needed.  Use 1.0L not 1.0f as numerator of division.
9852         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive): Take
9853         log of X_ADJ not X when adjusting exponent.
9854         (__ieee754_gammal_r): Do intermediate computations in
9855         round-to-nearest then adjust overflowing and underflowing results
9856         as needed.  Use 1.0L not 1.0f as numerator of division.
9857         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive): Take log
9858         of X_ADJ not X when adjusting exponent.
9859         (__ieee754_gammal_r): Do intermediate computations in
9860         round-to-nearest then adjust overflowing and underflowing results
9861         as needed.  Use 1.0L not 1.0f as numerator of division.
9862         * math/libm-test.inc (tgamma_test_data): Remove one test.  Moved
9863         to auto-libm-test-in.
9864         (tgamma_test): Use ALL_RM_TEST.
9865         * math/auto-libm-test-in: Add one test of tgamma.  Mark some other
9866         tests of tgamma with spurious-overflow.
9867         * math/auto-libm-test-out: Regenerated.
9868         * math/gen-libm-have-vector-test.sh: Do not check for START.
9869         * sysdeps/i386/fpu/libm-test-ulps: Update.
9870         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9872         [BZ #18612]
9873         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): For small
9874         arguments, just return 0.5 times the argument, with underflow
9875         forced as needed.
9876         * math/auto-libm-test-in: Add more tests of j1.
9877         * math/auto-libm-test-out: Regenerated.
9879         [BZ #16559]
9880         * sysdeps/ieee754/dbl-64/e_j1.c: Include <float.h>.
9881         (__ieee754_j1): Force underflow exception for small results.
9882         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
9883         * sysdeps/ieee754/flt-32/e_j1f.c: Include <float.h>.
9884         (__ieee754_j1f): Force underflow exception for small results.
9885         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
9886         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
9887         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
9888         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <float.h>.
9889         (__ieee754_j1l): Force underflow exception for small results.
9890         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
9891         * math/auto-libm-test-in: Add more tests of j1 and jn.
9892         * math/auto-libm-test-out: Regenerated.
9894         * sysdeps/unix/sysv/linux/bits/in.h (IP_CHECKSUM): New macro.
9895         * sysdeps/unix/sysv/linux/bits/socket.h (PF_IB): Likewise.
9896         (PF_MPLS): Likewise.
9897         (AF_IB): Likewise.
9898         (AF_MPLS): Likewise.
9899         * sysdeps/unix/sysv/linux/sys/mount.h (MS_LAZYTIME): New enum
9900         value and macro.
9901         (MS_RMT_MASK): Include MS_LAZYTIME.
9903 2015-06-26  Mel Gorman  <mgorman@suse.de>
9905         [BZ #18502]
9906         * malloc/arena.c (heap_trim): Don't try to shrink a heap that is
9907         already minimal.
9909 2015-06-26  Matthew Fortune  <matthew.fortune@imgtec.com>
9911         * elf/elf.h (DT_MIPS_RLD_MAP_REL): New macro.
9912         (DT_MIPS_NUM): Update.
9913         * sysdeps/mips/dl-machine.h (ELF_MACHINE_DEBUG_SETUP): Handle
9914         DT_MIPS_RLD_MAP_REL.
9916 2015-06-25  Joseph Myers  <joseph@codesourcery.com>
9918         [BZ #16559]
9919         [BZ #18602]
9920         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Set
9921         round-to-nearest internally then recompute results that
9922         underflowed to zero in the original rounding mode.
9923         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
9924         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
9925         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
9926         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise
9927         * math/libm-test.inc (jn_test): Use ALL_RM_TEST.
9928         * sysdeps/i386/fpu/libm-test-ulps: Update.
9929         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9931 2015-06-25  Andrew Senkevich  <andrew.senkevich@intel.com>
9933         * NEWS: Fixed description of link with vector math library.
9935 2015-06-25  Andreas Schwab  <schwab@suse.de>
9937         [BZ #18549]
9938         * libio/fmemopen.c (fmemopen_write): Fix bounds check for ENOSPC.
9939         * libio/test-fmemopen.c (do_test): Add test for it.
9941 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
9943         [BZ #17841]
9944         * Makeconfig (no-pie-ldflag): New.
9945         (+link): Set to $(+link-pie) if default to PIE.
9946         (+link-tests): Set to $(+link-pie-tests) if default to PIE.
9947         * config.make.in (build-pie-default): New.
9948         * configure.ac (libc_cv_pie_default): New.  Set to yes if -fPIE
9949         is default.  AC_SUBST.
9950         * configure: Regenerated.
9951         * elf/Makefile (LDFLAGS-tst-dlopen-aout): New.
9953 2015-06-24  Roland McGrath  <roland@hack.frob.com>
9955         * nptl/descr.h (struct pthread): Change type of field setxid_futex
9956         to 'unsigned int'.
9958         * resolv/gai_misc.h (struct waitlist): Change type of field
9959         counterp to 'volatile unsigned int *'.
9960         * sysdeps/nptl/gai_misc.h (GAI_MISC_WAIT): Use unsigned types for
9961         FUTEXADDR and OLDVAL.
9962         * resolv/getaddrinfo_a.c (getaddrinfo_a):
9963         Give local variable TOTAL type 'volatile unsigned int'.
9964         (struct async_waitlist): Change type of field counter to 'unsigned int'.
9965         * resolv/gai_suspend.c (gai_suspend):
9966         Give local variable CNTR type 'unsigned int'.
9968         * sysdeps/pthread/aio_misc.h (struct waitlist): Change type of field
9969         counterp to 'volatile unsigned int *'.
9970         * sysdeps/pthread/aio_suspend.c [DONT_NEED_AIO_MISC_COND]
9971         (do_aio_misc_wait): Give argument CNTR type 'unsigned int *'.
9972         (aio_suspend): Give local variable CNTR type 'unsigned int'.
9973         * sysdeps/pthread/lio_listio.c (lio_listio_internal):
9974         Give local variable TOTAL type 'volatile unsigned int'.
9975         (struct async_waitlist): Change type of field counter to 'unsigned int'.
9977 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
9979         [BZ #18383]
9980         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Align
9981         TCB_OFFSET to MAX_ALIGN, not just TCBALIGN.  Add comment.
9982         * elf/Makefile (test-xfail-tst-tlsalign{,-static}): Remove
9983         comment for i386/x86-64.
9984         (test-xfail-tst-tlsalign-extern-static): Removed.
9986 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
9988         * math/test-double.h: New file.
9989         * math/test-float.h: Likewise.
9990         * math/test-ldouble.h: Likewise.
9991         * math/test-math-inline.h: Likewise.
9992         * math/test-math-no-inline.h: Likewise.
9993         * math/test-math-scalar.h: Likewise.
9994         * math/test-math-vector.h: Likewise.
9995         * math/test-vec-loop.h: Remove file.  Contents moved into
9996         test-math-vector.h.
9997         * math/libm-test.inc (MATHCONST): Do not document macro.
9998         * math/test-double.c: Include test-double.h, test-math-no-inline.h
9999         and test-math-scalar.h.
10000         (FUNC): Remove macro.
10001         (FUNC_TEST): Likewise.
10002         (FLOAT): Likewise.
10003         (MATHCONST): Likewise.
10004         (PRINTF_EXPR): Likewise.
10005         (PRINTF_XEXPR): Likewise.
10006         (PRINTF_NEXPR): Likewise.
10007         (TEST_DOUBLE): Likewise.
10008         (TEST_MATHVEC): Likewise.
10009         (__NO_MATH_INLINES): Likewise.
10010         * math/test-float.c: Include test-float.h, test-math-no-inline.h
10011         and test-math-scalar.h.
10012         (FUNC): Remove macro.
10013         (FUNC_TEST): Likewise.
10014         (FLOAT): Likewise.
10015         (MATHCONST): Likewise.
10016         (PRINTF_EXPR): Likewise.
10017         (PRINTF_XEXPR): Likewise.
10018         (PRINTF_NEXPR): Likewise.
10019         (TEST_FLOAT): Likewise.
10020         (TEST_MATHVEC): Likewise.
10021         (__NO_MATH_INLINES): Likewise.
10022         * math/test-idouble.c: Include test-double.h, test-math-inline.h
10023         and test-math-scalar.h.
10024         (FUNC): Remove macro.
10025         (FUNC_TEST): Likewise.
10026         (FLOAT): Likewise.
10027         (MATHCONST): Likewise.
10028         (PRINTF_EXPR): Likewise.
10029         (PRINTF_XEXPR): Likewise.
10030         (PRINTF_NEXPR): Likewise.
10031         (TEST_DOUBLE): Likewise.
10032         (TEST_MATHVEC): Likewise.
10033         (TEST_INLINE): Likewise.
10034         (__NO_MATH_INLINES): Likewise.
10035         * math/test-ifloat.c: Include test-float.h, test-math-inline.h and
10036         test-math-scalar.h.
10037         (FUNC): Remove macro.
10038         (FUNC_TEST): Likewise.
10039         (FLOAT): Likewise.
10040         (MATHCONST): Likewise.
10041         (PRINTF_EXPR): Likewise.
10042         (PRINTF_XEXPR): Likewise.
10043         (PRINTF_NEXPR): Likewise.
10044         (TEST_FLOAT): Likewise.
10045         (TEST_MATHVEC): Likewise.
10046         (TEST_INLINE): Likewise.
10047         (__NO_MATH_INLINES): Likewise.
10048         * math/test-ildoubl.c: Include test-ldouble.h, test-math-inline.h
10049         and test-math-scalar.h.
10050         (FUNC): Remove macro.
10051         (FUNC_TEST): Likewise.
10052         (FLOAT): Likewise.
10053         (MATHCONST): Likewise.
10054         (PRINTF_EXPR): Likewise.
10055         (PRINTF_XEXPR): Likewise.
10056         (PRINTF_NEXPR): Likewise.
10057         (TEST_LDOUBLE): Likewise.
10058         (TEST_MATHVEC): Likewise.
10059         (TEST_INLINE): Likewise.
10060         (__NO_MATH_INLINES): Likewise.
10061         * math/test-ldouble.c: Include test-ldouble.h,
10062         test-math-no-inline.h and test-math-scalar.h.
10063         (FUNC): Remove macro.
10064         (FUNC_TEST): Likewise.
10065         (FLOAT): Likewise.
10066         (MATHCONST): Likewise.
10067         (PRINTF_EXPR): Likewise.
10068         (PRINTF_XEXPR): Likewise.
10069         (PRINTF_NEXPR): Likewise.
10070         (TEST_LDOUBLE): Likewise.
10071         (TEST_MATHVEC): Likewise.
10072         (__NO_MATH_INLINES): Likewise.
10073         * math/test-double-vlen2.h: Include test-double.h,
10074         test-math-no-inline.h and test-math-vector.h.
10075         (FLOAT): Remove macro.
10076         (FUNC): Likewise.
10077         (MATHCONST): Likewise.
10078         (PRINTF_EXPR): Likewise.
10079         (PRINTF_XEXPR): Likewise.
10080         (PRINTF_NEXPR): Likewise.
10081         (TEST_DOUBLE): Likewise.
10082         (TEST_MATHVEC): Likewise.
10083         (__NO_MATH_INLINES): Likewise.
10084         (CNCT): Likewise.
10085         (CONCAT): Likewise.
10086         (WRAPPER_NAME): Likewise.
10087         (WRAPPER_DECL): Likewise.
10088         (WRAPPER_DECL_ff): Likewise.
10089         (WRAPPER_DECL_fFF): Likewise.
10090         (VECTOR_WRAPPER): Likewise.
10091         (VECTOR_WRAPPER_ff): Likewise.
10092         (VECTOR_WRAPPER_fFF): Likewise.
10093         (VEC_LEN): New macro.
10094         * math/test-double-vlen4.h: Include test-double.h,
10095         test-math-no-inline.h and test-math-vector.h.
10096         (FLOAT): Remove macro.
10097         (FUNC): Likewise.
10098         (MATHCONST): Likewise.
10099         (PRINTF_EXPR): Likewise.
10100         (PRINTF_XEXPR): Likewise.
10101         (PRINTF_NEXPR): Likewise.
10102         (TEST_DOUBLE): Likewise.
10103         (TEST_MATHVEC): Likewise.
10104         (__NO_MATH_INLINES): Likewise.
10105         (CNCT): Likewise.
10106         (CONCAT): Likewise.
10107         (WRAPPER_NAME): Likewise.
10108         (WRAPPER_DECL): Likewise.
10109         (WRAPPER_DECL_ff): Likewise.
10110         (WRAPPER_DECL_fFF): Likewise.
10111         (VECTOR_WRAPPER): Likewise.
10112         (VECTOR_WRAPPER_ff): Likewise.
10113         (VECTOR_WRAPPER_fFF): Likewise.
10114         (VEC_LEN): New macro.
10115         * math/test-double-vlen8.h: Include test-double.h,
10116         test-math-no-inline.h and test-math-vector.h.
10117         (FLOAT): Remove macro.
10118         (FUNC): Likewise.
10119         (MATHCONST): Likewise.
10120         (PRINTF_EXPR): Likewise.
10121         (PRINTF_XEXPR): Likewise.
10122         (PRINTF_NEXPR): Likewise.
10123         (TEST_DOUBLE): Likewise.
10124         (TEST_MATHVEC): Likewise.
10125         (__NO_MATH_INLINES): Likewise.
10126         (CNCT): Likewise.
10127         (CONCAT): Likewise.
10128         (WRAPPER_NAME): Likewise.
10129         (WRAPPER_DECL): Likewise.
10130         (WRAPPER_DECL_ff): Likewise.
10131         (WRAPPER_DECL_fFF): Likewise.
10132         (VECTOR_WRAPPER): Likewise.
10133         (VECTOR_WRAPPER_ff): Likewise.
10134         (VECTOR_WRAPPER_fFF): Likewise.
10135         (VEC_LEN): New macro.
10136         * math/test-float-vlen4.h: Include test-float.h,
10137         test-math-no-inline.h and test-math-vector.h.
10138         (FLOAT): Remove macro.
10139         (FUNC): Likewise.
10140         (MATHCONST): Likewise.
10141         (PRINTF_EXPR): Likewise.
10142         (PRINTF_XEXPR): Likewise.
10143         (PRINTF_NEXPR): Likewise.
10144         (TEST_FLOAT): Likewise.
10145         (TEST_MATHVEC): Likewise.
10146         (__NO_MATH_INLINES): Likewise.
10147         (CNCT): Likewise.
10148         (CONCAT): Likewise.
10149         (WRAPPER_NAME): Likewise.
10150         (WRAPPER_DECL): Likewise.
10151         (WRAPPER_DECL_ff): Likewise.
10152         (WRAPPER_DECL_fFF): Likewise.
10153         (VECTOR_WRAPPER): Likewise.
10154         (VECTOR_WRAPPER_ff): Likewise.
10155         (VECTOR_WRAPPER_fFF): Likewise.
10156         (VEC_LEN): New macro.
10157         * math/test-float-vlen8.h: Include test-float.h,
10158         test-math-no-inline.h and test-math-vector.h.
10159         (FLOAT): Remove macro.
10160         (FUNC): Likewise.
10161         (MATHCONST): Likewise.
10162         (PRINTF_EXPR): Likewise.
10163         (PRINTF_XEXPR): Likewise.
10164         (PRINTF_NEXPR): Likewise.
10165         (TEST_FLOAT): Likewise.
10166         (TEST_MATHVEC): Likewise.
10167         (__NO_MATH_INLINES): Likewise.
10168         (CNCT): Likewise.
10169         (CONCAT): Likewise.
10170         (WRAPPER_NAME): Likewise.
10171         (WRAPPER_DECL): Likewise.
10172         (WRAPPER_DECL_ff): Likewise.
10173         (WRAPPER_DECL_fFF): Likewise.
10174         (VECTOR_WRAPPER): Likewise.
10175         (VECTOR_WRAPPER_ff): Likewise.
10176         (VECTOR_WRAPPER_fFF): Likewise.
10177         (VEC_LEN): New macro.
10178         * math/test-float-vlen16.h: Include test-float.h,
10179         test-math-no-inline.h and test-math-vector.h.
10180         (FLOAT): Remove macro.
10181         (FUNC): Likewise.
10182         (MATHCONST): Likewise.
10183         (PRINTF_EXPR): Likewise.
10184         (PRINTF_XEXPR): Likewise.
10185         (PRINTF_NEXPR): Likewise.
10186         (TEST_FLOAT): Likewise.
10187         (TEST_MATHVEC): Likewise.
10188         (__NO_MATH_INLINES): Likewise.
10189         (CNCT): Likewise.
10190         (CONCAT): Likewise.
10191         (WRAPPER_NAME): Likewise.
10192         (WRAPPER_DECL): Likewise.
10193         (WRAPPER_DECL_ff): Likewise.
10194         (WRAPPER_DECL_fFF): Likewise.
10195         (VECTOR_WRAPPER): Likewise.
10196         (VECTOR_WRAPPER_ff): Likewise.
10197         (VECTOR_WRAPPER_fFF): Likewise.
10198         (VEC_LEN): New macro.
10199         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Do not include
10200         test-vec-loop.h.
10201         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
10202         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
10203         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
10204         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
10205         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
10206         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
10207         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
10209 2015-06-24  Roland McGrath  <roland@hack.frob.com>
10211         * sysdeps/nacl/glob.c (getlogin_r): Macro renamed to ...
10212         (__getlogin_r): ... this.
10214 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
10216         [BZ #18594]
10217         * math/s_ccosh.c (__ccosh): Compare with least normal value
10218         instead of comparing class with FP_SUBNORMAL.
10219         * math/s_ccoshf.c (__ccoshf): Likewise.
10220         * math/s_ccoshl.c (__ccoshl): Likewise.
10221         * math/s_cexp.c (__cexp): Likewise.
10222         * math/s_cexpf.c (__cexpf): Likewise.
10223         * math/s_cexpl.c (__cexpl): Likewise.
10224         * math/s_csin.c (__csin): Likewise.
10225         * math/s_csinf.c (__csinf): Likewise.
10226         * math/s_csinh.c (__csinh): Likewise.
10227         * math/s_csinhf.c (__csinhf): Likewise.
10228         * math/s_csinhl.c (__csinhl): Likewise.
10229         * math/s_csinl.c (__csinl): Likewise.
10230         * math/s_ctan.c (__ctan): Likewise.
10231         * math/s_ctanf.c (__ctanf): Likewise.
10232         * math/s_ctanh.c (__ctanh): Likewise.
10233         * math/s_ctanhf.c (__ctanhf): Likewise.
10234         * math/s_ctanhl.c (__ctanhl): Likewise.
10235         * math/s_ctanl.c (__ctanl): Likewise.
10236         * math/auto-libm-test-in: Add more tests of ccos, ccosh, cexp,
10237         csin, csinh, ctan and ctanh.
10238         * math/auto-libm-test-out: Regenerated.
10239         * math/libm-test.inc (cexp_test): Use ALL_RM_TEST.
10240         * sysdeps/i386/fpu/libm-test-ulps: Update.
10241         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10243 2015-06-24  Roland McGrath  <roland@hack.frob.com>
10245         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): When sched_getcpu
10246         return value is wrong, print the expected value too.
10248 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
10250         [BZ #18585]
10251         * elf/readlib.c (is_gdb_python_file): New.
10252         (process_file): Don't issue errors on filenames with -gdb.py
10253         suffix.
10255 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
10257         * math/auto-libm-test-in: Add more tests of csin and csinh.
10258         * math/auto-libm-test-out: Regenerated.
10259         * math/libm-test.inc (csin_test_data): Remove tests moved to
10260         auto-libm-test-in.
10261         (csinh_test_data): Likewise.
10263         [BZ #18593]
10264         * math/s_csin.c (__csin): Negate before rather than after possibly
10265         overflowing multiplication.
10266         * math/s_csinf.c (__csinf): Likewise.
10267         * math/s_csinh.c (__csinh): Likewise.
10268         * math/s_csinhf.c (__csinhf): Likewise.
10269         * math/s_csinhl.c (__csinhl): Likewise.
10270         * math/s_csinl.c (__csinl): Likewise.
10271         * math/auto-libm-test-in: Add some tests of csin and csinh.
10272         * math/auto-libm-test-out: Regenerated.
10273         * math/libm-test.inc (csin_test_data): Use AUTO_TESTS_c_c.
10274         (csinh_test_data): Likewise.
10275         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10277         [BZ #18586]
10278         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Force
10279         underflow exception for small results.
10281 2015-06-24  Andrew Senkevich  <andrew.senkevich@intel.com>
10283         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
10284         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: Renamed
10285         variable and included header.
10286         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: Likewise.
10287         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: Likewise.
10288         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: Likewise.
10289         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: Likewise.
10290         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: Likewise.
10291         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S: Likewise.
10292         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S: Likewise.
10293         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S: Likewise.
10294         * sysdeps/x86_64/fpu/svml_s_trig_data.S: New file.
10295         * sysdeps/x86_64/fpu/svml_s_trig_data.h: Likewise.
10296         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: Removed file.
10297         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: Likewise.
10298         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: Likewise.
10299         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: Likewise.
10300         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: Likewise.
10301         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: Likewise.
10303 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
10305         [BZ #16526]
10306         [BZ #16538]
10307         * sysdeps/ieee754/dbl-64/s_sin.c: Include <float.h>.
10308         (__sin): Force underflow exception for arguments with small
10309         absolute value.
10310         * sysdeps/ieee754/flt-32/k_sinf.c: Include <float.h>.
10311         (__kernel_sinf): Force underflow exception for arguments with
10312         small absolute value.
10313         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Include <float.h>.
10314         (__kernel_sincosl): Force underflow exception for arguments with
10315         small absolute value.
10316         * sysdeps/ieee754/ldbl-128/k_sinl.c: Include <float.h>.
10317         (__kernel_sinl): Force underflow exception for arguments with
10318         small absolute value.
10319         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Include <float.h>.
10320         (__kernel_sincosl): Force underflow exception for arguments with
10321         small absolute value.
10322         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Include <float.h>.
10323         (__kernel_sinl): Force underflow exception for arguments with
10324         small absolute value.
10325         * sysdeps/ieee754/ldbl-96/k_sinl.c: Include <float.h>.
10326         (__kernel_sinl): Force underflow exception for arguments with
10327         small absolute value.
10328         * sysdeps/powerpc/fpu/k_sinf.c: Include <float.h>.
10329         (__kernel_sinf): Force underflow exception for arguments with
10330         small absolute value.
10331         * math/auto-libm-test-in: Add more tests of sin and sincos.
10332         * math/auto-libm-test-out: Regenerated.
10334         [BZ #18245]
10335         [BZ #18583]
10336         * sysdeps/ieee754/k_standardl.c: Include <fenv.h>.
10337         (__kernel_standard_l): Use feholdexcept and fesetenv around
10338         conversion to double instead of special-casing overflow and
10339         underflow.
10340         * math/libm-test.inc (fmod_test_data): Add more tests.
10341         (remainder_test_data): Likewise.
10342         (sqrt_test_data): Likewise.
10344 2015-06-23  Torvald Riegel  <triegel@redhat.com>
10346         [BZ #17403]
10347         * sysdeps/x86_64/bits/atomic.h: (atomic_full_barrier,
10348         atomic_read_barrier, atomic_write_barrier): Define.
10349         * sysdeps/i386/i486/bits/atomic.h (atomic_full_barrier,
10350         atomic_read_barrier, atomic_write_barrier): Define.
10352 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
10354         * math/Makefile [$(PERL) != no]
10355         ($(addprefix $(objpfx), $(addsuffix .o, $(libm-vec-tests)))): Move
10356         dependency on libm-test.stmp below the inclusion of Rules.
10358 2015-06-23  Andrew Senkevich  <andrew.senkevich@intel.com>
10360         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
10361         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: Renamed variable
10362         and included header.
10363         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: Likewise.
10364         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: Likewise.
10365         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: Likewise.
10366         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: Likewise.
10367         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: Likewise.
10368         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: Likewise.
10369         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: Likewise.
10370         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: Likewise.
10371         * sysdeps/x86_64/fpu/svml_d_trig_data.S: New file.
10372         * sysdeps/x86_64/fpu/svml_d_trig_data.h: Likewise.
10373         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: Removed unneeded include.
10374         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: Likewise.
10375         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: Likewise.
10376         * sysdeps/x86_64/fpu/svml_d_cos_data.S: Removed file.
10377         * sysdeps/x86_64/fpu/svml_d_cos_data.h: Likewise.
10378         * sysdeps/x86_64/fpu/svml_d_sin_data.S: Likewise.
10379         * sysdeps/x86_64/fpu/svml_d_sin_data.h: Likewise.
10380         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: Likewise.
10381         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: Likewise.
10383 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
10385         [BZ #18371]
10386         * math/s_csqrt.c (__csqrt): Avoid multiplication by 0.5 where
10387         intermediate but not final result might underflow.
10388         * math/s_csqrtf.c (__csqrtf): Likewise.
10389         * math/s_csqrtl.c (__csqrtl): Likewise.
10390         * math/auto-libm-test-in: Add more tests of csqrt.
10391         * math/auto-libm-test-out: Regenerated.
10392         * sysdeps/i386/fpu/libm-test-ulps: Update.
10394         [BZ #18219]
10395         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Reduce
10396         threshold on absolute value of exponent for which scaling is used.
10397         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
10398         * math/auto-libm-test-in: Add more tests of exp2.
10399         * math/auto-libm-test-out: Regenerated.
10401 2015-06-23  Dmitry V. Levin  <ldv@altlinux.org>
10403         [BZ #17977]
10404         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix unlocking
10405         when initializing interface list, based on the bug analysis
10406         and the patch proposed by Eric Newton.
10407         * resolv/tst-res_hconf_reorder.c: New test.
10408         * resolv/Makefile [$(have-thread-library) = yes] (tests): Add
10409         tst-res_hconf_reorder.
10410         ($(objpfx)tst-res_hconf_reorder): Depend on $(libdl)
10411         and $(shared-thread-library).
10412         (tst-res_hconf_reorder-ENV): New variable.
10414         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix typo
10415         in comment.
10417 2015-06-22  Joseph Myers  <joseph@codesourcery.com>
10419         [BZ #16353]
10420         * sysdeps/i386/fpu/s_expm1.S (dbl_min): New object.
10421         (__expm1): Force underflow exception for arguments with small
10422         absolute value.
10423         * sysdeps/i386/fpu/s_expm1f.S (flt_min): New object.
10424         (__expm1f): Force underflow exception for arguments with small
10425         absolute value.
10426         * sysdeps/ieee754/dbl-64/s_expm1.c: Include <float.h>.
10427         (__expm1): Force underflow exception for arguments with small
10428         absolute value.
10429         * sysdeps/ieee754/flt-32/s_expm1f.c: Include <float.h>.
10430         (__expm1f): Force underflow exception for arguments with small
10431         absolute value.
10432         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
10433         Check for small arguments before calling __expm1.
10434         * math/auto-libm-test-in: Do not mark underflow exceptions as
10435         possibly missing for bug 16353.
10436         * math/auto-libm-test-out: Regenerated.
10438 2015-06-22  Andreas Schwab  <schwab@suse.de>
10440         [BZ #18513]
10441         * resolv/nss_dns/dns-host.c (getanswer_r): Record TTL also for
10442         PTR queries.
10444 2015-06-22  Leonhard Holz  <leonhard.holz@web.de>
10446         * string/strcoll_l.c (STRCOLL): Remove unnecessary memset.
10448         * string/strcoll_l.c: Remove unused struct element idxnow.
10450 2015-06-21  Joseph Myers  <joseph@codesourcery.com>
10452         [BZ #18569]
10453         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Force
10454         underflow and return argument in case of subnormal argument.
10455         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10456         Likewise.
10457         * math/auto-libm-test-in: Add more tests of expm1.
10458         * math/auto-libm-test-out: Regenerated.
10460         [BZ #16361]
10461         * sysdeps/i386/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
10462         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
10463         tiny results.
10464         * sysdeps/x86_64/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
10465         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
10466         tiny results.
10467         * math/auto-libm-test-in: Add more tests of exp and exp10.  Do not
10468         mark underflow exceptions as possibly missing for bug 16361.
10469         * math/auto-libm-test-out: Regenerated.
10471 2015-06-19  Joseph Myers  <joseph@codesourcery.com>
10473         * conform/data/sys/select.h-data [XOPEN2K8] (pselect): Expect.
10474         * conform/Makefile (test-xfail-XOPEN2K8/sys/select.h/conform):
10475         Remove variable.
10476         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10477         (test-xfail-XOPEN2K8/utmpx.h/conform).
10479         * conform/conformtest.pl ($xerrors): New variable.
10480         (note_error): New function.
10481         (compiletest): New argument $xfail.  Use not_error.
10482         (runtest): Likewise.
10483         (top level): Handle xfail- lines.  Update calls to compiletest and
10484         runtest.  Handle xfail- and optional- in headers listed with
10485         allow-header.
10486         * conform/data/fcntl.h-data (O_TTY_INIT): Use xfail-.
10487         (O_EXEC): Likewise.
10488         (O_SEARCH): Likewise.
10489         * conform/data/stropts.h-data (ioctl): Likewise.
10490         * conform/data/sys/ipc.h-data (ipc_perm.mode): Likewise.
10491         * conform/data/sys/sem.h-data (semid_ds.sem_nsems): Likewise.
10492         * conform/data/sys/socket.h-data (msghdr.msg_iovlen): Likewise.
10493         (msghdr.msg_controllen): Likewise.
10494         (cmsghdr.cmsg_len): Likewise.
10495         * conform/data/utmpx.h-data (utmpx.ut_tv): Likewise.
10496         * conform/Makefile (test-xfail-XPG3/sys/ipc.h/conform): Remove
10497         variable.
10498         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
10499         (test-xfail-XPG4/stropts.h/conform): Likewise.
10500         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
10501         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
10502         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
10503         (test-xfail-UNIX98/stropts.h/conform): Likewise.
10504         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
10505         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
10506         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
10507         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
10508         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
10509         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
10510         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
10511         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10512         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10513         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10514         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10515         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10516         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10517         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10518         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10520 2015-06-19  Andrew Senkevich  <andrew.senkevich@intel.com>
10522         * sysdeps/ieee754/ldbl-opt/s_sin.c (__DECL_SIMD_sincos_disable,
10523         __DECL_SIMD_sincos_disablef, __DECL_SIMD_sincos_disablel): Added empty
10524         definitions for proper unfolding of __MATHDECL_VEC.
10526 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
10528         * benchtests/bench-strcoll.c:
10529         Include string.h.
10530         (main): Remove unused variable res.
10532 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
10534         * timezone/Makefile (%/UTC %/Universal):
10535         Generate test-result files for UTC and Universal.
10537 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
10539         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
10541 2015-06-18  Joseph Myers  <joseph@codesourcery.com>
10543         [BZ #16350]
10544         * sysdeps/i386/fpu/s_asinh.S (__asinh): Force underflow exception
10545         for arguments with small absolute value.
10546         * sysdeps/i386/fpu/s_asinhf.S (__asinhf): Likewise.
10547         * sysdeps/i386/fpu/s_asinhl.S (__asinhl): Likewise.
10548         * sysdeps/ieee754/dbl-64/s_asinh.c: Include <float.h>.
10549         (__asinh): Force underflow exception for arguments with small
10550         absolute value.
10551         * sysdeps/ieee754/flt-32/s_asinhf.c: Include <float.h>.
10552         (__asinhf): Force underflow exception for arguments with small
10553         absolute value.
10554         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Include <float.h>.
10555         (__asinhl): Force underflow exception for arguments with small
10556         absolute value.
10557         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Include <float.h>.
10558         (__asinhl): Force underflow exception for arguments with small
10559         absolute value.
10560         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Include <float.h>.
10561         (__asinhl): Force underflow exception for arguments with small
10562         absolute value.
10563         * math/auto-libm-test-in: Do not mark underflow exceptions as
10564         possibly missing for bug 16350.
10565         * math/auto-libm-test-out: Regenerated.
10567         * include/bits/ipc.h: Remove file.
10568         * conform/Makefile (test-xfail-XPG3/sys/msg.h/conform): Remove
10569         variable.
10570         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
10571         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
10572         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
10573         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
10574         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
10575         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
10576         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
10577         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
10578         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
10580         * math/auto-libm-test-in: Remove spurious underflow allowance for
10581         tests of cexp.
10582         * math/auto-libm-test-out: Regenerated.
10584         [BZ #18558]
10585         * sysdeps/unix/sysv/linux/bits/in.h (MCAST_JOIN_GROUP): Remove
10586         unconditional definition.
10587         (MCAST_BLOCK_SOURCE): Likewise.
10588         (MCAST_UNBLOCK_SOURCE): Likewise.
10589         (MCAST_LEAVE_GROUP): Likewise.
10590         (MCAST_JOIN_SOURCE_GROUP): Likewise.
10591         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
10592         (MCAST_MSFILTER): Likewise.
10593         * conform/Makefile (test-xfail-XOPEN2K/arpa/inet.h/conform):
10594         Remove variable.
10595         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
10596         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
10597         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
10598         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
10599         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
10601 2015-06-18  Andrew Senkevich  <andrew.senkevich@intel.com>
10603         * NEWS: Mention addition of x86_64 vector sincosf.
10604         * math/test-float-vlen16.h: Added wrapper for sincosf tests.
10605         * math/test-float-vlen4.h: Likewise.
10606         * math/test-float-vlen8.h: Likewise.
10607         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
10608         * sysdeps/x86/fpu/bits/math-vector.h: Added sincosf SIMD declaration.
10609         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
10610         * sysdeps/x86_64/fpu/Versions: New versions added.
10611         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
10612         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
10613         Added build of SSE, AVX2 and AVX512 IFUNC versions.
10614         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S
10615         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S
10616         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core.S
10617         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S
10618         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core.S
10619         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S
10620         * sysdeps/x86_64/fpu/svml_s_sincosf16_core.S
10621         * sysdeps/x86_64/fpu/svml_s_sincosf4_core.S
10622         * sysdeps/x86_64/fpu/svml_s_sincosf8_core.S
10623         * sysdeps/x86_64/fpu/svml_s_sincosf8_core_avx.S
10624         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: New file.
10625         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: New file.
10626         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 3 argument wrappers.
10627         * sysdeps/x86_64/fpu/test-float-vlen16.c: : Vector sincosf tests.
10628         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
10629         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
10630         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
10631         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
10632         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
10633         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
10634         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
10636         * NEWS: Mention addition of x86_64 vector sincos.
10637         * bits/libm-simd-decl-stubs.h: Added stubs for sincos.
10638         * math/math.h (__MATHDECL_VEC): New macro.
10639         * math/bits/mathcalls.h: Added sincos declaration with __MATHDECL_VEC.
10640         * math/gen-libm-have-vector-test.sh: Added generation of sincos wrapper
10641         declaration under condition.
10642         * math/test-vec-loop.h (TEST_VEC_LOOP): Refactored.
10643         * math/test-double-vlen2.h: Added wrapper for sincos tests, reflected
10644         TEST_VEC_LOOP change.
10645         * math/test-double-vlen4.h: Likewise.
10646         * math/test-double-vlen8.h: Likewise.
10647         * math/test-float-vlen16.h: Reflected TEST_VEC_LOOP change.
10648         * math/test-float-vlen4.h: Likewise.
10649         * math/test-float-vlen8.h: Likewise.
10650         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
10651         * sysdeps/x86/fpu/bits/math-vector.h: Added sincos SIMD declaration.
10652         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
10653         * sysdeps/x86_64/fpu/Versions: New versions added.
10654         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
10655         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
10656         Added build of SSE, AVX2 and AVX512 IFUNC versions.
10657         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: New file.
10658         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: New file.
10659         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: New file.
10660         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: New file.
10661         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: New file.
10662         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: New file.
10663         * sysdeps/x86_64/fpu/svml_d_sincos2_core.S: New file.
10664         * sysdeps/x86_64/fpu/svml_d_sincos4_core.S: New file.
10665         * sysdeps/x86_64/fpu/svml_d_sincos4_core_avx.S: New file.
10666         * sysdeps/x86_64/fpu/svml_d_sincos8_core.S: New file.
10667         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: New file.
10668         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: New file.
10669         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added wrappers for sincos.
10670         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Vector sincos tests.
10671         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
10672         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
10673         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
10674         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
10675         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
10676         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
10677         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
10679         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
10680         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
10681         redirections for powf.
10682         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
10683         * sysdeps/x86_64/fpu/Versions: New versions added.
10684         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
10685         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
10686         Added build of SSE, AVX2 and AVX512 IFUNC versions.
10687         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 2 argument wrappers.
10688         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: New file.
10689         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S: New file.
10690         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core.S: New file.
10691         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S: New file.
10692         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core.S: New file.
10693         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S: New file.
10694         * sysdeps/x86_64/fpu/svml_s_powf16_core.S: New file.
10695         * sysdeps/x86_64/fpu/svml_s_powf4_core.S: New file.
10696         * sysdeps/x86_64/fpu/svml_s_powf8_core.S: New file.
10697         * sysdeps/x86_64/fpu/svml_s_powf8_core_avx.S: New file.
10698         * sysdeps/x86_64/fpu/svml_s_powf_data.S: New file.
10699         * sysdeps/x86_64/fpu/svml_s_powf_data.h: New file.
10700         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector powf tests.
10701         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
10702         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
10703         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
10704         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
10705         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
10706         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
10707         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
10708         * math/test-float-vlen16.h: Fixed 2 argument macro.
10709         * math/test-float-vlen4.h: Likewise.
10710         * math/test-float-vlen8.h: Likewise.
10711         * NEWS: Mention addition of x86_64 vector powf.
10713 2015-06-17  Joseph Myers  <joseph@codesourcery.com>
10715         * math/s_ctanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
10716         and redefine.
10717         * math/s_ctanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
10718         and redefine.
10719         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c: Remove file.
10720         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
10721         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
10723         [BZ #18553]
10724         * resource/getpriority.c (getpriority): Rename to __getpriority
10725         and define as weak alias of __getpriority.
10726         * resource/setpriority.c (setpriority): Rename to __setpriority
10727         and define as weak alias of __setpriority.
10728         * sysdeps/mach/hurd/getpriority.c (getpriority): Rename to
10729         __getpriority and define as weak alias of __getpriority.
10730         * sysdeps/mach/hurd/setpriority.c (setpriority): Rename to
10731         __setpriority and define as weak alias of __setpriority.
10732         * sysdeps/unix/syscalls.list (getpriority): Use __getpriority as
10733         strong name.
10734         (setpriority): Use __setpriority as strong name.
10735         * sysdeps/unix/sysv/linux/getpriority.c (getpriority): Rename to
10736         __getpriority and define as weak alias of __getpriority.
10737         * include/sys/resource.h (__getpriority): Declare.  Use
10738         libc_hidden_proto.
10739         (__setpriority): Likewise.
10740         (getpriority): Don't use libc_hidden_proto.
10741         (setpriority): Likewise.
10742         * sysdeps/posix/nice.c (nice): Call __getpriority instead of
10743         getpriority.  Call __setpriority instead of setpriority.
10744         * conform/Makefile (test-xfail-XPG3/unistd.h/linknamespace):
10745         Remove variable.
10747         [BZ #18547]
10748         * misc/getttyent.c (getttynam): Rename to __getttynam and define
10749         as weak alias of __getttynam.  Use prototype function definition.
10750         Call __setttyent, __getttyent and __endttyent instead of
10751         setttyent, getttyent and endttyent.
10752         (getttyent): Rename to __getttyent and define as weak alias of
10753         __getttyent.  Call __setttyent instead of setttyent.  Call
10754         __fgets_unlocked instead of fgets_unlocked.
10755         (setttyent): Rename to __setttyent and define as weak alias of
10756         __setttyent.
10757         (endttyent): Rename to __endttyent and define as weak alias of
10758         __endttyent.
10759         * include/ttyent.h (__getttyent): Declare.  Use libc_hidden_proto.
10760         (__setttyent): Likewise.
10761         (__endttyent): Likewise.
10762         (getttyent): Don't use libc_hidden_proto.
10763         (setttyent): Likewise.
10764         (endttyent): Likewise.
10765         * misc/ttyslot.c (ttyslot): Call __setttyent, __getttyent and
10766         __endttyent instead of setttyent, getttyent and endttyent.
10767         * conform/Makefile (test-xfail-XPG4/unistd.h/linknamespace):
10768         Remove variable.
10770         [BZ #18546]
10771         * socket/recv.c (__recv): Use libc_hidden_def.
10772         * socket/socket.c (__socket): Likewise.
10773         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
10774         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
10775         * sysdeps/unix/sysv/linux/generic/recv.c (__recv): Likewise.
10776         * sysdeps/unix/sysv/linux/recv.c (__recv): Use libc_hidden_weak.
10777         * sysdeps/unix/sysv/linux/socket.c (__socket): Use
10778         libc_hidden_def.
10779         * sysdeps/unix/sysv/linux/x86_64/recv.c (__recv): Use
10780         libc_hidden_weak.
10781         * include/sys/socket.h (__socket): Do not use attribute_hidden.
10782         Use libc_hidden_proto.
10783         (__recv): Likewise.
10784         * socket/Versions (libc): Export __recv and __socket at version
10785         GLIBC_PRIVATE.
10786         * sysdeps/unix/sysv/linux/mq_notify.c (helper_thread): Call __recv
10787         instead of recv.
10788         (init_mq_netlink): Call __socket instead of socket.
10789         * conform/Makefile (test-xfail-POSIX/mqueue.h/linknamespace):
10790         Remove variable.
10792         [BZ #18545]
10793         * rt/mq_timedreceive.c (mq_timedreceive): Rename to
10794         __mq_timedreceive and define as alias of __mq_timedreceive.  Use
10795         hidden_weak.
10796         * rt/mq_timedsend.c (mq_timedsend): Rename to __mq_timedsend and
10797         define as alias of __mq_timedsend.  Use hidden_weak.
10798         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Use
10799         __mq_timedsend as strong name.
10800         (mq_timedreceive): Use __mq_timedreceive as strong name.
10801         * include/mqueue.h (__mq_timedsend): Declare.  Use hidden_proto.
10802         (__mq_timedreceive): Likewise.
10803         * sysdeps/unix/sysv/linux/mq_receive.c (mq_receive): Call
10804         __mq_timedreceive instead of mq_timedreceive.
10805         * sysdeps/unix/sysv/linux/mq_send.c (mq_send): Call __mq_timedsend
10806         instead of mq_timedsend.
10807         * conform/Makefile (test-xfail-UNIX98/mqueue.h/linknamespace):
10808         Remove variable.
10810         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Use
10811         hidden_def and hidden_weak instead of libc_hidden_def and
10812         libc_hidden_weak.
10813         (top level): Refer to hidden_def in comment.
10814         * sysdeps/unix/syscall-template.S (syscall_hidden_def): New
10815         macro.  Use it instead of libc_hidden_def.
10816         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Do not
10817         specify __GI_* name explicitly.
10818         (mq_timedreceive): Likewise.
10819         (mq_setattr): Likewise.
10821         [BZ #18544]
10822         * nptl/pthread_barrier_init.c (pthread_barrier_init): Rename to
10823         __pthread_barrier_init and define as weak alias of
10824         __pthread_barrier_init.
10825         * sysdeps/sparc/nptl/pthread_barrier_init.c
10826         (pthread_barrier_init): Likewise.
10827         * nptl/pthread_barrier_wait.c (pthread_barrier_wait): Rename to
10828         __pthread_barrier_wait and define as weak alias of
10829         __pthread_barrier_wait.
10830         * sysdeps/sparc/nptl/pthread_barrier_wait.c
10831         (pthread_barrier_wait): Likewise.
10832         * sysdeps/sparc/sparc32/pthread_barrier_wait.c
10833         (pthread_barrier_wait): Likewise.
10834         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S
10835         (pthread_barrier_wait): Likewise.
10836         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S
10837         (pthread_barrier_wait): Likewise.
10838         * nptl/Versions (libpthread): Export __pthread_barrier_init and
10839         __pthread_barrier_wait at version GLIBC_PRIVATE.
10840         * include/pthread.h (__pthread_barrier_init): Declare.
10841         (__pthread_barrier_wait): Likewise.
10842         * sysdeps/unix/sysv/linux/mq_notify.c (notification_function):
10843         Call __pthread_barrier_wait instead of pthread_barrier_wait.
10844         (helper_thread): Likewise.
10845         (init_mq_netlink): Call __pthread_barrier_init instead of
10846         pthread_barrier_init.
10848         [BZ #18542]
10849         * libio/iovswscanf.c (__vswscanf): Use libc_hidden_def.
10850         (vswscanf): Use ldbl_weak_alias instead of ldbl_strong_alias
10851         * include/wchar.h (__vswscanf): Declare.  Use libc_hidden_proto.
10852         * libio/swscanf.c (__swscanf): Call __vswscanf instead of
10853         vswscanf.
10854         * conform/Makefile (test-xfail-UNIX98/wchar.h/linknamespace):
10855         Remove variable.
10857         [BZ #18540]
10858         * libio/iofflush.c [!_IO_MTSAFE_IO] (__fflush_unlocked): Define as
10859         strong alias of _IO_fflush.  Use libc_hidden_def.
10860         * libio/iofflush_u.c (fflush_unlocked): Rename to
10861         __fflush_unlocked and define as weak alias of __fflush_unlocked.
10862         Use libc_hidden_weak.
10863         * include/stdio.h (__fflush_unlocked): Declare.  Use
10864         libc_hidden_proto.
10865         * misc/getpass.c (getpass): Call __fflush_unlocked instead of
10866         fflush_unlocked.
10867         * conform/Makefile (test-xfail-UNIX98/unistd.h/linknamespace):
10868         Remove variable.
10870         [BZ #18539]
10871         * stdlib/fmtmsg.c (addseverity): Rename to __addseverity and
10872         define as weak alias of __addseverity.
10873         * conform/Makefile (test-xfail-XPG4/fmtmsg.h/linknamespace):
10874         Remove variable.
10875         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
10876         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
10877         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
10879         [BZ #18536]
10880         * misc/tsearch.c (__tsearch): Use libc_hidden_def.
10881         (__tfind): Likewise.
10882         (__tdelete): Likewise.
10883         (__twalk): Likewise.
10884         * misc/Versions (libc): Add __tdelete, __tfind, __tsearch and
10885         __twalk to GLIBC_PRIVATE.
10886         * include/search.h (__tsearch): Use libc_hidden_proto.
10887         (__tfind): Likewise.
10888         (__tdelete): Likewise.
10889         (__twalk): Likewise.
10890         * nptl/sem_close.c (sem_close): Call __twalk instead of twalk.
10891         Call __tdelete instead of tdelete.
10892         * nptl/sem_open.c (check_add_mapping): Call __tfind instead of
10893         tfind.  Call __tsearch instead of tsearch.
10894         * sysdeps/sparc/sparc32/sem_open.c (check_add_mapping): Likewise.
10895         * conform/Makefile (test-xfail-POSIX/semaphore.h/linknamespace):
10896         Remove variable.
10897         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
10899         [BZ #18534]
10900         * stdio-common/dprintf.c (__dprintf): Use libc_hidden_def.
10901         (dprintf): Define as a weak alias of __dprintf, not a strong
10902         alias.
10903         * include/stdio.h (__dprintf): Declare.  Use libc_hidden_proto.
10904         * misc/syslog.c (__vsyslog_chk): Call __dprintf instead of
10905         dprintf.
10906         * conform/Makefile (test-xfail-XPG4/syslog.h/linknamespace):
10907         Remove variable.
10908         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
10909         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
10911         [BZ #18533]
10912         * misc/syslog.c (vsyslog): Define as a weak alias of __vsyslog,
10913         not a strong alias.
10914         * conform/Makefile (test-xfail-XOPEN2K8/syslog.h/linknamespace):
10915         Remove variable.
10917         [BZ #18532]
10918         * inet/in6_addr.c (in6addr_any): Rename to __in6addr_any and
10919         define as weak alias of __in6addr_any.  Use libc_hidden_data_weak.
10920         (in6addr_loopback): Rename to __in6addr_loopback and define as
10921         weak alias of __in6addr_loopback.  Use libc_hidden_data_weak.
10922         * include/netinet/in.h (__in6addr_loopback): Declare.  Use
10923         libc_hidden_proto.
10924         (__in6addr_any): Likewise.
10925         * inet/gethstbyad_r.c (PREPROCESS): Use __in6addr_any instead of
10926         in6addr_any.
10927         * conform/Makefile (test-xfail-XPG4/netdb.h/linknamespace): Remove
10928         variable.
10929         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
10931 2015-06-17  Andrew Senkevich  <andrew.senkevich@intel.com>
10933         * bits/libm-simd-decl-stubs.h: Added stubs for pow.
10934         * math/bits/mathcalls.h: Added pow declaration with __MATHCALL_VEC.
10935         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
10936         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
10937         redirections for pow.
10938         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
10939         * sysdeps/x86_64/fpu/Versions: New versions added.
10940         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
10941         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
10942         build of SSE, AVX2 and AVX512 IFUNC versions.
10943         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added 2 argument wrappers.
10944         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: New file.
10945         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S: New file.
10946         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: New file.
10947         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S: New file.
10948         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: New file.
10949         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S: New file.
10950         * sysdeps/x86_64/fpu/svml_d_pow2_core.S: New file.
10951         * sysdeps/x86_64/fpu/svml_d_pow4_core.S: New file.
10952         * sysdeps/x86_64/fpu/svml_d_pow4_core_avx.S: New file.
10953         * sysdeps/x86_64/fpu/svml_d_pow8_core.S: New file.
10954         * sysdeps/x86_64/fpu/svml_d_pow_data.S: New file.
10955         * sysdeps/x86_64/fpu/svml_d_pow_data.h: New file.
10956         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector pow test.
10957         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
10958         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
10959         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
10960         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
10961         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
10962         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
10963         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
10964         * NEWS: Mention addition of x86_64 vector pow.
10966         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
10967         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
10968         redirections for expf.
10969         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
10970         * sysdeps/x86_64/fpu/Versions: New versions added.
10971         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
10972         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
10973         build of SSE, AVX2 and AVX512 IFUNC versions.
10974         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: New file.
10975         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: New file.
10976         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core.S: New file.
10977         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S: New file.
10978         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core.S: New file.
10979         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S: New file.
10980         * sysdeps/x86_64/fpu/svml_s_expf16_core.S: New file.
10981         * sysdeps/x86_64/fpu/svml_s_expf4_core.S: New file.
10982         * sysdeps/x86_64/fpu/svml_s_expf8_core.S: New file.
10983         * sysdeps/x86_64/fpu/svml_s_expf8_core_avx.S: New file.
10984         * sysdeps/x86_64/fpu/svml_s_expf_data.S: New file.
10985         * sysdeps/x86_64/fpu/svml_s_expf_data.h: New file.
10986         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector expf tests.
10987         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
10988         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
10989         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
10990         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
10991         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
10992         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
10993         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
10994         * NEWS: Mention addition of x86_64 vector expf.
10996         * bits/libm-simd-decl-stubs.h: Added stubs for exp.
10997         * math/bits/mathcalls.h: Added exp declaration with __MATHCALL_VEC.
10998         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
10999         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
11000         redirections for exp.
11001         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11002         * sysdeps/x86_64/fpu/Versions: New versions added.
11003         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11004         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
11005         build of SSE, AVX2 and AVX512 IFUNC versions.
11006         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: New file.
11007         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S: New file.
11008         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: New file.
11009         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S: New file.
11010         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: New file.
11011         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S: New file.
11012         * sysdeps/x86_64/fpu/svml_d_exp2_core.S: New file.
11013         * sysdeps/x86_64/fpu/svml_d_exp4_core.S: New file.
11014         * sysdeps/x86_64/fpu/svml_d_exp4_core_avx.S: New file.
11015         * sysdeps/x86_64/fpu/svml_d_exp8_core.S: New file.
11016         * sysdeps/x86_64/fpu/svml_d_exp_data.S: New file.
11017         * sysdeps/x86_64/fpu/svml_d_exp_data.h: New file.
11018         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector exp test.
11019         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
11020         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
11021         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
11022         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
11023         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
11024         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
11025         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
11026         * NEWS: Mention addition of x86_64 vector exp.
11028         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
11029         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
11030         redirections for logf.
11031         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11032         * sysdeps/x86_64/fpu/Versions: New versions added.
11033         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11034         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
11035         build of SSE, AVX2 and AVX512 IFUNC versions.
11036         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: New file.
11037         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S: New file.
11038         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core.S: New file.
11039         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S: New file.
11040         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core.S: New file.
11041         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S: New file.
11042         * sysdeps/x86_64/fpu/svml_s_logf16_core.S: New file.
11043         * sysdeps/x86_64/fpu/svml_s_logf4_core.S: New file.
11044         * sysdeps/x86_64/fpu/svml_s_logf8_core.S: New file.
11045         * sysdeps/x86_64/fpu/svml_s_logf8_core_avx.S: New file.
11046         * sysdeps/x86_64/fpu/svml_s_logf_data.S: New file.
11047         * sysdeps/x86_64/fpu/svml_s_logf_data.h: New file.
11048         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector logf tests.
11049         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
11050         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
11051         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
11052         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
11053         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
11054         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
11055         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
11056         * NEWS: Mention addition of x86_64 vector logf.
11058         * bits/libm-simd-decl-stubs.h: Added stubs for log.
11059         * math/bits/mathcalls.h: Added log declaration with __MATHCALL_VEC.
11060         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
11061         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
11062         redirections for log.
11063         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11064         * sysdeps/x86_64/fpu/Versions: New versions added.
11065         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11066         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
11067         build of SSE, AVX2 and AVX512 IFUNC versions.
11068         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: New file.
11069         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core_sse4.S: New file.
11070         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: New file.
11071         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core_avx2.S: New file.
11072         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: New file.
11073         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S: New file.
11074         * sysdeps/x86_64/fpu/svml_d_log2_core.S: New file.
11075         * sysdeps/x86_64/fpu/svml_d_log4_core.S: New file.
11076         * sysdeps/x86_64/fpu/svml_d_log4_core_avx.S: New file.
11077         * sysdeps/x86_64/fpu/svml_d_log8_core.S: New file.
11078         * sysdeps/x86_64/fpu/svml_d_log_data.S: New file.
11079         * sysdeps/x86_64/fpu/svml_d_log_data.h: New file.
11080         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector log
11081         test.
11082         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
11083         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
11084         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
11085         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
11086         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
11087         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
11088         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
11089         * NEWS: Mention addition of x86_64 vector log.
11091 2015-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
11093         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Fix
11094         cfi_adjust_cfa_offset argument.
11095         (_dl_tlsdesc_undefweak, _dl_tlsdesc_dynamic): Likewise.
11096         (_dl_tlsdesc_resolve_rela, _dl_tlsdesc_resolve_hold): Likewise.
11098         [BZ #18034]
11099         * sysdeps/aarch64/dl-tlsdesc.h (_dl_tlsdesc_return_lazy): Declare.
11100         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Define.
11101         (_dl_tlsdesc_undefweak): Guarantee TLSDESC entry and argument load-load
11102         ordering using ldar.
11103         (_dl_tlsdesc_dynamic): Likewise.
11104         (_dl_tlsdesc_return_lazy): Likewise.
11105         * sysdeps/aarch64/tlsdesc.c (_dl_tlsdesc_resolve_rela_fixup): Use
11106         relaxed atomics instead of volatile and synchronize with release store.
11107         (_dl_tlsdesc_resolve_hold_fixup): Use relaxed atomics instead of
11108         volatile.
11109         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
11111 2015-06-15  Andrew Senkevich  <andrew.senkevich@intel.com>
11113         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
11114         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for sinf.
11115         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11116         * sysdeps/x86_64/fpu/Versions: New versions added.
11117         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11118         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
11119         build of SSE, AVX2 and AVX512 IFUNC versions.
11120         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: New file.
11121         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: New file.
11122         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core.S: New file.
11123         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: New file.
11124         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core.S: New file.
11125         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: New file.
11126         * sysdeps/x86_64/fpu/svml_s_sinf16_core.S: New file.
11127         * sysdeps/x86_64/fpu/svml_s_sinf4_core.S: New file.
11128         * sysdeps/x86_64/fpu/svml_s_sinf8_core.S: New file.
11129         * sysdeps/x86_64/fpu/svml_s_sinf8_core_avx.S: New file.
11130         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: New file.
11131         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: New file.
11132         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector sinf tests.
11133         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
11134         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
11135         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
11136         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
11137         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
11138         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
11139         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
11140         * NEWS: Mention addition of x86_64 vector sinf.
11142 2015-06-14  Joseph Myers  <joseph@codesourcery.com>
11144         * conform/list-header-symbols.pl (%extra_syms): Add in6addr_any
11145         and in6addr_loopback for XOPEN2K, XOPEN2K8 and POSIX2008.
11146         * conform/Makefile (test-xfail-XOPEN2K/netdb.h/linknamespace):
11147         Remove variable.
11148         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
11149         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
11151 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
11153         [BZ #18530]
11154         * libio/iofputs.c [!_IO_MTSAFE_IO] (__fputs_unlocked): Define as
11155         strong alias of _IO_fputs.  Use libc_hidden_def.
11156         * libio/iofputs_u.c (fputs_unlocked): Rename to __fputs_unlocked
11157         and define as weak alias of __fputs_unlocked.  Use
11158         libc_hidden_weak.
11159         * include/stdio.h (__fputs_unlocked): Declare.  Use
11160         libc_hidden_proto.
11161         * misc/syslog.c (__vsyslog_chk): Call __fputs_unlocked instead of
11162         fputs_unlocked.
11164         [BZ #18529]
11165         * resolv/netdb.h [__USE_POSIX]: Change condition to
11166         [__USE_XOPEN2K].
11167         * conform/data/netdb.h-data [XPG4 || UNIX98] (struct addrinfo): Do
11168         not expect.
11169         [XPG4 || UNIX98] (AI_PASSIVE): Likewise.
11170         [XPG4 || UNIX98] (AI_CANONNAME): Likewise.
11171         [XPG4 || UNIX98] (AI_NUMERICHOST): Likewise.
11172         [XPG4 || UNIX98] (AI_V4MAPPED): Likewise.
11173         [XPG4 || UNIX98] (AI_ALL): Likewise.
11174         [XPG4 || UNIX98] (AI_ADDRCONFIG): Likewise.
11175         [XPG4 || UNIX98] (AI_NUMERICSERV): Likewise.
11176         [XPG4 || UNIX98] (NI_NOFQDN): Likewise.
11177         [XPG4 || UNIX98] (NI_NUMERICHOST): Likewise.
11178         [XPG4 || UNIX98] (NI_NAMEREQD): Likewise.
11179         [XPG4 || UNIX98] (NI_NUMERICSERV): Likewise.
11180         [XPG4 || UNIX98] (NI_DGRAM): Likewise.
11181         [XPG4 || UNIX98] (EAI_AGAIN): Likewise.
11182         [XPG4 || UNIX98] (EAI_BADFLAGS): Likewise.
11183         [XPG4 || UNIX98] (EAI_FAIL): Likewise.
11184         [XPG4 || UNIX98] (EAI_FAMILY): Likewise.
11185         [XPG4 || UNIX98] (EAI_MEMORY): Likewise.
11186         [XPG4 || UNIX98] (EAI_NONAME): Likewise.
11187         [XPG4 || UNIX98] (EAI_SERVICE): Likewise.
11188         [XPG4 || UNIX98] (EAI_SOCKTYPE): Likewise.
11189         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
11190         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
11191         [XPG4 || UNIX98] (freeaddrinfo): Likewise.
11192         [XPG4 || UNIX98] (gai_strerror): Likewise.
11193         [XPG4 || UNIX98] (getaddrinfo): Likewise.
11194         [XPG4 || UNIX98] (getnameinfo): Likewise.
11196         [BZ #18528]
11197         * grp/grp.h (endgrent): Condition on [__USE_MISC ||
11198         __USE_XOPEN_EXTENDED], not [__USE_XOPEN_EXTENDED ||
11199         __USE_XOPEN2K8].
11200         (getgrent): Likewise.
11201         * conform/data/grp.h-data [XPG3 || POSIX2008] (getgrent): Do not
11202         expect.
11203         [XPG3 || POSIX2008] (endgrent): Likewise.
11204         [XPG3] (setgrent): Likewise.
11205         * conform/Makefile (test-xfail-XPG3/grp.h/conform): Remove
11206         variable.
11207         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
11209         [BZ #18527]
11210         * login/getlogin_r.c (getlogin_r): Rename to __getlogin_r and
11211         define as weak alias of __getlogin_r.  Use libc_hidden_weak.
11212         * sysdeps/mach/hurd/getlogin_r.c (getlogin_r): Likewise.
11213         * sysdeps/unix/getlogin_r.c (getlogin_r): Likewise.
11214         * sysdeps/unix/sysv/linux/getlogin_r.c (getlogin_r): Likewise.
11215         * include/unistd.h (__getlogin_r): Declare.  Use
11216         libc_hidden_proto.
11217         * posix/glob.c (glob): Call __getlogin_r instead of getlogin_r.
11218         * conform/Makefile (test-xfail-XPG3/glob.h/linknamespace): Remove
11219         variable.
11220         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
11221         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
11222         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
11224 2015-06-12  Martin Sebor  <msebor@redhat.com>
11226         [BZ #18512]
11227         * Makerules (check-install-supported): New target.
11228         (install): Add check-install-supported as a dependency.
11229         * manual/install.texi (Installing the C Library): Document
11230         that overriding prefix and exec_prefix is not supported.
11231         Mention DESTDIR.
11232         * INSTALL: Regenerate from the above.
11234 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
11236         [BZ #18519]
11237         * posix/Versions (libc): Export __libc_pread at version
11238         GLIBC_PRIVATE.
11239         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Call __libc_pread
11240         instead of pread.
11241         * conform/Makefile (test-xfail-POSIX/aio.h/linknamespace): Remove
11242         variable.
11244         [BZ #18522]
11245         * misc/efgcvt_r.c
11246         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0) && !LONG_DOUBLE_CVT]
11247         (cvt_symbol): Use weak_alias instead of strong_alias.
11248         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0)] (cvt_symbol): Likewise.
11249         * conform/Makefile (test-xfail-XPG4/stdlib.h/linknamespace):
11250         Remove variable.
11251         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
11252         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
11254         [BZ #18520]
11255         * inet/herrno.c (h_errno): Rename to __h_errno.
11256         (__libc_h_errno): Define as alias of __h_errno not h_errno.
11257         * include/netdb.h [IS_IN_LIB && !IS_IN (libc)] (h_errno): Define
11258         to __h_errno instead of h_errno.
11259         * nptl/herrno.c (h_errno): Rename to __h_errno.
11260         (__h_errno_location): Refer to __h_errno not h_errno.
11261         * resolv/Versions (h_errno): Rename to __h_errno.
11262         * conform/Makefile (test-xfail-XOPEN2K8/grp.h/linknamespace):
11263         Remove variable.
11264         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
11266 2015-06-11  Andrew Senkevich  <andrew.senkevich@intel.com>
11268         * configure.ac: More strict check for AVX512 assembler support.
11269         * configure: Regenerated.
11271         * bits/libm-simd-decl-stubs.h: Added stubs for sin.
11272         * math/bits/mathcalls.h: Added sin declaration with __MATHCALL_VEC.
11273         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
11274         * sysdeps/x86/fpu/bits/math-vector.h: SIMD declaration for sin.
11275         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11276         * sysdeps/x86_64/fpu/Versions: New versions added.
11277         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11278         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
11279         Added build of SSE, AVX2 and AVX512 IFUNC versions.
11280         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: New file.
11281         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: New file.
11282         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: New file.
11283         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: New file.
11284         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: New file.
11285         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: New file.
11286         * sysdeps/x86_64/fpu/svml_d_sin2_core.S: New file.
11287         * sysdeps/x86_64/fpu/svml_d_sin4_core.S: New file.
11288         * sysdeps/x86_64/fpu/svml_d_sin4_core_avx.S: New file.
11289         * sysdeps/x86_64/fpu/svml_d_sin8_core.S: New file.
11290         * sysdeps/x86_64/fpu/svml_d_sin_data.S: New file.
11291         * sysdeps/x86_64/fpu/svml_d_sin_data.h: New file.
11292         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector sin
11293         test.
11294         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
11295         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
11296         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
11297         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
11298         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
11299         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
11300         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
11301         * NEWS: Mention addition of x86_64 vector sin.
11303 2015-06-11  Florian Weimer  <fweimer@redhat.com>
11305         * nptl/pthread_key_create.c (__pthread_key_create): Fix typo in
11306         comment.
11308 2015-06-10  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
11310         [BZ #18479]
11311         * nptl/pt-interp.c: New file.
11312         * nptl/Makefile (libpthread-routines, libpthread-shared-only-routines):
11313         Add pt-interp.
11314         [[$(build-shared) = yes] ($(objpfx)pt-interp.os): Depend on
11315         $(common-objpfx)runtime-linker.h.
11317 2015-06-10  Dmitry V. Levin  <ldv@altlinux.org>
11319         * Makeconfig (+interp): Remove unused variable.
11320         * elf/Makefile ($(objpfx)interp.os): Define for [$(build-shared) = yes]
11321         only.  Depend on $(common-objpfx)runtime-linker.h instead of
11322         $(elf-objpfx)runtime-linker.h.
11323         ($(elf-objpfx)runtime-linker.h): Rename to
11324         $(common-objpfx)runtime-linker.h and move ...
11325         * Makerules [$(build-shared) = yes]: ... here.
11326         * elf/interp.c: Include <runtime-linker.h> instead of
11327         <elf/runtime-linker.h>.
11329 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11331         * sysdeps/unix/sysv/linux/i386/gettimeofday.c
11332         (__gettimeofday_syscall): Remove vsyscall fallback.
11333         * sysdeps/unix/sysv/linux/i386/time.c (__time_syscall): Likewise.
11334         * sysdeps/unix/sysv/linux/x86/gettimeofday.c (__gettimeofday_syscall):
11335         Add syscall fallback function.
11336         (gettimeofday_ifunc): Use __gettimeofday_syscall as fallback mechanism
11337         if vDSO is not present.
11338         * sysdeps/unix/sysv/linux/x86/time.c (__time_syscall): Add syscall
11339         fallback function.
11340         (time_ifunc): Use __time_syscall as fallback mechanism if vDSO is not
11341         present.
11342         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Remove file.
11343         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
11345 2015-06-09  Joseph Myers  <joseph@codesourcery.com>
11347         [BZ #18497]
11348         * wcsmbs/wcscmp.c [!WCSCMP] (WCSCMP): Define as __wcscmp instead
11349         of wcscmp.
11350         (wcscmp): Define as weak alias of WCSCMP.
11351         * wcsmbs/wcscoll.c (STRCOLL): Define as __wcscoll instead of
11352         wcscoll.
11353         (USE_HIDDEN_DEF): Define.
11354         [!USE_IN_EXTENDED_LOCALE_MODEL] (wcscoll): Define as weak alias of
11355         __wcscoll.  Don't use libc_hidden_weak.
11356         * wcsmbs/wcscoll_l.c (STRCMP): Define as __wcscmp instead of
11357         wcscmp.
11358         * sysdeps/i386/i686/multiarch/wcscmp-c.c
11359         [SHARED] (libc_hidden_def): Define __GI___wcscmp instead of
11360         __GI_wcscmp.
11361         (weak_alias): Undefine and redefine.
11362         * sysdeps/i386/i686/multiarch/wcscmp.S (wcscmp): Rename to
11363         __wcscmp and define as weak alias of __wcscmp.
11364         * sysdeps/x86_64/wcscmp.S (wcscmp): Likewise.
11365         * include/wchar.h (__wcscmp): Declare.  Use libc_hidden_proto.
11366         (__wcscoll): Likewise.
11367         (wcscmp): Don't use libc_hidden_proto.
11368         (wcscoll): Likewise.
11369         * posix/regcomp.c (build_range_exp): Call __wcscoll instead of
11370         wcscoll.
11371         * posix/regexec.c (check_node_accept_bytes): Likewise.
11372         * conform/Makefile (test-xfail-XPG3/regex.h/linknamespace): Remove
11373         variable.
11374         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
11375         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
11377         [BZ #18507]
11378         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Rename to
11379         __fstatvfs and define as weak alias of __fstatvfs.  Use
11380         libc_hidden_weak.
11381         * sysdeps/unix/sysv/linux/statvfs.c (statvs): Rename to __statvfs
11382         and define as weak alias of __statvfs.  Use libc_hidden_weak.
11383         * sysdeps/unix/sysv/linux/wordsize-64/fstatvfs.c (__fstatvfs64):
11384         Define as alias of __fstatvfs, not fstatvfs.
11385         (fstatvfs64): Likewise.
11386         * sysdeps/unix/sysv/linux/wordsize-64/statvfs.c (__statvfs64):
11387         Define as alias of __statvfs, not statvfs.
11388         (statvfs64): Likewise.
11389         * conform/Makefile (test-xfail-POSIX/unistd.h/linknamespace):
11390         Remove variable.
11392 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
11395         (HAVE_GETCPU_VSYSCALL): Define.
11396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
11397         (HAVE_GETCPU_VSYSCALL): Likewise.
11398         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Remove file.
11399         * sysdeps/unix/sysv/linux/sched_getcpu.c
11400         (HAVE_VSYSCALL) [HAVE_GETCPU_VSYSCALL]: Define.
11401         (sched_getcpu): Use INLINE_VSYSCALL instead of INLINE_SYSCALL.
11402         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (getcpu): Add vDSO
11403         prototype.
11404         * sysdeps/unix/sysv/linux/x86_64/init-first.c
11405         (__vdso_platform_setup): Remove vsyscall getcpu fallback.
11406         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Remove file.
11407         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (HAVE_GETCPU_VSYSCALL):
11408         Define.
11409         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: Remove file.
11410         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
11411         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c: Likewise.
11412         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
11414 2015-06-09  Andrew Senkevich  <andrew.senkevich@intel.com>
11416         * sysdeps/x86_64/fpu/Makefile: New file.
11417         * sysdeps/x86_64/fpu/Versions: New file.
11418         * sysdeps/x86_64/fpu/svml_d_cos_data.S: New file.
11419         * sysdeps/x86_64/fpu/svml_d_cos_data.h: New file.
11420         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: New file.
11421         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: New file.
11422         * sysdeps/x86_64/fpu/svml_d_cos4_core_avx.S: New file.
11423         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: New file.
11424         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: New file.
11425         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: New file.
11426         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: New file.
11427         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: New file.
11428         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: New file.
11429         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: New file.
11430         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: New file.
11431         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
11432         Added build of SSE, AVX2 and AVX512 IFUNC versions.
11433         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cos.
11434         * math/bits/mathcalls.h: Added cos declaration with __MATHCALL_VEC.
11435         * sysdeps/x86_64/configure.ac: Options for libmvec build.
11436         * sysdeps/x86_64/configure: Regenerated.
11437         * sysdeps/x86_64/sysdep.h (cfi_offset_rel_rsp): New macro.
11438         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New file.
11439         * manual/install.texi (Configuring and compiling): Document
11440         --disable-mathvec.
11441         * INSTALL: Regenerated.
11442         * NEWS: Mention addition of libmvec and x86_64 vector cos.
11444         * math/Makefile: Added rules for vector tests.
11445         * math/gen-libm-have-vector-test.sh: Added generation of wrapper
11446         declaration under condition.
11447         * math/test-double-vlen2.h: New file.
11448         * math/test-double-vlen4.h: New file.
11449         * math/test-double-vlen8.h: New file.
11450         * math/test-vec-loop.h: Added initialization macro.
11451         * sysdeps/x86_64/fpu/Makefile: Added variables for vector tests.
11452         * sysdeps/x86_64/fpu/libm-test-ulps: Regenarated.
11453         * sysdeps/x86_64/fpu/math-tests-arch.h: New file.
11454         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: New file.
11455         * sysdeps/x86_64/fpu/test-double-vlen2.c: New file.
11456         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: New file.
11457         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: New file.
11458         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: New file.
11459         * sysdeps/x86_64/fpu/test-double-vlen4.c: New file.
11460         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: New file.
11461         * sysdeps/x86_64/fpu/test-double-vlen8.c: New file.
11463         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
11464         * sysdeps/x86_64/fpu/Versions: New versions added.
11465         * sysdeps/x86_64/fpu/svml_s_cosf4_core.S: New file.
11466         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core.S: New file.
11467         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: New file.
11468         * sysdeps/x86_64/fpu/svml_s_cosf8_core_avx.S: New file.
11469         * sysdeps/x86_64/fpu/svml_s_cosf8_core.S: New file.
11470         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core.S: New file.
11471         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: New file.
11472         * sysdeps/x86_64/fpu/svml_s_cosf16_core.S: New file.
11473         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: New file.
11474         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: New file.
11475         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: New file.
11476         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: New file.
11477         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: New file.
11478         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
11479         Added build of SSE, AVX2 and AVX512 IFUNC versions.
11480         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
11481         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cosf.
11482         * NEWS: Mention addition of x86_64 vector cosf.
11484         * math/Makefile: Added CFLAGS for new tests.
11485         * math/test-float-vlen16.h: New file.
11486         * math/test-float-vlen4.h: New file.
11487         * math/test-float-vlen8.h: New file.
11488         * math/test-double-vlen2.h: Fixed 2 argument macro and comment.
11489         * sysdeps/x86_64/fpu/Makefile: Added new tests and variables.
11490         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
11491         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: New file.
11492         * sysdeps/x86_64/fpu/test-float-vlen16.c: New file.
11493         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: New file.
11494         * sysdeps/x86_64/fpu/test-float-vlen4.c: New file.
11495         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: New file.
11496         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: New file.
11497         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: New file.
11498         * sysdeps/x86_64/fpu/test-float-vlen8.c: New file.
11500 2015-06-09 Marko Myllynen  <myllynen@redhat.com>
11502         * locale/C-ctype.c (PREDEFINED_CLASSES): Remove.
11503         * locale/programs/ld-ctype.c: Likewise.
11505 2015-06-08  Andrew Senkevich  <andrew.senkevich@intel.com>
11507         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX512F_Usable,
11508         bit_AVX512DQ_Usable, bit_Opmask_state, bit_ZMM0_15_state,
11509         bit_ZMM16_31_state): New macro.
11510         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11511         Check and set bit_AVX512F_Usable, bit_AVX512DQ_Usable.
11513 2015-06-08  Joseph Myers  <joseph@codesourcery.com>
11515         * include/stdio.h (__open_memstream): Say "C++ tests" in comment.
11517 2015-06-06  Justus Winter  <4winter@informatik.uni-hamburg.de>
11519         * mach/mach/mach_traps.h (thread_switch): Fix typo in comment.
11521 2015-06-05  Joseph Myers  <joseph@codesourcery.com>
11523         [BZ #18498]
11524         * libio/memstream.c (open_memstream): Rename to __open_memstream
11525         and define as weak alias of __open_memstream.
11526         * include/stdio.h (__open_memstream): Declare.  Use
11527         libc_hidden_proto.
11528         (open_memstream): Don't use libc_hidden_proto.
11529         * misc/syslog.c (__vsyslog_chk): Call __open_memstream instead of
11530         open_memstream.
11531         * posix/getopt.c (_getopt_internal_r): Likewise.
11532         * conform/Makefile (test-xfail-XPG3/stdio.h/linknamespace): Remove
11533         variable.
11534         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
11535         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
11536         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
11538         [BZ #18496]
11539         * posix/regex_internal.c (build_wcs_upper_buffer): Call __wcrtomb
11540         instead of wcrtomb.
11542         [BZ #18483]
11543         * signal/signal.h [__USE_XOPEN2K] (psignal): Change condition to
11544         [__USE_XOPEN2K8].  Remove redundant #endif.
11545         [__USE_XOPEN2K] (psiginfo): Change condition to [__USE_XOPEN2K8].
11546         Remove redundant #if.
11547         * conform/Makefile (test-xfail-XOPEN2K/signal.h/linknamespace):
11548         Remove variable.
11549         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
11550         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
11552         [BZ #18495]
11553         * wctype/wcfuncs.c (__iswalnum): Use libc_hidden_def.
11554         (__iswlower): Likewise.
11555         * include/wctype.h (__iswalnum): Declare.  Use libc_hidden_proto.
11556         (__iswlower): Likewise.
11557         * posix/regcomp.c (re_compile_fastmap_iter): Call __towlower
11558         instead of towlower.
11559         * posix/regex_internal.c (build_wcs_upper_buffer): Call __iswlower
11560         instead of iswlower.  Call __towupper instead of towupper.
11561         * posix/regex_internal.h (IS_WIDE_WORD_CHAR): Call __iswalnum
11562         instead of iswalnum.
11564 2015-06-05  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
11566         * malloc/tst-malloc-backtrace.c (do_test): Redirect libc fatal
11567         errors to stderr.
11569 2015-06-05  Florian Weimer  <fweimer@redhat.com>
11571         [BZ #15661]
11572         [BZ #17322]
11573         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
11574         Check for overflow properly.  Check for O_APPEND.  Ignore large
11575         file system block sizes.  Add comments about problems.
11576         * sysdeps/posix/posix_fallocate.c (posix_fallocate): Likewise.
11577         * manual/filesys.texi (Storage Allocation): New node.
11579 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11581         * sysdeps/unix/sysdep.h [SYSCALL_CANCEL]: New macro: define
11582         cancellable syscalls.
11583         (SYS_ify): Add guard to no redefine it.
11584         (INLINE_SYSCALL): Likewise.
11585         * sysdeps/unix/sysv/linux/accept4.c (accept4): Remove
11586         LIBC_CANCEL_ASYNC/INLINE_SYSCALL/LIBC_CANCEL_RESET and use
11587         SYSCALL_CANCEL instead.
11588         * sysdeps/unix/sysv/linux/alpha/fdatasync.c (__fdatasync): Likewise.
11589         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
11590         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
11591         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
11592         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
11593         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Likewise.
11594         * sysdeps/unix/sysv/linux/fallocate.c (fallocate): Likewise.
11595         * sysdeps/unix/sysv/linux/fallocate64.c (fallocate64): Likewise.
11596         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
11597         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
11598         * sysdeps/unix/sysv/linux/generic/pause.c (__libc_pause): Likewise.
11599         * sysdeps/unix/sysv/linux/generic/poll.c (__poll): Likewise.
11600         * sysdeps/unix/sysv/linux/generic/recv.c (__libc_recv): Likewise.
11601         * sysdeps/unix/sysv/linux/generic/select.c (__select): Likewise.
11602         * sysdeps/unix/sysv/linux/generic/send.c (__libc_send): Likewise.
11603         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
11604         Likewise.
11605         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
11606         (__libc_pread64): Likewise.
11607         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c
11608         (__libc_preadv): Likewise.
11609         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c
11610         (__libc_readv64): Likewise.
11611         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
11612         (__libc_pwrite): Likewise.
11613         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
11614         (__libc_pwrite64): Likewise.
11615         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c
11616         (__libc_pwritev): Likewise.
11617         * sysdeps/sysv/linux/generic/wordsize-32/pwritev64.c
11618         (__libc_pwritev64): Likewise.
11619         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Likewise.
11620         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
11621         (sync_file_range): Likewise.
11622         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c (fallocate):
11623         Likewise.
11624         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c (fallocate64):
11625         Likewise.
11626         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
11627         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
11628         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
11629         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
11630         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
11631         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
11632         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
11633         * sysdeps/unix/sysv/linux/openat.c (__libc_openat): Likewise.
11634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
11635         Likewise.
11636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
11637         (__libc_read64): Likewise.
11638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_write):
11639         Likewise.
11640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c (__libc_write64):
11641         Likewise.
11642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__libc_fcntl):
11643         Likewise.
11644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c (__libc_pread):
11645         Likewise.
11646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
11647         (__libc_pread64): Likewise.
11648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c (__libc_pwrite):
11649         Likewise.
11650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
11651         (__libc_pwrite64): Likewise.
11652         * sysdeps/sysv/linux/powerpc/powerpc64/sync_file_range.c
11653         (sync_file_range): Likewise.
11654         * sysdeps/unix/sysv/linux/ppoll.c (ppoll): Likewise.
11655         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
11656         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
11657         * sysdeps/unix/sysv/linux/preadv.c (__libc_preadv): Likewise.
11658         * sysdeps/unix/sysv/linux/pselect.c (__pselect): Likewise.
11659         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
11660         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
11661         * sysdeps/unix/sysv/linux/pwritev.c (PWRITEV): Likewise.
11662         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Likewise.
11663         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
11664         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
11665         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
11666         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
11667         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
11668         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_pwrite64): Likewise.
11669         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
11670         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
11671         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
11672         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
11673         Likewise.
11674         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
11675         Likewise.
11676         * sysdeps/unix/sysv/linux/tcdrain.c (__libc_tcdrain): Likewise.
11677         * sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):
11678         Likewise.
11679         * sysdeps/unix/sysv/linux/wait.c (__libc_wait): Likewise.
11680         * sysdeps/unix/sysv/linux/waitid.c (__waitid): Likewise.
11681         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Likewise.
11682         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c (fallocate):
11683         Likewise.
11684         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c (preadv): Likewise.
11685         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c (pwritev): Likewise.
11686         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
11687         * sysdeps/unix/sysv/linux/x86_64/recv.c (__libc_recv): Likewise.
11688         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Likewise.
11690 2015-06-04  Nathan Lynch  <nathan_lynch@codesourcery.com>
11692         * sysdeps/unix/sysv/linux/arm/Makefile: (sysdep_routines):
11693         Include dl-vdso.
11694         * sysdeps/unix/sysv/linux/arm/init-first.c: New file:
11695         Use VDSO routines for gettimeofday, clock_gettime if
11696         available.
11697         * sysdeps/unix/sysv/linux/arm/libc-vdso.h: New file:
11698         Declare VDSO symbols.
11699         * sysdeps/unix/sysv/linux/arm/sysdep.h:
11700         [HAVE_GETTIMEOFDAY_VSYSCALL]: Define.
11701         [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
11702         * sysdeps/unix/sysv/linux/arm/Versions: Add
11703         __vdso_clock_gettime.
11705 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11707         * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Rewrite to
11708         be an inline implementation regardless of library is built within.
11709         (open_not_cancel_2): Likewise.
11710         (__read_nocancel): Likewise.
11711         (__write_nocancel): Likewise.
11712         (openat_not_cancel): Likewise.
11713         (openat_not_cancel_3): Likewise.
11714         (openat64_not_cancel): Likewise.
11715         (openat64_not_cancel_3): Likewise.
11716         (__close_nocancel): Likewise.
11717         (pause_not_cancel): Likewise.
11718         (nanosleep_not_cancel): Likewise.
11719         (sigsuspend_not_cancel): Likewise.
11721 2015-06-04  Torvald Riegel  <triegel@redhat.com>
11723         [BZ #14958]
11724         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock): Add missing
11725         wake-up.
11726         (__pthread_rwlock_rdlock_slow): Likewise.
11727         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
11728         Likewise.
11729         * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
11730         Likewise.
11731         * nptl/pthread_rwlock_unlock.c (__pthread_rwlock_unlock): Add comments.
11732         * nptl/tst-rwlock16.c: New file.
11733         * nptl/Makefile (tests): Add new test.
11735 2015-06-04  Torvald Riegel  <triegel@redhat.com>
11737         [BZ #18324]
11738         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock): Add
11739         missing wake-up of readers.
11740         * nptl/tst-rwlock15.c: New file.
11741         * nptl/Makefile (tests): Add new test.
11743 2015-06-03  Roland McGrath  <roland@hack.frob.com>
11745         * sysdeps/nacl/nacl-interfaces.c (try_supply): New static function.
11746         (PASTE_NAME (__nacl_supply_interface_, MODULE_NAME)): New function.
11747         * sysdeps/nacl/nacl-interfaces.h: Declare __nacl_supply_interface_libc
11748         and __nacl_supply_interface_rtld.
11749         * sysdeps/nacl/nacl_interface_ext_supply.c: New file.
11750         * sysdeps/nacl/Makefile [$(subdir) = csu] (sysdep_routines): Add it.
11751         * sysdeps/nacl/Versions (ld: GLIBC_PRIVATE):
11752         Add __nacl_supply_interface_rtld.
11753         (libc: GLIBC_2.22): Add nacl_interface_ext_supply.
11755 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
11757         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Replace finite with
11758         isfinite.
11759         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
11760         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c (__finitel): Likewise.
11762 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
11764         * math/e_exp10.c: Replace __isinf*, __isnan*, __finite* and
11765         __signbit* with standard C99 macros.
11766         * math/e_exp10l.c: Likewise.
11767         * math/e_exp2l.c: Likewise.
11768         * math/e_scalb.c: Likewise.
11769         * math/e_scalbf.c: Likewise.
11770         * math/e_scalbl.c: Likewise.
11771         * math/s_ldexp.c: Likewise.
11772         * math/s_ldexpf.c: Likewise.
11773         * math/s_ldexpl.c: Likewise.
11774         * math/w_atan2.c: Likewise.
11775         * math/w_atan2f.c: Likewise.
11776         * math/w_atan2l.c: Likewise.
11777         * math/w_cosh.c: Likewise.
11778         * math/w_coshf.c: Likewise.
11779         * math/w_coshl.c: Likewise.
11780         * math/w_exp10.c: Likewise.
11781         * math/w_exp10f.c: Likewise.
11782         * math/w_exp10l.c: Likewise.
11783         * math/w_exp2.c: Likewise.
11784         * math/w_exp2f.c: Likewise.
11785         * math/w_exp2l.c: Likewise.
11786         * math/w_fmod.c: Likewise.
11787         * math/w_fmodf.c: Likewise.
11788         * math/w_fmodl.c: Likewise.
11789         * math/w_hypot.c: Likewise.
11790         * math/w_hypotf.c: Likewise.
11791         * math/w_hypotl.c: Likewise.
11792         * math/w_jnl.c: Likewise.
11793         * math/w_lgamma.c: Likewise.
11794         * math/w_lgamma_r.c: Likewise.
11795         * math/w_lgammaf.c: Likewise.
11796         * math/w_lgammaf_r.c: Likewise.
11797         * math/w_lgammal.c: Likewise.
11798         * math/w_lgammal_r.c: Likewise.
11799         * math/w_pow.c: Likewise.
11800         * math/w_powf.c: Likewise.
11801         * math/w_powl.c: Likewise.
11802         * math/w_remainder.c: Likewise.
11803         * math/w_remainderf.c: Likewise.
11804         * math/w_remainderl.c: Likewise.
11805         * math/w_scalb.c: Likewise.
11806         * math/w_scalbf.c: Likewise.
11807         * math/w_scalbl.c: Likewise.
11808         * math/w_scalbln.c: Likewise.
11809         * math/w_scalblnf.c: Likewise.
11810         * math/w_scalblnl.c: Likewise.
11811         * math/w_sinh.c: Likewise.
11812         * math/w_sinhf.c: Likewise.
11813         * math/w_sinhl.c: Likewise.
11814         * math/w_tgamma.c: Likewise.
11815         * math/w_tgammaf.c: Likewise.
11816         * math/w_tgammal.c: Likewise.
11817         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
11818         * sysdeps/ieee754/dbl-64/e_exp10.c: Likewise.
11819         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
11820         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
11821         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
11822         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
11823         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
11824         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
11825         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
11826         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
11827         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
11828         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
11829         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
11830         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
11831         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11832         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
11833         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
11834         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
11835         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
11836         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
11837         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
11838         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
11839         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
11840         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
11841         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
11842         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
11843         * sysdeps/ieee754/ldbl-128ibm/w_expl.c: Likewise.
11844         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
11845         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
11846         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
11847         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c: Likewise.
11848         * sysdeps/ieee754/ldbl-opt/nldbl-isinf.c: Likewise.
11849         * sysdeps/ieee754/ldbl-opt/nldbl-isnan.c: Likewise.
11850         * sysdeps/ieee754/ldbl-opt/nldbl-signbit.c: Likewise.
11851         * stdio-common/printf_fp.c: Likewise.
11852         * stdio-common/printf_fphex.c: Likewise.
11853         * stdio-common/printf_size.c: Likewise.
11855 2015-06-03  Joseph Myers  <joseph@codesourcery.com>
11857         [BZ #18470]
11858         * posix/fnmatch.c (fnmatch) [_LIBC]: Call __strnlen instead of
11859         strnlen.
11860         * conform/Makefile (test-xfail-XPG3/fnmatch.h/linknamespace):
11861         Remove variable.
11862         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
11863         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
11864         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
11865         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
11866         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
11867         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
11868         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
11869         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
11870         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
11871         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
11873         [BZ #18468]
11874         * wcsmbs/wmemchr.c (wmemchr): Rename to __wmemchr and define as
11875         weak alias of __wmemchr.  Use libc_hidden_weak.
11876         * include/wchar.h (__wmemchr): Declare.  Use libc_hidden_proto.
11877         * posix/fnmatch.c [HANDLE_MULTIBYTE] (MEMCHR): Use __wmemchr
11878         instead of wmemchr.
11880 2015-06-02  Roland McGrath  <roland@hack.frob.com>
11882         [BZ #18383]
11883         * elf/tst-tlsalign-extern.c: New file.
11884         * elf/tst-tlsalign-extern-static.c: New file.
11885         * elf/tst-tlsalign-vars.c: New file.
11886         * elf/Makefile (tests-static): Add tst-tlsalign-extern-static.
11887         [$(build-shared) = yes] (tests): Add tst-tlsalign-extern.
11888         ($(objpfx)tst-tlsalign-extern): Depend on tst-tlsalign-vars.o.
11889         ($(objpfx)tst-tlsalign-extern-static): Likewise.
11890         (test-xfail-tst-tlsalign-extern-static): New variable.
11892 2015-06-02  Joseph Myers  <joseph@codesourcery.com>
11894         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (INLINE_SYSCALL):
11895         Use variable name _sc_err instead of err.
11896         [__mips16] (INTERNAL_SYSCALL_NCS): Use variable name _sc_ret
11897         instead of ret.
11898         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
11899         (INLINE_SYSCALL): Use variable name _sc_err instead of err.
11900         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
11901         (INLINE_SYSCALL): Likewise.
11903         * string/strnlen.c [!STRNLEN] (__strnlen): Use libc_hidden_def.
11904         * include/string.h (__strnlen): Use libc_hidden_proto.
11905         * sysdeps/aarch64/strnlen.S (__strnlen): Use libc_hidden_def.
11906         * sysdeps/i386/i686/multiarch/strnlen-c.c [SHARED]
11907         (libc_hidden_def): Define __GI___strnlen as well as __GI_strnlen.
11908         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-power7.S
11909         (libc_hidden_def): Undefine and redefine.
11910         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c
11911         [SHARED] (libc_hidden_def): Define __GI___strnlen as well as
11912         __GI_strnlen.
11913         * sysdeps/powerpc/powerpc32/power7/strnlen.S (__strnlen): Use
11914         libc_hidden_def.
11915         * sysdeps/tile/tilegx/strnlen.c (__strnlen): Likewise.
11917         [BZ #18469]
11918         * wctype/wcfuncs.c (towlower): Rename to __towlower and define as
11919         weak alias of __towlower.  Use libc_hidden_weak.
11920         (towupper): Rename to __towupper and define as weak alias of
11921         __towupper.  Use libc_hidden_weak.
11922         * include/wctype.h (__towlower): Declare.  Use libc_hidden_proto.
11923         (__towupper): Likewise.
11924         * posix/fnmatch.c [HANDLE_MULTIBYTE && _LIBC] (FOLD): Use
11925         __towlower instead of towlower.
11927 2015-06-02  Roland McGrath  <roland@hack.frob.com>
11929         * stdlib/setenv.c [__GNUC__,__GNUC_MINOR__ < 4,7]: Use
11930         "-Wuninitialized" rather than "-Wmaybe-uninitialized" in pragma.
11932 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
11934         * sysdeps/aarch64/libm-test-ulps: Update.
11936 2015-06-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11938         * sysdeps/unix/sysv/linux/i386/sysdep.h (HAVE_CLOCK_GETTIME_VSYSCALL):
11939         Define.
11940         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
11941         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
11942         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
11943         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
11944         * sysdeps/unix/sysv/linux/timespec_get.c: Include errno.h.
11945         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: Remove file.
11946         * sysdeps/unix/sysv/linux/x86/timespec_get.c: Likewise.
11948 2015-06-01  Martin Sebor  <msebor@redhat.com>
11950         [BZ #18116]
11951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
11952         (__setcontext): Use extended four-operand version of mtsf whenever
11953         possible.
11954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
11955         (__novec_swapcontext): Likewise.
11957 2015-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
11959         * benchtests/scripts/compare_bench.py: New file.
11960         * benchtests/scripts/import_bench.py (mean): New function.
11961         (split_list): Likewise.
11962         (do_for_all_timings): Likewise.
11963         (compress_timings): Likewise.
11965         * benchtests/scripts/import_bench.py: New file.
11966         * benchtests/scripts/validate_benchout.py: Import import_bench
11967         instead of jsonschema.
11968         (validate_bench): Remove function.
11969         (main): Use import_bench.
11971 2015-06-01  Steve Ellcey  <sellcey@imgtec.com>
11973         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use a union to
11974         copy data from cur_ifr->ifr_addr and cur_ifr->ifr_netmask.
11976 2015-05-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11978         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11980 2015-05-28  Roland McGrath  <roland@hack.frob.com>
11982         * sysdeps/nacl/exit-thread.h (__exit_thread): If not detached,
11983         set THREAD_SELF->tid to a magic value and futex-wake it.
11984         Pass its address to the thread_exit system call.
11985         * sysdeps/nacl/pthread-pids.h (__nacl_get_tid): Assert that TID's low
11986         bit is clear.
11987         * sysdeps/nacl/lowlevellock.h: New file.
11988         * sysdeps/nacl/lll_timedwait_tid.c: New file.
11990         * sysdeps/nacl/lowlevellock-futex.h (lll_futex_timed_wait):
11991         Add TIMEOUT to current time, don't subtract it.
11993 2015-05-28  H.J. Lu  <hongjiu.lu@intel.com>
11995         [BZ #2981]
11996         [BZ #18422]
11997         * Makefile ($(objpfx)tst-audit2): Depend on $(libdl).
11998         ($(objpfx)tst-audit2.out): Also depend on
11999         $(objpfx)tst-auditmod9b.so.
12000         * elf/tst-audit2.c: Include <dlfcn.h>.
12001         (calloc_called): New.
12002         (calloc): Allow to be called more than once.
12003         (do_test): dllopen/dlclose $ORIGIN/tst-auditmod9b.so.
12005 2015-05-28  Wilco Dijkstra  <wdijkstr@arm.com>
12007         * sysdeps/ieee754/dbl-64/s_fabs.c: (__fabs): Call __builtin_fabs.
12008         * sysdeps/ieee754/flt-32/s_fabsf.c: (__fabsf): Likewise.
12010 2015-05-27  Marko Myllynen  <myllynen@redhat.com>
12012         * stdlib/monetary.h: Fix comment.
12014 2015-05-26  Chris Metcalf  <cmetcalf@ezchip.com>
12016         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_SYSCALL):
12017         Avoid using variables in #defines that might cause shadowing.
12018         (INTERNAL_VSYSCALL_CALL): Likewise.
12020 2015-05-26  Roland McGrath  <roland@hack.frob.com>
12022         * sysdeps/nacl/lll_timedlock_wait.c: New file.
12024         * nptl/lowlevellock.c (__lll_timedlock_wait): Moved ...
12025         * nptl/lll_timedlock_wait.c: ... to this new file.
12026         * nptl/Makefile (libpthread-routines): Add it.
12027         * nptl/lowlevellock.c (__lll_timedwait_tid): Moved ...
12028         * nptl/lll_timedwait_tid.c: ... to this new file.
12029         * nptl/Makefile (libpthread-routines): Add it.
12030         * sysdeps/sparc/sparc32/lll_timedlock_wait.c: New file.
12031         * sysdeps/sparc/sparc32/lll_timedwait_tid.c: New file.
12032         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: New file.
12033         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c: New file.
12034         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c: New file.
12035         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: New file.
12036         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c: New file.
12037         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c: New file.
12038         * sysdeps/unix/sysv/linux/x86_64/lll_timedlock_wait.c: New file.
12039         * sysdeps/unix/sysv/linux/x86_64/lll_timedwait_tid.c: New file.
12041 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12043         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c: Remove file.
12044         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
12045         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
12046         * sysdeps/unix/sysv/linux/aarch64/sysdep.h
12047         (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
12048         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
12049         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
12050         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
12051         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
12052         * sysdeps/unix/sysv/linux/tile/sysdep.h
12053         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
12054         * sysdeps/unix/sysv/linux/gettimeofday.c: New file: gettimeofday
12055         using vDSO syscall macro.
12057 2015-05-26  Andriy Rysin  <arysin@gmail.com>
12059         [BZ #17293]
12060         * uk_UA: Fix sorting order for Ukrainian locale
12062 2015-05-26  Marko Myllynen  <myllynen@redhat.com>
12064         * stdlib/monetary.h: Fix comment.
12066 2015-05-26  Szabolcs Nagy  <szabolcs.nagy@arm.com>
12068         [BZ #18234]
12069         * conform/data/sys/stat.h-data (struct stat): Add tests for st_atim,
12070         st_mtim and st_ctim members.
12071         * sysdeps/nacl/bits/stat.h (struct stat, struct stat64): Make
12072         st_atim, st_ctim, st_mtim visible under __USE_XOPEN2K8 only.
12073         * sysdeps/unix/sysv/linux/generic/bits/stat.h (struct stat,):
12074         (struct stat64): Likewise.
12075         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat,):
12076         (struct stat64): Likewise.
12077         * sysdeps/unix/sysv/linux/microblaze/bits/stat.h (struct stat,):
12078         (struct stat64): Likewise.
12080 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12082         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c (HAVE_VSYSCALL):
12083         Define and include sysdep-vdso.h.
12084         * sysdeps/unix/sysv/linux/s390/gettimeofday.c (HAVE_VSYSCALL):
12085         Likewise.
12086         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (HAVE_VSYSCALL):
12087         Likewise.
12088         * sysdeps/unix/sysv/linux/aarch64/init-first.c (__vdso_gettimeofday):
12089         Define with VDSO_SYMBOL and use PTR_MANGLE.
12090         (__vdso_clock_gettime): Likewise.
12091         (__vdso_clock_getres): Likewise.
12092         (_libc_vdso_platform_setup): Likewise.
12093         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
12094         Likewise.
12095         (_libc_vdso_platform_setup): Likewise.
12096         * sysdeps/unix/sysv/linux/powerpc/init-first.c (__vdso_gettimeofday):
12097         Likewise.
12098         (__vdso_clock_gettime): Likewise.
12099         (__vdso_clock_getres): Likewise.
12100         (__vdso_get_tbfreq): Likewise.
12101         (__vdso_getcpu): Likewise.
12102         (__vdso_time): Likewise.
12103         (__vdso_sigtramp_rt64): Likewise.
12104         (__vdso_signtramp32): Likewise.
12105         (__vdso_sigtramp_rt32): Likewise.
12106         (_libc_vdso_platform_setup): Likewise.
12107         * sysdeps/unix/sysv/linux/s390/init-first.c (__vdso_gettimeofay):
12108         Likewise.
12109         (__vdso_clock_gettime): Likewise.
12110         (__vdso_clock_getres): Likewise.
12111         (_libc_vdso_platform_setup): Likewise.
12112         * sysdeps/unix/sysv/linux/tile/init-first.c (__vdso_gettimeofday):
12113         Likewise.
12114         (__vdso_clock_gettime): Likewise.
12115         (_libc_vdso_platform_setup): Likewise.
12116         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
12117         Likewise.
12118         (__vdso_getcpu): Likewise.
12119         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h (__vdso_gettimeoday):
12120         Use VDSO_SYMBOL macro to define.
12121         (__vdso_clock_gettime): Likewise.
12122         (__vdso_clock_getres): Likewise.
12123         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h (__vdso_gettimeofday):
12124         Likewise.
12125         (__vdso_clock_gettime): Likewise.
12126         (__vdso_clock_getres): Likewise.
12127         (__vdso_get_tbfreq): Likewise.
12128         (__vdso_getcpu): Likewise.
12129         (__vdso_time): Likewise.
12130         (__vdso_sigtramp_rt64): Likewise.
12131         (__vdso_signtramp32): Likewise.
12132         (__vdso_sigtramp_rt32): Likewise.
12133         * sysdeps/unix/sysv/linux/s390/libc-vdso.h (__vdso_gettimeofday):
12134         Likewise.
12135         (__vdso_clock_gettime): Likewise.
12136         (__vdso_clock_getres): Likewise.
12137         * sysdeps/unix/sysv/linux/tile/libc-vdso.h (__vdso_gettimeofday):
12138         Likewise.
12139         (__vdso_clock_gettime): Likewise.
12140         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
12141         Likewise.
12142         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INLINE_VSYSCALL):  Remove
12143         macro.
12144         (INTERNAL_VSYSCALL): Likewise.
12145         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL):
12146         Remove macro.
12147         (INTERNAL_VSYSCALL): Likewise.
12148         (INTERNAL_VSYSCALL_NCS): Likewise.
12149         (INTERNAL_VSYSCALL_CALL): New macro.
12150         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
12151         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INLINE_VSYSCALL):
12152         Likewise.
12153         (INTERNAL_VSYSCALL): Likewise.
12154         (INTERNAL_VSYSCALL_NCS): Likewise.
12155         (INTERNAL_VSYSCALL_CALL): New macro.
12156         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
12157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
12158         (INLINE_VSYSCALL): Remove macro.
12159         (INTERNAL_VSYSCALL): Remove macro.
12160         (INTERNAL_VSYSCALL_NCS): Remove macro.
12161         (INTERNAL_VSYSCALL_CALL): New macro.
12162         (INTERNAL_VSYSCALL_CALL_TYPE): New macro.
12163         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL.
12164         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
12165         (HAVE_CLOCK_GETRES_VSYSCALL): New define.
12166         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
12167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
12168         (INLINE_VSYSCALL): Remove macro.
12169         (INTERNAL_VSYSCALL): Likewise.
12170         (INTERNAL_VSYSCALL_NCS): Likewise.
12171         (INTERNAL_VSYSCALL_CALL): New macro.
12172         (INTERNAL_VSYSCALL_CALL_TYPE): Likewise.
12173         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL and
12174         PTR_DEMANGLE on vDSO pointer.
12175         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
12176         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Remove
12177         macro.
12178         (INTERNAL_SYSCALL): Likewise.
12179         (INTERNAL_VSYSCALL_NCS): Remove macro.
12180         (INTERNAL_VSYSCALL_CALL): New macro.
12181         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
12182         Remove macro.
12183         (INTERNAL_VSYSCALL): Likewise.
12184         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Include
12185         sysdep-vdso.h instead of libc-vdso.h.
12186         * sysdeps/unix/sysv/linux/clock_getres.c (INTERNAL_VSYSCALL): Remove
12187         definition.
12188         (INLINE_VSYSCALL): Likewise.
12189         (HAVE_VSYSCALL) [HAVE_CLOCK_GETRES_VSYSCALL]: Define.
12190         * sysdeps/unix/sysv/linux/clock_gettime.c (INTERNAL_VSYSCALL): Remove
12191         definition.
12192         (INLINE_VSYSCALL): Likewise.
12193         (INTERNAL_VSYSCALL): Likewise.
12194         (HAVE_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
12195         * sysdeps/unix/sysv/linux/timespec_get.c
12196         (INTERNAL_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
12197         (timespec_get): Use ANSI prototype.
12198         * sysdeps/unix/sysv/linux/sysdep-vdso.h: New file: default vDSO macros
12199         and definition for Linux.
12201 2015-05-25  Andrew Senkevich  <andrew.senkevich@intel.com>
12203         * elf/Makefile (localplt-built-dso): libmvec added to localplt test.
12204         * include/libc-symbols.h: libmvec_hidden_* macro series added.
12206 2015-05-22  H.J. Lu  <hongjiu.lu@intel.com>
12208         [BZ #2981]
12209         [BZ #18410]
12210         * elf/dl-reloc.c (_dl_relocate_object): Don't issue an error
12211         for missing DT_PLTRELSZ.
12213 2015-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12215         Remove obsolete aliases that broke 'locale -a'
12216         [BZ #18412]
12217         * intl/locale.alias: Remove obsolete aliases "bokmål" and "français"
12218         which caused 'locale -a' to output Latin-1 data in UTF-8 locales,
12219         breaking some applications that use 'locale -a' output.
12220         Change the encoding of this file from Latin-1 to ASCII to avoid
12221         other potential problems with people grepping this file.
12223 2015-05-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12225         * nptl/Makefile (CFLAGS-accept.c): Add -fexceptions and
12226         -fasynchronous-unwind-tables.
12227         (CFLAGS-sendto.c): Likewise.
12228         (CFLAGS-sendmsg.c): Likewise.
12229         (CFLAGS-connect.c): Likewise.
12230         (CFLAGS-recvmsg.c): Likewise.
12231         (CFLAGS-recvfrom.c): Likewise.
12232         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_invalid): Define.
12233         (SOCKETCALL): New macro: non-cancellable socketcall.
12234         (SOCKETCALL_CANCEL): New macro: cancellable socketcall.
12235         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = socket]: Remove
12236         internal_accept4, internal_recvmmsg, and internal_sendmmsg rules.
12237         * sysdeps/unix/sysv/linux/accept.c: New file.
12238         * sysdeps/unix/sysv/linux/bind.c: Likewise.
12239         * sysdeps/unix/sysv/linux/connect.c: Likewise.
12240         * sysdeps/unix/sysv/linux/getpeername.c: Likewise.
12241         * sysdeps/unix/sysv/linux/getsockname.c: Likewise.
12242         * sysdeps/unix/sysv/linux/getsockopt.c: Likewise.
12243         * sysdeps/unix/sysv/linux/listen.c: Likewise.
12244         * sysdeps/unix/sysv/linux/recv.c: Likewise.
12245         * sysdeps/unix/sysv/linux/recvfrom.c: Likewise.
12246         * sysdeps/unix/sysv/linux/recvmsg.c: Likewise.
12247         * sysdeps/unix/sysv/linux/send.c: Likewise.
12248         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
12249         * sysdeps/unix/sysv/linux/sendto.c: Likewise.
12250         * sysdeps/unix/sysv/linux/setsockopt.c: Likewise.
12251         * sysdeps/unix/sysv/linux/shutdown.c: Likewise.
12252         * sysdeps/unix/sysv/linux/socket.c: Likewise.
12253         * sysdeps/unix/sysv/linux/socketpair.c: Likewise.
12254         * sysdeps/unix/sysv/linux/recvmmsg.c (__internal_recvmmsg): Remove
12255         prototype.
12256         (recvmmsg) [__ASSUME_RECVMMSG_SOCKETCALL]: Add C based implementation.
12257         (recvmmsg) [!__ASSUME_RECVMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
12258         instead of __internal_xxx function.
12259         * sysdeps/unix/sysv/linux/accept4.c (__internal_accept4): Remove
12260         prototype.
12261         (accept4) [__ASSUME_ACCEPT4_SOCKETCALL]: Add C based implementation.
12262         (accept4) [!__ASSUME_ACCEPT4_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
12263         instead of __internal_xxx function.
12264         * sysdeps/unix/sysv/linux/sendmmsg.c (__internal_sendmmsg): Remove
12265         prototype.
12266         (sendmmsg) [__ASSUME_SENDMMSG_SOCKETCALL]: Add C based implementation.
12267         (sendmmsg) [!__ASSUME_SENDMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
12268         instead of __internal_xxx function.
12269         * sysdeps/unix/sysv/linux/accept.S: Remove file.
12270         * sysdeps/unix/sysv/linux/bind.S: Likewise.
12271         * sysdeps/unix/sysv/linux/connect.S: Likewise.
12272         * sysdeps/unix/sysv/linux/getpeername.S: Likewise.
12273         * sysdeps/unix/sysv/linux/getsockname.S: Likewise.
12274         * sysdeps/unix/sysv/linux/getsockopt.S: Likewise.
12275         * sysdeps/unix/sysv/linux/arm/internal_accept4.S: Likewise.
12276         * sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S: Likewise.
12277         * sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S: Likewise.
12278         * sysdeps/unix/sysv/linux/i386/accept4.S: Likewise.
12279         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: Likewise.
12280         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
12281         * sysdeps/unix/sysv/linux/internal_accept4.S: Likewise.
12282         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: Likewise.
12283         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: Likewise.
12284         * sysdeps/unix/sysv/linux/listen.S: Likewise.
12285         * sysdeps/unix/sysv/linux/microblaze/socket.S: Likewise.
12286         * sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: Likewise.
12287         * sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: Likewise.
12288         * sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: Likewise.
12289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Likewise.
12290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
12291         * sysdeps/unix/sysv/linux/recv.S: Likewise.
12292         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
12293         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
12294         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Likewise.
12295         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
12296         * sysdeps/unix/sysv/linux/send.S: Likewise.
12297         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
12298         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
12299         * sysdeps/unix/sysv/linux/setsockopt.S: Likewise.
12300         * sysdeps/unix/sysv/linux/sh/socket.S: Likewise.
12301         * sysdeps/unix/sysv/linux/shutdown.S: Likewise.
12302         * sysdeps/unix/sysv/linux/socketpair.S: Likewise.
12303         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
12304         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Likewise.
12305         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
12306         * sysdeps/unix/sysv/linux/hppa/socket.S: Likewise.
12307         * sysdeps/unix/sysv/linux/kernel-features.h: Adjust comment on how
12308         socketcall is implemented in GLIBC.
12310 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
12312         * soft-fp/fmadf4.c: Include <libc-internal.h>.
12313         (__fma): Ignore uninitialized warnings around packing.
12314         * soft-fp/fmasf4.c: Include <libc-internal.h>.
12315         (__fmaf): Ignore uninitialized warnings around packing.
12316         * soft-fp/fmatf4.c: Include <libc-internal.h>.
12317         (__fmal): Ignore uninitialized warnings around packing.
12319         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <libc-internal.h>.
12320         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
12321         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <libc-internal.h>.
12322         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
12324         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Make case 9 in
12325         switch statement into default case.
12326         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Likewise.
12328         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Don't use
12329         a conditional in forcing "inexact".
12330         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
12331         Likewise.
12333 2015-05-22  Roland McGrath  <roland@hack.frob.com>
12335         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
12336         Use a separate INTERNAL_SYSCALL_DECL (err); in a local scope
12337         for each INTERNAL_SYSCALL use.
12339 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
12341         [BZ #438]
12342         * posix/unistd.h (_POSIX2_C_VERSION): New macro.
12343         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): Remove
12344         variable.
12346         [BZ #18444]
12347         * string/basename.c (basename): Rename to __basename and define as
12348         weak alias of __basename.  Use libc_hidden_weak.
12349         * include/string.h (__basename): Declare.  Use libc_hidden_proto.
12350         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): Call
12351         __basename instead of basename.
12352         * conform/Makefile (test-xfail-POSIX2008/unistd.h/linknamespace):
12353         Remove variable.
12354         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
12356 2015-05-18  Florian Weimer  <fweimer@redhat.com>
12358         * libio/libioP.h (_IO_MEMBER_TYPE, _IO_CAST_FIELD_ACCESS)
12359         (_IO_JUMPS_FILE_plus): New.
12360         (_IO_WIDE_JUMPS, _IO_CHECK_WIDE, _IO_JUMPS_FUNC): Use
12361         _IO_CAST_FIELD_ACCESS.
12362         * libio/fileops.c (libc_hidden_def, _IO_file_setbuf_mmap,
12363         mmap_remap_check, decide_maybe_mmap): Use _IO_JUMPS_FILE_plus.
12364         * libio/freopen.c (freopen): Likewise.
12365         * libio/freopen64.c (freopen64): Likewise.
12366         * libio/iofopen.c (__fopen_maybe_mmap): Likewise.
12367         * libio/iofopncook.c (_IO_old_fopencookie): Likewise.
12368         * libio/iofwide.c (_IO_fwide): Likewise.
12369         * libio/memstream.c (open_memstream): Likewise.
12370         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
12371         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
12372         * libio/oldiopopen.c (_IO_old_popen): Likewise.
12374 2015-05-21  Joseph Myers  <joseph@codesourcery.com>
12376         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Include <libc-internal.h>.
12377         (__ieee754_lgamma_r): Ignore uninitialized warnings around use of
12378         NADJ.
12379         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Include <libc-internal.h>.
12380         (__ieee754_lgammaf_r): Ignore uninitialized warnings around use of
12381         NADJ.
12382         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Include <libc-internal.h>.
12383         (__ieee754_lgammal_r): Ignore uninitialized warnings around use of
12384         NADJ.
12386         * sysdeps/ieee754/dbl-64/mpa.c (norm): Remove if condition on
12387         (p == 4) case.
12389         * conform/linknamespace.pl (@whitelist): Add re_syntax_options.
12390         * conform/Makefile (test-xfail-UNIX98/regex.h/linknamespace):
12391         Remove variable.
12392         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
12393         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
12394         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
12396 2015-05-21  Florian Weimer  <fweimer@redhat.com>
12398         * stdio-common/vfprintf.c (LABEL, JUMP_TABLE_BASE_LABEL, REF):
12399         Adjust jump table label generation macros.
12401 2015-05-21  Florian Weimer  <fweimer@redhat.com>
12403         * stdio-common/vfprintf.c (vfprintf): Move local variables
12404         args_malloced, specs, specs_malloced, and the code after
12405         do_positional to the printf_positional function.
12406         (printf_positional): New function.
12408 2015-05-21  Florian Weimer  <fweimer@redhat.com>
12410         * stdio-common/vfprintf.c (jump_table): Move out of the vfprintf
12411         function.
12412         (NOT_IN_JUMP_RANGE, CHAR_CLASS, LABEL, REF, JUMP, STEP0_3_TABLE,
12413         STEP4_TABLE, process_arg): Move macro definitions
12414         out of the vfprintf function.  (Cosmetic change only.)
12416 2015-05-21  Carlos O'Donell  <carlos@redhat.com>
12418         * benchtests/Makefile (stdio-common-bench): Define.
12419         (benchset): Add stdio-common-bench.
12420         * sprintf-inputs: New file.
12421         * sprintf-source.c: New file.
12423 2015-05-21  Andreas Schwab  <schwab@suse.de>
12425         [BZ #13028]
12426         [BZ #17053]
12427         * resolv/res_init.c (__res_vinit): Remove use of ext.nsmap member
12428         of struct __res_state.
12429         * resolv/res_send.c (__libc_res_nsend): Likewise.
12430         (get_nsaddr): New function.
12431         (res_ourserver_p, send_vc, reopen): Use it instead of accessing
12432         statp directly.
12434 2015-05-20  Joseph Myers  <joseph@codesourcery.com>
12436         * conform/GlibcConform.pm ($CFLAGS{"POSIX"}): Use
12437         -D_POSIX_C_SOURCE=199506L.
12439         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Require.
12441         * conform/data/unistd.h-data (_POSIX_VERSION): Require.
12442         (_POSIX2_C_VERSION): Require if [POSIX || XPG3 || XPG4 || UNIX98].
12443         Do not mention otherwise.
12444         [POSIX] (_XOPEN_VERSION): Do not expect.
12445         [POSIX] (_XOPEN_XCU_VERSION): Likewise.
12446         [POSIX] (_POSIX2_C_BIND): Likewise.
12447         [POSIX] (_POSIX2_VERSION): Likewise.
12448         [POSIX] (_XOPEN_XPG2): Likewise.
12449         [POSIX] (_XOPEN_XPG3): Likewise.
12450         [POSIX] (_XOPEN_XPG4): Likewise.
12451         [POSIX] (_XOPEN_UNIX): Likewise.
12452         [POSIX] (_POSIX_ADVISORY_INFO): Likewise.
12453         [POSIX] (_POSIX_BARRIERS): Likewise.
12454         [POSIX] (_POSIX_CLOCK_SELECTION): Likewise.
12455         [POSIX] (_POSIX_CPUTIME): Likewise.
12456         [POSIX] (_POSIX_MONOTONIC_CLOCK): Likewise.
12457         [POSIX] (_POSIX_READER_WRITER_LOCKS): Likewise.
12458         [POSIX] (_POSIX_SHELL): Likewise.
12459         [POSIX] (_POSIX_SPAWN): Likewise.
12460         [POSIX] (_POSIX_SPIN_LOCKS): Likewise.
12461         [POSIX] (_POSIX_SPORADIC_SERVER): Likewise.
12462         [POSIX] (_POSIX_THREAD_CPUTIME): Likewise.
12463         [POSIX] (_POSIX_TYPED_MEMORY_OBJECTS): Likewise.
12464         [POSIX] (_POSIX_THREAD_SPORADIC_SERVER): Likewise.
12465         [POSIX] (_XBS5_ILP32_OFF32): Likewise.
12466         [POSIX] (_XBS5_ILP32_OFBIG): Likewise.
12467         [POSIX] (_XBS5_LP64_OFF64): Likewise.
12468         [POSIX] (_XBS5_LPBIG_OFFBIG): Likewise.
12469         [POSIX] (_POSIX_TIMEOUTS): Likewise.
12470         [POSIX] (_POSIX2_PBS): Likewise.
12471         [POSIX] (_POSIX2_PBS_ACCOUNTING): Likewise.
12472         [POSIX] (_POSIX2_PBS_CHECKPOINT): Likewise.
12473         [POSIX] (_POSIX2_PBS_LOCATE): Likewise.
12474         [POSIX] (_POSIX2_PBS_MESSAGE): Likewise.
12475         [POSIX] (_POSIX2_PBS_TRACK): Likewise.
12476         [POSIX] (_POSIX_TIMESTAMP_RESOLUTION): Likewise.
12477         [POSIX] (_CS_XBS5_ILP32_OFF32_CFLAGS): Likewise.
12478         [POSIX] (_CS_XBS5_ILP32_OFF32_LDFLAGS): Likewise.
12479         [POSIX] (_CS_XBS5_ILP32_OFF32_LIBS): Likewise.
12480         [POSIX] (_CS_XBS5_ILP32_OFF32_LINTFLAGS): Likewise.
12481         [POSIX] (_CS_XBS5_ILP32_OFFBIG_CFLAGS): Likewise.
12482         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LDFLAGS): Likewise.
12483         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LIBS): Likewise.
12484         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LINTFLAGS): Likewise.
12485         [POSIX] (_CS_XBS5_LP64_OFF64_CFLAGS): Likewise.
12486         [POSIX] (_CS_XBS5_LP64_OFF64_LDFLAGS): Likewise.
12487         [POSIX] (_CS_XBS5_LP64_OFF64_LIBS): Likewise.
12488         [POSIX] (_CS_XBS5_LP64_OFF64_LINTFLAGS): Likewise.
12489         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_CFLAGS): Likewise.
12490         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LDFLAGS): Likewise.
12491         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LIBS): Likewise.
12492         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LINTFLAGS): Likewise.
12493         [POSIX] (_SC_2_C_BIND): Likewise.
12494         [POSIX] (_SC_2_C_VERSION): Likewise.
12495         [POSIX] (_SC_2_PBS): Likewise.
12496         [POSIX] (_SC_2_PBS_ACCOUNTING): Likewise.
12497         [POSIX] (_SC_2_PBS_CHECKPOINT): Likewise.
12498         [POSIX] (_SC_2_PBS_LOCATE): Likewise.
12499         [POSIX] (_SC_2_PBS_MESSAGE): Likewise.
12500         [POSIX] (_SC_2_PBS_TRACK): Likewise.
12501         [POSIX] (_SC_ATEXIT_MAX): Likewise.
12502         [POSIX] (_SC_BARRIERS): Likewise.
12503         [POSIX] (_SC_BASE): Likewise.
12504         [POSIX] (_SC_CLOCK_SELECTION): Likewise.
12505         [POSIX] (_SC_DEVICE_IO): Likewise.
12506         [POSIX] (_SC_DEVICE_SPECIFIC): Likewise.
12507         [POSIX] (_SC_DEVICE_SPECIFIC_R): Likewise.
12508         [POSIX] (_SC_FD_MGMT): Likewise.
12509         [POSIX] (_SC_FIFO): Likewise.
12510         [POSIX] (_SC_FILE_ATTRIBUTES): Likewise.
12511         [POSIX] (_SC_FILE_LOCKING): Likewise.
12512         [POSIX] (_SC_FILE_SYSTEM): Likewise.
12513         [POSIX] (_SC_IOV_MAX): Likewise.
12514         [POSIX] (_SC_MONOTONIC_CLOCK): Likewise.
12515         [POSIX] (_SC_NETWORKING): Likewise.
12516         [POSIX] (_SC_PAGE_SIZE): Likewise.
12517         [POSIX] (_SC_PASS_MAX): Likewise.
12518         [POSIX] (_SC_PIPE): Likewise.
12519         [POSIX] (_SC_READER_WRITER_LOCKS): Likewise.
12520         [POSIX] (_SC_REGEXP): Likewise.
12521         [POSIX] (_SC_SHELL): Likewise.
12522         [POSIX] (_SC_SIGNALS): Likewise.
12523         [POSIX] (_SC_SINGLE_PROCESS): Likewise.
12524         [POSIX] (_SC_SPIN_LOCKS): Likewise.
12525         [POSIX] (_SC_TYPED_MEMORY_OBJECTS): Likewise.
12526         [POSIX] (_SC_USER_GROUPS): Likewise.
12527         [POSIX] (_SC_USER_GROUPS_R): Likewise.
12528         [POSIX] (_SC_STREAMS): Likewise.
12529         [POSIX] (_SC_XBS5_ILP32_OFF32): Likewise.
12530         [POSIX] (_SC_XBS5_ILP32_OFFBIG): Likewise.
12531         [POSIX] (_SC_XBS5_LP64_OFF64): Likewise.
12532         [POSIX] (_SC_XBS5_LPBIG_OFFBIG): Likewise.
12533         [POSIX] (_SC_THREAD_ROBUST_PRIO_INHERIT): Likewise.
12534         [POSIX] (_SC_THREAD_ROBUST_PRIO_PROTECT): Likewise.
12535         [POSIX] (_PC_FILESIZEBITS): Likewise.
12536         [POSIX] (_PC_REC_INCR_XFER_SIZE): Likewise.
12537         [POSIX] (_PC_REC_MAX_XFER_SIZE): Likewise.
12538         [POSIX] (_PC_REC_MIN_XFER_SIZE): Likewise.
12539         [POSIX] (_PC_REC_XFER_ALIGN): Likewise.
12540         [POSIX] (uid_t): Likewise.
12541         [POSIX] (gid_t): Likewise.
12542         [POSIX] (off_t): Likewise.
12543         [POSIX] (pid_t): Likewise.
12544         [POSIX] (cuserid): Allow.
12545         (_SC_2_CHAR_TERM): Require constant.
12546         (_POSIX_ASYNCHRONOUS_IO): Remove duplicate optional-constant.
12547         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): New
12548         variable.
12550 2015-05-20  Roland McGrath  <roland@hack.frob.com>
12552         * sysdeps/nacl/pthread-pids.h: New file.
12553         * sysdeps/nacl/createthread.c: Include <pthread-pids.h>.
12554         (create_thread): Use __nacl_get_tid to initialize PD->tid.
12556         * nptl/pthread-pids.h: New file.
12557         * sysdeps/unix/sysv/linux/pthread-pids.h: New file.
12558         * nptl/nptl-init.c: Include <pthread-pids.h>.
12559         (__pthread_initialize_minimal_internal):
12560         Call __pthread_initialize_pids instead of set_tid_address syscall.
12562         * sysdeps/unix/sysv/linux/usleep.c: Moved to ...
12563         * sysdeps/posix/usleep.c: ... here.
12565 2015-05-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12567         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = misc)]: Remove
12568         call_pselect6 object.
12569         [$(subdir) = io]: Remove call_sync_file_range object.
12570         * sysdeps/unix/sysv/linux/i386/call_pselect6.S: Remove file.
12571         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Remove file.
12572         * sysdeps/unix/sysv/linux/i386/pselect.c: Remove file.
12573         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: Remove file.
12575 2015-05-20  Wilco Dijkstra  <wdijkstr@arm.com>
12577         * math/s_cproj.c: Add include "math_private.h".
12578         * math/s_cprojf.c: Likewise.
12579         * math/s_cprojl.c: Likewise.
12581 2015-05-19  Joseph Myers  <joseph@codesourcery.com>
12583         [BZ #18244]
12584         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Ignore explicit
12585         high mantissa bit when testing whether P is a NaN.
12586         * math/libm-test.inc (remainder_test_data): Add more tests.
12587         (remquo_test_data): Likewise.
12589         [BZ #18049]
12590         * sysdeps/i386/fpu/e_atanhl.S (__ieee754_atanhl): For exponents
12591         below -32, return the argument, with underflow if subnormal.
12592         * math/auto-libm-test-in: Add more tests of atanh.
12593         * math/auto-libm-test-out: Regenerated.
12595 2015-05-19  Roland McGrath  <roland@hack.frob.com>
12597         [BZ #18434]
12598         * nptl/tst-sem15.c: New file.
12599         * nptl/Makefile (tests): Add it.
12600         * nptl/sem_post.c (__new_sem_post) [!__HAVE_64B_ATOMICS]:
12601         s/<</>>/ to fix typo in EOVERFLOW check.
12602         * sysdeps/sparc/sparc32/sem_post.c (__new_sem_post): Likewise.
12604 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12606         * manual/strings.texi (envz_remove): Fix typo in safety
12607         annotations.
12609 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
12610             Steve Ellcey  <sellcey@imgtec.com>
12612         * inet/rcmd.c (rresvport_af): Change ss to anonymous union
12613         in order to avoid strict alias warnings.
12614         (iruserok_af): Ditto for ra.
12616 2015-05-19  James Lemke  <jwlemke@codesourcery.com>
12618         [BZ #17581]
12619         * malloc/hooks.c
12620         (magicbyte): Convert to a function and avoid returning 0x01.
12621         (mem2mem_check): Avoid using a length byte equal to the magic byte.
12622         (mem2chunk_check): Fix unsigned comparisons to zero.
12623         Hoist defs of sz and magic.
12625 2015-05-19  Richard Henderson  <rth@redhat.com>
12627         * soft-fp/op-common.h (_FP_FROM_INT): Don't write to R.
12629         * sysdeps/alpha/fpu/libm-test-ulps: Update.
12631 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12633         [BZ #16159]
12634         * malloc/Makefile (tests): New test case tst-malloc-backtrace.
12635         * malloc/arena.c (arena_lock): Check if arena is corrupt.
12636         (reused_arena): Find a non-corrupt arena.
12637         (heap_trim): Pass arena to unlink.
12638         * malloc/hooks.c (malloc_check_get_size): Pass arena to
12639         malloc_printerr.
12640         (top_check): Likewise.
12641         (free_check): Likewise.
12642         (realloc_check): Likewise.
12643         * malloc/malloc.c (malloc_printerr): Add arena argument.
12644         (unlink): Likewise.
12645         (munmap_chunk): Adjust.
12646         (ARENA_CORRUPTION_BIT): New macro.
12647         (arena_is_corrupt): Likewise.
12648         (set_arena_corrupt): Likewise.
12649         (sysmalloc): Use mmap if there are no usable arenas.
12650         (_int_malloc): Likewise.
12651         (__libc_malloc): Don't fail if arena_get returns NULL.
12652         (_mid_memalign): Likewise.
12653         (__libc_calloc): Likewise.
12654         (__libc_realloc): Adjust for additional argument to
12655         malloc_printerr.
12656         (_int_free): Likewise.
12657         (malloc_consolidate): Likewise.
12658         (_int_realloc): Likewise.
12659         (_int_memalign): Don't touch corrupt arenas.
12660         * malloc/tst-malloc-backtrace.c: New test case.
12662         * Makefile (summarize-tests): Fix return value on success.
12664         * manual/string.texi (Envz Functions): Add envz_remove.
12666 2015-05-18  Roland McGrath  <roland@hack.frob.com>
12668         * sysdeps/posix/opendir.c: Include <stdbool.h>.
12669         (invalid_name): New function, broken out of ...
12670         (__opendirat): ... here.  Call it.
12671         (need_isdir_precheck): New function, broken out of ...
12672         (__opendirat): ... here.  Call it.
12673         Use __fxstatat64, not __xstatat64.
12674         (opendir_oflags): New function, broken out of ...
12675         (__opendirat): ... here.  Call it.
12676         (opendir_tail): New function, broken out of ...
12677         (__opendirat): ... here.  Call it.
12678         (__opendir): Call invalid_name, need_isdir_precheck, __xstat64, and
12679         opendir_tail, rather than punting to __opendirat.
12680         (__opendirat): Conditionalize function definition on [IS_IN (libc)].
12682 2015-05-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
12684         * .gitignore: Ignore generated *.pyc.
12686 2015-05-18  Arjun Shankar  <arjun.is@lostca.se>
12688         * include/stdio.h: Define __need_wint_t.
12689         * test-skeleton.c: Avoid `for' loop initial declaration.
12690         * nptl/tst-initializers1.c: Use test-skeleton.c.
12692 2015-05-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12694         [BZ #18418]
12695         * stdlib/tst-setcontext3.sh: Remove non-portable array use.
12697 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
12699         [BZ #16352]
12700         * sysdeps/i386/fpu/e_atanh.S (dbl_min): New object.
12701         (__ieee754_atanh): Force underflow exception for results with
12702         small absolute value.
12703         * sysdeps/i386/fpu/e_atanhf.S (flt_min): New object.
12704         (__ieee754_atanhf): Force underflow exception for results with
12705         small absolute value.
12706         * sysdeps/ieee754/dbl-64/e_atanh.c: Include <float.h>.
12707         (__ieee754_atanh): Force underflow exception for results with
12708         small absolute value.
12709         * sysdeps/ieee754/flt-32/e_atanhf.c: Include <float.h>.
12710         (__ieee754_atanhf): Force underflow exception for results with
12711         small absolute value.
12712         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Include <float.h>.
12713         (__ieee754_atanhl): Force underflow exception for results with
12714         small absolute value.
12715         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Include <float.h>.
12716         (__ieee754_atanhl): Force underflow exception for results with
12717         small absolute value.
12718         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Include <float.h>.
12719         (__ieee754_atanhl): Force underflow exception for results with
12720         small absolute value.
12721         * math/auto-libm-test-in: Do not allow missing underflow
12722         exceptions from atanh.
12723         * math/auto-libm-test-out: Regenerated.
12725         [BZ #18221]
12726         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use 2**-13 not
12727         2**-28 as threshold for returning x or +/- 1/x.
12728         * math/auto-libm-test-in: Add more tests of tan.
12729         * math/auto-libm-test-out: Regenerated.
12731         [BZ #18220]
12732         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
12733         2**26 not 2**58 as threshold for returning x * (log (x) - 1).
12734         * math/auto-libm-test-in: Add another test of lgamma.
12735         * math/auto-libm-test-out: Regenerated.
12737 2015-05-15  Wilco Dijkstra  <wdijkstr@arm.com>
12739         * stdio-common/printf_fp.c (___printf_fp): Use abs.
12740         * stdlib/gmp-impl.h (ABS): Remove define.  (ABSIZ): Remove.
12741         * sysdeps/ieee754/dbl-64/branred.c (__branred): Use fabs.
12742         * sysdeps/ieee754/dbl-64/dla.h (EADD): Use fabs.
12743         (ESUB): Use fabs.  (ADD2): Use fabs.  (SUB2): Use fabs.
12744         (ADD2A): Use fabs.  (SUB2A): Use fabs.
12745         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use fabs.
12746         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Use fabs.
12747         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use fabs.
12748         (log1): Use fabs.  (my_log2): Use fabs.
12749         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Use fabs.
12750         * sysdeps/ieee754/dbl-64/mpa.h (ABS): Remove define.
12751         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use fabs.
12752         * sysdeps/ieee754/dbl-64/mydefs.h (ABS): Remove define.
12753         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use fabs.
12754         (__cos): Use fabs.  (slow): Use fabs.  (slow2): Use fabs.
12755         (sloww): Use fabs.  (sloww1): Use fabs.  (sloww2): Use fabs.
12756         (bslow1): Use fabs.  (bslow2): Use fabs.  (cslow2): Use fabs.
12757         (csloww): Use fabs.  (csloww1): Use fabs.  (csloww2): Use fabs.
12758         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Use fabs.
12759         * sysdeps/x86_64/fpu/multiarch/e_log.c: add math.h include.
12761 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
12763         [BZ #18217]
12764         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Use 2**-26 not 2**-56
12765         as threshold for returning 1 - x.
12766         * math/auto-libm-test-in: Add more tests of erfc.
12767         * math/auto-libm-test-out: Regenerated.
12769 2015-05-14  Joseph Myers  <joseph@codesourcery.com>
12771         [BZ #18196]
12772         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Use 2^25 not 2^34 as
12773         threshold for large arguments.
12774         * math/auto-libm-test-in: Add another test of atan.
12775         * math/auto-libm-test-out: Regenerated.
12777         [BZ #16339]
12778         * sysdeps/i386/fpu/s_log1p.S (dbl_min): New object.
12779         (__log1p): Force underflow exception for results with small
12780         absolute value.
12781         * sysdeps/i386/fpu/s_log1pf.S (flt_min): New object.
12782         (__log1pf): Force underflow exception for results with small
12783         absolute value.
12784         * sysdeps/ieee754/dbl-64/s_log1p.c: Include <float.h>.
12785         (__log1p): Force underflow exception for results with small
12786         absolute value.
12787         * sysdeps/ieee754/flt-32/s_log1pf.c: Include <float.h>.
12788         (__log1pf): Force underflow exception for results with small
12789         absolute value.
12790         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Include <float.h>.
12791         (__log1pl): Force underflow exception for results with small
12792         absolute value.
12793         * math/auto-libm-test-in: Do not allow missing underflow
12794         exceptions from log1p.
12795         * math/auto-libm-test-out: Regenerated.
12797 2015-05-14  Jakub Bogusz  <qboosh@pld-linux.org>
12798             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12800         [BZ #16704]
12801         * sysdeps/unix/make-syscalls.sh: Remove non-portable echo usage.
12803 2015-05-14  Andrew Senkevich  <andrew.senkevich@intel.com>
12805         * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
12806         (libmvec): New variable.
12807         * configure.ac: Added option for mathvec build.
12808         * configure: Regenerated.
12809         * mathvec/Depend: New file.
12810         * mathvec/Makefile: New file.
12811         * shlib-versions: Added libmvec.
12812         * math/Makefile: Added rule for libm.so installation.
12814         * bits/math-vector.h: New file.
12815         * bits/libm-simd-decl-stubs.h: New header.
12816         * math/Makefile (headers): Added new header
12817         libm-simd-decl-stubs.h.
12818         * math/math.h (__MATHCALL_VEC): New macro.
12820         * math/gen-libm-have-vector-test.sh: Script generates series of macros
12821         for conditions in testing functions.
12822         * math/Makefile: Added call of libm-have-vector-test.sh.
12823         * math/libm-test.inc (HAVE_VECTOR): New macros.
12825         * math/libm-test.inc: START refactored.
12826         * math/test-double.c (TEST_MATHVEC): Add define.
12827         * math/test-float.c: Likewise.
12828         * math/test-idouble.c: Likewise.
12829         * math/test-ifloat.c: Likewise.
12830         * math/test-ildoubl.c: Likewise.
12831         * math/test-ldouble.c: Likewise.
12832         * sysdeps/generic/math-tests-arch.h
12833         (INIT_ARCH_EXT, CHECK_ARCH_EXT): New helper macros for runtime
12834         architecture check.
12836         * math/test-double.c (FUNC_TEST): New macro.
12837         * math/test-float.c: Likewise.
12838         * math/test-idouble.c: Likewise.
12839         * math/test-ifloat.c: Likewise.
12840         * math/test-ildoubl.c: Likewise.
12841         * math/test-ldouble.c: Likewise.
12842         * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
12844 2015-05-13  Roland McGrath  <roland@hack.frob.com>
12846         * sysdeps/nacl/fdopendir.c: New file.
12848         * dirent/scandir-tail.c: New file.
12849         * dirent/scandir64-tail.c: New file.
12850         * dirent/Makefile (routines): Add them.
12851         (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
12852         * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
12853         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
12854         [!SCANDIR] (SCANDIR_TAIL): New macro.
12855         (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
12856         * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
12857         (SCANDIRAT): Macro removed.
12858         (SCANDIR_TAIL): New macro.
12859         * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
12860         [!SCANDIRAT] (SCANDIR_TAIL): New macro.
12861         (SCANDIRAT): Just call __opendirat and __scandir_tail.
12862         * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
12863         (READDIR): Macro removed.
12864         (SCANDIR_TAIL): New macro.
12865         * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
12866         (SCANDIR_TAIL): New macro.
12868         * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
12869         * dirent/scandir-cancel.c: ... to this new file.
12870         * dirent/Makefile (routines): Add it.
12871         * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
12872         * sysdeps/unix/sysv/linux/i386/scandir64.c
12873         (SKIP_SCANDIR_CANCEL): Macro removed.
12874         * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
12876         * dirent/tst-scandir.c: New file.
12877         * dirent/tst-scandir64.c: New file.
12878         * dirent/Makefile (tests): Add them.
12880 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
12882         [BZ #18409]
12883         * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
12885 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
12887         * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
12888         list.
12890 2015-05-13  Leonhard Holz  <leonhard.holz@web.de>
12892         * benchtests/bench-strcoll.c: New benchmark.
12893         * benchtests/Makefile: Generate locales and run benchmark.
12894         * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
12895         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
12896         * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
12897         * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
12898         * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
12899         * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
12900         * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
12901         * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
12902         * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
12903         * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
12904         * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
12905         * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
12906         * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
12907         * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
12908         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
12909         * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
12910         * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
12911         * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
12912         * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
12913         * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
12914         * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
12915         * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
12916         * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
12917         * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
12919 2015-05-12  Ondřej Bílka  <neleai@seznam.cz>
12921         * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
12922         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
12924 2015-05-12  Roland McGrath  <roland@hack.frob.com>
12926         * posix/uname-values.h: New file.
12927         * posix/uname.c: Include that instead of <config-name.h>.
12928         * sysdeps/nacl/uname-values.h: New file.
12929         * sysdeps/arm/nacl/uname-values.h: New file.
12931 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
12933         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
12934         splitting into fields.
12936 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
12938         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
12939         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
12940         * locale/localeinfo.h: Add enum collation_encoding_type.
12941         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
12942         * programs/ld-collate.c (collate_output): Add encoding type info.
12943         * string/strcoll_l.c (STRDIFF): New function.
12944         * (STRCOLL): Use STRDIFF to skip over equal prefix.
12945         * wcsmbs/wcscoll_l.c: Define STRDIFF.
12947 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
12949         [BZ #18397]
12950         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
12951         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
12952         <fpu_control.h> instead of <math/fpu_control.c>.
12953         * sysdeps/mips/mips32/fpu/Makefile: New file.
12955 2015-05-11  Andreas Schwab  <schwab@suse.de>
12957         [BZ #18007]
12958         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
12959         nss_endgrent.
12960         (_nss_compat_endgrent): Call nss_endgrent.
12961         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
12962         nss_endpwent.
12963         (_nss_compat_endpwent): Call nss_endpwent.
12964         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
12965         needent, call nss_setspent only if non-zero.
12966         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
12967         (internal_endspent): Don't call nss_endspent.
12968         (_nss_compat_endspent): Call nss_endspent.
12969         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
12970         Remove.  All uses removed.
12971         (internal_setent): Remove parameter stayopen, add parameter
12972         stream.  Use it instead of global variable.
12973         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
12974         (internal_endent, internal_getent): Add parameter stream.  Use it
12975         instead of global variable.
12976         (CONCAT(_nss_files_end,ENTNAME))
12977         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
12978         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
12979         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
12980         uses removed.
12981         (internal_setent, internal_endent): Add parameter stream.  Use it
12982         instead of global variable.
12983         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
12984         stream.
12985         (get_next_alias): Add parameter stream.
12986         (_nss_files_getaliasent_r): Pass global stream.
12987         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
12988         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
12989         (_nss_files_gethostbyname4_r): Pass local stream to
12990         internal_setent, internal_getent and internal_endent.  Remove
12991         locking.
12993 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
12995         * tst-strfmon1.c (tests): Update expected currency symbol.
12997 2015-05-08  Roland McGrath  <roland@hack.frob.com>
12999         * sysdeps/nacl/gethostname.c: New file.
13001 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
13003         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
13004         and sinh.
13005         * math/auto-libm-test-out: Regenerated.
13006         * sysdeps/i386/fpu/libm-test-ulps: Update.
13007         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13009 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
13011         [BZ #18125]
13012         * stdlib/tst-setcontext3.c: New file.
13013         * stdlib/tst-setcontext3.sh: New file.
13014         * stdlib/Makefile (tests): Add tst-setcontext3.
13015         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
13016         to verify test program created output file.
13017         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
13018         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
13019         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
13020         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
13022 2015-05-06  Roland McGrath  <roland@hack.frob.com>
13024         [BZ #18383]
13025         * elf/tst-tlsalign.c: New file.
13026         * elf/tst-tlsalign-static.c: New file.
13027         * elf/tst-tlsalign-lib.c: New file.
13028         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
13029         (tests-static): Add tst-tlsalign-static.
13030         (modules-names): Add tst-tlsalign-lib.
13031         (test-xfail-tst-tlsalign): New variable.
13032         (test-xfail-tst-tlsalign-static): New variable.
13034         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
13035         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
13037 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
13039         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
13040         csqrt, erfc, sin and sincos.
13041         * math/auto-libm-test-out: Regenerated.
13042         * sysdeps/i386/fpu/libm-test-ulps: Update.
13043         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13045 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
13047         * sysdeps/aarch64/libm-test-ulps: Update.
13049 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
13051         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
13052         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
13053         * math/auto-libm-test-out: Regenerated.
13054         * sysdeps/i386/fpu/libm-test-ulps: Update.
13055         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13057 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
13059         [BZ #18265]
13060         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
13061         (wcsncpy): Likewise.
13063 2015-05-05  Florian Weimer  <fweimer@redhat.com>
13065         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
13066         Assume __ASSUME_FALLOCATE is always true.
13067         * sysdeps/unix/sysv/linux/posix_fallocate64.c
13068         (__posix_fallocate64_l64): Likweise.
13069         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
13070         (posix_fallocate): Likewise.
13071         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
13072         (__posix_fallocate64_l64): Likewise.
13073         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
13074         [!__ASSUME_FALLOCATE]: Add comment.
13076 2015-05-05  Florian Weimer  <fweimer@redhat.com>
13078         * sysdeps/unix/sysv/linux/i386/Makefile
13079         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
13080         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
13081         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
13082         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
13083         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
13084         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
13085         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
13087 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
13089         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
13090         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
13091         tgamma.
13092         * math/auto-libm-test-out: Regenerated.
13093         * sysdeps/i386/fpu/libm-test-ulps: Update.
13094         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13096 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
13098         * math/auto-libm-test-in: Add more tests of tgamma.
13099         * math/auto-libm-test-out: Regenerated.
13100         * sysdeps/i386/fpu/libm-test-ulps: Update.
13101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13103         * math/auto-libm-test-in: Add more tests of tanh.
13104         * math/auto-libm-test-out: Regenerated.
13105         * sysdeps/i386/fpu/libm-test-ulps: Update.
13106         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13108         * math/auto-libm-test-in: Add more tests of tan.
13109         * math/auto-libm-test-out: Regenerated.
13110         * sysdeps/i386/fpu/libm-test-ulps: Update.
13111         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13113         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
13114         * math/auto-libm-test-out: Regenerated.
13115         * sysdeps/i386/fpu/libm-test-ulps: Update.
13116         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13118         * math/auto-libm-test-in: Add another test of pow.
13119         * math/auto-libm-test-out: Regenerated.
13120         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13122         * math/auto-libm-test-in: Add more tests of lgamma.
13123         * math/auto-libm-test-out: Regenerated.
13124         * sysdeps/i386/fpu/libm-test-ulps: Update.
13125         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13127         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
13128         log1p.
13129         * math/auto-libm-test-out: Regenerated.
13130         * sysdeps/i386/fpu/libm-test-ulps: Update.
13131         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13133 2015-05-01  Mark Wielaard  <mjw@redhat.com>
13135         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
13136         Elf64_Chdr structs and ELFCOMPRESS constants.
13138 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
13140         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
13141         expm1.
13142         * math/auto-libm-test-out: Regenerated.
13143         * sysdeps/i386/fpu/libm-test-ulps: Update.
13144         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13146         * math/auto-libm-test-in: Add more tests of erf and erfc.
13147         * math/auto-libm-test-out: Regenerated.
13148         * sysdeps/i386/fpu/libm-test-ulps: Update.
13149         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13151 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
13153         * config.h.in (HAVE_AARCH64_BE): Add.
13155 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
13157         * math/auto-libm-test-in: Add more tests of csqrt.
13158         * math/auto-libm-test-out: Regenerated.
13159         * sysdeps/i386/fpu/libm-test-ulps: Update.
13160         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13162         * math/auto-libm-test-in: Add more tests of cosh and sinh.
13163         * math/auto-libm-test-out: Regenerated.
13164         * sysdeps/i386/fpu/libm-test-ulps: Update.
13165         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13167         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
13169 2015-04-29  Roland McGrath  <roland@hack.frob.com>
13171         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
13172         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
13174         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
13175         (euidaccess, eaccess): Define as weak aliases.
13177         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
13178         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
13179         but __suseconds_t is often 'long int' so some sources assume that
13180         type is being used (e.g. they use %ld to print tv_usec).
13182 2015-04-29  Florian Weimer  <fweimer@redhat.com>
13184         [BZ #18007]
13185         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
13186         (CVE-2014-8121)
13187         * nss/tst-nss-getpwent.c: New file.
13188         * nss/Makefile (tests): Add new test.
13190 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
13192         [BZ #18346]
13193         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
13194         exponents less than 48 as cases where high part of mantissa needs
13195         examining to determine whether argument is integral.
13196         * math/libm-test.inc (round_test_data): Add more tests.
13198 2015-04-28  Mark Wielaard  <mjw@redhat.com>
13200         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
13202 2015-04-27  David S. Miller  <davem@davemloft.net>
13204         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
13205         __tls_get_addr.
13206         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
13208 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
13210         [BZ#18333]
13211         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
13213 2015-04-27  Florian Weimer  <fweimer@redhat.com>
13215         [BZ#18333]
13216         * time/tzset.c (parse_tzname): Return error on memory allocation
13217         failure.
13218         * test-skeleton.c (struct temp_name_list): Change type of name
13219         member to non-const.
13220         (add_temp_file): Create a copy of the file name.
13221         (delete_temp_files): Deallocate memory.
13222         (create_temp_file): Add comment.
13224 2015-04-24  Florian Weimer  <fweimer@redhat.com>
13226         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
13227         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
13229 2015-04-24  Roland McGrath  <roland@hack.frob.com>
13231         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
13232         * sysdeps/arm/configure: Regenerated.
13234 2015-04-24  Florian Weimer  <fweimer@redhat.com>
13236         [BZ #17715]
13237         * time/tzfile.c (__tzfile_read): Check for large values of
13238         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
13239         * time/tzset.c (__tzstring_len): New function, based on the old
13240         __tzstring function.
13241         (__tzstring): Call __tzstring_len.
13242         (parse_tzname): New helper function extracted from
13243         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
13244         the input string.
13245         (parse_offset): New helper function extracted from
13246         __tzset_parse_tz.  Replace switch with fallthrough with
13247         initialization before sscanf.
13248         (parse_rule): Likewise.
13249         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
13250         new-style function definition.
13251         * timezone/Makefile (tests): Add tst-tzset.
13252         (tst-tzset.out): Dependencies on time zone files.
13253         (tst-tzset-ENV): Set TZDIR.
13254         (testdata/XT%): Copy crafted time zone files.
13255         * timezone/README: Mention crafted time zone files.
13256         * timezone/testdata/XT1, timezone/testdata/XT2,
13257         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
13258         files.
13259         * timezone/tst-tzset.c: New test.
13261 2015-04-24  Florian Weimer  <fweimer@redhat.com>
13263         * Makeconfig (+gccwarn): Remove -Winline.
13265 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13267         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
13269 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13271         * NEWS: Mention sysconf() cache information support for s390.
13272         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
13274 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
13276         * math/k_casinh.c (__kernel_casinh): Use __copysign.
13277         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
13278         (__nearbyint): Likewise.
13279         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
13280         (copysignl): Likewise.
13282 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
13284         [BZ #18287]
13285         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
13286         based on padding.  (CVE-2015-1781)
13288 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13290         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
13291         libc-vdso.h.
13292         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
13293         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
13294         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
13295         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
13296         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
13297         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
13298         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
13299         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
13300         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
13301         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
13302         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
13303         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
13304         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
13305         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
13306         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
13307         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
13308         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
13309         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
13310         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
13311         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
13312         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
13313         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
13314         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
13316 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
13318         * stdlib/setenv.c (__add_to_environ):
13319         Dump core quickly if setenv (..., NULL, ...) is called.
13320         This time, do it the right way, and pacify GCC with a pragma.
13322 2015-04-17  Roland McGrath  <roland@hack.frob.com>
13324         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
13325         IMAP->l_prev cannot be null, and #if out the code for the contrary
13326         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
13327         believe that NS (&_dl_ns[NSID]) could point outside the array.
13329         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
13330         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
13331         before using NSID as an index.
13333 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
13335         [BZ #17825]
13336         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
13337         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
13338         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
13340 2015-04-17  Roland McGrath  <roland@hack.frob.com>
13342         Add preliminary port to Google Native Client on ARM.
13343         * abi-tags (.*-.*-nacl.*): New entry.
13344         * sysdeps/arm/nacl: New directory.
13345         * sysdeps/nacl: New directory.
13347 2015-04-16  David S. Miller  <davem@davemloft.net>
13349         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
13350         lowlevellock-futex.h
13352 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
13354         * sysdeps/tile/configure.ac: New file.
13355         * sysdeps/tile/configure: Regenerated.
13357 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13359         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
13360         conditionals for weak_alias and libc_hidden_weak.
13361         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
13362         libc_hidden_weak and weak_alias.
13363         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
13364         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
13365         and weak_alias for static one.
13367 2015-04-15  David S. Miller  <davem@davemloft.net>
13369         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
13371 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
13373         [BZ #18206]
13374         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
13375           Use signed comparision instead of substraction to avoid
13376           overflow bug.
13377         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
13378           Take the sign of ret.
13379         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
13380           Do not expect precise return values. Only the sign matters.
13381         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
13382         * wcsmbs/test-wcsncmp.c: New File.
13383         * string/test-strncmp.c: Add wcsncmp support.
13385 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
13387         [BZ #6792]
13388         * math/w_log1p.c: New file.
13389         * math/w_log1pf.c: Likewise.
13390         * math/w_log1pl.c: Likewise.
13391         * math/Makefile (libm-calls): Add w_log1p.
13392         * math/s_log1pl.c (log1pl): Remove weak_alias.
13393         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
13394         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
13395         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
13396         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
13397         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
13398         [NO_LONG_DOUBLE] (log1pl): Likewise.
13399         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
13400         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
13401         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
13402         (log1p): Remove long_double_symbol.
13403         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
13404         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
13405         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
13406         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
13407         remove weak_alias for corresponding log1p function.
13408         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
13409         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
13410         * sysdeps/ia64/fpu/w_log1p.c: New file.
13411         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
13412         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
13413         * math/libm-test.inc (log1p_test_data): Add errno expectations.
13415 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
13417         [BZ #18247]
13418         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
13419         decimal exponent by 1.
13420         * stdlib/tst-strtod-round-data: Add more tests.
13421         * stdlib/tst-strtod-round.c (tests): Regenerated.
13423 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
13425         * math/auto-libm-test-in: Add more tests of clog and clog10.
13426         * math/auto-libm-test-out: Regenerated.
13427         * sysdeps/i386/fpu/libm-test-ulps: Update.
13428         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13430 2015-04-09  Roland McGrath  <roland@hack.frob.com>
13432         * Makeconfig (module-cppflags): Exclude all .v.i files.
13433         (skip-module-cppflags): Variable removed.
13435         * configure.ac (libc_config_ok): Initialize before reading
13436         preconfigure scripts, not after.
13437         * configure: Regenerated.
13439         * test-skeleton.c (TIMEOUT): Move #define to top level.
13440         (main): Grok environment variable TEST_DIRECT.  If set, print
13441         test expectation details into that file and then behave as if
13442         given --direct.
13444 2015-04-09  Florian Weimer  <fweimer@redhat.com>
13446         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
13447         warning on 32-bit.
13449 2015-04-08  David S. Miller  <davem@davemloft.net>
13451         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13453 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
13455         * math/auto-libm-test-in: Add more tests of atanh.
13456         * math/auto-libm-test-out: Regenerated.
13457         * sysdeps/i386/fpu/libm-test-ulps: Update.
13458         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13460         * math/auto-libm-test-in: Add more tests of atan.
13461         * math/auto-libm-test-out: Regenerated.
13462         * sysdeps/i386/fpu/libm-test-ulps: Update.
13463         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13465 2015-04-08  Florian Weimer  <fweimer@redhat.com>
13467         * elf/pldd.c (main): Rewrite to use struct
13468         scratch_buffer instead of extend_alloca.
13469         * elf/pldd-xx.c (find_maps): Likewise.
13470         * grp/initgroups.c: Include <scratch_buffer.h> instead of
13471         <alloca.h>.
13472         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
13473         scratch_buffer instead of extend_alloca.
13474         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
13475         grp/compat-initgroups.c.
13476         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
13477         Rewrite to use struct scratch_buffer instead of extend_alloca.
13478         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
13479         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
13481 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
13483         * math/auto-libm-test-in: Add more tests of cbrt.
13484         * math/auto-libm-test-out: Regenerated.
13485         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13487         * math/auto-libm-test-in: Add more tests of cabs.
13488         * math/auto-libm-test-out: Regenerated.
13489         * sysdeps/i386/fpu/libm-test-ulps: Update.
13490         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13492         [BZ #18210]
13493         [BZ #18211]
13494         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
13495         (__ieee754_atan2): Set FE_TONEAREST mode for internal
13496         computations.
13497         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
13498         clog10.
13499         * math/auto-libm-test-out: Regenerated.
13500         * sysdeps/i386/fpu/libm-test-ulps: Update.
13501         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13503         [BZ #18197]
13504         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
13505         (atan): Set FE_TONEAREST mode for internal computations.
13506         * math/auto-libm-test-in: Add more tests of atan.
13507         * math/auto-libm-test-out: Regenerated.
13509 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
13511         [BZ #17930]
13512         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
13514 2015-04-07  Florian Weimer  <fweimer@redhat.com>
13516         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
13518 2015-04-07  Florian Weimer  <fweimer@redhat.com>
13520         * include/scratch_buffer.h: New file.
13521         * malloc/scratch_buffer_grow.c: Likewise.
13522         * malloc/scratch_buffer_grow_preserve.c: Likewise.
13523         * malloc/scratch_buffer_set_array_size.c: Likewise.
13524         * malloc/tst-scratch_buffer.c: Likewise.
13525         * malloc/Makefile (routines): Add scratch_buffer_grow.
13526         (tests): Add test case.
13527         * malloc/Versions (GLIBC_PRIVATE): Export
13528         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
13529         __libc_scratch_buffer_set_array_size.
13531 2015-04-06  Richard Henderson  <rth@redhat.com>
13533         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
13534         * sysdeps/alpha/fpu/libm-test-ulps: Update.
13536         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
13537         unsigned int before printing.
13539 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13541         [BZ #17596]
13542         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
13543         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
13545 2015-04-02  Florian Weimer  <fweimer@redhat.com>
13547         * include/libc-internal.h (libc_max_align_t): Define.
13549 2015-04-02  Andreas Schwab  <schwab@suse.de>
13551         [BZ #16850]
13552         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
13554 2015-04-02  Mel Gorman  <mgorman@suse.de>
13556         [BZ #17195]
13557         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
13558         as well as the main arena.
13560 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
13562         [BZ #18185]
13563         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
13564         sharing L2 cache to 2 for Silvermont/Knights Landing.
13566 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
13568         [BZ #17711]
13569         * config.make.in (have-protected-data): New.
13570         * configure.ac: Check linker support for protected data symbol.
13571         * configure: Regenerated.
13572         * elf/Makefile (modules-names): Add tst-protected1moda and
13573         tst-protected1modb if $(have-protected-data) is yes.
13574         (tests): Add tst-protected1a and tst-protected1b if
13575         $(have-protected-data) is yes.
13576         ($(objpfx)tst-protected1a): New.
13577         ($(objpfx)tst-protected1b): Likewise.
13578         (tst-protected1modb.so-no-z-defs): Likewise.
13579         * elf/tst-protected1a.c: New file.
13580         * elf/tst-protected1b.c: Likewise.
13581         * elf/tst-protected1mod.h: Likewise.
13582         * elf/tst-protected1moda.c: Likewise.
13583         * elf/tst-protected1modb.c: Likewise.
13585 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
13587         [BZ #17711]
13588         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
13589         indicates it is called from do_lookup_x on relocation against
13590         protected data, skip the data definion in the executable from
13591         copy reloc.
13592         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
13593         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
13594         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
13595         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
13596         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
13597         otherwise to 0.
13598         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
13599         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
13600         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
13601         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
13602         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
13603         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
13605 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
13607         * sysdeps/nptl/pthread.h: Remove duplicate definition of
13608         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
13610 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
13612         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
13613         THREAD_SETMEM_NC.
13614         * sysdeps/x86_64/nptl/tls.h: Ditto.
13616 2015-03-27  Roland McGrath  <roland@hack.frob.com>
13618         * dlfcn/tststatic.c (main): Converted to ...
13619         (do_test): ... this.
13620         (TEST_FUNCTION): New macro.
13621         Include test-skeleton.c.
13623 2015-03-26  Alan Modra  <amodra@gmail.com>
13625         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
13626         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
13627         zero for undefined weak.
13628         (elf_machine_plt_conflict): Similarly.
13630 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
13632         * math/auto-libm-test-in: Add more tests of acosh, asinh and
13633         atanh.
13634         * math/auto-libm-test-out: Regenerated.
13635         * sysdeps/i386/fpu/libm-test-ulps: Update.
13636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13638         * math/auto-libm-test-in: Add another test of asin.
13639         * math/auto-libm-test-out: Regenerated.
13640         * sysdeps/i386/fpu/libm-test-ulps: Update.
13641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13643         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
13644         Remove macro.
13645         (LLL_EBX_REG): Likewise.
13646         (LLL_ENTER_KERNEL): Likewise.
13648         * math/auto-libm-test-in: Add more tests of asin.
13649         * math/auto-libm-test-out: Regenerated.
13650         * sysdeps/i386/fpu/libm-test-ulps: Update.
13651         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13653         [BZ #18138]
13654         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
13655         libc_do_syscall_args): New structure.
13656         (INTERNAL_SYSCALL_MAIN_0): New macro.
13657         (INTERNAL_SYSCALL_MAIN_1): Likewise.
13658         (INTERNAL_SYSCALL_MAIN_2): Likewise.
13659         (INTERNAL_SYSCALL_MAIN_3): Likewise.
13660         (INTERNAL_SYSCALL_MAIN_4): Likewise.
13661         (INTERNAL_SYSCALL_MAIN_5): Likewise.
13662         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
13663         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
13664         Replace conditional definitions by conditional definitions of ....
13665         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
13666         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
13667         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
13668         (libpthread-sysdep_routines): Add libc-do-syscall.
13669         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
13670         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
13671         to __NR_futex not 240.
13673 2015-03-25  Alan Modra  <amodra@gmail.com>
13675         * NEWS: Advertise TLS optimization.
13676         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
13677         (DT_PPC_NUM): Increment.
13678         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
13679         (CHECK_STATIC_TLS): Use here.
13680         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
13681         TLS descriptors.
13682         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
13683         * sysdeps/powerpc/dl-tls.c: New file.
13684         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
13685         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
13686         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
13687         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
13688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
13689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
13690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
13692 2015-03-25  Alan Modra  <amodra@gmail.com>
13694         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
13695         for overlapping .opd entries" to "support...".
13696         * sysdeps/powerpc/powerpc64/configure: Regenerate
13698 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
13700         * math/auto-libm-test-in: Add more tests of acos.
13701         * math/auto-libm-test-out: Regenerated.
13702         * sysdeps/i386/fpu/libm-test-ulps: Update.
13703         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13705         * math/auto-libm-test-in: Add more tests of expm1.
13706         * math/auto-libm-test-out: Regenerated.
13707         * sysdeps/i386/fpu/libm-test-ulps: Update.
13708         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13710 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
13712         * math/auto-libm-test-in: Add more tests of cosh and sinh.
13713         * math/auto-libm-test-out: Regenerated.
13714         * sysdeps/i386/fpu/libm-test-ulps: Update.
13715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13717         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13718         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13720         * math/auto-libm-test-in: Add more tests of log2.
13721         * math/auto-libm-test-out: Regenerated.
13722         * sysdeps/i386/fpu/libm-test-ulps: Update.
13723         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13725 2015-03-23  Roland McGrath  <roland@hack.frob.com>
13727         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
13728         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
13729         _IO_IS_APPENDING bit in READ_WRITE instead.
13731 2015-03-23  Florian Weimer  <fweimer@redhat.com>
13733         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
13734         (__determine_cpumask_size): Replace extend_alloca with a
13735         variable-length array.  Do not treat res == 0 as an error.
13737 2015-03-23  Florian Weimer  <fweimer@redhat.com>
13739         [BZ #18100]
13740         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
13741         and integer overflow.
13742         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
13743         (main): Add integer overflow tests.
13744         * manual/pattern.texi (Calling Wordexp): Document additional use
13745         for WRDE_SYNTAX.
13747 2015-03-23  Alan Modra  <amodra@gmail.com>
13749         * config.h.in: Remove HAVE_ASM_PPC_REL16.
13750         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
13751         and false branch of conditional.
13752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
13753         Likewise.
13755 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
13757         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
13758         libc-modules.h
13759         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
13760         unused declaration of _hurd_intr_rpc_msg_in_trap.
13761         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
13762         defined instead of whether it is non-zero.
13763         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
13764         input constraint instead of both input and output constraint.  Use ecx
13765         clobber instead of %ecx.
13766         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
13767         mutex_unlock): Use a statement expression instead of an expression list.
13768         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
13769         type to vm_size_t instead of vm_address_t.
13770         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
13771         defined instead of whether it is non-zero.
13772         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
13773         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
13774         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
13775         comparisons with mapaddr.
13776         * nscd/nscd-client.h: Include <time.h>.
13777         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
13778         9th parameter to __vm_region instead of int.
13779         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
13780         * scripts/check-local-headers.sh (exclude): Add device/,
13781         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
13782         cthreads.h.
13784 2015-03-19  Roland McGrath  <roland@hack.frob.com>
13786         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
13787         to account for alignment padding.
13788         * sysdeps/arm/memmove.S: Likewise.
13790 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
13792         * sysdeps/unix/sysv/linux/generic/README: New file.
13794 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
13796         [BZ #18138]
13797         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
13798         (futex_abstimed_wait)
13799         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
13800         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
13801         of lll_futex_timed_wait.
13803 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
13805         [BZ #17542]
13806         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
13808 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
13810         [BZ #17090]
13811         [BZ #17620]
13812         [BZ #17621]
13813         [BZ #17628]
13814         * NEWS: Update.
13815         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
13816         entries with Static TLS too.  Skip entries past the end of the
13817         allocated DTV, from Alan Modra.
13818         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
13819         Static TLS DTV entry set up from...
13820         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
13821         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
13822         * nptl/allocatestack.c (init_one_static_tls): ... and here...
13823         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
13824         for Static TLS.
13825         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
13826         that the slot we find is associated with the given map before
13827         using its generation count.
13828         * nptl_db/db_info.c: Include ldsodefs.h.
13829         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
13830         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
13831         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
13832         (link_map::l_tls_offset): New struct field.
13833         (dtv_t::counter): Likewise.
13834         (rtld_global): New struct.
13835         (_rtld_global): New rtld variable.
13836         (dl_tls_dtv_slotinfo_list): New rtld global field.
13837         (dtv_slotinfo_list): New struct.
13838         (dtv_slotinfo): Likewise.
13839         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
13840         (td_lookup): Rename to...
13841         (td_mod_lookup): ... this.  Use new mod parameter instead of
13842         LIBPTHREAD_SO.
13843         * nptl_db/td_thr_tlsbase.c: Include link.h.
13844         (dtv_slotinfo_list, dtv_slotinfo): New functions.
13845         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
13846         addresses even if the DTV is out of date or missing them.
13847         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
13848         index zero-length arrays.
13849         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
13850         (td_lookup): Make it a macro implemented in terms of...
13851         (td_mod_lookup): ... this declaration.
13852         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
13853         (DB_MAIN_VARIABLE): Likewise.
13855 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
13857         [BZ #18134]
13858         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
13860 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13862         * stdlib/setenv.c (__add_to_environ): Revert previous change.
13864 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
13866         [BZ #18128]
13867         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
13868         (atomic_add, atomic_increment_and_test)
13869         (atomic_decrement_and_test): Fix 64-bit arithmetic.
13871 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
13873         * stdlib/setenv.c (__add_to_environ):
13874         Dump core quickly if setenv (..., NULL, ...) is called.
13876 2015-03-13  Roland McGrath  <roland@hack.frob.com>
13878         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
13879         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
13880         all the necessary asm magic in one place.
13881         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
13882         using those.
13884 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
13886         [BZ #14906]
13887         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
13888         traced file mtime. Use consistent log message.
13889         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
13890         (register_traced_file): Call install_watches. Always set mtime.
13891         (invalidate_cache): Iterate over all trace files. Call install_watches.
13892         (inotify_check_files): Don't inline. Handle watching parent
13893         directories and configuration file movement in and out.
13894         (handle_inotify_events): New function.
13895         (main_loop_poll): Call handle_inotify_events.
13896         (main_loop_epoll): Likewise.
13897         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
13898         (struct traced_file): Use array of inotify fds. Add parent directory,
13899         and basename.
13900         (struct database_dyn): Remove unused file_mtime.
13901         (init_traced_file): New inline function.
13902         (define_traced_file): New macro.
13903         * nss/nss_db/db-init.c: Use define_traced_file.
13904         (_nss_db_init): Use init_traced_file.
13905         * nss/nss_files/files-init.c: Use define_traced_file.
13906         (_nss_files_init): Use init_traced_file.
13908 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
13910         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
13911         [_LIBC]: Do not include <stdlib.h>.
13912         [!_LIBC] (abort): Remove declaration.
13913         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
13914         _FP_STATIC_ASSERT instead of conditionally calling abort.
13915         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
13916         (_FP_EXTEND_CNAN): Likewise.
13917         (FP_TRUNC): Likewise.
13918         (__FP_CLZ): Likewise.
13919         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
13921 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
13923         * manual/string.texi (XPG basename): Fix prototype.
13925 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
13927         [BZ #18080]
13928         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
13929         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
13930         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
13931         (__setcontext): Likewise.
13932         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
13933         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
13934         Call rt_sigprocmask syscall one time to set new signal mask
13935         and retrieve the current signal mask instead of two calls.
13936         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
13937         (__swapcontext): Likewise.
13938         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
13939         * stdlib/tst-setcontext2.c: New file.
13941 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
13943         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13945 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
13947         [BZ #18093]
13948         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
13949         the wrong size.
13951 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
13953         [BZ #18043]
13954         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
13956 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
13958         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
13959         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
13960         Remove define.
13961         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
13962         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
13963         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
13964         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
13965         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
13966         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
13967         define.
13968         * nptl_db/td_symbol_list.c (td_lookup): Remove
13969         HAVE_ASM_GLOBAL_DOT_NAME code.
13970         * sysdeps/powerpc/powerpc64/configure.ac: Remove
13971         HAVE_ASM_GLOBAL_DOT_NAME check.
13972         * sysdeps/powerpc/powerpc64/configure: Regenerate.
13973         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
13974         (DOT_LABEL): Remove define.
13975         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
13976         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
13977         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
13978         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
13979         (__TLS_GET_ADDR): Likewise.
13980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
13981         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
13983 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
13985         [BZ #18111]
13986         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
13987         (_FPU_SETCW): Initialize cw from fpsr before storing.
13988         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
13989         (fesetexceptflag): Rewrite using fpu_control.h.
13990         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
13992 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
13994         [BZ #18110]
13995         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
13996         asms.
13997         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
13999 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
14001         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
14002         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
14003         abort.
14004         (_FP_FMA): Likewise.
14005         (_FP_DIV): Likewise.
14007 2015-03-10  Roland McGrath  <roland@hack.frob.com>
14009         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
14010         with 0 in that case.
14011         * Makefile (summarize-tests): New canned sequence, factored out of
14012         commands for targets tests and xtests.  Display summary lines that
14013         don't start with PASS: or XFAIL: rather than ones that do start with
14014         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
14015         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
14016         do start with ERROR: or FAIL:.
14017         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
14018         (except for [$(build-shared) = yes]).
14019         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
14020         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
14021         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
14022         * nptl/Makefile: Revert 2015-03-04 changes.
14023         [$(CXX) empty] (tests-unsupported): New variable.
14024         * debug/Makefile: Likewise.
14026         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
14027         gnulib file.  Replace __attribute with __attribute__ throughout.
14029 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
14031         * sysdeps/hppa/fpu/libm-test-ulps: Update.
14033 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
14035         [BZ #18104]
14036         * math/auto-libm-test-in: Add another test of pow.
14037         * math/auto-libm-test-out: Regenerated.
14039 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14041         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
14042         $(config-cflags-nofma).
14044 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
14046         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
14047         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
14048         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
14049         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
14050         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
14051         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
14052         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
14053         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
14054         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
14055         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
14056         Add comment on closing #endif.
14058 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
14060         * posix/wordexp.c (CHAR_IN_SET): New macro.
14061         (parse_param): Use it.
14063 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14065         * sysdeps/powerpc/fpu/libm-test-ulps: update.
14067 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
14069         [BZ #18043]
14070         * posix/wordexp.c (parse_param): Fix buffer overflow.
14071         * posix/wordexp-test.c (test_case): Add test case.
14073 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
14075         [BZ #18042]
14076         * posix/wordexp.c (parse_backtick): Fix off-by-one.
14077         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
14079 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
14081         [BZ #18043]
14082         * posix/wordexp-test.c (test_case): Add test for BZ #18043
14083         (do_bz18043): Delete.
14084         (at_page_end): New.
14085         (testit): Refactor to have words at the edge of unreadable page.
14087 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
14089         [BZ #16734]
14090         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
14091         Cleanup read-only streams as well.
14092         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
14094 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14096         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
14097         <bits/libc-lockP.h>
14099 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
14101         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
14102         on [__KERNEL__].
14103         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
14104         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
14105         * soft-fp/op-common.h (_FP_DECL): Likewise.
14107 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
14109         * elf/ifuncdep2.c (global): Replace
14110         __attribute__((visibility("protected"))) with
14111         asm (".protected global").
14112         * elf/ifuncmod1.c (global): Likewise.
14113         * elf/ifuncmod5.c (global): Likewise.
14115 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
14117         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
14118         <asm/sfp-machine.h> instead of <sfp-machine.h>.
14120 2015-03-06  Roland McGrath  <roland@hack.frob.com>
14122         * manual/install.texi (Configuring and compiling):
14123         Document test-wrapper-env-only.
14124         * INSTALL: Regenerated.
14126 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
14128         [BZ #18043]
14129         * posix/wordexp.c (parse_param): Fix buffer overflow.
14130         * posix/wordexp-test.c (do_bz18043): Add test case.
14132 2015-03-06  Vincent Bernat  <vincent@bernat.im>
14134         * time/tst-strptime2.c (do_test): Ensure failing tests are
14135         reported correctly.
14136         * time/tst-strptime3.c (do_test): Likewise.
14138 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
14140         Fix aio_error thread-safety.
14141         * sysdeps/pthread/aio_error.c: New file
14142         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
14143         synchronization.
14145 2015-03-06  Florian Weimer  <fweimer@redhat.com>
14147         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
14148         (group_number, vfprintf): Use it.
14149         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
14150         (JUMP, REF): Use it.
14151         (WORK_BUFFER_SIZE): New enum constant.
14152         (process_arg, vfprintf): Use it.
14154 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
14156         * manual/errno.texi (Error Messages): Complete example function
14157         by adding missing #define.
14158         (program_invocation_name): Add statement indicating GNU
14159         extension and reference which header file declares the variable.
14160         (program_invocation_short_name): Likewise.
14162 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
14164         * manual/errno.texi (Error Messages): Delete strerror ISO C89
14165         compatibility note.
14167 2015-03-05  Roland McGrath  <roland@hack.frob.com>
14169         * Makeconfig (test-wrapper-env-only): New variable.
14170         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
14171         then use that with $(test-wrapper-env-only) rather than using
14172         $(test-wrapper-env) $(run-program-env) $($*-ENV).
14174 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
14176         [BZ #18082]
14177         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
14178         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
14179         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
14180         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
14181         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
14182         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
14183         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
14184         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
14185         Likewise.
14186         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
14187         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
14188         Likewise.
14189         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
14190         Likewise.
14191         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
14192         Likewise.
14193         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
14194         Likewise.
14195         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
14196         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
14197         Likewise.
14198         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
14199         Likewise.
14200         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
14201         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
14203 2015-03-04  Roland McGrath  <roland@hack.frob.com>
14205         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
14206         (ETH_ALEN): New macro.
14207         (struct ether_addr): Use it for length of ether_addr_octet.
14209         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
14210         (setdb): Don't call __nss_configure_lookup for "rpc".
14211         (do_test): Don't call test_rpc.
14212         (output_rpcent, test_rpc): Functions moved ...
14213         * sunrpc/test-rpcent.c: ... to this new file.
14214         * sunrpc/Makefile (tests): Add it.
14216         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
14217         __xpg_sigpause.
14218         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
14219         * nptl/tst-signal6.c: Likewise.
14220         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
14221         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
14223         * configure.ac (libc_cv_cxx_link_ok): New check.
14224         Reset CXX to empty if it fails to link.
14225         * configure: Regenerated.
14226         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
14227         bug-atexit3-lib only if $(CXX) is nonempty.
14228         * nptl/Makefile (tests): Likewise for tst-cancel24.
14229         (tests, tests-static): Likewise for tst-cancel24-static.
14230         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
14231         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
14232         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
14233         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
14235 2015-03-04  Andreas Schwab  <schwab@suse.de>
14237         [BZ #17631]
14238         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
14239         for non-GCC compilers.
14240         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
14241         Likewise.
14243 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
14245         [BZ #17776]
14246         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
14247         integer before bitwise and assembly operations.
14248         (feclearexcept): Likewise.
14249         * math/test-fenvinline.c: New file.
14250         * math/Makefile: Add test-fenvinline test.
14252 2015-03-03  Alan Modra  <amodra@gmail.com>
14254         [BZ #16512]
14255         * scripts/localplt.awk: Strip off symbol version.
14256         * NEWS: Mention bug fix.
14258 2015-03-02  Roland McGrath  <roland@hack.frob.com>
14260         * sysdeps/pthread/timer_routines.c
14261         (timer_free_list, thread_free_list, thread_active_list): Make static.
14263 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
14265         [BZ #17779]
14266         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14267         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
14268         Undefine.
14269         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14270         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
14271         Likewise.
14272         * sysdeps/unix/sysv/linux/sh/kernel-features.h
14273         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
14274         Likewise.
14276 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
14278         [BZ #18036]
14279         * posix/fnmatch_loop.c (END): Detect invalid pattern.
14280         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
14282 2015-03-02  Andreas Schwab  <schwab@suse.de>
14284         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
14285         variable name.
14287 2015-03-02  Florian Weimer  <fweimer@redhat.com>
14289         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
14290         Return error status.
14292 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
14294         [BZ #15969]
14295         * locale/findlocale.c (_nl_find_locale): Introduce const
14296         version of loc_name and drop unsafe type casts.
14298 2015-02-27  Roland McGrath  <roland@hack.frob.com>
14300         * dlfcn/tststatic2.c (main): Converted to ...
14301         (do_test): ... this.
14302         (TEST_FUNCTION): New macro.
14303         Include test-skeleton.c.
14305 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
14307         [BZ #17711]
14308         * elf/Makefile (tests): Add vismain only if PIE is enabled.
14309         (tests-pie): Add vismain.
14310         (CFLAGS-vismain.c): New.
14311         * elf/vismain.c: Add comments for PIE requirement.
14313 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
14315         [BZ #18046]
14316         [BZ #18047]
14317         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
14318         0x1p-56L as threshold for just returning the argument.
14319         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
14320         0x1p-32L as threshold for just returning the argument.
14321         * math/auto-libm-test-in: Add more tests of atanh.
14322         * math/auto-libm-test-out: Regenerated.
14323         * sysdeps/i386/fpu/libm-test-ulps: Update.
14324         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
14326 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
14328         * string/bcopy.c (bcopy): Call memmove for performance.
14330 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
14332         * string/bzero.c (__bzero): Call memset for performance.
14334 2015-02-27  John David Anglin  <dave.anglin@bell.net>
14336         [BZ #18068]
14337         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
14338         to 00100000.
14340 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
14342         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
14344 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
14346         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
14347         (__kernel_standard): Use CSTR macro when setting exc.name.
14348         * sysdeps/ieee754/Makefile [$(subdir) = math]
14349         (CFLAGS-k_standard.c): Remove variable.
14351         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
14352         setting p and q from "else if" to "else".
14353         (qzero): Likewise.
14354         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
14355         (qone): Likewise.
14356         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
14357         (qzerof): Likewise.
14358         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
14359         (qonef): Likewise.
14360         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
14361         (qzero): Likewise.
14362         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
14363         (qone): Likewise.
14365         [BZ #18038]
14366         [BZ #18039]
14367         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
14368         return pi/2 for arguments below 0x1p-113L.
14369         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
14370         return pi/2 for arguments below 0x1p-106L.
14371         * math/auto-libm-test-in: Add more tests of acos.
14372         * math/auto-libm-test-out: Regenerated.
14374         [BZ #16351]
14375         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
14376         (MO): New macro.
14377         (__ieee754_asin): Force underflow exception for results with small
14378         absolute value.
14379         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
14380         (MO): New macro.
14381         (__ieee754_asinf): Force underflow exception for results with
14382         small absolute value.
14383         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
14384         (__ieee754_asin): Force underflow exception for results with small
14385         absolute value.
14386         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
14387         (__ieee754_asinf): Force underflow exception for results with
14388         small absolute value.
14389         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
14390         (__ieee754_asinl): Force underflow exception for results with
14391         small absolute value.
14392         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
14393         (__ieee754_asinl): Force underflow exception for results with
14394         small absolute value.
14395         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
14396         (__ieee754_asinl): Force underflow exception for results with
14397         small absolute value.
14398         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
14399         Include <math.h>.
14400         * math/auto-libm-test-in: Do not mark underflow exceptions as
14401         possibly missing for bug 16351.
14402         * math/auto-libm-test-out: Regenerated.
14404         [BZ #18030]
14405         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
14406         of power of 2 down when low part has opposite sign.
14407         * math/libm-test.inc (logb_test_data): Add more tests.
14409 2015-02-26  Andreas Schwab  <schwab@suse.de>
14411         [BZ #18032]
14412         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
14413         over collating symbol inside a bracket expression.  Minor cleanup.
14414         * posix/tst-fnmatch3.c (do_test): Add test case.
14416 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
14418         [BZ #18029]
14419         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
14420         Adjust exponent of power of 2 down when low part has opposite
14421         sign.
14422         * math/libm-test.inc (ilogb_test_data): Add more tests.
14424 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
14426         [BZ #15969]
14427         * locale/findlocale.c (_nl_find_locale): Fix constness error in
14428         the previous change.
14430         [BZ #15969]
14431         * locale/findlocale.c (_nl_find_locale): Retry archive search
14432         after alias expansion.
14434 2015-02-25  Roland McGrath  <roland@hack.frob.com>
14436         * iconv/tst-iconv3.c (main): Converted to ...
14437         (do_test): ... this.
14438         (TEST_FUNCTION): New macro.
14439         Include test-skeleton.c.
14441         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
14442         (convert): Make function static.
14443         (test_unalign): Likewise.  Add const to argument pointee types.
14444         (main): Replace with static function do_test.
14445         Print "Succeeded." only if RET is zero.
14446         (TEST_FUNCTION): New macro.
14447         Include test-skeleton.c.
14449         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
14450         returns a null pointer.
14452 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14454         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
14455         to __memcpy_ppc only for static builds.
14457 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
14459         [BZ #18020]
14460         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
14461         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
14462         * math/auto-libm-test-in: Add more tests of asinh.
14463         * math/auto-libm-test-out: Regenerated.
14464         * sysdeps/i386/fpu/libm-test-ulps: Update.
14465         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14467 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
14469         [BZ #15850]
14470         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
14471         and ip6_mtuinfo definitions here.
14472         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
14473         in this define too.  Update comment.
14475 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
14477         * elf/sprof.c (load_shobj): Tweak error message to match others.
14479 2015-02-24  Kevin Easton  <kevin@guarana.org>
14481         [BZ #16145] (partial fix)
14482         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
14483         to reduce lock contention.
14485 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
14487         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
14488         (struct timex): Update time comment.
14489         (ADJ_SETOFFSET): Define.
14491 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
14493         [BZ #18019]
14494         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
14495         2**56 not 2**28 as threshold for log (2x) formula.
14496         * math/auto-libm-test-in: Add more tests of acosh.
14497         * math/auto-libm-test-out: Regenerated.
14498         * sysdeps/i386/fpu/libm-test-ulps: Update.
14499         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14501 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
14503         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
14504         parenthesis around the buf assignment.
14505         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
14507 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
14509         [BZ #16783]
14510         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
14511         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
14512         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
14513         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
14514         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
14515         * math/libm-test.inc (scalb_test_data): Add more tests.
14517 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14519         [BZ #17916]
14520         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
14521         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
14523 2015-02-24  Eric Rannaud  <e@nanocritical.com>
14525         [BZ #17523]
14526         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
14527         * io/bits/fcntl2.h (open): Use it.
14528         (openat): Likewise.
14529         * io/open.c (__libc_open): Likewise.
14530         * io/open64.c (__libc_open64): Likewise.
14531         * io/open64_2.c (__open64_2): Likewise.
14532         * io/open_2.c (__open_2): Likewise.
14533         * io/openat.c (__openat): Likewise.
14534         * io/openat64.c (__openat64): Likewise.
14535         * io/openat64_2.c (__openat64_2): Likewise.
14536         * io/openat_2.c (__openat_2): Likewise.
14537         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
14538         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
14539         * sysdeps/posix/open64.c (__libc_open64): Likewise.
14540         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
14541         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
14542         (__open_nocancel): Likewise.
14543         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
14544         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
14545         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
14547 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14549         [BZ #14841]
14550         * resolv/gethnamaddr.c (getanswer): Skip logging if
14551         RES_USE_DNSSEC is set.
14552         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
14554 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
14556         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
14558 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
14560         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
14561         201304L, for Unicode 7.
14563 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
14565         [BZ #17836]
14566         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
14567         shared library.  Add gmon-start.os otherwise.
14568         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
14569         $(objpfx)gmon-start.os if builing shared library.
14570         ($(objpfx)g$(static-start-installed-name)): Likewise.
14572 2015-02-23  Andreas Schwab  <schwab@suse.de>
14574         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
14576 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
14578         [BZ #17269]
14579         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
14580         (enlarge_userbuf): Likewise.
14582 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
14584         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
14585         * math/atest-exp.c (TIMEOUT): Adjust to 200.
14586         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
14587         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
14589 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
14591         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
14592         expression inside statement expression.
14594 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
14596         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
14597         <sysdeps/nptl/lowlevellock.h> and remove macros and
14598         functions that are now defined there.
14599         (SYS_futex): Remove.
14600         (lll_compare_and_swap): Remove.
14601         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
14603 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
14605         [BZ #17999]
14606         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
14607         instead of scandirat.
14608         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
14609         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
14610         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
14611         __scandirat.
14612         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
14613         (__scandirat): Declare.  Use libc_hidden_proto.
14614         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
14615         Remove variable.
14616         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
14618 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
14620         [BZ #15319]
14621         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
14622         (MO): New macro.
14623         (__ieee754_atan2): For results with small absolute value, force
14624         underflow exception and remove excess range and precision from
14625         return value.
14626         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
14627         (MO): New macro.
14628         (__ieee754_atan2f): For results with small absolute value, force
14629         underflow exception and remove excess range and precision from
14630         return value.
14631         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
14632         (MO): New macro.
14633         (__atan): For results with small absolute value, force underflow
14634         exception and remove excess range and precision from return value.
14635         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
14636         (MO): New macro.
14637         (__atanf): For results with small absolute value, force underflow
14638         exception and remove excess range and precision from return value.
14639         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
14640         <math.h>.
14641         (__ieee754_atan2): Force underflow exception for results with
14642         small absolute value.
14643         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
14644         <math_private.h>.
14645         (atan): Force underflow exception for results with small absolute
14646         value.
14647         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
14648         (__atanf): Force underflow exception for results with small
14649         absolute value.
14650         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
14651         <math.h>.
14652         (__atanl): Force underflow exception for results with small
14653         absolute value.
14654         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
14655         (__atanl): Force underflow exception for results with small
14656         absolute value.
14657         * sysdeps/x86/fpu/bits/mathinline.h
14658         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
14659         (__ieee754_atan2): Only define inline for long double.
14660         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
14661         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
14662         * math/auto-libm-test-in: Do not mark underflow exceptions as
14663         possibly missing for bug 15319.  Add more tests of atan2.
14664         * math/auto-libm-test-out: Regenerated.
14665         * math/libm-test.inc (casin_test_data): Do not mark underflow
14666         exceptions as possibly missing for bug 15319.
14667         (casinh_test_data): Likewise.
14668         * sysdeps/i386/fpu/libm-test-ulps: Update.
14670 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
14672         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
14673         * sysdeps/mips/bits/endian.h: Fix comments.
14675 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
14677         [BZ #17996]
14678         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
14679         (hdestroy_r): Likewise.
14680         (hsearch_r): Likewise.
14681         (__hcreate_r): Declare and use libc_hidden_proto.
14682         (__hdestroy_r): Likewise.
14683         (__hsearch_r): Likewise.
14684         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
14685         (hcreate): Call __hcreate_r instead of hcreate_r.
14686         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
14687         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
14688         as weak alias of __hcreate_r.
14689         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
14690         __hdestroy_r.
14691         (hsearch_r): Rename to __hsearch_r and define as weak alias of
14692         __hsearch_r.
14693         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
14694         Remove variable.
14695         (test-xfail-XPG4/search.h/linknamespace): Likewise.
14696         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
14697         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
14698         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
14700 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
14702         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
14703         arena_lock into a single arena_get.
14705 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
14707         * dl-reloc.c: Inlucde libc-internal.h.
14708         (_dl_try_allocate_static_tls): Call ALIGN_UP.
14709         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
14710         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
14711         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
14712         (grow_heap): Likewise.
14713         * malloc/malloc.c: Include libc-internal.h.
14714         (do_check_malloc): Call powerof2.
14715         (sysmalloc): Use pagesize. Call ALIGN_UP.
14716         (systrim): Use pagesize.
14717         (mremap_chunk): Use pagesize. Call ALIGN_UP.
14718         (__libc_valloc): Use pagesize.
14719         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
14721 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
14723         [BZ #17991]
14724         * include/sys/resource.h (__getrlimit64): Declare.  Use
14725         libc_hidden_proto.
14726         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
14727         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
14728         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
14729         getrlimit64.
14730         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
14731         __getrlimit64.
14732         [!getrlimit64] (getrlimit64): Define as weak alias of
14733         __getrlimit64.  Use libc_hidden_weak.
14734         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
14735         using __getrlimit64 not __new_getrlimit64.
14736         (__GI_getrlimit64): Likewise.
14737         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
14738         Likewise.
14739         (__GI_getrlimit64): Likewise.
14740         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
14741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
14742         (getrlimit): Add __getrlimit64 alias.
14743         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
14744         Likewise.
14745         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
14746         Remove variable.
14747         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
14748         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
14750 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
14752         * libio/fileops.c: Add missing sys/mman.h
14753         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
14755 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
14757         * manual/math.texi (Errors in Math Functions): Clarify goals
14758         regarding inexact and underflow exceptions.
14760 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
14762         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
14763         * sysdeps/mips/memset.S: Ditto.
14765 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
14767         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
14769 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
14771         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
14772         (__v1longjmp): Remove versioned symbol.
14773         (__v1siglongjmp): Remove alias and versioned symbol.
14774         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
14775         (__v2siglongjmp): Likewise.
14777 2015-02-16  Torvald Riegel  <triegel@redhat.com>
14779         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
14781 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
14783         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
14785 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
14787         [BZ #17987]
14788         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
14789         zero result does not depend on the sign resulting from
14790         subtraction.
14791         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
14792         Likewise.
14793         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
14794         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
14795         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
14796         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
14797         * math/libm-test.inc (remquo_test_data): Add more tests.
14799 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
14801         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
14802         Problem reported by J William Piggott.
14804 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
14806         [BZ #17978]
14807         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
14808         products 4 * y and 2 * y where those would overflow.
14809         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
14810         Likewise.
14811         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
14812         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
14813         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
14814         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
14815         * math/libm-test.inc (remquo_test_data): Add more tests.
14817         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
14819         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
14820         [defined _COMPILING_NEWLIB].
14821         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
14822         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
14824         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
14825         [!defined __mips_isa_rev || __mips_isa_rev < 6].
14827 2015-02-16  Torvald Riegel  <triegel@redhat.com>
14829         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
14830         acquired.
14832 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
14834         [BZ #17792]
14835         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
14836         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
14837         HOST_STACK_END_ADDR): Likewise.
14839 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
14841         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
14842         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
14843         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
14845 2015-02-13  Roland McGrath  <roland@hack.frob.com>
14847         * sysdeps/generic/c++-types.data: New file.
14848         * sysdeps/generic/ld.abilist: New file.
14849         * sysdeps/generic/libBrokenLocale.abilist: New file.
14850         * sysdeps/generic/libanl.abilist: New file.
14851         * sysdeps/generic/libc.abilist: New file.
14852         * sysdeps/generic/libcrypt.abilist: New file.
14853         * sysdeps/generic/libdl.abilist: New file.
14854         * sysdeps/generic/libm.abilist: New file.
14855         * sysdeps/generic/libpthread.abilist: New file.
14856         * sysdeps/generic/libresolv.abilist: New file.
14857         * sysdeps/generic/librt.abilist: New file.
14859 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
14861         [BZ #17569]
14862         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
14863         Compute absolute value of x as modified by fmod, not original
14864         value of x.
14865         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
14866         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
14867         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
14868         RUN_TEST_ffI_f1_mod8.
14869         (remquo_test_data): Add more tests.
14871 2015-02-13  Roland McGrath  <roland@hack.frob.com>
14873         * sysdeps/init_array/pt-crti.S: New file.
14875 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
14877         [BZ #17967]
14878         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
14879         __builtin_fmaf instead of relying on contraction of a * b + c.
14881 2015-02-12  J William Piggott  <elseifthen@gmx.com>
14883         [BZ #17969]
14884         * manual/time.texi: correct the zoneinfo path in the TZ Variable
14885         node.
14887 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
14889         [BZ #17964]
14890         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
14891         __builtin_fma instead of relying on contraction of a * b + c.
14893 2015-02-12  Roland McGrath  <roland@hack.frob.com>
14895         * Makeconfig (ASFLAGS): Add -Werror=undef.
14896         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
14897         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
14898         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
14900         * Makeconfig (after-link): New variable.
14901         (+link-pie, +link-pie-tests): Use it.
14902         (+link-static, +link-static-tests): Likewise.
14903         (+link, +link-tests): Likewise.
14904         * Makerules (build-module, build-module-asneeded): Likewise.
14905         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
14906         Likewise.
14907         * elf/Makefile ($(objpfx)ld.so): Likewise.
14909 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
14911         [BZ #17965]
14912         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
14913         both struct timeval and struct timespec.
14915 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
14917         [BZ #16560]
14918         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
14919         and redefine.
14920         (__ieee754_exp2l): Do not multiply small fractional parts by
14921         M_LN2l.
14922         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
14923         small argument.
14924         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
14925         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
14926         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
14927         * math/auto-libm-test-in: Add more tests of exp2.
14928         * math/auto-libm-test-out: Regenerated.
14930 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14932         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
14933         unaligned path.
14935 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14937         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
14938         little endian.
14940 2015-02-12  Andreas Schwab  <schwab@suse.de>
14942         [BZ #15790]
14943         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
14944         Filter out elision flags from value returned in kind.
14945         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
14946         * nptl/tst-pthread-mutexattr.c: New file.
14948 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14950         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
14951         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
14952         into gnu-gnu, and update comment to refer to abi-tags.
14954 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
14956         [BZ #15467]
14957         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
14958         (__sincos): Set errno to EDOM for infinite argument.
14959         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
14960         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
14961         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
14962         (__sincosl): Set errno to EDOM for infinite argument.
14963         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
14964         (__sincosl): Set errno to EDOM for infinite argument.
14965         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
14966         (__sincosl): Set errno to EDOM for infinite argument.
14967         * math/libm-test.inc (sincos_test_data): Test errno setting.
14969 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
14971         * string/strxfrm_l.c: Remove #define STRCMP.
14972         * string/strcoll_l.c: Remove #define STRLEN.
14973         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
14974         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
14976 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
14978         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
14979         * sysdeps/mips/mips32/sfp-machine.h: ... here.
14980         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
14981         * sysdeps/mips/mips64/Makefile: ... here.
14982         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
14983         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
14984         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
14985         * sysdeps/mips/mips64/sfp-machine.h: ... here.
14986         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
14987         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
14988         * sysdeps/mips/mips64/n64/Implies: Likewise.
14990 2015-02-10  Roland McGrath  <roland@hack.frob.com>
14992         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
14993         <sys/time.h>, <string.h>, and <errno.h>.
14994         (dest_offset, dest_address, value, zero): Remove unused variables.
14995         (ldouble): Remove typedef.
14996         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
14997         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
14998         1).  Fix code style.
14999         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
15000         (check): Function removed.
15001         (CHECK): New macro.
15002         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
15003         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
15004         Don't call set_sigaction_FP and remove_sigaction_FP here.
15005         (ldouble_test): Just use 'long double' as macro argument, no need for
15006         the 'ldouble' typedef.
15007         (do_test): Set up SIGFPE handler at start, using plain signal rather
15008         than sigaction.  Fix code style.
15010 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
15012         [BZ #17949]
15013         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
15014         jump label.
15016 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
15018         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
15019         * sysdeps/powerpc/powerpc32/configure: Regenerated.
15021         * sysdeps/powerpc/configure.ac: Remove file.
15022         * sysdeps/powerpc/configure: Likewise.
15024         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
15025         [sysdep_routines]: Remove wordcopy-power6 object.
15026         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
15027         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
15028         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
15029         (__memmove_ppc32): Likewise.
15030         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
15031         file.
15032         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
15033         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
15034         Remove preprocessor.
15036         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
15037         [sysdep_routines]: Remove wide chars objects.
15038         [wcsmbs]: New rule for wide char objects.
15040         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
15041         Remove wordcopy-power6 obejct.
15042         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
15043         Use local call for wordcopy and memcpy symbols.
15044         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
15045         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
15046         implementation for loader.
15047         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
15049         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
15050         Remove wordcopy-power7 object.
15051         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
15052         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
15053         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
15054         (_wordcopy_fwd_dest_aligned): Likewise.
15055         (_wordcopy_bwd_aligned): Likewise.
15056         (_wordcopy_bwd_dest_aligned): Likewise.
15058         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
15059         Rewrite to call __memmove_ppc instead of include default
15060         implementation.
15062         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
15063         Remove wide chars objects.
15064         [wcsmbs]: New rule for wide char objects.
15066 2015-02-09  Andreas Schwab  <schwab@suse.de>
15068         [BZ #17912]
15069         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
15070         in terms of __O_DIRECTORY.
15072 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15074         * time/getdate.c: Include <stdbool.h>.
15075         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
15076         call PTR_MANGLE.
15077         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
15078         PTR_DEMANGLE.
15080 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15082         Add ersatz _Static_assert on older C hosts
15083         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
15084         pre-C11 C platform that is not known to support _Static_assert.
15086 2015-02-07  Richard Braun  <rbraun@sceen.net>
15088         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
15089         sigstate.
15090         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
15092 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15094         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
15095         priority against unexistent AIO_PRIO_DELTA_MAX.
15096         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
15097         instead of int.
15098         * misc/fchflags.c (fchflags): Likewise.
15099         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
15100         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
15101         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
15102         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
15103         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
15104         Declare macros.
15105         [__USE_MISC] (chflags, fchflags): Declare functions.
15106         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
15107         EINVAL when nfds is greater than FD_SETSIZE.
15108         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
15109         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
15110         45.
15111         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
15112         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
15113         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
15114         MACH_RCV_TIMED_OUT.
15115         * hurd/hurd/signal.h (_hurd_self_sigstate,
15116         _hurd_critical_section_lock, _hurd_critical_section_unlock):
15117         Explicit casts from void *.
15118         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
15119         * abi-tags: Rename gnu-gnu os into gnu.
15121         [BZ #4719]
15122         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
15123         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
15124         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
15125         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
15126         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
15127         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
15129         [BZ #17944]
15130         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
15131         duplicates ADDR->sun_path with sockaddr LEN limitation.
15132         * sysdeps/mach/hurd/connect.c: Include <string.h>
15133         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
15134         * sysdeps/mach/hurd/sendmsg.c: Likewise.
15135         * sysdeps/mach/hurd/sendto.c: Likewise.
15136         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
15137         implementing it by hand.
15139 2015-02-06  Roland McGrath  <roland@hack.frob.com>
15141         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
15142         Use sfi_breg on ldr.
15143         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
15144         Likewise.
15146         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
15147         it's defined.
15148         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
15149         Test SIGSETXID only if it's defined.
15151         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
15153         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
15154         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
15156         * nptl/tst-align2.c: Moved ...
15157         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
15158         * nptl/Makefile (tests): Remove tst-align2.
15159         * sysdeps/unix/sysv/linux/Makefile
15160         [$(subdir) = nptl] (tests): Add tst-align-clone.
15161         * nptl/tst-getpid1.c: Moved ...
15162         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
15163         * nptl/tst-getpid2.c: Moved ...
15164         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
15165         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
15166         * sysdeps/unix/sysv/linux/Makefile
15167         [$(subdir) = nptl] (tests): ... here.
15168         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
15169         * sysdeps/unix/sysv/linux/Makefile
15170         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
15172         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
15173         Drop trailing \n from perror argument.  Use return rather than exit.
15175         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
15176         on [SA_SIGINFO].
15177         * nptl/tst-cancel21.c (do_test): Likewise.
15178         * debug/tst-backtrace6.c: Include <signal.h> first thing.
15179         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
15180         [!SA_SIGINFO]: Make it a stub test.
15182         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
15183         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
15185         * posix/tst-getlogin.c: Move to ...
15186         * login/tst-getlogin.c: ... here.
15187         * posix/Makefile (tests): Move tst-getlogin to ...
15188         * login/Makefile (tests): ... here.
15190         * libio/tst-atime.c (do_test): Move local variables SV and E
15191         inside [ST_NOATIME] conditional.
15193         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
15195         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
15197         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
15198         (wait_code): New function replaces macro.
15199         Call nanosleep rather than syscall.
15201         * nptl/pt-system.c: Rewritten.  Put everything under
15202         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
15203         Use IFUNC to redirect when possible.
15205         * nptl/pt-longjmp.c: Rewritten.  Put everything under
15206         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
15207         Use IFUNC to redirect when possible.
15209         * nptl/pt-fork.c: Rewritten.  Put everything under
15210         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
15211         Use IFUNC to redirect when possible.
15212         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
15214         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
15215         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
15216         unconditionally nowadays.  This included the only reference to
15217         __vdso_clock_gettime that appears outside libc proper.
15218         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
15219         Remove version set (containing only __vdso_clock_gettime).
15220         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
15221         Add attribute_hidden.
15222         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
15223         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
15224         libc_hidden_data_def.
15225         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
15226         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
15228         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
15229         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
15230         setrpcent, and getrpcport to ...
15231         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
15232         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
15233         getrpcbynumber_r, and getrpcent_r to ...
15234         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
15235         * inet/getrpcbyname.c: Moved ...
15236         * sunrpc/getrpcbyname.c: ... here.
15237         * inet/getrpcbyname_r.c: Moved ...
15238         * sunrpc/getrpcbyname_r.c: ... here.
15239         * inet/getrpcbynumber.c: Moved ...
15240         * sunrpc/getrpcbynumber.c: ... here.
15241         * inet/getrpcbynumber_r.c: Moved ...
15242         * sunrpc/getrpcbynumber_r.c: ... here.
15243         * inet/getrpcent.c: Moved ...
15244         * sunrpc/getrpcent.c: ... here.
15245         * inet/getrpcent_r.c: Moved ...
15246         * sunrpc/getrpcent_r.c: ... here.
15247         * inet/Makefile (routines): Move those to ...
15248         * sunrpc/Makefile (routines): ... here.
15249         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
15250         the $(subdirs) list.
15251         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
15252         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
15253         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
15254         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
15256         * elf/Makefile (routines): Include $(all-dl-routines), not just
15257         $(dl-routines).
15258         (rtld-routines): Likewise.  Use = rather than :=.
15259         * sysdeps/aarch64/Makefile [$(subdir) = elf]
15260         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
15261         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
15262         * sysdeps/arm/Makefile: Likewise.
15263         * sysdeps/i386/Makefile: Likewise.
15264         * sysdeps/x86_64/Makefile: Likewise.
15265         * sysdeps/hppa/Makefile [$(subdir) = elf]
15266         (sysdep_routines, sysdep-rtld-routines): Don't add
15267         $(sysdep-dl-routines) to these.
15268         * sysdeps/ia64/Makefile: Likewise.
15269         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
15270         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
15271         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
15272         Don't add dl-static to these; sysdep-dl-routines alone is enough.
15273         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
15274         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
15275         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
15276         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
15277         * sysdeps/powerpc/Makefile [$(subdir) = elf]
15278         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
15279         these; sysdep-dl-routines alone is enough.
15281 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
15283         [BZ #17932]
15284         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
15285         where multiplication results in zero and third argument is finite
15286         and nonzero.
15287         * math/auto-libm-test-in: Add more tests of fma.
15288         * math/auto-libm-test-out: Regenerated.
15290         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
15291         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
15292         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
15293         (_FP_CMP_EQ): Likewise.
15294         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
15296         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
15297         extra argument CHECK_NAN.  Redefine as wrapper around
15298         _FP_EXTEND_CNAN.
15300 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
15302         * version.h (RELEASE): Set to "stable".
15303         (VERSION): Set to "2.21"
15304         * include/features.h (__GLIBC_MINOR__): Set to 21.
15306         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
15308 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
15309             Paul Eggert  <eggert@cs.ucla.edu>
15311         [BZ #16618]
15312         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
15313         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
15314         size in bytes. Store needed elements in wpmax. Use needed size
15315         in bytes for extend_alloca.
15317 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
15319         * manual/install.texi: Latest tested versions are GCC 4.9.2,
15320         binutls 2.25, and texinfo 5.2.
15321         * INSTALL: Regenerate.
15322         * sysdeps/nios2/configure: Regenerate.
15323         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
15324         * manual/contrib.texi: Update.
15325         * po/be.po: Update.
15326         * po/bg.po: Update.
15327         * po/ca.po: Update.
15328         * po/cs.po: Update.
15329         * po/da.po: Update.
15330         * po/de.po: Update.
15331         * po/el.po: Update.
15332         * po/eo.po: Update.
15333         * po/es.po: Update.
15334         * po/fi.po: Update.
15335         * po/fr.po: Update.
15336         * po/gl.po: Update.
15337         * po/hr.po: Update.
15338         * po/hu.po: Update.
15339         * po/ia.po: Update.
15340         * po/id.po: Update.
15341         * po/it.po: Update.
15342         * po/ja.po: Update.
15343         * po/ko.po: Update.
15344         * po/lt.po: Update.
15345         * po/nb.po: Update.
15346         * po/nl.po: Update.
15347         * po/pl.po: Update.
15348         * po/pt_BR.po: Update.
15349         * po/ru.po: Update.
15350         * po/rw.po: Update.
15351         * po/sk.po: Update.
15352         * po/sl.po: Update.
15353         * po/sv.po: Update.
15354         * po/tr.po: Update.
15355         * po/uk.po: Update.
15356         * po/vi.po: Update.
15357         * po/zh_CN.po: Update.
15358         * po/zh_TW.po: Update.
15360         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
15361         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
15362         * sysdeps/hppa/dl-irel.h: Remove #warning.
15363         * sysdeps/hppa/entry.h: Provide prototype for
15364         __canonicalize_funcptr_for_compare and cast argument.
15365         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
15366         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
15367         * sysdeps/hppa/sotruss-lib.c: New file.
15368         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
15369         (atomic_compare_and_exchange_val_acq): Use __typeof__.
15370         (atomic_compare_and_exchange_bool_acq): Likewise.
15371         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
15372         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
15374         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
15375         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
15376         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
15378 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
15380         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
15381         called function in non-PIC case.
15383 2015-01-31  David S. Miller  <davem@davemloft.net>
15385         * sysdeps/sparc/sparc32/bits/atomic.h
15386         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
15387         unlock not after it.
15388         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
15389         volatile register usage warnings from the compiler.
15391         * sysdeps/sparc/nptl/sem_init.c: Delete.
15392         * sysdeps/sparc/nptl/sem_post.c: Delete.
15393         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
15394         * sysdeps/sparc/nptl/sem_wait.c: Delete.
15395         * sysdeps/sparc/sparc32/sem_init.c: New file.
15396         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
15397         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
15398         padding explicitly initialized.
15399         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
15400         padding for in-semaphore spinlock.
15401         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
15402         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
15403         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
15404         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
15405         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
15406         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
15407         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
15408         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
15409         version.
15410         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
15411         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
15413 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
15415         [BZ #17801]
15416         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15417         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
15418         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
15419         New.
15420         (index_AVX_Fast_Unaligned_Load): Likewise.
15421         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
15422         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
15423         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
15424         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
15425         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
15426         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
15427         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
15428         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
15429         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
15431 2015-01-29  Andreas Schwab  <schwab@suse.de>
15433         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
15435 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
15437         [BZ #17892]
15438         * nscd/nscd_stat.c (send_stats): Initialize DATA.
15440 2015-01-28  Martin Sebor  <msebor@redhat.com>
15442         * math/README.libm-test: Clarify. Add "How to read the test output."
15444 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
15446         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
15447         Define to 0.
15449 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
15451         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
15452         (__HAVE_64B_ATOMICS): Define to 0.
15454 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
15456         [BZ #17885]
15457         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
15458         value to set as new flag.
15460         [BZ #16576]
15461         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
15462         and use _ARCH_PPCSQ instead.
15463         (__ieee754_sqrt): Likewise.
15464         (__ieee754_sqrtf): Likewise.
15465         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
15466         _ARCH_PPCSQ is defined.
15467         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
15468         fsqrt instruction.
15469         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
15470         _ARCH_PPCSQ is defined.
15471         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
15472         fsqrts instruction.
15473         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
15475 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15477         * iconv/loop.c: Suppress array out of bound warning caused by GCC
15478         bug (GCC BZ #64739).
15480 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
15482         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
15483         Mark _retval as used.
15484         (lll_futex_wake_unlock): Likewise.
15485         (lll_futex_timed_wait_requeue_pi): Likewise.
15487         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
15488         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
15489         register variables.
15491         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
15492         libm_hidden_def.
15494         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
15495         (__bswap_64): Mark as __always_inline.
15497 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
15499         [BZ #15378]
15500         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
15501         when none of the search directories exist.
15503 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
15505         [BZ #17869]
15506         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
15507         power8 in .machine directive.
15509         [BZ #17868]
15510         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
15511         set dependency from opd value.
15513 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
15515         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15516         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
15517         architecture.
15519 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
15521         [BZ #17870]
15522         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
15523         with uint64_t.
15524         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
15525         (uint64_t) 1.
15526         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
15527         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
15528         Replace 1UL with (uint64_t) 1.
15529         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
15530         int with uint64_t.
15532 2015-01-23  Roland McGrath  <roland@hack.frob.com>
15534         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
15535         (if_freenameindex): Likewise.
15537         * resource/getrlimit64.c: Add missing libc_hidden_def.
15539 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
15541         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
15542         __label__.
15543         (_FP_FMA): Likewise.
15544         (_FP_TO_INT_ROUND): Likewise.
15545         (_FP_FROM_INT): Likewise.
15547 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15549         [BZ #16418]
15550         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
15551         Make code racy and cancel safe.
15553 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
15555         * sysdeps/arm/unwind-resume.h: Fix copyright year.
15556         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
15557         attribution.
15559         * pwd/tst-getpw.c: Rewrite.
15561         [BZ #17702]
15562         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
15563         (modules-names): Add moddummy1 and moddummy2.
15564         ($(objpfx)tst-rec-dlopen): Define.
15565         * dlfcn/moddummy1.c: New file.
15566         * dlfcn/moddummy2.c: New file.
15567         * dlfcn/tst-rec-dlopen.c: New file.
15568         * elf/dl-cache.c (_dl_load_cache_lookup):
15569         Return char*. Copy result with alloca/strcpy/strdup.
15570         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
15571         returns char*. Free cached. If not saving realname
15572         free cached.
15573         * elf/dl-open.c (dl_open_worker): Do not assert that
15574         _r_debug->r_state is RT_CONSISTENT.
15575         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
15576         returns char*.
15578 2015-01-21  Torvald Riegel  <triegel@redhat.com>
15579             Carlos O'Donell  <carlos@redhat.com>
15581         [BZ #12674]
15582         * nptl/sem_waitcommon.c: New file.
15583         * nptl/sem_wait.c: Include sem_waitcommon.c.
15584         (__sem_wait_cleanup, do_futex_wait): Remove.
15585         (__new_sem_wait): Adapt.
15586         (__new_sem_trywait): New function.
15587         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
15588         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
15589         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
15590         (sem_timedwait): Adapt.
15591         * nptl/sem_post.c (__new_sem_post): Adapt.
15592         (futex_wake): New function.
15593         (__old_sem_post): Add release MO fence.
15594         * nptl/sem_open.c (sem_open): Adapt.
15595         * nptl/sem_init.c (__new_sem_init): Adapt.
15596         (futex_private_if_supported): New function.
15597         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
15598         (__old_sem_getvalue): Add using previous code.
15599         * sysdeps/nptl/internaltypes.h: Adapt.
15600         * nptl/tst-sem13.c (do_test): Adapt.
15601         * nptl/tst-sem11.c (main): Adapt.
15602         * nptl/sem_trywait.c: Remove.
15603         * nptl/DESIGN-sem.txt: Remove.
15604         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
15605         (gen-as-const-headers): Remove structsem.sym.
15606         * nptl/structsem.sym: Remove.
15607         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
15608         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
15609         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
15610         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
15611         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
15612         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
15613         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
15614         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
15615         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
15616         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
15617         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
15618         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
15619         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
15620         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
15621         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
15622         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
15623         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
15624         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
15625         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
15626         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
15627         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
15628         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
15630 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
15632         * INSTALL: Regenerated.
15634         * po/libc.pot: Regenerated.
15636 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
15637             Sandra Loosemore  <sandra@codesourcery.com>
15638             Andrew Jenner  <andrew@codesourcery.com>
15639             Joseph Myers  <joseph@codesourcery.com>
15640             Nathan Sidwell  <nathan@codesourcery.com>
15642         * NEWS: Mention new Nios II port.
15643         * sysdeps/nios2/Implies: New file.
15644         * sysdeps/nios2/Makefile: New file.
15645         * sysdeps/nios2/Subdirs: New file.
15646         * sysdeps/nios2/Versions: New file.
15647         * sysdeps/nios2/__longjmp.S: New file.
15648         * sysdeps/nios2/abort-instr.h: New file.
15649         * sysdeps/nios2/backtrace.c: New file.
15650         * sysdeps/nios2/bits/endian.h: New file.
15651         * sysdeps/nios2/bits/fenv.h: New file.
15652         * sysdeps/nios2/bits/link.h: New file.
15653         * sysdeps/nios2/bits/setjmp.h: New file.
15654         * sysdeps/nios2/bsd-_setjmp.S: New file.
15655         * sysdeps/nios2/bsd-setjmp.S: New file.
15656         * sysdeps/nios2/configure: New generated file.
15657         * sysdeps/nios2/configure.ac: New file.
15658         * sysdeps/nios2/crti.S: New file.
15659         * sysdeps/nios2/crtn.S: New file.
15660         * sysdeps/nios2/dl-init.c: New file.
15661         * sysdeps/nios2/dl-machine.h: New file.
15662         * sysdeps/nios2/dl-sysdep.h: New file.
15663         * sysdeps/nios2/dl-tls.h: New file.
15664         * sysdeps/nios2/dl-trampoline.S: New file.
15665         * sysdeps/nios2/gccframe.h: New file.
15666         * sysdeps/nios2/gmp-mparam.h: New file.
15667         * sysdeps/nios2/jmpbuf-offsets.h: New file.
15668         * sysdeps/nios2/jmpbuf-unwind.h: New file.
15669         * sysdeps/nios2/ldsodefs.h: New file.
15670         * sysdeps/nios2/libc-tls.c: New file.
15671         * sysdeps/nios2/libm-test-ulps: New file.
15672         * sysdeps/nios2/machine-gmon.h: New file.
15673         * sysdeps/nios2/math-tests.h: New file.
15674         * sysdeps/nios2/math_private.h: New file.
15675         * sysdeps/nios2/memusage.h: New file.
15676         * sysdeps/nios2/nptl/Makefile: New file.
15677         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
15678         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
15679         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
15680         * sysdeps/nios2/nptl/pthreaddef.h: New file.
15681         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
15682         * sysdeps/nios2/nptl/tls.h: New file.
15683         * sysdeps/nios2/preconfigure: New file.
15684         * sysdeps/nios2/s_fma.c: New file.
15685         * sysdeps/nios2/s_fmaf.c: New file.
15686         * sysdeps/nios2/setjmp.S: New file.
15687         * sysdeps/nios2/sfp-machine.h: New file.
15688         * sysdeps/nios2/sotruss-lib.c: New file.
15689         * sysdeps/nios2/stackguard-macros.h: New file.
15690         * sysdeps/nios2/stackinfo.h: New file.
15691         * sysdeps/nios2/start.S: New file.
15692         * sysdeps/nios2/sysdep.h: New file.
15693         * sysdeps/nios2/tls-macros.h: New file.
15694         * sysdeps/nios2/tst-audit.h: New file.
15695         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
15696         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
15697         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
15698         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
15699         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
15700         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
15701         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
15702         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
15703         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
15704         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
15705         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
15706         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
15707         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
15708         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
15709         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
15710         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
15711         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
15712         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
15713         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
15714         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
15715         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
15716         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
15717         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
15718         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
15719         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
15720         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
15721         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
15722         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
15723         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
15724         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
15725         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
15726         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
15727         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
15728         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
15729         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
15730         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
15731         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
15732         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
15733         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
15734         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
15735         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
15736         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
15737         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
15738         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
15740 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15742         [BZ #17844]
15743         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
15744         (getutent): Use weak_alias in non SHARED case
15745         and default_symbol_version in SHARED case.
15746         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
15747         (getutent_r, pututline): Likewise.
15748         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
15749         (getutid): Likewise.
15750         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
15751         (getutid_r): Likewise.
15752         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
15753         (getutline): Likewise.
15754         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
15755         (getutline_r): Likewise.
15756         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
15757         (updwtmp): Likewise.
15759 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15761         [BZ #17848]
15762         * sysdeps/s390/s390-32/memcmp.S
15763         (memcmp_g5): Rename to __memcmp_g5.
15764         * sysdeps/s390/s390-32/memcpy.S
15765         (memcpy_g5): Rename to __memcpy_g5.
15766         Jump to __memcpy_mvcle instead of memcpy_mvcle.
15767         (memcpy_mvcle) Rename to __memcpy_mvcle.
15768         * sysdeps/s390/s390-32/memset.S
15769         (memset_g5): Rename to __memset_g5.
15770         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
15771         (IFUNC_RESOLVE): Prefix ifunc-resolve function
15772         and use prefixed functions.
15773         * sysdeps/s390/s390-32/multiarch/memcmp.S
15774         (memcmp_z196): Rename to __memcmp_z196.
15775         (memcmp_z10): Rename to __memcmp_z10.
15776         (memcmp): Set alias to __memcmp_g5.
15777         (bcmp): Set alias to __memcmp_g5.
15778         * sysdeps/s390/s390-32/multiarch/memcpy.S
15779         (memcpy_z196): Rename to __memcpy_z196.
15780         Jump to __memcpy_mvcle instead of memcpy_mvcle.
15781         (memcpy_z10): Rename to __memcpy_z10.
15782         Jump to __memcpy_mvcle instead of memcpy_mvcle.
15783         (memcpy): Set alias to __memcpy_g5.
15784         * sysdeps/s390/s390-32/multiarch/memset.S
15785         (memset_z196): Rename to __memset_z196.
15786         Jump to __memset_mvcle instead of memset_mvcle.
15787         (memset_z10): Rename to __memset_z10.
15788         Jump to __memset_mvcle instead of memset_mvcle.
15789         (memset_mvcle) Rename to __memset_mvcle.
15790         (memset): Set alias to __memset_g5.
15791         * sysdeps/s390/s390-64/memcmp.S
15792         (memcmp_z900): Rename to __memcmp_z900.
15793         * sysdeps/s390/s390-64/memcpy.S
15794         (memcpy_z900): Rename to __memcpy_z900.
15795         Jump to __memcpy_mvcle instead of memcpy_mvcle.
15796         (memcpy_mvcle) Rename to __memcpy_mvcle.
15797         * sysdeps/s390/s390-64/memset.S
15798         (memset_z900): Rename to __memset_z900.
15799         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
15800         (IFUNC_RESOLVE): Prefix ifunc-resolve function
15801         and use prefixed functions.
15802         * sysdeps/s390/s390-64/multiarch/memcmp.S
15803         (memcmp_z196): Rename to __memcmp_z196.
15804         (memcmp_z10): Rename to __memcmp_z10.
15805         (memcmp): Set alias to __memcmp_z900.
15806         (bcmp): Set alias to __memcmp_z900.
15807         * sysdeps/s390/s390-64/multiarch/memcpy.S
15808         (memcpy_z196): Rename to __memcpy_z196.
15809         Jump to __memcpy_mvcle instead of memcpy_mvcle.
15810         (memcpy_z10): Rename to __memcpy_z10.
15811         Jump to __memcpy_mvcle instead of memcpy_mvcle.
15812         (memcpy): Set alias to __memcpy_z900.
15813         * sysdeps/s390/s390-64/multiarch/memset.S
15814         (memset_z196): Rename to __memset_z196.
15815         Jump to __memset_mvcle instead of memset_mvcle.
15816         (memset_z10): Rename to __memset_z10.
15817         Jump to __memset_mvcle instead of memset_mvcle.
15818         (memset_mvcle) Rename to __memset_mvcle.
15819         (memset): Set alias to __memset_z900.
15821 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
15823         [BZ #17748]
15824         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
15825         __fesetenv instead of fesetenv.
15827 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
15829         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
15830         macro.
15832 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15834         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
15835         regression on LE.
15837         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
15838         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
15839         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
15840         strncmp-power8 object.
15841         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15842         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
15843         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
15844         * NEWS: Update.
15846 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15847             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15849         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
15850         trailing byte check.
15852 2015-01-13  David S. Miller  <davem@davemloft.net>
15854         * include/signal.h (__sigreturn): Guard with __USE_MISC.
15856 2015-01-13  Roland McGrath  <roland@hack.frob.com>
15858         * login/logout.c (logout): Use memset rather than bzero.
15859         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
15860         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
15861         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
15862         (_gethtbyaddr): Likewise.
15863         * locale/programs/simple-hash.c (bcopy): Macro removed.
15865 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15867         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
15868         Add strcmp-power8 object.
15869         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15870         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
15871         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
15872         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
15873         __strcmp_power8 implementation.
15874         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
15875         * NEWS: Update.
15877         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
15878         Add strncpy-power8 and stpncpy-power8 objects.
15879         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15880         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
15881         implementations.
15882         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
15883         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
15884         __stpncpy_power8 implementation.
15885         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
15886         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
15887         __strncpy_power8 implementation.
15888         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
15889         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
15890         * NEWS: Update.
15892         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
15893         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
15894         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
15896         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
15897         strncat-power8 object.
15898         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
15899         __strcat_power8 implementation.
15900         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15901         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
15902         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
15903         optimized strcat for power8.
15905         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
15906         strcpy-power8 and stpcpy-power8 objects.
15907         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15908         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
15909         implementations.
15910         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
15911         multiarch stpcpy implementation for POWER8.
15912         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
15913         multiarch strcpy implementation for POWER8.
15914         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
15915         __strcpy_power8 function.
15916         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
15917         stpcpy for POWER8.
15918         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
15919         strcpy for POWER8.
15920         * NEWS: Update.
15922 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
15924         [BZ #16009]
15925         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
15926         weights and rules. Use do_xfrm_cached if data fits in cache,
15927         do_xfrm otherwise.  Moved former main loop to...
15928         * (do_xfrm_cached): New function.
15929         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
15930         find_idx, find_position and stack_push.
15931         * (find_idx): New function.
15932         * (find_position): Likewise.
15933         * localedata/sort-test.sh: Added test run for do_xfrm.
15934         * localedata/xfrm-test.c (main): Added command line option
15935         -nocache to run the test with strings that are too large for
15936         the STRXFRM cache.
15938 2015-01-13  Torvald Riegel  <triegel@redhat.com>
15940         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
15941         variable to lll_futex_wake call, not the value itself.
15943 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
15945         [BZ #17803]
15946         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
15947         twom64.  Adjust value to 0x1p-64L.
15948         (__scalblnl): Only return standard underflowing result for K <=
15949         -64 not K <= -63; adjust exponent for underflowing result by 64
15950         not 63.
15951         * math/libm-test.inc (scalbn_test_data): Add more tests.
15952         (scalbln_test_data): Likewise.
15954         [BZ #17834]
15955         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
15956         0x1p63L.
15957         (__scalblnl): Get new exponent of adjusted subnormal value from ES
15958         not HX.
15959         * math/libm-test.inc (scalbn_test_data): Add more tests.
15960         (scalbln_test_data): Likewise.
15962 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15963             Stefani Seibold  <stefani@seibold.net>
15965         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
15966         (sysdep_routines): Add dl-vdso here, ...
15967         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
15968         (sysdep_routines): ... not here.
15969         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
15970         fallback when vDSO is not presented.
15971         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
15972         Define with libc_hidden_proto/libc_hidden_data_def definitions.
15973         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
15974         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
15975         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
15976         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
15977         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
15978         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
15979         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
15980         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
15981         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
15982         fallback configurable symbol when vDSO is not available.
15983         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
15984         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
15985         be able to redefine fallback symbol when vDSO is not available.
15986         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
15987         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
15989 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15991         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
15992         (TLS_INIT_TP): Add tm_capable initialization.
15993         (TLS_DEFINE_INIT_TP): Likewise.
15994         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
15995         TCB.
15996         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
15997         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
15998         calculation.
15999         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
16000         transactoion is lock elision is built and TCB tm_capable is set.
16001         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
16002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
16003         (INTERNAL_SYSCALL_NCS): Likewise.
16004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
16005         (INTERNAL_SYSCALL_NCS): Likewise.
16006         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
16008         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
16009         for powerpc.
16010         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16011         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
16012         and remove it for 32 bits case.
16013         [pthread_rwlock_t] (__rwelision): New field for lock elision.
16014         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
16015         initialization.
16016         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
16017         Disable lock elision with rdlocks if elision is not available.
16019         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
16020         (sysdep_routines): Add lock elision objects.
16021         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16022         [pthread_mutex_t] (__spins): Rework to add lock elision field.
16023         [pthread_mutex_t] (__elision): Add field.
16024         [__PTHREAD_SPINS]: Adjust to init lock elision field.
16025         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
16026         elision definitions for powerpc.
16027         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
16028         implementation of lock elision for powerpc.
16029         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
16030         implementation of timed lock elision for powerpc.
16031         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
16032         implementation of trylock with lock elision for powerpc.
16033         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
16034         implementaion of unlock for lock elision for powerpc.
16035         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
16036         automatic enable lock elision for mutexes.
16037         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
16038         transaction execution definitions for powerpc.
16039         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
16040         definitions.
16041         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
16042         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
16043         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
16044         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
16045         * NEWS: Update.
16047 2015-01-09  Roland McGrath  <roland@hack.frob.com>
16049         * sysdeps/posix/shm-directory.c: Use <> rather than ""
16050         for #include of <shm-directory.h>.
16052 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
16054         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
16055         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
16057 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
16059         [BZ #17791]
16060         * NEWS: Mention bug fix.
16061         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
16062         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
16063         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
16065 2015-01-09  Torvald Riegel <triegel@redhat.com>
16067         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
16069 2015-01-09  Torvald Riegel <triegel@redhat.com>
16071         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
16073 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
16075         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
16076         pointer and cast to uintptr_t.
16078 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
16080         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
16081         removed.
16082         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
16084 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
16086         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
16087         of 0.
16089 2015-01-08  Roland McGrath  <roland@hack.frob.com>
16091         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
16092         <nptl/pthreadP.h> instead.
16093         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
16095         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
16096         already defined.
16097         [__SIGRTMIN] (init): Function removed.
16098         [__SIGRTMIN] (initialized): Variable removed.
16099         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
16100         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
16101         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
16102         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
16103         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
16104         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
16105         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
16106         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
16107         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
16108         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
16109         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
16110         * sysdeps/nptl/allocrtsig.c: New file.
16111         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
16112         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
16113         * sysdeps/generic/testrtsig.h: File removed.
16115         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
16116         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
16118         * nptl/nptl-init.c (pthread_functions): Conditionalize
16119         .ptr__nptl_setxid initialization on [SIGSETXID].
16121         * sysdeps/nptl/sys/procfs.h: New file.
16122         * nptl_db/Makefile (headers): Add it.
16123         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
16125         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
16126         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
16127         * nptl/pthread_attr_setaffinity.c: Include it.
16128         * nptl/pthread_setattr_default_np.c: Likewise.
16129         * nptl/check-cpuset.h: New file.
16131 2015-01-08  Richard Henderson  <rth@redhat.com>
16133         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
16134         (CFLAGS-tst-execstack-prog.c): Likewise.
16135         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
16137 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
16138             Sandra Loosemore  <sandra@codesourcery.com>
16139             Andrew Jenner  <andrew@codesourcery.com>
16140             Joseph Myers  <joseph@codesourcery.com>
16141             Nathan Sidwell  <nathan@codesourcery.com>
16143         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
16144         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
16145         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
16146         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
16147         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
16148         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
16149         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
16150         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
16151         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
16152         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
16153         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
16154         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
16155         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
16156         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
16157         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
16158         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
16159         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
16161 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16163         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
16164         timespec struct member in syscall macro.
16165         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
16166         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
16167         first timeval struct member in syscall macro.
16168         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
16170 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
16172         [BZ #17748]
16173         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
16174         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
16175         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
16176         __feupdateenv and define as weak alias of __feupdateenv.  Use
16177         libm_hidden_weak.
16178         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
16179         libm_hidden_def.
16180         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
16181         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
16182         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
16183         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
16184         libm_hidden_def.
16185         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
16186         __feupdateenv and define as weak alias of __feupdateenv.  Use
16187         libm_hidden_weak.
16188         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
16189         libm_hidden_def.
16190         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
16191         __feupdateenv and define as weak alias of __feupdateenv.  Use
16192         libm_hidden_weak.
16193         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
16194         libm_hidden_def.
16195         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
16196         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
16197         (__feupdateenv): Likewise.
16198         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
16199         __feupdateenv and define as weak alias of __feupdateenv.  Use
16200         libm_hidden_weak.
16201         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
16202         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
16203         libm_hidden_def.
16204         * sysdeps/tile/math_private.h (__feupdateenv): New inline
16205         function.
16206         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
16207         libm_hidden_def.
16208         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
16209         __feupdateenv instead of feupdateenv.
16210         (default_libc_feupdateenv_test): Likewise.
16211         (libc_feresetround_ctx): Likewise.
16213 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16215         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
16216         prototype.
16218 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
16220         * posix/regcomp.c (parse_bracket_exp): Initialize type to
16221         COLL_SYM in a couple of places to avoid uninitialized variable
16222         wanings on tilegx gcc 4.8.2.
16224 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
16226         * sysdeps/aarch64/strcpy.S: New file.
16227         * sysdeps/aarch64/stpcpy.S: New file.
16228         * NEWS: Updated.
16230 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
16232         * sysdeps/aarch64/strrchr.S: New file.
16233         * NEWS: Updated.
16235 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
16237         [BZ #17658]
16238         * stdlib/setenv.c: Fix memory leak when setting large,
16239         duplicate string.
16241 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
16243         [BZ #17273]
16244         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
16245         and tabs from buffer before parsing fstab entry.
16246         * misc/tst-mntent.c (main): Add test for mount entry with
16247         trailing spaces and tabs.
16249 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
16251         [BZ #17748]
16252         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
16253         * math/fesetround.c (fesetround): Rename to __fesetround and
16254         define as weak alias of __fesetround.  Use libm_hidden_weak.
16255         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
16256         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
16257         * sysdeps/arm/fesetround.c (fesetround): Likewise.
16258         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
16259         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
16260         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
16261         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
16262         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
16263         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
16264         __fesetround_inline.
16265         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
16266         __fesetround_inline instead of __fesetround.
16267         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
16268         __fesetround and define as weak alias of __fesetround.  Use
16269         libm_hidden_weak.  Call __fesetround_inline instead of
16270         __fesetround.
16271         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
16272         __fesetround and define as weak alias of __fesetround.  Use
16273         libm_hidden_weak.
16274         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
16275         Likewise.
16276         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
16277         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
16278         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
16279         * sysdeps/tile/math_private.h (__fesetround): New inline function.
16280         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
16281         __fesetround and define as weak alias of __fesetround.  Use
16282         libm_hidden_weak.
16283         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
16284         __fesetround instead of fesetround.
16285         (default_libc_feholdexcept_setround): Likewise.
16286         (libc_feholdsetround_ctx): Likewise.
16287         (libc_feholdsetround_noex_ctx): Likewise.
16289         [BZ #17748]
16290         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
16291         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
16292         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
16293         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
16294         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
16295         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
16296         define as weak alias of __fesetenv.  Use libm_hidden_weak.
16297         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
16298         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
16299         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
16300         define as weak alias of __fesetenv.  Use libm_hidden_weak.
16301         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
16302         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
16303         define as weak alias of __fesetenv.  Use libm_hidden_weak.
16304         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
16305         libm_hidden_def.
16306         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
16307         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
16308         Likewise.
16309         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
16310         define as weak alias of __fesetenv.  Use libm_hidden_weak.
16311         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
16312         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
16313         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
16314         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
16315         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
16316         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
16317         __fesetenv instead of fesetenv.
16318         (libc_feresetround_noex_ctx): Likewise.
16319         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
16320         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
16321         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
16322         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
16323         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
16324         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
16325         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
16326         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
16327         (__feupdateenv): Likewise.
16328         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
16329         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
16330         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
16331         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
16333 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
16335         [BZ #17806]
16336         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
16337         addresses have been freed.
16339 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
16341         * resolv/res_init.c (__res_vinit): Improve comments about nserv
16342         and nservall.
16344 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
16346         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
16347         Clean up check_pf allocation pattern. addresses
16349 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16351         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
16352         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
16353         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
16354         * nptl/pthread_exit.c (__pthread_exit): Likewise.
16355         * nptl/pthread_join.c (pthread_join): Likewise.
16356         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
16357         * sysdeps/posix/waitid.c (__waitid): Likewise.
16358         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
16359         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
16360         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
16361         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
16362         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
16363         Likewise.
16364         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
16365         (__libc_pread64): Likewise.
16366         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
16367         (__libc_pwrite): Likewise.
16368         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
16369         (__libc_pwrite64): Likewsie.
16370         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
16371         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
16372         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
16373         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
16374         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
16375         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
16376         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
16377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
16378         Likewise.
16379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
16380         (__libc_pread64): Likewise.
16381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
16382         Likewise.
16383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
16384         (__libc_pwrite64): Likewise.
16385         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
16386         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
16387         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
16388         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
16389         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
16390         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
16391         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
16392         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
16393         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
16394         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
16395         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
16396         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
16397         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
16398         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
16399         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
16400         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
16401         Likewise.
16403 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
16405         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
16406         (CFLAGS-test-double.c): Likewise.
16407         (CFLAGS-test-ldouble.c): Likewise.
16408         (CPPFLAGS-test-ifloat.c): Likewise.
16409         (CPPFLAGS-test-idouble.c): Likewise.
16410         (CPPFLAGS-test-ildoubl.c): Likewise.
16411         (CFLAGS-test-test-fenv.c): Remove variable.
16412         (CFLAGS-test-misc.c): Likewise.
16414 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
16416         [BZ #17797]
16417         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
16418         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
16419         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
16420         CLOCKS_PER_SEC == 1000000.
16421         * time/clocktest.c (main): Replace %ld with %jd and cast to
16422         intmax_t.
16424 2015-01-05  Roland McGrath  <roland@hack.frob.com>
16426         * sysdeps/generic/unwind-resume.h: New file.
16427         * sysdeps/gnu/unwind-resume.c: Include it.
16428         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
16429         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
16430         argument list.
16431         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
16432         global rather than static.
16433         (_Unwind_Resume): Update user.
16434         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
16435         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
16436         rather than static.  Add __attribute__ ((cold)).
16437         (_Unwind_Resume, __gcc_personality_v0): Update callers.
16438         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
16439         * sysdeps/arm/arm-unwind-resume.S: New file.
16440         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
16441         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
16442         * sysdeps/arm/Makefile [$(subdir) = csu]
16443         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
16444         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
16445         Add rt-arm-unwind-resume.
16446         [$(subdir) = nptl]
16447         (libpthread-sysdep_routines, libpthread-shared-only-routines):
16448         Add pt-arm-unwind-resume.
16449         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
16450         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
16452 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
16454         [BZ #17748]
16455         * include/fenv.h (__feholdexcept): Declare.  Use
16456         libm_hidden_proto.
16457         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
16458         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
16459         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
16460         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
16461         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
16462         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
16463         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
16464         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
16465         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
16466         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
16467         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
16468         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
16469         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
16470         (feholdexcept): Likewise.
16471         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
16472         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
16473         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
16474         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
16475         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
16476         __feholdexcept instead of feholdexcept.
16477         (default_libc_feholdexcept_setround): Likewise.
16479 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
16481         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
16482         to avoid using stl/str to align destination.
16484 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
16486         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
16488 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
16490         [BZ #17796]
16491         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
16492         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
16493         Define as weak alias not strong alias.
16495 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
16497         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
16498         bltzal with addiupc.
16499         (RTLD_START): Ditto.
16501 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
16503         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
16504         for __vdso_* functions in declarations.
16505         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
16506         definitions.
16507         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
16508         INTERNAL_VSYSCALL): Use struct return types to check for error.
16510         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
16511         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
16512         function with cast from llround().
16513         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
16514         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
16515         Define.
16517 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
16519         [BZ #17793]
16520         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
16521         Define as weak alias not strong alias.
16523         [BZ #17635]
16524         * ctype/ctype-c99.c: New file.  isblank implementation moved from
16525         ...
16526         * ctype/ctype-extn.c: ... here.
16527         (__isblank_l): Move to ...
16528         * ctype/ctype-c99_l.c: ... here.  New file.
16529         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
16530         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
16531         Remove variable.
16532         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
16533         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
16534         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
16535         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
16536         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
16538         [BZ #17777]
16539         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
16540         (posix_fadvise64): Define as weak alias not strong alias.
16541         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
16542         (posix_fallocate64): Likewise.
16543         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
16544         Remove variable.
16545         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
16546         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
16547         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
16548         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
16549         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
16551 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
16553         [BZ #16191]
16554         * NEWS: Mention bug fix.
16555         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
16556         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
16557         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
16558         (HOST_STACK_END_ADDR): Likewise.
16560 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
16562         [BZ #17748]
16563         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
16564         * math/fegetround.c (fegetround): Rename to __fegetround and
16565         define as weak alias of __fegetround.  Use libm_hidden_weak.
16566         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
16567         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
16568         * sysdeps/arm/fegetround.c (fegetround): Likewise.
16569         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
16570         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
16571         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
16572         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
16573         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
16574         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
16575         Undefine after rather than before function definition; use
16576         parentheses around function name in definition.
16577         (__fegetround): Also undefine macro after function definition.
16578         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
16579         __fegetround and define as weak alias of __fegetround.  Use
16580         libm_hidden_weak.  Do not undefine as macro.
16581         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
16582         Likewise.
16583         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
16584         __fegetround and define as weak alias of __fegetround.  Use
16585         libm_hidden_weak.
16586         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
16587         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
16588         * sysdeps/tile/math_private.h (__fegetround): New inline function.
16589         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
16590         __fegetround and define as weak alias of __fegetround.  Use
16591         libm_hidden_weak.
16592         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
16593         __fegetround instead of fegetround.
16595         [BZ #17782]
16596         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
16597         Condition macro definition on [__USE_MISC].
16599         [BZ #17781]
16600         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
16601         (struct sigaction): Change type of sa_flags field to int.
16603         [BZ #17780]
16604         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
16605         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
16606         __glibc_reserved0.
16608         * nptl/version.c (banner): Use single year in copyright notice.
16610         * NEWS: Update copyright dates.
16611         * catgets/gencat.c (print_version): Likewise.
16612         * csu/version.c (banner): Likewise.
16613         * debug/catchsegv.sh: Likewise.
16614         * debug/pcprofiledump.c (print_version): Likewise.
16615         * debug/xtrace.sh (do_version): Likewise.
16616         * elf/ldconfig.c (print_version): Likewise.
16617         * elf/ldd.bash.in: Likewise.
16618         * elf/pldd.c (print_version): Likewise.
16619         * elf/sotruss.sh: Likewise.
16620         * elf/sprof.c (print_version): Likewise.
16621         * iconv/iconv_prog.c (print_version): Likewise.
16622         * iconv/iconvconfig.c (print_version): Likewise.
16623         * locale/programs/locale.c (print_version): Likewise.
16624         * locale/programs/localedef.c (print_version): Likewise.
16625         * login/programs/pt_chown.c (print_version): Likewise.
16626         * malloc/memusage.sh (do_version): Likewise.
16627         * malloc/memusagestat.c (print_version): Likewise.
16628         * malloc/mtrace.pl: Likewise.
16629         * manual/libc.texinfo: Likewise.
16630         * nptl/version.c (banner): Likewise.
16631         * nscd/nscd.c (print_version): Likewise.
16632         * nss/getent.c (print_version): Likewise.
16633         * nss/makedb.c (print_version): Likewise.
16634         * posix/getconf.c (main): Likewise.
16635         * scripts/test-installation.pl: Likewise.
16636         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
16638 2015-01-02  Will Newton  <will.newton@linaro.org>
16640         * sysdeps/arm/armv7/configure: Removed.
16641         * sysdeps/arm/armv7/configure.ac: Likewise.
16643 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
16645         * All files with FSF copyright notices: Update copyright dates
16646         using scripts/update-copyrights.
16647         * intl/plural.c: Regenerated.
16648         * locale/programs/charmap-kw.h: Likewise.
16649         * locale/programs/locfile-kw.h: Likewise.
16651 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16653         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
16655 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
16657         [BZ #17748]
16658         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
16659         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
16660         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
16661         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
16662         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
16663         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
16664         define as weak alias of __fegetenv.  Use libm_hidden_weak.
16665         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
16666         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
16667         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
16668         define as weak alias of __fegetenv.  Use libm_hidden_weak.
16669         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
16670         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
16671         define as weak alias of __fegetenv.  Use libm_hidden_weak.
16672         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
16673         libm_hidden_def.
16674         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
16675         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
16676         Likewise.
16677         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
16678         define as weak alias of __fegetenv.  Use libm_hidden_weak.
16679         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
16680         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
16681         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
16682         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
16683         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
16684         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
16685         __fegetenv instead of fegetenv.
16686         (libc_feholdsetround_noex_ctx): Likewise.
16688 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
16690         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
16691         (Elf_MIPS_ABIFlags_v0): New structure.
16692         (EF_MIPS_FP64): Define.
16693         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
16694         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
16695         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
16696         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
16697         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
16698         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
16699         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
16700         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
16701         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
16702         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
16703         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
16704         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
16705         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
16706         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
16707         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
16708         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
16709         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
16710         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
16711         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
16712         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
16713         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
16714         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
16715         field.
16716         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
16717         EF_MIPS_FP64.
16718         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
16719         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
16720         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
16721         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
16722         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
16723         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
16724         * sysdeps/mips/tst-abi-interlink.c: Likewise.
16725         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
16726         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
16727         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
16728         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
16729         record the current FP ABI extension.
16730         (mips-mode-switch): Define to show if kernel headers support mode
16731         switching.
16732         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
16733         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
16734         supported SYSV ABI version to 3.
16735         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
16736         feature.
16738 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16739             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16741         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
16742         path.
16743         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
16745 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
16747         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
16748         __fegetround and redefine to call __fegetround.  Remove condition
16749         on [!__NO_MATH_INLINES].
16750         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
16751         function.
16752         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
16753         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
16754         Remove macro.
16755         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
16756         instead of <fenv_libc.h>.
16757         (__llrintl): Call fegetround instead of __fegetround.
16758         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
16759         instead of <fenv_libc.h>.
16760         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
16761         (__lrintl): Call fegetround instead of __fegetround.
16762         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
16763         instead of <fenv_libc.h>.
16764         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
16765         (__rintl): Call fegetround instead of __fegetround.
16767 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16769         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
16770         arrays.
16772 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
16774         [BZ #17775]
16775         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
16776         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
16777         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
16779 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
16781         * sysdeps/i386/tls-macros.h: Include <features.h>.
16782         (TLS_LE): Use non-PIC version for GCC >= 5.0.
16783         (TLS_IE): Likewise.
16784         (TLS_LD): Likewise.
16785         (TLS_GD): Likewise.
16786         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
16787         define for GCC >= 5.0.
16789 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
16791         * math/test-fenv.c (test_single_exception, set_single_exc,
16792         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
16793         feexcp_mask_test, feenable_test, fe_single_test): Add
16794         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
16795         case where they are not used.
16796         * math/libm-test.inc: Likewise.
16797         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
16798         unused in the absence of FP rounding/exception support.
16799         * stdio-common/tst-printf-round.c: Likewise.
16800         * stdlib/tst-strtod-round.c: Likewise.
16801         * stdlib/tst-strtod-underflow.c: Likewise.
16803 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
16805         [BZ #17723]
16806         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
16807         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
16808         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
16809         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
16810         libm_hidden_weak.
16811         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
16812         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
16813         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
16814         libm_hidden_def.
16815         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
16816         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
16817         libm_hidden_weak.
16818         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
16819         Likewise.
16820         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
16821         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
16822         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
16823         libm_hidden_weak.
16824         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
16825         libm_hidden_def.
16826         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
16827         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
16828         (__feraiseexcept): Likewise.
16829         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
16830         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
16831         libm_hidden_weak.
16832         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
16833         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
16834         libm_hidden_def.
16835         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
16836         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
16837         Use libm_hidden_def.
16838         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
16839         libm_hidden_def.
16840         (feraiseexcept): Define as weak not strong alias.  Use
16841         libm_hidden_weak.
16842         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
16843         New inline function.  Factored out of ...
16844         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
16845         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
16846         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
16847         feraiseexcept.
16848         * math/w_acos.c (__acos): Likewise.
16849         * math/w_asin.c (__asin): Likewise.
16850         * math/w_ilogb.c (__ilogb): Likewise.
16851         * math/w_j0.c (y0): Likewise.
16852         * math/w_j1.c (y1): Likewise.
16853         * math/w_jn.c (yn): Likewise.
16854         * math/w_log.c (__log): Likewise.
16855         * math/w_log10.c (__log10): Likewise.
16856         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
16857         * sysdeps/aarch64/fpu/math_private.h
16858         (libc_feupdateenv_test_aarch64): Likewise.
16859         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
16860         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
16861         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
16862         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
16863         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
16864         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
16865         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
16866         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
16867         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
16868         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
16870 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
16872         [BZ #17732]
16873         * io/test-utime.c (main): Replace %ld with %jd and cast to
16874         intmax_t.
16875         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
16876         * nptl/tst-mutex5.c: Include <stdint.h>.
16877         (do_test): Replace %ld with %jd and cast to intmax_t.
16878         * posix/tst-regex.c (run_test): Likewise.
16879         (run_test_backwards): Likewise.
16880         * rt/tst-clock.c: Include <stdint.h>.
16881         (clock_test): Replace %ld with %jd and cast to intmax_t.
16882         * rt/tst-cpuclock1.c: Include <stdint.h>.
16883         (do_test): Replace %lu with %ju and cast to uintmax_t.
16884         * rt/tst-cpuclock2.c: Include <stdint.h>.
16885         (do_test): Replace %lu with %ju and cast to uintmax_t.
16886         * rt/tst-mqueue1.c: Include <stdint.h>.
16887         (check_attrs): Replace %ld with %jd and cast to intmax_t.
16888         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
16889         intmax_t.
16890         * rt/tst-mqueue4.c (do_test): Likewise.
16891         * rt/tst-timer4.c: Include <stdint.h>.
16892         (check_ts): Replace %ld with %jd and cast to intmax_t.
16893         (do_test): Likewise.
16894         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
16895         and cast to intmax_t.
16896         * sysdeps/pthread/tst-timer.c (main): Likewise.
16897         * time/clocktest.c (main): Likewise.
16898         * time/tst-posixtz.c (do_test): Likewise.
16899         * timezone/tst-timezone.c (main): Likewise.
16901 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
16902             H.J. Lu  <hongjiu.lu@intel.com>
16904         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
16905         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
16906         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
16907         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
16908         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
16909         version if bit_Fast_Unaligned_Load is set.
16910         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
16911         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
16912         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
16913         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
16914         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
16915         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
16916         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
16917         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
16918         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
16919         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
16920         to 4.
16921         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
16922         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
16923         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
16924         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
16926 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
16928         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
16929         instead of #if to avoid a Wundef warning.
16930         * stdlib/tst-limits.c (do_test): Likewise.
16932         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
16933         parallel other exception macros.
16934         (fegetenv): Convert from macro to extern inline so that it applies
16935         retroactively to inline functions already seen by the compiler.
16936         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
16938         * posix/Makefile (before-compile): Use $(objpfx) for
16939         posix-conf-vars-def.h.
16941 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
16943         * posix/getconf.c (main): Use size_t for type of I.
16944         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
16945         NSPEC.
16947         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
16948         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
16949         * posix/posix-envs.def: Likewise.
16950         * sysdeps/posix/sysconf.c: Likewise.
16951         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
16952         (specs): Remove array.
16953         * scripts/gen-posix-conf-vars.awk: Support generation of specs
16954         array.
16956         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
16957         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
16958         (__sysconf): Use CONF_IS_* macros.
16960         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
16961         ($(objpfx)posix-conf-vars-def.h): New target.
16962         * posix/posix-conf-vars.list: New file.
16963         * posix/posix-conf-vars.h: New file.
16964         * posix/confstr.c: Include posix-conf-vars.h.
16965         (confstr): Use CONF_IS_* macros.
16966         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
16967         CONF_IS_* macros.
16968         * scripts/gen-posix-conf-vars.awk: New file.
16970 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
16972         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
16973         fegetround): Add no-op macros to avoid linknamespace issues.
16975         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
16976         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
16978         * sysdeps/unix/sysv/linux/tile/sysdep.h
16979         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
16980         assembly-specific section to avoid a redefinition warning.
16982         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
16983         long before casting to pointer to avoid a cast warning.
16985 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
16987         * sysdeps/tile/tilegx/Implies: New file.
16989 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
16991         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
16993 2014-12-23  Florian Weimer  <fweimer@redhat.com>
16995         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
16997 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
16999         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
17000         not define.
17001         * sysdeps/unix/sysv/linux/utimes.c: Do not include
17002         <kernel-features.h>.
17003         (__utimes) [__NR_utimes]: Make code unconditional.
17004         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
17005         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17006         (__ASSUME_UTIMES): Do not undefine.
17007         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17008         (__ASSUME_UTIMES): Likewise.
17009         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
17010         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
17011         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
17012         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
17014 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
17016         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
17018 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
17020         [BZ #17747]
17021         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
17022         alias to weak alias for j0l, y0l.
17023         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
17024         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
17026         [BZ #17746]
17027         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
17028         conversion.
17030 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
17032         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
17033         to zero if not already defined.
17035 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
17037         [BZ #17724]
17038         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
17039         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
17040         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
17041         (char *) casts added.
17042         * sysdeps/ieee754/k_standardf.c: New file.
17043         * sysdeps/ieee754/k_standardl.c: Likewise.
17044         * math/Makefile (libm-support): Remove k_standard.
17045         (libm-calls): Add k_standard.
17047 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
17049         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
17050         Optimize to avoid an unnecessary FPCR read.
17052 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
17054         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
17055         Optimize to reduce FPCR/FPSR accesses.
17057 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
17059         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
17060         Call libc_fetestexcept_aarch64.
17062 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
17064         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
17065         Call libc_fesetround_aarch64.
17067 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
17069         [BZ #17733]
17070         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
17071         (__bind): Do not define as weak alias.
17072         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
17073         define.
17074         (__getsockname): Do not define as weak alias.
17076 2014-12-22  Will Newton  <will.newton@linaro.org>
17078         * manual/install.texi: Document that we require bison 2.7
17079         or above.
17080         * INSTALL: Regenerate.
17081         * configure.ac: Use AC_CHECK_PROG_VER instead of
17082         AC_PATH_PROG when checking for bison and check for
17083         version 2.7 or above.
17084         * configure: Regenerate.
17086 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
17088         [BZ #17745]
17089         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
17090         * sysdeps/tile/ffsll.c (ffsll): To here.
17092         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
17094 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
17096         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
17097         if not defined.
17098         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
17099         definition.
17100         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
17101         hidden ___tls_get_addr.
17102         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
17103         hidden __tls_get_addr.
17104         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
17105         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
17106         Likewise.
17108 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
17110         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
17111         _dl_init call.
17113 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
17115         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
17116         from "call _dl_init@PLT".
17117         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
17119 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
17121         * manual/search.texi: (Array Sort Function): Clarify stable sorting
17122         guarantees.
17124 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
17126         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
17128 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
17130         [BZ #17744]
17131         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
17132         strnlen.
17134 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
17136         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
17137         of multu on MIPSr6.
17138         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
17139         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
17140         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
17141         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
17142         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
17144 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
17146         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
17147         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
17148         (PTR_SUBU): Use subu for mips32r6/mips64r6.
17149         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
17150         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
17151         mips32r6/mips64r6.
17152         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
17154 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
17156         * string/strncat.c (STRNCAT): Simplify implementation.
17158 2014-12-19  David S. Miller  <davem@davemloft.net>
17160         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
17161         access the quad as both a long double and as a series of 4 words.
17163         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
17164         link_map->l_info array access.
17166 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
17168         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
17170         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
17171         * math/atest-exp2.c (TIMEOUT): Likewise.
17172         * math/atest-sincos.c (TIMEOUT): Likewise.
17174 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
17176         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
17177         -Wno-error with -fno-builtin-lround.
17179 2014-12-19  Torvald Riegel  <triegel@redhat.com>
17181         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
17182         Contains futex constants and functions moved over from ...
17183         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
17184         <lowlevellock-futex.h>.
17185         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
17186         (lll_timedwait_tid): Add comments and parentheses around macro
17187         arguments.
17189 2014-12-19  Torvald Riegel  <triegel@redhat.com>
17191         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
17192         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
17193         (__lll_private_flag): Remove.
17194         (lll_futex_wait): Likewise.
17195         (lll_futex_timed_wait): Likewise.
17196         (lll_futex_wake): Likewise.
17197         (lll_futex_requeue): Likewise.
17198         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
17199         (__lll_timedwait_tid): Spell out argument names.
17200         (lll_timedwait_tid): Add comments and parentheses around macro
17201         arguments.
17202         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
17203         LLL_SHARED and LLL_PRIVATE usable from assembly code.
17205 2014-12-19  Torvald Riegel  <triegel@redhat.com>
17207         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
17208         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
17209         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
17210         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
17211         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
17212         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
17213         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
17214         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
17215         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
17216         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
17217         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
17218         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
17219         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
17220         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
17221         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
17222         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
17223         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
17224         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
17225         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
17227 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
17229         * sysdeps/x86_64/x32/Makefile: New file.
17231 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
17233         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
17234         1L with (mp_limb_t) 1.
17236 2014-12-17  Roland McGrath  <roland@hack.frob.com>
17238         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
17239         * nptl/libc_pthread_init.c: ... here.
17240         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
17241         * nptl/register-atfork.c: ... here.
17243         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
17244         Use pthread_sigmask rather than INTERNAL_SYSCALL.
17245         Use assert_perror to check its return value.
17246         (__gai_create_helper_thread): Likewise.
17248         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
17250         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
17252 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
17254         [BZ #17725]
17255         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
17256         __profil_counter.
17257         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
17258         Likewise.
17259         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
17260         Likewise.
17261         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
17262         Likewise.
17263         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
17264         (profil_counter): Likewise.
17265         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
17266         (profil_counter): Likewise.
17267         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
17268         Likewise.
17269         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
17270         Likewise.
17271         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
17272         (profil_counter): Likewise.
17273         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
17274         Likewise.
17275         [!__profil_counter] (profil_counter): Define as weak alias of
17276         __profil_counter.
17277         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
17278         (profil_counter): Rename to __profil_counter.
17279         [!__profil_counter] (profil_counter): Define as weak alias of
17280         __profil_counter.
17281         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
17282         (profil_counter): Rename to __profil_counter.
17283         [!__profil_counter] (profil_counter): Define as weak alias of
17284         __profil_counter.
17285         * sysdeps/posix/profil.c: Update comment referring to
17286         profil_counter.
17287         (__profil): Use __profil_counter instead of profil_counter.
17288         * sysdeps/posix/sprofil.c (profil_counter): Rename to
17289         __profil_counter.  Use __profil_counter_ushort and
17290         __profil_counter_uint in definitions.
17291         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
17292         instead of profil_counter_uint and profil_counter_ushort.
17294         [BZ #17722]
17295         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
17296         define as weak alias of __inet_makeaddr.
17297         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
17298         as weak alias of __inet_addr.
17299         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
17300         as weak alias of __inet_pton.  Use libc_hidden_weak.
17301         * include/arpa/inet.h (__inet_pton): Declare.  Use
17302         libc_hidden_proto.
17303         (inet_makeaddr): Don't use libc_hidden_proto.
17304         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
17305         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
17306         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
17307         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
17308         Remove variable.
17309         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
17310         (test-xfail-POSIX/time.h/linknamespace): Likewise.
17312 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
17314         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
17316 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
17318         * stdio-common/bug-vfprintf-nargs.c (do_test):
17319         Cast value to intptr_t to avoid format warning
17320         for usage with PRIdPTR printing macro.
17322 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
17324         * libio/tst-widetext.c (do_test):
17325         Use format type %td instead of %Zd for ptrdiff_t
17326         in order to avoid format warning.
17328 2014-12-17  Andreas Schwab  <schwab@suse.de>
17330         * nscd/mem.c (gc): Add size_t cast to match printf format.
17332 2014-12-16  Roland McGrath  <roland@hack.frob.com>
17334         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
17335         (init): Apply PTR_MANGLE to pointers before storing them.
17336         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
17337         before using them.
17339 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
17341         [BZ #17719]
17342         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
17343         define as weak alias of __memrchr.
17344         (__memrchr): Do not define as strong alias of memrchr.
17345         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
17346         Remove variable.
17347         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
17348         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
17349         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
17351         [BZ #17717]
17352         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
17353         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
17354         (if_indextoname): Rename to __if_indextoname and define as weak
17355         alias of __if_indextoname.  Use libc_hidden_weak.
17356         (if_freenameindex): Rename to __if_freenameindex and define as
17357         weak alias of __if_freenameindex.
17358         (if_nameindex): Rename to __if_nameindex and define as weak alias
17359         of __if_nameindex.
17360         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
17361         __if_nametoindex and define as weak alias of __if_nametoindex.
17362         Use libc_hidden_weak.
17363         (if_freenameindex): Rename to __if_freenameindex and define as
17364         weak alias of __if_freenameindex.
17365         (if_nameindex): Rename to __if_nameindex and define as weak alias
17366         of __if_nameindex.
17367         (if_indextoname): Rename to __if_indextoname and define as weak
17368         alias of __if_indextoname.  Use libc_hidden_weak.
17369         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
17370         __if_nametoindex and define as weak alias of __if_nametoindex.
17371         Use libc_hidden_weak.
17372         (if_freenameindex): Rename to __if_freenameindex and define as
17373         weak alias of __if_freenameindex.  Use libc_hidden_weak.
17374         (if_nameindex_netlink): Use __if_freenameindex instead of
17375         if_freenameindex.
17376         (if_nameindex): Rename to __if_nameindex and define as weak alias
17377         of __if_nameindex.  Use libc_hidden_weak.
17378         (if_indextoname): Rename to __if_indextoname and define as weak
17379         alias of __if_indextoname.  Use libc_hidden_weak.
17380         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
17381         libc_hidden_proto.
17382         [!_ISOMAC] (__if_freenameindex): Likewise.
17383         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
17384         if_nametoindex.
17385         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
17386         variable.
17387         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
17388         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
17389         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
17390         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
17391         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
17392         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
17393         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
17395         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
17396         Remove variable.
17397         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
17398         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
17400 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17402         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
17403         subscript above bounds'
17405         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
17406         bounds.
17408 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
17410         * libio/tst-fopenloc.c: Use test-skeleton.c.
17412         * stdlib/tst-bsearch.c: Use test-skeleton.c.
17413         (entry): Rename to ITEM.
17414         (do_test, comp): Adjust.
17416         * stdio-common/tst-fseek.c: Use test-skeleton.c.
17418 2014-12-16  Torvald Riegel  <triegel@redhat.com>
17420         * string/tester.c: Include <libc-internal.h>.
17421         (test_memset): Ignore -Wmemset-transposed-args.
17423 2014-12-16  Torvald Riegel  <triegel@redhat.com>
17425         * misc/tst-mntent2.c (do_test): Fix warning.
17427 2014-12-16  Torvald Riegel  <triegel@redhat.com>
17429         * elf/tst-unique4lib.cc(a): Mark as used.
17431 2014-12-16  Florian Weimer  <fweimer@redhat.com>
17433         [BZ #17630]
17434         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
17435         names.
17437 2014-12-16  Allan McRae  <allan@archlinux.org>
17439         * stdio-common/Makefile (tests): Re-add bug26.
17441 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
17443         [BZ #17657]
17444         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
17445         static array.
17447 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
17449         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
17450         (__lll_lock_wait): Likewise.
17451         (__lll_timedlock_wait): Likewise.
17452         (__lll_timedwait_tid): Likewise.
17453         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
17454         (__lll_robust_timedlock_wait): Likewise.
17455         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
17456         (lll_cond_trylock): Likewise.
17457         (__lll_lock): Likewise.
17458         (__lll_robust_lock): Likewise.
17459         (__lll_cond_lock): Likewise.
17460         (lll_robust_cond_lock): Likewise.
17461         (__lll_timedlock): Likewise.
17462         (__lll_robust_timedlock): Likewise.
17463         (__lll_unlock): Likewise.
17464         (__lll_robust_unlock): Likewise.
17465         (lll_wait_tid): Likewise.
17466         (lll_timedwait_tid): Likewise.
17468 2014-12-15  Torvald Riegel  <triegel@redhat.com>
17470         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
17472 2014-12-15  Torvald Riegel  <triegel@redhat.com>
17474         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
17476 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
17478         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
17479         * stdio-common/tst-sprintf.c: Likewise.
17481 2014-12-15  Torvald Riegel  <triegel@redhat.com>
17483         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
17485 2014-12-15  Jeff Law  <law@redhat.com>
17487         [BZ #16617]
17488         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
17489         on the heap.  (CVE-2012-3406)
17490         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
17491         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
17492         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
17494 2014-12-15  Will Newton  <will.newton@linaro.org>
17496         * manual/install.texi: Bump required version of texinfo
17497         to 4.7 from 4.5.
17498         * INSTALL: Regenerated.
17499         * configure.ac: Check for makeinfo version 4.7 and above.
17500         * configure: Regenerated.
17502 2014-12-12  Roland McGrath  <roland@hack.frob.com>
17504         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
17505         PREFIX, string constant to insert between directory and name.
17506         * sysdeps/posix/shm_open.c: Update caller.
17507         * sysdeps/posix/shm_unlink.c: Likewise.
17508         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
17509         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
17510         (SEM_SHM_PREFIX): New macro.
17511         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
17512         [$(have-thread-library) = no].
17513         * nptl/Makefile (libpthread-routines): Add shm-directory.
17514         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
17515         * sysdeps/nptl/shm-directory.h: New file.
17516         * sysdeps/posix/shm-directory.c
17517         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
17518         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
17519         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
17520         INTERNAL_SYSCALL.
17521         (__where_is_shmfs): Function removed.
17522         (mountpoint, defaultmount, defaultdir, __namedsem_once):
17523         Variables removed.
17524         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
17525         Use SHM_GET_NAME.
17526         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
17528         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
17529         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
17530         unconditional for use inside libpthread.
17531         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
17533 2014-12-12  Roland McGrath  <roland@hack.frob.com>
17535         * nptl/pthread_getaffinity.c: New file.
17536         * nptl/pthread_setaffinity.c: New file.
17537         * nptl/pthread_getname.c: New file.
17538         * nptl/pthread_setname.c: New file.
17540         * nptl/pthread_create.c (START_THREAD_DEFN)
17541         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
17543 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
17544             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17546         * resolv/res_send.c (send_vc): Disable warning resplen may
17547         be used uninitialized.
17549 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
17551         * nptl/tst-mutex6.c
17552         (ATTR_NULL): New define checks ATTR against NULL.
17553         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
17554         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
17556 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
17558         [BZ #17581]
17559         * malloc/hooks.c
17560         (mem2mem_check): Revert my previous change.
17561         (malloc_check_get_size): Revert my previous change.
17562         (mem2chunk_check): Revert my previous change.
17564 2014-12-11  Roland McGrath  <roland@hack.frob.com>
17566         * sysdeps/posix/shm-directory.c: New file.
17567         * sysdeps/posix/shm-directory.h: New file.
17568         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
17569         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
17570         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
17571         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
17572         Transmute EPERM to EACCES.
17573         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
17574         from ...
17575         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
17576         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
17578 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17580         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
17581         pointer and cast to uintptr_t.
17582         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
17583         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
17584         Add cast to avoid warning.
17585         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
17587 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
17589         * nptl/semaphore.h: Move to ...
17590         * sysdeps/pthread/semaphore.h: ... here.
17591         * Makefile (installed-headers): Change nptl/semaphore.h to
17592         sysdeps/pthread/semaphore.h.
17594 2014-12-11  Roland McGrath  <roland@hack.frob.com>
17596         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
17597         generated error format strings.
17599         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
17600         -Wformat-extra-args warnings for scanf formats.
17601         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
17602         test of zero-length format (duh).
17603         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
17604         corner-case scanf format test.
17605         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
17606         generated fprintf format string.
17607         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
17608         corner-case sprintf format tests.
17609         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
17610         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
17611         -Wformat-extra-args warnings throughout.
17612         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
17613         (CFLAGS-scanf4.c): Likewise.
17614         (CFLAGS-scanf7.c): Likewise.
17615         (CFLAGS-tst-sprintf.c): Likewise.
17616         (CFLAGS-tst-printf.c): Likewise.
17617         (CFLAGS-tst-printfsz.c): Likewise.
17619 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
17621         * include/cpio.h: New file.
17622         * include/fmtmsg.h: Likewise.
17624         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
17625         corresponding format argument to size_t.
17626         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
17627         arguments.
17628         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
17629         corresponding format argument to size_t.
17630         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
17631         arguments.
17632         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
17633         corresponding format argument to size_t.
17634         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
17635         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
17636         (CFLAGS-tst-mbswcs2.c): Likewise.
17637         (CFLAGS-tst-mbswcs3.c): Likewise.
17638         (CFLAGS-tst-mbswcs4.c): Likewise.
17639         (CFLAGS-tst-mbswcs5.c): Likewise.
17640         (CFLAGS-tst-trans.c): Likewise
17642 2014-12-11  Roland McGrath  <roland@hack.frob.com>
17644         * posix/regexbug1.c (main): Use "%s" format with regerror results,
17645         rather than assuming they won't contain any '%'s.
17647 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
17649         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
17650         inhibit_loop_to_libcall to avoid recursive calls.
17651         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
17652         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
17654 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
17656         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
17657         prototype.
17659 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
17661         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
17662         integer value instead of boolean.
17664 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
17666         * malloc/malloc.c: Fix powerof2 check.
17668 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17670         * locale/programs/locfile.h (maybe_swap_uint32):
17671         Remove inline and add unused attribute.
17673 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17675         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
17676         Truncating assembler expression to a .long expression.
17678 2014-12-11  Andreas Schwab  <schwab@suse.de>
17680         * elf/rtld.c (struct map_args): Constify str member.
17681         (do_preload): Constify fname argument.
17683 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17685         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
17686         constants definition.
17688 2014-12-11  Andreas Schwab  <schwab@suse.de>
17690         [BZ #16657]
17691         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
17692         FORCE_ELISION instead of DO_ELISION.
17693         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
17694         Remove.
17695         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
17696         Likewise.
17698         * iconvdata/gconv-modules: Remove duplicate entry.
17700 2014-12-11  Will Newton  <will.newton@linaro.org>
17702         Merge gettext 0.19.3 into intl/.
17704         This involves a number of cosmetic changes to comments
17705         and ANSI function definitions and prototypes throughout
17706         all the files. The gettext copyright header is used but
17707         with the date ranges taken from the glibc copy.
17709         * NEWS: Add gettext merge to 2.21.
17710         * intl/bindtextdom.c: Switch to gettext copyright.
17711         Use ANSI definitions and prototypes.
17712         Use gl_* locking primitives rather than __libc_* ones.
17713         Use __builtin_expect rather than __glibc_likely/unlikely.
17714         * intl/dcgettext.c: Switch to gettext copyright.
17715         Use ANSI definitions and prototypes.
17716         * intl/dcigettext.c: Switch to gettext copyright.
17717         Use ANSI definitions and prototypes.
17718         (INTDIV0_RAISES_SIGFPE): New define.
17719         Use gl_* locking primitives rather than __libc_* ones.
17720         Include eval-plural.h instead of plural-eval.c.
17721         Use __builtin_expect rather than __glibc_likely/unlikely.
17722         * intl/dcngettext.c: Switch to gettext copyright.
17723         Use ANSI definitions and prototypes.
17724         * intl/dgettext.c: Likewise.
17725         * intl/dngettext.c: Likewise.
17726         * intl/plural-eval.c: Renamed to...
17727         * intl/eval-plural.h: ...this.
17728         * intl/explodename.c: Switch to gettext copyright.
17729         Use ANSI definitions and prototypes.
17730         (_nl_explode_name): Use strchr instead of __rawmemchr.
17731         * intl/finddomain.c: Switch to gettext copyright.
17732         Use ANSI definitions and prototypes.
17733         Use gl_* locking primitives rather than __libc_* ones.
17734         (_nl_find_domain): Use malloc rather than alloca for
17735         allocation of temporary locale name.
17736         * intl/gettext.c: Switch to gettext copyright.
17737         Use ANSI definitions and prototypes.
17738         * intl/gettextP.h: Switch to gettext copyright.
17739         Use ANSI definitions and prototypes.
17740         Use gl_* locking primitives rather than __libc_* ones.
17741         * intl/gmo.h: Switch to gettext copyright.
17742         (struct sysdep_string): Move struct segment_pair outside of
17743         struct definition.
17744         * intl/hash-string.c: Use ANSI definitions and prototypes.
17745         * intl/hash-string.h: Switch to gettext copyright.
17746         Use ANSI definitions and prototypes.
17747         * intl/l10nflist.c: Switch to gettext copyright.
17748         Use ANSI definitions and prototypes.
17749         (_nl_normalize_codeset): Avoid integer overflow.
17750         * intl/loadinfo.h: Switch to gettext copyright.
17751         Use ANSI definitions and prototypes.
17752         (LIBINTL_DLL_EXPORTED): New define.
17753         (PATH_SEPARATOR): New define.
17754         * intl/loadmsgcat.c: Switch to gettext copyright.
17755         * intl/localealias.c: Switch to gettext copyright.
17756         Use ANSI definitions and prototypes.
17757         (_nl_expand_alias): Use PATH_SEPARATOR.
17758         * intl/ngettext.c: Switch to gettext copyright.
17759         Use ANSI definitions and prototypes.
17760         * intl/plural-exp.c: Likewise.
17761         * intl/plural-exp.h: Switch to gettext copyright.
17762         Use ANSI definitions and prototypes.
17763         (struct expression): Move definition of enum operator outside
17764         of struct definition.
17765         * intl/plural.c: Regenerate.
17766         * intl/plural.y: Switch to gettext copyright.
17767         Use ANSI definitions and prototypes.
17768         Port to bison 3.0.
17769         * intl/textdomain.c: Switch to gettext copyright.
17770         Use ANSI definitions and prototypes.
17771         Use gl_* locking primitives rather than __libc_* ones.
17773 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
17775         * debug/warning-nop.c: Add used atrribute.
17777 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
17779         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
17781         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
17782         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
17783         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
17785 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
17786             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17788         [BZ #17634]
17789         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
17790         Undefine after defining function.  Define as weak alias of
17791         __wcschr.  Use libc_hidden_weak.
17792         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
17793         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
17794         (libc_hidden_def): Also define __GI___wcschr alias.
17795         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
17796         __wcschr and define as weak alias of __wcschr.
17797         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
17798         __wcschr.
17799         [!WCSCHR] (DEFAULT_WCSCHR): Define.
17800         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
17801         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
17802         libc_hidden_weak.  Do not use libc_hidden_def.
17803         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
17804         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
17805         __GI___wcschr alias.
17806         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
17807         [IS_IN (libc)] (wcschr): Define as macro expanding to
17808         __redirect_wcschr.
17809         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
17810         [IS_IN (libc)] (__wcschr_power6): Likewise.
17811         [IS_IN (libc)] (__wcschr_power7): Likewise.
17812         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
17813         instead of wcschr.
17814         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
17815         __libc_wcschr.
17816         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
17817         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
17818         __wcschr and define as weak alias of __wcschr.  Use
17819         libc_hidden_builtin_def.
17820         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
17821         as weak alias of __wcschr.  Use libc_hidden_weak.
17822         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
17823         wcschr.
17824         * time/era.c (_nl_init_era_entries): Likewise.
17825         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
17826         variable.
17827         (test-xfail-XPG3/time.h/linknamespace): Likewise.
17828         (test-xfail-XPG4/time.h/linknamespace): Likewise.
17830 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
17832         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
17833         format for long int variable.
17835 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
17837         [BZ #10672]
17838         * manual/search.texi: (Array Sort Function): Remove claim how to make
17839         qsort stable.
17841 2014-12-10  Andreas Schwab  <schwab@suse.de>
17843         [BZ #12847]
17844         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
17845         user-controlled locks.
17847 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
17849         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
17850         register.
17852 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
17854         * configure.ac (--disable-werror): New configure option.
17855         (enable_werror): New AC_SUBST.
17856         * configure: Regenerated.
17857         * config.make.in (enable-werror): New variable.
17858         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
17859         -Wno-error=undef.
17860         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
17861         * manual/install.texi (Configuring and compiling): Document
17862         --disable-werror.
17863         * INSTALL: Regenerated.
17864         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
17865         (CFLAGS-tst-chk2.c): Likewise.
17866         (CFLAGS-tst-chk3.c): Likewise.
17867         (CFLAGS-tst-chk4.cc): Likewise.
17868         (CFLAGS-tst-chk5.cc): Likewise.
17869         (CFLAGS-tst-chk6.cc): Likewise.
17870         (CFLAGS-tst-lfschk1.c): Likewise.
17871         (CFLAGS-tst-lfschk2.c): Likewise.
17872         (CFLAGS-tst-lfschk3.c): Likewise.
17873         (CFLAGS-tst-lfschk4.cc): Likewise.
17874         (CFLAGS-tst-lfschk5.cc): Likewise.
17875         (CFLAGS-tst-lfschk6.cc): Likewise.
17877         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
17878         (main): Disable -Wdeprecated-declarations around calls to
17879         register_printf_function.
17881         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
17882         (do_test): Disable -Wdiv-by-zero around some calls to
17883         fwrite_unlocked and fread_unlocked.
17885         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
17886         (DIAG_POP_NEEDS_COMMENT): Likewise.
17887         (_DIAG_STR1): Likewise.
17888         (_DIAG_STR): Likewise.
17889         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
17890         * stdio-common/bug21.c: Include <libc-internal.h>.
17891         (do_test): Disable -Wformat around call to sscanf.
17892         * stdio-common/scanf14.c: Include <libc-internal.h>.
17893         (main): Disable -Wformat around some calls to scanf functions.
17895 2014-12-09  Torvald Riegel  <triegel@redhat.com>
17897         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
17899 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17901         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
17902         stack variable alignment.
17904 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
17906         [BZ #17682]
17907         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
17908         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
17909         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
17910         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
17911         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
17912         __getrlimit instead of getrlimit.
17913         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
17914         __gettimeofday instead of gettimeofday.
17915         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
17916         Likewise.
17917         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
17918         Likewise.
17919         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
17920         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
17921         Remove variable.
17922         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
17923         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
17925 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17927         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
17928         for wide-character tests.
17930 2014-12-04  Roland McGrath  <roland@hack.frob.com>
17932         * io/openat64.c: #include <libc-internal.h>
17933         (__openat64): Prototypify.  Use ignore_value on MODE.
17934         * io/openat.c: Likewise.
17935         * misc/reboot.c: #include <libc-internal.h>
17936         (reboot): Prototypify.  Use ignore_value on HOWTO.
17937         * misc/ptrace.c: #include <libc-internal.h>
17938         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
17940 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
17942         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
17943         XPG4, UNIX98 and XOPEN2K.
17944         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
17945         Remove variable.
17946         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
17948 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17950         * libio/fileops.c: Use ISO C style for function definitions.
17951         * libio/iofopen.c: Likewise.
17952         * libio/wfileops.c: Likewise.
17954         [BZ #17653]
17955         * libio/fileops.c (_IO_new_file_underflow): Unset cached
17956         offset on EOF.
17957         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
17958         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
17959         (fgets_func): Function pointer to fgets and fgetws.
17960         (do_ftell_test): Add test to verify ftell value after read
17961         EOF.
17962         (do_test): Set fgets_func.
17964         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
17965         O_TRUNC flag for w and w+ modes.
17966         (do_rewind_test): Likewise.
17967         (do_ftell_test): Likewise.
17968         (do_write_test): Likewise.
17970         [BZ #17647]
17971         * libio/fileops.c (do_ftell): Seek only when there are
17972         unflushed writes.
17973         * libio/wfileops.c (do_ftell_wide): Likewise.
17974         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
17975         test case.
17976         (do_one_test): Call it.
17978 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
17980         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
17981         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
17982         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
17983         Remove variable.
17984         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
17985         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
17986         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
17988 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
17990         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
17991         Remove variable.
17992         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
17994         [BZ #17668]
17995         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
17996         as weak alias of __getifaddrs.  Use libc_hidden_weak.
17997         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
17998         __freeifaddrs.  Use libc_hidden_weak.
17999         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
18000         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
18001         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
18002         __freeifaddrs.  Use libc_hidden_weak.
18003         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
18004         __getifaddrs and define as weak alias of __getifaddrs.  Use
18005         libc_hidden_weak.
18006         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
18007         __freeifaddrs.  Use libc_hidden_weak.
18008         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
18009         Remove variable.
18010         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
18011         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
18013 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
18015         [BZ #17601]
18016         * sysdeps/mips/start.S (__start): Use indirect jump to call
18017         __libc_start_main.
18019 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
18021         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
18023         * nptl/tst-mutex1.c: Include <stdbool.h>.
18024         [!ATTR] (ATTR_NULL): New macro.
18025         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
18026         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
18027         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
18029         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
18030         to char *.
18032         [BZ #17665]
18033         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
18034         Change conditional to [__USE_MISC].
18036         [BZ #17664]
18037         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
18038         fgets_unlocked.
18039         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
18040         __fgets_unlocked.
18041         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
18042         fgets_unlocked.
18043         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
18044         Remove variable.
18045         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
18046         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
18047         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
18048         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
18049         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
18050         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
18051         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
18052         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
18053         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
18055         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
18057 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18059         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
18060         Remove strpbrk objects.
18061         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18062         (__libc_ifunc_impl_list): Remove strpbrk implementation.
18063         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
18064         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
18065         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
18066         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
18068         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
18069         Remove strcspn objects.
18070         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18071         (__libc_ifunc_impl_list): Remove strcspn implementation.
18072         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
18073         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
18074         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
18075         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
18077         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
18078         Remove strspn objetcs.
18079         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
18080         (__libc_ifunc_impl_list): Remove strspn implementation.
18081         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
18082         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
18083         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
18084         * sysdeps/powerpc/powerpc64/strspn.S: New file.
18086 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
18088         [BZ #17581]
18089         * malloc/hooks.c
18090         (mem2mem_check): Add a terminator to the chain of checking blocks.
18091         (malloc_check_get_size): Use it here.
18092         (mem2chunk_check): Ditto.
18094 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18096         * sysdeps/powerpc/powerpc64/strtok.S: New file.
18097         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
18099 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
18101         * bits/ioctl-types.h: Indent preprocessor directives correctly.
18103         * nptl/nptl-init.c: Include libc-internal.h.
18104         (__pthread_initialize_minimal_internal): Use ROUND_UP.
18106         * elf/ldconfig.c (search_dir): Expand comment.
18108 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
18110         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
18111         variable.
18112         (linknamespace-symlist-stdlibs-tests): Likewise.
18113         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
18114         instead of $(objpfx)symlist-stdlibs.
18115         (linknamespace-libs-isoc): New variable.
18116         (linknamespace-libs): Use $(linknamespace-libs-isoc).
18117         (linknamespace-libs-ISO): New variable.
18118         (linknamespace-libs-ISO99): Likewise.
18119         (linknamespace-libs-ISO11): Likewise.
18120         (linknamespace-libs-XPG3): Likewise.
18121         (linknamespace-libs-XPG4): Likewise.
18122         (linknamespace-libs-POSIX): Likewise.
18123         (linknamespace-libs-UNIX98): Likewise.
18124         (linknamespace-libs-XOPEN2K): Likewise.
18125         (linknamespace-libs-POSIX2008): Likewise.
18126         (linknamespace-libs-XOPEN2K8): Likewise.
18127         ($(objpfx)symlist-stdlibs): Replace by
18128         $(linknamespace-symlist-stdlibs-tests).  Use
18129         $(linknamespace-libs-$*) as set of libraries.
18130         ($(linknamespace-header-tests)): Update dependencies.  Use
18131         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
18132         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
18133         * conform/linknamespace.pl: Remove comment about considering
18134         definitions of symbols from irrelevant libraries.
18136 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
18138         [BZ #13862]
18139         * elf/dl-tls.c: Include <atomic.h>.
18140         (oom): Remove #ifdef SHARED/#endif.
18141         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
18142         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
18143         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
18144         big enough.
18145         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
18146         * nptl/Makefile (tests): Add tst-stack4.
18147         (modules-names): Add tst-stack4mod.
18148         ($(objpfx)tst-stack4): New.
18149         (tst-stack4mod.sos): Likewise.
18150         ($(objpfx)tst-stack4.out): Likewise.
18151         ($(tst-stack4mod.sos)): Likewise.
18152         (clean): Likewise.
18153         * nptl/tst-stack4.c: New file.
18154         * nptl/tst-stack4mod.c: Likewise.
18156 2014-11-27  J. Brown  <jb999@gmx.de>
18158         * sysdeps/x86/bits/string.h: Add recent CPUs.
18160 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
18162         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
18163         sigblock.
18165         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
18166         feof.
18168         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
18169         variable.
18171 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
18173         * nscd/connections.c: Include libc-internal.h because of macro
18174         usage ignore_value.
18176 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18178         * string/bits/string3.h (__warn_memset_zero_len): Don't
18179         declare for gcc newer than 5.0.
18180         (memset): Don't test for zero-length __LEN for gcc newer than
18181         5.0.
18183 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
18185         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
18186         size_t for %zu format.
18188         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
18189         difference, not %ju.
18191 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
18193         * include/libc-internal.h (ignore_value): New macro.
18194         * nscd/connections.c (restart): Wrap calls to setuid and setgid
18195         with ignore_value.
18197         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
18198         definition.
18200         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
18201         pthread_cleanup_push to void *.
18203         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
18204         Undefine.
18206         [BZ #16619]
18207         [BZ #16740]
18208         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
18209         instead of 1L << 52.
18211         * libio/bug-rewind.c (do_test): Check fwscanf return values.
18212         * libio/bug-rewind2.c (do_test): Likewise.
18214         * debug/test-stpcpy_chk-ifunc.c: Remove file.
18215         * debug/test-strcpy_chk-ifunc.c: Likewise.
18216         * wcsmbs/test-wcschr-ifunc.c: Likewise.
18217         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
18218         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
18219         * wcsmbs/test-wcslen-ifunc.c: Likewise.
18220         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
18221         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
18222         * Rules [$(multi-arch) = no] (tests): Do not filter out
18223         $(tests-ifunc).
18224         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
18225         * debug/Makefile (tests-ifunc): Remove variable.
18226         (tests): Do not add $(tests-ifunc).
18227         * wcsmbs/Makefile (tests-ifunc): Remove variable.
18228         (tests): Do not add $(tests-ifunc).
18229         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
18230         [TEST_IFUNC]: Remove conditionals.
18231         * string/test-string.h (TEST_IFUNC): Remove macro.
18232         [TEST_IFUNC]: Remove conditionals.
18234         * string/test-strchr.c [!WIDE] (L): New macro.
18235         [WIDE] (L): Likewise.
18236         (check1): Use CHAR instead of char.  Use L on string and character
18237         constants.
18239 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
18241         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
18242         tests.
18243         * sysdeps/powerpc/bits/atomic.h
18244         (__arch_atomic_exchange_and_add_32_acq): Add definition.
18245         (__arch_atomic_exchange_and_add_32_rel): Likewise.
18246         (atomic_exchange_and_add_acq): Likewise.
18247         (atomic_exchange_and_add_rel): Likewise.
18248         * sysdeps/powerpc/powerpc32/bits/atomic.h
18249         (__arch_atomic_exchange_and_add_64_acq): Add definition.
18250         (__arch_atomic_exchange_and_add_64_rel): Likewise.
18251         * sysdeps/powerpc/powerpc64/bits/atomic.h
18252         (__arch_atomic_exchange_and_add_64_acq): Add definition.
18253         (__arch_atomic_exchange_and_add_64_rel): Likewise.
18255 2014-11-26  Torvald Riegel  <triegel@redhat.com>
18257         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
18258         Change synchronization of __sched_fifo_min_prio and
18259         __sched_fifo_max_prio.
18260         * nptl/pthread_mutexattr_getprioceiling.c
18261         (pthread_mutexattr_getprioceiling): Likewise.
18262         * nptl/pthread_mutexattr_setprioceiling.c
18263         (pthread_mutexattr_setprioceiling): Likewise.
18264         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
18265         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
18266         Likewise.
18268 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
18270         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
18271         void.
18273 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
18275         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
18276         third argument const.
18278 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18280         fnmatch: work around GCC compiler warning bug with uninit var
18281         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
18282         This works around a bug with x86-64 GCC 4.9.2 and earlier
18283         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
18284         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
18285         used uninitialized in this function [-Wmaybe-uninitialized]".
18287 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
18289         * posix/bug-regex31.c (main): Return RES not 0.
18291 2014-11-25  Anton Blanchard <anton@samba.org>
18293         * sysdeps/powerpc/bits/atomic.h
18294         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
18296 2014-11-24  Sterling Augustine  <saugustine@google.com>
18298         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
18300 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
18302         [BZ #17608]
18303         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
18305 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
18307         [BZ #17633]
18308         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
18309         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
18310         variable.
18311         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
18312         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
18314 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
18316         * string/strncpy.c (strncpy): Improve performance by using memset.
18318 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
18320         * string/strcpy.c (strcpy):
18321         Improve performance by using strlen and memcpy.
18323 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
18325         * string/strcoll_l.c (get_next_seq): __always_inline.
18326         * string/strcoll_l.c (do_compare): __always_inline.
18328 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18330         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
18331         defined.
18332         * include/mqueue.h: Likewise.
18333         * include/stdlib.h: Likewise.
18335         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
18336         (get_null_defines): Adjust.
18337         * sunrpc/Makefile: Adjust comment.
18338         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
18339         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
18340         (CFLAGS-interp.c): Likewise.
18341         (CFLAGS-ldconfig.c): Likewise.
18342         (CPPFLAGS-.os): Likewise.
18343         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
18344         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
18345         * extra-modules.mk (extra-modules.mk): Likewise.
18346         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
18347         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
18348         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
18349         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
18350         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
18351         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
18352         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
18353         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
18354         * iconvdata/Makefile (CPPFLAGS): Likewise.
18355         (cpp-srcs-left): Add libof for all iconvdata routines.
18356         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
18357         * include/assert.h: Likewise.
18358         * include/ctype.h: Likewise.
18359         * include/errno.h: Likewise.
18360         * include/libc-symbols.h: Likewise.
18361         * include/math.h: Likewise.
18362         * include/netdb.h: Likewise.
18363         * include/resolv.h: Likewise.
18364         * include/stdio.h: Likewise.
18365         * include/stdlib.h: Likewise.
18366         * include/string.h: Likewise.
18367         * include/sys/stat.h: Likewise.
18368         * include/wctype.h: Likewise.
18369         * intl/l10nflist.c: Likewise.
18370         * libidn/idn-stub.c: Likewise.
18371         * libio/libioP.h: Likewise.
18372         * nptl/libc_multiple_threads.c: Likewise.
18373         * nptl/pthreadP.h: Likewise.
18374         * posix/regex_internal.h: Likewise.
18375         * resolv/res_hconf.c: Likewise.
18376         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
18377         * sysdeps/arm/memmove.S: Likewise.
18378         * sysdeps/arm/sysdep.h: Likewise.
18379         * sysdeps/generic/_itoa.h: Likewise.
18380         * sysdeps/generic/symbol-hacks.h: Likewise.
18381         * sysdeps/gnu/errlist.awk: Likewise.
18382         * sysdeps/gnu/errlist.c: Likewise.
18383         * sysdeps/i386/i586/memcpy.S: Likewise.
18384         * sysdeps/i386/i586/memset.S: Likewise.
18385         * sysdeps/i386/i686/memcpy.S: Likewise.
18386         * sysdeps/i386/i686/memmove.S: Likewise.
18387         * sysdeps/i386/i686/mempcpy.S: Likewise.
18388         * sysdeps/i386/i686/memset.S: Likewise.
18389         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
18390         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
18391         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
18392         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
18393         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
18394         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18395         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
18396         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
18397         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
18398         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
18399         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
18400         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
18401         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
18402         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
18403         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
18404         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
18405         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
18406         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
18407         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
18408         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
18409         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18410         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18411         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
18412         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
18413         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
18414         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18415         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
18416         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
18417         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
18418         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
18419         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
18420         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18421         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18422         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
18423         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18424         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
18425         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
18426         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
18427         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
18428         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
18429         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
18430         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
18431         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
18432         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
18433         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
18434         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
18435         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
18436         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
18437         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
18438         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
18439         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
18440         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
18441         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
18442         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
18443         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
18444         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
18445         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
18446         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
18447         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
18448         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
18449         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
18450         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
18451         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
18452         * sysdeps/nptl/bits/libc-lock.h: Likewise.
18453         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
18454         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
18455         * sysdeps/posix/closedir.c: Likewise.
18456         * sysdeps/posix/opendir.c: Likewise.
18457         * sysdeps/posix/readdir.c: Likewise.
18458         * sysdeps/posix/rewinddir.c: Likewise.
18459         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
18460         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
18461         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
18462         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18463         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18464         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
18465         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
18466         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
18467         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
18468         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
18469         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
18470         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
18471         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
18472         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
18473         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
18474         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
18475         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
18476         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
18477         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
18478         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
18479         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
18480         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
18481         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
18482         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
18483         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
18484         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
18485         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
18486         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
18487         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
18488         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
18489         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
18490         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
18491         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
18492         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
18493         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
18494         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
18495         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18496         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18497         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
18498         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
18499         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
18500         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
18501         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
18502         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
18503         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
18504         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
18505         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
18506         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
18507         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
18508         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
18509         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
18510         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
18511         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
18512         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
18513         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
18514         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
18515         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
18516         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
18517         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
18518         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
18519         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
18520         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
18521         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
18522         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
18523         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
18524         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
18525         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
18526         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
18527         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
18528         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
18529         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
18530         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
18531         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
18532         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
18533         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
18534         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
18535         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
18536         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
18537         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
18538         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
18539         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
18540         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
18541         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
18542         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
18543         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
18544         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
18545         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
18546         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
18547         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
18548         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
18549         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
18550         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
18551         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
18552         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
18553         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
18554         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
18555         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
18556         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
18557         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
18558         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
18559         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
18560         * sysdeps/unix/alpha/sysdep.S: Likewise.
18561         * sysdeps/unix/alpha/sysdep.h: Likewise.
18562         * sysdeps/unix/make-syscalls.sh: Likewise.
18563         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
18564         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
18565         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
18566         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
18567         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
18568         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
18569         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
18570         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
18571         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
18572         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
18573         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
18574         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
18575         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18576         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
18577         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
18578         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
18579         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
18580         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
18581         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
18582         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
18583         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
18584         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
18585         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
18586         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
18587         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
18588         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
18589         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
18590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
18591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
18592         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
18593         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
18594         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
18595         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
18596         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18597         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
18598         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
18599         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
18600         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18601         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
18602         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
18603         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
18604         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
18605         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
18606         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
18607         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
18608         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
18609         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
18610         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
18611         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
18612         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
18613         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
18614         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
18615         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
18616         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
18617         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
18618         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
18619         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
18620         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18621         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
18622         * sysdeps/x86_64/memcpy.S: Likewise.
18623         * sysdeps/x86_64/memmove.c: Likewise.
18624         * sysdeps/x86_64/memset.S: Likewise.
18625         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
18626         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
18627         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
18628         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
18629         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
18630         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
18631         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
18632         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
18633         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
18634         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
18635         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
18636         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
18637         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
18638         * sysdeps/x86_64/multiarch/memset.S: Likewise.
18639         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
18640         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
18641         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
18642         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
18643         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
18644         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
18645         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
18646         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
18647         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18648         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
18649         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
18650         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
18651         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
18652         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
18653         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
18654         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
18655         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
18656         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
18657         * sysdeps/x86_64/strcmp.S: Likewise.
18659         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
18661         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
18662         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
18663         * elf/rtld-Rules: Likewise.
18664         * elf/setup-vdso.h: Likewise.
18665         * include/assert.h: Likewise.
18666         * include/bits/stdlib-float.h: Likewise.
18667         * include/errno.h: Likewise.
18668         * include/sys/stat.h: Likewise.
18669         * include/unistd.h: Likewise.
18670         * sysdeps/aarch64/setjmp.S: Likewise.
18671         * sysdeps/alpha/setjmp.S: Likewise.
18672         * sysdeps/arm/__longjmp.S: Likewise.
18673         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
18674         * sysdeps/arm/setjmp.S: Likewise.
18675         * sysdeps/arm/sysdep.h: Likewise.
18676         * sysdeps/generic/_itoa.h: Likewise.
18677         * sysdeps/generic/dl-sysdep.h: Likewise.
18678         * sysdeps/generic/ldsodefs.h: Likewise.
18679         * sysdeps/i386/dl-tls.h: Likewise.
18680         * sysdeps/i386/setjmp.S: Likewise.
18681         * sysdeps/m68k/setjmp.c: Likewise.
18682         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
18683         * sysdeps/mach/hurd/opendir.c: Likewise.
18684         * sysdeps/posix/getcwd.c: Likewise.
18685         * sysdeps/posix/opendir.c: Likewise.
18686         * sysdeps/posix/profil.c: Likewise.
18687         * sysdeps/powerpc/dl-procinfo.h: Likewise.
18688         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18689         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
18690         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18691         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18692         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
18693         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
18694         * sysdeps/s390/dl-tls.h: Likewise.
18695         * sysdeps/s390/s390-32/setjmp.S: Likewise.
18696         * sysdeps/s390/s390-64/setjmp.S: Likewise.
18697         * sysdeps/sh/sh3/setjmp.S: Likewise.
18698         * sysdeps/sh/sh4/setjmp.S: Likewise.
18699         * sysdeps/unix/alpha/sysdep.h: Likewise.
18700         * sysdeps/unix/arm/sysdep.S: Likewise.
18701         * sysdeps/unix/i386/sysdep.S: Likewise.
18702         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
18703         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
18704         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
18705         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
18706         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18707         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
18708         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
18709         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
18710         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
18711         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
18712         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
18713         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
18714         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
18715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
18716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
18717         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
18718         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18719         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18720         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
18721         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
18722         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
18723         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
18724         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
18725         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
18726         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
18727         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
18728         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18729         * sysdeps/unix/x86_64/sysdep.S: Likewise.
18730         * sysdeps/x86_64/setjmp.S: Likewise.
18732         * include/math.h: Use IS_IN instead of IS_IN_libm.
18733         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
18734         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
18735         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
18736         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
18737         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
18738         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
18739         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
18740         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
18741         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
18742         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
18743         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
18744         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
18745         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
18746         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
18747         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
18748         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
18749         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
18750         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
18751         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
18752         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
18753         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
18754         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
18755         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
18756         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
18757         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
18758         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
18759         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
18760         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
18761         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
18762         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
18763         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
18764         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
18765         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
18766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
18767         Likewise.
18768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
18769         Likewise.
18770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
18771         Likewise.
18772         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
18773         Likewise.
18774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
18775         Likewise.
18776         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
18777         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
18778         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
18779         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
18780         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
18781         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
18782         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
18783         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
18784         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
18785         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
18786         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
18787         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
18788         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
18789         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
18790         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
18791         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
18792         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
18793         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
18794         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
18795         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
18796         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
18797         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
18798         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
18799         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
18800         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
18801         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
18802         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
18804         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
18805         * nptl/pthreadP.h: Likewise.
18806         * nptl_db/structs.def: Likewise.
18807         * sysdeps/arm/sysdep.h: Likewise.
18808         * sysdeps/nptl/bits/libc-lock.h: Likewise.
18809         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
18810         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
18811         * sysdeps/unix/alpha/sysdep.h: Likewise.
18812         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
18813         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
18814         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
18815         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
18816         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
18817         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
18818         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18819         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
18820         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
18821         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
18822         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
18823         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
18824         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
18825         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
18826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
18827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
18828         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
18829         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
18830         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
18831         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
18832         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
18833         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
18834         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
18835         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
18836         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
18837         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
18839         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
18840         * nptl/pthreadP.h: Likewise.
18841         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
18842         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
18843         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
18844         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
18845         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
18846         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
18847         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
18848         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
18849         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
18850         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
18851         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
18852         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
18853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
18854         Likewise.
18855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
18856         Likewise.
18857         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
18858         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
18859         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
18860         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
18861         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
18862         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
18863         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
18864         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
18866         * dlfcn/dladdr.c: Use IS_IN.
18867         * dlfcn/dladdr1.c: Likewise.
18868         * dlfcn/dlclose.c: Likewise.
18869         * dlfcn/dlerror.c: Likewise.
18870         * dlfcn/dlinfo.c: Likewise.
18871         * dlfcn/dlmopen.c: Likewise.
18872         * dlfcn/dlopen.c: Likewise.
18873         * dlfcn/dlsym.c: Likewise.
18874         * dlfcn/dlvsym.c: Likewise.
18876         * include/ifaddrs.h: Use IS_IN.
18877         * inet/check_pf.c: Likewise.
18878         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
18879         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
18881         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
18882         IS_IN_ldconfig.
18883         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
18884         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
18886         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
18887         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
18888         IS_IN (libc).
18890         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
18892         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
18893         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
18894         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
18895         * include/libc-symbols.h (IS_IN_LIB): New macro.
18896         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
18897         * include/netdb.h: Likewise.
18898         * include/stap-probe.h: Remove all uses of IN_LIB.
18900         * Makeconfig (module-cppflags-real): Define MODULE_NAME
18901         instead of IN_MODULE.
18902         * include/libc-symbols.h (IN_MODULE): Define using
18903         MODULE_NAME.
18904         (PASTE_NAME, PASTE_NAME1): New macros.
18905         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
18906         of IN_LIB.
18907         (STAP_PROBE_ASM): Likewise.
18909 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18911         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
18912         __mach_init in dlopened libc.
18914 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
18916         * sysdeps/arm/preconfigure.ac: Delete EABI check.
18917         * sysdeps/arm/preconfigure: Regenerate.
18919 2014-11-21  Roland McGrath  <roland@hack.frob.com>
18921         * nptl/pthread_create.c (__pthread_create_2_1): Set
18922         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
18923         when copying values from IATTR into PD.
18925 2014-11-21  Will Newton  <will.newton@linaro.org>
18926             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
18928         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
18929         Refactor inline-asm.  Also add comment.
18931         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
18932         ElfW macro instead of hardcoded Elf64 types.
18933         (la_aarch64_gnu_pltenter): Likewise.
18934         * sysdeps/aarch64/dl-machine.h
18935         (elf_machine_runtime_setup): Use ElfW(Addr).
18937         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
18938         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
18939         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
18940         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
18941         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
18942         (R_AARCH64_TLS_DTPMOD64): Rename to ..
18943         (R_AARCH64_TLS_DTPMOD): This.
18944         (R_AARCH64_TLS_DTPREL64): Rename to ...
18945         (R_AARCH64_TLS_DTPREL): This.
18946         (R_AARCH64_TLS_TPREL64): Rename to ...
18947         (R_AARCH64_TLS_TPREL): This.
18948         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
18949         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
18950         R_AARCH64_TLS_TPREL64.
18951         (elf_machine_rela): Likewise.
18953 2014-11-21  Torvald Riegel  <triegel@redhat.com>
18955         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
18956         by setting it to 0.  64b atomics are not supported currently.
18958 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
18960         [BZ #16469]
18961         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
18962         search domain names.
18964 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
18966         [BZ #16469]
18967         * NEWS: Update.
18968         * resolv/res_query.c (__libc_res_nquerydomain): Retain
18969         trailing dot.
18970         * posix/tst-getaddrinfo5.c: New.
18971         * posix/Makefile (tests): Add it.
18973 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
18975         [BZ #14498]
18976         * NEWS: Fixed.
18977         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
18978         after parsing line but before break_if_match.
18979         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
18980         if there is a protocol mismatch.
18982 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
18984         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
18985         because the potential race is on the user-supplied stream.
18987 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
18989         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
18990         string literal if not passed a buffer.
18991         * manual/job.texi (ctermid): Update reasoning, note deviation
18992         from posix, suggest mtasurace when not passed a buffer, for
18993         future non-preliminary safety notes.
18995 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
18997         * manual/users.texi (cuserid): Fix MT-Safety note for the case
18998         of not passing it a buffer.
18999         Reported by Peng Haitao.
19001 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
19003         * manual/Makefile ($(objpfx)stamp-summary): Require
19004         check-safety.sh to pass.
19005         * manual/check-safety.sh: Wish for verification that every
19006         @deftypefn and @deftypefun is followed by a @safety remark.
19008 2014-11-20  Roland McGrath  <roland@hack.frob.com>
19010         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
19012         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
19013         PTHREAD_CANCEL_ASYNCHRONOUS.
19014         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
19015         send SIGCANCEL.
19017         * nptl/default-sched.h: New file.
19018         * sysdeps/unix/sysv/linux/default-sched.h: New file.
19019         * nptl/pthread_create.c: Include it.
19020         (__pthread_create_2_1): Use collect_default_sched instead of making
19021         Linux syscalls here directly.
19023 2014-11-20  Torvald Riegel  <triegel@redhat.com>
19025         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
19026         __pthread_once): Use C11 atomics.
19028 2014-11-20  Torvald Riegel  <triegel@redhat.com>
19030         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
19032 2014-11-20  Torvald Riegel  <triegel@redhat.com>
19034         * include/atomic.h (__atomic_link_error, __atomic_check_size,
19035         atomic_thread_fence_acquire, atomic_thread_fence_release,
19036         atomic_thread_fence_seq_cst, atomic_load_relaxed,
19037         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
19038         atomic_compare_exchange_weak_relaxed,
19039         atomic_compare_exchange_weak_acquire,
19040         atomic_compare_exchange_weak_release,
19041         atomic_exchange_acquire, atomic_exchange_release,
19042         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
19043         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
19044         atomic_fetch_and_acquire,
19045         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
19047 2014-11-20  Torvald Riegel  <triegel@redhat.com>
19049         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
19050         USE_ATOMIC_COMPILER_BUILTINS): Define.
19051         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
19052         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19053         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
19054         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19055         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
19056         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19057         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
19058         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19059         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
19060         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19061         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
19062         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19063         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
19064         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19065         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
19066         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19067         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
19068         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19069         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
19070         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19071         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
19072         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19073         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
19074         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19075         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
19076         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19077         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
19078         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19079         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
19080         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19081         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
19082         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19083         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
19084         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19085         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
19086         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19087         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
19088         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19089         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
19090         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
19092 2014-11-19  Roland McGrath  <roland@hack.frob.com>
19094         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
19095         the sched_priority value here.  It was already checked when the user
19096         called pthread_attr_setschedparam.
19098         * nptl/tst-bad-schedattr.c: New file.
19099         * nptl/Makefile (tests): Add it.
19101 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
19102             Florian Weimer  <fweimer@redhat.com>
19103             Joseph Myers  <joseph@codesourcery.com>
19104             Adam Conrad  <adconrad@0c3.net>
19105             Andreas Schwab  <schwab@suse.de>
19106             Brooks  <bmoses@google.com>
19108         [BZ #17625]
19109         * wordexp-test.c (__dso_handle): Add prototype.
19110         (__register_atfork): Likewise.
19111         (__app_register_atfork): New function.
19112         (registered_forks): New global.
19113         (register_fork): New function.
19114         (test_case): Add 3 new tests for WRDE_CMDSUB.
19115         (main): Call __app_register_atfork.
19116         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
19117         fork count is non-zero fail the test.
19118         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
19119         is set.
19120         (parse_dollars): Remove check for WRDE_NOCMD.
19121         (parse_dquote): Likewise.
19123 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
19125         * Makeconfig (built-modules): List non-library modules to be
19126         built.
19127         (module-cppflags): Include libc-modules.h for
19128         everything except shlib-versions.v.i.
19129         (CPPFLAGS): Use it.
19130         (before-compile): Add libc-modules.h.
19131         ($(common-objpfx)libc-modules.h,
19132         $(common-objpfx)libc-modules.stmp): New targets.
19133         (common-generated): Add libc-modules.h and libc-modules.stmp.
19134         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
19135         * include/libc-symbols.h: Don't include libc-modules.h.
19136         * include/libc-modules.h: Remove file.
19137         * scripts/gen-libc-modules.awk: New script to generate
19138         libc-modules.h.
19139         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
19140         Depend on libc-modules.stmp.
19142         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
19144         * Makeconfig (in-module): Get value of libof set for the
19145         translation unit.
19146         (CPPFLAGS): Use $(in-module).
19147         * Makerules: Don't suffix routine names for nonlib.
19148         * include/libc-modules.h: New file.
19149         * include/libc-symbols.h: Include libc-modules.h
19150         (IS_IN): New macro to replace IS_IN_* macros.
19151         * elf/Makefile: Set libof-* for each routine.
19152         * elf/rtld-Rules: Likewise.
19153         * extra-modules.mk: Likewise.
19154         * iconv/Makefile: Likewise.
19155         * iconvdata/Makefile: Likewise.
19156         * locale/Makefile: Likewise.
19157         * malloc/Makefile: Likewise.
19158         * nss/Makefile: Likewise.
19159         * sysdeps/gnu/Makefile: Likewise.
19160         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
19161         * sysdeps/unix/sysv/linux/Makefile: Likewise.
19162         * sysdeps/s390/s390-64/Makefile: Likewise.
19163         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
19164         CPPFLAGS for nscd instead of nonlib.
19166 2014-11-18  Roland McGrath  <roland@hack.frob.com>
19168         * nptl/createthread.c: New file.
19170         * nptl/createthread.c: Moved ...
19171         * sysdeps/unix/sysv/linux/createthread.c: ... here.
19173         * nptl/createthread.c: Add proper top-line comment.
19174         (do_clone): Folded into ...
19175         (create_thread): ... here.  Take new arguments STOPPED_START and
19176         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
19177         increment __nptl_threads, do event-reporting logic, do
19178         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
19179         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
19180         resource cleanup if sched_setaffinity or sched_setscheduler fails,
19181         just send SIGCANCEL.
19182         * nptl/pthread_create.c: Forward-declare create_thread before
19183         including createthread.c.
19184         (start_thread): Use new macro START_THREAD_DEFN to replace defining
19185         declaration, and new macro START_THREAD_SELF to replace argument.
19186         Remove return statement.
19187         (report_thread_creation): New function.
19188         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
19189         synchronization logic, and __nptl_nthreads increment here, around
19190         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
19191         PD->parent_cancelhandling here, before create_thread.  When
19192         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
19193         __deallocate_stack, and ENOMEM translation here.
19195 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
19197         [BZ #17616]
19198         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
19199         (mptwo): Rename to __mptwo.
19200         (__inv): Use __mptwo instead of mptwo.
19201         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
19202         (mptwo): Rename to __mptwo.
19203         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
19204         of mpone and __mptwo instead of mptwo.
19205         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
19206         instead of mpone.
19207         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
19208         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
19209         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
19210         of mpone and __mptwo instead of mptwo.
19211         (__mpranred): Use __mpone instead of mpone.
19212         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
19213         variable.
19214         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
19215         (test-xfail-ISO99/math.h/linknamespace): Likewise.
19216         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
19217         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
19218         (test-xfail-ISO11/math.h/linknamespace): Likewise.
19219         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
19220         (test-xfail-XPG3/math.h/linknamespace): Likewise.
19221         (test-xfail-XPG4/math.h/linknamespace): Likewise.
19222         (test-xfail-POSIX/math.h/linknamespace): Likewise.
19223         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
19224         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
19225         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
19226         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
19227         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
19228         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
19229         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
19230         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
19231         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
19232         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
19234 2014-11-18  Tom de Vries  <tom@codesoucery.com>
19236         * manual/signal.texi (Primitives Interrupted by Signals): In section,
19237         replace BSD Handler xref with BSD Signal Handling.
19239 2014-11-17  Richard Henderson  <rth@redhat.com>
19241         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
19242         (_FP_PACK_RAW_2): Remove.
19243         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
19244         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
19245         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
19246         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
19247         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
19248         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
19249         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
19250         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
19251         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
19252         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
19253         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
19254         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
19255         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
19256         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
19257         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
19258         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
19260 2014-11-14  Roland McGrath  <roland@hack.frob.com>
19262         * signal/signal.h [__USE_MISC]
19263         (struct sigvec): Remove type.
19264         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
19265         (sigvec): Remove declaration.
19266         * sysdeps/posix/sigvec.c: Moved ...
19267         * signal/sigvec.c: ... here, replacing old file.
19268         (struct sigvec): New type, copied from old signal.h definition.
19269         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
19270         (__sigvec): Convert definition to prototype.
19271         (sigvec): Replace weak_alias with compat_symbol.
19272         * signal/Versions (libc: GLIBC_2.21): New version set.
19273         * include/signal.h: Remove __sigvec declaration.
19274         * sysdeps/unix/bsd/sigvec.c: Remove file.
19275         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
19276         * manual/signal.texi (BSD Handler): Remove subsection.
19277         Move siginterrupt up to ...
19278         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
19279         (Blocking in BSD): Fold subsection into its parent.
19280         * NEWS: Mention sigvec removal.
19282 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
19284         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
19285         (DLA_FMS): Make definition conditional only on [__FMA4__].
19286         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
19287         definition.
19289         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
19290         Make definition conditional only on [PROF].
19291         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
19292         definition.
19293         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
19294         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
19296         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
19297         !__GNUC__].
19298         * include/signal.h (__sigpause): Move declaration above call to
19299         libc_hidden_proto.
19300         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
19301         variable.
19302         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
19303         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
19305 2014-11-14  David S. Miller  <davem@davemloft.net>
19307         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
19308         Define before including <string/memcpy.c> and <string/mempcpy.c>.
19310 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
19312         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
19313         * configure: Regenerated.
19314         * manual/install.texi (Tools for Compilation): Document a
19315         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
19316         compiler verified to work.
19317         * INSTALL: Regenerated.
19319         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
19320         redeclare with asm name.
19321         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
19322         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
19323         including <string.h>.
19324         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
19325         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
19326         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
19327         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
19328         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
19329         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
19330         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
19332 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
19334         * stdlib/strtol.c (__strtol): Use prototype definition.
19336         [BZ #17594]
19337         * stdlib/strtol.c (SYM__): New macro.
19338         (SYM__1): Likewise.
19339         (__strtol): Likewise.
19340         (strtol): Rename to __strtol and define as weak alias of
19341         __strtol.  Use libc_hidden_weak.
19343 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
19345         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
19346         Use numbered labels in inline assembly.
19348 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
19350         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
19351         Add setjmp LIBC_PROBE.
19352         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
19353         Likewise.
19354         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
19355         Add longjmp, longjmp_target LIBC_PROBE.
19356         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
19357         Likewise.
19359 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
19361         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19362         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
19363         to get rid of unused variable warning.
19365 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
19367         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
19368         Check for unwind_backtrace ==  NULL only in SHARED case.
19369         (__backchain_backtrace): Compile only in SHARED case.
19370         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
19371         Likewise.
19372         (__backchain_backtrace): Declare as static.
19374 2014-11-12  Roland McGrath  <roland@hack.frob.com>
19376         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
19377         (__libc_multiple_threads_ptr): Variable moved ...
19378         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
19380 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
19382         * conform/GlibcConform.pm: New file.
19383         * conform/conformtest.pl: Use GlibcConform module.
19384         * conform/linknamespace.pl: New file.
19385         * conform/list-header-symbols.pl: Likewise.
19386         * conform/Makefile (linknamespace-symlists-base): New variable.
19387         (linknamespace-symlists-tests): Likewise.
19388         (linknamespace-header-base): Likewise.
19389         (linknamespace-header-tests): Likewise.
19390         (tests-special): Add new tests.
19391         ($(linknamespace-symlists-tests)): New rule.
19392         (linknamespace-libs): New variable.
19393         ($(objpfx)symlist-stdlibs): New rule.
19394         ($(linknamespace-header-tests)): Likewise.
19395         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
19396         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
19397         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
19398         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
19399         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
19400         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
19401         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
19402         (test-xfail-ISO/math.h/linknamespace): Likewise.
19403         (test-xfail-ISO/signal.h/linknamespace): Likewise.
19404         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
19405         (test-xfail-ISO/time.h/linknamespace): Likewise.
19406         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
19407         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
19408         (test-xfail-ISO99/math.h/linknamespace): Likewise.
19409         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
19410         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
19411         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
19412         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
19413         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
19414         (test-xfail-ISO11/math.h/linknamespace): Likewise.
19415         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
19416         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
19417         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
19418         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
19419         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
19420         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
19421         (test-xfail-XPG3/math.h/linknamespace): Likewise.
19422         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
19423         (test-xfail-XPG3/search.h/linknamespace): Likewise.
19424         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
19425         (test-xfail-XPG3/time.h/linknamespace): Likewise.
19426         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
19427         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
19428         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
19429         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
19430         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
19431         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
19432         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
19433         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
19434         (test-xfail-XPG4/math.h/linknamespace): Likewise.
19435         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
19436         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
19437         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
19438         (test-xfail-XPG4/search.h/linknamespace): Likewise.
19439         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
19440         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
19441         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
19442         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
19443         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
19444         (test-xfail-XPG4/time.h/linknamespace): Likewise.
19445         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
19446         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
19447         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
19448         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
19449         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
19450         (test-xfail-POSIX/math.h/linknamespace): Likewise.
19451         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
19452         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
19453         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
19454         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
19455         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
19456         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
19457         (test-xfail-POSIX/time.h/linknamespace): Likewise.
19458         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
19459         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
19460         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
19461         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
19462         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
19463         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
19464         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
19465         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
19466         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
19467         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
19468         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
19469         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
19470         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
19471         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
19472         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
19473         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
19474         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
19475         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
19476         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
19477         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
19478         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
19479         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
19480         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
19481         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
19482         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
19483         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
19484         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
19485         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
19486         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
19487         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
19488         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
19489         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
19490         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
19491         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
19492         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
19493         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
19494         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
19495         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
19496         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
19497         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
19498         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
19499         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
19500         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
19501         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
19502         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
19503         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
19504         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
19505         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
19506         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
19507         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
19508         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
19509         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
19510         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
19511         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
19512         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
19513         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
19514         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
19515         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
19516         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
19517         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
19518         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
19519         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
19520         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
19521         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
19522         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
19523         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
19524         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
19525         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
19526         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
19527         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
19528         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
19529         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
19530         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
19531         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
19532         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
19533         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
19534         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
19535         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
19536         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
19537         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
19538         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
19539         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
19540         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
19541         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
19542         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
19543         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
19544         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
19545         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
19546         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
19547         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
19548         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
19549         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
19550         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
19551         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
19552         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
19553         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
19554         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
19555         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
19557         [BZ #17589]
19558         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
19559         of fgets_unlocked.
19561         [BZ #17585]
19562         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
19563         (memmem): Rename to __memmem and define as weak alias of
19564         __memmem.  Use libc_hidden_weak.
19565         (__memmem): Use libc_hidden_def.
19566         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
19567         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
19568         memmem.
19570         [BZ #17582]
19571         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
19572         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
19573         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
19574         and define as weak alias of __fgets_unlocked.  Use
19575         libc_hidden_weak.
19576         (__fgets_unlocked): Use libc_hidden_def.
19577         * include/stdio.h (__fgets_unlocked): Declare.  Use
19578         libc_hidden_proto.
19579         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
19580         __fgets_unlocked instead of fgets_unlocked.
19581         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
19582         (GET_NPROCS_CONF_PARSER): Likewise.
19583         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
19584         (GET_NPROCS_CONF_PARSER): Likewise.
19586         [BZ #17574]
19587         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
19588         weak alias of __wmemset.  Use libc_hidden_weak.
19589         (__wmemset): Use libc_hidden_def.
19590         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
19591         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
19592         of wmemset.
19594         [BZ #17573]
19595         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
19596         with asm name __mempcpy.
19597         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
19599         [BZ #17572]
19600         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
19601         and define as weak alias of __rawmemchr.
19602         (__rawmemchr): Do not define as strong alias of rawmemchr.
19604         [BZ #17571]
19605         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
19606         alias of __qsort_r.
19607         (qsort): Call __qsort_r instead of qsort_r.
19608         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
19609         (__qsort_r): Declare.  Call libc_hidden_proto.
19610         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
19611         instead of qsort_r.
19612         * nscd/gai.c (__qsort_r): Define to qsort_r.
19613         * posix/tst-rfc3484.c (__qsort_r): Likewise.
19614         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
19615         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
19617         [BZ #17570]
19618         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
19619         define as weak alias of __malloc_info.
19621         [BZ #17584]
19622         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
19623         as weak alias of __rewinddir.  Don't use libc_hidden_def.
19624         (__rewinddir): Use libc_hidden_def.
19625         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
19626         as weak alias of __rewinddir.  Don't use libc_hidden_def.
19627         (__rewinddir): Use libc_hidden_def.
19628         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
19629         weak alias of __rewinddir.  Don't use libc_hidden_def.
19630         (__rewinddir): Use libc_hidden_def.
19631         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
19632         (__rewinddir): Use libc_hidden_proto.
19633         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
19634         rewinddir.
19635         (__getcwd): Use __rewinddir instead of rewinddir.
19637         [BZ #17583]
19638         * libio/fileno.c (fileno): Rename to __fileno and define as weak
19639         alias of __fileno.  Use libc_hidden_weak.
19640         (__fileno): Use libc_hidden_def.
19641         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
19642         * libio/ftello.c (ftello): Rename to __ftello and define as weak
19643         alias of __ftello.
19644         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
19645         __ftello.
19646         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
19647         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
19648         libc_hidden_def.
19649         (fread_unlocked): Don't use libc_hidden_ver.
19650         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
19651         and define as weak alias of __fread_unlocked.  Don't use
19652         libc_hidden_def.
19653         (__fread_unlocked): Use libc_hidden_def.
19654         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
19655         (ftello): Don't use libc_hidden_proto.
19656         (__ftello): Declare.  Use libc_hidden_proto.
19657         (fread_unlocked): Don't use libc_hidden_proto.
19658         (__fread_unlocked): Declare.  Use libc_hidden_proto.
19659         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
19660         and __ftello instead of fileno, fread_unlocked and ftello.
19662 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19664         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
19665         GOT12.
19666         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
19667         Likewise.
19668         (_dl_start_user): Likewise.
19669         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
19671 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
19672             Siddhesh Poyarekar  <siddhesh@redhat.com>
19674         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
19675         Move argv and envp down instead of moving argc up.
19676         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
19678 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
19680         [BZ #17506]
19681         * test-skeleton.c (main): Return successful if one of
19682         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
19683         * string/tst-strcoll-overflow.c: Define expected status.
19685 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
19687         [BZ #17475]
19688         * locale/iso-639.def: Define Bhili and Tulu language codes.
19690 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
19692         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
19694 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
19696         [BZ #17555]
19697         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
19699 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
19701         * configure.ac: Updated check of minimal required version to
19702         2.22.
19703         * manual/install.texi (Tools for Compilation): Updated version
19704         number.
19705         * configure: Regenerated.
19706         * INSTALL: Likewise.
19708 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
19710         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
19711         __tls_get_addr.
19713 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
19715         * include/sys/wait.h (__libc_waitpid): Remove declaration.
19716         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
19717         (__waitpid): Don't define as alias.  Use libc_hidden_def not
19718         libc_hidden_weak.
19719         (waitpid): Define as alias of __waitpid.
19720         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
19721         __waitpid.
19722         (__waitpid): Don't define as alias.  Use libc_hidden_def not
19723         libc_hidden_weak.
19724         (waitpid): Define as alias of __waitpid.
19725         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
19726         __libc_waitpid alias.
19727         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
19728         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
19729         Likewise.
19730         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
19731         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
19732         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
19733         alias.
19734         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
19735         __waitpid.
19736         (__waitpid): Don't define as alias.  Use libc_hidden_def not
19737         libc_hidden_weak.
19738         (waitpid): Define as alias of __waitpid.
19740 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
19742         * manual/llio.texi: Add comment that write safety has been
19743         fixed in Linux.
19745         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
19746         (localplt-build-dso): Add elf/ld.so.
19747         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
19748         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
19749         and free for ld.so.
19750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
19751         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
19752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
19753         Likewise.
19754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
19755         Likewise.
19756         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
19757         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
19758         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
19759         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
19760         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
19761         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
19762         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
19763         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
19764         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
19765         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
19766         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
19768 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
19770         [BZ #14132]
19771         * include/libc-symbols.h (INTUSE): Remove macro.
19772         (INTDEF): Likewise.
19773         (INTVARDEF): Likewise.
19774         (_INTVARDEF): Likewise.
19775         (INTDEF2): Likewise.
19776         (INTVARDEF2): Likewise.
19777         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
19778         rtld_hidden_def instead of INTVARDEF.
19779         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
19780         (_dl_starting_up_internal): Remove declaration.
19781         (_dl_starting_up): Use rtld_hidden_proto.
19782         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
19783         declaration.
19784         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
19785         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
19786         _dl_starting_up.
19787         * elf/dl-writev.h (_dl_writev): Likewise.
19788         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
19789         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
19790         _dl_starting_up_internal.
19792 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19794         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
19795         test-skeleton.c.
19797 2014-11-05  Will Newton  <will.newton@linaro.org>
19799         * benchtests/Makefile: (bench-malloc): Add malloc thread
19800         scalability benchmark.
19801         * benchtests/bench-malloc-threads.c: New file.
19803 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
19805         * sysdeps/aarch64/strchrnul.S: New file.
19807 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19809         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
19810         definition.
19811         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
19812         Likwise.
19813         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
19814         Likewise.
19815         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
19816         Likewise.
19817         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
19818         Likewise.
19819         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
19820         Likewise.
19822 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
19824         * catgets/test-gencat.c: Use test-skeleton.c.
19825         * catgets/tst-catgets.c: Likewise.
19826         * csu/tst-empty.c: Likewise.
19827         * elf/tst-audit2.c: Likewise.
19828         * elf/tst-global1.c: Likewise.
19829         * elf/tst-pathopt.c: Likewise.
19830         * elf/tst-piemod1.c: Likewise.
19831         * elf/tst-tls10.c: Likewise.
19832         * elf/tst-tls11.c: Likewise.
19833         * elf/tst-tls12.c: Likewise.
19834         * gnulib/tst-gcc.c: Likewise.
19835         * iconvdata/tst-e2big.c: Likewise.
19836         * iconvdata/tst-loading.c: Likewise.
19837         * iconv/tst-iconv1.c: Likewise.
19838         * iconv/tst-iconv2.c: Likewise.
19839         * inet/test-inet6_opt.c: Likewise.
19840         * inet/tst-gethnm.c: Likewise.
19841         * inet/tst-network.c: Likewise.
19842         * inet/tst-ntoa.c: Likewise.
19843         * intl/tst-codeset.c: Likewise.
19844         * intl/tst-gettext2.c: Likewise.
19845         * intl/tst-gettext3.c: Likewise.
19846         * intl/tst-ngettext.c: Likewise.
19847         * intl/tst-translit.c: Likewise.
19848         * io/test-stat.c: Likewise.
19849         * libio/test-fmemopen.c: Likewise.
19850         * libio/tst-freopen.c: Likewise.
19851         * libio/tst-sscanf.c: Likewise.
19852         * libio/tst-ungetwc1.c: Likewise.
19853         * libio/tst-ungetwc2.c: Likewise.
19854         * libio/tst-widetext.c: Likewise.
19855         * localedata/tst-ctype.c: Likewise.
19856         * localedata/tst-digits.c: Likewise.
19857         * localedata/tst-leaks.c: Likewise.
19858         * localedata/tst-mbswcs1.c: Likewise.
19859         * localedata/tst-mbswcs2.c: Likewise.
19860         * localedata/tst-mbswcs3.c: Likewise.
19861         * localedata/tst-mbswcs4.c: Likewise.
19862         * localedata/tst-mbswcs5.c: Likewise.
19863         * localedata/tst-setlocale.c: Likewise.
19864         * localedata/tst-trans.c: Likewise.
19865         * localedata/tst-wctype.c: Likewise.
19866         * localedata/tst-xlocale1.c: Likewise.
19867         * login/tst-grantpt.c: Likewise.
19868         * malloc/tst-calloc.c: Likewise.
19869         * malloc/tst-malloc.c: Likewise.
19870         * malloc/tst-mallocstate.c: Likewise.
19871         * malloc/tst-mcheck.c: Likewise.
19872         * malloc/tst-mtrace.c: Likewise.
19873         * malloc/tst-obstack.c: Likewise.
19874         * math/atest-exp2.c: Likewise.
19875         * math/atest-exp.c: Likewise.
19876         * math/atest-sincos.c: Likewise.
19877         * math/test-matherr.c: Likewise.
19878         * math/test-misc.c: Likewise.
19879         * math/test-powl.c: Likewise.
19880         * math/tst-definitions.c: Likewise.
19881         * misc/tst-dirname.c: Likewise.
19882         * misc/tst-efgcvt.c: Likewise.
19883         * misc/tst-fdset.c: Likewise.
19884         * misc/tst-hsearch.c: Likewise.
19885         * misc/tst-mntent2.c: Likewise.
19886         * nptl/tst-sem7.c: Likewise.
19887         * nptl/tst-sem8.c: Likewise.
19888         * nptl/tst-sem9.c: Likewise.
19889         * nss/test-netdb.c: Likewise.
19890         * posix/tst-fnmatch.c: Likewise.
19891         * posix/tst-getlogin.c: Likewise.
19892         * posix/tst-gnuglob.c: Likewise.
19893         * posix/tst-mmap.c: Likewise.
19894         * pwd/tst-getpw.c: Likewise.
19895         * resolv/tst-inet_ntop.c: Likewise.
19896         * rt/tst-timer.c: Likewise.
19897         * stdio-common/test-fseek.c: Likewise.
19898         * stdio-common/test-popen.c: Likewise.
19899         * stdio-common/test-vfprintf.c: Likewise.
19900         * stdio-common/tst-cookie.c: Likewise.
19901         * stdio-common/tst-fileno.c: Likewise.
19902         * stdio-common/tst-gets.c: Likewise.
19903         * stdio-common/tst-obprintf.c: Likewise.
19904         * stdio-common/tst-perror.c: Likewise.
19905         * stdio-common/tst-sprintf2.c: Likewise.
19906         * stdio-common/tst-sprintf3.c: Likewise.
19907         * stdio-common/tst-sprintf.c: Likewise.
19908         * stdio-common/tst-swprintf.c: Likewise.
19909         * stdio-common/tst-tmpnam.c: Likewise.
19910         * stdio-common/tst-unbputc.c: Likewise.
19911         * stdio-common/tst-wc-printf.c: Likewise.
19912         * stdlib/tst-environ.c: Likewise.
19913         * stdlib/tst-fmtmsg.c: Likewise.
19914         * stdlib/tst-limits.c: Likewise.
19915         * stdlib/tst-rand48-2.c: Likewise.
19916         * stdlib/tst-rand48.c: Likewise.
19917         * stdlib/tst-random2.c: Likewise.
19918         * stdlib/tst-random.c: Likewise.
19919         * stdlib/tst-strtol.c: Likewise.
19920         * stdlib/tst-strtoll.c: Likewise.
19921         * stdlib/tst-tls-atexit.c: Likewise.
19922         * stdlib/tst-xpg-basename.c: Likewise.
19923         * string/test-ffs.c: Likewise.
19924         * string/tst-bswap.c: Likewise.
19925         * string/tst-inlcall.c: Likewise.
19926         * string/tst-strtok.c: Likewise.
19927         * string/tst-strxfrm.c: Likewise.
19928         * sysdeps/x86_64/tst-audit10.c: Likewise.
19929         * sysdeps/x86_64/tst-audit3.c: Likewise.
19930         * sysdeps/x86_64/tst-audit4.c: Likewise.
19931         * sysdeps/x86_64/tst-audit5.c: Likewise.
19932         * time/tst-ftime_l.c: Likewise.
19933         * time/tst-getdate.c: Likewise.
19934         * time/tst-mktime3.c: Likewise.
19935         * time/tst-mktime.c: Likewise.
19936         * time/tst-posixtz.c: Likewise.
19937         * time/tst-strptime2.c: Likewise.
19938         * time/tst-strptime3.c: Likewise.
19939         * wcsmbs/tst-btowc.c: Likewise.
19940         * wcsmbs/tst-mbrtowc.c: Likewise.
19941         * wcsmbs/tst-mbsrtowcs.c: Likewise.
19942         * wcsmbs/tst-wchar-h.c: Likewise.
19943         * wcsmbs/tst-wcpncpy.c: Likewise.
19944         * wcsmbs/tst-wcrtomb.c: Likewise.
19945         * wcsmbs/tst-wcsnlen.c: Likewise.
19946         * wcsmbs/tst-wcstof.c: Likewise.
19948 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
19950         [BZ #14132]
19951         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
19952         INTDEF.
19953         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
19954         declaration.
19955         (_dl_mcount): Use rtld_hidden_proto.
19956         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
19957         _dl_mcount.
19958         * elf/rtld.c (_rtld_global_ro): Likewise.
19960         [BZ #14132]
19961         * elf/dl-init.c (_dl_init): Don't use INTDEF.
19962         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
19963         of _dl_init_internal.
19964         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
19965         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
19966         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
19967         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
19968         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
19969         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
19970         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
19971         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
19972         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
19973         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
19974         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
19975         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
19976         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
19977         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
19978         * sysdeps/tile/dl-start.S (_start): Likewise.
19979         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
19980         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
19982         [BZ #14132]
19983         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
19984         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
19985         (rtld_progname): Make macro definition unconditional.
19986         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
19987         INTDEF.
19988         (dlmopen_doit): Do not use INTUSE with _dl_argv.
19989         (dl_main): Likewise.
19990         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
19991         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
19992         instead of _dl_argv_internal.
19993         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
19994         __GI__dl_argv instead of INTUSE(_dl_argv).
19995         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
19996         __GI__dl_argv instead of _dl_argv_internal.
19998         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
19999         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
20000         macro.
20001         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
20002         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
20003         New macro.
20004         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
20005         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
20006         macro.
20007         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
20008         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
20010 2014-11-04  Andreas Schwab  <schwab@suse.de>
20012         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
20014 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20016         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
20017         mtvsrd instruction in binary form.
20019 2014-11-03  Andreas Schwab  <schwab@suse.de>
20021         [BZ #17522]
20022         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
20023         for less than MB_LEN_MAX use a local buffer of that size.
20024         * libio/tst-fputws.c: New file.
20025         * libio/Makefile (tests): Add tst-fputws.
20027 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
20029         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
20030         the size of the fpu_fr.fpu_dregs[] array.
20032 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
20034         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
20035         (__nanosleep): Do not define as alias.
20036         (nanosleep): Define as alias of __nanosleep.
20037         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
20038         __libc_nanosleep name.
20040 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
20042         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
20043         install.texi in comment.
20045 2014-10-31  Torvald Riegel  <triegel@redhat.com>
20047         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
20048         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
20049         ... add here and use lwsync or sync ...
20050         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
20051         ... and add here using lwsync.
20053 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
20055         * elf/dl-machine-reject-phdr.h: New file.
20056         * elf/dl-load.c: #include that.
20057         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
20058         if that returned true.
20060 2014-10-31  Roland McGrath  <roland@hack.frob.com>
20062         [BZ #17496]
20063         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
20064         gen-as-const-headers chunk.  Add a big scare comment after the last
20065         safe place to touch before-compile.
20067 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
20069         * manual/install.texi (Tools for Compilation): Update autoconf
20070         version requirements.
20071         * INSTALL: Regenerated.
20073         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
20074         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
20075         (__libc_pselect): Likewise.
20077         [BZ #14138]
20078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
20079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
20080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
20081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
20083 2014-10-31  Torvald Riegel  <triegel@redhat.com>
20085         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
20086         correct barrier instruction.
20087         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
20088         Likewise.
20089         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
20090         Likewise.
20092 2014-10-30  Roland McGrath  <roland@hack.frob.com>
20094         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
20095         after defining inlines.  Instead, just use parens to defeat macro
20096         expansion of __isctype in its declaration.
20098 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
20100         * include/sys/uio.h (__libc_readv): Remove declaration.
20101         (__libc_writev): Likewise.
20102         * misc/readv.c (__libc_readv): Rename to __readv.
20103         (__readv): Do not define as alias.
20104         (readv): Define as alias of __readv.
20105         * misc/writev.c (__libc_writev): Rename to __writev.
20106         (__writev): Do not define as alias.
20107         (writev): Define as alias of __writev.
20108         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
20109         (__readv): Do not define as alias.
20110         (readv): Define unconditionally as alias of __readv.
20111         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
20112         (__writev): Do not define as alias.
20113         (writev): Define unconditionally as alias of __writev.
20114         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
20115         name.
20116         (writev): Do not define __libc_writev name.
20118 2014-10-30  Roland McGrath  <roland@hack.frob.com>
20120         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
20121         (convert_charseq): New function, broken out of ...
20122         (use_from_charmap): ... here.  Call it.
20123         (use_to_charmap): Use convert_charseq and free instead of duplicating
20124         its code with a variable-length stack struct.
20126 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
20128         * include/fcntl.h (__libc_creat): Remove declaration.
20129         * io/creat.c (__libc_creat): Rename to creat.
20130         (creat): Do not define as alias.
20131         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
20132         of creat instead of __libc_creat.
20133         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
20134         to creat.
20135         (creat): Do not define as alias.
20136         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
20137         __libc_creat.
20138         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
20139         __libc_creat name.
20140         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
20141         Likewise.
20143 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
20145         * manual/llio.texi: Add comments discussing why write() may be
20146         considered MT-unsafe on Linux.
20148 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
20150         * dl-load.c (local_strdup): Remove.
20151         (expand_dynamic_string_token): Use __strdup.
20152         (decompose_rpath): Likewise.
20153         (_dl_map_object): Likewise.
20155 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
20157         [BZ #14132]
20158         * sysdeps/generic/unwind-dw2-fde.c
20159         (__register_frame_info_bases_internal): Do not declare.
20160         (__register_frame_info_table_bases_internal): Likewise.
20161         (__deregister_frame_info_bases_internal): Likewise.
20162         (__register_frame_info_bases): Declare and use hidden_proto before
20163         definition.  Use hidden_def instead of INTDEF.
20164         (__register_frame_info_table_bases): Likewise.
20165         (__deregister_frame_info_bases): Likewise.
20166         (__register_frame_info): Do not use INTUSE.
20167         (__register_frame): Likewise.
20168         (__register_frame_info_table): Likewise.
20169         (__register_frame_table): Likewise.
20170         (__deregister_frame_info): Likewise.
20171         (__deregister_frame): Likewise.
20173 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
20175         * sysdeps/unix/sysv/linux/arm/kernel-features.h
20176         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
20177         not undefine.
20178         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
20179         Likewise.
20180         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
20181         Likewise.
20183 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
20185         [BZ #14138]
20186         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
20187         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
20188         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
20189         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
20190         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
20191         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
20192         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
20193         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
20194         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
20195         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
20196         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
20197         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
20198         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
20199         syscall.
20200         (setfsuid): Likewise.
20201         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
20202         (setfsuid): Likewise.
20203         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
20204         (setfsuid): Likewise.
20205         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
20206         Likewise.
20207         (setfsuid): Likewise.
20208         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
20209         (setfsuid): Likewise.
20210         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
20211         Likewise.
20212         (setfsuid): Likewise.
20214 2014-10-27  Andreas Schwab  <schwab@suse.de>
20216         [BZ #17501]
20217         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
20218         check for Slow_SSE4_2 feature bit.
20219         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
20220         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
20221         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
20222         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
20224 2014-10-24  Roland McGrath  <roland@hack.frob.com>
20226         * configure.ac: Validate compiler version with a empirical test of
20227         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
20228         $CC -v output.
20229         * configure: Regenerated.
20231         * inet/htons.c (htons): Prototypify.
20232         * inet/htonl.c (htonl): Likewise.
20234 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20236         * string/strncat.c (strncat): Improve performance by using strlen.
20238 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20240         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
20242 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20244         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
20245         Call libc_fetestexcept_aarch64.
20247 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20249         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
20250         Call libc_feholdexcept_aarch64.
20252 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20254         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
20255         Call get_rounding_mode.
20257 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20259         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
20260         Simplify logic.
20262 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
20264         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
20265         Simplify logic.
20267 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
20269         [BZ #14138]
20270         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
20271         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
20272         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
20273         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
20274         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
20275         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
20276         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
20277         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
20278         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
20279         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
20280         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
20281         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
20282         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
20283         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
20284         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
20285         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
20286         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
20287         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
20288         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
20289         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
20290         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
20291         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
20292         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
20293         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
20294         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
20295         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
20296         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
20297         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
20298         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
20299         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
20300         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
20301         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
20302         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
20303         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
20304         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
20305         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
20306         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
20307         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
20308         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
20309         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
20310         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
20311         syscall.
20312         (geteuid): Likewise.
20313         (getgid): Likewise.
20314         (getuid): Likewise.
20315         (getresgid): Likewise.
20316         (getresuid): Likewise.
20317         (getgroups): Likewise.
20318         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
20319         (geteuid): Likewise.
20320         (getgid): Likewise.
20321         (getuid): Likewise.
20322         (getresgid): Likewise.
20323         (getresuid): Likewise.
20324         (getgroups): Likewise.
20325         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
20326         (geteuid): Likewise.
20327         (getgid): Likewise.
20328         (getuid): Likewise.
20329         (getresgid): Likewise.
20330         (getresuid): Likewise.
20331         (getgroups): Likewise.
20332         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
20333         Likewise.
20334         (geteuid): Likewise.
20335         (getgid): Likewise.
20336         (getuid): Likewise.
20337         (getresgid): Likewise.
20338         (getresuid): Likewise.
20339         (getgroups): Likewise.
20340         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
20341         (geteuid): Likewise.
20342         (getgid): Likewise.
20343         (getuid): Likewise.
20344         (getresgid): Likewise.
20345         (getresuid): Likewise.
20346         (getgroups): Likewise.
20347         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
20348         Likewise.
20349         (geteuid): Likewise.
20350         (getgid): Likewise.
20351         (getuid): Likewise.
20352         (getgroups): Likewise.
20354         [BZ #14138]
20355         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
20356         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
20357         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
20358         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
20359         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
20360         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
20361         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
20362         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
20363         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
20364         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
20365         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
20366         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
20367         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
20368         __chown.
20369         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
20370         (lchown): Likewise.
20371         (fchown): Likewise.
20372         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
20373         Likewise.
20374         (lchown): Likewise.
20375         (fchown): Likewise.
20376         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
20377         (lchown): Likewise.
20378         (fchown): Likewise.
20379         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
20380         Likewise.
20381         (lchown): Likewise.
20382         (fchown): Likewise.
20384 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
20386         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
20387         Simplify logic.
20389 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
20391         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
20392         Cleanup logic.
20394 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
20396         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
20397         Remove unused include.
20399 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
20401         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
20402         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
20403         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
20404         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
20406 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
20407             Helge Deller <deller@gmx.de>
20409         [BZ #17508]
20410         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
20411         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
20412         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
20414 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
20416         [BZ #14132]
20417         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
20418         Remove macro definition.
20419         (__ashrdi3_v_glibc20): Likewise.
20420         (__lshrdi3_v_glibc20): Likewise.
20421         (__cmpdi2_v_glibc20): Likewise.
20422         (__ucmpdi2_v_glibc20): Likewise.
20423         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
20424         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20425         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20426         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20427         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20428         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
20430 2014-10-22  Roland McGrath  <roland@hack.frob.com>
20432         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
20433         old GNU extension [0] syntax.
20434         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
20435         alloca rather than an array member with variable length.
20436         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
20437         * nscd/nscd.c (invalidate_db): New function, broken out of ...
20438         (parse_opt): ... here.  Likewise use alloca there.
20439         Validate the -i argument before checking for rootness.
20440         (send_shutdown): New function, broken out of ...
20441         (parse_opt): ... here.
20443 2014-10-22  Roland McGrath  <roland@hack.frob.com>
20445         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
20446         macro to get at the _rt_local_ro field.
20447         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
20448         ([PIC] case) or _dl_hwcap ([!PIC] case).
20449         * sysdeps/arm/setjmp.S: Likewise.
20451         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
20452         * sysdeps/arm/configure.ac: New check to define it.
20453         * sysdeps/arm/configure: Regenerated.
20454         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
20455         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
20456         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
20457         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
20458         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
20459         Use move/movt pair instead of a load.
20460         (LDST_GLOBAL): Macro removed.
20461         (LDR_GLOBAL): New macro replaces it.
20462         (LDR_HIDDEN): New macro.
20463         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
20464         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
20466         * setjmp/tst-setjmp-static.c: New file.
20467         * setjmp/Makefile (tests): Add it.
20468         (tests-static): New variable.
20470 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
20472         [BZ #17485]
20473         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
20475 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
20477         [BZ #14132]
20478         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
20480 2014-10-21  Roland McGrath  <roland@hack.frob.com>
20482         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
20484 2014-10-20  Roland McGrath  <roland@hack.frob.com>
20486         * io/fts.c (dirent_not_directory): New function.
20487         (fts_build): Call it.
20489 2014-10-20  Roland McGrath  <roland@hack.frob.com>
20491         * nptl/version.c (__nptl_main): Use normal __write rather than
20492         INTERNAL_SYSCALL.
20493         (banner): Update copyright years.
20495         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
20496         gettimeofday.
20497         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
20498         * nptl/pthread_cond_timedwait.c: Likewise.
20499         * nptl/pthread_mutex_timedlock.c: Likewise.
20500         * nptl/sem_timedwait.c: Likewise.
20502         * sysdeps/nptl/bits/libc-lock.h
20503         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
20504         (__libc_lock_init_recursive): Return void, not 0.
20505         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
20506         (__libc_rwlock_init): Likewise.
20507         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
20509 2014-10-20  Torvald Riegel  <triegel@redhat.com>
20511         [BZ #15215]
20512         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
20513         (__pthread_once_slow): ... here.
20514         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
20515         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
20517 2014-10-20  Torvald Riegel  <triegel@redhat.com>
20519         [BZ #15215]
20520         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
20521         __PTHREAD_ONCE_FORK_GEN_INCR): New.
20522         * sysdeps/nptl/fork.c (__libc_fork): Use them.
20523         * nptl/pthread_once.c (__pthread_once): Likewise.
20524         Update comments.
20526 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
20528         [BZ #14138]
20529         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
20530         name.
20531         (writev): Use __libc_writev as strong name.
20532         * sysdeps/unix/sysv/linux/readv.c: Remove file.
20533         * sysdeps/unix/sysv/linux/writev.c: Likewise.
20535 2014-10-17  Roland McGrath  <roland@hack.frob.com>
20537         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
20539         * sysdeps/i386/nptl/tls.h
20540         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
20541         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
20542         New macros.
20543         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
20544         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
20545         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
20546         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
20547         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
20548         Call CHECK_THREAD_SYSINFO instead of doing an assert.
20550         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
20551         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
20552         on [__NR_futex].
20553         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
20554         broken out of ...
20555         (__pthread_mutex_init): ... here.  Call it.
20556         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
20557         Conditionalize PI cases on [__NR_futex].
20558         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
20559         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
20560         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
20562         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
20563         conditional on [SIGSETXID].
20564         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
20565         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
20566         is defined.  Likewise for SIGSETXID.
20567         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
20568         Conditionalize definitions on [SIGSETXID].
20569         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
20570         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
20571         unblocking on [SIGCANCEL].
20573         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
20574         [__NR_set_robust_list].
20576 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
20578         * string/strcoll_l.c (get_next_seq): Fix up formatting.
20579         (do_compare): Likewise.
20581 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
20583         [BZ #15884]
20584         * string/strcoll_l.c: Don't include stdio.h.
20585         (coll_seq): Remove members idxarr and rulearr.
20586         (get_next_seq_cached): Remove function.
20587         (get_next_seq): Likewise.
20588         (get_next_seq_nocache): Rename to get_next_seq.
20589         (do_compare): Remove function.
20590         (do_compare_nocache): Rename to do_compare.
20591         (STRCOLL): Remove weight and rules cache.
20593 2014-10-16  Roland McGrath  <roland@hack.frob.com>
20595         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
20596         * sysdeps/arm/sfp-machine.h: ... to here.
20597         * sysdeps/arm/Implies: Remove arm/soft-fp.
20599 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
20601         * conform/data/sys/utsname.h-data (*_t): Allow.
20602         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
20603         [POSIX] (WEXITED): Do not expect constant.
20604         [POSIX] (WSTOPPED): Likewise.
20605         [POSIX] (WNOHANG): Likewise.
20606         [POSIX] (WNOWAIT): Likewise.
20607         [POSIX] (siginfo_t): Do not expect type or elements.
20608         [POSIX] (pid_t): Do not expect type.
20609         [POSIX] (signal.h): Do not allow header.
20610         [POSIX] (sys/resource.h): Likewise.
20611         [POSIX] (si_*): Do not allow pattern.
20612         [POSIX] (W*): Likewise.
20613         [POSIX] (P_*): Likewise.
20614         [POSIX] (BUS_*): Likewise.
20615         [POSIX] (CLD_*): Likewise.
20616         [POSIX] (FPE_*): Likewise.
20617         [POSIX] (ILL_*): Likewise.
20618         [POSIX] (POLL_*): Likewise.
20619         [POSIX] (SEGV_*): Likewise.
20620         [POSIX] (SI_*): Likewise.
20621         [POSIX] (TRAP_*): Likewise.
20622         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
20623         variable.
20625 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
20627         [BZ #12926]
20628         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
20629         infinite loop when __recvmsg returns 0.
20631 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
20633         * CANCEL-FCT-WAIVE: Remove file.
20634         * CANCEL-FILE-WAIVE: Likewise.
20636         [BZ #14132]
20637         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
20638         instead of INTVARDEF.
20639         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
20640         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
20641         rtld_hidden_data_def instead of INTVARDEF.
20642         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
20643         * elf/dl-deps.c (expand_dst): Likewise.
20644         * elf/dl-load.c (_dl_dst_count): Likewise.
20645         (_dl_dst_substitute): Likewise.
20646         (decompose_rpath): Likewise.
20647         (_dl_init_paths): Likewise.
20648         (open_path): Likewise.
20649         (_dl_map_object): Likewise.
20650         * elf/rtld.c (dl_main): Likewise.
20651         (process_dl_audit): Likewise.
20652         (process_envvars): Likewise.
20653         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
20654         Remove declaration.
20655         (__libc_enable_secure): Use rtld_hidden_proto.
20657 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
20659         * elf/dl-load.c
20660         (add_path): New function broken out of _dl_rtld_di_serinfo.
20661         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
20663 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
20665         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
20666         parentheses around macro arguments.
20667         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
20668         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
20669         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
20670         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
20671         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
20672         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
20673         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
20674         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
20675         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
20676         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
20677         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
20678         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
20679         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
20680         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
20681         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
20682         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
20683         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
20684         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
20685         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
20686         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
20687         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
20688         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
20689         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
20690         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
20691         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
20692         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
20693         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
20694         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
20695         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
20696         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
20697         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
20698         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
20699         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
20700         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
20701         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
20702         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
20703         Likewise.
20704         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
20705         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
20706         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
20707         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
20708         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
20709         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
20710         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
20711         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
20712         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
20713         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
20714         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
20715         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
20716         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
20717         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
20718         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
20719         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
20720         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
20721         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
20722         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
20723         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
20724         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
20725         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
20726         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
20727         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
20728         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
20729         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
20730         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
20731         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
20732         (_FP_FRAC_SRS_1): Likewise.
20733         (_FP_FRAC_CLZ_1): Likewise.
20734         (_FP_MUL_MEAT_1_imm): Likewise.
20735         (_FP_MUL_MEAT_1_wide): Likewise.
20736         (_FP_MUL_MEAT_1_hard): Likewise.
20737         (_FP_SQRT_MEAT_1): Likewise.
20738         (_FP_FRAC_ASSEMBLE_1): Likewise.
20739         (_FP_FRAC_DISASSEMBLE_1): Likewise.
20740         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
20741         (__FP_CLZ_2): Likewise.
20742         (_FP_MUL_MEAT_2_wide): Likewise.
20743         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
20744         (_FP_MUL_MEAT_2_gmp): Likewise.
20745         (_FP_MUL_MEAT_2_120_240_double): Likewise.
20746         (_FP_SQRT_MEAT_2): Likewise.
20747         (_FP_FRAC_ASSEMBLE_2): Likewise.
20748         (_FP_FRAC_DISASSEMBLE_2): Likewise.
20749         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
20750         (_FP_FRAC_CLZ_4): Likewise.
20751         (_FP_MUL_MEAT_4_wide): Likewise.
20752         (_FP_MUL_MEAT_4_gmp): Likewise.
20753         (_FP_SQRT_MEAT_4): Likewise.
20754         (_FP_FRAC_ASSEMBLE_4): Likewise.
20755         (_FP_FRAC_DISASSEMBLE_4): Likewise.
20756         * soft-fp/op-common.h (_FP_CMP): Likewise.
20757         (_FP_CMP_EQ): Likewise.
20758         (_FP_CMP_UNORD): Likewise.
20759         (_FP_TO_INT): Likewise.
20760         (_FP_FROM_INT): Likewise.
20761         [!__FP_CLZ] (__FP_CLZ): Likewise.
20762         (_FP_DIV_HELP_imm): Likewise.
20763         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
20764         Likewise.
20765         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
20766         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
20767         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
20768         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
20769         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
20770         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
20771         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
20772         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
20773         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
20774         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
20775         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
20776         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
20777         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
20778         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
20779         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
20780         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
20781         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
20782         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
20783         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
20784         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
20785         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
20786         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
20787         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
20788         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
20789         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
20790         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
20791         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
20792         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
20793         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
20794         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
20795         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
20796         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
20797         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
20798         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
20799         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
20800         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
20801         (FP_UNPACK_RAW_SP): Likewise.
20802         (FP_PACK_RAW_S): Likewise.
20803         (FP_PACK_RAW_SP): Likewise.
20804         (FP_UNPACK_S): Likewise.
20805         (FP_UNPACK_SP): Likewise.
20806         (FP_UNPACK_SEMIRAW_S): Likewise.
20807         (FP_UNPACK_SEMIRAW_SP): Likewise.
20808         (FP_PACK_S): Likewise.
20809         (FP_PACK_SP): Likewise.
20810         (FP_PACK_SEMIRAW_S): Likewise.
20811         (FP_PACK_SEMIRAW_SP): Likewise.
20812         (_FP_SQRT_MEAT_S): Likewise.
20813         (FP_CMP_S): Likewise.
20814         (FP_CMP_EQ_S): Likewise.
20815         (FP_CMP_UNORD_S): Likewise.
20816         (FP_TO_INT_S): Likewise.
20817         (FP_FROM_INT_S): Likewise.
20819         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
20821         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
20822         (FP_EX_INVALID_IMZ): Likewise.
20823         (FP_EX_INVALID_IMZ_FMA): Likewise.
20824         (FP_EX_INVALID_ISI): Likewise.
20825         (FP_EX_INVALID_ZDZ): Likewise.
20826         (FP_EX_INVALID_IDI): Likewise.
20827         (FP_EX_INVALID_SQRT): Likewise.
20828         (FP_EX_INVALID_CVI): Likewise.
20829         (FP_EX_INVALID_VC): Likewise.
20830         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
20831         "invalid" exceptions.
20832         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
20833         (_FP_ADD_INTERNAL): Likewise.
20834         (_FP_MUL): Likewise.
20835         (_FP_FMA): Likewise.
20836         (_FP_DIV): Likewise.
20837         (_FP_CMP_CHECK_NAN): Likewise.
20838         (_FP_SQRT): Likewise.
20839         (_FP_TO_INT): Likewise.
20840         (FP_EXTEND): Likewise.
20842 2014-10-09  Allan McRae  <allan@archlinux.org>
20844         * po/fr.po: Update French translation from translation project.
20846 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
20848         [BZ #14132]
20849         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
20850         of INTDEF.
20851         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
20852         (__cxa_atexit): Use libc_hidden_proto.
20853         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
20855         [BZ #14132]
20856         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
20857         declaration.
20858         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
20859         [!_ISOMAC] (__iswspace_l_internal): Likewise.
20860         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
20861         [!_ISOMAC] (__iswctype_internal): Likewise.
20862         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
20863         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
20864         alias.
20865         (fcntl): Remove __fcntl_internal alias.
20866         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
20867         __connect_internal alias.
20868         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
20869         Likewise.
20871         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
20872         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
20873         FP_DENORM_ZERO.
20874         (_FP_CHECK_FLUSH_ZERO): New macro.
20875         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
20876         (_FP_CMP): Likewise.
20877         (_FP_CMP_EQ): Likewise.
20878         (_FP_TO_INT): Do not set inexact for subnormal arguments if
20879         FP_DENORM_ZERO.
20880         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
20881         (FP_TRUNC): Likewise.
20883         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
20884         treated as invalid conversion, not as normal exponent.
20886         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
20887         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
20888         (_FP_CMP_EQ): Likewise.
20889         (_FP_CMP_UNORD): Likewise.
20890         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
20891         (FP_CMP_EQ_D): Likewise.
20892         (FP_CMP_UNORD_D): Likewise.
20893         * soft-fp/extended.h (FP_CMP_E): Likewise.
20894         (FP_CMP_EQ_E): Likewise.
20895         (FP_CMP_UNORD_E): Likewise.
20896         * soft-fp/quad.h (FP_CMP_Q): Likewise.
20897         (FP_CMP_EQ_Q): Likewise.
20898         (FP_CMP_UNORD_Q): Likewise.
20899         * soft-fp/single.h (FP_CMP_S): Likewise.
20900         (FP_CMP_EQ_S): Likewise.
20901         (FP_CMP_UNORD_S): Likewise.
20902         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
20903         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
20904         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
20905         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
20906         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
20907         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
20908         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
20909         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
20910         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
20911         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
20912         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
20913         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
20914         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
20915         to FP_CMP_Q.
20916         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
20917         FP_CMP_Q.
20918         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
20919         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
20920         FP_CMP_EQ_Q.
20921         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
20922         FP_CMP_Q.
20923         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
20924         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
20925         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
20926         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
20927         FP_CMP_EQ_Q.
20928         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
20929         FP_CMP_Q.
20930         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
20931         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
20932         FP_CMP_EQ_Q.
20933         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
20934         FP_CMP_Q.
20935         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
20936         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
20937         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
20938         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
20939         FP_CMP_EQ_Q.
20941         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
20942         a subnormal result, set the underflow exception if trapping on
20943         underflow is enabled.
20944         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
20945         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
20946         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
20947         redefine to 0.
20948         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
20949         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
20950         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
20951         * soft-fp/extendxftf2.c (__extendxftf2): Use
20952         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
20954         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
20955         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
20956         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
20957         FP_HANDLE_EXCEPTIONS.
20958         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
20959         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
20960         FP_HANDLE_EXCEPTIONS.
20961         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
20962         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
20963         FP_HANDLE_EXCEPTIONS.
20964         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
20965         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
20966         FP_HANDLE_EXCEPTIONS.
20968 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
20970         [BZ #14132]
20971         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
20972         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
20973         use INTUSE.
20974         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
20975         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
20976         Remove alias.
20977         (__adjtimex): Define using libc_hidden_ver.
20978         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
20979         Remove declaration.
20980         (ntp_gettime): Call __adjtimex directly.
20981         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
20982         Remove declaration.
20983         (ntp_gettimex): Call __adjtimex directly.
20984         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
20985         __adjtimex_internal alias.
20987 2014-10-08  Roland McGrath  <roland@hack.frob.com>
20989         [BZ #17460]
20990         * nscd/nscd.c (more_help): Rewrite list of tables collection
20991         using xstrdup and asprintf.
20993         * nscd/nscd_conf.c: Remove local xstrdup declaration.
20995 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
20996             Roland McGrath  <roland@hack.frob.com>
20998         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
20999         (do_lookup_unique): ... local function 'enter' here; update callers.
21001 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
21003         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
21004         compat_symbol calls on [SHARED].
21005         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
21006         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
21007         Remove.
21008         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
21009         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
21010         (oldsetrlimit): Remove.
21011         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
21012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
21013         (lchown): New syscall entry.
21014         (oldsetrlimit): Remove.
21015         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
21016         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
21017         (oldsetrlimit): Remove.
21018         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
21020         [BZ #14138]
21021         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
21022         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
21023         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
21024         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
21025         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
21026         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
21027         (fchown): Likewise.
21028         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
21029         (fchown): Likewise.
21030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
21031         Likewise.
21033 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21035         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
21036         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
21037         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
21038         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
21039         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
21040         Likewise.
21041         (__old_sem_post): Likewise.
21043 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
21045         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
21046         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
21047         HAVE_CLOCK_GETTIME_VSYSCALL macros.
21048         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
21049         Use INLINE_VSYSCALL macro.
21050         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
21051         __vdso_clock_gettime.
21052         * sysdeps/unix/sysv/linux/tile/init-first.c
21053         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
21054         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
21055         __vdso_clock_gettime.
21057         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
21058         to set up frame more cleanly.
21060         * sysdeps/tile/memcmp.c: New file.
21062         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
21064         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
21065         * sysdeps/tile/tilegx/strcasestr.c: New file.
21066         * sysdeps/tile/tilegx/strnlen.c: New file.
21067         * sysdeps/tile/tilegx/strstr.c: New file.
21069         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
21071 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
21073         * nptl/tst-setuid3.c: Write errors to stdout.
21075 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
21077         * elf/dl-deps.c
21078         (preload): New functions broken out of _dl_map_object_deps.
21079         (_dl_map_object_deps):  Remove a nested function. Update call sites.
21081 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
21083         [BZ #14138]
21084         * sysdeps/unix/sysv/linux/execve.c: Remove file.
21085         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
21087 2014-10-01  Steve Ellcey  <sellcey@mips.com>
21089         * sysdeps/mips/strcmp.S: New.
21091 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
21093         [BZ #14138]
21094         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
21095         (linkat): Likewise.
21096         (mkdirat): Likewise.
21097         (readlinkat): Likewise.
21098         (renameat): Likewise.
21099         (symlinkat): Likewise.
21100         (unlinkat): Likewise.
21101         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
21102         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
21103         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
21104         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
21105         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
21106         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
21107         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
21109 2014-09-30  Will Newton  <will.newton@linaro.org>
21111         * math/math.h: Define long double math functions if
21112         _LIBC_TEST is defined.
21113         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
21115         * localedata/Makefile: Move assignment to tests-special
21116         into an ifdef testing run-built-tests.
21117         * timezone/Makefile: Likewise.
21119 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
21121         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
21122         with $(BASH) not $(SHELL).
21124 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
21125             Matthew LeGendre  <legendre1@llnl.gov>
21127         [BZ #17411]
21128         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
21129         l_reloc_result.
21131 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
21133         * stdio-common/printf_fp.c
21134         (hack_digit): New function, broken out of ...
21135         (__printf_fp): ... local function here.  Update call sites.
21136         hack_digit now takes an additional parameter that is a pointer
21137         to a struct of the referenced locals.  Those locals moved inside
21138         the struct and references updated.
21140 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
21142         * aclocal.m4: Require autoconf 2.69.
21143         * configure: Regenerated.
21144         * sysdeps/aarch64/configure: Likewise.
21145         * sysdeps/alpha/configure: Likewise.
21146         * sysdeps/arm/armv7/configure: Likewise.
21147         * sysdeps/arm/configure: Likewise.
21148         * sysdeps/ia64/configure: Likewise.
21149         * sysdeps/mach/configure: Likewise.
21150         * sysdeps/mips/configure: Likewise.
21151         * sysdeps/s390/configure: Likewise.
21152         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
21153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
21155         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
21156         file.
21157         * sysdeps/ia64/configure.ac: Likewise.
21159 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
21161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
21162         specify symbol version for ld.so.  Do not include entry for
21163         libpthread.
21164         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
21165         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
21166         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
21168         [BZ #14171]
21169         * Makeconfig [$(build-shared) = yes]
21170         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
21171         makefiles.
21172         [$(build-shared) = yes && $(soversions.mk-done) = t]
21173         ($(common-objpfx)gnu/lib-names.h): Remove rule.
21174         [$(build-shared) = yes && $(soversions.mk-done) = t]
21175         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
21176         to Makerules.
21177         [$(build-shared) = yes && $(soversions.mk-done) = t]
21178         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
21179         here.
21180         [$(build-shared) = yes && $(soversions.mk-done) = t]
21181         (common-generated): Don't append gnu/lib-names.h and
21182         gnu/lib-names.stmp here.
21183         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
21184         (lib-names-h-abi): New variable.
21185         [$(build-shared) = yes && $(soversions.mk-done) = t]
21186         (lib-names-stmp-abi): Likewise.
21187         [$(build-shared) = yes && $(soversions.mk-done) = t &&
21188         abi-variants] (before-compile): Append
21189         $(common-objpfx)$(lib-names-h-abi).
21190         [$(build-shared) = yes && $(soversions.mk-done) = t &&
21191         abi-variants] (common-generated): Append gnu/lib-names.h.
21192         [$(build-shared) = yes && $(soversions.mk-done) = t &&
21193         abi-variants] (install-others-nosubdir): Depend on
21194         $(inst_includedir)/$(lib-names-h-abi).
21195         [$(build-shared) = yes && $(soversions.mk-done) = t &&
21196         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
21197         [$(build-shared) = yes && $(soversions.mk-done) = t]
21198         ($(common-objpfx)$(lib-names-h-abi)): New rule.
21199         [$(build-shared) = yes && $(soversions.mk-done) = t]
21200         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
21201         [$(build-shared) = yes && $(soversions.mk-done) = t]
21202         (common-generated): Append $(lib-names-h-abi) and
21203         $(lib-names-stmp-abi).
21204         * scripts/lib-names.awk: Do not handle multi being set.
21205         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
21206         Remove variable.
21207         (abi-lp64_be-ld-soname): Likewise.
21208         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
21209         Likewise.
21210         (abi-hard-ld-soname): Likewise.
21211         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
21212         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
21213         Remove variable.
21214         (abi-o32_hard-ld-soname): Likewise.
21215         (abi-o32_soft_2008-ld-soname): Likewise.
21216         (abi-o32_hard_2008-ld-soname): Likewise.
21217         (abi-n32_soft-ld-soname): Likewise.
21218         (abi-n32_hard-ld-soname): Likewise.
21219         (abi-n32_soft_2008-ld-soname): Likewise.
21220         (abi-n32_hard_2008-ld-soname): Likewise.
21221         (abi-n64_soft-ld-soname): Likewise.
21222         (abi-n64_hard-ld-soname): Likewise.
21223         (abi-n64_soft_2008-ld-soname): Likewise.
21224         (abi-n64_hard_2008-ld-soname): Likewise.
21225         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
21226         Likewise.
21227         (abi-64-v2-ld-soname): Likewise.
21228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
21229         ld.so entries.
21230         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
21231         variable.
21232         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
21233         entry.
21234         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
21235         variable.
21236         (abi-64-ld-soname): Likewise.
21237         (abi-x32-ld-soname): Likewise.
21238         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
21239         entry.
21240         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
21242 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
21244         [BZ #14138]
21245         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
21246         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
21247         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
21248         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
21249         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
21250         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
21251         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
21252         syscall entry for GLIBC_2.2 symbol version.
21253         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
21254         Likewise.
21255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
21256         (setrlimit): Likewise.
21257         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
21258         Likewise.
21260 2014-09-23  Will Newton  <will.newton@linaro.org>
21262         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
21263         _LINUX_ARM_SYSDEP_H include guard too.
21264         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
21265         define.
21267 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
21269         * sysdeps/unix/sysv/linux/eventfd.c:
21270         Make first argument unsigned.
21271         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
21272         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
21274 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
21276         * socket/recvmmsg.c (recvmmsg): Drop const argument.
21277         * socket/sys/socket.h: Likewise
21278         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
21280 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21282         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
21284 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
21286         * time/tst-ftime.c: New test.
21287         * time/Makefile (tests): Add tst-ftime.
21289 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
21291         * soft-fp/extended.h: Fix comment formatting.
21292         * soft-fp/op-1.h: Likewise.
21293         * soft-fp/op-2.h: Likewise.
21294         * soft-fp/op-4.h: Likewise.
21295         * soft-fp/op-8.h: Likewise.
21296         * soft-fp/op-common.h: Likewise.
21297         * soft-fp/soft-fp.h: Likewise.
21299         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
21301 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
21303         [BZ #6652]
21304         * Makeconfig (soversions-default-setname): Remove variable.
21305         ($(common-objpfx)soversions.i): Don't pass default_setname to
21306         soversions.awk.
21307         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
21308         oldest_abi to abi-versions.awk.
21309         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
21310         * config.make.in (oldest-abi): Remove variable.
21311         * configure.ac (--enable-oldest-abi): Remove configure option.
21312         * configure: Regenerated.
21313         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
21314         text.
21315         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
21316         * scripts/soversions.awk: Do not handle default_setname variable.
21317         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
21318         variable.
21319         * sysdeps/mach/hurd/configure: Regenerated.
21320         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
21321         variable.
21322         * sysdeps/unix/sysv/linux/configure: Regenerated.
21324 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21326         * elf/Makefile (CFLAGS-interp.c): Remove.
21327         ($(elf-objpfx)runtime-linker.h): Generate header with linker
21328         path string.
21329         * elf/interp.c: Include generated runtime-linker.h
21331         * Makerules (lib%.so): Don't include $(+interp) in
21332         prerequisites.
21333         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
21334         * dlfcn/eval.c: Remove file.
21336         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
21337         macros.
21339         [BZ #17266]
21340         * misc/sys/cdefs.h: Define __extern_always_inline for clang
21341         4.2 and newer.
21343         [BZ #17370]
21344         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
21346 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21347             Jakub Jelinek  <jakub@redhat.com>
21349         [BZ #17266]
21350         * libio/stdio.h: Check definition of __fortify_function
21351         instead of __extern_always_inline to include bits/stdio2.h.
21352         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
21353         check if __extern_always_inline is defined.
21354         [__USE_MISC || __USE_XOPEN]: Likewise.
21355         [__USE_ISOC99] Likewise.
21356         * misc/sys/cdefs.h (__fortify_function): Define only if
21357         __extern_always_inline is defined.
21358         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
21359         __extern_always_inline and __extern_inline only for g++-4.3
21360         and newer or a compatible gcc.
21362 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
21364         [BZ #17371]
21365         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
21366         last change to handle zero prefix length.
21368 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21370         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
21371         _SC_REGEX_VERSION.
21373         * posix/getconf.c (vars): Add _POSIX_IPV6 and
21374         _POSIX_RAW_SOCKETS.
21376 2014-09-13  Allan McRae  <allan@archlinux.org>
21378         * po/ru.po: Update Russian translation from translation project.
21380 2014-09-12  Roland McGrath  <roland@hack.frob.com>
21382         * locale/programs/locale.c (show_locale_vars): Inline local function
21383         into its sole call site.  Clean up some style nits.
21384         (print_item): New function, broken out of ...
21385         (show_info): ... local function here.  Clean up style nits.
21387         * locale/programs/ld-ctype.c (set_one_default): New function, broken
21388         out of ...
21389         (set_class_defaults): ... local function set_default here.
21390         Define set_default as a macro locally to pass constant parameters.
21391         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
21392         rather than a shared local.
21394         * stdlib/rpmatch.c (try): New function, broken out of ...
21395         (rpmatch): ... local function here.  Also, prototypify definition.
21397 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
21399         * scripts/soversions.awk: Do not handle configuration names.
21400         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
21401         vendor and os variables to soversions.awk.
21402         * configure.ac: Do not modify gnu-* host_os.
21403         * configure: Regenerated
21404         * shlib-versions: Remove first column with configuration names.
21405         * nptl/shlib-versions: Likewise.
21406         * nptl_db/shlib-versions: Likewise.
21407         * sysdeps/hppa/shlib-versions: Likewise.
21408         * sysdeps/m68k/shlib-versions: Likewise.
21409         * sysdeps/mach/hurd/shlib-versions: Likewise.
21410         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
21411         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
21412         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
21413         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
21414         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
21415         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
21416         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
21417         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
21418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
21419         Likewise.
21420         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
21421         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
21422         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
21423         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
21424         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
21425         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
21426         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
21427         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
21429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
21430         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
21431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
21432         Regenerated.
21433         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
21434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
21435         Condition symbol version definitions on [HAVE_ELFV2_ABI].
21437         * shlib-versions: Remove OS-specific entries.  Moved to files in
21438         sysdeps.
21439         * sysdeps/mach/hurd/shlib-versions: New file.
21440         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
21442         * nptl/shlib-versions: Remove architecture-specific entries.
21443         Moved to files in sysdeps.
21444         * shlib-versions: Likewise.
21445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
21446         file.
21447         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
21448         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
21449         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
21450         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
21452         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
21453         (UDP_NO_CHECK6_RX): Likewise.
21455 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21457         * sysdeps/posix/sysconf.c (__sysconf): Spell
21458         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
21460 2014-08-12  Florian Weimer  <fweimer@redhat.com>
21462         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
21463         loading.
21464         * iconv/Versions (__gconv_transliterate): Export for use from
21465         gconv modules.
21466         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
21467         (struct __gconv_trans_data, __gconv_trans_fct,
21468         __gconv_trans_context_fct, __gconv_trans_query_fct,
21469         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
21470         definitions.
21471         (struct __gconv_step_data): Remove __trans member.
21472         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
21473         longer hidden.  Remove unused trans_data argument.
21474         * iconv/gconv_int.h (struct trans_struct): Remove definition.
21475         (__gconv_translit_find): Remove declaration.
21476         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
21477         prototype.
21478         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
21479         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
21480         trans_data argument.  Add hidden definition.
21481         (__gconv_translit_find): Remove.
21482         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
21483         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
21484         * iconv/skeleton.c: Remove transliteration initialization.
21485         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
21486         __gconv_step_data initialization.
21487         * libio/iofwide.c (__libio_translit_): Remove.
21488         (_IO_fwide): Adjust struct __gconv_step_data initialization.
21489         * wcsmbs/btowc.c (__btowc): Likewise.
21490         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
21491         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
21492         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
21493         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
21494         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
21495         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
21496         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
21497         * wcsmbs/wctob.c (wctob): Likewise.
21499 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21501         [BZ #16194]
21502         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
21503         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
21504         register usage.
21505         * sysdeps/x86/Makefile: Adjust.
21507 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
21508             Roland McGrath  <roland@hack.frob.com>
21510         * locale/weight.h: Add include guard.
21511         (findidx): Make static rather than auto; take new parameters
21512         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
21513         * locale/weightwc.h: Likewise.
21514         * posix/fnmatch_loop.c
21515         (FCT): Change type of EXTRA from int32_t to wint_t.
21516         Don't include either header inside the function.
21517         Call FINDIDX rather than findidx, and pass new arguments.
21518         #undef FINDIDX at the end of the file.
21519         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
21520         FINDIDX before including fnmatch_loop.c for the non-wide version.
21521         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
21522         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
21523         for the wide version.
21524         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
21525         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
21526         Pass new arguments to findidx.
21527         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
21528         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
21529         Don't #include it inside the function.  Pass new arguments to findidx.
21530         * posix/regex_internal.h
21531         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
21532         (re_string_elem_size_at): Don't #include it inside the function.
21533         Pass new arguments to findidx.
21534         * string/strcoll_l.c: #include WEIGHT_H at top level.
21535         (get_next_seq): Don't #include it inside the function.
21536         Pass new arguments to findidx.
21537         (get_next_seq_nocache): Likewise.
21538         * string/strxfrm_l.c: #include WEIGHT_H at top level.
21539         (STRXFRM): Don't #include it inside the function.
21540         Pass new arguments to findidx.
21542 2014-09-11  Florian Weimer  <fweimer@redhat.com>
21544         [BZ #17344]
21545         * malloc/malloc.c (unlink): Turn asserts into a call to
21546         malloc_printerr.
21548 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
21550         [BZ #17370]
21551         * libio/wfileops (do_ftell_wide): Free OUT.
21553 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
21555         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
21557 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21559         [BZ #17363]
21560         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
21561         group if the current group is empty.
21563 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21565         * benchtests/bench-memset.c (test_main): Add more test from size
21566         from 32 to 512 bytes.
21567         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
21568         Add POWER8 memset object.
21569         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21570         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
21571         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
21572         implementation.
21573         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
21574         Likewise.
21575         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
21576         multiarch POWER8 memset optimization.
21577         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
21578         POWER8 memset optimization.
21580         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
21581         Remove bzero multiarch objects.
21582         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
21583         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
21584         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
21585         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
21586         Remove define.
21587         [__bzero]: Redefine to specific name.
21588         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
21589         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
21590         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
21591         define.
21592         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21593         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
21595 2014-09-10  Florian Weimer  <fweimer@redhat.com>
21597         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
21598         warnings into errors.
21600         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
21601         __cxa_thread_atexit_impl prototype.
21603 2014-09-09  Steve Ellcey  <sellcey@mips.com>
21605         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
21606         Fix capitalization of error message.
21608 2014-09-09  Steve Ellcey  <sellcey@mips.com>
21610         * sysdeps/mips/preconfigure: Modify ABI tests.
21612 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
21614         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
21616 2014-09-07  Roland McGrath  <roland@hack.frob.com>
21617             Carlos O'Donell  <carlos@systemhalted.org>
21619         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
21620         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
21621         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
21622         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
21623         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
21624         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
21625         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
21626         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
21627         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
21628         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
21629         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
21630         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
21631         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
21632         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
21633         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
21634         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
21635         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
21636         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
21637         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
21638         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
21639         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
21640         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
21641         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
21642         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
21643         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
21644         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
21645         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
21646         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
21647         Deconditionalize the code that was previously under [RESET_PID].
21648         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
21649         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
21650         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
21651         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
21652         include sysdep.h.
21654 2014-09-08  Allan McRae  <allan@archlinux.org>
21656         * version.h (RELEASE): Set to "development".
21657         (VERSION): Set to "2.20.90"
21659 2014-09-07  Allan McRae  <allan@archlinux.org
21661         * version.h (RELEASE): Set to "stable".
21662         (VERSION): Set to "2.20"
21663         * include/features.h (__GLIBC_MINOR__): Set to 20.
21665         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
21666         Liebler.
21668         * po/ko.po: Update Korean translation from translation project.
21670 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
21672         [BZ #17354]
21673         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
21674         macro for handling signed relocations.
21676 2014-09-03  Florian Weimer  <fweimer@redhat.com>
21678         [BZ #17325]
21679         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
21680         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
21681         assert.
21682         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
21683         * iconvdata/ibm935.c (BODY): Likewise.
21684         * iconvdata/ibm937.c (BODY): Likewise.
21685         * iconvdata/ibm939.c (BODY): Likewise.
21686         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
21687         assert.
21688         * iconvdata/Makefile (iconv-test.out): Pass module list to test
21689         script.
21690         * iconvdata/run-iconv-test.sh: New test loop for checking for
21691         decoder crashers.
21693 2014-09-02  Khem Raj  <raj.khem@gmail.com>
21695         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
21696         libm_hidden_ver.
21698 2014-09-01  Allan McRae  <allan@archlinux.org>
21700         * po/eo.po: Update Esperanto translation from translation project.
21702         * po/ca.po: Update Catalan translation from translation project.
21704 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21706         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
21707         __proc_dostop call.
21709 2014-08-27  Mark Wielaard  <mjw@redhat.com>
21711         [BZ #17319]
21712         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
21713         to call set_thread_area instead of hand written asm.
21714         (__NR_set_thread_area): Removed define.
21715         (TLS_FLAG_WRITABLE): Likewise.
21716         (__ASSUME_SET_THREAD_AREA): Remove check.
21717         (TLS_EBX_ARG): Remove define.
21718         (TLS_LOAD_EBX): Likewise.
21720 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21722         Simplify atomicity of socket creation in bind.
21724         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
21725         looking up the name after linking the file.
21727 2014-08-27  Allan McRae  <allan@archlinux.org>
21729         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
21731 2014-08-26  Florian Weimer  <fweimer@redhat.com>
21733         [BZ #17187]
21734         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
21735         trans_compare, open_translit, __gconv_translit_find):
21736         Remove module loading code.
21738 2014-08-26  Allan McRae  <allan@archlinux.org>
21740         * po/vi.po: Update Vietnamese translation from translation project.
21742         * po/uk.po: Update Ukrainian translation from translation project.
21744         * po/fr.po: Update French translation from translation project.
21746         * po/ru.po: Update Russian translation from translation project.
21748         * po/pl.po: Update Polish translation from translation project.
21750         * po/cs.po: Update Czech translation from translation project.
21752         * po/de.po: Update German translation from translation project.
21754         * po/bg.po: Update Bulgarian translation from translation project.
21756         * po/sv.po: Update Sweedish translation from translation project.
21758         * po/nl.po: Update Dutch translation from translation project.
21760         * po/es.po: Update Spanish translation from translation project.
21762 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21764         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
21766         * catgets/Makefile (CPPFLAGS-gencat): Remove.
21767         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
21768         (CPPFLAGS-iconvconfig): Likewise.
21769         * timezone/Makefile (CPPFLAGS-zic): Likewise.
21771         * include/libc-symbols.h: Remove unnecessary check for
21772         NOT_IN_libc.
21773         * nptl/pthreadP.h: Likewise.
21774         * sysdeps/aarch64/setjmp.S: Likewise.
21775         * sysdeps/alpha/setjmp.S: Likewise.
21776         * sysdeps/arm/sysdep.h: Likewise.
21777         * sysdeps/i386/setjmp.S: Likewise.
21778         * sysdeps/m68k/setjmp.c: Likewise.
21779         * sysdeps/posix/getcwd.c: Likewise.
21780         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21781         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
21782         * sysdeps/s390/s390-32/setjmp.S: Likewise.
21783         * sysdeps/s390/s390-64/setjmp.S: Likewise.
21784         * sysdeps/sh/sh3/setjmp.S: Likewise.
21785         * sysdeps/sh/sh4/setjmp.S: Likewise.
21786         * sysdeps/unix/alpha/sysdep.h: Likewise.
21787         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
21788         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
21789         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
21790         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
21791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
21792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
21793         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
21794         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
21795         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
21796         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
21797         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
21798         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
21799         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
21800         * sysdeps/x86_64/setjmp.S: Likewise.
21802 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
21804         [BZ #17263]
21805         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
21806         <stdint.h>.
21807         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
21808         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
21810 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
21812         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
21814         [BZ #17262]
21815         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
21816         and __x86_64__ when disabling x87 inline functions.
21818 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
21820         [BZ #17259]
21821         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
21822         asm statement with __cpuid_count.
21824 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
21826         * configure.ac: Change __ehdr_start code to dereference the struct.
21827         Run readelf on the output to look for relocations.
21828         * configure: Regenerated.
21830 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
21832         [BZ #17261]
21833         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
21834         value to 0.
21835         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
21837 2014-08-12  Roland McGrath  <roland@hack.frob.com>
21839         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
21841 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
21843         [BZ #16892]
21844         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
21845         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
21847 2014-08-12  Sean Anderson  <seanga2@gmail.com>
21849         * malloc/malloc.c: Fix typo in comment.
21851 2014-08-09  Allan McRae  <allan@archlinux.org>
21853         * Regenerate libc.po.
21855 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
21857         * intl/tst-gettext2.sh: Check every lang file for creation.
21859 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
21861         * sysdeps/aarch64/fpu/math_private.h
21862         (libc_feholdsetround_noex_aarch64_ctx): New function.
21864 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
21866         * sysdeps/arm/armv6/strcpy.S (strcpy):
21867         Fix performance issue in misaligned cases.
21869 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21871         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
21872         Move definition from termios.h.
21873         (struct termio): Likewise.
21874         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
21875         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
21876         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
21877         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
21878         Likewise.
21879         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
21880         Move definition to ioctl-types.h
21881         (struct termio): Likewise.
21882         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
21883         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
21884         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
21885         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
21886         Likewise.
21888 2014-08-05  Richard Henderson  <rth@redhat.com>
21890         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
21891         exceptions.
21892         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
21893         Add fraiseexcpt.
21894         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
21895         Use __feraiseexcept.
21896         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
21897         Protect libm symbols with IS_IN_libm.
21899         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
21901 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
21903         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
21905 2014-08-04  Will Newton  <will.newton@linaro.org>
21907         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
21908         file.
21910 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
21912         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
21913         variants for each function.
21915 2014-08-04  Roland McGrath  <roland@hack.frob.com>
21917         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
21918         appended ...
21919         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
21920         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
21921         appended ...
21922         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
21923         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
21924         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
21925         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
21926         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
21927         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
21928         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
21929         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
21930         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
21931         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
21932         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
21933         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
21934         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
21935         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
21936         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
21937         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
21938         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
21939         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
21940         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
21941         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
21942         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
21943         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
21944         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
21945         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
21946         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
21947         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
21948         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
21949         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
21950         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
21951         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
21952         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
21953         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
21954         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
21955         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
21956         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
21957         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
21958         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
21959         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
21960         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
21961         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
21962         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
21963         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
21964         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
21965         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
21966         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
21967         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
21968         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
21969         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
21970         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
21971         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
21972         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
21973         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
21974         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
21975         Update #include.
21976         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
21977         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
21979 2014-08-04  Roland McGrath  <roland@hack.frob.com>
21981         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
21982         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
21983         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
21984         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
21985         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
21986         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
21988 2014-08-04  Roland McGrath  <roland@hack.frob.com>
21990         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
21991         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
21992         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
21993         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
21995 2014-08-04  Roland McGrath  <roland@hack.frob.com>
21997         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
21998         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
21999         (__libc_vfork): Define function under this name.
22000         (__vfork): Define as an alias.
22001         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
22002         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
22004 2014-08-04  Roland McGrath  <roland@hack.frob.com>
22006         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
22007         that was previously under [RESET_PID].
22008         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
22010 2014-08-04  Andreas Schwab  <schwab@suse.de>
22012         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
22014 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
22016         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
22017         (main): Likewise.
22019 2014-08-01  Roland McGrath  <roland@hack.frob.com>
22021         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
22023 2014-08-01  Richard Henderon  <rth@redhat.com>
22025         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
22026         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
22027         typo in exact zero test.
22028         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
22029         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
22030         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
22032 2014-08-01  Roland McGrath  <roland@hack.frob.com>
22034         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
22035         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
22036         * sysdeps/arm/sysdep.h: ... here.
22037         [!__ASSEMBLER__]: Include <stdint.h>.
22039 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
22041         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
22042         (HAVE_WCTYPE_H): Likewise.
22043         (HAVE_ISWCTYPE): Likewise.
22044         (ENABLE_NLS): Likewise.
22045         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
22046         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
22048         * posix/regex_internal.c: Check if DEBUG is defined and is
22049         set.
22051         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
22052         (HAVE_MBSRTOWCS): Likewise.
22053         * posix/fnmatch.c: Include string.h unconditionally.
22055 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
22057         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
22058         reversal.
22060 2014-07-31  Roland McGrath  <roland@hack.frob.com>
22062         * sysdeps/generic/safe-fatal.h: New file.
22063         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
22064         * nptl/forward.c: Include it.
22065         (__pthread_unwind): Use __safe_fatal as default action, rather
22066         than a bogus use of INTERNAL_SYSCALL that could never work.
22068         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
22069         * configure.ac (libc_cv_builtin_trap): New test.
22070         * configure: Regenerated.
22071         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
22072         (ABORT_INSTRUCTION): Define using __builtin_trap.
22074         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
22075         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
22076         * sysdeps/nptl/nptl-signals.h: New file.
22077         * nptl/pthreadP.h: Include <nptl-signals.h>.
22079 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
22081         * sysdeps/s390/s390-64/utf16-utf32-z9.c
22082         (ONE_DIRECTION): Define.
22083         * sysdeps/s390/s390-64/utf8-utf16-z9.c
22084         (ONE_DIRECTION): Define.
22085         * sysdeps/s390/s390-64/utf8-utf32-z9.c
22086         (ONE_DIRECTION): Define.
22088 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
22090         * sysdeps/s390/Makefile: Delete file.
22091         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
22092         * sysdeps/s390/__longjmp.c: Delete file.
22093         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
22094         Remove fields __flags and __reserved.
22095         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
22096         and add versioning.
22097         * sysdeps/s390/rtld-__longjmp.c: Delete file.
22098         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
22099         * sysdeps/s390/rtld-setjmp.S: Likewise.
22100         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
22101         * sysdeps/s390/s390-32/__longjmp.c: ... here.
22102         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
22103         * sysdeps/s390/s390-32/setjmp.S: ... here.
22104         Add versioning.
22105         (__sigsetjmp): Remove setting __flags field.
22106         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
22107         * sysdeps/s390/s390-64/__longjmp.c: ... here.
22108         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
22109         * sysdeps/s390/s390-64/setjmp.S: ... here.
22110         Add versioning.
22111         (__sigsetjmp): Remove setting __flags field.
22112         * sysdeps/s390/setjmp.S: Delete file.
22113         * sysdeps/s390/sigjmp.c: Likewise.
22114         * sysdeps/s390/v1-longjmp.c: Likewise.
22115         * sysdeps/s390/v1-setjmp.h: Likewise.
22116         * sysdeps/s390/v1-sigjmp.c: Likewise.
22117         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
22118         Remove v1-longjmp_chk.
22119         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
22120         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
22121         Include debug/longjmp_chk.c and add versioning.
22122         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
22123         Include nptl/pt-longjmp.c and add versioning.
22124         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
22125         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
22126         Include __longjmp.c.
22127         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
22128         Move to ...
22129         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
22130         (__getcontext): Remove setting __flags field.
22131         Add versioning.
22132         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
22133         Don't restore upper high grps.
22134         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
22135         Likewise.
22136         (__swapcontext): Remove setting uc_flags field.
22137         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
22138         Delete file.
22139         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
22140         Include __longjmp.c.
22141         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
22142         Move to ...
22143         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
22144         (__getcontext): Remove setting __flags field.
22145         Add versioning.
22146         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
22147         (__swapcontext): Remove setting uc_flags field.
22148         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
22149         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
22150         Remove fields uc_high_gprs and __reserved.
22151         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
22152         New file with reverted content.
22153         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
22154         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
22155         Regenerated.
22156         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
22157         Regenerated.
22159 2014-07-31  Andreas Schwab  <schwab@suse.de>
22161         * config.h.in (HAVE_IFUNC): Define to 0.
22162         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
22163         definedness.
22165 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
22167         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
22168         memmove-avx-unaligned, memcpy-avx-unaligned and
22169         mempcpy-avx-unaligned.
22170         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22171         Add tests for AVX memcpy functions.
22172         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
22173         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
22174         memcpy_chk.
22175         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
22176         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
22177         memmove_chk.
22178         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
22179         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
22180         mempcpy_chk.
22181         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
22182         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
22183         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
22185 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22187         [BZ #17213]
22188         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
22189         powerpc64le.
22191 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
22193         [BZ #16839]
22194         * manual/llio.texi: Add section about open file description locks.
22195         * manual/examples/ofdlocks.c: Example of open file description
22196         lock usage.
22197         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
22198         F_OFD_SETLK, and F_OFD_SETLKW.
22200 2014-07-23  Allan McRae  <allan@archlinux.org>
22202         * po/es.po: Update Spanish translation from translation project.
22204 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
22206         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
22208 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
22210         [BZ #17078]
22211         * sysdeps/arm/dl-machine.h (elf_machine_rela)
22212         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
22213         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
22215 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
22217         [BZ #17088]
22218         * math/fesetenv.c (__fesetenv)
22219         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
22220         * math/feupdateenv.c (__feupdateenv)
22221         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
22223         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
22224         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
22225         (__ASSUME_SOCKETCALL): Do not define.
22227         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
22228         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
22229         (__ASSUME_SOCKETCALL): Do not define.
22230         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
22231         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
22232         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
22233         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
22234         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
22235         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
22236         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
22237         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
22239         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
22240         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
22241         (__ASSUME_SOCKETCALL): Do not define.
22242         (__ASSUME_IPC64): Define unconditionally.
22243         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
22244         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
22245         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
22246         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
22247         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
22248         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
22249         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
22250         Likewise.
22252         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
22253         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
22254         (__ASSUME_SOCKETCALL): Do not define.
22255         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
22256         (__ASSUME_FUTEX_LOCK_PI): Likewise.
22257         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
22258         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
22259         (__ASSUME_REQUEUE_PI): Define unconditionally.
22260         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
22261         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
22262         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
22263         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
22264         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
22265         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
22267         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
22268         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
22269         (__ASSUME_SOCKETCALL): Do not define.
22270         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
22271         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
22272         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
22273         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
22274         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
22275         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
22277         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
22278         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
22279         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
22280         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
22281         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
22282         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
22283         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
22284         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
22285         (__ASSUME_GETCPU_SYSCALL): Likewise.
22287         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
22288         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
22289         cases for individual architectures.
22290         * sysdeps/gnu/configure: Regenerated.
22291         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
22292         LIBC_SLIBDIR_RTLDDIR.
22293         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
22294         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
22295         LIBC_SLIBDIR_RTLDDIR.
22296         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
22297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
22298         LIBC_SLIBDIR_RTLDDIR.
22299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
22300         Regenerated.
22301         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
22302         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
22303         file.
22304         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
22305         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
22306         file.
22307         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
22308         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
22309         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
22310         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
22312         * sysdeps/aarch64/shlib-versions: Move to ...
22313         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
22314         * sysdeps/alpha/shlib-versions: Move to ...
22315         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
22316         * sysdeps/arm/shlib-versions: Move to ...
22317         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
22318         * sysdeps/hppa/shlib-versions: Move all contents except for
22319         libgcc_s entry to ...
22320         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
22321         entry from ...
22322         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
22323         * sysdeps/ia64/shlib-versions: Move to ...
22324         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
22325         entry from ...
22326         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
22327         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
22328         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
22329         * sysdeps/microblaze/shlib-versions: Move to ...
22330         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
22331         * sysdeps/mips/shlib-versions: Move to ...
22332         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
22333         entry from ...
22334         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
22335         * sysdeps/tile/shlib-versions: Move to ...
22336         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
22337         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
22338         from ...
22339         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
22340         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
22341         entry from ...
22342         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
22344 2014-07-17  Will Newton  <will.newton@linaro.org>
22346         * sysdeps/arm/bits/atomic.h
22347         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
22348         (__arch_compare_and_exchange_bool_16_int): Likewise.
22349         (__arch_compare_and_exchange_bool_64_int): Likewise.
22351         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
22352         into an #else block.
22354 2014-07-16  Roland McGrath  <roland@hack.frob.com>
22356         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
22357         just Linux configurations.  Test empirically that the compiler sets
22358         __ARM_EABI__, rather than using the tuple to decide.
22359         * sysdeps/arm/preconfigure: Regenerated.
22360         * sysdeps/unix/sysv/linux/arm/configure: File removed.
22361         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
22362         contents appended ...
22363         * sysdeps/arm/configure.ac: ... here.
22364         * sysdeps/arm/configure: Regenerated.
22366 2014-07-15  Roland McGrath  <roland@hack.frob.com>
22368         * nptl/pthread_kill.c: New file.
22369         * nptl/pthread_sigmask.c: New file.
22370         * nptl/pthread_sigqueue.c: New file.
22372         * sysdeps/nptl/lowlevellock.h: New file.
22373         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
22374         * sysdeps/nptl/lowlevellock-futex.h: New file.
22376         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
22377         Remove dead declarations.
22379 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
22381         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
22382         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
22383         config-cflags-avx2.
22384         * sysdeps/x86_64/configure.ac: Likewise.
22385         * sysdeps/i386/configure: Regenerated.
22386         * sysdeps/x86_64/configure: Likewise.
22387         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
22388         memset-avx2 only if config-cflags-avx2 is yes.
22389         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22390         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
22391         defined.
22392         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
22393         only if HAVE_AVX2_SUPPORT is defined.
22394         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
22396 2014-07-14  Alan Modra  <amodra@gmail.com>
22398         [BZ #17153]
22399         * elf/elf.h (DT_PPC64_NUM): Correct value.
22400         * NEWS: Add to fixed bug list.
22402 2014-07-13  Jim Meyering  <meyering@fb.com>
22404         [BZ 17150]
22405         regex: don't deref NULL upon heap allocation failure
22406         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
22407         failure in one more place.
22408         To trigger the segfault, configure grep -with-included-regex,
22409         build it, and run these commands:
22410         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
22412 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
22414         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
22416 2014-07-11  Richard Henderson  <rth@redhat.com>
22418         * sysdeps/aarch64/libm-test-ulps: Update.
22420 2014-07-10  Florian Weimer  <fweimer@redhat.com>
22422         [BZ #17135]
22423         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
22424         * nptl/allocatestack.c (__nptl_setxid_error): New function.
22425         (__nptl_setxid): Initialize error member.  Call
22426         __nptl_setxid_error.
22427         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
22428         * nptl/descr.h (struct xid_command): Add error member.
22429         * nptl/tst-setuid3.c: New file.
22430         * nptl/Makefile (tests): Add it.
22432 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22434         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
22435         New define.
22436         (__lll_trylock): Use __lll_base_trylock.
22437         (__lll_cond_trylock): Likewise.
22439 2014-07-10  Roland McGrath  <roland@hack.frob.com>
22441         * nptl/pthread_create.c (start_thread): Use atomic_or and
22442         lll_futex_wake directly rather than lll_robust_dead.
22443         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
22444         (lll_robust_dead): Macro removed.
22445         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
22446         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
22447         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
22448         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
22449         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
22450         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
22451         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
22452         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
22453         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
22454         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
22455         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
22456         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
22457         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
22458         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
22459         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
22461         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
22462         Use atomic_compare_and_exchange_val_acq directly rather than
22463         lll_robust_trylock.
22464         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
22465         (__lll_robust_trylock, lll_robust_trylock): Removed.
22466         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
22467         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
22468         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
22469         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
22470         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
22471         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
22472         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
22473         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
22474         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
22475         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
22476         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
22477         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
22478         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
22479         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
22481 2014-07-02  Florian Weimer  <fweimer@redhat.com>
22483         * manual/locale.texi (Locale Names): New section documenting
22484         locale name syntax.  Adjust menu and node chaining accordingly.
22485         (Choosing Locale): Reference Locale Names, Locale Categories.
22486         Mention setting LC_ALL=C.  Reflect that name syntax is now
22487         documented.
22488         (Locale Categories): New section title.  Reference Locale Names.
22489         LC_ALL is an environment variable, but not a category.
22490         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
22491         description, now in Locale Name.  Reference that section.  Locale
22492         name syntax is now documented.
22494 2014-07-02  Florian Weimer  <fweimer@redhat.com>
22496         [BZ #17137]
22497         * locale/findlocale.c (name_present, valid_locale_name): New
22498         functions.
22499         (_nl_find_locale): Use the loc_name variable to store name
22500         candidates.  Call name_present and valid_locale_name to check and
22501         validate locale names.  Return an error if the locale is invalid.
22503 2014-07-02  Florian Weimer  <fweimer@redhat.com>
22505         * locale/setlocale.c (setlocale): Use strdup for allocating
22506         composite name copy.
22508 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22510         Sync up with gnulib.
22511         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
22512         [!_LIBC && ENABLE_NLS]: Include gettext.h.
22513         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
22514         and _GL_ARG_NONNULL.
22515         [USE_UNLOCKED_IO]: Include unlocked-io.h.
22516         [!_LIBC]: Include code for Windows and Cygwin.
22517         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
22518         Include prototype for int strerror_r.
22519         [!_LIBC] (is_open): New function.
22520         (flush_stdout): New function.
22521         (print_errno_message): Use it.
22522         (error): Likewise.
22523         (error_at_line): Likewise.
22524         (error_tail) Add function attribute macros.  Use
22525         __builtin_expect.
22527         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
22529         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
22531         * io/ftw.c: Include sys/param.h unconditionally.
22533         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
22535         [BZ #17125]
22536         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
22537         libc_freeres_ptr.
22538         (freecache): New function to free CACHE on exit.
22540         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
22541         initialization.
22543 2014-07-09  David S. Miller  <davem@davemloft.net>
22545         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22547         * sysdeps/sparc/nptl/internaltypes.h: Delete.
22548         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
22549         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
22550         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
22551         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
22552         * sysdeps/sparc/nptl/sem_init.c: Likewise.
22553         * sysdeps/sparc/nptl/sem_post.c: Likewise.
22554         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
22555         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
22556         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
22557         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
22558         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
22559         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
22561 2014-07-09  Andreas Schwab  <schwab@suse.de>
22563         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
22564         output.
22565         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
22566         (do_test): Likewise.
22568         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
22570 2014-07-09  Will Newton  <will.newton@linaro.org>
22572         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
22573         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
22574         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
22575         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
22576         * sysdeps/hppa/start.S (_start): Likewise.
22578 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
22580         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
22582         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
22583         defined.
22585 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22587         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
22588         after checking that it is non-NULL.
22590         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
22592 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22594         * sysdeps/powerpc/memmove.c: Remove file.
22595         * sysdeps/powerpc/powerpc32/power4/memcopy.h
22596         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
22597         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
22598         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
22599         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
22600         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
22601         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
22602         string memmove instead of removed powerpc one.
22604         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
22605         [weak_alias]: Fix compiler warning due trailing data.
22606         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
22607         [weak_alias]: Likewise.
22608         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
22609         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
22611         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22612         (__libc_ifunc_impl_list): Add memmove functions.
22614 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22616         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
22617         Remove code.
22618         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
22619         Likewise
22620         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
22621         Likewise
22622         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
22623         Likewise
22624         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
22625         Likewise
22626         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
22627         Likewise
22628         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
22629         Likewise
22630         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
22631         Likewise
22632         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
22633         Likewise
22634         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
22635         Likewise
22636         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
22637         Likewise
22638         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
22639         Likewise
22640         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
22641         Likewise
22642         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
22643         Likewise
22644         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
22645         Likewise
22646         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
22647         Likewise
22648         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
22649         Likewise
22651 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22653         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
22654         to avoid alignment traps in non-cacheable memory.
22655         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
22657         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
22658         multiarch objects.
22659         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
22660         file: multiarch power7 memmove.
22661         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
22662         multiarch default memmove.
22663         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
22664         multiarch memove for powerpc32/power4.
22666         * string/bcopy.c: Use full path to include memmove.c.
22667         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
22668         multiarch objects.
22669         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
22670         bcopy for powerpc64.
22671         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
22672         bcopy for powerpc64.
22673         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
22674         and memmove implementations.
22675         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
22676         optimized multiarch memmove for POWER7/powerpc64.
22677         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
22678         default multiarch memmove for powerpc64.
22679         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
22680         multiarch for powerpc64.
22681         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
22682         for POWER7/powerpc64.
22683         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
22684         memmove for POWER7/powerpc64.
22686         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
22687         glibc default one.
22689         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
22690         __ELF_NATIVE_CLASS equal to 64.
22692 2014-07-07  Roland McGrath  <roland@hack.frob.com>
22694         * sysdeps/nptl/lowlevellock.h: File removed.
22696         * NEWS: NPTL is no longer an add-on!
22697         * nptl/internaltypes.h: Moved ...
22698         * sysdeps/nptl/internaltypes.h: ... here.
22699         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
22700         * sysdeps/nptl/fork.c: Likewise.
22701         * sysdeps/nptl/gai_misc.h: Likewise.
22702         * sysdeps/nptl/librt-cancellation.c: Likewise.
22703         * sysdeps/nptl/jmp-unwind.c: Likewise.
22704         * sysdeps/nptl/setxid.h: Likewise.
22705         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
22706         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
22707         * sysdeps/unix/sysv/linux/arm/Implies: New file.
22708         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
22709         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
22710         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
22711         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
22712         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
22713         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
22714         * sysdeps/unix/sysv/linux/mips/Implies: New file.
22715         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
22716         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
22717         * sysdeps/unix/sysv/linux/sh/Implies: New file.
22718         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
22719         * sysdeps/unix/sysv/linux/tile/Implies: New file.
22720         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
22721         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
22722         * nptl/Makeconfig: Moved ...
22723         * sysdeps/nptl/Makeconfig: ... here.
22724         * nptl/configure: File removed.
22725         * nptl/ANNOUNCE: File removed.
22726         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
22727         * sysdeps/unix/sysv/linux/configure: Regenerated.
22729         * nptl/Makefile (routines): Add libc_pthread_init,
22730         libc_multiple_threads, register-atfork and unregister-atfork.
22731         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
22732         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
22733         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
22734         pthread-pi-defines.sym, structsem.sym.
22735         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
22736         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
22737         [$(subdir) = nptl] (tests): Add tst-setgetname.
22738         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
22739         * sysdeps/unix/sysv/linux/sigaction.c: Just include
22740         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
22741         [!LIBC_SIGACTION]: Remove aliases.
22742         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
22743         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
22744         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
22745         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
22746         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
22747         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
22748         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
22749         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
22750         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
22751         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
22752         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
22753         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
22754         __libc_allocate_rtsig_private.
22755         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
22756         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
22757         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
22758         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
22759         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
22760         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
22761         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
22762         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
22763         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
22764         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
22765         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
22766         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
22767         * nptl/internaltypes.h: ... here.
22768         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
22769         * sysdeps/nptl/jmp-unwind.c: ... here.
22770         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
22771         * nptl/libc-lowlevellock.c: ... here.
22772         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
22773         * nptl/libc_multiple_threads.c: ... here.
22774         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
22775         * nptl/libc_pthread_init.c: ... here.
22776         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
22777         * nptl/lowlevelbarrier.sym: ... here.
22778         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
22779         * nptl/lowlevelcond.sym: ... here.
22780         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
22781         * nptl/lowlevellock.c: ... here.
22782         * nptl/lowlevellock.h: Moved ...
22783         * sysdeps/nptl/lowlevellock.h: ... here.
22784         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
22785         * nptl/lowlevelrobustlock.c: ... here.
22786         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
22787         * nptl/lowlevelrobustlock.sym: ... here.
22788         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
22789         * nptl/lowlevelrwlock.sym: ... here.
22790         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
22791         * nptl/pt-fork.c: ... here.
22792         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
22793         * nptl/pthread-pi-defines.sym: ... here.
22794         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
22795         * nptl/pthread_attr_getaffinity.c: ... here.
22796         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
22797         * nptl/pthread_attr_setaffinity.c: ... here.
22798         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
22799         * nptl/pthread_mutex_cond_lock.c: ... here.
22800         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
22801         Update #include.
22802         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
22803         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
22804         * nptl/pthread_once.c: ... here, replacing old file.
22805         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
22806         * nptl/pthread_yield.c: ... here.
22807         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
22808         * nptl/register-atfork.c: ... here.
22809         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
22810         * nptl/sem_post.c: ... here.
22811         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
22812         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
22813         * nptl/sem_timedwait.c: ... here.
22814         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
22815         * nptl/sem_trywait.c: ... here.
22816         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
22817         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
22818         * nptl/sem_wait.c: ... here.
22819         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
22820         * nptl/structsem.sym: ... here.
22821         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
22822         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
22823         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
22824         * nptl/unregister-atfork.c: ... here.
22825         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
22826         * nptl/unwindbuf.sym: ... here.
22827         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
22828         * sysdeps/nptl/fork.c: ... here.
22829         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
22830         * sysdeps/nptl/fork.h: ... here.
22831         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
22832         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
22833         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
22834         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
22835         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
22836         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
22837         * sysdeps/unix/sysv/linux/getpid.c: ... here.
22838         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
22839         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
22840         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
22841         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
22842         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
22843         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
22844         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
22845         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
22846         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
22847         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
22848         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
22849         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
22850         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
22851         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
22852         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
22853         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
22854         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
22855         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
22856         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
22857         * sysdeps/unix/sysv/linux/raise.c: ... here.
22858         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
22859         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
22860         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
22861         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
22862         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
22863         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
22864         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
22865         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
22866         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
22867         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
22868         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
22869         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
22870         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
22871         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
22872         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
22874 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22876         * sysdeps/generic/memcopy.h: Add comment for
22877         MEMCPY_OK_FOR_FWD_MEMMOVE.
22879 2014-07-04  Will Newton  <will.newton@linaro.org>
22881         * string/memchr.c: Merge from gnulib.
22882         [_LIBC]: Remove conditionals.
22883         (__ptr_t): Remove define.
22884         (LONG_MAX_32_BITS): Likewise.
22885         (LONG_MAX): Likewise.
22886         (MEMCHR): Use ANSI prototype and optimize algorithm.
22888         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
22890 2014-07-03  Roland McGrath  <roland@hack.frob.com>
22892         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
22893         (lll_futex_timed_wait_bitset): Fix syscall argument count.
22895         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
22896         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
22897         in a bare environment with no <stdlib.h> installed.
22898         * sysdeps/nptl/configure: Regenerated.
22900         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
22902         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
22903         AC_EGREP_CPP for kernel header checks, so they only succeed if
22904         including <linux/version.h> actually works right.
22905         * sysdeps/unix/sysv/linux/configure: Regenerated.
22907         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
22908         value so it's not diagnosed as unused.
22910         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
22911         thing) with "ifeq ($(subdir),rt)".
22913 2014-07-03  Richard Henderson  <rth@redhat.com>
22915         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
22916         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
22917         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
22919         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
22920         (math_force_eval): New.
22922         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
22923         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
22925         * sysdeps/alpha/fpu/s_round.c: Remove file.
22926         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
22928         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
22929         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
22930         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
22931         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
22932         (_dl_start, print_statistics): Likewise.
22933         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
22934         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
22936         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
22937         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
22938         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
22939         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
22940         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
22941         (HP_SMALL_TIMING_AVAIL): Define.
22942         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
22943         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
22944         (HP_SMALL_TIMING_AVAIL): Define.
22945         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
22946         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
22948         * sysdeps/aarch64/hp-timing.h: New file.
22950         * sysdeps/generic/hp-timing.h: Remove dead comment.
22951         * sysdeps/generic/hp-timing-common.h: New file.
22952         * sysdeps/alpha/hp-timing.h: Include it.
22953         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
22954         * sysdeps/i386/i686/hp-timing.h: Likewise.
22955         * sysdeps/ia64/hp-timing.h: Likewise.
22956         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
22957         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
22958         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
22959         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
22960         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
22961         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
22962         (hp_timing_t): New.
22964         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
22965         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
22966         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
22967         * elf/rtld.c (_dl_start_final): Likewise.
22968         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
22969         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
22970         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
22971         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
22972         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
22973         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
22974         (HP_TIMING_DIFF_INIT): Remove.
22975         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
22976         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
22977         (HP_TIMING_DIFF_INIT): Remove.
22978         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
22979         * sysdeps/i386/i686/hp-timing.c: Remove file.
22980         * sysdeps/x86_64/hp-timing.c: Remove file.
22981         * sysdeps/ia64/hp-timing.c: Remove file.
22982         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
22983         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
22984         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
22985         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
22987         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
22988         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
22989         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
22990         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
22991         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
22992         (HP_TIMING_ACCUM): Remove.
22993         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
22994         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
22995         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
22997         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
22998         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
22999         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
23000         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
23001         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
23002         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
23003         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
23004         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
23006         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
23008 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
23010         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
23012 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23014         Sync up with gettext.
23015         * intl/loadmsgcat.c: Define O_BINARY if not defined.
23016         [_MSC_VER]: Include malloc.h
23017         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
23018         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
23019         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
23020         TEMP_FAILURE_RETRY.  Cast return of alloca.
23021         [!_LIBC] Call gl_rwlock_init.
23022         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
23024 2014-07-02  Roland McGrath  <roland@hack.frob.com>
23026         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
23027         before checking its value.
23029 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23031         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
23033         * debug/memcpy_chk.c: Don't include pagecopy.h.
23034         * debug/mempcpy_chk.c: Likewise.
23035         * string/memcpy.c: Likewise.
23036         * string/memmove.c: Likewise.
23037         * sysdeps/powerpc/memmove.c: Likewise.
23038         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
23039         definition of PAGE_COPY_FWD_MAYBE here...
23040         * sysdeps/generic/pagecopy.h: ... from here.
23041         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
23043 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
23044             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23046         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
23047         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
23048         optimizations.
23049         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
23050         (__libc_ifunc_impl_list): Likewise.
23051         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
23052         multiarch strcat for PPC64.
23053         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
23054         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
23056 2014-07-02  Roland McGrath  <roland@hack.frob.com>
23058         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
23060 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23062         * intl/loadmsgcat.c: Remove declaration of
23063         get_sysdep_segment_value.
23064         (get_sysdep_segment_value): Use ISO C style.
23065         (_nl_load_domain): Use ISO C style.  Get rid of redundant
23066         semicolon.  Fix typo and formatting in comment.
23067         (_nl_unload_domain): Use ISO C style.
23069         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
23071 2014-07-02  Will Newton  <will.newton@linaro.org>
23073         * malloc/obstack.c: Merge from gnulib master.
23074         [HAVE_CONFIG_H]: Remove conditional code.
23075         [!_LIBC]: Include config.h.
23076         [!ELIDE_CODE]: Don't include inttypes.h, include
23077         stdint.h unconditionally.
23078         (print_and_abort): Mark as _Noreturn.
23079         (_obstack_allocated_p): Mark as __attribute_pure__.
23080         (obstack_free): Rename to __obstack_free.
23081         [!__attribute__]: Remove conditional code.
23082         * malloc/obstack.h: Merge from gnulib master.
23083         [__cplusplus]: Move conditional down.
23084         [!__attribute_pure__]: Define __attribute_pure__ here
23085         if it is not already defined.
23086         (_obstack_memory_used): Mark as __attribute_pure__.
23087         [!__obstack_free]: Define as obstack_free.
23088         [__GNUC__]: Remove check for ancient NeXT gcc.
23090 2014-07-02  Will Newton  <will.newton@linaro.org>
23091             Paul Eggert  <eggert@cs.ucla.edu>
23093         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
23095 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23097         * resolv/gethnamaddr.c: Add comment warning that the file is
23098         not maintained.
23100 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
23102         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
23103         entries.
23105         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
23106         entry for aio_cancel and aio_cancel64.
23107         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
23108         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
23109         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
23110         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
23111         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
23112         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
23113         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
23114         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
23115         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
23116         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
23117         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
23118         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
23119         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
23121 2014-07-01  Roland McGrath  <roland@hack.frob.com>
23123         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
23124         * nptl/pthread_mutex_lock.c: Likewise.
23125         * nptl/pthread_mutex_timedlock.c: Likewise.
23126         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
23128 2014-07-01  Richard henderson  <rth@redhat.com>
23130         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
23131         (__isnan, __isnanl): Remove.
23132         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
23134         * sysdeps/alpha/fpu/libm-test-ulps: Update.
23136 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
23138         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
23140 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
23142         * resolv/nss_dns/dns-host.c (getanswer_r)
23143         [MULTI_PTRS_ARE_ALIASES]: Remove code.
23145 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
23147         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
23148         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
23149         undefine.
23150         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
23151         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
23153 2014-07-01  Roland McGrath <roland@hack.frob.com>
23155         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
23156         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
23158         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
23159         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
23161         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
23162         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
23163         ... here.
23164         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
23165         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
23167         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
23168         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
23169         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
23170         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
23172         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
23173         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
23174         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
23175         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
23176         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
23177         Moved ...
23178         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
23179         ... here.
23180         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
23181         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
23182         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
23183         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
23184         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
23185         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
23186         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
23187         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
23188         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
23189         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
23190         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
23191         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
23192         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
23193         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
23194         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
23195         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
23196         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
23197         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
23198         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
23199         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
23200         ... here.
23201         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
23202         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
23203         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
23204         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
23205         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
23206         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
23207         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
23208         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
23210 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
23212         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
23213         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
23214         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
23215         Add sysdep.
23217 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23219         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23221 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
23223         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
23224         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
23226         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
23228         * sysdeps/arm/libm-test-ulps: Regenerated.
23230 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
23231             Roland McGrath <roland@hack.frob.com>
23233         * test-skeleton.c (signal_handler): Kill the whole process group
23234         before killing the child individually.
23235         (main): Report any failure on `setpgid'.
23237 2014-06-30  Roland McGrath  <roland@hack.frob.com>
23239         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
23240         from _TLS_H to _ARM_NPTL_TLS_H.
23241         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
23242         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
23244 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
23246         [BZ #16539]
23247         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
23248         (__expm1l): Return argument unchanged when small but not
23249         subnormal.
23251         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
23252         include macro name.
23253         (_FP_UNPACK_RAW_1_P): Likewise.
23254         (_FP_PACK_RAW_1): Likewise.
23255         (_FP_PACK_RAW_1_P): Likewise.
23256         (_FP_MUL_MEAT_1_wide): Likewise.
23257         (_FP_MUL_MEAT_DW_1_hard): Likewise.
23258         (_FP_MUL_MEAT_1_hard): Likewise.
23259         (_FP_DIV_MEAT_1_imm): Likewise.
23260         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
23261         (_FP_DIV_MEAT_1_udiv): Likewise.
23262         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
23263         (_FP_UNPACK_RAW_2): Likewise.
23264         (_FP_UNPACK_RAW_2_P): Likewise.
23265         (_FP_PACK_RAW_2): Likewise.
23266         (_FP_PACK_RAW_2_P): Likewise.
23267         (_FP_MUL_MEAT_DW_2_wide): Likewise.
23268         (_FP_MUL_MEAT_2_wide): Likewise.
23269         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
23270         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
23271         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
23272         (_FP_MUL_MEAT_2_gmp): Likewise.
23273         (_FP_DIV_MEAT_2_udiv): Likewise.
23274         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
23275         (_FP_FRAC_SRL_4): Likewise.
23276         (_FP_FRAC_SRST_4): Likewise.
23277         (_FP_FRAC_SRS_4): Likewise.
23278         (_FP_UNPACK_RAW_4): Likewise.
23279         (_FP_UNPACK_RAW_4_P): Likewise.
23280         (_FP_PACK_RAW_4): Likewise.
23281         (_FP_PACK_RAW_4_P): Likewise.
23282         (_FP_MUL_MEAT_DW_4_wide): Likewise.
23283         (_FP_MUL_MEAT_4_wide): Likewise.
23284         (_FP_MUL_MEAT_4_gmp): Likewise.
23285         (umul_ppppmnnn): Likewise.
23286         (_FP_DIV_MEAT_4_udiv): Likewise.
23287         (__FP_FRAC_ADD_4): Likewise.
23288         (__FP_FRAC_SUB_3): Likewise.
23289         (__FP_FRAC_SUB_4): Likewise.
23290         (__FP_FRAC_DEC_3): Likewise.
23291         (__FP_FRAC_DEC_4): Likewise.
23292         (__FP_FRAC_ADDI_4): Likewise.
23293         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
23294         (_FP_FRAC_SRL_8): Likewise.
23295         (_FP_FRAC_SRS_8): Likewise.
23297         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
23298         include macro name.
23299         (FP_UNPACK_RAW_EP): Likewise.
23300         (FP_PACK_RAW_E): Likewise.
23301         (FP_PACK_RAW_EP): Likewise.
23302         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
23303         (_FP_ISSIGNAN): Likewise.
23304         (_FP_ADD_INTERNAL): Likewise.
23305         (_FP_FMA): Likewise.
23306         (_FP_CMP): Likewise.
23307         (_FP_SQRT): Likewise.
23308         (_FP_TO_INT): Likewise.
23309         (_FP_FROM_INT): Likewise.
23310         (FP_EXTEND): Likewise.
23311         (_FP_DIV_MEAT_N_loop): Likewise.
23313 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
23315         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
23316         throughout.
23318 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
23320         [BZ #17097]
23321         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
23322         result with correct sign in case of exponents that produce
23323         overflow except for X very close to 1.
23325 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
23327         mktime: merge #if/#ifdef usage from glibc
23328         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
23329         as that works with both Glibc's and Gnulib's style.
23330         See thread starting at Siddhesh Poyarekar's bug report at:
23331         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
23333 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23335         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
23336         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
23337         * sysdeps/tile/tilegx/memmove.c: Remove file.
23339 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
23341         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
23342         abi-name definition.
23343         * scripts/soversions.awk: Do not handle or generate ABI lines.
23344         * shlib-versions: Remove ABI entries.
23345         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
23346         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
23348 2014-06-27  Roland McGrath  <roland@hack.frob.com>
23350         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
23351         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
23352         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
23353         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
23354         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
23355         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
23356         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
23357         Moved ...
23358         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
23359         ... here.
23360         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
23361         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
23362         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
23363         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
23364         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
23365         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
23366         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
23367         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
23368         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
23369         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
23370         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
23371         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
23372         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
23373         Moved ...
23374         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
23375         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
23376         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
23377         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
23378         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
23379         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
23380         Moved ...
23381         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
23382         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
23383         Moved ...
23384         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
23385         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
23386         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
23387         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
23388         Moved ...
23389         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
23390         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
23391         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
23392         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
23393         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
23394         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
23395         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
23396         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
23397         Moved ...
23398         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
23399         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
23400         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
23401         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
23402         Moved ...
23403         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
23404         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
23405         Moved ...
23406         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
23407         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
23408         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
23409         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
23410         Moved ...
23411         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
23412         ... here.
23413         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
23414         Identical file removed.
23415         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
23416         Moved ...
23417         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
23418         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
23419         Identical file removed.
23420         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
23421         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
23422         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
23423         Moved ...
23424         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
23425         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
23426         Identical file removed.
23427         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
23428         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
23429         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
23430         Identical file removed.
23431         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
23432         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
23433         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
23434         Identical file removed.
23435         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
23436         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
23437         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
23438         Identical file removed.
23439         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
23440         Moved ...
23441         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
23442         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
23443         Identical file removed.
23444         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
23445         Moved ...
23446         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
23447         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
23448         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
23449         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
23450         Identical file removed.
23451         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
23452         Moved ...
23453         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
23454         ... here.
23455         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
23456         Identical file removed.
23457         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
23458         Moved ...
23459         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
23460         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
23461         Identical file removed.
23462         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
23463         Moved ...
23464         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
23465         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
23466         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
23467         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
23468         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
23469         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
23470         Moved ...
23471         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
23472         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
23473         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
23475         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
23476         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
23477         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
23478         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
23479         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
23481 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
23483         [BZ #17092]
23484         * nscd/nscd.c (monitor_child): Return exit status of child
23485         instead of return value from wait syscall.
23487 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
23489         * configure.ac (libc_commonpagesize): Remove variable.
23490         (libc_relro_required): Likewise.
23491         (libc_cv_z_relro): Remove configure test.
23492         * configure: Regenerated.
23493         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
23494         variable.
23495         (libc_relro_required): Likewise.
23496         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
23497         (libc_relro_required): Likewise.
23498         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
23499         (libc_relro_required): Likewise.
23500         * sysdeps/arm/preconfigure: Regenerated.
23501         * sysdeps/ia64/preconfigure: Remove file.
23502         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
23503         variable.
23504         (libc_relro_required): Likewise.
23506         [BZ #16561]
23507         [BZ #16562]
23508         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
23509         (__ieee754_yn): Set FE_TONEAREST mode internally and then
23510         recompute overflowing results in original rounding mode.
23511         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
23512         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
23513         recompute overflowing results in original rounding mode.
23514         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
23515         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
23516         recompute overflowing results in original rounding mode.
23517         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
23518         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
23519         recompute overflowing results in original rounding mode.
23520         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
23521         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
23522         recompute overflowing results in original rounding mode.
23523         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
23524         (libc_feholdsetround_ctx): New macro.
23525         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
23526         * sysdeps/i386/fpu/libm-test-ulps: Update.
23527         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
23529 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
23531         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
23532         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
23533         corresponding .cpsetup call.
23535 2014-06-26  Roland McGrath  <roland@hack.frob.com>
23537         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
23538         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
23539         * sysdeps/arm/Makefile [$(subdir) = csu]
23540         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
23541         (static-only-routines): Add aeabi_read_tp here.
23542         (shared-only-routines): Add libc-aeabi_read_tp here.
23543         (CFLAGS-libc-start.c): Add -fexceptions here.
23544         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
23545         (sysdep_routines, static-only-routines, shared-only-routines):
23546         Don't add to these here.
23547         (CFLAGS-libc-start.c): Likewise.
23549         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
23550         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
23551         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
23552         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
23553         * sysdeps/arm/Makefile [$(subdir) = rt]
23554         (librt-sysdep_routines, librt-shared-only-routines):
23555         Append rt-aeabi_unwind_cpp_pr1 here.
23556         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
23557         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
23558         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
23559         (libpthread-sysdep_routines, libpthread-shared-only-routines):
23560         Append nptl-aeabi_unwind_cpp_pr1 here.
23561         (tests): Filter out tst-cleanupx4 here.
23562         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
23563         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
23564         Don't do those here.
23566 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
23568         * scripts/list-sources.sh: Do not handle ports specially.
23570 2014-06-26  Roland McGrath  <roland@hack.frob.com>
23572         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
23573         * sysdeps/arm/feupdateenv.c: Likewise.
23575         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
23577 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
23579         * manual/texinfo.tex: Update to version 2014-05-05.10 with
23580         trailing whitespace removed.
23581         * scripts/config.guess: Update to version 2014-03-23.
23582         * scripts/config.sub: Update to version 2014-05-01
23583         * scripts/install-sh: Update to version 2013-12-25.23.
23584         * scripts/move-if-change: Update from gnulib.
23586 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23588         * debug/memmove_chk.c: Remove pagecopy.h include.
23590 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
23592         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
23593         identical to gnulib mktime.
23595 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
23597         * configure.ac: Do not test for machine being rs6000.  Do not test
23598         for powerpc*-*soft.
23599         * configure: Regenerated.
23601         [BZ #11505]
23602         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
23603         test.
23604         * configure: Regenerated.
23605         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
23606         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
23607         Remove configure test.
23608         * sysdeps/arm/configure: Regenerated.
23609         * sysdeps/nptl/configure.ac: Do not check
23610         libc_cv_asm_cfi_directives.
23611         * sysdeps/nptl/configure: Regenerated.
23612         * sysdeps/x86_64/nptl/configure.ac: Remove file.
23613         * sysdeps/x86_64/nptl/configure: Remove generated file.
23614         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
23615         unconditional.
23616         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
23618 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23620         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
23621         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
23622         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
23623         it is defined.
23625         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
23626         instead of whether it is defined.
23627         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
23628         * sysdeps/hppa/dl-machine.h: Likewise.
23629         * sysdeps/ia64/dl-machine.h: Likewise.
23630         * sysdeps/m68k/dl-machine.h: Likewise.
23631         * sysdeps/microblaze/dl-machine.h: Likewise.
23632         * sysdeps/mips/dl-machine.: Likewise.
23633         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
23634         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
23635         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
23636         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
23637         * sysdeps/sh/dl-machine.h: Likewise.
23638         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
23639         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
23640         * sysdeps/tile/dl-machine.h: Likewise.
23641         * sysdeps/x86_64/dl-machine.h: Likewise.
23643         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
23644         code.
23645         (verify_persistent_db): Likewise.
23647 2014-06-26  Roland McGrath  <roland@hack.frob.com>
23649         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
23650         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
23651         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
23652         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
23653         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
23654         Moved ...
23655         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
23656         ... here.
23657         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
23658         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
23659         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
23660         Identical file removed.
23661         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
23662         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
23663         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
23664         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
23665         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
23666         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
23667         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
23668         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
23669         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
23670         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
23671         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
23672         Moved ...
23673         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
23674         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
23675         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
23676         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
23677         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
23678         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
23679         Moved ...
23680         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
23681         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
23682         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
23683         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
23684         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
23685         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
23686         Identical file removed.
23687         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
23688         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
23689         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
23690         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
23691         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
23692         Moved ...
23693         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
23694         ... here.
23695         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
23696         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
23697         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
23698         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
23699         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
23700         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
23701         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
23702         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
23703         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
23704         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
23705         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
23706         Moved ...
23707         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
23708         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
23709         Moved ...
23710         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
23711         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
23712         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
23713         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
23714         Moved ...
23715         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
23716         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
23717         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
23719         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
23720         folded into ...
23721         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
23722         * sysdeps/unix/sysv/linux/s390/Versions
23723         (libpthread: GLIBC_2.19): New version set.
23724         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
23725         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
23726         (librt: GLIBC_2.3.3): New version set.
23727         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
23728         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
23729         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
23730         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
23731         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
23732         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
23733         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
23734         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
23735         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
23736         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
23737         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
23738         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
23739         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
23740         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
23741         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
23742         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
23743         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
23744         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
23745         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
23746         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
23747         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
23748         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
23749         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
23750         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
23751         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
23752         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
23753         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
23754         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
23755         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
23756         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
23757         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
23758         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
23759         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
23760         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
23761         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
23762         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
23763         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
23764         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
23765         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
23766         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
23767         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
23768         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
23769         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
23770         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
23771         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
23773         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
23774         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
23775         (__libc_vfork): Define the function under this name.
23776         [!NOT_IN_libc] (__vfork): Make this an alias.
23777         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
23778         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
23779         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
23780         (__libc_vfork): Define the function under this name.
23781         [!NOT_IN_libc] (__vfork): Make this an alias.
23782         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
23783         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
23784         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
23785         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
23786         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
23787         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
23789         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
23790         code that was previously under [RESET_PID].
23791         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
23792         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
23793         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
23795         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
23796         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
23797         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
23798         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
23799         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
23800         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
23801         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
23802         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
23803         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
23804         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
23805         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
23806         Moved ...
23807         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
23808         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
23809         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
23810         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
23811         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
23812         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
23813         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
23814         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
23815         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
23816         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
23817         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
23818         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
23819         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
23820         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
23821         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
23822         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
23823         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
23824         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
23825         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
23826         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
23827         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
23828         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
23829         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
23830         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
23831         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
23832         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
23833         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
23834         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
23835         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
23837 2014-06-25  Roland McGrath  <roland@hack.frob.com>
23839         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
23840         that was previously under [RESET_PID].
23841         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
23843 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
23845         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
23846         not undefine and redefine.
23847         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
23848         [O_CLOEXEC]: Make code unconditional.
23849         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
23850         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
23851         <kernel-features.h>.
23852         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
23853         conditional variable definition.
23854         (shm_open) [O_CLOEXEC]: Make code unconditional.
23855         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
23856         code.
23858         * configure.ac (USE_REGPARMS): Don't define here.
23859         * configure: Regenerated.
23860         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
23861         * sysdeps/i386/configure: Regenerated.
23863         * nptl/createthread.c: Don't include kernel-features.h.
23864         * nptl/pthread_cancel.c: Likewise.
23865         * nptl/pthread_condattr_setclock.c: Likewise.
23866         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
23867         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
23868         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
23869         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
23870         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
23871         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
23872         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
23873         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
23874         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
23875         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
23876         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
23877         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
23878         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
23879         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
23880         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
23881         * nscd/gai.c: Likewise.
23882         * nss/nss_db/db-open.c: Likewise.
23883         * sysdeps/generic/ldsodefs.h: Likewise.
23884         * sysdeps/sh/nptl/tls.h: Likewise.
23885         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
23886         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
23887         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
23888         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
23889         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
23890         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
23891         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
23892         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
23893         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
23894         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
23895         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
23896         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
23897         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
23898         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
23899         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
23900         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
23901         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
23902         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
23903         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
23904         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
23905         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
23906         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
23907         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
23908         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
23909         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
23910         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
23911         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
23912         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
23913         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
23914         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
23915         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
23916         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
23917         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
23918         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
23919         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
23920         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
23921         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
23922         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
23923         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
23924         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
23925         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
23926         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
23927         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
23928         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23929         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
23930         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
23931         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
23932         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
23933         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
23934         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
23935         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
23936         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
23937         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
23938         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
23939         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
23940         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
23941         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
23942         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
23943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
23945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
23946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
23947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
23948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
23949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
23950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
23951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
23954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
23955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
23956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
23957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
23958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
23959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
23960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
23961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
23962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
23963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
23964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
23965         * sysdeps/unix/sysv/linux/pread.c: Likewise.
23966         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
23967         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
23968         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
23969         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
23970         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
23971         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
23972         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
23973         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
23974         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
23975         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
23976         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
23977         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
23978         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
23979         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
23980         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
23981         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
23982         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
23983         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
23984         * sysdeps/unix/sysv/linux/system.c: Likewise.
23985         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
23986         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
23987         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
23988         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
23989         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
23990         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
23991         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
23993         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
23994         * configure: Regenerated.
23995         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
23997         * configure.ac (base_machine): Do not set specially for particular
23998         machines here.
23999         * configure: Regenerated.
24000         * sysdeps/powerpc/preconfigure: Move machine and base_machine
24001         settings from configure.ac.
24002         * sysdeps/i386/preconfigure: New file.
24003         * sysdeps/s390/preconfigure: Likewise.
24004         * sysdeps/sh/preconfigure: Likewise.
24005         * sysdeps/sparc/preconfigure: Likewise.
24007 2014-06-25  Roland McGrath  <roland@hack.frob.com>
24009         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
24010         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
24011         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
24012         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
24013         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
24014         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
24015         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
24016         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
24017         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
24018         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
24019         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
24020         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
24021         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
24022         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
24023         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
24024         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
24025         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
24026         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
24027         * sysdeps/sparc/sparc64/Makefile: ... appended here.
24029         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
24030         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
24031         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
24032         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
24033         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
24034         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
24035         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
24036         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
24037         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
24038         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
24039         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
24040         * sysdeps/sparc/sparc32/sem_post.c: ... here.
24041         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
24042         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
24043         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
24044         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
24045         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
24046         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
24047         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
24048         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
24049         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
24050         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
24051         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
24052         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
24053         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
24054         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
24055         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
24056         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
24057         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
24058         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
24059         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
24060         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
24061         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
24062         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
24063         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
24064         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
24065         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
24066         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
24068         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
24069         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
24070         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
24071         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
24072         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
24073         Moved ...
24074         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
24075         ... here.
24076         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
24077         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
24078         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
24079         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
24080         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
24081         Moved ...
24082         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
24083         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
24084         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
24085         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
24086         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
24087         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
24088         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
24089         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24090         Moved ...
24091         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
24092         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
24093         Moved ...
24094         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
24095         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
24096         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
24097         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
24098         Moved ...
24099         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
24100         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
24101         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
24102         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
24103         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
24104         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
24105         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
24106         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
24107         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
24108         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
24109         Moved ...
24110         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
24111         ... here.
24112         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
24113         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
24114         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
24115         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
24116         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
24117         Moved ...
24118         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
24119         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
24120         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
24121         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
24122         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
24123         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
24124         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
24125         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24126         Moved ...
24127         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
24128         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
24129         Moved ...
24130         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
24131         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
24132         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
24133         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
24134         Moved ...
24135         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
24136         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
24137         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
24138         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
24139         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
24141 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
24143         * timezone/checktab.awk: Update from tzcode 2014e.
24144         * timezone/private.h: Likewise.
24145         * timezone/tzfile.h: Likewise.
24146         * timezone/zdump.c: Likewise.
24147         * timezone/zic.c: Likewise.
24149         * sysdeps/unix/sysv/linux/kernel-features.h
24150         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
24151         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
24152         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
24153         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
24154         Remove conditional code.
24156 2014-06-25  Will Newton  <will.newton@linaro.org>
24158         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
24159         (_dl_arm_cap_flags): Add HWCAP2 values.
24160         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
24161         (_DL_HWCAP_COUNT): Increase to 37.
24162         (_DL_HWCAP_LAST): New define.
24163         (_DL_HWCAP2_LAST): New define.
24164         (_dl_procinfo): Add support for printing
24165         AT_HWCAP2 entries.
24166         (_dl_string_hwcap): Use _dl_hwcap_string.
24168 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24170         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24172 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
24174         * README: Do not mention ports directory.
24176         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
24177         Remove macro.
24178         * sysdeps/unix/sysv/linux/futimes.c: Do not include
24179         <kernel-features.h>.
24180         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
24181         conditional variable definition.
24182         (__futimes): Update comment.
24183         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
24184         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
24186         [BZ #16560]
24187         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
24188         arguments close to 0.
24189         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
24190         Likewise.
24191         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
24192         Likewise.
24193         * math/auto-libm-test-in: Add more tests of exp10.
24194         * math/auto-libm-test-out: Regenerated.
24195         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24197         * sysdeps/unix/sysv/linux/kernel-features.h
24198         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
24199         * sysdeps/unix/sysv/linux/readv.c: Do not include
24200         <kernel-features.h>.
24201         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
24202         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
24203         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
24204         unconditional.
24205         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
24206         conditional code.
24207         * sysdeps/unix/sysv/linux/writev.c: Do not include
24208         <kernel-features.h>.
24209         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
24210         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
24211         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
24212         unconditional.
24213         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
24214         conditional code.
24216 2014-06-25  Will Newton  <will.newton@linaro.org>
24218         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
24219         comment changes throughout the file.  Remove checks
24220         for HAVE_*_H definitions that are not required.
24221         (__gen_tempname): Call abort if an unknown kind value is
24222         passed.
24224 2014-06-25  Andreas Schwab  <schwab@suse.de>
24226         [BZ #17086]
24227         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
24228         scalbln, scalblnf, scalblnl in libc.
24230 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24232         [BZ #17086]
24233         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
24234         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
24235         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
24237 2014-06-24  Roland McGrath  <roland@hack.frob.com>
24239         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
24240         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
24241         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
24242         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
24243         Update #include.
24244         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
24245         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
24246         Update #include.
24247         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
24248         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
24249         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
24250         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
24251         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
24252         * sysdeps/x86/bits/pthreadtypes.h: ... here.
24253         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
24254         * sysdeps/x86/bits/semaphore.h: ... here.
24255         * sysdeps/x86/nptl/elide.h: Moved ...
24256         * sysdeps/x86/elide.h: ... here.
24257         * sysdeps/x86_64/nptl/Implies: File removed.
24258         * sysdeps/i386/nptl/Implies: File removed.
24260 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
24262         [BZ #16539]
24263         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
24264         return the argument for normal arguments with exponent below -64.
24265         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
24266         Likewise.
24267         * math/auto-libm-test-in: Add another test of expm1.
24268         * math/auto-libm-test-out: Regenerated.
24270         [BZ #16287]
24271         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
24272         calling __erfcl for arguments at least 16.
24273         * math/auto-libm-test-in: Add more tests of erf.
24274         * math/auto-libm-test-out: Regenerated.
24276         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
24277         individual architectures.
24278         * sysdeps/unix/sysv/linux/configure: Regenerated.
24279         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
24280         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
24281         * sysdeps/unix/sysv/linux/powerpc/configure.ac
24282         (ldd_rewrite_script): Define variable.
24283         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
24284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
24285         file.
24286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
24287         generated file.
24288         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
24289         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
24290         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
24291         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
24292         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
24293         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
24294         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
24295         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
24297 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24299         [BZ #17084]
24300         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
24301         Rename member __data.d to __data.__elision_data.
24303 2014-06-24  Wilco  <wdijkstr@arm.com>
24305         * NEWS: Add 16918 to fixed bug list.
24307 2014-06-24  Wilco  <wdijkstr@arm.com>
24309         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
24311 2014-06-24  Wilco  <wdijkstr@arm.com>
24313         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
24314         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
24315         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
24316         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
24317         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
24318         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
24319         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
24320         Use _FPU_MASK_RM.
24322 2014-06-24  Wilco  <wdijkstr@arm.com>
24324         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
24326 2014-06-24  Wilco  <wdijkstr@arm.com>
24328         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
24329         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
24330         * sysdeps/arm/fesetround.c (fesetround): Remove space.
24331         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
24333 2014-06-24  Wilco  <wdijkstr@arm.com>
24335         [BZ #16918]
24336         * sysdeps/arm/feupdateenv.c (feupdateenv):
24337         Rewrite to reduce FPSCR accesses and fix return value.
24339 2014-06-24  Wilco  <wdijkstr@arm.com>
24341         * sysdeps/arm/fclrexcpt.c (feclearexcept):
24342         Optimize to avoid unnecessary FPSCR writes.
24343         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
24344         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
24345         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
24346         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
24348 2014-06-24  Wilco  <wdijkstr@arm.com>
24350         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
24351         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
24352         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
24353         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
24354         Call libc_fetestexcept_vfp.
24355         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
24356         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
24357         __SOFTFP__ ifdef so that they can be built for softfp.
24359 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24361         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
24362         argument type signed char.
24364         * Makerules (check-abi): Dump diff of symlist if the test
24365         fails.
24367 2014-06-23  Roland McGrath  <roland@hack.frob.com>
24369         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
24370         using abort.
24372         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
24373         Remove unused variable ST.
24375 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
24377         [BZ #16354]
24378         [BZ #17061]
24379         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
24380         small arguments before calling __expm1.
24381         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
24382         small arguments before calling __expm1f.
24383         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
24384         small arguments before calling __expm1l.
24385         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
24386         Likewise.
24387         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
24388         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
24389         spurious underflow for some cosh tests.
24390         * math/auto-libm-test-out: Regenerated.
24391         * sysdeps/i386/fpu/libm-test-ulps: Update.
24393         [BZ #17050]
24394         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
24395         (__ieee754_y1): Set errno if return value overflows.
24396         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
24397         (__ieee754_y1f): Set errno if return value overflows.
24398         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
24399         (__ieee754_y1l): Set errno if return value overflows.
24400         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
24401         (__ieee754_y1l): Set errno if return value overflows.
24402         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
24403         * math/auto-libm-test-out: Regenerated.
24405         * math/gen-auto-libm-tests.c: Document use of
24406         ignore-zero-inf-sign.
24407         (input_flag_type): Add value flag_ignore_zero_inf_sign.
24408         (input_flags): Add ignore-zero-inf-sign.
24409         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
24410         * math/gen-libm-test.pl (generate_testfile): Handle
24411         ignore-zero-inf-sign.
24412         * math/auto-libm-test-in: Mark some cpow tests with
24413         ignore-zero-inf-sign and some with xfail-rounding.
24414         * math/auto-libm-test-out: Regenerated.
24415         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
24416         * sysdeps/i386/fpu/libm-test-ulps: Update.
24417         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24419         [BZ #16315]
24420         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
24421         overflowing or underflowing operations take place with sign of
24422         result.
24423         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
24424         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
24425         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
24426         (__ieee754_pow): Recompute overflowing and underflowing results in
24427         original rounding mode.
24428         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
24429         (__powl_helper): Allow negative argument X and scale negated value
24430         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
24431         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
24432         overflowing or underflowing operations take place with sign of
24433         result.
24434         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
24435         Include <math.h>.
24436         * math/auto-libm-test-in: Add more tests of pow.
24437         * math/auto-libm-test-out: Regenerated.
24438         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
24439         (pow_tonearest_test_data): Remove.
24440         (pow_test_tonearest): Likewise.
24441         (pow_towardzero_test_data): Likewise.
24442         (pow_test_towardzero): Likewise.
24443         (pow_downward_test_data): Likewise.
24444         (pow_test_downward): Likewise.
24445         (pow_upward_test_data): Likewise.
24446         (pow_test_upward): Likewise.
24447         (main): Don't call removed functions.
24448         * sysdeps/i386/fpu/libm-test-ulps: Update.
24449         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24451 2014-06-23  Roland McGrath  <roland@hack.frob.com>
24453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
24454         Moved ...
24455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
24456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24457         Moved ...
24458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
24459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
24460         Moved ...
24461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
24462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
24463         Moved ...
24464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
24465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
24466         File removed.
24467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
24468         File removed.
24469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
24470         File removed.
24471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
24472         File removed.
24473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
24474         File removed.
24475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
24476         File removed.
24477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
24478         File removed.
24479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24480         File removed.
24481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
24482         File removed.
24483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
24484         File removed.
24485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
24486         File removed.
24487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
24488         File removed.
24489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
24490         Moved ...
24491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
24492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
24493         Moved ...
24494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
24495         ... here.
24496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
24497         Moved ...
24498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
24499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
24500         Moved ...
24501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
24502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
24503         Moved ...
24504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
24505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
24506         Moved ...
24507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
24508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
24509         Moved ...
24510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
24511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
24512         Moved ...
24513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
24514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
24515         Moved ...
24516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
24517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
24518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
24519         ... here.
24520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
24521         Moved ...
24522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
24523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
24524         Moved ...
24525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
24526         ... here.
24527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
24528         Moved ...
24529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
24530         ... here.
24531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
24532         Moved ...
24533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
24534         ... here.
24535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
24536         Moved ...
24537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
24538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
24539         Moved ...
24540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
24541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
24542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
24543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
24544         Moved ...
24545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
24546         ... here.
24547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
24548         Moved ...
24549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
24550         ... here.
24551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
24552         Moved ...
24553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
24554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
24555         Moved ...
24556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
24557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
24558         Moved ...
24559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
24560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24561         Moved ...
24562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
24563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
24564         Moved ...
24565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
24566         ... here.
24567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
24568         Moved ...
24569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
24570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
24571         Moved ...
24572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
24573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
24574         Moved ...
24575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
24576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
24577         Moved ...
24578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
24579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
24580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
24581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
24582         Moved ...
24583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
24584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
24585         Moved ...
24586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
24587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
24588         Moved ...
24589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
24590         ... here.
24591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24592         Moved ...
24593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
24594         ... here.
24595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
24596         Moved ...
24597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
24598         ... here.
24599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
24600         Moved ...
24601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
24602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
24603         Moved ...
24604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
24605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
24606         Moved ...
24607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
24608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
24609         Moved ...
24610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
24611         ... here.
24612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
24613         Moved ...
24614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
24615         ... here.
24616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
24617         Moved ...
24618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
24619         ... here.
24620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
24621         Moved ...
24622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
24623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
24624         Moved ...
24625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
24627 2014-06-23  Will Newton  <will.newton@linaro.org>
24628             Wilco  <wdijkstr@arm.com>
24630         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
24631         implementation.  Include get-rounding-mode.h.
24632         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
24633         [!libc_feholdsetround_noex_ctx]: Define
24634         libc_feholdsetround_noex_ctx.
24635         [!libc_feholdsetround_noexf_ctx]: Define
24636         libc_feholdsetround_noexf_ctx.
24637         [!libc_feholdsetround_noexl_ctx]: Define
24638         libc_feholdsetround_noexl_ctx.
24639         (libc_feholdsetround_ctx): New function.
24640         (libc_feresetround_ctx): New function.
24641         (libc_feholdsetround_noex_ctx): New function.
24642         (libc_feresetround_noex_ctx): New function.
24644 2014-06-23  Roland McGrath  <roland@hack.frob.com>
24646         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
24647         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
24648         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
24649         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
24650         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
24651         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
24653         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
24654         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
24655         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
24656         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
24657         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
24658         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
24659         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
24660         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
24661         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
24662         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
24663         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
24664         Moved ...
24665         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
24666         ... here.
24667         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
24668         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
24669         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
24670         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
24671         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
24672         Moved ...
24673         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
24674         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
24675         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
24676         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
24677         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
24678         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
24679         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
24680         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
24681         Moved ...
24682         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
24683         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
24684         Moved ...
24685         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
24686         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
24687         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
24688         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
24689         Moved ...
24690         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
24691         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
24692         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
24693         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
24694         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
24695         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
24696         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
24697         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
24698         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
24699         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
24700         Moved ...
24701         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
24702         ... here.
24703         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
24704         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
24705         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
24706         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
24707         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
24708         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
24709         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
24710         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
24711         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
24712         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
24713         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
24714         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
24715         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
24716         Moved ...
24717         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
24718         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
24719         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
24720         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
24721         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
24722         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
24723         Moved ...
24724         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
24725         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
24726         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
24727         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
24728         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
24730         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
24731         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
24732         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
24733         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
24734         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
24735         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
24736         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
24737         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
24738         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
24739         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
24740         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
24741         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
24742         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
24743         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
24744         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
24745         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
24746         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
24747         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
24748         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
24749         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
24750         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
24751         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
24752         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
24753         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
24754         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
24755         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
24756         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
24757         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
24759 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
24761         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
24762         (FALLOC_FL_COLLAPSE_RANGE): New macro.
24763         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
24764         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
24765         (IPV6_PMTUDISC_INTERFACE): Likewise.
24766         (IPV6_PMTUDISC_OMIT): Likewise.
24768 2014-06-23  Andreas Schwab  <schwab@suse.de>
24770         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
24771         Remove unused errout label.
24773 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24775         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
24776         macro: hardware supports Vector Crypto instructions.
24778 2014-06-23  Will Newton  <will.newton@linaro.org>
24780         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
24781         rather than __builtin_expect.
24783         * elf/dl-lookup.c (undefined_msg): Remove variable.
24784         (_dl_lookup_symbol_x): Replace undefined_msg with string
24785         literal.
24787         * elf/dl-lookup.c (do_lookup_unique): New function.
24788         (do_lookup_x): Move STB_GNU_UNIQUE handling code
24789         to a separate function.
24791 2014-06-23  Andreas Schwab  <schwab@suse.de>
24793         [BZ #17079]
24794         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
24795         before reading the next line.
24797 2014-06-23  Will Newton  <will.newton@linaro.org>
24799         * test-skeleton.c (signal_handler): Use printf and %m
24800         rather than perror.  Use printf rather than fprintf to
24801         stderr.  Use puts rather than fputs to stderr.
24802         (main): Likewise.
24804 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
24806         * nscd/nscd.c (thread_info_t): Remove typedef.
24807         (thread_info): Remove variable.
24809 2014-06-21  Allan McRae  <allan@archlinux.org>
24811         * NEWS: Mention CVE-2014-4043.
24813 2014-06-20  Roland McGrath  <roland@hack.frob.com>
24815         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
24816         * nptl/smp.h: ... here.
24818         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
24820         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
24821         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
24822         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
24823         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
24825         * nptl/allocatestack.c: Include <stack-aliasing.h>.
24826         * nptl/stack-aliasing.h: New file.
24827         * sysdeps/i386/i686/stack-aliasing.h: New file.
24828         * sysdeps/i386/i686/nptl/Makefile: File removed.
24829         * sysdeps/x86_64/stack-aliasing.h: New file.
24830         * sysdeps/x86_64/nptl/Makefile
24831         (CFLAGS-pthread_create.c): Variable removed.
24833         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
24834         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
24835         old file.
24836         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
24837         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
24838         old file.
24840 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
24842         * sysdeps/unix/sysv/linux/arm/kernel-features.h
24843         (__ASSUME_SIGFRAME_V2): Remove macro.
24844         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
24845         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
24846         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
24847         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
24848         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
24849         Declare as function.  Remove conditional macro definitions.
24850         (__default_rt_sa_restorer): Likewise.
24851         (__default_sa_restorer_v1): Remove declaration.
24852         (__default_sa_restorer_v2): Likewise.
24853         (__default_rt_sa_restorer_v1): Likewise.
24854         (__default_rt_sa_restorer_v2): Likewise.
24855         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
24856         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
24857         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
24859 2014-06-20  Roland McGrath  <roland@hack.frob.com>
24861         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
24862         (libpthread-routines): Add sysdep.
24863         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
24864         * sysdeps/unix/sysv/linux/sparc/Versions
24865         (libpthread: GLIBC_2.3.3): New version set.
24866         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
24867         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
24868         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
24869         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
24870         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
24871         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
24872         Moved ...
24873         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
24874         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
24875         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
24876         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
24877         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
24878         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
24879         * sysdeps/sparc/nptl/sem_init.c: ... here.
24880         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
24881         * sysdeps/sparc/nptl/sem_post.c: ... here.
24882         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
24883         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
24884         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
24885         * sysdeps/sparc/nptl/sem_wait.c: ... here.
24886         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
24887         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
24888         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
24889         (libpthread-routines): Add cpu_relax.
24890         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
24891         File removed.
24892         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
24893         (librt: GLIBC_2.3.3): New version set.
24894         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
24895         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
24896         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
24897         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
24898         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
24899         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
24900         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
24901         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
24902         Moved ...
24903         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
24904         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
24905         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
24906         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
24907         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
24908         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
24909         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
24910         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
24911         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
24912         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
24913         Moved ...
24914         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
24915         Update #include.
24916         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
24917         Moved ...
24918         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
24919         Update #include.
24920         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
24921         Moved ...
24922         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
24923         Update #include.
24924         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
24925         Moved ...
24926         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
24927         Update #include.
24928         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
24929         Moved ...
24930         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
24931         Update #include.
24932         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
24933         Moved ...
24934         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
24935         Update #include.
24936         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
24937         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
24938         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
24939         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
24940         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
24941         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
24942         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
24943         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
24944         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
24945         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
24946         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
24947         Moved ...
24948         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
24949         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
24950         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
24951         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
24952         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
24954 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
24956         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
24957         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
24958         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
24959         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
24960         * nscd/nscd.c: Likewise.
24961         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
24962         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
24963         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
24964         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
24966         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
24967         <kernel-features.h>.
24968         (init_mq_netlink): Remove conditional have_sock_cloexec
24969         definitions.  Remove code conditional on have_sock_cloexec < 0.
24970         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
24971         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
24972         * sysdeps/unix/sysv/linux/opensock.c: Do not include
24973         <kernel-features.h>.
24974         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
24975         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
24977 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
24979         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24980         Add tests for memset_chk and memset.
24982         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
24983         with AVX2_Usable.
24985 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
24987         [BZ #16046]
24988         * elf/tst-dl-iter-static.c: New file.
24989         * elf/Makefile (tests-static): Add tst-dl-iter-static.
24991         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
24992         error.
24994 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
24996         * sysdeps/unix/sysv/linux/kernel-features.h
24997         (__ASSUME_F_GETOWN_EX): Remove macro.
24998         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
24999         <kernel-features.h>.
25000         (miss_F_GETOWN_EX): Remove variable or macro.
25001         (do_fcntl): Do not check miss_F_GETOWN_EX.
25002         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
25004         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
25005         Remove macro.
25006         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
25007         [!__ASSUME_AT_RANDOM]: Remove conditional code.
25008         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
25010         * sysdeps/unix/sysv/linux/kernel-features.h
25011         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
25012         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
25013         [ADJ_OFFSET_SS_READ]: Make code unconditional.
25014         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
25016 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
25018         [BZ #17075]
25019         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
25020         Fix calculation of the symbol's value.
25021         * sysdeps/arm/tst-armtlsdescloc.c: New file.
25022         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
25023         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
25024         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
25025         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
25026         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
25027         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
25028         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
25029         (modules-names): Add `tst-armtlsdescmod',
25030         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
25031         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
25032         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
25033         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
25034         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
25035         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
25036         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
25037         ($(objpfx)tst-armtlsdescloc): New dependency.
25038         ($(objpfx)tst-armtlsdescextnow): Likewise.
25039         ($(objpfx)tst-armtlsdescextlazy): Likewise.
25040         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
25041         TLS scheme support.
25042         * sysdeps/arm/configure: Regenerate.
25044 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
25046         * include/fcntl.h (__atfct_seterrno): Remove prototype.
25047         (__atfct_seterrno_2): Likewise.
25048         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
25049         <kernel-features.h>.
25050         (__ASSUME_ATFCTS): Do not undefine and redefine.
25051         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
25052         (__have_atfcts): Remove conditional definition.
25053         (__fxstatat([__NR_fstatat64]: Make code unconditional.
25054         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
25055         unreachable if [__ASSUME_ATFCTS].
25056         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
25057         not undefine and redefine.
25058         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
25059         <kernel-features.h>.
25060         (faccessat) [__NR_faccessat]: Make code unconditional.
25061         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
25062         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
25063         <kernel-features.h>.
25064         (fchmodat) [__NR_fchmodat]: Make code unconditional.
25065         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
25066         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
25067         <kernel-features.h>.
25068         (fchownat) [__NR_fchownat]: Make code unconditional.
25069         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
25070         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
25071         <kernel-features.h>.
25072         (futimesat) [__NR_futimesat]: Make code unconditional.
25073         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
25074         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
25075         <kernel-features.h>.
25076         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
25077         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
25078         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
25079         <kernel-features.h>.
25080         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
25081         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
25082         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
25083         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
25084         <kernel-features.h>.
25085         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
25086         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
25087         * sysdeps/unix/sysv/linux/linkat.c: Do not include
25088         <kernel-features.h>.
25089         (linkat) [__NR_linkat]: Make code unconditional.
25090         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
25091         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
25092         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
25093         <kernel-features.h>.
25094         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
25095         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
25096         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
25097         <kernel-features.h>.
25098         (mkdirat) [__NR_mkdirat]: Make code unconditional.
25099         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
25100         * sysdeps/unix/sysv/linux/openat.c: Do not include
25101         <kernel-features.h>.
25102         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
25103         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
25104         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
25105         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
25106         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
25107         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
25108         <kernel-features.h>.
25109         (readlinkat) [__NR_readlinkat]: Make code unconditional.
25110         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
25111         result of INLINE_SYSCALL directly, not via int variable.
25112         * sysdeps/unix/sysv/linux/renameat.c: Do not include
25113         <kernel-features.h>.
25114         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
25115         (renameat) [__NR_renameat]: Make code unconditional.
25116         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
25117         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
25118         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
25119         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
25120         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
25121         (__ASSUME_ATFCTS): Do not undefine and redefine.
25122         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
25123         <kernel-features.h>.
25124         (symlinkat) [__NR_symlinkat]: Make code unconditional.
25125         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
25126         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
25127         <kernel-features.h>.
25128         (unlinkat) [__NR_unlinkat]: Make code unconditional.
25129         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
25130         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
25131         (__ASSUME_ATFCTS): Do not undefine and redefine.
25132         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
25133         <kernel-features.h>.
25134         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
25135         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
25136         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
25137         <kernel-features.h>.
25138         (__xmknodat) [__NR_mknodat]: Make code unconditional.
25139         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
25141 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
25143         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
25145 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
25147         [BZ #17069]
25148         * posix/regcomp.c (parse_reg_exp): Deallocate partially
25149         constructed tree before returning error.
25150         * posix/bug-regexp36.c: Expand test case.
25152 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
25154         [BZ #6803]
25155         * math/libm-test.inc (scalbln_test_date):
25156         Add errno expectations.
25157         * math/w_scalblnf.c: New File.
25158         Add wrapper which checks for setting errno to ERANGE.
25159         Add weak_alias for corresponding scalbln function.
25160         * math/w_scalbln.c: Likewise.
25161         * math/w_scalblnl.c: Likewise.
25162         * math/Makefile (libm-calls): Add w_scalbln.
25163         * sysdeps/ieee754/flt-32/s_scalblnf.c:
25164         Remove weak_alias for corresponding scalbln function.
25165         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
25166         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
25167         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
25168         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25169         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
25170         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
25171         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
25172         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
25173         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
25174         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
25175         Remove long_double_symbol for scalblnl function in libm, libc.
25176         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
25177         Add wrapper which checks for setting errno to ERANGE.
25178         Add long_double_symbol for scalblnl function in libm, libc.
25179         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
25180         Remove long_double_symbol for scalblnl in libm.
25181         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
25182         Add wrapper which checks for setting errno to ERANGE.
25183         Add long_double_symbol for scalblnl function in libm.
25184         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
25185         Do not use wrapper because of own implementation.
25187 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
25189         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
25190         3 bytes for __pad1 for x32.
25191         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
25193 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
25194             H.J. Lu  <hongjiu.lu@intel.com>
25196         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
25197         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
25198         * sysdeps/x86_64/multiarch/memset.S: Likewise.
25199         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
25200         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
25202 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
25204         [BZ #17069]
25205         * posix/regcomp.c (parse_expression): Deallocate partially
25206         constructed tree before returning error.
25207         * posix/Makefile.c (tests): Add bug-regex36.
25208         (generated): Add bug-regex36.mtrace.
25209         (tests-special): Add $(objpfx)bug-regex36-mem.out
25210         (bug-regex36-ENV): New variable.
25211         ($(objpfx)bug-regex36-mem.out): New rule.
25212         * posix/bug-regex36.c: New file.
25214 2014-06-19  Will Newton  <will.newton@linaro.org>
25216         * malloc/malloc.c (systrim): If extra is zero then return
25217         early.
25219 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25221         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
25223 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
25225         * sysdeps/aarch64/strchr.S: New file.
25227 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
25229         [BZ #17022]
25230         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
25231         from arguments -2 or below.
25232         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
25233         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
25235 2014-06-18  Andreas Schwab  <schwab@suse.de>
25237         [BZ #17062]
25238         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
25239         of a bracket expr not to run off the end of the string.
25240         * posix/Makefile (tests): Add tst-fnmatch3.
25241         * posix/tst-fnmatch3.c: New file.
25243 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
25245         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
25246         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
25247         [$(cross-compiling) = no]: Likewise.
25248         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
25249         [$(cross-compiling) = no]: Likewise.
25251 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
25253         [BZ #17031]
25254         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
25255         double, adjusted for any remainder from the high double.
25256         * math/libm-test.inc (nearbyint): Add tests.
25257         (rint): Likewise.
25259 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25261         * nptl/sysdeps/powerpc/Makefile: Moved ...
25262         * sysdeps/powerpc/nptl/Makefile: ... here.
25263         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
25264         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
25265         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
25266         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
25267         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
25268         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
25269         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
25270         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
25271         * nptl/sysdeps/powerpc/tls.h: Moved ...
25272         * sysdeps/powerpc/nptl/tls.h: ... here.
25274 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
25276         [BZ #16681]
25277         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
25278         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
25279         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
25280         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
25281         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
25282         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
25283         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
25284         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
25285         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
25287 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
25289         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
25291 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
25293         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
25294         defined operator.
25296         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
25297         $TIMEOUTFACTOR.
25299 2014-06-16  Florian Weimer  <fweimer@redhat.com>
25301         [BZ #17058]
25302         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
25303         non-executed part of the test.
25305 2014-06-16  Andreas Schwab  <schwab@suse.de>
25307         * string/bits/string2.h (strdup, strndup): Update feature guard.
25309 2014-06-14  David S. Miller  <davem@davemloft.net>
25311         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25313 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
25315         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
25316         that was previously under [RESET_PID].
25317         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
25319         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
25320         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
25321         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
25322         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
25323         (__libc_vfork): New strong alias.
25324         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
25326 2014-06-14 Andi Kleen  <ak@linux.intel.com>
25328         * sysdeps/generic/elide.h: New file.
25330 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
25332         * Makefile (installed-headers): Adjust path of pthread.h header.
25334 2014-06-13  Roland McGrath  <roland@hack.frob.com>
25336         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
25337         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
25338         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
25339         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
25341         * nptl/sysdeps/s390/Makefile: Moved ...
25342         * sysdeps/s390/nptl/Makefile: ... here.
25343         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
25344         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
25345         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
25346         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
25347         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
25348         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
25349         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
25350         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
25351         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
25352         * sysdeps/s390/nptl/pthreaddef.h: ... here.
25353         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
25354         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
25355         * nptl/sysdeps/s390/tls.h: Moved ...
25356         * sysdeps/s390/nptl/tls.h: ... here.
25358         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
25359         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
25361 2014-06-13  David S. Miller  <davem@davemloft.net>
25363         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
25364         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
25365         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
25366         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
25367         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
25368         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
25369         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
25370         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
25371         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
25372         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
25373         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
25374         Remove RESET_PID cpp guards.
25375         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
25376         Remove RESET_PID cpp guards.
25377         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
25379 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
25381         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
25382         __sp to uintptr_t.
25384 2014-06-13  Andi Kleen  <ak@linux.intel.com>
25386         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
25387         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
25388         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
25389         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
25390         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
25391         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
25392         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
25393         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
25394         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
25395         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
25396         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
25397         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
25398         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
25399         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
25400         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
25401         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
25402         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
25403         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
25404         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
25405         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
25407         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
25408         (pthread_rwlock_rdlock): Add elision.
25409         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
25410         (pthread_rwlock_wrlock): Add elision.
25411         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
25412         (pthread_rwlock_trywrlock): Add elision.
25413         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
25414         (pthread_rwlock_tryrdlock): Add elision.
25415         * nptl/pthread_rwlock_unlock.c: Include elide.h.
25416         (pthread_rwlock_tryrdlock): Add elision unlock.
25417         * nptl/sysdeps/pthread/pthread.h:
25418         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
25419         (PTHREAD_RWLOCK_INITIALIZER,
25420         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
25421         Handle new elision field.
25422         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
25423         * sysdeps/arm/nptl/bits/pthreadtypes.h
25424         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25425         * sysdeps/sh/nptl/bits/pthreadtypes.h
25426         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25427         * sysdeps/tile/nptl/bits/pthreadtypes.h
25428         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25429         * sysdeps/a/nptl/bits/pthreadtypes.h
25430         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25431         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
25432         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25433         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
25434         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25435         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
25436         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25437         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
25438         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25439         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
25440         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25441         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
25442         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25443         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
25444         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25445         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
25446         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25447         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
25448         (elision_init): Set try_xbegin to zero when no RTM.
25449         * sysdeps/x86/nptl/bits/pthreadtypes.h
25450         (pthread_rwlock_t): Change __pad1 to __rwelision.
25451         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
25453 2014-06-13  Andi Kleen  <ak@linux.intel.com>
25455         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
25456         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
25457         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
25458         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
25460 2014-06-13  Meador Inge  <meadori@codesourcery.com>
25462         [BZ #16996]
25463         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
25464         that the cached result has been set before returning it.
25466 2014-06-12  Roland McGrath  <roland@hack.frob.com>
25468         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
25469         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
25470         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
25471         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
25472         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
25473         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
25475         * nptl/sysdeps/sparc/Makefile: Moved ...
25476         * sysdeps/sparc/nptl/Makefile: ... here.
25477         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
25478         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
25479         * nptl/sysdeps/sparc/tls.h: Moved ...
25480         * sysdeps/sparc/nptl/tls.h: ... here.
25481         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
25482         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
25483         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
25484         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
25485         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
25486         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
25487         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
25488         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
25489         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
25490         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
25491         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
25492         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
25493         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
25494         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
25495         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
25496         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
25497         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
25498         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
25499         Update #include.
25500         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
25501         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
25502         Update #include.
25503         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
25504         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
25505         Update #include.
25506         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
25507         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
25508         Update #include.
25510         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
25512         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
25513         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
25515         * sysdeps/pthread/posix-timer.h: Include <list.h>.
25516         (struct list_links): Type removed.
25517         (struct thread_node, struct timer_node): Replace struct list_links
25518         with struct list_head.
25519         (list_unlink_ip): Likewise.
25520         * sysdeps/pthread/timer_routines.c
25521         (timer_free_list, thread_free_list, thread_active_list): Likewise.
25522         (list_append, list_insbefore): Likewise.
25523         (list_init): Function removed.
25524         (thread_init, init_module): Use INIT_LIST_HEAD instead.
25525         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
25526         * sysdeps/pthread/Makefile: ... here, new file.
25528         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
25529         * sysdeps/nptl/Implies: ... here.
25530         * sysdeps/unix/sysv/linux/Implies: Add nptl.
25531         * nptl/sysdeps/pthread/list.h: Moved ...
25532         * include/list.h: ... here.
25533         * nptl/sysdeps/pthread/createthread.c: Moved ...
25534         * nptl/createthread.c: ... here.
25535         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
25536         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
25537         * nptl/pt-longjmp.c: ... here.
25538         * nptl/sysdeps/pthread/Makefile: Moved ...
25539         * sysdeps/nptl/Makefile: ... here.
25540         * nptl/sysdeps/pthread/Subdirs: Moved ...
25541         * sysdeps/nptl/Subdirs: ... here.
25542         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
25543         * sysdeps/nptl/aio_misc.h: ... here.
25544         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
25545         * sysdeps/nptl/bits/libc-lock.h: ... here.
25546         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
25547         * sysdeps/nptl/bits/libc-lockP.h: ... here.
25548         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
25549         * sysdeps/nptl/bits/stdio-lock.h: ... here.
25550         * nptl/sysdeps/pthread/configure: Moved ...
25551         * sysdeps/nptl/configure: ... here.
25552         * nptl/sysdeps/pthread/configure.ac: Moved ...
25553         * sysdeps/nptl/configure.ac: ... here.
25554         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
25555         * sysdeps/nptl/gai_misc.h: ... here.
25556         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
25557         * sysdeps/nptl/librt-cancellation.c: ... here.
25558         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
25559         * sysdeps/nptl/malloc-machine.h: ... here.
25560         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
25561         * sysdeps/nptl/pthread-functions.h: ... here.
25562         * nptl/sysdeps/pthread/pthread.h: Moved ...
25563         * sysdeps/nptl/pthread.h: ... here.
25564         * nptl/sysdeps/pthread/setxid.h: Moved ...
25565         * sysdeps/nptl/setxid.h: ... here.
25566         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
25567         * sysdeps/nptl/sigfillset.c: ... here.
25568         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
25569         * sysdeps/nptl/tcb-offsets.h: ... here.
25570         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
25571         * sysdeps/nptl/tst-mqueue8x.c: ... here.
25572         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
25573         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
25574         * nptl/sysdeps/pthread/allocalim.h: Moved ...
25575         * sysdeps/pthread/allocalim.h: ... here.
25576         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
25577         * sysdeps/pthread/bits/sigthread.h: ... here.
25578         * nptl/sysdeps/pthread/flockfile.c: Moved ...
25579         * sysdeps/pthread/flockfile.c: ... here.
25580         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
25581         * sysdeps/pthread/ftrylockfile.c: ... here.
25582         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
25583         * sysdeps/pthread/funlockfile.c: ... here.
25584         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
25585         * sysdeps/pthread/posix-timer.h: ... here.
25586         * nptl/sysdeps/pthread/timer_create.c: Moved ...
25587         * sysdeps/pthread/timer_create.c: ... here.
25588         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
25589         * sysdeps/pthread/timer_delete.c: ... here.
25590         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
25591         * sysdeps/pthread/timer_getoverr.c: ... here.
25592         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
25593         * sysdeps/pthread/timer_gettime.c: ... here.
25594         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
25595         * sysdeps/pthread/timer_routines.c: ... here.
25596         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
25597         * sysdeps/pthread/timer_settime.c: ... here.
25598         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
25599         * sysdeps/pthread/tst-timer.c: ... here.
25600         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
25601         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
25603         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
25604         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
25606         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
25607         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
25608         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
25609         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
25610         Update #include target.
25611         * nptl/sysdeps/i386/i686/Makefile: Moved ...
25612         * sysdeps/i386/i686/nptl/Makefile: ... here.
25613         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
25614         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
25615         Update #include target.
25616         * nptl/sysdeps/i386/i686/tls.h: Moved ...
25617         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
25618         * nptl/sysdeps/i386/Makefile: Moved ...
25619         * sysdeps/i386/nptl/Makefile: ... here.
25620         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
25621         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
25622         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
25623         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
25624         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
25625         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
25626         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
25627         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
25628         * sysdeps/i386/nptl/pthreaddef.h: ... here.
25629         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
25630         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
25631         * nptl/sysdeps/i386/tls.h: Moved ...
25632         * sysdeps/i386/nptl/tls.h: ... here.
25634         * sysdeps/sh/Makefile [$(subdir) = csu]
25635         (gen-as-const-headers): Add tcb-offsets.sym.
25636         * nptl/sysdeps/sh/Makefile: File removed.
25637         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
25638         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
25639         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
25640         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
25641         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
25642         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
25643         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
25644         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
25645         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
25646         * sysdeps/sh/nptl/pthreaddef.h: ... here.
25647         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
25648         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
25649         * nptl/sysdeps/sh/tls.h: Moved ...
25650         * sysdeps/sh/nptl/tls.h: ... here.
25651         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
25652         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
25653         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
25654         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
25655         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
25656         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
25657         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
25658         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
25659         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
25660         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
25661         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
25662         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
25663         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
25664         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
25665         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
25666         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
25667         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
25668         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
25669         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
25670         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
25671         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
25672         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
25673         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
25674         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
25675         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
25676         Moved ...
25677         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
25678         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
25679         Moved ...
25680         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
25681         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
25682         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
25683         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
25684         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
25685         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
25686         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
25687         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
25688         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
25689         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
25690         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
25691         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
25692         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
25693         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
25694         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
25695         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
25696         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
25697         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
25698         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
25700 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
25702         * posix/spawn_faction_addopen.c: Include string.h.
25704 2014-06-11  Roland McGrath  <roland@hack.frob.com>
25706         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
25707         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
25708         * nptl/sysdeps/x86_64/Makefile: Moved ...
25709         * sysdeps/x86_64/nptl/Makefile: ... here.
25710         * nptl/sysdeps/x86_64/configure: Moved ...
25711         * sysdeps/x86_64/nptl/configure: ... here.
25712         * nptl/sysdeps/x86_64/configure.ac: Moved ...
25713         * sysdeps/x86_64/nptl/configure.ac: ... here.
25714         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
25715         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
25716         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
25717         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
25718         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
25719         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
25720         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
25721         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
25722         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
25723         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
25724         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
25725         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
25726         * nptl/sysdeps/x86_64/tls.h: Moved ...
25727         * sysdeps/x86_64/nptl/tls.h: ... here.
25728         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
25729         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
25730         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
25731         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
25733         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
25735 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25737         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25739 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
25741         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
25742         type.
25743         [POSIX] (off_t): Likewise.
25744         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
25745         [POSIX] (S_ISBLK): Require macro.
25746         [POSIX] (S_ISCHR): Likewise.
25747         [POSIX] (S_ISDIR): Likewise.
25748         [POSIX] (S_ISFIFO): Likewise.
25749         [POSIX] (S_ISREG): Likewise.
25750         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
25751         optional-macro.
25752         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
25753         type.
25754         [POSIX] (time_t): Likewise.
25755         [POSIX] (timer_t): Likewise.
25757 2014-06-11  Florian Weimer  <fweimer@redhat.com>
25759         [BZ #17048]
25760         * posix/spawn_int.h (struct __spawn_action): Make the path string
25761         non-const to support deallocation.
25762         * posix/spawn_faction_addopen.c
25763         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
25764         * posix/spawn_faction_destroy.c
25765         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
25766         path in all spawn_do_open actions.
25767         * posix/tst-spawn.c (do_test): Exercise the copy operation in
25768         posix_spawn_file_actions_addopen.
25770 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
25772         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
25773         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
25774         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
25775         conditional code always true.
25776         (__libc_vfork): New alias.
25778 2014-06-11  Roland McGrath  <roland@hack.frob.com>
25780         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
25781         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
25783         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
25785         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
25786         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
25788         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
25789         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
25791         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
25792         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
25794 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
25796         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
25797         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
25798         multiarch strcmp for PPC64.
25799         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
25800         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
25801         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
25802         multiarch optimizations.
25803         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
25804         (__libc_ifunc_impl_list): Likewise.
25806 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25808         * benchtests/scripts/validate_benchout.py: New script.
25809         * benchtests/Makefile (bench-func): Call it.
25810         * benchtests/scripts/benchout.schema.json: New file.
25812 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
25814         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
25815         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
25816         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
25817         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
25818         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
25819         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
25820         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
25821         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
25822         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
25823         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
25824         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
25825         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
25826         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
25827         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
25828         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
25829         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
25830         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
25831         Moved ...
25832         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
25833         ... here.
25834         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
25835         Moved ...
25836         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
25837         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
25838         Moved ...
25839         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
25840         ... here.
25841         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
25842         Moved ...
25843         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
25844         ... here.
25845         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
25846         Moved ...
25847         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
25848         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
25849         Moved ...
25850         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
25851         ... here.
25852         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
25853         Moved ...
25854         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
25855         ... here.
25856         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
25857         Moved ...
25858         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
25859         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
25860         Moved ...
25861         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
25862         ... here.
25863         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
25864         Moved ...
25865         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
25866         ... here.
25867         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
25868         Moved ...
25869         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
25870         ... here.
25871         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
25872         Moved ...
25873         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
25874         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
25875         Moved ...
25876         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
25877         ... here.
25878         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
25879         Moved ...
25880         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
25881         ... here.
25882         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
25883         Moved ...
25884         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
25885         ... here.
25886         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
25887         Moved ...
25888         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
25889         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
25890         Moved ...
25891         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
25892         ... here.
25893         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
25894         Moved ...
25895         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
25896         ... here.
25897         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
25898         Moved ...
25899         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
25900         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
25901         Moved ...
25902         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
25903         ... here.
25904         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
25905         Moved ...
25906         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
25907         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
25908         Moved ...
25909         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
25910         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
25911         Moved ...
25912         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
25913         ... here.
25914         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
25915         Moved ...
25916         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
25917         ... here.
25918         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
25919         Moved ...
25920         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
25921         ... here.
25922         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
25923         Moved ...
25924         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
25925         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
25926         Moved ...
25927         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
25928         ... here.
25929         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
25930         Moved ...
25931         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
25932         ... here.
25933         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
25934         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
25935         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
25936         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
25937         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
25938         Moved ...
25939         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
25940         ... here.
25941         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
25942         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
25943         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
25944         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
25945         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
25946         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
25947         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
25948         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
25949         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
25950         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
25951         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
25952         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
25953         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
25954         Moved ...
25955         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
25956         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
25957         Moved ...
25958         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
25959         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
25960         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
25961         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
25962         Moved ...
25963         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
25964         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
25965         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
25966         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
25967         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
25968         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
25969         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
25971 2014-06-10  Wilco  <wdijkstr@arm.com>
25973         * math/test-fenv-return.c: New file.
25974         * math/Makefile: Add new test test-fenv-return.
25976 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
25978         [BZ #17042]
25979         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
25980         when x - 1 is zero.
25981         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
25982         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
25983         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
25984         0.0L for an argument of 1.0L.
25985         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
25986         Likewise.
25987         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
25988         value when x - 1 is zero.
25989         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
25990         * sysdeps/i386/fpu/libm-test-ulps: Update.
25991         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25993 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
25995         [BZ #15119]
25996         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
25998 2014-06-09  Roland McGrath  <roland@hack.frob.com>
26000         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
26001         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
26003 2014-06-09  Roland McGrath  <roland@hack.frob.com>
26005         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26006         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
26008         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26009         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
26011         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26012         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
26014         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
26015         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
26017         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
26018         if not already defined.
26019         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
26020         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
26021         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
26022         (TLS_INIT_TP): Use it.
26023         (TLS_DEFINE_INIT_TP): New macro.
26024         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
26026 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
26028         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
26029         constant.
26030         [POSIX] (IXANY): Likewise.
26031         [POSIX] (OLCUC): Likewise.
26032         [POSIX || POSIX2008] (CBAUD): Do not allow.
26033         [POSIX || POSIX2008] (DEFECHO): Likewise.
26034         [POSIX || POSIX2008] (ECHOCTL): Likewise.
26035         [POSIX || POSIX2008] (ECHOKE): Likewise.
26036         [POSIX || POSIX2008] (ECHOPRT): Likewise.
26037         [POSIX || POSIX2008] (EXTA): Likewise.
26038         [POSIX || POSIX2008] (EXTB): Likewise.
26039         [POSIX || POSIX2008] (FLUSHO): Likewise.
26040         [POSIX || POSIX2008] (LOBLK): Likewise.
26041         [POSIX || POSIX2008] (PENDIN): Likewise.
26042         [POSIX || POSIX2008] (SWTCH): Likewise.
26043         [POSIX || POSIX2008] (VDISCARD): Likewise.
26044         [POSIX || POSIX2008] (VDSUSP): Likewise.
26045         [POSIX || POSIX2008] (VLNEXT): Likewise.
26046         [POSIX || POSIX2008] (VREPRINT): Likewise.
26047         [POSIX || POSIX2008] (VSTATUS): Likewise.
26048         [POSIX || POSIX2008] (VWERASE): Likewise.
26049         (B*): Change to B[0123456789]*.
26050         * conform/data/time.h-data [POSIX || UNIX98]
26051         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
26052         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
26053         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
26054         [POSIX] (tm_*): Do not allow.
26056 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
26058         * Makefile (install): Don't set LANGUAGE.
26059         * Makefile.in (install): Likewise.
26060         * assert/Makefile (test-assert-ENV): Remove variable.
26061         (test-assert-perr-ENV): Likewise.
26062         * elf/Makefile (neededtest4-ENV): Likewise.
26063         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
26064         [$(cross-compiling) = no]: Don't set LANGUAGE.
26065         * io/ftwtest-sh (LANG): Remove variable.
26066         * libio/Makefile (tst-widetext-ENV): Likewise.
26067         * manual/install.texi (Running make install): Don't refer to
26068         environment settings for make install.
26069         * INSTALL: Regenerated.
26070         * nptl/tst-tls6.sh: Don't set LANG.
26071         * posix/globtest.sh (LANG): Remove variable.
26072         * string/Makefile (tester-ENV): Likewise.
26073         (inl-tester-ENV): Likewise.
26074         (noinl-tester-ENV): Likewise.
26075         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
26076         [$(cross-compiling) = no]: Don't set LANGUAGE.
26077         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
26078         without explicit environment settings.
26080 2014-06-06  Roland McGrath  <roland@hack.frob.com>
26082         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
26083         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
26084         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
26085         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
26087 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
26089         * crypt/crypt-private.h [DOS]: Add some includes taken from the
26090         other files in the crypt directory.
26091         * crypt/crypt.c: Remove duplicate includes.
26092         * crypt/crypt-entry.c: Likewise.
26093         * crypt/crypt_util.c: Likewise.
26095 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
26097         * Makeconfig (run-program-env): New variable.
26098         (run-program-prefix-before-env): Likewise.
26099         (run-program-prefix-after-env): Likewise.
26100         (run-program-prefix): Define in terms of new variables.
26101         (built-program-cmd-before-env): New variable.
26102         (built-program-cmd-after-env): Likewise.
26103         (built-program-cmd): Define in terms of new variables.
26104         (test-program-prefix-before-env): New variable.
26105         (test-program-prefix-after-env): Likewise.
26106         (test-program-prefix): Define in terms of new variables.
26107         (test-program-cmd-before-env): New variable.
26108         (test-program-cmd-after-env): Likewise.
26109         (test-program-cmd): Define in terms of new variables.
26110         * Rules (make-test-out): Use $(run-program-env).
26111         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
26112         (help): Do not mention environment variables.  Mention
26113         --timeoutfactor option.
26114         (timeoutfactor): New variable.
26115         (blacklist_exports): Remove function.
26116         (exports): Remove variable.
26117         (command): Do not include ${exports}.
26118         * manual/install.texi (Configuring and compiling): Do not mention
26119         test wrappers preserving environment variables.  Mention that last
26120         assignment to a variable must take precedence.
26121         * INSTALL: Regenerated.
26122         * benchtests/Makefile (run-bench): Use $(run-program-env).
26123         * catgets/Makefile ($(objpfx)test1.cat): Use
26124         $(built-program-cmd-before-env), $(run-program-env) and
26125         $(built-program-cmd-after-env).
26126         ($(objpfx)test2.cat): Do not specify environment variables
26127         explicitly.
26128         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
26129         $(run-program-env) and $(built-program-cmd-after-env).
26130         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
26131         $(run-program-env) and $(test-program-cmd-after-env).
26132         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
26133         explicitly.
26134         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
26135         run_program_env and test_program_cmd_after_env arguments.
26136         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
26137         * elf/tst-pathopt.sh: Use run_program_env argument.
26138         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
26139         $(test-wrapper-env) and $(run-program-env).
26140         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
26141         run_program_env arguments.
26142         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
26143         * intl/Makefile ($(objpfx)tst-gettext.out): Use
26144         $(test-program-prefix-before-env), $(run-program-env) and
26145         $(test-program-prefix-after-env).
26146         ($(objpfx)tst-gettext2.out): Likewise.
26147         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
26148         run_program_env and test_program_prefix_after_env arguments.
26149         * intl/tst-gettext2.sh: Likewise.
26150         * intl/tst-gettext4.sh: Do not set environment variables
26151         explicitly.
26152         * intl/tst-gettext6.sh: Likewise.
26153         * intl/tst-translit.sh: Likewise.
26154         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
26155         $(test-program-prefix-before-env), $(run-program-env) and
26156         $(test-program-prefix-after-env).
26157         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
26158         run_program_env and test_program_prefix_after_env arguments.
26159         * math/Makefile (run-regen-ulps): Use $(run-program-env).
26160         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
26161         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
26162         explicitly with each use of ${test_wrapper_env}.
26163         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
26164         $(test-program-prefix-before-env), $(run-program-env) and
26165         $(test-program-prefix-after-env).
26166         * posix/tst-getconf.sh: Do not set environment variables
26167         explicitly.
26168         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
26169         run_program_env and test_program_prefix_after_env arguments.
26170         * stdio-common/tst-printf.sh: Do not set environment variables
26171         explicitly.
26172         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
26173         $(test-program-prefix-before-env), $(run-program-env) and
26174         $(test-program-prefix-after-env).
26175         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
26176         run_program_env and test_program_prefix_after_env arguments.
26177         Split $test calls into $test_pre and $test.
26178         * timezone/Makefile (build-testdata): Use
26179         $(built-program-cmd-before-env), $(run-program-env) and
26180         $(built-program-cmd-after-env).
26182 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26184         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
26185         strlen for non SHARED builds.
26187 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26189         * nptl/allocatestack.c (check_list): Inlined function...
26190         (__reclaim_stacks): ... here.
26192 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
26194         [BZ #15698]
26195         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
26196         memory overrun.
26198 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
26200         * Rules (make-test-out): Include
26201         LOCPATH=$(common-objpfx)localedata in default environment.
26202         * debug/Makefile (tst-chk1-ENV): Remove variable.
26203         (tst-chk2-ENV): Likewise.
26204         (tst-chk3-ENV): Likewise.
26205         (tst-chk4-ENV): Likewise.
26206         (tst-chk5-ENV): Likewise.
26207         (tst-chk6-ENV): Likewise.
26208         (tst-lfschk1-ENV): Likewise.
26209         (tst-lfschk2-ENV): Likewise.
26210         (tst-lfschk3-ENV): Likewise.
26211         (tst-lfschk4-ENV): Likewise.
26212         (tst-lfschk5-ENV): Likewise.
26213         (tst-lfschk6-ENV): Likewise.
26214         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
26215         (tst-iconv7-ENV): Likewise.
26216         * intl/Makefile (LOCPATH-ENV): Likewise.
26217         (tst-codeset-ENV): Likewise.
26218         (tst-gettext3-ENV): Likewise.
26219         (tst-gettext5-ENV): Likewise.
26220         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
26221         (tst-fopenloc-ENV): Likewise.
26222         (tst-fgetws-ENV): Remove variable.
26223         (tst-ungetwc1-ENV): Likewise.
26224         (tst-ungetwc2-ENV): Likewise.
26225         (bug-ungetwc2-ENV): Likewise.
26226         (tst-swscanf-ENV): Likewise.
26227         (bug-ftell-ENV): Likewise.
26228         (tst-fgetwc-ENV): Likewise.
26229         (tst-fseek-ENV): Likewise.
26230         (tst-ftell-partial-wide-ENV): Likewise.
26231         (tst-ftell-active-handler-ENV): Likewise.
26232         (tst-ftell-append-ENV): Likewise.
26233         * posix/Makefile (tst-fnmatch-ENV): Likewise.
26234         (tst-regexloc-ENV): Likewise.
26235         (bug-regex1-ENV): Likewise.
26236         (tst-regex-ENV): Likewise.
26237         (tst-regex2-ENV): Likewise.
26238         (bug-regex5-ENV): Likewise.
26239         (bug-regex6-ENV): Likewise.
26240         (bug-regex17-ENV): Likewise.
26241         (bug-regex18-ENV): Likewise.
26242         (bug-regex19-ENV): Likewise.
26243         (bug-regex20-ENV): Likewise.
26244         (bug-regex22-ENV): Likewise.
26245         (bug-regex23-ENV): Likewise.
26246         (bug-regex25-ENV): Likewise.
26247         (bug-regex26-ENV): Likewise.
26248         (bug-regex30-ENV): Likewise.
26249         (bug-regex32-ENV): Likewise.
26250         (bug-regex33-ENV): Likewise.
26251         (bug-regex34-ENV): Likewise.
26252         (bug-regex35-ENV): Likewise.
26253         (tst-rxspencer-ENV): Likewise.
26254         (tst-rxspencer-no-utf8-ENV): Likewise.
26255         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
26256         (tst-sscanf-ENV): Likewise.
26257         (tst-swprintf-ENV): Likewise.
26258         (tst-swscanf-ENV): Likewise.
26259         (test-vfprintf-ENV): Likewise.
26260         (scanf13-ENV): Likewise.
26261         (bug14-ENV): Likewise.
26262         (tst-grouping-ENV): Likewise.
26263         * stdlib/Makefile (tst-strtod-ENV): Likewise.
26264         (tst-strtod3-ENV): Likewise.
26265         (tst-strtod4-ENV): Likewise.
26266         (tst-strtod5-ENV): Likewise.
26267         (testmb2-ENV): Likewise./
26268         * string/Makefile (tst-strxfrm-ENV): Likewise.
26269         (tst-strxfrm2-ENV): Likewise.
26270         (bug-strcoll1-ENV): Likewise.
26271         (test-strcasecmp-ENV): Likewise.
26272         (test-strncasecmp-ENV): Likewise.
26273         * time/Makefile (tst-strptime-ENV): Likewise.
26274         (tst-ftime_l-ENV): Likewise.
26275         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
26276         (tst-mbrtowc-ENV): Likewise.
26277         (tst-wcrtomb-ENV): Likewise.
26278         (tst-mbrtowc2-ENV): Likewise.
26279         (tst-c16c32-1-ENV): Likewise.
26280         (tst-mbsnrtowcs-ENV): Likewise.
26282 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
26284         * manual/resource.texi (How to get information about the memory
26285         subsystem?): Fix typo.
26286         Reported by Peon de la Parra Ivan <peon@keba.com>
26288 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
26290         [BZ #16882]
26291         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
26292         (pthread_spin_lock): Branch out of spin loop to proper location.
26293         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
26294         (pthread_spin_lock): Likewise.
26296         * nptl/tst-spin4.c: New test.
26297         * nptl/Makefile (tests): Add tst-spin4.
26299 2014-06-03  Andreas Schwab  <schwab@suse.de>
26301         [BZ #15946]
26302         * resolv/res_send.c (send_dg): Reload file descriptor after
26303         calling reopen.
26305 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
26307         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
26309 2014-06-03  Richard Henderson  <rth@redhat.com>
26311         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
26312         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
26313         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
26314         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
26315         in the SAVE_PID block.
26316         (__libc_vfork): New alias.
26317         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
26319         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
26320         child in registers, not on the stack.  Remove RESET_PID conditionals.
26321         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
26323 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
26325         * sysdeps/aarch64/libm-test-ulps: Regenerate.
26327 2014-06-03  Wilco  <wdijkstr@arm.com>
26329         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
26330         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
26331         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
26332         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
26333         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
26334         Likewise.
26336 2014-06-03  Wilco  <wdijkstr@arm.com>
26338         * sysdeps/aarch64/fpu/math_private.h
26339         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
26340         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
26341         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
26342         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
26343         Fix declarations.
26345 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
26347         * crypt/crypt-private.h: Include ufc-crypt.h.
26348         (__b64_from_24bit): Declare extern.
26349         * crypt/crypt_util.c(__b64_from_24bit): New function.
26350         (b64t): New static const variable.
26351         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
26352         (b64t): Remove variable.
26353         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
26354         * crypt/sha256-crypt.c: Include crypt-private.h.
26355         (b64t): Remove variable.
26356         (__sha256_crypt_r): Remove b64_from_24bit and replace
26357         with __b64_from_24bit.
26358         * crypt/sha512-crypt.c: Likewise.
26360 2014-06-02  Roland McGrath  <roland@hack.frob.com>
26362         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
26363         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
26364         Label the code __libc_vfork rather than __vfork.
26365         [!NOT_IN_libc] (vfork): Define as weak alias.
26366         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
26367         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
26368         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
26370 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26372         * malloc/malloc.c (malloc_info): Fix format specifier for
26373         n_mmaps.
26375 2014-06-02  Wilco  <wdijkstr@arm.com>
26377         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
26378         FPCR write.
26380 2014-06-02  Wilco  <wdijkstr@arm.com>
26382         [BZ #17009]
26383         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
26384         Rewrite to reduce FPCR/FPSR accesses.
26386 2014-06-01  David S. Miller  <davem@davemloft.net>
26388         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26390 2014-05-31  David S. Miller  <davem@davemloft.net>
26392         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
26393         to occur in round to nearest mode when |x| >= 2.0
26395 2014-05-30  Richard Henderson  <rth@twiddle.net>
26397         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
26398         (PSEUDO_RET_NOERRNO): Remove.
26399         (ret): Don't redefine.
26400         (ret_NOERRNO): Define in terms of ret.
26401         (ret_ERRVAL): Likewise.
26403         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
26404         use of PSEUDO_RET; perform the error check directly.
26406 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
26408         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
26409         with __int128_t.
26411 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26413         * malloc/malloc (malloc_info): Fix formatting.
26415 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26416             Roland McGrath  <roland@hack.frob.com>
26418         * malloc/malloc (malloc_info): Also print mmapped statistics.
26420 2014-05-30  Roland McGrath  <roland@hack.frob.com>
26422         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
26423         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
26425 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
26427         * malloc/malloc.c (malloc_info): Inline mi_arena.
26429 2014-05-29  Richard Henderson  <rth@twiddle.net>
26431         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
26432         Remove comma before expanding ASM_ARGS_##nr.
26433         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
26434         Make _x0 a strict output; make _x8 a strict input; adjust expansion
26435         of ASM_ARGS_##nr.
26436         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
26437         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
26438         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
26439         (ASM_ARGS_1): Add leading comma.
26441         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
26442         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
26443         to __errno_location.
26444         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
26445         Remove the expected plt for __errno_location.
26447         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
26448         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
26449         call to __read_tp.
26451         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
26452         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
26453         it and break it down.
26454         (DOCARGS_0, DOCARGS_1): Do nothing.
26455         (DOCARGS_2): Update to store into the new stack frame.
26456         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
26457         (UNDOCARGS_1): Update to restore from the new stack frame.
26458         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
26459         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
26461         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
26462         (SINGLE_THREAD_P): New parameter for result regno.
26463         (PSEUDO): Update to match; use cbz instead of beq.
26465         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
26466         Use ENTRY to define the _nocancel entry point.  Share the syscall
26467         and syscall error check paths with the cancel path.
26468         (PSEUDO_END): New.
26470         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
26471         whitespace; tabs before and after asm mnemonics.
26473 2014-05-29  Eric Wong  <normalperson@yhbt.net>
26475         [BZ #15132]
26476         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
26477         Call fstat64 or stat64 internally, depending on arguments passed.
26478         Replace stat buffer argument with file descriptor argument.
26479         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
26480         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
26481         Pass fd to __internal_statvfs instead of calling fstat64.
26482         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
26483         Pass fd to __internal_statvfs64 instead of calling fstat64.
26484         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
26485         Pass -1 to __internal_statvfs instead of calling stat64.
26486         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
26487         Pass -1 to __internal_statvfs64 instead of calling stat64.
26489 2014-05-28  Roland McGrath  <roland@hack.frob.com>
26491         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
26492         that was previously under [RESET_PID].
26493         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
26495         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
26496         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
26498 2014-05-27  Roland McGrath  <roland@hack.frob.com>
26500         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
26502         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
26503         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
26505 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
26507         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
26509 2014-05-27  Andreas Schwab  <schwab@suse.de>
26511         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
26512         TLS_INIT_TP macro.
26513         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
26514         * elf/rtld.c (init_tls, dl_main): Likewise.
26515         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
26516         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
26517         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
26518         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
26519         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
26520         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
26521         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
26522         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
26523         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
26524         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
26525         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
26526         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
26527         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
26528         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
26529         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
26530         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
26531         * sysdeps/generic/tls.h: Update description.
26533 2014-05-27  Will Newton  <will.newton@linaro.org>
26535         [BZ #16990]
26536         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
26537         and restore r2 rather than just restoring.
26539 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26541         [BZ #16724]
26542         * libio/tst-ftell-append.c: New test case.
26543         * libio/Makefile (tests): Add test case.
26544         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
26545         append mode.
26546         * libio/wfileops.c (do_ftell_wide): Likewise.
26548 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26550         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26552         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
26553         ...
26554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
26555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
26556         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
26557         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
26558         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
26559         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
26560         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
26561         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
26562         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
26563         Moved ...
26564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
26565         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
26566         Moved ...
26567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
26568         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
26569         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
26570         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
26571         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
26572         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
26573         ...
26574         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
26575         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
26576         Moved ...
26577         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
26578         here.
26579         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
26580         ...
26581         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
26582         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
26583         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
26585         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
26586         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
26587         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
26588         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
26590         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
26591         merge into ...
26592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
26593         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
26594         ...
26595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
26596         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
26597         ...
26598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
26599         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
26600         Moved ...
26601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
26602         here.
26603         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
26604         Moved ...
26605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
26606         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
26607         Moved ...
26608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
26610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
26611         conditional [RESET_PID].
26612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
26613         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
26614         removed.
26615         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
26616         removed.
26618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
26619         <tcb-offsets.h>.
26620         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
26621         (__libc_vfork): New strong alias.
26622         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
26623         removed.
26624         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
26625         Removed.
26627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
26628         <tcb-offsets.h>.
26629         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
26630         (__libc_vfork): New strong alias.
26631         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
26632         removed.
26633         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
26634         removed.
26636 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
26638         * malloc/malloc.c (mi_arena): New function.
26639         (malloc_info): Remove nested function mi_arena. Call non-nosted
26640         function mi_arena.
26642 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26644         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
26645         by insrwi.
26646         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
26647         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
26648         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
26649         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
26650         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
26651         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
26652         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
26654 2014-05-26  Andreas Schwab  <schwab@suse.de>
26656         [BZ #16984]
26657         * locale/programs/repertoire.c (repertoire_read): Add slash
26658         between I18NPATH element and file name.
26659         * locale/programs/locfile.c (locfile_read): Likewise.
26661 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
26663         * nptl/pthread_mutexattr_settype.c
26664         (__pthread_mutexattr_settype):
26665         Disable lock elision for PTHREAD_MUTEX_NORMAL.
26667 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
26669         * nptl/tst-mutex5 (do_test):
26670         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
26672 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26674         * benchtests/README: Document 'init' directive.
26675         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
26676         BENCH_INIT.
26677         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
26678         (parse_file): Recognize 'init' directive.
26680 2014-05-26  Kyle McMartin  <kyle@redhat.com>
26682         [BZ #16796]
26683         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
26684         alignment of struct pthread.
26686 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26688         [BZ #16878]
26689         * nscd/netgroupcache.c (addgetnetgrentX): Look for
26690         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
26691         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
26692         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
26694 2014-05-25  Richard Henderson  <rth@twiddle.net>
26696         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
26697         (SINGLE_THREAD_P_PIC): Remove.
26698         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
26699         (SINGLE_THREAD_P_PIC): Remove.
26701         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
26702         branch to syscall error ...
26703         (PSEUDO): ... here.
26704         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
26705         from __local_syscall_error to .Lsyscall_error.
26706         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
26707         (SYSCALL_ERROR): Update label name.
26709         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
26710         Do not use DOARGS/UNDOARGS.
26711         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
26712         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
26713         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
26714         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
26715         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
26717         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
26718         block comment.
26720         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
26721         define if !NOT_IN_libc.
26722         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
26723         define with non-default symbol versions.
26725 2014-05-23  Richard Henderson  <rth@twiddle.net>
26727         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
26728         (vfork, __vfork): Define via compat_symbol.
26730         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
26731         [!HAVE_IFUNC] (vfork_compat): Remove.
26732         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
26734 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
26736         [BZ #16978]
26737         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
26738         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
26739         variable.
26741 2014-05-23  Richard Henderson  <rth@twiddle.net>
26743         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
26744         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
26745         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
26746         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
26748         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
26749         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
26750         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
26751         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
26752         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
26753         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
26754         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
26755         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
26756         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
26757         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
26758         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
26759         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
26760         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
26761         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
26762         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
26763         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
26764         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
26765         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
26766         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
26767         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
26768         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
26769         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
26770         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
26771         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
26772         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
26773         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
26774         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
26775         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
26776         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
26777         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
26778         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
26779         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
26780         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
26781         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
26782         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
26783         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
26784         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
26785         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
26786         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
26787         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
26788         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
26789         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
26790         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
26791         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
26792         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
26793         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
26794         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
26795         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
26796         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
26797         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
26798         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
26799         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
26800         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
26801         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
26802         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
26803         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
26805         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
26806         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
26807         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
26808         before exiting on error.
26809         (__libc_vfork): New strong alias.
26810         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
26811         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
26813         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
26814         that was previously under [RESET_PID].
26815         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
26817         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
26819 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
26821         [BZ #16977]
26822         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
26823         value when x - 1 is zero.
26824         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
26825         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
26826         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
26827         0.0L for an argument of 1.0L.
26828         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
26829         Likewise.
26830         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
26831         value when x - 1 is zero.
26832         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
26833         * sysdeps/i386/fpu/libm-test-ulps: Update.
26834         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26836 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
26838         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
26839         alphasort and versionsort.
26841 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26843         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
26844         macro.
26845         [copysignf]: Likewise.
26847 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26849         * crypt/md5-crypt.c: Fix formatting.
26851 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
26853         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
26854         (b64_from_24bit): New function.
26856 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26858         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
26859         libc_hidden_builtin_def to ifunc.
26860         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
26861         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
26863 2014-05-21  Roland McGrath  <roland@hack.frob.com>
26865         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
26866         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
26868 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
26870         * nscd/Depend (linuxthreads): Remove.
26871         (nptl): Add.
26872         * resolv/Depend (linuxthreads): Remove.
26873         * rt/Depend (linuxthreads): Remove.
26875         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
26876         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
26877         $(common-objpfx)elf/.
26878         (link-libc-before-gnulib): Likewise.
26879         (elfobjdir): Remove variable.
26880         * Makefile (install): Use $(elf-objpfx) instead of
26881         $(common-objpfx)elf/.
26882         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
26883         $(elfobjdir)/.
26884         (link-libc-deps): Likewise.
26885         ($(common-objpfx)libc.so): Likewise.
26886         ($(common-objpfx)linkobj/libc.so): Likewise.
26887         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
26888         instead of $(common-objpfx)elf/.
26889         (symbolic-link-list): Likewise.
26890         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
26891         [$(cross-compiling) = no]: Likewise.
26892         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
26893         $(elfobjdir)/.
26894         (static-gnulib-arch): Likewise.
26895         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
26896         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
26897         $(common-objpfx)elf/.
26899 2014-05-21  Richard Henderson  <rth@redhat.com>
26901         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
26902         (SINGLE_THREAD_P): Use the correct width load.  Fold
26903         into the ldr offset.
26905         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
26906         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
26908 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
26910         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
26911         (libgcc_s_resume): Use __attribute_used__.
26912         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
26913         Likewise.
26915 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26917         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
26918         optimization when used with float constants.
26920         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26922 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
26924         [BZ #16915]
26925         * locale/nl_langinfo_l.c: Make direct reference to every
26926         _nl_current_CATEGORY symbol.
26927         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
26928         (tests-static): Add tst-langinfo-static.
26929         (tests-special): Add tst-langinfo-static.out.
26930         ($(objpfx)tst-langinfo.out): Redirect output.
26931         ($(objpfx)tst-langinfo-static.out): New.
26932         * localedata/tst-langinfo.sh: Send output to stdout.
26933         * localedata/tst-langinfo-static.c: New file.
26935         [BZ #16965]
26936         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
26937         when the shift amount is modulo the limb size.
26939 2014-05-20  Richard Henderson  <rth@redhat.com>
26941         [BZ #16967]
26942         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
26943         Change type of sa_flags from unsigned int to int.
26945         [BZ #16966]
26946         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
26948         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
26950 2014-05-20  Will Newton  <will.newton@linaro.org>
26952         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
26953         Test the return value of the system call in the nocancel case.
26955 2014-05-20  Will Newton  <will.newton@linaro.org>
26956             Yvan Roux  <yvan.roux@linaro.org>
26958         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
26959         #include of asm/ptrace.h.
26960         (PTRACE_GET_THREAD_AREA): Remove #undef.
26961         (PTRACE_GETHBPREGS): Likewise.
26962         (PTRACE_SETHBPREGS): Likewise.
26963         (struct user_regs_struct): New structure.
26964         (struct user_fpsimd_struct): New structure.
26965         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
26966         #include of asm/ptrace.h and second #include of sys/user.h.
26967         (PTRACE_GET_THREAD_AREA): Remove #undef.
26968         (PTRACE_GETHBPREGS): Likewise.
26969         (PTRACE_SETHBPREGS): Likewise.
26970         (ELF_NGREG): Use new struct user_regs_struct.
26971         (elf_fpregset_t): Use new struct user_fpsimd_struct.
26973 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26975         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
26976         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
26978 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
26980         [BZ #16958]
26981         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
26982         membar to avoid block loads/stores to overlap previous stores.
26984 2014-05-17  Richard Henderson  <rth@redhat.com>
26986         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
26987         Create the __##syscall_name##_nocancel entry point.
26988         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
26989         Remove; let the sysdep-cancel.h code create it.
26991 2014-05-17  David S. Miller  <davem@davemloft.net>
26993         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
26994         Protect with __USE_GNU.
26995         (TIOCSET_TEMPT): Likewise.
26996         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
26997         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
26998         these are already provided in bits/ioctl-types.h
27000 2014-05-16  Roland McGrath  <roland@hack.frob.com>
27002         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
27003         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
27005         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
27006         Use wait4 regardless of [__NR_waitpid].
27008 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
27010         PR libgcc/60166
27011         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
27012         (_FP_NANSIGN_Q): Set the quiet bit.
27014 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
27016         * benchtests/Makefile
27017         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
27018         not $(common-objpfx)math/libm.so.
27019         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
27020         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
27021         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
27022         $(common-objpfx)dlfcn/libdl.so.
27023         ($(objpfx)tst-audit8): Depend on $(libm), not
27024         $(common-objpfx)math/libm.so.
27025         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
27026         not $(common-objpfx)dlfcn/libdl.so.
27027         * math/Makefile
27028         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
27029         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
27030         [$(build-shared) = yes].
27031         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
27032         $(common-objpfx)nptl/libpthread.so.
27033         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
27034         $(common-objpfx)math/libm.so$(libm.so-version) or
27035         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
27036         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
27037         $(common-objpfx)dlfcn/libdl.so.
27038         * setjmp/Makefile (link-libm): Remove variable.
27039         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
27040         * stdio-common/Makefile (link-libm): Remove variable.
27041         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
27042         * stdlib/Makefile (link-libm): Remove variable.
27043         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
27044         ($(objpfx)tst-strtod-round): Likewise.
27045         ($(objpfx)tst-tininess): Likewise.
27046         ($(objpfx)tst-strtod-underflow): Likewise.
27047         ($(objpfx)tst-strtod6): Likewise.
27048         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
27049         $(libdl), not $(common-objpfx)nptl/libpthread.so and
27050         $(common-objpfx)dlfcn/libdl.so.
27052 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27054         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
27055         BSD terminal modes definitions.
27057 2014-05-16  Roland McGrath  <roland@hack.frob.com>
27059         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
27060         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
27062         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
27063         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
27064         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
27065         Don't do #include_next.
27066         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
27067         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
27068         Don't do #include_next.
27069         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
27070         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
27071         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
27072         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
27074 2014-05-16  Allan McRae  <allan@archlinux.org>
27076         * po/sv.po: Update Swedish translation from translation project.
27078         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
27079         in sed expression.
27081 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
27083         [BZ #16917]
27084         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
27085         errno if the TIOCGPTN ioctl fails with an error different than
27086         EINVAL.
27087         * login/tst-ptsname.c: New file.
27088         * login/Makefile (tests): Add tst-ptsname.
27090         [BZ #16943]
27091         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
27092         and prlimit64.
27094 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27096         [BZ #16849]
27097         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
27098         herrno to return EAI_AGAIN.
27100 2014-05-14  Roland McGrath  <roland@hack.frob.com>
27102         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
27103         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
27104         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
27105         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
27106         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
27107         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
27108         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
27109         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
27110         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
27111         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
27112         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
27113         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
27114         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
27115         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
27116         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
27117         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
27118         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
27119         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
27120         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
27121         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
27122         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
27123         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
27124         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
27125         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
27126         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
27127         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
27128         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
27129         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
27130         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
27131         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
27132         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
27133         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
27134         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
27135         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
27136         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
27137         Moved ...
27138         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
27139         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
27140         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
27141         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
27142         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
27143         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
27144         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
27145         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
27146         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
27147         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
27148         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
27149         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
27150         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
27151         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
27152         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
27153         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
27154         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
27155         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
27156         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
27157         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
27158         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
27159         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
27160         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
27161         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
27162         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
27163         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
27164         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
27165         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
27166         Moved ...
27167         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
27168         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
27169         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
27170         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
27171         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
27172         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
27173         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
27174         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
27175         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
27176         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
27177         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
27178         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
27179         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
27180         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
27181         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
27182         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
27183         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
27184         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
27185         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
27186         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
27187         Moved ...
27188         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
27189         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
27190         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
27192         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
27193         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
27194         (libpthread-sysdep_routines): Add elision-related stuff here instead.
27195         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
27196         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
27197         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
27198         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
27199         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
27200         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
27201         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
27202         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
27203         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
27204         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
27205         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
27206         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
27207         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
27208         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
27209         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
27210         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
27211         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
27212         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
27213         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
27214         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
27215         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
27216         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
27217         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
27218         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
27219         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
27220         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
27221         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
27222         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
27224         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
27225         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
27227         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
27228         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
27229         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
27230         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
27231         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
27232         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
27233         Moved ...
27234         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
27235         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
27236         Moved ...
27237         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
27238         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
27239         Moved ...
27240         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
27241         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
27242         Moved ...
27243         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
27244         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
27245         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
27246         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
27247         Moved ...
27248         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
27249         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
27250         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
27251         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
27252         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
27253         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
27254         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
27255         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
27256         Moved ...
27257         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
27258         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
27259         Moved ...
27260         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
27261         ... here.
27262         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
27263         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
27264         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
27265         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
27266         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
27267         Moved ...
27268         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
27269         ... here.
27270         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
27271         Moved ...
27272         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
27273         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
27274         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
27275         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
27276         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
27277         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
27278         Moved ...
27279         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
27280         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
27281         Moved ...
27282         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
27283         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
27284         Moved ...
27285         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
27286         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
27287         Moved ...
27288         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
27289         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
27290         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
27291         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
27292         Moved ...
27293         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
27294         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
27295         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
27296         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
27297         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
27298         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
27299         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
27300         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
27301         Moved ...
27302         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
27303         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
27304         Moved ...
27305         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
27306         ... here.
27307         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
27308         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
27309         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
27310         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
27311         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
27312         Moved ...
27313         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
27314         ... here.
27315         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
27316         Moved ...
27317         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
27318         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
27319         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
27320         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
27321         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
27322         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
27323         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
27324         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
27325         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
27326         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
27327         Moved ...
27328         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
27329         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
27330         Moved ...
27331         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
27332         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
27333         Moved ...
27334         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
27335         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
27336         Moved ...
27337         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
27338         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
27339         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
27340         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
27341         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
27342         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
27343         Moved ...
27344         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
27345         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
27346         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
27347         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
27348         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
27349         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
27350         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
27351         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
27352         Moved ...
27353         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
27354         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
27355         Moved ...
27356         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
27357         ... here.
27358         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
27359         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
27360         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
27361         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
27362         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
27363         Moved ...
27364         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
27365         ... here.
27366         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
27367         Moved ...
27368         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
27369         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
27370         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
27371         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
27372         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
27373         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
27374         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
27375         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
27376         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
27377         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
27378         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
27380         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
27381         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
27383         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
27384         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
27386         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
27387         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
27388         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
27389         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
27390         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
27391         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
27392         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
27393         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
27394         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
27395         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
27396         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
27397         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
27398         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
27399         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
27400         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
27401         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
27402         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
27403         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
27404         Moved ...
27405         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
27406         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
27407         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
27408         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
27409         Moved ...
27410         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
27411         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
27412         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
27413         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
27414         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
27415         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
27416         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
27417         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
27418         Moved ...
27419         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
27420         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
27421         Moved ...
27422         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
27423         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
27424         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
27425         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
27426         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
27427         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
27428         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
27429         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
27430         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
27431         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
27432         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
27433         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
27434         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
27435         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
27436         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
27437         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
27438         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
27440         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
27441         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
27442         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
27443         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
27444         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
27446         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
27447         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
27448         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
27449         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
27450         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
27451         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
27452         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
27453         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
27454         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
27455         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
27457         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
27458         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
27460         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
27461         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
27462         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
27463         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
27464         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
27465         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
27466         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
27467         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
27468         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
27469         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
27470         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
27471         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
27472         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
27473         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
27474         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
27475         Update #include.
27476         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
27477         Likewise.
27478         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
27479         Likewise.
27480         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
27481         Likewise.
27482         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
27483         Likewise.
27484         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
27485         Likewise.
27486         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
27487         Likewise.
27488         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
27489         Likewise.
27490         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
27491         Likewise.
27492         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
27493         Likewise.
27494         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
27495         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
27496         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
27497         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
27498         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
27499         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
27500         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
27501         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
27502         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
27503         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
27504         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
27505         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
27506         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
27507         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
27508         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
27510         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
27511         that was previously under [RESET_PID].
27512         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
27513         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
27514         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
27516         * sysdeps/i386/nptl/Implies: New file.
27517         * sysdeps/x86_64/nptl/Implies: New file.
27518         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
27519         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
27520         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
27521         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
27523         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
27524         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
27525         (__libc_vfork): New strong alias.
27526         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
27527         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
27529         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
27530         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
27531         (__libc_vfork): New strong alias.
27532         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
27533         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
27535         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
27536         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
27537         (__libc_vfork): New strong alias.
27538         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
27539         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
27540         * nptl/pt-vfork.c: New file.
27541         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
27542         (libpthread: GLIBC_2.20): New version set (empty).
27544 2014-05-14  Will Newton  <will.newton@linaro.org>
27546         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
27547         rather than #if.
27549 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
27551         [BZ #16564]
27552         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
27553         arguments with exponent 65 or above.
27554         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
27555         arguments 0x1p113L or above.
27556         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
27557         to arguments 0x1p107L or above.
27558         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
27559         positive arguments with exponent 65 or above.
27560         * math/auto-libm-test-in: Add more tests of log1p.
27561         * math/auto-libm-test-out: Regenerated.
27563         [BZ #16928]
27564         * math/s_cacos.c (__cacos): Ensure zero real part of result from
27565         non-finite arguments is +0.
27566         * math/s_cacosf.c (__cacosf): Likewise.
27567         * math/s_cacosl.c (__cacosl): Likewise.
27568         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
27569         * sysdeps/i386/fpu/libm-test-ulps: Update.
27570         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27572         [BZ #16927]
27573         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
27574         value.
27575         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
27576         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
27577         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
27578         for explicit high bit of mantissa when testing for argument equal
27579         to 1.
27580         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
27581         * sysdeps/i386/fpu/libm-test-ulps: Update.
27582         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27584         [BZ #16516]
27585         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
27586         (__erf): Scale by 16 instead of 8 in potentially underflowing
27587         case.  Ensure exception if result actually underflows.
27588         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
27589         (__erff): Scale by 16 instead of 8 in potentially underflowing
27590         case.  Ensure exception if result actually underflows.
27591         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
27592         (efx8): Remove variable.
27593         (__erfl): Scale by 16 instead of 8 in potentially underflowing
27594         case.  Ensure exception if result actually underflows.
27595         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
27596         (efx8): Remove variable.
27597         (__erfl): Scale by 16 instead of 8 in potentially underflowing
27598         case.  Ensure exception if result actually underflows.
27599         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
27600         (efx8): Remove variable.
27601         (__erfl): Scale by 16 instead of 8 in potentially underflowing
27602         case.  Ensure exception if result actually underflows.
27603         * math/auto-libm-test-in: Add more tests of erf.
27604         * math/auto-libm-test-out: Regenerated.
27606 2014-05-14  Andreas Schwab  <schwab@suse.de>
27608         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
27609         Remove code conditionalized on USE___THREAD.
27611         * config.h.in (HAVE_PT_CHOWN): Define as 0.
27612         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
27613         not definedness.
27615 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
27617         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
27618         Define unconditionally.
27619         (__ASSUME_O_CLOEXEC): Likewise.
27620         (__ASSUME_SOCK_CLOEXEC): Likewise.
27621         (__ASSUME_IN_NONBLOCK): Likewise.
27622         (__ASSUME_PIPE2): Likewise.
27623         (__ASSUME_EVENTFD2): Likewise.
27624         (__ASSUME_SIGNALFD4): Likewise.
27625         (__ASSUME_DUP3): Likewise.
27626         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
27627         (__ASSUME_DUP3): Do not define.
27628         (__ASSUME_EVENTFD2): Likewise.
27629         (__ASSUME_IN_NONBLOCK): Likewise.
27630         (__ASSUME_O_CLOEXEC): Likewise.
27631         (__ASSUME_PIPE2): Likewise.
27632         (__ASSUME_SIGNALFD4): Likewise.
27633         (__ASSUME_SOCK_CLOEXEC): Likewise.
27634         (__ASSUME_UTIMES): Undefine.
27635         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
27636         (__ASSUME_UTIMES): Do not define.
27637         (__ASSUME_O_CLOEXEC): Likewise.
27638         (__ASSUME_SOCK_CLOEXEC): Likewise.
27639         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
27640         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
27641         0x020621].
27642         (__ASSUME_PIPE2): Likewise.
27643         (__ASSUME_EVENTFD2): Likewise.
27644         (__ASSUME_SIGNALFD4): Likewise.
27645         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
27646         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
27647         Do not define.
27648         (__ASSUME_EVENTFD2): Likewise.
27649         (__ASSUME_SIGNALFD4): Likewise.
27650         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
27651         (__ASSUME_32BITUIDS): Likewise.
27652         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
27653         (__ASSUME_IPC64): Likewise.
27654         (__ASSUME_ST_INO_64_BIT): Likewise.
27655         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
27656         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
27657         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
27658         (__ASSUME_UTIMES): Do not define.
27659         (__ASSUME_PSELECT): Likewise.
27660         (__ASSUME_PPOLL): Likewise.
27661         (__ASSUME_O_CLOEXEC): Likewise.
27662         (__ASSUME_SOCK_CLOEXEC): Likewise.
27663         (__ASSUME_IN_NONBLOCK): Likewise.
27664         (__ASSUME_PIPE2): Likewise.
27665         (__ASSUME_EVENTFD2): Likewise.
27666         (__ASSUME_SIGNALFD4): Likewise.
27667         (__ASSUME_DUP3): Likewise.
27668         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
27669         (__ASSUME_UTIMES): Likewise.
27670         (__ASSUME_O_CLOEXEC): Likewise.
27671         (__ASSUME_SOCK_CLOEXEC): Likewise.
27672         (__ASSUME_IN_NONBLOCK): Likewise.
27673         (__ASSUME_PIPE2): Likewise.
27674         (__ASSUME_EVENTFD2): Likewise.
27675         (__ASSUME_SIGNALFD4): Likewise.
27676         (__ASSUME_DUP3): Likewise.
27677         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
27678         (__ASSUME_UTIMES): Likewise.
27679         (__ASSUME_O_CLOEXEC): Likewise.
27680         (__ASSUME_SOCK_CLOEXEC): Likewise.
27681         (__ASSUME_IN_NONBLOCK): Likewise.
27682         (__ASSUME_PIPE2): Likewise.
27683         (__ASSUME_EVENTFD2): Likewise.
27684         (__ASSUME_SIGNALFD4): Likewise.
27685         (__ASSUME_DUP3): Likewise.
27686         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
27687         Likewise.
27688         (__ASSUME_UTIMES): Likewise.
27689         (__ASSUME_EVENTFD2): Likewise.
27690         (__ASSUME_SIGNALFD4): Likewise.
27691         * sysdeps/unix/sysv/linux/tile/kernel-features.h
27692         (__ASSUME_O_CLOEXEC): Likewise.
27693         (__ASSUME_SOCK_CLOEXEC): Likewise.
27694         (__ASSUME_IN_NONBLOCK): Likewise.
27695         (__ASSUME_PIPE2): Likewise.
27696         (__ASSUME_EVENTFD2): Likewise.
27697         (__ASSUME_SIGNALFD4): Likewise.
27698         (__ASSUME_DUP3): Likewise.
27699         (__ASSUME_UTIMES): Undefine.
27701         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
27702         feclearexcept.  Remove symbol versioning code.
27703         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
27704         symbol versioning code.
27705         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
27706         symbol versioning code.
27707         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
27708         feupdateenv.  Remove symbol versioning code.
27709         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
27710         fegetexceptflag.  Remove symbol versioning code.
27711         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
27712         fesetexceptflag.  Remove symbol versioning code.
27713         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
27714         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
27715         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
27716         (__posix_fadvise64_l32): Remove prototype.
27717         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
27718         code.
27720 2014-05-13  Roland McGrath  <roland@hack.frob.com>
27722         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
27723         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
27724         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
27725         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
27727 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
27729         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
27730         current working directory
27732 2014-05-13  Roland McGrath  <roland@hack.frob.com>
27734         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
27735         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
27736         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
27737         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
27738         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
27739         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
27740         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
27741         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
27742         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
27743         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
27744         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
27745         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
27746         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
27747         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
27748         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
27749         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
27750         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
27751         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
27752         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
27753         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
27754         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
27755         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
27756         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
27757         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
27758         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
27759         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
27760         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
27761         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
27762         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
27763         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
27764         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
27765         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
27766         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
27767         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
27768         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
27769         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
27770         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
27771         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
27772         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
27773         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
27774         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
27775         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
27777         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
27778         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
27780         * sysdeps/unix/sysv/linux/arm/Makefile
27781         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
27782         Add rt-aeabi_unwind_cpp_pr1.
27783         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
27784         Add nptl-aeabi_unwind_cpp_pr1.
27785         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
27786         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
27787         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
27788         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
27789         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
27790         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
27792         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
27793         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
27794         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
27795         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
27797         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
27798         Deconditionalize the code that was previously under [RESET_PID].
27799         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
27801         * sysdeps/generic/exit-thread.h: New file.
27802         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
27803         * include/unistd.h (__exit_thread): Remove declaration.
27804         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
27805         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
27806         * csu/libc-start.c: Include <exit-thread.h>.
27807         (LIBC_START_MAIN): Pass no argument to __exit_thread.
27808         * nptl/pthread_create.c: Include <exit-thread.h>.
27809         (start_thread): Call __exit_thread in place of __exit_thread_inline.
27810         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
27811         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
27812         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
27813         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
27814         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
27815         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
27816         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
27817         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
27818         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
27819         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
27820         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
27821         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
27822         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
27823         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
27824         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
27825         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
27827 2014-05-13  Andreas Schwab  <schwab@suse.de>
27829         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
27831 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
27833         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
27834         (__ASSUME_UTIMES): Do not condition on kernel version.
27835         (__ASSUME_PSELECT): Define unconditionally.
27836         (__ASSUME_PPOLL): Likewise.
27837         (__ASSUME_ATFCTS): Likewise.
27838         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
27839         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
27840         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
27841         (__ASSUME_UTIMENSAT): Define unconditionally.
27842         (__ASSUME_PRIVATE_FUTEX): Likewise.
27843         (__ASSUME_FALLOCATE): Likewise.
27844         (__ASSUME_O_CLOEXEC): Likewise.
27845         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
27846         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
27847         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
27848         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
27849         (__ASSUME_IN_NONBLOCK): Likewise.
27850         (__ASSUME_PIPE2): Likewise.
27851         (__ASSUME_EVENTFD2): Likewise.
27852         (__ASSUME_SIGNALFD4): Likewise.
27853         (__ASSUME_DUP3): Likewise.
27854         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
27855         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
27856         (__ASSUME_AT_RANDOM): Likewise.
27857         (__ASSUME_PREADV): Likewise.
27858         (__ASSUME_PWRITEV): Likewise.
27859         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
27860         (__ASSUME_F_GETOWN_EX): Define unconditionally.
27861         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
27862         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
27863         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
27864         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
27865         (__ASSUME_O_CLOEXEC): Define unconditionally.
27866         (__ASSUME_PSELECT): Do not undefine conditionally.
27867         (__ASSUME_PPOLL): Likewise.
27868         (__ASSUME_ATFCTS): Likewise.
27869         (__ASSUME_SET_ROBUST_LIST): Likewise.
27870         (__ASSUME_UTIMENSAT): Likewise.
27871         (__ASSUME_FDATASYNC): Define unconditionally.
27872         * sysdeps/unix/sysv/linux/arm/kernel-features.h
27873         (__ASSUME_SIGFRAME_V2): Likewise.
27874         )__ASSUME_EVENTFD2): Likewise.
27875         (__ASSUME_SIGNALFD4): Likewise.
27876         (__ASSUME_PSELECT): Do not undefine conditionally.
27877         (__ASSUME_PPOLL): Likewise.
27878         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
27879         (__ASSUME_PSELECT): Define unconditionally.
27880         (__ASSUME_PPOLL): Likewise.
27881         (__ASSUME_O_CLOEXEC): Likewise.
27882         (__ASSUME_SOCK_CLOEXEC): Likewise.
27883         (__ASSUME_IN_NONBLOCK): Likewise.
27884         (__ASSUME_PIPE2): Likewise.
27885         (__ASSUME_EVENTFD2): Likewise.
27886         (__ASSUME_SIGNALFD4): Likewise.
27887         (__ASSUME_DUP3): Likewise.
27888         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
27889         (__ASSUME_O_CLOEXEC): Likewise.
27890         (__ASSUME_SOCK_CLOEXEC): Likewise.
27891         (__ASSUME_IN_NONBLOCK): Likewise.
27892         (__ASSUME_PIPE2): Likewise.
27893         (__ASSUME_EVENTFD2): Likewise.
27894         (__ASSUME_SIGNALFD4): Likewise.
27895         (__ASSUME_DUP3): Likewise.
27896         * sysdeps/unix/sysv/linux/mips/kernel-features.h
27897         (__ASSUME_EVENTFD2): Likewise.
27898         (__ASSUME_SIGNALFD4): Likewise.
27899         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
27901 2014-05-12  Andreas Schwab  <schwab@suse.de>
27903         [BZ #16932]
27904         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
27905         (_nss_nis_gethostbyname4_r): Return error if item length is larger
27906         than maximum RPC packet size.
27907         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
27908         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
27909         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
27910         (_nss_nis_getservbyport_r): Likewise.
27912 2014-05-12  Will Newton  <will.newton@linaro.org>
27914         * malloc/Makefile (tests): Add tst-mallopt.
27915         * malloc/tst-mallopt.c: New file.
27917 2014-05-09  Roland McGrath  <roland@hack.frob.com>
27919         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
27920         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
27922 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27924         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
27925         (tst-tlsmod6.so): Likewise.
27927 2014-05-09  Roland McGrath  <roland@hack.frob.com>
27929         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
27931 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
27933         [BZ #16064]
27934         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
27935         and <dl-procinfo.h>.
27936         (__fegetenv): Save SSE state in envp->__eip if supported.
27937         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
27938         envp->__eip if supported.
27939         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
27940         and <dl-procinfo.h>.
27941         (__fesetenv): Always set __eip, __cs_selector, __opcode,
27942         __data_offset and __data_selector in environment to 0.  Set SSE
27943         state if supported.
27944         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
27945         test-fenv-sse.
27946         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
27947         -mfpmath=sse.
27948         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
27950 2014-05-09  Will Newton  <will.newton@linaro.org>
27952         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
27953         and libc_relro_required for ARM.
27954         * sysdeps/arm/preconfigure: Regenerate.
27956 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
27957             Stefan Liebler  <stli@linux.vnet.ibm.com>
27959         * config.make.in (enable-lock-elision): New Makefile variable.
27960         * configure.ac: Likewise.
27961         * configure: Regenerate.
27962         * sysdeps/s390/configure.ac:
27963         Add check for gcc transactions support.
27964         * sysdeps/s390/configure: Regenerate.
27965         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
27966         Build elision files if enabled.
27967         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
27968         Add lock elision support for s390.
27969         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
27970         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
27971         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
27972         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
27973         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
27974         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
27975         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
27976         Likewise.
27977         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
27978         Likewise.
27979         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
27980         Likewise.
27981         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
27982         Likewise.
27983         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
27984         (__lll_timedlock_elision, __lll_lock_elision)
27985         (__lll_unlock_elision, __lll_trylock_elision)
27986         (lll_timedlock_elision, lll_lock_elision)
27987         (lll_unlock_elision, lll_trylock_elision): Add.
27988         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
27989         (pthread_mutex_t): Add lock elision support for s390.
27991 2014-05-14  Wilco  <wdijkstr@arm.com>
27993         * sysdeps/arm/fclrexcpt.c: Cleanup.
27994         * sysdeps/arm/fedisblxcpt.c: Cleanup.
27995         * sysdeps/arm/feenablxcpt.c: Cleanup.
27996         * sysdeps/arm/fegetenv.c: Cleanup.
27997         * sysdeps/arm/fegetexcept.c: Cleanup.
27998         * sysdeps/arm/fegetround.c: Cleanup.
27999         * sysdeps/arm/feholdexcpt.c: Cleanup.
28000         * sysdeps/arm/fesetenv.c: Cleanup.
28001         * sysdeps/arm/fesetround.c: Cleanup.
28002         * sysdeps/arm/feupdateenv.c: Cleanup.
28003         * sysdeps/arm/fgetexcptflg.c: Cleanup.
28004         * sysdeps/arm/fraiseexcpt.c: Cleanup.
28005         * sysdeps/arm/fsetexcptflg.c: Cleanup.
28006         * sysdeps/arm/ftestexcept.c: Cleanup.
28007         * sysdeps/arm/get-rounding-mode.h: Cleanup.
28008         * sysdeps/arm/setfpucw.c: Cleanup.
28010 2014-05-09  Will Newton  <will.newton@linaro.org>
28012         * sysdeps/arm/armv7/strcmp.S: New file.
28013         * NEWS: Mention addition of ARMv7 optimized strcmp.
28015 2014-05-08  Roland McGrath  <roland@hack.frob.com>
28017         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
28018         look for %.ac rather than %.in.
28020         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
28021         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
28022         * sysdeps/mach/hurd/configure: Regenerated.
28023         * sysdeps/unix/sysv/linux/configure: Regenerated.
28025         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
28027 2014-05-07  Steve Ellcey  <sellcey@mips.com>
28029         [BZ# 16922]
28030         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
28031         (LONG_SUB): Ditto.
28032         (PTR_SUB): Ditto.
28034 2014-05-07  Andreas Schwab  <schwab@suse.de>
28036         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
28037         when skipping over non-matching result from nscd.
28039 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
28041         [BZ #16876]
28042         * nptl/sockperf.c (client): Check socket return value.
28044         [BZ #16877]
28045         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
28046         nscd security class.
28048 2014-05-06  Roland McGrath  <roland@hack.frob.com>
28050         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
28051         * sysdeps/arm/unwind.h: ... here.
28053 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
28055         [BZ# 16916]
28056         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
28057         Define.
28059 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
28061         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
28062         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
28063         multiarch strncpy for PPC64.
28064         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
28065         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
28066         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
28067         multiarch optimizations.
28068         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
28069         (__libc_ifunc_impl_list): Likewise.
28070         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
28071         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
28072         multiarch stpncpy for PPC64.
28073         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
28074         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
28076 2014-05-06  Andreas Schwab  <schwab@suse.de>
28078         [BZ #16912]
28079         * gmon/mcount.c (_MCOUNT_DECL): Use
28080         atomic_compare_and_exchange_bool_acq instead of
28081         catomic_compare_and_exchange_bool_acq.
28083 2014-05-05  Roland McGrath  <roland@hack.frob.com>
28085         * elf/Makefile (others, install-bin): Remove pldd.
28086         (pldd-modules): Variable removed.
28087         ($(objpfx)pldd): Target removed.
28088         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
28089         (others, install-bin): Append pldd here.
28090         ($(objpfx)pldd): New target.
28092         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
28093         to 0, so the first #if test emitted later doesn't see it undefined.
28094         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
28095         * sysdeps/gnu/errlist.c: Regenerated.
28097 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28099         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
28100         [libc_hidden_builtin_def]: Define to empty value.
28101         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
28102         [libc_hidden_builtin_def]: Likewise.
28103         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
28104         [libc_hidden_builtin_def]: Likewise.
28105         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
28106         [libc_hidden_builtin_def]: Likewise.
28107         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
28108         __redirect_memcpy and define ifunc as default hidden symbol.
28109         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
28110         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
28112 2014-05-04  Adam Conrad  <adconrad@0c3.net>
28114         * locale/iso-4217.def: Reintroduce XDR currency.
28116 2014-05-04  Allan McRae  <allan@archlinux.org>
28118         * po/eo.po: Update Esperanto translation from translation project.
28120 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
28122         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
28123         and FEATURE_INDEX_MAX to 1.
28124         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
28126 2014-05-01  Steve Ellcey  <sellcey@mips.com>
28128         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
28129         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
28130         * iconvdata/big5.c (ONE_DIRECTION): Define.
28131         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
28132         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
28133         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
28134         * iconvdata/cp932.c (ONE_DIRECTION): Define.
28135         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
28136         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
28137         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
28138         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
28139         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
28140         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
28141         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
28142         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
28143         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
28144         * iconvdata/gbk.c (ONE_DIRECTION): Define.
28145         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
28146         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
28147         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
28148         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
28149         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
28150         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
28151         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
28152         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
28153         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
28154         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
28155         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
28156         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
28157         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
28158         * iconvdata/iso646.c (ONE_DIRECTION): Define.
28159         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
28160         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
28161         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
28162         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
28163         * iconvdata/johab.c (ONE_DIRECTION): Define.
28164         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
28165         * iconvdata/sjis.c (ONE_DIRECTION): Define.
28166         * iconvdata/t.61.c (ONE_DIRECTION): Define.
28167         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
28168         * iconvdata/tscii.c (ONE_DIRECTION): Define.
28169         * iconvdata/uhc.c (ONE_DIRECTION): Define.
28170         * iconvdata/unicode.c (ONE_DIRECTION): Define.
28171         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
28172         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
28173         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
28175 2014-05-01  Roland McGrath  <roland@hack.frob.com>
28177         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
28178         (_IO_JUMPS_OFFSET): Define to 0.
28180         * nptl/sysdeps/pthread/bits/libc-lock.h
28181         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
28182         (__libc_lock_define_initialized_recursive): Always define using
28183         initializer.  Modern compilers treat uninitialized (implicit zero) and
28184         explicit zero initializers the same (i.e. put the datum in bss).
28186 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
28188         * nscd/nscd-client.h: Include <string.h>.
28190 2014-05-01  David S. Miller  <davem@davemloft.net>
28192         [BZ #16885]
28193         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
28194         multiple zero bytes exist at the end of a string.
28195         Reported by Aurelien Jarno <aurelien@aurel32.net>
28197         * string/test-strcmp.c (check): Add explicit test for situations where
28198         there are multiple zero bytes after the first.
28200 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
28202         [BZ #16890]
28203         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
28204         when compiling wprintf.
28205         * stdio-common/tstdiomisc.c (t3): New function.
28206         (main): Call it.
28208 2014-05-01  Steve Ellcey  <sellcey@mips.com>
28210         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
28211         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
28212         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
28213         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
28215 2014-05-01  Steve Ellcey  <sellcey@mips.com>
28217         * stdlib/longlong.h: Updated from GCC.
28219 2014-05-01  Will Newton  <will.newton@linaro.org>
28220             Bernard Ogden  <bernie.ogden@linaro.org>
28222         * NEWS: Update fixed bug list.
28224         [BZ #15119]
28225         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
28227 2014-04-30  David S. Miller  <davem@davemloft.net>
28229         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
28230         (libc_feholdexcept_setround_sparc_ctx): New function.
28231         (libc_fesetenv_sparc_ctx): Likewise.
28232         (libc_feupdateenv_sparc_ctx): Likewise.
28233         (libc_feholdsetround_sparc_ctx): Likewise.
28234         (libc_feholdexcept_setround_ctx): Define.
28235         (libc_feholdexcept_setroundf_ctx): Likewise.
28236         (libc_feholdexcept_setroundl_ctx): Likewise.
28237         (libc_fesetenv_ctx): Likewise.
28238         (libc_fesetenvf_ctx): Likewise.
28239         (libc_fesetenvl_ctx): Likewise.
28240         (libc_feupdateenv_ctx): Likewise.
28241         (libc_feupdateenvf_ctx): Likewise.
28242         (libc_feupdateenvl_ctx): Likewise.
28243         (libc_feresetround_ctx): Likewise.
28244         (libc_feresetroundf_ctx): Likewise.
28245         (libc_feresetroundl_ctx): Likewise.
28246         (libc_feholdsetround_ctx): Likewise.
28247         (libc_feholdsetroundf_ctx): Likewise.
28248         (libc_feholdsetroundl_ctx): Likewise.
28250         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
28251         with __USE_GNU instead of XOPEN cpp guards.
28253         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
28254         0.
28256         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
28257         with XOPEN cpp guards.
28259 2014-04-30  Julian Brown  <julian@codesourcery.com>
28261         [BZ #16888]
28262         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
28263         handling.
28265 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
28267         [BZ #9894]
28268         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
28269         Change to 2.6.32.
28270         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
28271         * sysdeps/unix/sysv/linux/configure: Regenerated.
28272         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
28273         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
28274         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
28275         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
28276         * README: Update reference to required Linux kernel version.
28277         * manual/install.texi (Linux): Update reference to required Linux
28278         kernel headers version.
28279         * INSTALL: Regenerated.
28281         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
28282         header inclusion.
28283         [POSIX] (limits.h): Likewise.
28284         [POSIX] (math.h): Likewise.
28285         [POSIX] (sys/wait.h): Likewise.
28286         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
28287         function.
28288         [POSIX] (stddef.h): Do not allow header inclusion.
28290 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28292         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
28294 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
28296         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
28297         Return immediately after lll_futex_wake.
28299 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28301         [BZ #16791]
28302         * nscd/nscd-client.h (datahead_init_common): Initialize entire
28303         structure.
28304         (datahead_init_pos): Call datahead_init_common early.
28305         (datahead_init_neg): Likewise.
28307         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
28308         datahead_init_neg): New functions.
28309         * nscd/aicache.c (addhstaiX): Use them.
28310         * nscd/grpcache.c (cache_addgr): Likewise.
28311         * nscd/hstcache.c (cache_addhst): Likewise.
28312         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28313         * nscd/netgroupcache.c (do_notfound): Likewise.
28314         (addgetnetgrentX): Likewise.
28315         (addinnetgrX): Likewise.
28316         * nscd/pwdcache.c (cache_addpw): Likewise.
28317         * nscd/servicescache.c (cache_addserv): Likewise.
28319 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28320             Atsushi Onoe  <atsushi@onoe.org>
28322         [BZ #14308]
28323         [BZ #12994]
28324         [BZ #13651]
28325         * resolv/res_query.c (__libc_res_nsearch): Return if at least
28326         one response is valid.
28327         * resolv/res_send.c (send_dg): Check for validity of other
28328         response if the current response is a referral.
28330 2014-04-29  Steve Ellcey  <sellcey@mips.com>
28332         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
28334 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
28336         [BZ #16823]
28337         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
28338         Always divide by positive zero when computing -Inf result.
28339         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
28340         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
28342 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28344         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
28345         FPSCR if value do not change.
28346         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
28347         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
28348         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
28349         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
28350         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
28351         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
28352         function.
28354 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
28356         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
28357         * sysdeps/unix/sysv/linux/hppa: Move directory from
28358         ports/systeps/unix/sysv/linux/hppa.
28359         * README: Update listing for hppa-*-linux-gnu.
28361 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
28363         [BZ #16754]
28364         * manual/stdio.texi (Hook functions): Fix types of stream hook
28365         functions.
28366         [BZ #16854]
28367         * socket/sys/socket.h: Fix typo in comment.
28369 2014-04-28  Wilco  <wdijkstr@arm.com>
28371         * sysdeps/arm/fenv_private.h: New file.
28372         * sysdeps/arm/math_private.h: New file.
28373         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
28375 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
28377         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
28378         with __int128_t.
28379         (La_x86_64_retval): Likewise.
28381 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
28383         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
28384         fpsr if value didn't change.
28385         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
28386         to fpcr if value didn't change.
28387         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
28388         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
28389         fpsr or fpcr if value didn't change.
28390         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
28391         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
28392         fpcr if value didn't change.
28393         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
28394         to fpsr if value didn't change.
28396 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28398         * nptl/tst-sem3.c: Use test-skeleton.c
28399         (main): Rename to do_test.  Use return instead of
28400         exit.
28401         * nptl/tst-sem4.c: Use test-skeleton.c
28402         (main): Rename to do_test.
28404 2014-04-22  David S. Miller  <davem@davemloft.net>
28406         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
28407         (struct sigaction): New struct member __glibc_reserved0, change
28408         type of sa_flags to int.
28410 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
28412         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
28413         (COUNT_LEADING_ZEROS_0): Define for AArch64.
28415 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28417         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
28418         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
28420 2014-04-22  Will Newton  <will.newton@linaro.org>
28421             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
28423         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
28424         (__longjmp): Add longjmp and longjmp_target SystemTap
28425         probes.
28426         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
28427         (__sigsetjmp): Add setjmp SystemTap probe.
28429 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
28431         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
28432         match manual order.
28434 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28436         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
28438         * sysdeps/powerpc/fpu/fenv_private.h
28439         (libc_feholdexcept_setroundl_ctx): Define to
28440         libc_feholdexcept_setround_ppc_ctx.
28441         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
28442         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
28443         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
28444         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
28446 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
28448         * sysdeps/aarch64/math-tests.h: New file.
28450 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
28452         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
28453         New.
28454         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
28455         Check and set bit_AVX2_Usable.
28456         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
28457         macro.
28458         (bit_AVX2): Likewise.
28459         (index_AVX2_Usable): Likewise.
28460         (CPUID_AVX2): Likewise.
28461         (HAS_AVX2): Likewise.
28463 2014-04-17  Will Newton  <will.newton@linaro.org>
28465         * manual/setjmp.texi (System V contexts): Add note that
28466         calling setcontext on a context created by a call to a
28467         signal handler is undefined.  Update text to note that
28468         setcontext from a signal handler is possible but not
28469         recommended.
28471         [BZ #16629]
28472         * stdlib/tst-setcontext.c: Include signal.h.
28473         (main): Check that the signal stack before and
28474         after swapcontext is the same.
28476         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
28477         Re-implement to restore registers in user code and avoid
28478         rt_sigreturn system call.
28480 2014-04-17  Wilco  <wdijkstr@arm.com>
28482         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
28483         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
28484         * math/test-fenv.c: Skip exception trap tests on targets which only
28485         support non-stop mode.
28487 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
28488             Wilco Dijkstra  <wilco.dijkstra@arm.com>
28490         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
28491         (libc_feholdsetround_aarch64_ctx)
28492         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
28493         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
28494         (libc_feresetround_ctx, libc_feresetroundf_ctx)
28495         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
28496         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
28497         (libc_feresetround_noexl_ctx): Define.
28499 2014-04-16  Richard Henderson  <rth@redhat.com>
28501         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
28503         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
28504         unwind tables.
28506         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
28507         const from the non-libc, non-ldso copy.
28509         * sysdeps/alpha/libm-test-ulps: Regenerate.
28511 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
28512             Wilco Dijkstra  <wilco.dijkstra@arm.com>
28514         * sysdeps/aarch64/fpu/math_private.h: New file.
28516 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
28518         * sysdeps/aarch64/libm-test-ulps: Regenerate.
28520 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
28522         [BZ #16275]
28523         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
28524         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
28525         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
28526         Intel MPX bound registers before _dl_profile_fixup.
28527         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
28528         registers after _dl_profile_fixup.  Save and restore bound
28529         registers bnd0/bnd1 when calling _dl_call_pltexit.
28530         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
28531         (LR_BND_OFFSET): Likewise.
28532         (LRV_BND0_OFFSET): Likewise.
28533         (LRV_BND1_OFFSET): Likewise.
28535 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28537         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
28538         to...
28539         * sysdeps/mach/hurd/i386/tls.h: ... here.
28540         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
28541         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
28542         fields.
28544 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28546         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
28548 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
28550         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
28552 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
28554         [BZ #14770]
28555         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
28556         * sysdeps/s390/configure: Regenerate.
28558         [BZ #16824]
28559         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
28560         Set round-to-nearest internally to reduce error accumulation.
28562 2014-04-16  Alan Modra  <amodra@gmail.com>
28564         [BZ #16740]
28565         [BZ #16619]
28566         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
28567         * math/libm-test.inc (frexp_test_data): Add tests.
28568         * NEWS: Update fixed bug list.
28570 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28572         * benchtests/Makefile: Depend on libraries in build directory.
28573         (bench-math): Separate out math tests.
28574         (bench-pthread): Separate out pthread tests.
28575         (bench): Include math and pthread tests.
28577 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
28579         [BZ #16831]
28580         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
28581         _dl_debug_initialize.
28583         * configure.ac: Remove SELinux header check.
28584         * configure: Regenerate.
28585         * nscd/selinux.c (perms): Array of const char* to permission names.
28586         (nscd_request_avc_has_perm): Call security_deny_unknown to find
28587         default policy. Call string_to_security_class and string_to_av_perm to
28588         translate strings. Enforce default policy and call avs_has_perm with
28589         results of translated strings.
28591 2014-04-13  David S. Miller  <davem@davemloft.net>
28593         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28595 2014-04-12  Allan McRae  <allan@archlinux.org>
28597         [BZ #16838]
28598         * manual/string.texi (Collation Functions): Fix qsort argument
28599         order in example.
28600         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
28602 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
28604         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
28605         Make the test a no-op if there are no exceptions defined.
28607 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
28609         * elf/Makefile (tests): make tst-dlopen-aout conditional on
28610         enable-hardcoded-path-in-tests
28612 2014-04-11  Will Newton  <will.newton@linaro.org>
28614         * benchtests/Makefile (extra-objs): Add json-lib.o.
28615         (bench-func): Tidy up JSON output.
28616         * benchtests/bench-skeleton.c: Include json-lib.h.
28617         (main): Use JSON library functions to do output of
28618         benchmark results.
28619         * benchtests/bench-timing-type.c (main): Output the
28620         timing type simply, leaving formatting to the user.
28621         * benchtests/json-lib.c: New file.
28622         * benchtests/json-lib.h: Likewise.
28624 2014-04-11  Torvald Riegel  <triegel@redhat.com>
28626         [BZ #15215]
28627         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
28628         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
28629         memory barriers.  Add comments.
28630         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
28631         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
28632         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
28633         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
28634         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
28635         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
28637 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
28639         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
28640         * sysdeps/s390/s390-64/configure.ac: ... this ...
28641         * sysdeps/s390/configure.ac: ... to here.
28642         * sysdeps/s390/s390-32/configure: Delete file.
28643         * sysdeps/s390/s390-64/configure: Delete file.
28644         * sysdeps/s390/configure: Regenerate.
28646 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
28648         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
28650 2014-04-11  Will Newton  <will.newton@linaro.org>
28652         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
28653         to zero if it is not defined elsewhere.  (mtrim): Test
28654         the value of MALLOC_DEBUG with #if rather than #ifdef.
28656 2014-04-10 Torvald Riegel  <triegel@redhat.com>
28658         * benchtests/pthread_once-inputs: New file.
28659         * benchtests/pthread_once-source.c: New file.
28660         * benchtests/README: Update documentation.
28662 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
28663             H.J. Lu  <hongjiu.lu@intel.com>
28665         [BZ #16275]
28666         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
28667         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
28668         * sysdeps/x86_64/configure: Regenerated.
28669         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
28670         macro.
28671         (REGISTER_SAVE_RAX): Likewise.
28672         (REGISTER_SAVE_RCX): Likewise.
28673         (REGISTER_SAVE_RDX): Likewise.
28674         (REGISTER_SAVE_RSI): Likewise.
28675         (REGISTER_SAVE_RDI): Likewise.
28676         (REGISTER_SAVE_R8): Likewise.
28677         (REGISTER_SAVE_R9): Likewise.
28678         (REGISTER_SAVE_BND0): Likewise.
28679         (REGISTER_SAVE_BND1): Likewise.
28680         (REGISTER_SAVE_BND2): Likewise.
28681         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
28682         bound registers when calling _dl_fixup.
28684 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28686         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
28687         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
28688         of its definition.
28689         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
28690         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
28691         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
28692         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
28693         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
28694         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
28695         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
28697 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
28699         [BZ #15514]
28700         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
28701         pathconf(_PC_NAME_MAX).
28703 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28705         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
28706         Remove macro usage.
28707         (__PTHREAD_SPINS): Move definition to ...
28708         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
28709         (__PTHREAD_SPINS): ... here.
28710         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
28711         (__PTHREAD_SPIN): Likewise.
28712         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
28713         (__PTHREAD_SPIN): Likewise.
28714         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
28715         (__PTHREAD_SPIN): Likewise.
28716         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
28717         (__PTHREAD_SPIN): Likewise.
28718         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
28719         (__PTHREAD_SPIN): Likewise.
28720         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
28721         (__PTHREAD_SPIN): Likewise.
28722         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
28723         (__PTHREAD_SPIN): Likewise.
28724         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
28725         (__PTHREAD_SPIN): Likewise.
28726         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
28727         (__PTHREAD_SPIN): Likewise.
28728         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
28729         (__PTHREAD_SPIN): Likewise.
28730         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
28731         (__PTHREAD_SPIN): Likewise.
28732         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
28733         (__PTHREAD_SPIN): Likewise.
28735         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
28736         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
28737         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
28738         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
28739         imply folder.
28740         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
28741         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
28742         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
28743         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
28744         correct imply path.
28745         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
28746         strlen symbol for non multi-arch builds.
28747         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
28748         missing hidden_def and weak_alias.
28750 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
28752         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
28754 2014-04-07  Will Newton  <will.newton@linaro.org>
28756         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
28757         and contents.  [!_LIBC] Remove #ifndef and contents.
28758         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
28759         * string/memccpy.c (__memccpy): Use ANSI prototype.
28760         * string/memfrob.c (memfrob): Likewise.
28761         * string/strcoll.c (STRCOLL): Likewise.
28762         * string/strlen.c (strlen): Likewise.
28763         * string/strtok.c (STRTOK): Likewise.
28764         * string/strcat.c: Remove unused #include of memcopy.h.
28765         (strcat): Use ANSI prototype.
28766         * string/strchr.c: Remove unused #include of memcopy.h.
28767         (strchr): Use ANSI prototype.
28768         * string/strcmp.c: Remove unused #include of memcopy.h.
28769         (strcmp): Use ANSI prototype.
28770         * string/strcpy.c: Remove unused #include of memcopy.h.
28771         (strcpy): Use ANSI prototype.
28773 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28775         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
28776         * config.make.in (config-extra-cppflags): Set it from
28777         libc_extra_cppflags.
28778         * configure.ac (libc_extra_cflags): Make it accumulate over
28779         configure fragments.
28780         (libc_extra_cppflags): New flag.
28781         * configure. Regenerate.
28782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
28783         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
28784         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
28785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
28787         [BZ #16815]
28788         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
28789         result for FE_DOWNWARD rounding mode.
28790         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
28791         Likewise.
28792         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28794 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
28796         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
28797         in function argument name.
28799 2014-04-03  David Svoboda  <svoboda@cert.org>
28801         [BZ #5666]
28802         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
28803         explicitly.
28805 2014-04-03  Roland McGrath  <roland@hack.frob.com>
28807         * elf/dl-unmap-segments.h: New file.
28808         * sysdeps/generic/ldsodefs.h
28809         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
28810         * elf/dl-close.c: Include <dl-unmap-segments.h>.
28811         * elf/dl-fptr.c: Likewise.
28812         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
28813         * sysdeps/aarch64/tlsdesc.c: Likewise.
28814         * sysdeps/arm/tlsdesc.c: Likewise.
28815         * sysdeps/i386/tlsdesc.c: Likewise.
28816         * sysdeps/tile/dl-runtime.c: Likewise.
28817         * sysdeps/x86_64/tlsdesc.c: Likewise.
28818         * elf/dl-load.h: New file.
28819         * elf/dl-load.c: Include it.
28820         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
28821         Macros moved to dl-load.h.
28822         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
28823         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
28824         Use _dl_unmap_segments in place of __munmap.
28825         Break out segment-mapping loop into ...
28826         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
28828 2014-04-03  Will Newton  <will.newton@linaro.org>
28830         * elf/dl-lookup.c (do_lookup_x): Remove comment
28831         referring to nested function and move variable
28832         declarations down to before first use.
28834 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
28836         [BZ #16799]
28837         [BZ #16800]
28838         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
28839         with 0 numerator.
28840         * math/s_catanf.c (__catanf): Likewise.
28841         * math/s_catanh.c (__catanh): Likewise.
28842         * math/s_catanhf.c (__catanhf): Likewise.
28843         * math/s_catanhl.c (__catanhl): Likewise.
28844         * math/s_catanl.c (__catanl): Likewise.
28845         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
28846         by positive zero when computing -Inf result.
28847         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
28848         (catanh_test): Likewise.
28849         * sysdeps/i386/fpu/libm-test-ulps: Update.
28850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28852         [BZ #16789]
28853         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
28854         instead of using underflowing value in computing result.
28855         * math/s_clog10.c (__clog10): Likewise.
28856         * math/s_clog10f.c (__clog10f): Likewise.
28857         * math/s_clog10l.c (__clog10l): Likewise.
28858         * math/s_clogf.c (__clogf): Likewise.
28859         * math/s_clogl.c (__clogl): Likewise.
28860         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
28861         (clog10_test): Likewise.
28862         * sysdeps/i386/fpu/libm-test-ulps: Update.
28863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28865 2014-04-02  Alan Modra  <amodra@gmail.com>
28867         [BZ #16739]
28868         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
28869         output when value is near a power of two.  Use int64_t for lx and
28870         remove casts.  Use decimal rather than hex exponent constants.
28871         Don't use long double multiplication when double will suffice.
28872         * math/libm-test.inc (nextafter_test_data): Add tests.
28873         * NEWS: Add 16739 and 16786 to bug list.
28875         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
28877         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
28879 2014-04-01  Will Newton  <will.newton@linaro.org>
28881         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
28882         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
28884 2014-04-01  Florian Weimer  <fweimer@redhat.com>
28886         [BZ #13347]
28887         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
28888         * nptl/tst-setuid2.c: New file.
28889         * nptl/Makefile (xtests): Add tst-setuid2.
28891 2014-04-01  Alan Modra  <amodra@gmail.com>
28893         [BZ #16786]
28894         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
28896 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
28898         [BZ #6803]
28899         [BZ #6804]
28900         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
28901         set errno as appropriate.
28902         * math/w_scalbf.c (__scalbf): Likewise.
28903         * math/w_scalbl.c (__scalbl): Likewise.
28904         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
28905         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
28906         * math/libm-test.inc (scalb_test_data): Add errno expectations.
28907         Add more NaN tests.
28909         [BZ #16349]
28910         * math/w_atan2.c: Include <errno.h>.
28911         (__atan2): Set errno for result underflowing to zero.
28912         * math/w_atan2f.c: Include <errno.h>.
28913         (__atan2f): Set errno for result underflowing to zero.
28914         * math/w_atan2l.c: Include <errno.h>.
28915         (__atan2l): Set errno for result underflowing to zero.
28916         * math/auto-libm-test-in: Don't allow missing errno for some atan2
28917         tests.
28918         * math/auto-libm-test-out: Regenerated.
28920 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28922         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
28923         Encode instruction correctly in little endian.
28924         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
28925         Likewise.
28926         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
28927         Likewise.
28928         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
28929         Likewise.
28930         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
28931         Likewise.
28933 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
28935         [BZ #9894]
28936         * sysdeps/unix/sysv/linux/kernel-features.h
28937         [__sparc__ && !__arch64__ && !__sparc_v9__]
28938         (__ASSUME_SET_ROBUST_LIST): Do not define.
28939         [__sparc__ && !__arch64__ && !__sparc_v9__]
28940         (__ASSUME_FUTEX_LOCK_PI): Likewise.
28941         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
28942         Likewise.
28943         * sysdeps/unix/sysv/linux/arm/kernel-features.h
28944         (__ASSUME_FUTEX_LOCK_PI): Undefine.
28945         (__ASSUME_REQUEUE_PI): Likewise.
28946         (__ASSUME_SET_ROBUST_LIST): Likewise.
28947         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
28948         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
28949         Undefine.
28950         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
28951         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
28952         Likewise.
28953         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
28954         Likewise.
28955         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
28956         Likewise.
28957         * sysdeps/unix/sysv/linux/mips/kernel-features.h
28958         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
28959         Undefine.
28960         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
28961         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
28962         Likewise.
28964         [BZ #16648]
28965         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
28966         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
28967         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
28969 2014-03-31  Will Newton  <will.newton@linaro.org>
28971         * benchtests/Makefile (bench): Add ffs and ffsll to list
28972         of tests.
28973         * benchtests/ffs-inputs: New file.
28974         * benchtests/ffsll-inputs: Likewise.
28976 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
28978         [BZ #16770]
28979         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
28980         too large before casting to int.
28981         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
28982         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
28983         * math/libm-test.inc (scalb_test_data): Add more tests.
28985 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28987         * benchtests/Makefile (DETAILED_OPT): New make option.
28988         (bench-func): Run benchmark program with -d if DETAILED_OPT is
28989         set.
28990         * benchtests/bench-skeleton.c: Include stdbool.h.
28991         (main): Store and print timings per input.
28992         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
28993         member to each argument value.
28994         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
28995         (_print_arg_data): Initialize per-input timing to 0.
28997         * benchtests/Makefile (timing-type): New binary.
28998         (bench-clean): Also remove bench-timing-type.
28999         (bench): New target for timing-type.
29000         (bench-func): Print output in JSON format.
29001         * benchtests/bench-skeleton.c (main): Print output in JSON
29002         format.
29003         * benchtests/bench-timing-type.c: New file.
29004         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
29005         (TIMING_PRINT_STATS): Remove.
29006         * benchtests/scripts/bench.py (_print_arg_data): Store variant
29007         name separately.
29009         * benchtests/bench-modf.c: Remove.
29010         * benchtests/modf-inputs: New inputs file.
29012 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
29014         [BZ #16362]
29015         * math/s_clog10.c (M_PI_LOG10E): New macro.
29016         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
29017         imaginary parts are 0.
29018         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
29019         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
29020         imaginary parts are 0.
29021         * math/s_clog10l.c (M_PI_LOG10El): New macro.
29022         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
29023         imaginary parts are 0.
29024         * math/libm-test.inc (clog10_test_data): Update expected results
29025         for when real and imaginary parts are 0.
29027 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
29029         * elf/dl-load.c: Finish conversion of __builtin_expect into
29030         __glibc_{un}likely.
29032 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
29034         [BZ #16348]
29035         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
29036         1+x for argument with exponent below -67.
29037         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
29038         Likewise.
29039         * math/auto-libm-test-in: Add more tests of exp.
29040         * math/auto-libm-test-out: Regenerated.
29042 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
29044         [BZ #16759]
29045         * inet/getnetgrent_r.c (get_nonempty_val): New function.
29046         (nscd_getnetgrent): Use it.
29048         [BZ #16760]
29049         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
29050         of stpcpy.
29052 2014-03-27  Andi Kleen  <ak@linux.intel.com>
29054         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
29055         (lll_robust_lock, lll_cond_lock, lll_timedlock)
29056         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
29057         (lll_robust_unlock): Remove out of line section. Use cfi
29058         intrinsics.
29059         (LLL_STUB_UNWIND_INFO*): Remove.
29060         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
29061         (lll_robust_lock, lll_cond_lock, lll_timedlock)
29062         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
29063         (lll_robust_unlock): Remove out of line section. Use cfi
29064         intrinsics.
29065         (LLL_STUB_UNWIND_INFO*): Remove.
29067 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
29069         [BZ #16758]
29070         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
29071         blank values.
29073 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
29075         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
29077 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
29079         [BZ #16198]
29080         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
29081         fnstenv.
29082         * math/test-fenv-preserve.c: New file.
29083         * math/Makefile (tests): Add test-fenv-preserve.
29085 2014-03-26  Will Newton <will.newton@linaro.org>
29087         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
29089 2014-03-25  Roland McGrath  <roland@hack.frob.com>
29091         * scripts/versionlist.awk: Partition the version sets and emit all
29092         GLIBC_* (sorted) before all others (sorted).
29094 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
29096         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
29097         GLIBC_2.2.5 version.
29099 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29101         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
29102         calls.
29104         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
29105         previous change.
29107         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29109 2014-03-25  Andreas Schwab  <schwab@suse.de>
29111         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
29112         label to be used after in6ailist is initialized.
29114 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29116         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
29117         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
29119 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
29121         [BZ #16357]
29122         [BZ #16599]
29123         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
29124         min_plus_half.
29125         (fp_formats): Update initializers.
29126         (init_fp_formats): Initialize new field.
29127         (output_for_one_input_case): Allow underflow for results up to
29128         min_plus_half.
29129         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
29130         * math/auto-libm-test-in: Don't mark some underflows from asin and
29131         atanh as spurious.
29132         * math/auto-libm-test-out: Regenerated.
29133         * sysdeps/i386/fpu/libm-test-ulps: Update.
29134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29136 2014-03-25  Andreas Schwab  <schwab@suse.de>
29138         * libio/Makefile (tst-ftell-partial-wide-ENV)
29139         (tst-ftell-active-handler-ENV): Define.
29141 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
29143         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
29145 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
29147         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
29149 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
29151         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
29152         * sysdeps/x86_64/fpu/multiarch/e_exp.c
29153         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
29155 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
29157         [BZ #16634]
29158         * elf/dl-load.c (open_verify): Add mode parameter.
29159         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
29160         (open_path): Change from boolean 'secure' to complete flag 'mode'
29161         (_dl_map_object): Adjust.
29162         * elf/Makefile (tests): Add tst-dlopen-aout.
29163         * elf/tst-dlopen-aout.c: New test.
29165 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
29167         [BZ #16714]
29168         * sysdeps/unix/sysv/linux/s390/bits/stat.h
29169         (struct stat): Rename member pad0 to __glibc_reserved0.
29171         [BZ #16712]
29172         * sysdeps/s390/s390-32/bits/wordsize.h
29173         (__WORDSIZE32_SIZE_ULONG): New define.
29174         * sysdeps/s390/s390-64/bits/wordsize.h
29175         (__WORDSIZE32_SIZE_ULONG): Likewise.
29176         * sysdeps/generic/stdint.h (SIZE_MAX):
29177         Define as UL if __WORDSIZE32_SIZE_ULONG.
29179         [BZ #16713]
29180         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
29181         (__glibc_reserved0): New variable.
29182         (sa_flags): Change type to int.
29184         * posix/Makefile (before-compile): Use += before-compile instead
29185         of a :=.
29187         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
29188         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
29190 2014-03-20  Andreas Schwab  <schwab@suse.de>
29192         [BZ #16743]
29193         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
29194         non-matching result from nscd.
29196 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29198         * scripts/bench.py: Moved to ...
29199         * benchtests/scripts/bench.py: ... here.
29200         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
29202 2014-03-24  Andreas Schwab  <schwab@suse.de>
29204         [BZ #16002]
29205         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
29206         alloca_account and account alloca use for struct in6ailist.
29208 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
29210         [BZ #16284]
29211         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
29212         rounding mode to recompute results that overflow to infinity or
29213         underflow to zero.
29214         * math/auto-libm-test-in: Don't mark tests as expected to fail for
29215         bug 16284.
29216         * math/auto-libm-test-out: Regenerated.
29217         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
29218         (ccosh_test): Likewise.
29219         (csin_test_data): Use plus_oflow.
29220         (csin_test): Use ALL_RM_TEST.
29221         (csinh_test_data): Use plus_oflow.
29222         (csinh_test): Use ALL_RM_TEST.
29223         * sysdeps/i386/fpu/libm-test-ulps: Update.
29224         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29226 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
29228         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
29229         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
29230         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
29232         [BZ #16731]
29233         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
29234         when x - 1 is zero.
29235         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
29236         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
29237         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
29238         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
29239         argument is 1.
29240         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
29241         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
29242         zero.
29243         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
29244         * sysdeps/i386/fpu/libm-test-ulps: Update.
29245         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29247 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29249         * scripts/bench.pl: Remove file.
29250         * scripts/bench.py: New benchmark script.
29251         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
29252         * benchtests/README: Mention python dependency.
29253         * scripts/pylintrc: New file.
29254         * scripts/pylint: New file.
29256         * bits/mathdef.h: Use #ifdef instead of #if.
29257         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
29258         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
29259         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
29260         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
29261         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
29262         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
29264 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29265             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
29267         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
29268         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
29269         and strpbrk-ppc64 objects.
29270         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
29271         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
29272         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
29273         multiarch strpbrk for POWER7.
29274         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
29275         multiarch strpbrk for PPC64.
29276         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
29277         ifunc selector.
29278         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
29279         strpbrk for POWER7.
29281 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
29283         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
29284         (atan_test): Likewise.
29285         (atanh_test_data): Use NO_TEST_INLINE for two tests.
29286         (atanh_test): Use ALL_RM_TEST.
29287         (atan2_test_data): Likewise.
29288         (cabs_test): Likewise.
29289         (cacosh_test): Likewise.
29290         (carg_test): Likewise.
29291         (casin_test): Likewise.
29292         (casinh_test): Likewise.
29293         (cbrt_test): Likewise.
29294         (csqrt_test): Likewise.
29295         (erf_test): Likewise.
29296         (erfc_test): Likewise.
29297         (pow10_test): Likewise.
29298         (exp2_test): Likewise.
29299         (hypot_test): Likewise.
29300         (j0_test): Likewise.
29301         (j1_test): Likewise.
29302         (lgamma_test): Likewise.
29303         (gamma_test): Likewise.
29304         (sincos_test): Likewise.
29305         (tanh_test): Likewise.
29306         (y0_test): Likewise.
29307         (y1_test): Likewise.
29308         * sysdeps/i386/fpu/libm-test-ulps: Update.
29309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29311 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29313         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
29314         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
29315         and strcspn-ppc64 objects.
29316         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
29317         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
29318         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
29319         multiarch strcspn for POWER7.
29320         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
29321         multiarch strcspn for PPC64.
29322         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
29323         ifunc selector.
29324         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
29325         strcspn for POWER7.
29327 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
29329         * math/gen-libm-test.pl (generate_testfile): Expect only function
29330         name as argument to AUTO_TESTS_* and pass results for all rounding
29331         modes to parse_args.
29332         (parse_auto_input): Separate inputs of automatic tests from
29333         outputs before storing in %auto_tests.
29334         * math/libm-test.inc (acos_test_data): Update call to
29335         AUTO_TESTS_f_f.
29336         (acos_test): Use ALL_RM_TEST.
29337         (acos_tonearest_test_data): Remove.
29338         (acos_test_tonearest): Likewise.
29339         (acos_towardzero_test_data): Likewise.
29340         (acos_test_towardzero): Likewise.
29341         (acos_downward_test_data): Likewise.
29342         (acos_test_downward): Likewise.
29343         (acos_upward_test_data): Likewise.
29344         (acos_test_upward): Likewise.
29345         (acosh_test_data): Update call to AUTO_TESTS_f_f.
29346         (asin_test_data): Likewise.
29347         (asin_test): Use ALL_RM_TEST.
29348         (asin_tonearest_test_data): Remove.
29349         (asin_test_tonearest): Likewise.
29350         (asin_towardzero_test_data): Likewise.
29351         (asin_test_towardzero): Likewise.
29352         (asin_downward_test_data): Likewise.
29353         (asin_test_downward): Likewise.
29354         (asin_upward_test_data): Likewise.
29355         (asin_test_upward): Likewise.
29356         (asinh_test_data): Update call to AUTO_TESTS_f_f.
29357         (atan_test_data): Likewise.
29358         (atanh_test_data): Likewise.
29359         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
29360         (cabs_test_data): Update call to AUTO_TESTS_c_f.
29361         (carg_test_data): Likewise.
29362         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
29363         (ccos_test_data): Update call to AUTO_TESTS_c_c.
29364         (ccosh_test_data): Likewise.
29365         (cexp_test_data): Likewise.
29366         (clog_test_data): Likewise.
29367         (clog10_test_data): Likewise.
29368         (cos_test_data): Update call to AUTO_TESTS_f_f.
29369         (cos_test): Use ALL_RM_TEST.
29370         (cos_tonearest_test_data): Remove.
29371         (cos_test_tonearest): Likewise.
29372         (cos_towardzero_test_data): Likewise.
29373         (cos_test_towardzero): Likewise.
29374         (cos_downward_test_data): Likewise.
29375         (cos_test_downward): Likewise.
29376         (cos_upward_test_data): Likewise.
29377         (cos_test_upward): Likewise.
29378         (cosh_test_data): Update call to AUTO_TESTS_f_f.
29379         (cosh_test): Use ALL_RM_TEST.
29380         (cosh_tonearest_test_data): Remove.
29381         (cosh_test_tonearest): Likewise.
29382         (cosh_towardzero_test_data): Likewise.
29383         (cosh_test_towardzero): Likewise.
29384         (cosh_downward_test_data): Likewise.
29385         (cosh_test_downward): Likewise.
29386         (cosh_upward_test_data): Likewise.
29387         (cosh_test_upward): Likewise.
29388         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
29389         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
29390         (ctan_test_data): Likewise.
29391         (ctan_test): Use ALL_RM_TEST.
29392         (ctan_tonearest_test_data): Remove.
29393         (ctan_test_tonearest): Likewise.
29394         (ctan_towardzero_test_data): Likewise.
29395         (ctan_test_towardzero): Likewise.
29396         (ctan_downward_test_data): Likewise.
29397         (ctan_test_downward): Likewise.
29398         (ctan_upward_test_data): Likewise.
29399         (ctan_test_upward): Likewise.
29400         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
29401         (ctanh_test): Use ALL_RM_TEST.
29402         (ctanh_tonearest_test_data): Remove.
29403         (ctanh_test_tonearest): Likewise.
29404         (ctanh_towardzero_test_data): Likewise.
29405         (ctanh_test_towardzero): Likewise.
29406         (ctanh_downward_test_data): Likewise.
29407         (ctanh_test_downward): Likewise.
29408         (ctanh_upward_test_data): Likewise.
29409         (ctanh_test_upward): Likewise.
29410         (erf_test_data): Update call to AUTO_TESTS_f_f.
29411         (erfc_test_data): Likewise.
29412         (exp_test_data): Likewise.
29413         (exp_test): Use ALL_RM_TEST.
29414         (exp_tonearest_test_data): Remove.
29415         (exp_test_tonearest): Likewise.
29416         (exp_towardzero_test_data): Likewise.
29417         (exp_test_towardzero): Likewise.
29418         (exp_downward_test_data): Likewise.
29419         (exp_test_downward): Likewise.
29420         (exp_upward_test_data): Likewise.
29421         (exp_test_upward): Likewise.
29422         (exp10_test_data): Update call to AUTO_TESTS_f_f.
29423         (exp10_test): Use ALL_RM_TEST.
29424         (exp10_tonearest_test_data): Remove.
29425         (exp10_test_tonearest): Likewise.
29426         (exp10_towardzero_test_data): Likewise.
29427         (exp10_test_towardzero): Likewise.
29428         (exp10_downward_test_data): Likewise.
29429         (exp10_test_downward): Likewise.
29430         (exp10_upward_test_data): Likewise.
29431         (exp10_test_upward): Likewise.
29432         (exp2_test_data): Update call to AUTO_TESTS_f_f.
29433         (expm1_test_data): Likewise.
29434         (expm1_test): Use ALL_RM_TEST.
29435         (expm1_tonearest_test_data): Remove.
29436         (expm1_test_tonearest): Likewise.
29437         (expm1_towardzero_test_data): Likewise.
29438         (expm1_test_towardzero): Likewise.
29439         (expm1_downward_test_data): Likewise.
29440         (expm1_test_downward): Likewise.
29441         (expm1_upward_test_data): Likewise.
29442         (expm1_test_upward): Likewise.
29443         (fma_test_data): Update call to AUTO_TESTS_fff_f.
29444         (fma_test): Use ALL_RM_TEST.
29445         (fma_towardzero_test_data): Remove.
29446         (fma_test_towardzero): Likewise.
29447         (fma_downward_test_data): Likewise.
29448         (fma_test_downward): Likewise.
29449         (fma_upward_test_data): Likewise.
29450         (fma_test_upward): Likewise.
29451         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
29452         (j0_test_data): Update call to AUTO_TESTS_f_f.
29453         (j1_test_data): Likewise.
29454         (jn_test_data): Update call to AUTO_TESTS_if_f.
29455         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
29456         (log_test_data): Update call to AUTO_TESTS_f_f.
29457         (log10_test_data): Likewise.
29458         (log1p_test_data): Likewise.
29459         (log2_test_data): Likewise.
29460         (pow_test_data): Update call to AUTO_TESTS_ff_f.
29461         (pow_tonearest_test_data): Likewise.
29462         (sin_test_data): Update call to AUTO_TESTS_f_f.
29463         (sin_test): Use ALL_RM_TEST.
29464         (sin_tonearest_test_data): Remove.
29465         (sin_test_tonearest): Likewise.
29466         (sin_towardzero_test_data): Likewise.
29467         (sin_test_towardzero): Likewise.
29468         (sin_downward_test_data): Likewise.
29469         (sin_test_downward): Likewise.
29470         (sin_upward_test_data): Likewise.
29471         (sin_test_upward): Likewise.
29472         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
29473         (sinh_test_data): Update call to AUTO_TESTS_f_f.
29474         (sinh_test): Use ALL_RM_TEST.
29475         (sinh_tonearest_test_data): Remove.
29476         (sinh_test_tonearest): Likewise.
29477         (sinh_towardzero_test_data): Likewise.
29478         (sinh_test_towardzero): Likewise.
29479         (sinh_downward_test_data): Likewise.
29480         (sinh_test_downward): Likewise.
29481         (sinh_upward_test_data): Likewise.
29482         (sinh_test_upward): Likewise.
29483         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
29484         (sqrt_test): Use ALL_RM_TEST.
29485         (sqrt_tonearest_test_data): Remove.
29486         (sqrt_test_tonearest): Likewise.
29487         (sqrt_towardzero_test_data): Likewise.
29488         (sqrt_test_towardzero): Likewise.
29489         (sqrt_downward_test_data): Likewise.
29490         (sqrt_test_downward): Likewise.
29491         (sqrt_upward_test_data): Likewise.
29492         (sqrt_test_upward): Likewise.
29493         (tan_test_data): Update call to AUTO_TESTS_f_f.
29494         (tan_test): Use ALL_RM_TEST.
29495         (tan_tonearest_test_data): Remove.
29496         (tan_test_tonearest): Likewise.
29497         (tan_towardzero_test_data): Likewise.
29498         (tan_test_towardzero): Likewise.
29499         (tan_downward_test_data): Likewise.
29500         (tan_test_downward): Likewise.
29501         (tan_upward_test_data): Likewise.
29502         (tan_test_upward): Likewise.
29503         (tanh_test_data): Update call to AUTO_TESTS_f_f.
29504         (tgamma_test_data): Likewise.
29505         (y0_test_data): Likewise.
29506         (y1_test_data): Likewise.
29507         (yn_test_data): Update call to AUTO_TESTS_if_f.
29508         (main): Do not call removed functions.
29510 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
29512         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
29513         (ldexp_test_data): Remove.
29514         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
29515         scalbn_test_data.
29516         (scalb_test): Use ALL_RM_TEST.
29518 2014-03-19  Andreas Schwab  <schwab@suse.de>
29520         * nscd/nscd.service: Also invalidate netgroup cache on reload.
29522 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
29524         [BZ #16649]
29525         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
29526         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
29527         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
29528         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
29529         (__ASSUME_PREADV): Undefine.
29530         (__ASSUME_PWRITEV): Likewise.
29532 2014-03-18  Roland McGrath  <roland@hack.frob.com>
29534         * bits/mman-linux.h: Add comment about non-Linux use.
29535         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
29536         bits/mman-linux.h resting place.
29538         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
29539         * bits/mman-linux.h: ... here.
29541 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29543         * conform/conformtest.pl: Add standard definition when calling C
29544         preprocessor on data files.
29545         (checknamespace): Remove unused variable.
29547 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
29549         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
29550         minus_oflow, plus_uflow and minus_uflow in expected results.
29551         * math/libm-test.inc (scalbn_test_data): Add more tests of
29552         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
29553         minus_uflow.
29554         (scalbn_test): Use ALL_RM_TEST.
29555         (scalbln_test_data): Add more tests of negative arguments.  Use
29556         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
29557         (scalbln_test): Use ALL_RM_TEST.
29559 2014-03-18  Roland McGrath  <roland@hack.frob.com>
29561         * scripts/abilist.awk: Ignore symbols marked with .hidden.
29563 2014-03-18  Will Newton  <will.newton@linaro.org>
29565         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
29566         inaccurate comment.
29568 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
29570         * Makerules [!subdir] (check-abi): Exit with error status if a
29571         test failed.
29573 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
29575         * math/libm-test.inc (nearbyint_test_data): Include all tests used
29576         for rint.  Include results for all rounding modes.
29577         (nearbyint_test): Use ALL_RM_TEST.
29578         (rint_test_data): Include all tests used for nearbyint.
29580 2014-03-17  Will Newton  <will.newton@linaro.org>
29582         * nptl/sysdeps/pthread/pthread.h: Revert previous
29583         change.
29585         * sysdeps/generic/ldsodefs.h: Revert previous
29586         change.
29588         * libio/genops.c: Revert previous change.
29589         * libio/libioP.h: Likewise.
29590         * stdio-common/vfprintf.c: Likewise.
29592         * sysdeps/generic/math_private.h: Revert previous
29593         change.
29595         * sysdeps/generic/math_private.h: Check whether
29596         HAVE_RM_CTX is defined with #ifdef rather
29597         than #if.
29599         * argp/argp-fmtstream.h: Check whether
29600         __STRICT_ANSI__ is defined with #ifdef rather
29601         than #if.
29602         * argp/argp.h: Likewise.
29604         * libio/genops.c: Check whether
29605         _IO_JUMPS_OFFSET is defined with #ifdef rather
29606         than #if.
29607         * libio/libioP.h: Likewise.
29608         * stdio-common/vfprintf.c: Likewise.
29610         * sysdeps/generic/ldsodefs.h: Check whether
29611         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
29612         than #if.
29614         * nptl/sysdeps/pthread/pthread.h: Check
29615         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
29616         its value.
29618 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29620         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
29621         setting O_APPEND.
29622         * libio/tst-ftell-active-handler.c (do_append_test): Add a
29623         test case.
29625         [BZ #16680]
29626         * libio/fileops.c (_IO_file_open): Seek to end of file but
29627         don't cache the offset.
29628         (get_file_offset): Remove function.
29629         (do_ftell): Use cached offset when available.
29630         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
29631         don't cache the offset.
29632         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
29633         case.
29634         (do_one_test): Call it.
29635         (do_ftell_test): Fix up expected old offset for a+ mode.
29636         * libio/wfileops.c (do_ftell_wide): Used cached offset when
29637         available.
29639         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
29640         up test status with function return status.
29641         (do_write_test): Likewise.
29642         (do_append_test): Likewise.
29644         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
29645         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
29646         Remove.
29648 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
29650         * math/gen-libm-test.pl (parse_args): Handle results specified for
29651         each rounding mode separately.
29652         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
29653         tests and results from lrint_tonearest_test_data,
29654         lrint_towardzero_test_data, lrint_downward_test_data and
29655         lrint_upward_test_data.
29656         (lrint_test): Use ALL_RM_TEST.
29657         (lrint_tonearest_test_data): Remove.
29658         (lrint_test_tonearest): Likewise.
29659         (lrint_towardzero_test_data): Likewise.
29660         (lrint_test_towardzero): Likewise.
29661         (lrint_downward_test_data): Likewise.
29662         (lrint_test_downward): Likewise.
29663         (lrint_upward_test_data): Likewise.
29664         (lrint_test_upward): Likewise.
29665         (llrint_test_data): Merge in per-rounding-mode tests and results
29666         from llrint_tonearest_test_data, llrint_towardzero_test_data,
29667         llrint_downward_test_data and llrint_upward_test_data.
29668         (llrint_test): Use ALL_RM_TEST.
29669         (llrint_tonearest_test_data): Remove.
29670         (llrint_test_tonearest): Likewise.
29671         (llrint_towardzero_test_data): Likewise.
29672         (llrint_test_towardzero): Likewise.
29673         (llrint_downward_test_data): Likewise.
29674         (llrint_test_downward): Likewise.
29675         (llrint_upward_test_data): Likewise.
29676         (llrint_test_upward): Likewise.
29677         (rint_test_data): Merge in per-rounding-mode tests and results
29678         from rint_tonearest_test_data, rint_towardzero_test_data,
29679         rint_downward_test_data and rint_upward_test_data.  Add
29680         per-rounding-mode results for tests not in those arrays.
29681         (rint_test): Use ALL_RM_TEST.
29682         (rint_tonearest_test_data): Remove.
29683         (rint_test_tonearest): Likewise.
29684         (rint_towardzero_test_data): Likewise.
29685         (rint_test_towardzero): Likewise.
29686         (rint_downward_test_data): Likewise.
29687         (rint_test_downward): Likewise.
29688         (rint_upward_test_data): Likewise.
29689         (rint_test_upward): Likewise.
29690         (main): Don't call removed functions.
29692 2014-03-14  Roland McGrath  <roland@hack.frob.com>
29694         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
29695         "Compiled on ..." crapola.  It is anti-useful.
29697 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
29699         * scripts/evaluate-test.sh: Handle fourth argument to determine
29700         whether test run should stop on failure.
29701         * Makeconfig (stop-on-test-failure): New variable.
29702         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
29703         $(stop-on-test-failure).
29704         * Makefile (tests): Give a summary of results from testing and
29705         exit with failure status if they include an ERROR or FAIL.
29706         (xtests): Likewise.
29707         * manual/install.texi (Configuring and compiling): Mention
29708         stop-on-test-failure=y.
29709         * INSTALL: Regenerated.
29711 2014-03-14  Roland McGrath  <roland@hack.frob.com>
29713         * scripts/versionlist.awk: New file.
29714         * Makerules [$(build-shared) = yes]
29715         (postclean-generated): Add Versions.def, not Versions.def.v and
29716         Versions.def.v.i.
29717         ($(common-objpfx)Versions.def.v.i): Target removed.
29718         ($(common-objpfx)Versions.def): New target.
29719         ($(common-objpfx)Versions.all): Depend on that rather that
29720         $(common-objpfx)Versions.def.v.
29721         * Versions.def: File removed.
29723         * Makeconfig (+gccwarn): Add -Wundef.
29724         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
29725         a dl-sysdep.h breaking its contract.
29726         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
29727         * include/stackinfo.h: New file.
29728         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
29729         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
29730         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
29731         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
29732         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
29733         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
29734         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
29735         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
29736         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
29737         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
29738         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
29739         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
29740         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
29741         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
29742         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
29744 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29746         [BZ #16707]
29747         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
29748         implementation.
29749         * math/libm-test.inc (round_test_data): Add more tests.
29751         [BZ #16706]
29752         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
29753         implementation.
29754         * math/libm-test.inc (nearbyint_test_data): Add more tests.
29756         [BZ #16701]
29757         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
29758         implementation.
29759         * math/libm-test.inc (ceil_test_data): Add more tests.
29761         * math/libm-test.inc (trunc_test_data): Add more tests related to
29762         BZ#16414.
29764 2014-03-14  Roland McGrath  <roland@hack.frob.com>
29766         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
29767         with #if rather than #ifdef.
29768         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
29770 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
29772         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
29773         first.  Disable AVX-512 GCC support if assembler doesn't support
29774         it.
29775         * sysdeps/x86_64/configure: Regenerated.
29777 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
29779         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
29780         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
29781         (__old_pthread_attr_setstack): Likewise.
29782         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
29783         [!_STACK_GROWS_DOWN]: Likewise.
29785 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
29787         * config.make.in (have-bash2): Delete.
29788         * configure.ac (libc_cv_have_bash2): Delete.
29789         * configure: Regenerate.
29790         * elf/Makefile (common-ldd-rewrite): Rename to ...
29791         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
29792         (sh-ldd-rewrite): Delete.
29793         (bash-ldd-rewrite): Delete.
29794         (have-bash2): Delete checks.
29795         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
29796         ldd-rewrite.
29798         * config.make.in (have-ksh): Delete.
29799         (KSH): Delete.
29800         * configure.ac (libc_cv_have_ksh): Delete.
29801         * configure: Regenerate.
29803         * elf/Makefile: Delete $(have-ksh) check.
29804         ($(objpfx)sotruss): Change KSH to BASH.
29805         * elf/sotruss.ksh: Rename to ...
29806         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
29807         function style to match POSIX.  Drop ksh vim mode setting.
29809         * manual/time.texi (Specifying the Time Zone with TZ): Change
29810         Tuesday to Thursday.
29812         * debug/tst-longjmp_chk2.c: Update header comment.
29813         (stackoverflow_handler): Add comment.  Call assert on pass value.
29815 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
29817         [BZ #16194]
29818         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
29819         (HAVE_AVX512_ASM_SUPPORT): Likewise.
29820         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
29821         (La_x86_64_vector): Add zmm.
29822         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
29823         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
29824         ($(objpfx)tst-audit10): New target.
29825         ($(objpfx)tst-audit10.out): Likewise.
29826         (tst-audit10-ENV): New.
29827         (AVX512-CFLAGS): Likewise.
29828         (CFLAGS-tst-audit10.c): Likewise.
29829         (CFLAGS-tst-auditmod10a.c): Likewise.
29830         (CFLAGS-tst-auditmod10b.c): Likewise.
29831         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
29832         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
29833         * sysdeps/x86_64/configure: Regenerated.
29834         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
29835         AVX-512 zmm register support.
29836         (_dl_x86_64_save_sse): Likewise.
29837         (_dl_x86_64_restore_sse): Likewise.
29838         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
29839         size vector registers.
29840         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
29841         (ZMM_SIZE): Likewise.
29842         * sysdeps/x86_64/tst-audit10.c: New file.
29843         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
29844         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
29846 2014-03-13  Roland McGrath  <roland@hack.frob.com>
29848         * configure.ac (HAVE_EHDR_START): New check.
29849         * configure: Regenerated.
29850         * config.h.in (HAVE_EHDR_START): New #undef.
29851         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
29852         assuming the lowest-addressed segment maps the start of the file.
29854 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
29856         * INSTALL: Regenerated.
29858 2014-03-13  Will Newton  <will.newton@linaro.org>
29860         * manual/setjmp.texi (System V contexts): Improve
29861         clarity and grammar of documentation.
29863 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
29865         [BZ #16381]
29866         * elf/Makefile (tests): Add tst-pie2.
29867         (tests-pie): Add tst-pie2.
29868         * elf/tst-pie2.c: New file.
29869         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
29870         for ET_EXEC.
29871         * elf/rtld.c (map_doit): Load executable as lt_executable.
29872         (dl_main): Likewise.
29874 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
29876         [BZ #16642]
29877         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
29878         (__ASSUME_PSELECT): Undefine.
29880 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29882         [BZ #16689]
29883         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
29884         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
29885         static build.
29886         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
29887         selector for static builds.
29889 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
29891         [BZ #16695]
29892         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
29893         key in the buffer.
29895 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29897         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
29898         IFUNC selector for static builds.
29900 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
29902         * sysdeps/mips/math_private.h [__mips_hard_float]
29903         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
29904         libc_feresetround_mips_ctx.
29905         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
29906         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
29907         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
29909         [BZ #16677]
29910         * math/s_nextafter.c (__nextafter): Do not return value from
29911         overflowing computation.
29912         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
29913         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
29914         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
29915         Likewise.
29916         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
29917         Likewise.
29918         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
29919         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
29921 2014-03-11  Roland McGrath  <roland@hack.frob.com>
29923         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
29924         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
29925         Move sfi_sp use from the load-multiple (that no longer sets sp) to
29926         the new mov targetting sp.
29928 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29930         [BZ #16683]
29931         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
29932         Define it for static builds as well.
29933         (NO_BZERO_IMPL): Likewise.
29935 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
29937         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
29938         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
29939         multiarch strspn for PPC64.
29940         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
29941         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
29942         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
29943         (__libc_ifunc_impl_list): Likewise.
29944         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
29945         multiarch optimizations
29946         * string/strspn.c (strspn): Using macro to redefine symbol name.
29948 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
29949             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29951         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
29952         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
29953         multiarch strncat for PPC64.
29954         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
29955         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
29956         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
29957         (__libc_ifunc_impl_list): Likewise.
29958         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
29959         multiarch optimizations
29961 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29963         [BZ #16639]
29964         * nscd/nscd.service: Make service type forking.
29966 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29968         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
29969         sign in non default rounding modes.
29970         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
29972 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
29974         * math/libm-test.inc (ALL_RM_TEST): New macro.
29975         (ceil_test): Use ALL_RM_TEST.
29976         (cimag_test): Likewise.
29977         (conj_test): Likewise.
29978         (copysign_test): Likewise.
29979         (cproj_test): Likewise.
29980         (creal_test): Likewise.
29981         (fabs_test): Likewise.
29982         (floor_test): Likewise.
29983         (fmax_test): Likewise.
29984         (fmin_test): Likewise.
29985         (fmod_test): Likewise.
29986         (fpclassify_test): Likewise.
29987         (frexp_test): Likewise.
29988         (ilogb_test): Likewise.
29989         (isfinite_test): Likewise.
29990         (finite_test): Likewise.
29991         (isgreater_test): Likewise.
29992         (isgreaterequal_test): Likewise.
29993         (isinf_test): Likewise.
29994         (isless_test): Likewise.
29995         (islessequal_test): Likewise.
29996         (islessgreater_test): Likewise.
29997         (isnan_test): Likewise.
29998         (isnormal_test): Likewise.
29999         (issignaling_test): Likewise.
30000         (isunordered_test): Likewise.
30001         (logb_test): Likewise.
30002         (logb_downward_test_data): Remove.
30003         (logb_test_downward): Likewise.
30004         (lround_test): Use ALL_RM_TEST.
30005         (llround_test): Likewise.
30006         (modf_test): Likewise.
30007         (nexttoward_test): Likewise.
30008         (remainder_test): Likewise.
30009         (drem_test): Likewise.
30010         (remainder_tonearest_test_data): Likewise.
30011         (remainder_test_tonearest): Likewise.
30012         (drem_test_tonearest): Likewise.
30013         (remainder_towardzero_test_data): Likewise.
30014         (remainder_test_towardzero): Likewise.
30015         (drem_test_towardzero): Likewise.
30016         (remainder_downward_test_data): Likewise.
30017         (remainder_test_downward): Likewise.
30018         (drem_test_downward): Likewise.
30019         (remainder_upward_test_data): Likewise.
30020         (remainder_test_upward): Likewise.
30021         (drem_test_upward): Likewise.
30022         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
30023         (round_test): Use ALL_RM_TEST.
30024         (signbit_test): Likewise.
30025         (trunc_test): Likewise.
30026         (significand_test): Likewise.
30027         (main): Don't call removed functions.
30029 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
30031         [BZ #16674]
30032         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
30033         || __USE_XOPEN2K8].
30034         (ILL_ILLOPN): Likewise.
30035         (ILL_ILLADR): Likewise.
30036         (ILL_ILLTRP): Likewise.
30037         (ILL_PRVOPC): Likewise.
30038         (ILL_PRVREG): Likewise.
30039         (ILL_COPROC): Likewise.
30040         (ILL_BADSTK): Likewise.
30041         (FPE_INTDIV): Likewise.
30042         (FPE_INTOVF): Likewise.
30043         (FPE_FLTDIV): Likewise.
30044         (FPE_FLTOVF): Likewise.
30045         (FPE_FLTUND): Likewise.
30046         (FPE_FLTRES): Likewise.
30047         (FPE_FLTINV): Likewise.
30048         (FPE_FLTSUB): Likewise.
30049         (SEGV_MAPERR): Likewise.
30050         (SEGV_ACCERR): Likewise.
30051         (BUS_ADRALN): Likewise.
30052         (BUS_ADRERR): Likewise.
30053         (BUS_OBJERR): Likewise.
30054         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30055         (TRAP_TRACE): Likewise.
30056         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30057         __USE_XOPEN2K8].
30058         (CLD_KILLED): Likewise.
30059         (CLD_DUMPED): Likewise.
30060         (CLD_TRAPPED): Likewise.
30061         (CLD_STOPPED): Likewise.
30062         (CLD_CONTINUED): Likewise.
30063         (POLL_IN): Likewise.
30064         (POLL_OUT): Likewise.
30065         (POLL_MSG): Likewise.
30066         (POLL_ERR): Likewise.
30067         (POLL_PRI): Likewise.
30068         (POLL_HUP): Likewise.
30069         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
30070         Likewise.
30071         (ILL_ILLOPN): Likewise.
30072         (ILL_ILLADR): Likewise.
30073         (ILL_ILLTRP): Likewise.
30074         (ILL_PRVOPC): Likewise.
30075         (ILL_PRVREG): Likewise.
30076         (ILL_COPROC): Likewise.
30077         (ILL_BADSTK): Likewise.
30078         (FPE_INTDIV): Likewise.
30079         (FPE_INTOVF): Likewise.
30080         (FPE_FLTDIV): Likewise.
30081         (FPE_FLTOVF): Likewise.
30082         (FPE_FLTUND): Likewise.
30083         (FPE_FLTRES): Likewise.
30084         (FPE_FLTINV): Likewise.
30085         (FPE_FLTSUB): Likewise.
30086         (SEGV_MAPERR): Likewise.
30087         (SEGV_ACCERR): Likewise.
30088         (BUS_ADRALN): Likewise.
30089         (BUS_ADRERR): Likewise.
30090         (BUS_OBJERR): Likewise.
30091         (BUS_MCEERR_AR): Likewise.
30092         (BUS_MCEERR_AO): Likewise.
30093         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30094         (TRAP_TRACE): Likewise.
30095         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30096         __USE_XOPEN2K8].
30097         (CLD_KILLED): Likewise.
30098         (CLD_DUMPED): Likewise.
30099         (CLD_TRAPPED): Likewise.
30100         (CLD_STOPPED): Likewise.
30101         (CLD_CONTINUED): Likewise.
30102         (POLL_IN): Likewise.
30103         (POLL_OUT): Likewise.
30104         (POLL_MSG): Likewise.
30105         (POLL_ERR): Likewise.
30106         (POLL_PRI): Likewise.
30107         (POLL_HUP): Likewise.
30108         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
30109         (ILL_ILLOPN): Likewise.
30110         (ILL_ILLADR): Likewise.
30111         (ILL_ILLTRP): Likewise.
30112         (ILL_PRVOPC): Likewise.
30113         (ILL_PRVREG): Likewise.
30114         (ILL_COPROC): Likewise.
30115         (ILL_BADSTK): Likewise.
30116         (FPE_INTDIV): Likewise.
30117         (FPE_INTOVF): Likewise.
30118         (FPE_FLTDIV): Likewise.
30119         (FPE_FLTOVF): Likewise.
30120         (FPE_FLTUND): Likewise.
30121         (FPE_FLTRES): Likewise.
30122         (FPE_FLTINV): Likewise.
30123         (FPE_FLTSUB): Likewise.
30124         (SEGV_MAPERR): Likewise.
30125         (SEGV_ACCERR): Likewise.
30126         (BUS_ADRALN): Likewise.
30127         (BUS_ADRERR): Likewise.
30128         (BUS_OBJERR): Likewise.
30129         (BUS_MCEERR_AR): Likewise.
30130         (BUS_MCEERR_AO): Likewise.
30131         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30132         (TRAP_TRACE): Likewise.
30133         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30134         __USE_XOPEN2K8].
30135         (CLD_KILLED): Likewise.
30136         (CLD_DUMPED): Likewise.
30137         (CLD_TRAPPED): Likewise.
30138         (CLD_STOPPED): Likewise.
30139         (CLD_CONTINUED): Likewise.
30140         (POLL_IN): Likewise.
30141         (POLL_OUT): Likewise.
30142         (POLL_MSG): Likewise.
30143         (POLL_ERR): Likewise.
30144         (POLL_PRI): Likewise.
30145         (POLL_HUP): Likewise.
30146         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
30147         Likewise.
30148         (ILL_ILLOPN): Likewise.
30149         (ILL_ILLADR): Likewise.
30150         (ILL_ILLTRP): Likewise.
30151         (ILL_PRVOPC): Likewise.
30152         (ILL_PRVREG): Likewise.
30153         (ILL_COPROC): Likewise.
30154         (ILL_BADSTK): Likewise.
30155         (ILL_BADIADDR): Likewise.
30156         (ILL_BREAK): Likewise.
30157         (FPE_INTDIV): Likewise.
30158         (FPE_INTOVF): Likewise.
30159         (FPE_FLTDIV): Likewise.
30160         (FPE_FLTOVF): Likewise.
30161         (FPE_FLTUND): Likewise.
30162         (FPE_FLTRES): Likewise.
30163         (FPE_FLTINV): Likewise.
30164         (FPE_FLTSUB): Likewise.
30165         (FPE_DECOVF): Likewise.
30166         (FPE_DECDIV): Likewise.
30167         (FPE_DECERR): Likewise.
30168         (FPE_INVASC): Likewise.
30169         (FPE_INVDEC): Likewise.
30170         (SEGV_MAPERR): Likewise.
30171         (SEGV_ACCERR): Likewise.
30172         (SEGV_PSTKOVF): Likewise.
30173         (BUS_ADRALN): Likewise.
30174         (BUS_ADRERR): Likewise.
30175         (BUS_OBJERR): Likewise.
30176         (BUS_MCEERR_AR): Likewise.
30177         (BUS_MCEERR_AO): Likewise.
30178         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30179         (TRAP_TRACE): Likewise.
30180         (TRAP_BRANCH): Likewise.
30181         (TRAP_HWBKPT): Likewise.
30182         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30183         __USE_XOPEN2K8].
30184         (CLD_KILLED): Likewise.
30185         (CLD_DUMPED): Likewise.
30186         (CLD_TRAPPED): Likewise.
30187         (CLD_STOPPED): Likewise.
30188         (CLD_CONTINUED): Likewise.
30189         (POLL_IN): Likewise.
30190         (POLL_OUT): Likewise.
30191         (POLL_MSG): Likewise.
30192         (POLL_ERR): Likewise.
30193         (POLL_PRI): Likewise.
30194         (POLL_HUP): Likewise.
30195         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
30196         (ILL_ILLOPN): Likewise.
30197         (ILL_ILLADR): Likewise.
30198         (ILL_ILLTRP): Likewise.
30199         (ILL_PRVOPC): Likewise.
30200         (ILL_PRVREG): Likewise.
30201         (ILL_COPROC): Likewise.
30202         (ILL_BADSTK): Likewise.
30203         (FPE_INTDIV): Likewise.
30204         (FPE_INTOVF): Likewise.
30205         (FPE_FLTDIV): Likewise.
30206         (FPE_FLTOVF): Likewise.
30207         (FPE_FLTUND): Likewise.
30208         (FPE_FLTRES): Likewise.
30209         (FPE_FLTINV): Likewise.
30210         (FPE_FLTSUB): Likewise.
30211         (SEGV_MAPERR): Likewise.
30212         (SEGV_ACCERR): Likewise.
30213         (BUS_ADRALN): Likewise.
30214         (BUS_ADRERR): Likewise.
30215         (BUS_OBJERR): Likewise.
30216         (BUS_MCEERR_AR): Likewise.
30217         (BUS_MCEERR_AO): Likewise.
30218         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30219         (TRAP_TRACE): Likewise.
30220         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30221         __USE_XOPEN2K8].
30222         (CLD_KILLED): Likewise.
30223         (CLD_DUMPED): Likewise.
30224         (CLD_TRAPPED): Likewise.
30225         (CLD_STOPPED): Likewise.
30226         (CLD_CONTINUED): Likewise.
30227         (POLL_IN): Likewise.
30228         (POLL_OUT): Likewise.
30229         (POLL_MSG): Likewise.
30230         (POLL_ERR): Likewise.
30231         (POLL_PRI): Likewise.
30232         (POLL_HUP): Likewise.
30233         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
30234         (ILL_ILLOPN): Likewise.
30235         (ILL_ILLADR): Likewise.
30236         (ILL_ILLTRP): Likewise.
30237         (ILL_PRVOPC): Likewise.
30238         (ILL_PRVREG): Likewise.
30239         (ILL_COPROC): Likewise.
30240         (ILL_BADSTK): Likewise.
30241         (FPE_INTDIV): Likewise.
30242         (FPE_INTOVF): Likewise.
30243         (FPE_FLTDIV): Likewise.
30244         (FPE_FLTOVF): Likewise.
30245         (FPE_FLTUND): Likewise.
30246         (FPE_FLTRES): Likewise.
30247         (FPE_FLTINV): Likewise.
30248         (FPE_FLTSUB): Likewise.
30249         (SEGV_MAPERR): Likewise.
30250         (SEGV_ACCERR): Likewise.
30251         (BUS_ADRALN): Likewise.
30252         (BUS_ADRERR): Likewise.
30253         (BUS_OBJERR): Likewise.
30254         (BUS_MCEERR_AR): Likewise.
30255         (BUS_MCEERR_AO): Likewise.
30256         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30257         (TRAP_TRACE): Likewise.
30258         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30259         __USE_XOPEN2K8].
30260         (CLD_KILLED): Likewise.
30261         (CLD_DUMPED): Likewise.
30262         (CLD_TRAPPED): Likewise.
30263         (CLD_STOPPED): Likewise.
30264         (CLD_CONTINUED): Likewise.
30265         (POLL_IN): Likewise.
30266         (POLL_OUT): Likewise.
30267         (POLL_MSG): Likewise.
30268         (POLL_ERR): Likewise.
30269         (POLL_PRI): Likewise.
30270         (POLL_HUP): Likewise.
30271         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
30272         (ILL_ILLOPN): Likewise.
30273         (ILL_ILLADR): Likewise.
30274         (ILL_ILLTRP): Likewise.
30275         (ILL_PRVOPC): Likewise.
30276         (ILL_PRVREG): Likewise.
30277         (ILL_COPROC): Likewise.
30278         (ILL_BADSTK): Likewise.
30279         (FPE_INTDIV): Likewise.
30280         (FPE_INTOVF): Likewise.
30281         (FPE_FLTDIV): Likewise.
30282         (FPE_FLTOVF): Likewise.
30283         (FPE_FLTUND): Likewise.
30284         (FPE_FLTRES): Likewise.
30285         (FPE_FLTINV): Likewise.
30286         (FPE_FLTSUB): Likewise.
30287         (SEGV_MAPERR): Likewise.
30288         (SEGV_ACCERR): Likewise.
30289         (BUS_ADRALN): Likewise.
30290         (BUS_ADRERR): Likewise.
30291         (BUS_OBJERR): Likewise.
30292         (BUS_MCEERR_AR): Likewise.
30293         (BUS_MCEERR_AO): Likewise.
30294         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30295         (TRAP_TRACE): Likewise.
30296         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30297         __USE_XOPEN2K8].
30298         (CLD_KILLED): Likewise.
30299         (CLD_DUMPED): Likewise.
30300         (CLD_TRAPPED): Likewise.
30301         (CLD_STOPPED): Likewise.
30302         (CLD_CONTINUED): Likewise.
30303         (POLL_IN): Likewise.
30304         (POLL_OUT): Likewise.
30305         (POLL_MSG): Likewise.
30306         (POLL_ERR): Likewise.
30307         (POLL_PRI): Likewise.
30308         (POLL_HUP): Likewise.
30309         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
30310         (ILL_ILLOPN): Likewise.
30311         (ILL_ILLADR): Likewise.
30312         (ILL_ILLTRP): Likewise.
30313         (ILL_PRVOPC): Likewise.
30314         (ILL_PRVREG): Likewise.
30315         (ILL_COPROC): Likewise.
30316         (ILL_BADSTK): Likewise.
30317         (ILL_DBLFLT): Likewise.
30318         (ILL_HARDWALL): Likewise.
30319         (FPE_INTDIV): Likewise.
30320         (FPE_INTOVF): Likewise.
30321         (FPE_FLTDIV): Likewise.
30322         (FPE_FLTOVF): Likewise.
30323         (FPE_FLTUND): Likewise.
30324         (FPE_FLTRES): Likewise.
30325         (FPE_FLTINV): Likewise.
30326         (FPE_FLTSUB): Likewise.
30327         (SEGV_MAPERR): Likewise.
30328         (SEGV_ACCERR): Likewise.
30329         (BUS_ADRALN): Likewise.
30330         (BUS_ADRERR): Likewise.
30331         (BUS_OBJERR): Likewise.
30332         (BUS_MCEERR_AR): Likewise.
30333         (BUS_MCEERR_AO): Likewise.
30334         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30335         (TRAP_TRACE): Likewise.
30336         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30337         __USE_XOPEN2K8].
30338         (CLD_KILLED): Likewise.
30339         (CLD_DUMPED): Likewise.
30340         (CLD_TRAPPED): Likewise.
30341         (CLD_STOPPED): Likewise.
30342         (CLD_CONTINUED): Likewise.
30343         (POLL_IN): Likewise.
30344         (POLL_OUT): Likewise.
30345         (POLL_MSG): Likewise.
30346         (POLL_ERR): Likewise.
30347         (POLL_PRI): Likewise.
30348         (POLL_HUP): Likewise.
30349         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
30350         (ILL_ILLOPN): Likewise.
30351         (ILL_ILLADR): Likewise.
30352         (ILL_ILLTRP): Likewise.
30353         (ILL_PRVOPC): Likewise.
30354         (ILL_PRVREG): Likewise.
30355         (ILL_COPROC): Likewise.
30356         (ILL_BADSTK): Likewise.
30357         (FPE_INTDIV): Likewise.
30358         (FPE_INTOVF): Likewise.
30359         (FPE_FLTDIV): Likewise.
30360         (FPE_FLTOVF): Likewise.
30361         (FPE_FLTUND): Likewise.
30362         (FPE_FLTRES): Likewise.
30363         (FPE_FLTINV): Likewise.
30364         (FPE_FLTSUB): Likewise.
30365         (SEGV_MAPERR): Likewise.
30366         (SEGV_ACCERR): Likewise.
30367         (BUS_ADRALN): Likewise.
30368         (BUS_ADRERR): Likewise.
30369         (BUS_OBJERR): Likewise.
30370         (BUS_MCEERR_AR): Likewise.
30371         (BUS_MCEERR_AO): Likewise.
30372         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
30373         (TRAP_TRACE): Likewise.
30374         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
30375         __USE_XOPEN2K8].
30376         (CLD_KILLED): Likewise.
30377         (CLD_DUMPED): Likewise.
30378         (CLD_TRAPPED): Likewise.
30379         (CLD_STOPPED): Likewise.
30380         (CLD_CONTINUED): Likewise.
30381         (POLL_IN): Likewise.
30382         (POLL_OUT): Likewise.
30383         (POLL_MSG): Likewise.
30384         (POLL_ERR): Likewise.
30385         (POLL_PRI): Likewise.
30386         (POLL_HUP): Likewise.
30387         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
30388         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
30390         [BZ #16670]
30391         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
30392         before #include of <time.h>.
30393         [!__USE_XOPEN2K] (__need_timespec): Likewise.
30394         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
30395         (test-xfail-UNIX98/sched.h/conform): Likewise.
30397 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
30399         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
30400         error absence of trapping exception support.
30401         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
30403 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
30405         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
30406         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
30407         * timezone/Makefile (testdata): Move definition above include of
30408         Rules.
30409         (test-zones): New variable.
30410         (tests-special): Add zone files.
30411         (build-testdata): Use $(evaluate-test).
30413         * elf/Makefile (tests-special): Rename tests to end with .out.
30414         ($(objpfx)noload-mem): Likewise.
30415         ($(objpfx)tst-leaks1-mem): Likewise.
30416         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
30417         * iconv/Makefile (xtests-special): Change test-iconvconfig to
30418         $(objpfx)test-iconvconfig.out.
30419         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
30420         set -e inside subshell and redirect output to file.
30421         * iconvdata/Makefile (generated): Rename tests to end with .out.
30422         Correct type.
30423         (tests-special): Rename tests to end with .out.
30424         ($(objpfx)mtrace-tst-loading): Likewise.
30425         * intl/Makefile (generated): Likewise.
30426         (tests-special): Likewise.
30427         ($(objpfx)mtrace-tst-gettext): Likewise.
30428         * misc/Makefile (generated): Likewise.
30429         (tests-special): Likewise.
30430         ($(objpfx)tst-error1-mem): Likewise.
30431         * nptl/Makefile (tests-special): Likewise.
30432         ($(objpfx)tst-stack3-mem): Likewise.
30433         (generated): Likewise.
30434         * posix/Makefile (generated): Likewise.
30435         (tests-special): Likewise.
30436         (xtests-special): Likewise.
30437         ($(objpfx)tst-fnmatch-mem): Likewise.
30438         ($(objpfx)bug-regex2-mem): Likewise.
30439         ($(objpfx)bug-regex14-mem): Likewise.
30440         ($(objpfx)bug-regex21-mem): Likewise.
30441         ($(objpfx)bug-regex31-mem): Likewise.
30442         ($(objpfx)tst-vfork3-mem): Likewise.
30443         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
30444         ($(objpfx)tst-pcre-mem): Likewise.
30445         ($(objpfx)tst-boost-mem): Likewise.
30446         ($(objpfx)bug-ga2-mem): Likewise.
30447         ($(objpfx)bug-glob2-mem): Likewise.
30448         * resolv/Makefile (generate): Likewise.
30449         (tests-special): Likewise.
30450         (xtests-special): Likewise.
30451         (generated): Likewise.
30452         ($(objpfx)mtrace-tst-leaks): Likewise.
30453         ($(objpfx)mtrace-tst-leaks2): Likewise.
30455         * scripts/merge-test-results.sh: New file.
30456         * Makefile (tests-special-notdir): New variable.
30457         (tests): Run merge-test-results.sh.
30458         (xtests): Likewise.
30459         * Rules (tests-special-notdir): New variable.
30460         (xtests-special-notdir): Likewise.
30461         (tests): Run merge-test-results.sh
30462         (xtests): Likewise.
30464         * Makeconfig (test-xfail-name): New variable.
30465         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
30466         compute variable name for expected failures.
30467         * conform/Makefile (conformtest-headers-data): New variable.
30468         (conformtest-standards): Likewise.
30469         (conformtest-headers-ISO): Likewise.
30470         (conformtest-headers-ISO99): Likewise.
30471         (conformtest-headers-ISO11): Likewise.
30472         (conformtest-headers-POSIX): Likewise.
30473         (conformtest-headers-XPG3): Likewise.
30474         (conformtest-headers-XPG4): Likewise.
30475         (conformtest-headers-UNIX98): Likewise.
30476         (conformtest-headers-XOPEN2K): Likewise.
30477         (conformtest-headers-POSIX2008): Likewise.
30478         (conformtest-headers-XOPEN2K8): Likewise.
30479         (conformtest-header-list-base): Likewise.
30480         (conformtest-header-list-tests): Likewise.
30481         (conformtest-header-base): Likewise.
30482         (conformtest-header-tests): Likewise.
30483         (tests-special): Add $(conformtest-header-list-tests).  If
30484         [$(fast-check) && !$(cross-compiling)], add
30485         $(conformtest-header-tests) instead of
30486         $(objpfx)run-conformtest.out.
30487         (generated): Add $(conformtest-header-list-base).  If
30488         [$(fast-check) && !$(cross-compiling)], add
30489         $(conformtest-header-base).  Remove previous setting.
30490         ($(conformtest-header-list-tests)): New target.
30491         (test-xfail-run-conformtest): Remove variable.
30492         ($(objpfx)run-conformtest.out): Remove target.
30493         (test-xfail-ISO11/complex.h/conform): New variable.
30494         (test-xfail-ISO11/stdalign.h/conform): Likewise.
30495         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
30496         (test-xfail-XPG3/varargs.h/conform): Likewise.
30497         (test-xfail-XPG4/varargs.h/conform): Likewise.
30498         (test-xfail-UNIX98/varargs.h/conform): Likewise.
30499         (test-xfail-XPG4/ndbm.h/conform): Likewise.
30500         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
30501         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
30502         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
30503         (test-xfail-XPG3/fcntl.h/conform): Likewise.
30504         (test-xfail-XPG3/ftw.h/conform): Likewise.
30505         (test-xfail-XPG3/grp.h/conform): Likewise.
30506         (test-xfail-XPG3/langinfo.h/conform): Likewise.
30507         (test-xfail-XPG3/limits.h/conform): Likewise.
30508         (test-xfail-XPG3/pwd.h/conform): Likewise.
30509         (test-xfail-XPG3/search.h/conform): Likewise.
30510         (test-xfail-XPG3/signal.h/conform): Likewise.
30511         (test-xfail-XPG3/stdio.h/conform): Likewise.
30512         (test-xfail-XPG3/stdlib.h/conform): Likewise.
30513         (test-xfail-XPG3/string.h/conform): Likewise.
30514         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
30515         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
30516         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
30517         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
30518         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
30519         (test-xfail-XPG3/sys/types.h/conform): Likewise.
30520         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
30521         (test-xfail-XPG3/termios.h/conform): Likewise.
30522         (test-xfail-XPG3/time.h/conform): Likewise.
30523         (test-xfail-XPG3/unistd.h/conform): Likewise.
30524         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
30525         (test-xfail-XPG4/fcntl.h/conform): Likewise.
30526         (test-xfail-XPG4/langinfo.h/conform): Likewise.
30527         (test-xfail-XPG4/netdb.h/conform): Likewise.
30528         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
30529         (test-xfail-XPG4/signal.h/conform): Likewise.
30530         (test-xfail-XPG4/stdio.h/conform): Likewise.
30531         (test-xfail-XPG4/stdlib.h/conform): Likewise.
30532         (test-xfail-XPG4/stropts.h/conform): Likewise.
30533         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
30534         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
30535         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
30536         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
30537         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
30538         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
30539         (test-xfail-XPG4/sys/time.h/conform): Likewise.
30540         (test-xfail-XPG4/sys/types.h/conform): Likewise.
30541         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
30542         (test-xfail-XPG4/termios.h/conform): Likewise.
30543         (test-xfail-XPG4/ucontext.h/conform): Likewise.
30544         (test-xfail-XPG4/unistd.h/conform): Likewise.
30545         (test-xfail-XPG4/utmpx.h/conform): Likewise.
30546         (test-xfail-POSIX/sched.h/conform): Likewise.
30547         (test-xfail-POSIX/signal.h/conform): Likewise.
30548         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
30549         (test-xfail-POSIX/tar.h/conform): Likewise.
30550         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
30551         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
30552         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
30553         (test-xfail-UNIX98/netdb.h/conform): Likewise.
30554         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
30555         (test-xfail-UNIX98/sched.h/conform): Likewise.
30556         (test-xfail-UNIX98/signal.h/conform): Likewise.
30557         (test-xfail-UNIX98/stdio.h/conform): Likewise.
30558         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
30559         (test-xfail-UNIX98/stropts.h/conform): Likewise.
30560         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
30561         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
30562         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
30563         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
30564         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
30565         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
30566         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
30567         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
30568         (test-xfail-UNIX98/unistd.h/conform): Likewise.
30569         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
30570         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
30571         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
30572         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
30573         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
30574         (test-xfail-XOPEN2K/math.h/conform): Likewise.
30575         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
30576         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
30577         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
30578         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
30579         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
30580         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
30581         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
30582         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
30583         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
30584         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
30585         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
30586         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
30587         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
30588         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
30589         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
30590         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
30591         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
30592         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
30593         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
30594         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
30595         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
30596         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
30597         (test-xfail-POSIX2008/signal.h/conform): Likewise.
30598         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
30599         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
30600         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
30601         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
30602         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
30603         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
30604         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
30605         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
30606         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
30607         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
30608         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
30609         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
30610         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
30611         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
30612         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
30613         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
30614         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
30615         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
30616         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
30617         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
30618         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
30619         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
30620         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
30621         (conformtest-cc-flags): Likewise.
30622         ($(conformtest-header-tests): New target.
30623         * conform/check-header-lists.sh: New file.
30624         * conform/run-conformtest.sh: Remove.
30626         * conform/conformtest.pl: Allow ' and \ in values given for
30627         constants.
30628         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
30629         inclusion.
30630         [POSIX] (sys/types.h): Likewise.
30631         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
30632         inclusion.
30633         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
30634         inclusion.
30635         * conform/data/signal.h-data (SIGIO): Remove expectation.
30636         [XPG3] (SIGBUS): Do not expect.
30637         [POSIX || XPG3] (SIGPOLL): Likewise.
30638         [POSIX || XPG3] (SIGPROF): Likewise.
30639         [POSIX || XPG3] (SIGSYS): Likewise.
30640         [XPG3] (SIGTRAP): Likewise.
30641         [POSIX || XPG3] (SIGURG): Likewise.
30642         [POSIX || XPG3] (SIGVTALRM): Likewise.
30643         [POSIX || XPG3] (SIGXCPU): Likewise.
30644         [POSIX || XPG3] (SIGXFSZ): Likewise.
30645         [POSIX] (SA_SIGINFO): Expect.
30646         [XPG3] (siginfo_t): Do not expect type or contents.
30647         [POSIX] (si_pid): Do not expect element.
30648         [POSIX] (si_uid): Likewise.
30649         [POSIX] (si_addr): Likewise.
30650         [POSIX] (si_status): Likewise.
30651         [POSIX] (si_band): Likewise.
30652         [XPG4] (si_value): Likewise.
30653         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
30654         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
30655         [POSIX || XPG3] (ILL_ILLADR): Likewise.
30656         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
30657         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
30658         [POSIX || XPG3] (ILL_PRVREG): Likewise.
30659         [POSIX || XPG3] (ILL_COPROC): Likewise.
30660         [POSIX || XPG3] (ILL_BADSTK): Likewise.
30661         [POSIX || XPG3] (FPE_INTDIV): Likewise.
30662         [POSIX || XPG3] (FPE_INTOVF): Likewise.
30663         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
30664         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
30665         [POSIX || XPG3] (FPE_FLTUND): Likewise.
30666         [POSIX || XPG3] (FPE_FLTRES): Likewise.
30667         [POSIX || XPG3] (FPE_FLTINV): Likewise.
30668         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
30669         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
30670         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
30671         [POSIX || XPG3] (BUS_ADRALN): Likewise.
30672         [POSIX || XPG3] (BUS_ADRERR): Likewise.
30673         [POSIX || XPG3] (BUS_OBJERR): Likewise.
30674         [POSIX || XPG3] (CLD_EXITED): Likewise.
30675         [POSIX || XPG3] (CLD_KILLED): Likewise.
30676         [POSIX || XPG3] (CLD_DUMPED): Likewise.
30677         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
30678         [POSIX || XPG3] (CLD_STOPPED): Likewise.
30679         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
30680         [POSIX || XPG3] (POLL_IN): Likewise.
30681         [POSIX || XPG3] (POLL_OUT): Likewise.
30682         [POSIX || XPG3] (POLL_MSG): Likewise.
30683         [POSIX || XPG3] (POLL_ERR): Likewise.
30684         [POSIX || XPG3] (POLL_PRI): Likewise.
30685         [POSIX || XPG3] (POLL_HUP): Likewise.
30686         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
30687         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
30688         (SIG*): Do not allow.
30689         [XPG3] (si_*): Likewise.
30690         [XPG3] (SI_*): Likewise.
30691         [XPG3 || XPG4] (sigev_*): Likewise.
30692         [XPG3 || XPG4] (SIGEV_*): Likewise.
30693         [XPG3 || XPG4] (sival_*): Likewise.
30694         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
30695         [POSIX || XPG3] (BUS_*): Likewise.
30696         [POSIX || XPG3] (CLD_*): Likewise.
30697         [POSIX || XPG3] (FPE_*): Likewise.
30698         [POSIX || XPG3] (ILL_*): Likewise.
30699         [POSIX || XPG3] (POLL_*): Likewise.
30700         [POSIX || XPG3] (SEGV_*): Likewise.
30701         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
30702         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
30703         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
30704         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
30705         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
30706         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
30707         Specify type and value.
30708         (TVERSLEN): Likewise.
30709         (REGTYPE): Likewise.
30710         (AREGTYPE): Likewise.
30711         (LNKTYPE): Likewise.
30712         (SYMTYPE): Likewise.
30713         (CHRTYPE): Likewise.
30714         (BLKTYPE): Likewise.
30715         (DIRTYPE): Likewise.
30716         (FIFOTYPE): Likewise.
30717         (CONTTYPE): Likewise.
30718         (TSUID): Likewise.
30719         (TSGID): Likewise.
30720         (TSVTX): Likewise.
30721         (TUREAD): Likewise.
30722         (TUWRITE): Likewise.
30723         (TUEXEC): Likewise.
30724         (TGREAD): Likewise.
30725         (TGWRITE): Likewise.
30726         (TGEXEC): Likewise.
30727         (TOREAD): Likewise.
30728         (TOWRITE): Likewise.
30729         (TOEXEC): Likewise.
30730         [POSIX] (TSVTX): Expect constant.
30732 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
30734         * Makefile (tests): Change dependencies to ....
30735         (tests-special): ... additions to this variable.
30736         (tests): Depend on $(tests-special).
30737         * Makerules (check-abi-list): New variable.
30738         (check-abi): Depend on $(check-abi-list).
30739         [$(subdir) = elf] (tests-special): Add
30740         $(objpfx)check-abi-libc.out.
30741         [$(build-shared) = yes && subdir] (tests-special): Add
30742         $(check-abi-list).
30743         [$(build-shared) = yes && subdir] (tests): Do not depend on
30744         check-abi.
30745         * Rules (tests): Depend on $(tests-special).
30746         (xtests): Depend on $(xtests-special).
30747         * catgets/Makefile (tests): Change dependencies to ....
30748         (tests-special): ... additions to this variable.
30749         * conform/Makefile (tests): Change dependencies to ....
30750         (tests-special): ... additions to this variable.
30751         * elf/Makefile (tests): Change dependencies to ....
30752         (tests-special): ... additions to this variable.
30753         * grp/Makefile (tests): Change dependencies to ....
30754         (tests-special): ... additions to this variable.
30755         * iconv/Makefile (xtests): Change dependencies to ....
30756         (xtests-special): ... additions to this variable.
30757         * iconvdata/Makefile (tests): Change dependencies to ....
30758         (tests-special): ... additions to this variable.
30759         * intl/Makefile (tests): Change dependencies to ....
30760         (tests-special): ... additions to this variable.  Also add
30761         $(objpfx)tst-gettext.out.
30762         * io/Makefile (tests): Change dependencies to ....
30763         (tests-special): ... additions to this variable.
30764         * libio/Makefile (tests): Change dependencies to ....
30765         (tests-special): ... additions to this variable.
30766         * malloc/Makefile (tests): Change dependencies to ....
30767         (tests-special): ... additions to this variable.
30768         * misc/Makefile (tests): Change dependencies to ....
30769         (tests-special): ... additions to this variable.
30770         * nptl/Makefile (tests): Change dependencies to ....
30771         (tests-special): ... additions to this variable.
30772         * nptl_db/Makefile (tests): Change dependencies to ....
30773         (tests-special): ... additions to this variable.
30774         * posix/Makefile (tests): Change dependencies to ....
30775         (tests-special): ... additions to this variable.
30776         (xtests): Change dependencies to ....
30777         (xtests-special): ... additions to this variable.
30778         * resolv/Makefile (tests): Change dependencies to ....
30779         (tests-special): ... additions to this variable.
30780         (xtests): Change dependencies to ....
30781         (xtests-special): ... additions to this variable.
30782         * stdio-common/Makefile (tests): Change dependencies to ....
30783         (tests-special): ... additions to this variable.
30784         (do-tst-unbputc): Remove target.
30785         (do-tst-printf): Likewise.
30786         * stdlib/Makefile (tests): Change dependencies to ....
30787         (tests-special): ... additions to this variable.
30788         * string/Makefile (tests): Change dependencies to ....
30789         (tests-special): ... additions to this variable.
30790         * sysdeps/x86/Makefile (tests): Change dependencies to ....
30791         (tests-special): ... additions to this variable.
30793         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
30794         whole file.
30795         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
30796         whole file.
30797         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
30798         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
30800         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
30801         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
30802         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
30803         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
30804         * conform/data/libgen.h-data [XPG3]: Likewise.
30805         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
30806         * conform/data/ndbm.h-data [XPG3]: Likewise.
30807         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
30808         * conform/data/netdb.h-data [XPG3]: Likewise.
30809         * conform/data/netinet/in.h-data [XPG3]: Likewise.
30810         * conform/data/poll.h-data [XPG3]: Likewise.
30811         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
30812         * conform/data/strings.h-data [XPG3]: Likewise.
30813         * conform/data/stropts.h-data [XPG3]: Likewise.
30814         * conform/data/sys/mman.h-data [XPG3]: Likewise.
30815         * conform/data/sys/resource.h-data [XPG3]: Likewise.
30816         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
30817         Likewise.
30818         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
30819         * conform/data/sys/time.h-data [XPG3]: Likewise.
30820         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
30821         * conform/data/sys/uio.h-data [XPG3]: Likewise.
30822         * conform/data/sys/un.h-data [XPG3]: Likewise.
30823         * conform/data/syslog.h-data [XPG3]: Likewise.
30824         * conform/data/ucontext.h-data [XPG3]: Likewise.
30825         * conform/data/utmpx.h-data [XPG3]: Likewise.
30826         * conform/data/varargs.h-data [UNIX98]: Enable file.
30828         * manual/Makefile (INSTALL_INFO): Remove variable setting.
30830         * math/libm-test.inc (struct test_f_f_data): Move expected results
30831         into structure for each rounding mode.
30832         (struct test_ff_f_data): Likewise.
30833         (struct test_ff_f_data_nexttoward): Likewise.
30834         (struct test_fi_f_data): Likewise.
30835         (struct test_fl_f_data): Likewise.
30836         (struct test_if_f_data): Likewise.
30837         (struct test_fff_f_data): Likewise.
30838         (struct test_c_f_data): Likewise.
30839         (struct test_f_f1_data): Likewise.
30840         (struct test_fF_f1_data): Likewise.
30841         (struct test_ffI_f1_data): Likewise.
30842         (struct test_c_c_data): Likewise.
30843         (struct test_cc_c_data): Likewise.
30844         (struct test_f_i_data): Likewise.
30845         (struct test_ff_i_data): Likewise.
30846         (struct test_f_l_data): Likewise.
30847         (struct test_f_L_data): Likewise.
30848         (struct test_fFF_11_data): Likewise.
30849         (RM_): New macro.
30850         (RM_FE_DOWNWARD): Likewise.
30851         (RM_FE_TONEAREST): Likewise.
30852         (RM_FE_TOWARDZERO): Likewise.
30853         (RM_FE_UPWARD): Likewise.
30854         (RUN_TEST_LOOP_f_f): Update references to expected results.
30855         (RUN_TEST_LOOP_2_f): Likewise.
30856         (RUN_TEST_LOOP_fff_f): Likewise.
30857         (RUN_TEST_LOOP_c_f): Likewise.
30858         (RUN_TEST_LOOP_f_f1): Likewise.
30859         (RUN_TEST_LOOP_fF_f1): Likewise.
30860         (RUN_TEST_LOOP_fI_f1): Likewise.
30861         (RUN_TEST_LOOP_ffI_f1): Likewise.
30862         (RUN_TEST_LOOP_c_c): Likewise.
30863         (RUN_TEST_LOOP_cc_c): Likewise.
30864         (RUN_TEST_LOOP_f_i): Likewise.
30865         (RUN_TEST_LOOP_f_i_tg): Likewise.
30866         (RUN_TEST_LOOP_ff_i_tg): Likewise.
30867         (RUN_TEST_LOOP_f_b): Likewise.
30868         (RUN_TEST_LOOP_f_b_tg): Likewise.
30869         (RUN_TEST_LOOP_f_l): Likewise.
30870         (RUN_TEST_LOOP_f_L): Likewise.
30871         (RUN_TEST_LOOP_fFF_11): Likewise.
30872         * math/gen-libm-test.pl (parse_args): Output four copies of
30873         expected results for each test.
30875         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
30876         (__ASSUME_UTIMES): Remove.
30877         * sysdeps/unix/sysv/linux/tile/kernel-features.h
30878         (__ASSUME_UTIMES): Likewise.
30880         * math/gen-auto-libm-tests.c: Update comment on output format.
30881         (output_for_one_input_case): Generate before-rounding and
30882         after-rounding information as conditions on output flags not
30883         floating-point format.
30884         * math/auto-libm-test-out: Regenerated.
30885         * math/gen-libm-test.pl (cond_value): New function.
30886         (or_cond_value): Use cond_value.
30887         (generate_testfile): Handle conditional exceptions.
30889 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
30891         * math/libm-test.inc (max_valid_error): New variable.
30892         (init_max_error): Take new argument specifying whether function
30893         results are exactly determined.  Set max_valid_error and bound
30894         other variables for errors based on this argument.
30895         (set_max_error): Do not record results above max_valid_error.
30896         (check_float_internal): Only accept errors of up to 0.5ulps if
30897         also at most max_valid_error.
30898         (START): Take new argument EXACT and pass it to init_max_error.
30899         (acos_test): Update call to START.
30900         (acos_test_tonearest): Likewise.
30901         (acos_test_towardzero): Likewise.
30902         (acos_test_downward): Likewise.
30903         (acos_test_upward): Likewise.
30904         (acosh_test): Likewise.
30905         (asin_test): Likewise.
30906         (asin_test_tonearest): Likewise.
30907         (asin_test_towardzero): Likewise.
30908         (asin_test_downward): Likewise.
30909         (asin_test_upward): Likewise.
30910         (asinh_test): Likewise.
30911         (atan_test): Likewise.
30912         (atanh_test): Likewise.
30913         (atan2_test): Likewise.
30914         (cabs_test): Likewise.
30915         (cacos_test): Likewise.
30916         (cacosh_test): Likewise.
30917         (carg_test): Likewise.
30918         (casin_test): Likewise.
30919         (casinh_test): Likewise.
30920         (catan_test): Likewise.
30921         (catanh_test): Likewise.
30922         (cbrt_test): Likewise.
30923         (ccos_test): Likewise.
30924         (ccosh_test): Likewise.
30925         (ceil_test): Likewise.
30926         (cexp_test): Likewise.
30927         (cimag_test): Likewise.
30928         (clog_test): Likewise.
30929         (clog10_test): Likewise.
30930         (conj_test): Likewise.
30931         (copysign_test): Likewise.
30932         (cos_test): Likewise.
30933         (cos_test_tonearest): Likewise.
30934         (cos_test_towardzero): Likewise.
30935         (cos_test_downward): Likewise.
30936         (cos_test_upward): Likewise.
30937         (cosh_test): Likewise.
30938         (cosh_test_tonearest): Likewise.
30939         (cosh_test_towardzero): Likewise.
30940         (cosh_test_downward): Likewise.
30941         (cosh_test_upward): Likewise.
30942         (cpow_test): Likewise.
30943         (cproj_test): Likewise.
30944         (creal_test): Likewise.
30945         (csin_test): Likewise.
30946         (csinh_test): Likewise.
30947         (csqrt_test): Likewise.
30948         (ctan_test): Likewise.
30949         (ctan_test_tonearest): Likewise.
30950         (ctan_test_towardzero): Likewise.
30951         (ctan_test_downward): Likewise.
30952         (ctan_test_upward): Likewise.
30953         (ctanh_test): Likewise.
30954         (ctanh_test_tonearest): Likewise.
30955         (ctanh_test_towardzero): Likewise.
30956         (ctanh_test_downward): Likewise.
30957         (ctanh_test_upward): Likewise.
30958         (erf_test): Likewise.
30959         (erfc_test): Likewise.
30960         (exp_test): Likewise.
30961         (exp_test_tonearest): Likewise.
30962         (exp_test_towardzero): Likewise.
30963         (exp_test_downward): Likewise.
30964         (exp_test_upward): Likewise.
30965         (exp10_test): Likewise.
30966         (exp10_test_tonearest): Likewise.
30967         (exp10_test_towardzero): Likewise.
30968         (exp10_test_downward): Likewise.
30969         (exp10_test_upward): Likewise.
30970         (pow10_test): Likewise.
30971         (exp2_test): Likewise.
30972         (expm1_test): Likewise.
30973         (expm1_test_tonearest): Likewise.
30974         (expm1_test_towardzero): Likewise.
30975         (expm1_test_downward): Likewise.
30976         (expm1_test_upward): Likewise.
30977         (fabs_test): Likewise.
30978         (fdim_test): Likewise.
30979         (floor_test): Likewise.
30980         (fma_test): Likewise.
30981         (fma_test_towardzero): Likewise.
30982         (fma_test_downward): Likewise.
30983         (fma_test_upward): Likewise.
30984         (fmax_test): Likewise.
30985         (fmin_test): Likewise.
30986         (fmod_test): Likewise.
30987         (fpclassify_test): Likewise.
30988         (frexp_test): Likewise.
30989         (hypot_test): Likewise.
30990         (ilogb_test): Likewise.
30991         (isfinite_test): Likewise.
30992         (finite_test): Likewise.
30993         (isgreater_test): Likewise.
30994         (isgreaterequal_test): Likewise.
30995         (isinf_test): Likewise.
30996         (isless_test): Likewise.
30997         (islessequal_test): Likewise.
30998         (islessgreater_test): Likewise.
30999         (isnan_test): Likewise.
31000         (isnormal_test): Likewise.
31001         (issignaling_test): Likewise.
31002         (isunordered_test): Likewise.
31003         (j0_test): Likewise.
31004         (j1_test): Likewise.
31005         (jn_test): Likewise.
31006         (ldexp_test): Likewise.
31007         (lgamma_test): Likewise.
31008         (gamma_test): Likewise.
31009         (lrint_test): Likewise.
31010         (lrint_test_tonearest): Likewise.
31011         (lrint_test_towardzero): Likewise.
31012         (lrint_test_downward): Likewise.
31013         (lrint_test_upward): Likewise.
31014         (llrint_test): Likewise.
31015         (llrint_test_tonearest): Likewise.
31016         (llrint_test_towardzero): Likewise.
31017         (llrint_test_downward): Likewise.
31018         (llrint_test_upward): Likewise.
31019         (log_test): Likewise.
31020         (log10_test): Likewise.
31021         (log1p_test): Likewise.
31022         (log2_test): Likewise.
31023         (logb_test): Likewise.
31024         (logb_test_downward): Likewise.
31025         (lround_test): Likewise.
31026         (llround_test): Likewise.
31027         (modf_test): Likewise.
31028         (nearbyint_test): Likewise.
31029         (nextafter_test): Likewise.
31030         (nexttoward_test): Likewise.
31031         (pow_test): Likewise.
31032         (pow_test_tonearest): Likewise.
31033         (pow_test_towardzero): Likewise.
31034         (pow_test_downward): Likewise.
31035         (pow_test_upward): Likewise.
31036         (remainder_test): Likewise.
31037         (drem_test): Likewise.
31038         (remainder_test_tonearest): Likewise.
31039         (drem_test_tonearest): Likewise.
31040         (remainder_test_towardzero): Likewise.
31041         (drem_test_towardzero): Likewise.
31042         (remainder_test_downward): Likewise.
31043         (drem_test_downward): Likewise.
31044         (remainder_test_upward): Likewise.
31045         (drem_test_upward): Likewise.
31046         (remquo_test): Likewise.
31047         (rint_test): Likewise.
31048         (rint_test_tonearest): Likewise.
31049         (rint_test_towardzero): Likewise.
31050         (rint_test_downward): Likewise.
31051         (rint_test_upward): Likewise.
31052         (round_test): Likewise.
31053         (scalb_test): Likewise.
31054         (scalbn_test): Likewise.
31055         (scalbln_test): Likewise.
31056         (signbit_test): Likewise.
31057         (sin_test): Likewise.
31058         (sin_test_tonearest): Likewise.
31059         (sin_test_towardzero): Likewise.
31060         (sin_test_downward): Likewise.
31061         (sin_test_upward): Likewise.
31062         (sincos_test): Likewise.
31063         (sinh_test): Likewise.
31064         (sinh_test_tonearest): Likewise.
31065         (sinh_test_towardzero): Likewise.
31066         (sinh_test_downward): Likewise.
31067         (sinh_test_upward): Likewise.
31068         (sqrt_test): Likewise.
31069         (sqrt_test_tonearest): Likewise.
31070         (sqrt_test_towardzero): Likewise.
31071         (sqrt_test_downward): Likewise.
31072         (sqrt_test_upward): Likewise.
31073         (tan_test): Likewise.
31074         (tan_test_tonearest): Likewise.
31075         (tan_test_towardzero): Likewise.
31076         (tan_test_downward): Likewise.
31077         (tan_test_upward): Likewise.
31078         (tanh_test): Likewise.
31079         (tgamma_test): Likewise.
31080         (trunc_test): Likewise.
31081         (y0_test): Likewise.
31082         (y1_test): Likewise.
31083         (yn_test): Likewise.
31084         (significand_test): Likewise.
31086         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
31087         individual tests in comment.
31088         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
31089         (prev_max_error): New variable.
31090         (prev_real_max_error): Likewise.
31091         (prev_imag_max_error): Likewise.
31092         (compare_ulp_data): Don't refer to test names in comment.
31093         (find_test_ulps): Remove function.
31094         (find_function_ulps): Likewise.
31095         (find_complex_function_ulps): Likewise.
31096         (init_max_error): Take function name as argument.  Look up ulps
31097         for that function.
31098         (print_ulps): Remove function.
31099         (print_max_error): Use prev_max_error instead of calling
31100         find_function_ulps.
31101         (print_complex_max_error): Use prev_real_max_error and
31102         prev_imag_max_error instead of calling find_complex_function_ulps.
31103         (check_float_internal): Take max_ulp parameter instead of calling
31104         find_test_ulps.  Don't call print_ulps.
31105         (check_float): Update call to check_float_internal.
31106         (check_complex): Update calls to check_float_internal.
31107         (START): Pass argument to init_max_error.
31108         * math/gen-libm-test.pl (%results): Don't include "kind"
31109         information.
31110         (parse_ulps): Don't handle ulps of individual tests.
31111         (print_ulps_file): Likewise.
31112         (output_ulps): Likewise.
31113         * math/README.libm-test: Update.
31114         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
31115         individual tests.
31116         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
31117         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
31118         * sysdeps/arm/libm-test-ulps: Likewise.
31119         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
31120         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
31121         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
31122         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
31123         * sysdeps/microblaze/libm-test-ulps: Likewise.
31124         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
31125         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
31126         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
31127         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
31128         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
31129         * sysdeps/sh/libm-test-ulps: Likewise.
31130         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
31131         * sysdeps/tile/libm-test-ulps: Likewise.
31132         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31134 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
31136         * math/libm-test.inc (print_complex_max_error): Check separately
31137         whether real and imaginary errors are within allowed range and
31138         pass 0 to print_complex_function_ulps instead of value within
31139         allowed range.
31141 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
31143         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
31144         formatting.
31145         (get_handles_fopen): Likewise.
31146         (do_write_test): Likewise.
31148         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
31150         * libio/fileops.c (do_ftell): Use cached offset when
31151         available.
31152         * libio/iofwide.c (do_ftell_wide): Likewise.
31153         * libio/iofdopen.c (_IO_new_fdopen): Don't use
31154         _IO_file_attach.
31155         * libio/wfileops.c (_IO_fwide): Don't cache offset.
31157         [BZ #16532]
31158         * libio/libioP.h (get_file_offset): New function.
31159         * libio/fileops.c (get_file_offset): Likewise.
31160         (do_ftell): Likewise.
31161         (_IO_new_file_seekoff): Split out ftell logic.
31162         * libio/wfileops.c (do_ftell_wide): Likewise.
31163         (_IO_wfile_seekoff): Split out ftell logic.
31164         * libio/tst-ftell-active-handler.c: New test case.
31165         * libio/Makefile (tests): Add it.
31167 2014-03-03  Roland McGrath  <roland@hack.frob.com>
31169         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
31170         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
31172 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
31174         [BZ #16639]
31175         * nscd/connections.c (nscd_init): Call do_exit.
31176         (start_threads): Call do_exit and notify_parent.
31177         (begin_drop_privileges): Call do_exit.
31178         (finish_drop_privileges): Likewise.
31179         * nscd/selinux.c (preserve_capabilities): Likewise.
31180         (install_real_capabilities): Likewise.
31181         (nscd_selinux_enabled): Likewise.
31182         (avc_create_thread): Likewise.
31183         (avc_alloc_lock): Likewise.
31184         (nscd_avc_init): Likewise.
31185         * nscd/nscd.c (parent_fd): New static variable.
31186         (main): Create a pipe between parent and child processes.
31187         Skip closing parent_fd.
31188         (monitor_child): New function.
31189         (do_exit): Likewise.
31190         (notify_parent): Likewise.
31191         * nscd/nscd.h (notify_parent): Likewise.
31192         (do_exit): Likewise.
31194 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
31196         * malloc/malloc.c (__libc_calloc): Revert last change.
31198 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31200         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31202 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
31204         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
31205         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
31206         implementation.
31207         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
31208         (__libc_ifunc_impl_list): Likewise.
31209         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
31210         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
31211         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
31212         * string/strrchr.c: Define STRRCHR.
31214 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
31216         * benchtest/bench-strtok.c (simple_strtok): Delete.
31217         (strtok_string): Use as benchmark.
31218         * string/strtok (STRTOK): New macro.
31220 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
31222         * manual/threads.texi: Add header and standard comments to all
31223         functions.
31225         * elf/dl-lookup.c (check_match): New function.
31226         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
31227         (do_lookup_x): Remove nested function check_match. Use non-nested
31228         function check_match.
31230 2014-02-28  Roland McGrath  <roland@hack.frob.com>
31232         * csu/Makefile (generated, before-compile): Use += rather than =.
31233         * catgets/Makefile (generated, generated-dirs): Likewise.
31234         * debug/Makefile (generated): Likewise.
31235         * dlfcn/Makefile (generated): Likewise.
31236         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
31237         * iconvdata/Makefile (before-compile, generated): Likewise.
31238         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
31239         * libio/Makefile (generated): Likewise.
31240         * malloc/Makefile (generated): Likewise.
31241         * manual/Makefile (generated, generated-dirs): Likewise.
31242         * misc/Makefile (generated): Likewise.
31243         * posix/Makefile (generated): Likewise.
31244         * resolv/Makefile (generated): Likewise.
31245         * sunrpc/Makefile (generated, generated-dirs): Likewise.
31246         * timezone/Makefile (generated, generated-dirs): Likewise.
31248         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
31250 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31252         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
31253         power8 implementation.
31254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
31255         file: POWER8 llround ifunc implementation.
31256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
31257         (__lllround): Add POWER8 implementation.
31258         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
31259         POWER8 llround implementation.
31261         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
31262         power8 implementation.
31263         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
31264         file: POWER8 llrint ifunc implementation.
31265         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
31266         Add POWER8 implementation.
31267         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
31268         POWER8 llrint implementation.
31270         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
31271         power8 implementation.
31272         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
31273         file: POWER8 finite ifunc implementation.
31274         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
31275         Add POWER8 implementation.
31276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
31277         Likewise.
31278         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
31279         POWER8 finite implementation.
31280         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
31282         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
31283         power8 implementation.
31284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
31285         file: POWER8 isinf ifunc implementation.
31286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
31287         POWER8 implementation.
31288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
31289         Likewise.
31290         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
31291         isinf implementation.
31292         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
31294         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
31295         (INIT_ARCH): Add hwcap2 initialization.
31296         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
31297         power8 implementation.
31298         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
31299         file: POWER8 isnan ifunc implementation.
31300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
31301         POWER8 implementation.
31302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
31303         Likewise.
31304         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
31305         isnan implementation.
31306         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
31308 2014-02-27  Joey Ye  <joey.ye@arm.com>
31310         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
31311         (_FP_NANFRAC_Q): Set to zero.
31313 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31315         [BZ #16623]
31316         * math/auto-libm-test-in: New test inputs.
31317         * math/auto-libm-test-out: Regenerate.
31318         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
31319         and DA.
31320         (__cos): Likewise.
31321         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
31323 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
31325         * scripts/evaluate-test.sh: Take new argument indicating whether
31326         failure is expected.
31327         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
31328         indicating whether failure is expected.
31329         * conform/Makefile (test-xfail-run-conformtest): New variable.
31330         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
31331         level.
31332         * posix/Makefile (test-xfail-annexc): New variable.
31333         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
31335 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
31337         * argp/Makefile: Include Makeconfig immediately after defining
31338         subdir.
31339         * assert/Makefile: Likewise.
31340         * benchtests/Makefile: Likewise.
31341         * catgets/Makefile: Likewise.
31342         * conform/Makefile: Likewise.
31343         * crypt/Makefile: Likewise.
31344         * csu/Makefile: Likewise.
31345         (all): Remove target.
31346         * ctype/Makefile: Include Makeconfig immediately after defining
31347         subdir.
31348         * debug/Makefile: Likewise.
31349         * dirent/Makefile: Likewise.
31350         * dlfcn/Makefile: Likewise.
31351         * gmon/Makefile: Likewise.
31352         * gnulib/Makefile: Likewise.
31353         * grp/Makefile: Likewise.
31354         * gshadow/Makefile: Likewise.
31355         * hesiod/Makefile: Likewise.
31356         * hurd/Makefile: Likewise.
31357         (all): Remove target.
31358         * iconvdata/Makefile: Include Makeconfig immediately after
31359         defining subdir.
31360         * inet/Makefile: Likewise.
31361         * intl/Makefile: Likewise.
31362         * io/Makefile: Likewise.
31363         * libio/Makefile: Likewise.
31364         (all): Remove target.
31365         * locale/Makefile: Include Makeconfig immediately after defining
31366         subdir.
31367         * login/Makefile: Likewise.
31368         * mach/Makefile: Likewise.
31369         (all): Remove target.
31370         * malloc/Makefile: Include Makeconfig immediately after defining
31371         subdir.
31372         (all): Remove target.
31373         * manual/Makefile: Include Makeconfig immediately after defining
31374         subdir.
31375         * math/Makefile: Likewise.
31376         * misc/Makefile: Likewise.
31377         * nis/Makefile: Likewise.
31378         * nss/Makefile: Likewise.
31379         * po/Makefile: Likewise.
31380         (all): Remove target.
31381         * posix/Makefile: Include Makeconfig immediately after defining
31382         subdir.
31383         * pwd/Makefile: Likewise.
31384         * resolv/Makefile: Likewise.
31385         * resource/Makefile: Likewise.
31386         * rt/Makefile: Likewise.
31387         * setjmp/Makefile: Likewise.
31388         * shadow/Makefile: Likewise.
31389         * signal/Makefile: Likewise.
31390         * socket/Makefile: Likewise.
31391         * soft-fp/Makefile: Likewise.
31392         * stdio-common/Makefile: Likewise.
31393         * stdlib/Makefile: Likewise.
31394         * streams/Makefile: Likewise.
31395         * string/Makefile: Likewise.
31396         * sunrpc/Makefile: Likewise.
31397         (all): Remove target.
31398         * sysvipc/Makefile: Include Makeconfig immediately after defining
31399         subdir.
31400         * termios/Makefile: Likewise.
31401         * time/Makefile: Likewise.
31402         * timezone/Makefile: Likewise.
31403         (all): Remove target.
31404         * wcsmbs/Makefile: Include Makeconfig immediately after defining
31405         subdir.
31406         * wctype/Makefile: Likewise.
31408 2014-02-26  Steve Ellcey  <sellcey@mips.com>
31410         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
31411         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
31412         (libc_feholdexcept_setround_mips): Ditto.
31413         (libc_feholdsetround): New.
31414         (libc_feholdsetroundf): New.
31415         (libc_feholdsetroundl): New.
31416         (libc_feupdateenv_test_mips): New.
31417         (libc_feupdateenv_test): New.
31418         (libc_feupdateenv_testf): New.
31419         (libc_feupdateenv_testl): New.
31420         (libc_feresetround): New.
31421         (libc_feresetroundf): New.
31422         (libc_feresetroundl): New.
31423         (libc_fetestexcept_mips): New.
31424         (libc_fetestexcept): New.
31425         (libc_fetestexceptf): New.
31426         (libc_fetestexceptl): New.
31427         (HAVE_RM_CTX): New.
31428         (libc_feholdexcept_setround_mips_ctx): New.
31429         (libc_feholdexcept_setround_ctx): New.
31430         (libc_feholdexcept_setroundf_ctx): New.
31431         (libc_feholdexcept_setroundl_ctx): New.
31432         (libc_fesetenv_mips_ctx): New.
31433         (libc_fesetenv_ctx): New.
31434         (libc_fesetenv_ctxf): New.
31435         (libc_fesetenv_ctxl): New.
31436         (libc_feupdateenv_mips_ctx): New.
31437         (libc_feupdateenv_ctx): New.
31438         (libc_feupdateenvf_ctx): New.
31439         (libc_feupdateenvl_ctx): New.
31440         (libc_feholdsetround_mips_ctx): New.
31441         (libc_feholdsetround_ctx): New.
31442         (libc_feholdsetroundf_ctx): New.
31443         (libc_feholdsetroundl_ctx): New.
31444         (libc_feresetround_mips_ctx): New.
31445         (libc_feresetround_ctx): New.
31446         (libc_feresetroundf_ctx): New.
31447         (libc_feresetroundl_ctx): New.
31449 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
31451         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
31453         * manual/ipc.texi: New file.
31454         * manual/Makefile (chapters): Add ipc.
31455         * manual/job.texi: Add "Inter-Process Communication" to next.
31456         * manual/process.texi: Add "Inter-Process Communication" to prev.
31458 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31460         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31462 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
31464         * malloc/malloc.c (__libc_calloc): Simplify implementation.
31466         * manual/arith.texi: Fix spaces after sentences.
31467         * manual/charset.texi: Likewise.
31468         * manual/errno.texi: Likewise.
31469         * manual/install.texi: Likewise.
31470         * manual/llio.texi: Likewise.
31471         * manual/locale.texi: Likewise.
31472         * manual/maint.texi: Likewise.
31473         * manual/math.texi: Likewise.
31474         * manual/memory.texi: Likewise.
31475         * manual/message.texi: Likewise.
31476         * manual/probes.texi: Likewise.
31477         * manual/resource.texi: Likewise.
31478         * manual/signal.texi: Likewise.
31479         * manual/socket.texi: Likewise.
31480         * manual/stdio.texi: Likewise.
31481         * manual/string.texi: Likewise.
31482         * manual/time.texi: Likewise.
31483         * manual/users.texi: Likewise.
31485 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
31487         [BZ #16632]
31488         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
31489         _DEFAULT_SOURCE is defined.
31491 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
31492             Carlos O'Donell  <carlos@redhat.com>
31494         [BZ #16613]
31495         * elf/dl-tls.c (_dl_count_modids): New function.
31496         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
31497         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
31498         audit library and increment generation counter.
31499         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
31500         * elf/tst-audit9.c: New file.
31501         * elf/tst-auditmod9a.c: New file.
31502         * elf/tst-auditmod9b.c: New file.
31503         * elf/Makefile: Add rules to build and run tst-audit9.
31505 2014-02-25  Florian Weimer  <fweimer@redhat.com>
31507         [BZ #15347]
31508         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
31510 2014-02-25  Will Newton  <will.newton@linaro.org>
31512         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
31513         (__longjmp): Restore sp and lr before restoring callee
31514         saved registers.  Add longjmp and longjmp_target
31515         SystemTap probe point.
31516         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
31517         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
31518         Define to zero to match jmpbuf layout.
31519         * sysdeps/arm/setjmp.S: Include stap-probe.h.
31520         (__sigsetjmp): Save sp and lr before saving callee
31521         saved registers.  Add setjmp SystemTap probe point.
31523 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
31525         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
31527 2014-02-24  Andreas Schwab  <schwab@suse.de>
31529         [BZ #15804]
31530         * elf/pldd.c (wait_for_ptrace_stop): New function.
31531         (main): Call it after attaching.
31533 2014-02-22  Roland McGrath  <roland@hack.frob.com>
31535         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
31536         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
31537         Versions files is now verboten.
31538         * hurd/Versions (libc: GLIBC_2.0):
31539         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
31540         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
31541         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
31542         * mach/Versions: Likewise.
31544         * csu/Versions: Remove unused %include.
31545         * resolv/Versions: Likewise.
31547 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
31549         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
31550         ($(objpfx)check-local-headers.out): Likewise.
31551         ($(objpfx)begin-end-check.out): Likewise.
31552         * Makerules (check-abi-%.out): Likewise.
31553         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
31554         ($(objpfx)test2.cat): Likewise.
31555         ($(objpfx)de/libc.cat): Likewise.
31556         ($(objpfx)test-gencat.out): Likewise.
31557         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
31558         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
31559         ($(objpfx)noload-mem): Likewise.
31560         ($(objpfx)tst-pathopt.out): Likewise.
31561         ($(objpfx)tst-rtld-load-self.out): Likewise.
31562         ($(objpfx)tst-array1-cmp.out): Likewise.
31563         ($(objpfx)tst-array1-static-cmp.out): Likewise.
31564         ($(objpfx)tst-array2-cmp.out): Likewise.
31565         ($(objpfx)tst-array3-cmp.out): Likewise.
31566         ($(objpfx)tst-array4-cmp.out): Likewise.
31567         ($(objpfx)tst-array5-cmp.out): Likewise.
31568         ($(objpfx)tst-array5-static-cmp.out): Likewise.
31569         ($(objpfx)check-textrel.out): Likewise.
31570         ($(objpfx)check-execstack.out): Likewise.
31571         ($(objpfx)check-localplt.out): Likewise.
31572         ($(objpfx)order2-cmp.out): Likewise.
31573         ($(objpfx)tst-leaks1-mem): Likewise.
31574         ($(objpfx)tst-leaks1-static-mem): Likewise.
31575         ($(objpfx)tst-initorder-cmp.out): Likewise.
31576         ($(objpfx)tst-initorder2-cmp.out): Likewise.
31577         ($(objpfx)tst-unused-dep.out): Likewise.
31578         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
31579         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
31580         * iconv/Makefile (test-iconvconfig): Likewise.
31581         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
31582         ($(objpfx)iconv-test.out): Likewise.
31583         ($(objpfx)tst-tables.out): Likewise.
31584         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
31585         ($(objpfx)tst-gettext.out): Likewise.
31586         ($(objpfx)tst-translit.out): Likewise.
31587         ($(objpfx)tst-gettext2.out): Likewise.
31588         ($(objpfx)tst-gettext4.out): Likewise.
31589         ($(objpfx)tst-gettext6.out): Likewise.
31590         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
31591         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
31592         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
31593         ($(objpfx)tst-fopenloc-mem.out): Likewise.
31594         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
31595         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
31596         * posix/Makefile ($(objpfx)globtest.out): Likewise.
31597         ($(objpfx)wordexp-tst.out): Likewise.
31598         ($(objpfx)annexc.out): Likewise.
31599         ($(objpfx)tst-fnmatch-mem): Likewise.
31600         ($(objpfx)bug-regex2-mem): Likewise.
31601         ($(objpfx)bug-regex14-mem): Likewise.
31602         ($(objpfx)bug-regex21-mem): Likewise.
31603         ($(objpfx)bug-regex31-mem): Likewise.
31604         ($(objpfx)tst-vfork3-mem): Likewise.
31605         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
31606         ($(objpfx)tst-pcre-mem): Likewise.
31607         ($(objpfx)tst-boost-mem): Likewise.
31608         ($(objpfx)tst-getconf.out): Likewise.
31609         ($(objpfx)bug-ga2-mem): Likewise.
31610         ($(objpfx)bug-glob2-mem): Likewise.
31611         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
31612         ($(objpfx)mtrace-tst-leaks2): Likewise.
31613         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
31614         ($(objpfx)tst-printf.out): Likewise.
31615         ($(objpfx)tst-setvbuf1.out): Likewise.
31616         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
31617         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
31618         ($(objpfx)tst-fmtmsg.out): Likewise.
31619         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
31620         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
31622         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
31623         * bits/sigaction.h [__USE_MISC]: Likewise.
31624         * bits/waitstatus.h: Update #endif comments.
31625         * ctype/ctype.h: Likewise.
31626         * dirent/dirent.h: Likewise.
31627         [__USE_MISC]: Remove redundant conditionals.
31628         * grp/grp.h: Update #endif comments.
31629         [__USE_GNU]: Remove redundant conditionals.
31630         [__USE_MISC]: Likewise.
31631         * inet/netinet/in.h [__USE_GNU]: Likewise.
31632         * io/sys/stat.h [__USE_MISC]: Likewise.
31633         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
31634         * libio/bits/stdio.h: Update #endif comments.
31635         [__USE_MISC]: Remove redundant conditionals.
31636         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
31637         * libio/stdio.h: Update #endif comments.
31638         [__USE_MISC]: Remove redundant conditionals.
31639         * math/bits/math-finite.h [__USE_MISC]: Likewise.
31640         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
31641         * math/math.h: Update #else and #endif comments.
31642         [__USE_MISC]: Remove redundant conditionals.
31643         * misc/sys/uio.h: Update #endif comments.
31644         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
31645         * posix/glob.h [__USE_MISC]: Likewise.
31646         * posix/sys/types.h: Update #endif comments.
31647         [__USE_MISC]: Remove redundant conditionals.
31648         * posix/sys/wait.h: Update #endif comments.
31649         [__USE_MISC]: Remove redundant conditionals.
31650         * posix/unistd.h: Update #endif comments.
31651         [__USE_MISC]: Remove redundant conditionals.
31652         * pwd/pwd.h [__USE_GNU]: Likewise.
31653         [__USE_MISC]: Likewise.
31654         * resolv/netdb.h [__USE_GNU]: Likewise.
31655         * signal/signal.h: Update #endif comments.
31656         [__USE_MISC]: Remove redundant conditionals.
31657         * stdlib/stdlib.h: Update #else and #endif comments.
31658         [__USE_MISC]: Remove redundant conditionals.
31659         [__USE_GNU]: Likewise.
31660         * string/bits/string2.h [__USE_MISC]: Likewise.
31661         * string/string.h: Update #endif comments.
31662         [__USE_MISC]: Remove redundant conditionals.
31663         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
31664         Likewise.
31665         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
31666         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
31667         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
31668         Likewise.
31669         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
31670         Likewise.
31671         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
31672         comments.
31673         [__USE_MISC]: Remove redundant conditionals.
31674         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
31675         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
31676         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
31677         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
31678         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
31679         Likewise.
31680         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
31681         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
31682         Likewise.
31683         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
31684         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
31685         Likewise.
31686         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
31687         Likewise.
31688         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
31689         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
31690         Likewise.
31691         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
31692         Likewise.
31693         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
31694         * sysdeps/x86/bits/string.h: Update #endif comments.
31695         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
31696         conditionals.
31697         * time/sys/time.h: Update #endif comments.
31698         * time/time.h: Likewise.
31699         [__USE_MISC]: Remove redundant conditionals.
31701 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
31703         [BZ #16600]
31704         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
31706 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
31708         * Versions.def (librt): Add GLIBC_2.17.
31710 2014-02-21  Adam Conrad  <adconrad@0c3.net>
31712         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
31713         synonym for _SYS_AUXV_H to allow direct inclusion.
31714         * sysdeps/sparc/bits/hwcap.h: Likewise.
31715         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
31716         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
31717         * sysdeps/sparc/sysdep.h: Likewise.
31719 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31721         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
31723 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
31725         * benchtests/bench-strrchr.c: Print length instead of position.
31727 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
31729         [BZ #16611]
31730         * sysdeps/unix/sysv/linux/kernel-features.h
31731         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
31732         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
31733         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
31734         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
31735         Likewise.
31736         [__i386__ || __powerpc__ || __sh__ || __sparc__]
31737         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
31738         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
31739         (__ASSUME_SENDMMSG): Define instead of using previous
31740         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
31741         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
31742         (__ASSUME_SENDMMSG_SYSCALL): Define.
31743         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
31744         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
31745         Likewise.
31746         * sysdeps/unix/sysv/linux/arm/kernel-features.h
31747         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
31748         Likewise.
31749         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
31750         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
31751         Likewise.
31752         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
31753         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
31754         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
31755         [__ASSUME_SENDMMSG]: Change conditionals to
31756         [__ASSUME_SENDMMSG_SOCKETCALL].
31757         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
31758         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
31759         Define.
31760         * sysdeps/unix/sysv/linux/mips/kernel-features.h
31761         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
31762         Likewise.
31763         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
31764         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
31765         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
31766         [!__ASSUME_SENDMMSG]: Change conditional to
31767         [!__ASSUME_SENDMMSG_SOCKETCALL].
31768         * sysdeps/unix/sysv/linux/tile/kernel-features.h
31769         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
31770         Define.
31772         [BZ #16610]
31773         * sysdeps/unix/sysv/linux/kernel-features.h
31774         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
31775         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
31776         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
31777         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
31778         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
31779         [__i386__ || __sparc__]
31780         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
31781         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
31782         (__ASSUME_RECVMMSG): Define instead of using previous
31783         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
31784         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
31785         (__ASSUME_RECVMMSG_SYSCALL): Define.
31786         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
31787         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
31788         Likewise.
31789         * sysdeps/unix/sysv/linux/arm/kernel-features.h
31790         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
31791         Likewise.
31792         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
31793         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
31794         Likewise.
31795         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
31796         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
31797         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
31798         [__ASSUME_RECVMMSG]: Change condition to
31799         [__ASSUME_RECVMMSG_SOCKETCALL].
31800         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
31801         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
31802         Define.
31803         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
31804         * sysdeps/unix/sysv/linux/mips/kernel-features.h
31805         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
31806         Likewise.
31807         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
31808         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
31809         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
31810         [!__ASSUME_RECVMMSG]: Change condition to
31811         [!__ASSUME_RECVMMSG_SOCKETCALL].
31812         * sysdeps/unix/sysv/linux/tile/kernel-features.h
31813         (__ASSUME_RECVMMSG_SYSCALL): Define.
31815         [BZ #16609]
31816         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
31817         __powerpc__ || __s390__ || __sh__ || __sparc__]
31818         (__ASSUME_SOCKETCALL): Define.
31819         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
31820         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
31821         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
31822         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
31823         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
31824         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
31825         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
31826         (__ASSUME_ACCEPT4): Define instead of using previous
31827         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
31828         __powerpc__ || __sparc__ || __s390__)] condition.
31829         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
31830         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
31831         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
31832         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
31833         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
31834         [!__ASSUME_ACCEPT4]: Change condition to
31835         [!__ASSUME_ACCEPT4_SOCKETCALL].
31836         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
31837         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
31838         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
31839         * sysdeps/unix/sysv/linux/arm/kernel-features.h
31840         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
31841         __ASSUME_ACCEPT4_SYSCALL.
31842         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
31843         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
31844         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
31845         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
31846         __ASSUME_ACCEPT4_SYSCALL.
31847         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
31848         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
31849         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
31850         [__ASSUME_ACCEPT4]: Change condition to
31851         [__ASSUME_ACCEPT4_SOCKETCALL].
31852         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
31853         (__ASSUME_SOCKETCALL): Define.
31854         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
31855         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
31856         (__ASSUME_SOCKETCALL): Define.
31857         (__ASSUME_ACCEPT4): Remove.
31858         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
31859         Define.
31860         * sysdeps/unix/sysv/linux/mips/kernel-features.h
31861         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
31862         Likewise.
31863         * sysdeps/unix/sysv/linux/tile/kernel-features.h
31864         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
31866         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
31867         macro.
31868         (HWCAP_ARM_LPAE): Likewise.
31869         (HWCAP_ARM_EVTSTRM): Likewise.
31870         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
31871         Add vpfd32, lpae and evtstrm.
31872         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
31873         Increase to 22.
31875 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
31877         * math/auto-libm-test-in: Add tests of clog10.
31878         * math/auto-libm-test-out: Regenerated.
31879         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
31880         * sysdeps/i386/fpu/libm-test-ulps: Update.
31881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31883 2014-02-18  Andreas Schwab  <schwab@suse.de>
31885         [BZ #16574]
31886         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
31887         Store non-zero if the second buffer was newly allocated.
31888         (send_dg): Likewise.
31889         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
31890         to send_vc and send_dg.
31891         (res_nsend): Pass NULL for ansp2_malloced.
31892         * resolv/res_query.c (__libc_res_nquery): Add parameter
31893         answerp2_malloced and pass it down to __libc_res_nsend.
31894         (res_nquery): Pass additional NULL to __libc_res_nquery.
31895         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
31896         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
31897         second answer buffer if answerp2_malloced was set.
31898         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
31899         (__libc_res_nquerydomain): Add parameter
31900         answerp2_malloced and pass it down to __libc_res_nquery.
31901         (res_nquerydomain): Pass additional NULL to
31902         __libc_res_nquerydomain.
31903         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
31904         additional NULL to __libc_res_nsend and __libc_res_nquery.
31905         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
31906         additional NULL to __libc_res_nsearch.
31907         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
31908         parameter of __libc_res_nsearch to check for separately allocated
31909         second buffer.
31910         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
31911         __libc_res_nquery.
31912         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
31913         additional NULL to __libc_res_nquery.
31914         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
31915         __libc_res_nsearch.
31916         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
31917         * include/resolv.h: Update prototypes of __libc_res_nquery,
31918         __libc_res_nsearch, __libc_res_nsend.
31920 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
31922         * math/auto-libm-test-in: Add tests of fma.
31923         * math/auto-libm-test-out: Regenerated.
31924         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
31925         (fma_towardzero_test_data): Likewise.
31926         (fma_downward_test_data): Likewise.
31927         (fma_upward_test_data): Likewise.
31928         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
31929         mpc_mode.
31930         (rounding_modes): Add values for new field.
31931         (func_calc_method): Add value mpfr_fff_f.
31932         (func_calc_desc): Add mpfr_fff_f union field.
31933         (test_function): Add field exact_args.
31934         (FUNC): Add macro argument EXACT_ARGS.
31935         (FUNC_mpfr_f_f): Update call to FUNC.
31936         (FUNC_mpfr_f_f): Likewise.
31937         (FUNC_mpfr_ff_f): Likewise.
31938         (FUNC_mpfr_if_f): Likewise.
31939         (FUNC_mpc_c_f): Likewise.
31940         (FUNC_mpc_c_c): Likewise.
31941         (test_functions): Add fma.  Update calls to FUNC.
31942         (handle_input_arg): Add argument exact_args.
31943         (add_test): Update call to handle_input_arg.
31944         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
31945         (output_for_one_input_case): Update call to calc_generic_results.
31946         Recalculate exact zero results in each rounding mode.
31948         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
31949         non-negative before setting low bit.
31950         * math/auto-libm-test-in: Mark one asin test possibly having
31951         spurious underflow.
31952         * math/auto-libm-test-out: Regenerated.
31953         * sysdeps/i386/fpu/libm-test-ulps: Update.
31954         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31956 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
31958         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
31959         * sysdeps/unix/sysv/linux/microblaze: Move directory from
31960         ports/sysdeps/unix/sysv/linux/microblaze.
31961         * README: Add missing listing for microblaze*-*-linux-gnu.
31963 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
31965         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
31966         duplicate code
31968 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
31970         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
31971         * sysdeps/unix/sysv/linux/ia64: Move directory from
31972         ports/sysdeps/unix/sysv/linux/ia64.
31973         * README: Update listing for ia64-*-linux-gnu.
31975 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
31976             Joseph Myers  <joseph@codesourcery.com>
31978         * Makeconfig (test-name): New variable.
31979         (evaluate-test): Likewise.
31980         * Makerules (do-test-clean): Remove .test-result files.
31981         (common-mostlyclean): Likewise.
31982         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
31983         * scripts/evaluate-test.sh: New file.
31985 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
31987         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
31988         separate $(objpfx)tst-fopenloc-cmp.out and
31989         $(objpfx)tst-fopenloc-mem.out targets.
31990         (tests): Update dependencies.
31991         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
31992         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
31993         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
31994         (tst-rxspencer-no-utf8-ARGS): New variable.
31995         (tst-rxspencer-no-utf8-ENV): Likewise.
31996         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
31997         instead of $(objpfx)tst-rxspencer-mem.
31998         ($(objpfx)tst-rxspencer-mem): Change target to
31999         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
32000         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
32001         * posix/tst-rxspencer-no-utf8.c: New file.
32003         * elf/Makefile ($(objpfx)order.out): Remove rule.
32004         [$(run-built-tests) = yes] (tests): Depend on
32005         $(objpfx)order-cmp.out.
32006         ($(objpfx)order-cmp.out): New rule.
32007         [$(run-built-tests) = yes] (tests): Depend on
32008         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
32009         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
32010         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
32011         $(objpfx)tst-array5-static-cmp.out.
32012         ($(objpfx)tst-array1.out): Remove rule.
32013         ($(objpfx)tst-array1-cmp.out): New rule.
32014         ($(objpfx)tst-array1-static.out): Remove rule.
32015         ($(objpfx)tst-array1-static-cmp.out): New rule.
32016         ($(objpfx)tst-array2.out): Remove rule.
32017         ($(objpfx)tst-array2-cmp.out): New rule.
32018         ($(objpfx)tst-array3.out): Remove rule.
32019         ($(objpfx)tst-array3-cmp.out): New rule.
32020         ($(objpfx)tst-array4.out): Remove rule.
32021         ($(objpfx)tst-array4-cmp.out): New rule.
32022         ($(objpfx)tst-array5.out): Remove rule.
32023         ($(objpfx)tst-array5-cmp.out): New rule.
32024         ($(objpfx)tst-array5-static.out): Remove rule.
32025         ($(objpfx)tst-array5-static-cmp.out): New rule.
32026         [$(run-built-tests) = yes] (tests): Depend on
32027         $(objpfx)order2-cmp.out.
32028         ($(objpfx)order2.out): Remove rule.
32029         ($(objpfx)order2-cmp.out): New rule.
32030         ($(objpfx)tst-initorder.out): Remove rule.
32031         [$(run-built-tests) = yes] (tests): Depend on
32032         $(objpfx)tst-initorder-cmp.out.
32033         ($(objpfx)tst-initorder-cmp.out): New rule.
32034         ($(objpfx)tst-initorder2.out): Remove rule.
32035         [$(run-built-tests) = yes] (tests): Depend on
32036         $(objpfx)tst-initorder2-cmp.out.
32037         ($(objpfx)tst-initorder2-cmp.out): New rule.
32038         [$(run-built-tests) = yes] (tests): Depend on
32039         $(objpfx)tst-unused-dep-cmp.out.
32040         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
32041         ($(objpfx)tst-unused-dep-cmp.out): New rule.
32042         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
32043         on $(objpfx)tst-setvbuf1-cmp.out.
32044         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
32045         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
32046         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
32047         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
32048         ($(objpfx)tst-svc.out): Remove rule.
32049         ($(objpfx)tst-svc-cmp.out): New rule.
32051 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
32053         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
32054         * ctype/ctype.h [__USE_MISC]: Likewise.
32055         * dirent/dirent.h [__USE_MISC]: Likewise.
32056         * grp/grp.h [__USE_MISC]: Likewise.
32057         * io/fcntl.h [__USE_MISC]: Likewise.
32058         * io/sys/stat.h [__USE_MISC]: Likewise.
32059         * libio/stdio.h [__USE_MISC]: Likewise.
32060         * posix/unistd.h [__USE_MISC]: Likewise.
32061         * pwd/pwd.h [__USE_MISC]: Likewise.
32062         * stdlib.h [__USE_MISC]: Likewise.
32063         * string/bits/string2.h [__USE_MISC]: Likewise.
32064         * string/string.h [__USE_MISC]: Likewise.
32065         * time/time.h [__USE_MISC]: Likewise.
32067 2014-02-13  Andreas Schwab  <schwab@suse.de>
32069         [BZ #16574]
32070         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
32071         second answer buffer if it was separately allocated.
32073 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
32075         * sysdeps/mips/math-tests.h: Include <features.h>.
32076         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
32077         (ROUNDING_TESTS_long_double): Do not define.
32078         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
32079         (EXCEPTION_TESTS_long_double): Likewise.
32080         * sysdeps/mips/mips64/libm-test-ulps: Update.
32082         * include/features.h (__USE_BSD): Remove macro definitions.
32083         (__USE_SVID): Likewise.
32084         (_BSD_SOURCE): Likewise.
32085         (_SVID_SOURCE): Likewise.
32086         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
32087         from definition of _DEFAULT_SOURCE.
32088         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
32089         [_DEFAULT_SOURCE].
32090         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
32091         * bits/mman.h [__USE_BSD]: Likewise.
32092         * bits/termios.h [__USE_BSD]: Likewise.
32093         * bits/waitstatus.h [__USE_BSD]: Likewise.
32094         * ctype/ctype.h [__USE_SVID]: Likewise.
32095         * dirent/dirent.h [__USE_BSD]: Likewise.
32096         * grp/grp.h [__USE_SVID]: Likewise.
32097         [__USE_BSD]: Likewise.
32098         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
32099         * io/fcntl.h [__USE_BSD]: Likewise.
32100         * io/ftw.h [__USE_BSD]: Likewise.
32101         * io/sys/stat.h [__USE_BSD]: Likewise.
32102         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
32103         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
32104         * libio/stdio.h [__USE_SVID]: Likewise.
32105         [__USE_BSD]: Likewise.
32106         * math/math.h [__USE_SVID]: Likewise.
32107         [__USE_BSD]: Likewise.
32108         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
32109         * misc/bits/syslog.h [__USE_BSD]: Likewise.
32110         * misc/search.h [__USE_SVID]: Likewise.
32111         * misc/sys/mman.h [__USE_BSD]: Likewise.
32112         * misc/sys/syslog.h [__USE_BSD]: Likewise.
32113         * misc/sys/uio.h [__USE_BSD]: Likewise.
32114         * posix/bits/unistd.h [__USE_BSD]: Likewise.
32115         * posix/glob.h [__USE_BSD]: Likewise.
32116         * posix/regex.h [__USE_BSD]: Likewise.
32117         * posix/sys/types.h [__USE_BSD]: Likewise.
32118         [__USE_SVID]: Likewise.
32119         * posix/sys/utsname.h [__USE_SVID]: Likewise.
32120         * posix/sys/wait.h [__USE_BSD]: Likewise.
32121         [__USE_SVID]: Likewise.
32122         * posix/unistd.h [__USE_BSD]: Likewise.
32123         [__USE_SVID]: Likewise.
32124         * pwd/pwd.h [__USE_SVID]: Likewise.
32125         * resolv/netdb.h [__USE_BSD]: Likewise.
32126         * setjmp/setjmp.h [__USE_BSD]: Likewise.
32127         * signal/signal.h [__USE_BSD]: Likewise.
32128         [__USE_SVID]: Likewise.
32129         * socket/sys/socket.h [__USE_BSD]: Likewise.
32130         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
32131         * stdlib/stdlib.h [__USE_BSD]: Likewise.
32132         [__USE_SVID]: Likewise.
32133         * string/bits/string2.h [__USE_BSD]: Likewise.
32134         [__USE_SVID]: Likewise.
32135         * string/bits/string3.h [__USE_BSD]: Likewise.
32136         * string/endian.h [__USE_BSD]: Likewise.
32137         * string/string.h [__USE_SVID]: Likewise.
32138         [__USE_BSD]: Likewise.
32139         * string/strings.h [__USE_BSD]: Likewise.
32140         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
32141         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
32142         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
32143         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
32144         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
32145         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
32146         Likewise.
32147         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
32148         Likewise.
32149         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
32150         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
32151         Likewise.
32152         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
32153         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
32154         Likewise.
32155         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
32156         Likewise.
32157         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
32158         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
32159         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
32160         Likewise.
32161         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
32162         Likewise.
32163         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
32164         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
32165         * termios/termios.h [__USE_BSD]: Likewise.
32166         * time/sys/time.h [__USE_BSD]: Likewise.
32167         * time/time.h [__USE_BSD]: Likewise.
32168         [__USE_SVID]: Likewise.
32170         * Makefile (subdir_targets): Remove subdir_lint.out.
32172         * stdio-common/Makefile (do-tst-unbputc): Remove target.
32173         (do-tst-printf): Likewise.
32174         (tests): Depend directly on $(objpfx)tst-unbputc.out and
32175         $(objpfx)tst-printf.out.
32177         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
32179         * Makerules (check-abi-%): Change target to
32180         $(objpfx)check-abi-%.out.
32181         (check-abi target): Update dependencies.
32182         (check-abi-pattern variable): Redirect output of diff to $@.
32183         (check-abi variable): Likewise.
32184         * elf/Makefile (check-abi): Update dependencies.
32186         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
32187         unused.
32188         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
32189         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
32190         subnormal range.
32191         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
32192         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
32193         value has largest subnormal exponent.
32194         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
32195         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
32196         * sysdeps/aarch64/soft-fp/sfp-machine.h
32197         (_FP_TININESS_AFTER_ROUNDING): New macro.
32198         * sysdeps/alpha/soft-fp/sfp-machine.h
32199         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32200         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
32201         Likewise.
32202         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
32203         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32204         * sysdeps/mips/soft-fp/sfp-machine.h
32205         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32206         * sysdeps/powerpc/soft-fp/sfp-machine.h
32207         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32208         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
32209         Likewise.
32210         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
32211         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32212         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
32213         (_FP_TININESS_AFTER_ROUNDING): Likewise.
32214         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
32215         Likewise.
32217 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
32219         [BZ #16545]
32220         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
32221         model 1.
32223 2014-02-12  Richard Henderson  <rth@redhat.com>
32225         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
32226         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
32227         * sysdeps/unix/sysv/linux/alpha: Move directory from
32228         ports/sysdeps/unix/sysv/linux/alpha.
32229         * README: Update listing for alpha-*-linux-gnu.
32231 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
32233         * include/features.h: Update comment documenting feature test
32234         macros.
32235         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
32236         _DEFAULT_SOURCE.
32237         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
32238         (_SVID_SOURCE): Likewise.
32239         (_DEFAULT_SOURCE): Update description of default features.
32240         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
32241         with _GNU_SOURCE.
32242         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
32243         (S_ISVTX): Likewise.
32244         * manual/math.texi (Mathematical Constants): Likewise.
32245         * manual/signal.texi (Interrupted Primitives): Likewise.
32246         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
32247         * math/test-matherr.c (_SVID_SOURCE): Do not define.
32248         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
32249         Don't refer to _SVID_SOURCE in warning text.
32251         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32253         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
32254         already defined.
32255         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
32256         * sysdeps/mips/dl-lookup.c: Remove.
32257         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
32259 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
32261         [BZ #16447]
32262         * math/auto-libm-test-in: Add testcase for expl.
32263         * math/auto-libm-test-out: Regenerate.
32264         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
32265         calculation of unsafe.
32266         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
32268 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
32270         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
32271         * sysdeps/unix/sysv/linux/aarch64: Move directory from
32272         ports/sysdeps/unix/sysv/linux/aarch64.
32273         * README: Update listing for aarch64*-*-linux-gnu.
32275 2014-02-11  Will Newton  <will.newton@linaro.org>
32277         * manual/probes.texi (Mathematical Function Probes): Use
32278         "triggered" instead of "hit".
32280         * manual/probes.texi (Internal Probes): Add documentation
32281         of setjmp, longjmp and longjmp_target probes.
32283         * include/stap-probe.h: Add comment about probe argument
32284         format.
32286         * malloc/mtrace.c (attribute_hidden): Remove unused macro
32287         definition.  (tr_where, tr_freehook, tr_mallochook,
32288         tr_reallochook, tr_memalignhook): Use ANSI protoype.
32290 2014-02-11  David S. Miller  <davem@davemloft.net>
32292         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
32293         processing int_tests.
32295 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
32297         * sysdeps/mips: Move directory from ports/sysdeps/mips.
32298         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
32299         * sysdeps/unix/sysv/linux/mips: Move directory from
32300         ports/sysdeps/unix/sysv/linux/mips.
32301         * README: Update listing for mips-*-linux-gnu and
32302         mips64-*-linux-gnu.
32304 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
32306         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
32307         * sysdeps/unix/sysv/linux/m68k: Move directory from
32308         ports/sysdeps/unix/sysv/linux/m68k.
32309         * README: Update listing for m68k-*-linux-gnu.
32311 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
32313         * sysdeps/tile: Move directory from ports/sysdeps/tile.
32314         * sysdeps/unix/sysv/linux/generic: Move directory from
32315         ports/sysdeps/unix/sysv/linux/generic.
32316         * sysdeps/unix/sysv/linux/tile: Move directory from
32317         ports/sysdeps/unix/sysv/linux/tile.
32318         * README: Update listing for tile*-*-linux-gnu.
32320 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
32322         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
32323         __builtin_expect.
32324         * benchtests/bench-memmem.c (simple_memmem): Likewise.
32325         * catgets/open_catalog.c (__open_catalog): Likewise.
32326         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
32327         * debug/confstr_chk.c: Likewise.
32328         * debug/fread_chk.c (__fread_chk): Likewise.
32329         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
32330         * debug/getgroups_chk.c: Likewise.
32331         * debug/mbsnrtowcs_chk.c: Likewise.
32332         * debug/mbsrtowcs_chk.c: Likewise.
32333         * debug/mbstowcs_chk.c: Likewise.
32334         * debug/memcpy_chk.c: Likewise.
32335         * debug/memmove_chk.c: Likewise.
32336         * debug/mempcpy_chk.c: Likewise.
32337         * debug/memset_chk.c: Likewise.
32338         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
32339         * debug/strcat_chk.c (__strcat_chk): Likewise.
32340         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
32341         * debug/strncat_chk.c (__strncat_chk): Likewise.
32342         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
32343         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
32344         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
32345         * debug/wcpncpy_chk.c: Likewise.
32346         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
32347         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
32348         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
32349         * debug/wcsncpy_chk.c: Likewise.
32350         * debug/wcsnrtombs_chk.c: Likewise.
32351         * debug/wcsrtombs_chk.c: Likewise.
32352         * debug/wcstombs_chk.c: Likewise.
32353         * debug/wmemcpy_chk.c: Likewise.
32354         * debug/wmemmove_chk.c: Likewise.
32355         * debug/wmempcpy_chk.c: Likewise.
32356         * debug/wmemset_chk.c: Likewise.
32357         * dirent/scandirat.c (SCANDIRAT): Likewise.
32358         * dlfcn/dladdr1.c (dladdr1): Likewise.
32359         * dlfcn/dladdr.c (dladdr): Likewise.
32360         * dlfcn/dlclose.c (dlclose_doit): Likewise.
32361         * dlfcn/dlerror.c (__dlerror): Likewise.
32362         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
32363         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
32364         * dlfcn/dlopen.c (dlopen_doit): Likewise.
32365         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
32366         * dlfcn/dlsym.c (dlsym_doit): Likewise.
32367         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
32368         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
32369         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
32370         Likewise.
32371         * elf/dl-conflict.c: Likewise.
32372         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
32373         * elf/dl-dst.h: Likewise.
32374         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
32375         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
32376         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
32377         * elf/dl-init.c (call_init, _dl_init): Likewise.
32378         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
32379         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
32380         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
32381         Likewise.
32382         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
32383         Likewise.
32384         * elf/dl-minimal.c (__libc_memalign): Likewise.
32385         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
32386         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
32387         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
32388         * elf/dl-sym.c (do_sym): Likewise.
32389         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
32390         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
32391         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
32392         * elf/dl-writev.h (_dl_writev): Likewise.
32393         * elf/ldconfig.c (search_dir): Likewise.
32394         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
32395         (dl_main): Likewise.
32396         * elf/setup-vdso.h (setup_vdso): Likewise.
32397         * grp/compat-initgroups.c (compat_call): Likewise.
32398         * grp/fgetgrent.c (fgetgrent): Likewise.
32399         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
32400         * grp/putgrent.c (putgrent): Likewise.
32401         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
32402         Likewise.
32403         * hurd/hurdinit.c: Likewise.
32404         * iconvdata/8bit-gap.c (struct): Likewise.
32405         * iconvdata/ansi_x3.110.c : Likewise.
32406         * iconvdata/big5.c : Likewise.
32407         * iconvdata/big5hkscs.c : Likewise.
32408         * iconvdata/cp1255.c: Likewise.
32409         * iconvdata/cp1258.c : Likewise.
32410         * iconvdata/cp932.c : Likewise.
32411         * iconvdata/euc-cn.c: Likewise.
32412         * iconvdata/euc-jisx0213.c : Likewise.
32413         * iconvdata/euc-jp.c: Likewise.
32414         * iconvdata/euc-jp-ms.c : Likewise.
32415         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
32416         * iconvdata/gb18030.c : Likewise.
32417         * iconvdata/gbbig5.c (const): Likewise.
32418         * iconvdata/gbgbk.c: Likewise.
32419         * iconvdata/gbk.c : Likewise.
32420         * iconvdata/ibm1364.c : Likewise.
32421         * iconvdata/ibm930.c : Likewise.
32422         * iconvdata/ibm932.c: Likewise.
32423         * iconvdata/ibm933.c : Likewise.
32424         * iconvdata/ibm935.c : Likewise.
32425         * iconvdata/ibm937.c : Likewise.
32426         * iconvdata/ibm939.c : Likewise.
32427         * iconvdata/ibm943.c: Likewise.
32428         * iconvdata/iso_11548-1.c: Likewise.
32429         * iconvdata/iso-2022-cn.c : Likewise.
32430         * iconvdata/iso-2022-cn-ext.c : Likewise.
32431         * iconvdata/iso-2022-jp-3.c: Likewise.
32432         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
32433         * iconvdata/iso-2022-kr.c : Likewise.
32434         * iconvdata/iso646.c (gconv_end): Likewise.
32435         * iconvdata/iso_6937-2.c : Likewise.
32436         * iconvdata/iso_6937.c : Likewise.
32437         * iconvdata/iso8859-1.c: Likewise.
32438         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
32439         * iconvdata/shift_jisx0213.c : Likewise.
32440         * iconvdata/sjis.c : Likewise.
32441         * iconvdata/t.61.c : Likewise.
32442         * iconvdata/tcvn5712-1.c : Likewise.
32443         * iconvdata/tscii.c: Likewise.
32444         * iconvdata/uhc.c : Likewise.
32445         * iconvdata/unicode.c (gconv_end): Likewise.
32446         * iconvdata/utf-16.c (gconv_end): Likewise.
32447         * iconvdata/utf-32.c (gconv_end): Likewise.
32448         * iconvdata/utf-7.c (base64): Likewise.
32449         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
32450         * iconv/gconv_close.c (__gconv_close): Likewise.
32451         * iconv/gconv_open.c (__gconv_open): Likewise.
32452         * iconv/gconv_simple.c (internal_ucs4_loop_single)
32453         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
32454         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
32455         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
32456         (ucs4le_internal_loop_single): Likewise.
32457         * iconv/iconv.c (iconv): Likewise.
32458         * iconv/iconv_close.c: Likewise.
32459         * iconv/loop.c (SINGLE): Likewise.
32460         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
32461         * include/atomic.h: Likewise.
32462         * inet/inet6_option.c (option_alloc): Likewise.
32463         * intl/bindtextdom.c (set_binding_values): Likewise.
32464         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
32465         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
32466         * intl/localealias.c (read_alias_file): Likewise.
32467         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
32468         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
32469         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
32470         * libio/fmemopen.c (fmemopen): Likewise.
32471         * libio/iofgets.c (_IO_fgets): Likewise.
32472         * libio/iofgets_u.c (fgets_unlocked): Likewise.
32473         * libio/iofgetws.c (fgetws): Likewise.
32474         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
32475         * libio/iogetdelim.c (_IO_getdelim): Likewise.
32476         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
32477         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
32478         * locale/findlocale.c (_nl_find_locale): Likewise.
32479         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
32480         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
32481         Likewise.
32482         * locale/setlocale.c (setlocale): Likewise.
32483         * login/programs/pt_chown.c (main): Likewise.
32484         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
32485         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
32486         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
32487         (mmap, mmap64, mremap, munmap): Likewise.
32488         * math/e_exp2l.c: Likewise.
32489         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
32490         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
32491         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
32492         * math/s_catan.c (__catan): Likewise.
32493         * math/s_catanf.c (__catanf): Likewise.
32494         * math/s_catanh.c (__catanh): Likewise.
32495         * math/s_catanhf.c (__catanhf): Likewise.
32496         * math/s_catanhl.c (__catanhl): Likewise.
32497         * math/s_catanl.c (__catanl): Likewise.
32498         * math/s_ccosh.c (__ccosh): Likewise.
32499         * math/s_ccoshf.c (__ccoshf): Likewise.
32500         * math/s_ccoshl.c (__ccoshl): Likewise.
32501         * math/s_cexp.c (__cexp): Likewise.
32502         * math/s_cexpf.c (__cexpf): Likewise.
32503         * math/s_cexpl.c (__cexpl): Likewise.
32504         * math/s_clog10.c (__clog10): Likewise.
32505         * math/s_clog10f.c (__clog10f): Likewise.
32506         * math/s_clog10l.c (__clog10l): Likewise.
32507         * math/s_clog.c (__clog): Likewise.
32508         * math/s_clogf.c (__clogf): Likewise.
32509         * math/s_clogl.c (__clogl): Likewise.
32510         * math/s_csin.c (__csin): Likewise.
32511         * math/s_csinf.c (__csinf): Likewise.
32512         * math/s_csinh.c (__csinh): Likewise.
32513         * math/s_csinhf.c (__csinhf): Likewise.
32514         * math/s_csinhl.c (__csinhl): Likewise.
32515         * math/s_csinl.c (__csinl): Likewise.
32516         * math/s_csqrt.c (__csqrt): Likewise.
32517         * math/s_csqrtf.c (__csqrtf): Likewise.
32518         * math/s_csqrtl.c (__csqrtl): Likewise.
32519         * math/s_ctan.c (__ctan): Likewise.
32520         * math/s_ctanf.c (__ctanf): Likewise.
32521         * math/s_ctanh.c (__ctanh): Likewise.
32522         * math/s_ctanhf.c (__ctanhf): Likewise.
32523         * math/s_ctanhl.c (__ctanhl): Likewise.
32524         * math/s_ctanl.c (__ctanl): Likewise.
32525         * math/w_pow.c: Likewise.
32526         * math/w_powf.c: Likewise.
32527         * math/w_powl.c: Likewise.
32528         * math/w_scalb.c (sysv_scalb): Likewise.
32529         * math/w_scalbf.c (sysv_scalbf): Likewise.
32530         * math/w_scalbl.c (sysv_scalbl): Likewise.
32531         * misc/error.c (error_tail): Likewise.
32532         * misc/pselect.c (__pselect): Likewise.
32533         * nis/nis_callback.c (__nis_create_callback): Likewise.
32534         * nis/nis_call.c (__nisfind_server): Likewise.
32535         * nis/nis_creategroup.c (nis_creategroup): Likewise.
32536         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
32537         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
32538         * nis/nis_getservlist.c (nis_getservlist): Likewise.
32539         * nis/nis_lookup.c (nis_lookup): Likewise.
32540         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
32541         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
32542         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
32543         * nis/nis_xdr.c (xdr_endpoint): Likewise.
32544         * nis/nss_compat/compat-grp.c (getgrent_next_file)
32545         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
32546         * nis/nss_compat/compat-initgroups.c (add_group)
32547         (internal_getgrent_r): Likewise.
32548         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
32549         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
32550         * nis/nss_compat/compat-spwd.c (getspent_next_file)
32551         (internal_getspnam_r): Likewise.
32552         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
32553         (_nss_nis_getaliasbyname_r): Likewise.
32554         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
32555         (_nss_nis_getntohost_r): Likewise.
32556         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
32557         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
32558         (_nss_nis_getgrgid_r): Likewise.
32559         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
32560         (internal_nis_gethostent_r, internal_gethostbyname2_r)
32561         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
32562         (_nss_nis_gethostbyname4_r): Likewise.
32563         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
32564         (initgroups_netid): Likewise.
32565         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
32566         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
32567         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
32568         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
32569         (_nss_nis_getprotobynumber_r): Likewise.
32570         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
32571         (_nss_nis_getsecretkey): Likewise.
32572         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
32573         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
32574         (_nss_nis_getpwuid_r): Likewise.
32575         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
32576         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
32577         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
32578         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
32579         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
32580         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
32581         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
32582         Likewise.
32583         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
32584         (_nss_nisplus_getntohost_r): Likewise.
32585         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
32586         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
32587         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
32588         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
32589         Likewise.
32590         * nis/nss_nisplus/nisplus-initgroups.c
32591         (_nss_nisplus_initgroups_dyn): Likewise.
32592         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
32593         (_nss_nisplus_getnetbyaddr_r): Likewise.
32594         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
32595         (_nss_nisplus_getprotobynumber_r): Likewise.
32596         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
32597         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
32598         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
32599         Likewise.
32600         * nis/nss_nisplus/nisplus-service.c
32601         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
32602         (_nss_nisplus_getservbyport_r): Likewise.
32603         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
32604         (_nss_nisplus_getspnam_r): Likewise.
32605         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
32606         Likewise.
32607         * nscd/aicache.c (addhstaiX): Likewise.
32608         * nscd/cache.c (cache_search, prune_cache): Likewise.
32609         * nscd/connections.c (register_traced_file, send_ro_fd)
32610         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
32611         (main_loop_epoll): Likewise.
32612         * nscd/grpcache.c (addgrbyX): Likewise.
32613         * nscd/hstcache.c (addhstbyX): Likewise.
32614         * nscd/initgrcache.c (addinitgroupsX): Likewise.
32615         * nscd/mem.c (gc, mempool_alloc): Likewise.
32616         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
32617         (addinnetgrX): Likewise.
32618         * nscd/nscd-client.h (__nscd_acquire_maplock)
32619         (__nscd_drop_map_ref): Likewise.
32620         * nscd/nscd_getai.c (__nscd_getai): Likewise.
32621         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
32622         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
32623         Likewise.
32624         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
32625         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
32626         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
32627         (__nscd_get_map_ref): Likewise.
32628         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
32629         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
32630         Likewise.
32631         * nscd/pwdcache.c (addpwbyX): Likewise.
32632         * nscd/selinux.c (preserve_capabilities): Likewise.
32633         * nscd/servicescache.c (addservbyX): Likewise.
32634         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
32635         * posix/fnmatch.c (fnmatch): Likewise.
32636         * posix/getopt.c (_getopt_internal_r): Likewise.
32637         * posix/glob.c (glob, glob_in_dir): Likewise.
32638         * posix/wordexp.c (exec_comm_child): Likewise.
32639         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
32640         (getanswer_r, gaih_getanswer_slice): Likewise.
32641         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
32642         * resolv/res_init.c: Likewise.
32643         * resolv/res_mkquery.c (res_nmkquery): Likewise.
32644         * resolv/res_query.c (__libc_res_nquery): Likewise.
32645         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
32646         Likewise.
32647         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
32648         * stdio-common/perror.c (perror): Likewise.
32649         * stdio-common/printf_fp.c (___printf_fp): Likewise.
32650         * stdio-common/tmpnam.c (tmpnam): Likewise.
32651         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
32652         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
32653         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
32654         Likewise.
32655         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
32656         * stdlib/putenv.c (putenv): Likewise.
32657         * stdlib/setenv.c (__add_to_environ): Likewise.
32658         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
32659         * stdlib/strtol_l.c (INTERNAL): Likewise.
32660         * string/memmem.c (memmem): Likewise.
32661         * string/strerror.c (strerror): Likewise.
32662         * string/strnlen.c (__strnlen): Likewise.
32663         * string/test-memmem.c (simple_memmem): Likewise.
32664         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
32665         * sunrpc/pm_getport.c (__get_socket): Likewise.
32666         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
32667         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
32668         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
32669         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
32670         Likewise.
32671         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
32672         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
32673         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
32674         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
32675         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
32676         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
32677         Likewise.
32678         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
32679         Likewise.
32680         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
32681         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
32682         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
32683         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
32684         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
32685         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
32686         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
32687         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
32688         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
32689         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
32690         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
32691         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
32692         Likewise.
32693         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
32694         Likewise.
32695         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
32696         Likewise.
32697         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
32698         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
32699         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
32700         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
32701         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
32702         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
32703         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
32704         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
32705         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
32706         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
32707         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
32708         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
32709         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
32710         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
32711         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32712         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
32713         Likewise.
32714         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
32715         Likewise.
32716         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
32717         Likewise.
32718         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
32719         Likewise.
32720         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32721         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32722         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
32723         Likewise.
32724         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
32725         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
32726         * sysdeps/posix/opendir.c (__opendirat): Likewise.
32727         * sysdeps/posix/sleep.c: Likewise.
32728         * sysdeps/posix/tempname.c: Likewise.
32729         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
32730         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
32731         Likewise.
32732         * sysdeps/powerpc/powerpc32/dl-machine.h
32733         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
32734         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
32735         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
32736         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
32737         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
32738         Likewise.
32739         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
32740         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
32741         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
32742         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
32743         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
32744         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
32745         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
32746         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
32747         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
32748         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
32749         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
32750         (elf_machine_lazy_rel): Likewise.
32751         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
32752         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
32753         (elf_machine_lazy_rel): Likewise.
32754         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
32755         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
32756         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
32757         * sysdeps/unix/grantpt.c (grantpt): Likewise.
32758         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
32759         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
32760         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
32761         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
32762         Likewise.
32763         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
32764         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
32765         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
32766         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
32767         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
32768         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32769         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
32770         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
32771         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
32772         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32773         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
32774         Likewise.
32775         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
32776         (__posix_fallocate64_l64): Likewise.
32777         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
32778         (posix_fallocate): Likewise.
32779         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
32780         Likewise.
32781         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
32782         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
32783         (getifaddrs_internal): Likewise.
32784         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
32785         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
32786         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
32787         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
32788         * sysdeps/unix/sysv/linux/posix_fallocate64.c
32789         (__posix_fallocate64_l64): Likewise.
32790         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
32791         Likewise.
32792         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
32793         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
32794         (__get_clockfreq): Likewise.
32795         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
32796         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
32797         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
32798         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
32799         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
32800         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
32801         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
32802         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
32803         Likewise.
32804         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
32805         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
32806         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
32807         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
32808         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
32809         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
32810         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
32811         Likewise.
32812         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
32813         (posix_fallocate): Likewise.
32814         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
32815         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
32816         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
32817         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
32818         (elf_machine_rela, elf_machine_rela_relative)
32819         (elf_machine_lazy_rel): Likewise.
32820         * time/asctime.c (asctime_internal): Likewise.
32821         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
32822         * time/tzset.c (__tzset_parse_tz): Likewise.
32823         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
32824         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
32825         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
32826         * wcsmbs/wcsmbsload.h: Likewise.
32828         [BZ #15894]
32829         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
32831         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
32832         (arena_get2): Remove THREAD_STATS conditionals.
32833         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
32834         (__malloc_stats, int): Likewise.
32836 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
32838         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
32839         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
32841         * manual/setjmp.texi: Fix typos/grammar errors.
32843         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
32844         Only return early when n is <= 0.  Delete unused return statement.
32846         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
32847         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
32848         * debug/tst-longjmp_chk3.c: New file.
32850         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
32851         (test_main): Replace code with set_fortify_handler call.
32852         * debug/test-strcpy_chk.c: Likewise.
32853         * debug/tst-chk1.c: Likewise.
32854         * debug/tst-longjmp_chk.c: Likewise.
32855         * test-skeleton.c: Include fcntl.h & paths.h
32856         (set_fortify_handler): Define.
32858         * debug/tst-longjmp_chk.c: Add header comment and include
32859         ../test-skeleton.c.
32860         (do_test): Mark static.
32861         (TEST_FUNCTION): Define.
32863         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
32864         (IP_PMTUDISC_INTERFACE): Likewise.
32865         (IP_MULTICAST_IF): Likewise.
32866         (IP_MULTICAST_TTL): Likewise.
32867         (IP_MULTICAST_LOOP): Likewise.
32868         (IP_ADD_MEMBERSHIP): Likewise.
32869         (IP_DROP_MEMBERSHIP): Likewise.
32870         (IP_UNBLOCK_SOURCE): Likewise.
32871         (IP_BLOCK_SOURCE): Likewise.
32872         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
32873         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
32874         (IP_MSFILTER): Likewise.
32875         (MCAST_JOIN_GROUP): Likewise.
32876         (MCAST_BLOCK_SOURCE): Likewise.
32877         (MCAST_UNBLOCK_SOURCE): Likewise.
32878         (MCAST_LEAVE_GROUP): Likewise.
32879         (MCAST_JOIN_SOURCE_GROUP): Likewise.
32880         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
32881         (MCAST_MSFILTER): Likewise.
32882         (IP_MULTICAST_ALL): Likewise.
32883         (IP_UNICAST_IF): Likewise.
32885         * timezone/Makefile: Delete $(have-ksh) check.
32886         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
32887         * timezone/tzselect.ksh: Add +x mode bits.
32889         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
32890         (ANON_INODE_FS_MAGIC): Likewise.
32891         (BDEVFS_MAGIC): Likewise.
32892         (BINFMTFS_MAGIC): Likewise.
32893         (BTRFS_TEST_MAGIC): Likewise.
32894         (CRAMFS_MAGIC_WEND): Likewise.
32895         (DEBUGFS_MAGIC): Likewise.
32896         (ECRYPTFS_SUPER_MAGIC): Likewise.
32897         (EXT3_SUPER_MAGIC): Likewise.
32898         (EXT4_SUPER_MAGIC): Likewise.
32899         (FUTEXFS_SUPER_MAGIC): Likewise.
32900         (HOSTFS_SUPER_MAGIC): Likewise.
32901         (HUGETLBFS_MAGIC): Likewise.
32902         (MINIX3_SUPER_MAGIC): Likewise.
32903         (MTD_INODE_FS_MAGIC): Likewise.
32904         (NILFS_SUPER_MAGIC): Likewise.
32905         (OPENPROM_SUPER_MAGIC): Likewise.
32906         (PIPEFS_MAGIC): Likewise.
32907         (PSTOREFS_MAGIC): Likewise.
32908         (QNX6_SUPER_MAGIC): Likewise.
32909         (RAMFS_MAGIC): Likewise.
32910         (REISERFS_SUPER_MAGIC_STRING): Likewise.
32911         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
32912         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
32913         (SECURITYFS_MAGIC): Likewise.
32914         (SELINUX_MAGIC): Likewise.
32915         (SMACK_MAGIC): Likewise.
32916         (SOCKFS_MAGIC): Likewise.
32917         (SQUASHFS_MAGIC): Likewise.
32918         (STACK_END_MAGIC): Likewise.
32919         (TMPFS_MAGIC): Likewise.
32920         (USBDEVICE_SUPER_MAGIC): Likewise.
32921         (V9FS_MAGIC): Likewise.
32922         (XENFS_SUPER_MAGIC): Likewise.
32923         (CRAMFS_MAGIC): Fix typo in comment.
32924         (EXT2_SUPER_MAGIC): Update comment.
32925         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
32927 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
32929         * sysdeps/arm: Move directory from ports/sysdeps/arm.
32930         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
32931         * sysdeps/unix/sysv/linux/arm: Move directory from
32932         ports/sysdeps/unix/sysv/linux/arm.
32933         * README: Update listing for arm-*-linux-gnueabi.
32935         * README: Remove mention of am33.
32937 2014-02-07  Roland McGrath  <roland@hack.frob.com>
32939         * bits/sigset.h (__sigemptyset): Use a statement expression rather
32940         than the comma operator, to avoid "rhs of comma has no effect"
32941         compiler warnings.
32942         (__sigfillset, __sigandset, __sigorset): Likewise.
32943         * include/signal.h (__sigemptyset): Likewise.
32944         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
32946 2014-02-07  Allan McRae  <allan@archlinux.org>
32948         * version.h (RELEASE): Set to "development".
32949         (VERSION): Set to "2.19.90"
32950         * NEWS: Add 2.20 section.
32952 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
32954         [BZ #16529]
32955         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
32957 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
32959         * manual/contrib.texi: Update entry for Carlos O'Donell,
32960         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
32962 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
32964         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
32966         * sysdeps/unix/sysv/linux/kernel-features.h
32967         [__LINUX_KERNEL_VERSION >= 0x020621]
32968         (__ASSUME_PROC_PID_TASK_COMM): Define.
32970 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32972         [BZ #16398]
32973         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
32974         conversion when destination buffer does not have enough space.
32975         * libio/tst-ftell-partial-wide.c: New test case.
32976         * libio/Makefile (tests): Add tst-ftell-partial-wide.
32978         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
32979         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
32980         Leonard and Allan McRae.
32982 2014-02-04  David S. Miller  <davem@davemloft.net>
32984         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
32985         32-bit.
32987 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
32990         New file
32991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
32992         New file
32993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
32994         New file.
32995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
32996         New file.
32997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
32998         New file.
32999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
33000         New file.
33001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
33002         New file.
33003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
33004         New file.
33005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
33006         New file.
33007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
33008         New file.
33009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
33010         New file.
33011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
33012         New file.
33013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
33014         New file.
33016 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33018         * nptl/shlib-versions: Change powerpc*le start to 2.17.
33019         * shlib-versions: Likewise.
33021 2014-02-04  Roland McGrath  <roland@hack.frob.com>
33022             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33024         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
33025         (abilist-pattern): New variable, set to %-le.abilist.
33027         * Makerules (abilist-pattern): New variable.
33028         (vpath): Use $(abilist-pattern) in place of %.abilist.
33029         (check-abi-% pattern rule): Likewise.
33030         (check-abi, update-abi): Likewise.
33032 2014-02-04  Eric Wong  <normalperson@yhbt.net>
33034         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33036 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
33038         * manual/startup.texi: Add next, previous, and top entries for
33039         the `Program Arguments' and `Environment Variables' nodes.
33041 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
33043         * manual/macros.texi: Add comments before MTASC-safety macros.
33045         * manual/users.texi: Document MTASC-safety properties.
33047         * manual/threads.texi (pthread_key_create, pthread_key_delete)
33048         (pthread_getspecific, pthread_setspecific): Format with
33049         @deftypefun, and add @safety note.
33050         * manual/signal.texi: Move comments that analyze the above
33051         functions to their home place.
33053 2014-02-03  Allan McRae  <allan@archlinux.org>
33055         * po/sl.po: Update Slovenian translation from translation project.
33057 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
33059         * manual/time.texi (timegm): Add missing blank after @c.
33060         Reported by Joseph Myers <joseph@codesourcery.com>.
33062 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
33064         * manual/check-safety.sh: New.
33065         * manual/Makefile ($(objpfx)stamp-summary): Run it.
33067         * manual/terminal.texi: Document MTASC-safety properties.
33069         * manual/filesys.texi: Document MTASC-safety properties.
33071         * manual/errno.texi: Document MTASC-safety properties.
33073         * manual/intro.texi: Document safety identifiers and
33074         conditionals.
33076         * manual/string.texi (wcstok): Fix prototype.
33077         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
33079         * manual/time.texi: Document MTASC-safety properties.
33081         * manual/string.texi: Document MTASC-safety properties.
33083         * manual/threads.texi: Document MTASC-safety properties.
33085         * manual/stdio.texi: Document MTASC-safety properties.
33087         * manual/syslog.texi: Document MTASC-safety properties.
33089         * manual/sysinfo.texi: Document MTASC-safety properties.
33091         * manual/startup.texi: Document MTASC-safety properties.
33093         * manual/socket.texi: Document MTASC-safety properties.
33095         * manual/signal.texi: Document MTASC-safety properties.
33097 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
33099         * manual/setjmp.texi: Document MTASC-safety properties.
33101         * manual/search.texi: Document MTASC-safety properties.
33103         * manual/resource.texi: Document MTASC-safety properties.
33105         * manual/process.texi: Document MTASC-safety properties.
33107         * manual/platform.texi: Document MTASC-safety properties.
33109         * manual/pipe.texi: Document MTASC-safety properties.
33111         * manual/pattern.texi: Document MTASC-safety properties.
33113         * manual/message.texi: Document MTASC-safety properties.
33115         [BZ #12751]
33116         * manual/memory.texi: Document MTASC-safety properties.
33118         * manual/math.texi: Document MTASC-safety properties.
33120         * manual/locale.texi: Document MTASC-safety properties.
33122         * manual/llio.texi: Document MTASC-safety properties.
33124         * manual/libdl.texi: New.
33126         * manual/lang.texi: Document MTASC-safety properties.
33128         * manual/job.texi: Document MTASC-safety properties.
33130         * manual/getopt.texi: Document MTASC-safety properties.
33132         * manual/ctype.texi: Document MTASC-safety properties.
33134 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
33136         [BZ #16046]
33137         * csu/libc-tls.c (static_map): Remove variable.
33138         (__libc_setup_tls): Use main executable's link map for TLS data.
33139         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
33140         casing for LM_ID_BASE and GL(dl_nns).
33141         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
33142         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
33143         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
33144         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
33145         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
33146         member.
33147         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
33148         l_phnum members.
33150 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
33152         * manual/debug.texi: Document MTASC-safety properties.
33154 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
33156         [BZ #16510]
33157         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
33158         of __x86_64__ when disabling x87 inline functions.
33160 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
33162         * manual/charset.texi: Document MTASC-safety properties.
33164         * manual/crypt.texi: Document MTASC-safety properties.
33166         * manual/conf.texi: Document MTASC-safety properties.
33168         * manual/arith.texi: Document MTASC-safety properties.
33170         * manual/argp.texi: Document MTASC-safety properties.
33172         * manual/macros.texi: Introduce macros to document multi
33173         thread, asynchronous signal and asynchronous cancellation
33174         safety properties.
33175         * manual/intro.texi: Introduce the properties themselves.
33177 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33179         * sysdeps/sh/sh4/Makefile: New file.
33181 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
33183         * math/gen-libm-test.pl ($srcdir): New variable.
33184         ($auto_input): Use it.
33186 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33188         [BZ #16506]
33189         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
33190         access beyond array bounds when parsing netgroups file.
33192         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
33193         the old buffer before realloc.
33195 2014-01-27  Allan McRae  <allan@archlinux.org>
33197         * po/fr.po: Update French translation from translation project.
33199 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33201         * sysdeps/sh/libm-test-ulps: Regenerate.
33203 2014-01-24  David S. Miller  <davem@davemloft.net>
33205         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
33207 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33209         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
33210         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
33212 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
33214         [BZ #16474]
33215         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
33216         string pointers after reallocation.
33218 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33220         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
33221         __SH4A__ instead of __SH_FPU_ANY__.
33223 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33225         * sysdeps/sh/fpu_control.h: New file.
33226         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
33227         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
33228         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
33229         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
33230         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
33231         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
33232         * sysdeps/sh/sys/ucontext.h: Remove.
33233         * sysdeps/sh/sys: Remove directory.
33235 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33237         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
33238         s390/sys/ucontext.h.
33239         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
33240         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
33242 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
33244         [BZ #15605]
33245         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
33247 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33249         [BZ#16431]
33250         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
33251         Adjust the vDSO correctly for internal calls.
33252         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
33254 2014-01-20  Allan McRae  <allan@archlinux.org>
33256         * po/ca.po: Update Catalan translation from translation project.
33258 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
33260         * sysdeps/s390/sotruss-lib.c: New file.
33262 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33264         [BZ#16430]
33265         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
33266         (__GI___gettimeofday): Alias for a different internal symbol to avoid
33267         local calls issues by not having a PLT stub required for IFUNC calls.
33268         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
33270 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
33272         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
33273         * math/test-fpucw-static.c: Likewise.
33275 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33277         [BZ #16453]
33278         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
33280 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33282         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
33283         implementation for powerpc.
33285 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
33287         [BZ #14782]
33288         * sysdeps/posix/system.c (__libc_system): Do not enable
33289         asynchronous cancellation.
33291 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33293         [BZ #16427]
33294         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
33295         handling only for numbers special also in the IEEE case.
33297 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33299         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
33301 2014-01-11  Allan McRae  <allan@archlinux.org>
33303         * po/bg.po: Update Bulgarian translation from translation project.
33305         * po/de.po: Update German translation from translation project.
33307 2014-01-10  Roland McGrath  <roland@hack.frob.com>
33309         * sysdeps/generic/gcc-compat.h: New file.
33311 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33313         * benchtests/asin-inputs: Correct slow inputs.
33314         * benchtests/acos-inputs: Likewise.
33316 2014-01-10  Allan McRae  <allan@archlinux.org>
33318         * po:sv.po: Update Swedish translation from translation project.
33320         * po/vi.po: Update Vietnamese translation from translation project.
33322         * po/eo.po: Update Esperanto translation from translation project.
33324         * po/cs.po: Update Czech translation from translation project.
33326         * po/nl.po: Update Dutch translation from translation project.
33328         * po/pl.po: Update Polish translation from translation project.
33330         * po/ru.po: Update Russian translation from translation project.
33332         * po/uk.po: Update Ukrainian translation from translation project.
33334 2014-01-08  Brooks Moses  <bmoses@google.com>
33336         * elf/dl-load.c: Fix comment typo.
33338 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
33340         * po/header.pot: Rename to...
33341         * po/pot.header: ... this.
33342         * po/Makefile: Use pot.header.
33344 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
33345             Maxim Kuvyrkov  <maxim@kugelworks.com>
33347         [BZ #16394]
33348         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
33349         SRC and DEST against LEN.
33351 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33353         [BZ #16414]
33354         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
33355         implementation.
33356         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
33358 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33360         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33362 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
33364         [BZ #16408]
33365         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
33366         for large positive arguments.
33368 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
33370         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
33372         * math/auto-libm-test-in: Mark various tests with
33373         xfail-rounding:ldbl-128ibm.
33374         * math/auto-libm-test-out: Regenerated.
33376         [BZ #16407]
33377         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
33378         Increase overflow threshold.
33380 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
33382         [BZ #14286]
33383         * stdio-common/vfprintf.c: Check for integer overflow.
33385 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33387         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
33388         the first argument and return value of __tls_get_addr_internal.
33390 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33392         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
33393         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
33395 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33397         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
33398         * sysdeps/s390/rtld-global-offsets.sym: New file.
33399         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
33400         GLIBC_2.19 symbol.
33401         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
33402         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
33403         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
33404         ... this.
33405         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
33406         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
33407         ... this.
33408         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33409         Regenerate.
33410         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33411         Regenerate.
33412         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
33413         halfs of GPRs for high_gprs contexts.
33414         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
33415         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
33416         field.
33417         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
33418         uc_flags field.
33419         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
33420         64 bit versions:
33421         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
33422         for high GPRs (uc_high_gprs) and for future extensions
33423         (__reserved).
33424         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
33425         for future extensions (__reserved).
33426         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
33427         64 bit versions:
33428         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
33429         SC_HIGHGPRS offset definition.
33430         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
33431         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
33433         * Versions.def: Add GLIBC_2.19 for libpthread.
33434         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
33435         siglongjmp for libpthread with GLIBC_2.19 symver.
33436         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
33437         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
33438         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
33439         * sysdeps/s390/__longjmp.c: New file.
33440         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
33441         * sysdeps/s390/longjmp.c: New file.
33442         * sysdeps/s390/setjmp.S: New file.
33443         * sysdeps/s390/sigjmp.S: New file.
33444         * sysdeps/s390/v1-longjmp.c: New file.
33445         * sysdeps/s390/v1-setjmp.h: New file.
33446         * sysdeps/s390/v1-sigjmp.c: New file.
33447         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
33448         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
33449         GLIBC_2.19 version.
33450         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
33451         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
33452         versioned symbols for ____longjmp_chk.
33453         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
33454         Likewise.
33455         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33456         Regenerate.
33457         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
33458         Regenerate.
33459         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33460         Regenerate.
33461         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
33462         Regenerate.
33463         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
33464         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
33465         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
33466         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
33467         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
33468         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
33469         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
33470         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
33471         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
33472         * sysdeps/s390/rtld-__longjmp.c: New file.
33473         * sysdeps/s390/rtld-setjmp.S: New file.
33475 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
33477         [BZ #16400]
33478         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
33479         Return -__logl (x) for small positive arguments without evaluating
33480         a polynomial.
33482 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
33484         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
33485         Rename to ...
33486         (__ptrace_peeksiginfo_args): ... this.
33487         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
33488         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
33489         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
33491 2014-01-06  Allan McRae  <allan@archlinux.org>
33493         * inet/netinet/in.h: Fix typo in comment.
33495 2014-01-05  Andreas Jaeger  <aj@suse.de>
33497         * sysdeps/i386/fpu/libm-test-ulps: Update.
33499 2014-01-05  Allan McRae  <allan@archlinux.org>
33501         * po/libc.pot: Regenerated.
33503         * malloc/memusagestat.c: Fix gettext call formatting.
33505 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
33507         * nscd/nscd.c: Improve usage() output.
33509 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
33511         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
33512         * sysdeps/unix/sysv/linux/configure: Regenerated.
33513         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
33514         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
33516 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
33518         [BZ #16390]
33519         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
33520         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
33522 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33524         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
33525         extra tokens at end of #undef directive.
33526         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
33527         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
33528         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
33530 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
33532         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
33534         * math/auto-libm-test-in: Mark various tests with
33535         xfail-rounding:ldbl-128ibm.
33536         * math/auto-libm-test-out: Regenerated.
33538 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
33540         [BZ #16386]
33541         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
33542         numbers with subnormal high part when calculating exponent.
33544         [BZ #16385]
33545         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
33546         fabs.
33548         [BZ #16384]
33549         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
33550         M_LN2l.
33551         (__ieee754_acoshl): Use __log1pl not __log1p.
33553 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
33555         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
33556         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
33557         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
33558         (grow_heap, heap_trim, _int_new_arena, get_free_list)
33559         (reused_arena, arena_get2): Convert to GNU style.
33560         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
33561         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
33562         (memalign_check, __malloc_set_state): Likewise.
33563         * malloc/mallocbug.c (main): Likewise.
33564         * malloc/malloc.c (__malloc_assert, malloc_init_state)
33565         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
33566         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
33567         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
33568         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
33569         (__posix_memalign, malloc_info): Likewise.
33570         * malloc/malloc.h: Likewise.
33571         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
33572         (mallochook, memalignhook, reallochook, mabort): Likewise.
33573         * malloc/mcheck.h: Likewise.
33574         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
33575         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
33576         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
33577         * malloc/morecore.c (__default_morecore): Likewise.
33578         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
33579         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
33580         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
33581         (print_and_abort): Likewise.
33582         * malloc/obstack.h: Likewise.
33583         * malloc/set-freeres.c (__libc_freeres): Likewise.
33584         * malloc/tst-mallocstate.c (main): Likewise.
33585         * malloc/tst-mtrace.c (main): Likewise.
33586         * malloc/tst-realloc.c (do_test): Likewise.
33588 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
33590         [BZ #16366]
33591         * nscd/netgroupcache.c (do_notfound): New function.
33592         (addgetnetgrentX): Use it.
33594         [BZ # 16365]
33595         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
33596         NSS_STATUS_NOTFOUND.
33598 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
33600         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
33601         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33603 2014-01-01  Allan McRae  <allan@archlinux.org>
33605         * scripts/update-copyrights: Update configure input file suffix.
33607         * NEWS: Update copyright year.
33608         * catgets/gencat.c: Likewise.
33609         * csu/version.c: Likewise.
33610         * debug/catchsegv.sh: Likewise.
33611         * debug/pcprofiledump.c: Likewise.
33612         * debug/xtrace.sh: Likewise.
33613         * elf/ldconfig.c: Likewise.
33614         * elf/ldd.bash.in: Likewise.
33615         * elf/pldd.c: Likewise.
33616         * elf/sotruss.ksh: Likewise.
33617         * elf/sprof.c: Likewise.
33618         * iconv/iconv_prog.c: Likewise.
33619         * iconv/iconvconfig.c: Likewise.
33620         * locale/programs/locale.c: Likewise.
33621         * locale/programs/localedef.c: Likewise.
33622         * login/programs/pt_chown.c: Likewise.
33623         * malloc/memusage.sh: Likewise.
33624         * malloc/memusagestat.c: Likewise.
33625         * malloc/mtrace.pl: Likewise.
33626         * manual/libc.texinfo: Likewise.
33627         * nscd/nscd.c: Likewise.
33628         * nss/getent.c: Likewise.
33629         * nss/makedb.c: Likewise.
33630         * posix/getconf.c: Likewise.
33631         * scripts/test-installation.pl: Likewise.
33633         * All files with FSF copyright notices: Update copyright dates
33634         using scripts/update-copyrights.
33635         * intl/plural.c: Regenerated.
33636         * locale/programs/charmap-kw.h: Likewise.
33637         * locale/programs/locfile-kw.h: Likewise.
33639 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
33641         * sysdeps/unix/sysv/linux/configure: Regenerated.
33642         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
33643         the linux/fanotify.h header.
33644         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
33645         HAVE_LINUX_FANOTIFY_H is defined.
33647 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33649         * benchtests/cos-inputs: New inputs.
33650         * benchtests/sin-inputs: Likewise.
33652         * benchtests/atan-inputs: New inputs. Fix name of multiple
33653         precision fallback inputs.
33655         * benchtests/atanh-inputs: New inputs.
33656         * benchtests/tanh-inputs: Likewise.
33658         * benchtests/acosh-inputs: New inputs.
33659         * benchtests/asinh-inputs: Likewise.
33661         * benchtests/cosh-inputs: New inputs.
33662         * benchtests/sinh-inputs: Likewise.
33664         * benchtests/acos-inputs: Add more inputs.
33665         * benchtests/asin-inputs: Likewise.
33667 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
33669         [BZ #16375]
33670         * manual/arith.texi: Fix spelling.
33671         * manual/charset.texi: Likewise.
33672         * manual/errno.texi: Likewise.
33673         * manual/filesys.texi: Likewise.
33674         * manual/lang.texi: Likewise.
33675         * manual/llio.texi: Likewise.
33676         * manual/locale.texi: Likewise.
33677         * manual/message.texi: Likewise.
33678         * manual/resource.texi: Likewise.
33679         * manual/search.texi: Likewise.
33680         * manual/setjmp.texi: Likewise.
33681         * manual/stdio.texi: Likewise.
33682         * manual/string.texi: Likewise.
33683         * manual/sysinfo.texi: Likewise.
33684         * manual/time.texi: Likewise.
33686 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
33688         * po/sl.po: New file.
33690 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
33692         * .gitignore: Add core/.gdbinit/.gdb_history.
33694 2013-12-27  Allan McRae  <allan@archlinux.org>
33696         [BZ #16369]
33697         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
33698         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
33700 2013-12-24  Brooks Moses  <bmoses@google.com>
33702         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
33703         all compilers that claim C++98 compliance, not just GCC.
33704         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
33705         Likewise.
33707 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
33709         * NEWS: Restore accidentally deleted bug-fix entries.
33711 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
33712             Ondřej Bílka  <neleai@seznam.cz>
33714         [BZ #15073]
33715         * malloc/malloc.c (_int_free): Perform sanity check only if we
33716         have_lock.
33718 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
33720         [BZ #12986]
33721         * manual/stdio.texi (String Input Conversions): Clarify that character
33722         classes are not supported.
33724 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33726         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33728 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
33730         [BZ #16337]
33731         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
33732         Calculate results for small negative arguments directly rather
33733         than using reflection formula with special underflow handling.
33735         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
33736         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
33737         sysdeps/unix/bsd/bsd4.4/syscalls.list.
33738         (fchflags): Likewise.
33739         (revoke): Likewise.
33740         (setlogin): Likewise.
33741         (sigaltstack): Likewise.
33742         (wait4): Likewise.
33743         (sigblock): Remove.
33744         (sigsetmask): Likewise.
33745         (wait3): Likewise.
33746         (waitpid): Likewise.
33747         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
33748         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
33749         file.
33750         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
33751         * sysdeps/unix/bsd/Makefile: ... here.
33752         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
33753         * sysdeps/unix/bsd/Versions: ... here.
33754         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
33755         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
33756         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
33757         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
33758         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
33759         * sysdeps/unix/bsd/sigblock.c: ... here.
33760         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
33761         * sysdeps/unix/bsd/sigsetmask.c: ... here.
33762         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
33763         * sysdeps/unix/bsd/sigvec.c: ... here.
33764         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
33765         * sysdeps/unix/bsd/tcdrain.c: ... here.
33766         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
33767         * sysdeps/unix/bsd/tcgetattr.c: ... here.
33768         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
33769         * sysdeps/unix/bsd/tcsetattr.c: ... here.
33770         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
33771         * sysdeps/unix/bsd/wait.c: ... here.
33772         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
33773         * sysdeps/unix/bsd/wait3.c: ... here.
33774         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
33775         * sysdeps/unix/bsd/waitpid.c: ... here.
33777 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
33779         [BZ #16356]
33780         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
33781         round-to-nearest for [!USE_AS_EXPM1L].
33782         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
33783         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
33784         more tests of exp and exp10.  Expect some exp10 tests to miss
33785         exceptions or fail in directed rounding modes.
33786         * math/auto-libm-test-out: Regenerated.
33787         * math/libm-test.inc (exp10_tonearest_test_data): New array.
33788         (exp10_test_tonearest): New function.
33789         (exp10_towardzero_test_data): New array.
33790         (exp10_test_towardzero): New function.
33791         (exp10_downward_test_data): New array.
33792         (exp10_test_downward): New function.
33793         (exp10_upward_test_data): New array.
33794         (exp10_test_upward): New function.
33795         (main): Call the new functions.
33796         * sysdeps/i386/fpu/libm-test-ulps: Update.
33797         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33799 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
33801         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
33802         asinh, atan, atan2, atanh, cbrt, cos and cosh.
33803         * math/auto-libm-test-out: Regenerated.
33804         * math/libm-test.inc (acosh_test_data): Add more tests.
33805         (atanh_test_data): Likewise.
33806         (ceil_test_data): Likewise.
33807         (copysign_test_data): Likewise.
33808         * sysdeps/i386/fpu/libm-test-ulps: Update.
33809         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33811         * timezone/checktab.awk: Update from tzcode 2013i.
33812         * timezone/private.h: Likewise.
33813         * timezone/scheck.c: Likewise.
33814         * timezone/tzfile.h: Likewise.
33815         * timezone/tzselect.ksh: Likewise.
33816         * timezone/zdump.c: Likewise.
33817         * timezone/zic.c: Likewise.
33819         * math/auto-libm-test-in: Add tests of cpow.
33820         * math/auto-libm-test-out: Regenerated.
33821         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
33822         * math/gen-auto-libm-tests.c (func_calc_method): Add value
33823         mpc_cc_c.
33824         (func_calc_desc): Add mpc_cc_c union field.
33825         (test_functions): Add cpow.
33826         (special_fill_2pi): New function.
33827         (special_real_inputs): Add 2pi.
33828         (calc_generic_results): Handle mpc_cc_c.
33829         * sysdeps/i386/fpu/libm-test-ulps: Update.
33830         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33832         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
33833         csqrt, ctan and ctanh.
33834         * math/auto-libm-test-out: Regenerated.
33835         * math/libm-test.inc (TEST_COND_x86_64): New macro.
33836         (TEST_COND_x86): Likewise.
33837         (ccos_test_data): Use AUTO_TESTS_c_c.
33838         (ccosh_test_data): Likewise.
33839         (cexp_test_data): Likewise.
33840         (clog_test_data): Likewise.
33841         (csqrt_test_data): Likewise.
33842         (ctan_test_data): Likewise.
33843         (ctan_tonearest_test_data): Likewise.
33844         (ctan_towardzero_test_data): Likewise.
33845         (ctan_downward_test_data): Likewise.
33846         (ctan_upward_test_data): Likewise.
33847         (ctanh_test_data): Likewise.
33848         (ctanh_tonearest_test_data): Likewise.
33849         (ctanh_towardzero_test_data): Likewise.
33850         (ctanh_downward_test_data): Likewise.
33851         (ctanh_upward_test_data): Likewise.
33852         * math/gen-auto-libm-tests.c (func_calc_method): Add value
33853         mpc_c_c.
33854         (func_calc_desc): Add mpc_c_c union field.
33855         (FUNC_mpc_c_c): New macro.
33856         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
33857         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
33858         ctanh.
33859         (special_fill_min_subnorm_p120): New function.
33860         (special_real_inputs): Add min_subnorm_p120.
33861         (calc_generic_results): Handle mpc_c_c.
33862         * sysdeps/i386/fpu/libm-test-ulps: Update.
33863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33865 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33867         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
33868         (do_sin_slow): New functions.
33869         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
33870         (cslow2, csloww1, csloww2): Use the new functions.
33872         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
33873         Use M to change sign of result instead of X.  Assume X is
33874         positive.
33875         (csloww1): Likewise.
33876         (__sin): Adjust.
33877         (__cos): Adjust.
33879         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
33880         arguments A and DA.
33881         (__sin): Adjust.
33882         (__cos): Likewise.
33884         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
33885         (__cos): Likewise.
33886         (sloww1): Don't adjust sign of DX.
33887         (csloww1): Likewise.
33888         (sloww2): Use X directly and don't adjust sign of DX.
33889         (csloww2): Likewise.
33891 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
33893         * math/auto-libm-test-in: Add tests of cabs and carg.
33894         * math/auto-libm-test-out: Regenerated.
33895         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
33896         (carg_test_data): Likewise.
33897         * math/gen-auto-libm-tests.c (func_calc_method): Add value
33898         mpc_c_f.
33899         (func_calc_desc): Add mpc_c_f union field.
33900         (test_functions): Add cabs and carg.
33901         (calc_generic_results): Handle mpc_c_f.
33903         * sysdeps/powerpc/powerpc32/libgcc-compat.S
33904         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
33905         as a macro and a compat symbol.
33906         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
33907         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
33908         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
33909         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
33910         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
33911         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
33912         not use .hidden.
33913         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
33914         Likewise.
33915         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
33916         Likewise.
33917         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
33918         Likewise.
33919         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
33920         Likewise.
33921         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
33922         Likewise.
33923         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
33924         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
33925         from GLIBC_2.3.2.
33927 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33929         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33931 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
33933         * manual/texinfo.tex: Update to version 2013-11-26.10 with
33934         trailing whitespace removed.
33935         * scripts/config.guess: Update to version 2013-11-29.
33936         * scripts/config.sub: Update to version 2013-10-01.
33938         * math/auto-libm-test-in: Add tests of sincos.
33939         * math/auto-libm-test-out: Regenerated.
33940         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
33941         * math/gen-auto-libm-tests.c (func_calc_method): Add value
33942         mpfr_f_11.
33943         (func_calc_desc): Add mpfr_f_11 union field.
33944         (test_functions): Add sincos.
33945         (calc_generic_results): Handle mpfr_f_11.
33946         * sysdeps/i386/fpu/libm-test-ulps: Update.
33947         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33949 2013-12-19  Andreas Schwab  <schwab@suse.de>
33951         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
33952         CALL_MCOUNT.
33953         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
33954         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
33955         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
33957 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
33959         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
33960         * sysdeps/i386/fpu/libm-test-ulps: Update.
33961         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33963         [BZ #16293]
33964         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
33965         round-to-nearest mode when using frndint.
33966         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
33967         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
33968         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
33969         Likewise.
33970         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
33971         sinh test to fail.
33972         * math/auto-libm-test-out: Regenerated.
33973         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
33974         (TEST_COND_x86): Likewise.
33975         (expm1_tonearest_test_data): New array.
33976         (expm1_test_tonearest): New function.
33977         (expm1_towardzero_test_data): New array.
33978         (expm1_test_towardzero): New function.
33979         (expm1_downward_test_data): New array.
33980         (expm1_test_downward): New function.
33981         (expm1_upward_test_data): New array.
33982         (expm1_test_upward): New function.
33983         (main): Run the new test functions.
33984         * sysdeps/i386/fpu/libm-test-ulps: Update.
33985         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33987         * include/features.h: Update comment documenting feature test
33988         macros.  Mention _DEFAULT_SOURCE in comment.
33989         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
33990         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
33991         _BSD_SOURCE and _SVID_SOURCE.
33992         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
33993         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
33994         !_SVID_SOURCE]: Likewise.
33995         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
33996         (__USE_POSIX_IMPLICITLY): Define.
33997         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
33998         (_POSIX_SOURCE): Undefine and redefine.
33999         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
34000         (_POSIX_C_SOURCE): Likewise.
34001         * manual/creature.texi (_DEFAULT_SOURCE): Document.
34002         (Feature Test Macros): Update documentation of default features.
34004 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
34006         * benchtests/Makefile: Add bench-strtok.
34007         * benchtests/bench-strtok.c: New file: strtok benchtest.
34009 2013-12-19  Allan McRae  <allan@archlinux.org>
34011         * manual/install.texi: Suppress menu for plain text output.
34012         * INSTALL: Regenerated.
34014 2013-12-18  Brooks Moses  <bmoses@google.com>
34016         [BZ #15846]
34017         * misc/getauxval.c: Include errno.h.
34018         (__getauxval): Set errno to ENOENT if the requested type is not
34019         found.
34020         * misc/sys/auxv.h (getauxval): Document that it may set errno;
34021         don't declare with __attribute_const__.
34022         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
34023         * manual/startup.texi: Document that getauxval sets errno.
34025 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
34027         * math/auto-libm-test-in: Add tests of jn and yn.
34028         * math/auto-libm-test-out: Regenerated.
34029         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
34030         (yn_test_data): Likewise.
34031         * math/gen-auto-libm-tests.c (func_calc_method): Add value
34032         mpfr_if_f.
34033         (func_calc_desc): Add mpfr_if_f union field.
34034         (FUNC_mpfr_if_f): New macro.
34035         (test_functions): Add jn and yn.
34036         (calc_generic_results): Assert type of second input for
34037         mpfr_ff_f.  Handle mpfr_if_f.
34038         (output_for_one_input_case): Disable all checking for arguments
34039         fitting floating-point types in case of an integer argument.
34040         * sysdeps/i386/fpu/libm-test-ulps: Update.
34041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
34044         Don't expect fegetround reference in libm.so.
34046 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34048         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
34049         $(config-cflags-nofma).
34051 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
34053         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
34054         * math/auto-libm-test-out: Regenerated.
34056         [BZ #16338]
34057         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
34058         to determine exponent and adjust argument to have exponent of -1.
34059         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
34060         log2.
34061         * math/auto-libm-test-out: Regenerated.
34062         * sysdeps/i386/fpu/libm-test-ulps: Update.
34063         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34065 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
34067         * manual/probes.texi: Remove cases when per-thread arenas are
34068         disabled.
34070 2013-12-18  Andreas Schwab  <schwab@suse.de>
34072         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
34073         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
34074         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
34075         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
34076         * sysdeps/i386/i686/multiarch/Makefile: Update.
34077         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
34079 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
34081         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
34082         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
34084 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
34086         [BZ #15968]
34087         Support TZ transition times < 00:00:00.
34088         This is needed for version-3 tz-format files; it supports time
34089         stamps past 2037 for America/Godthab (the only entry in the tz
34090         database for which this change is relevant).
34091         * manual/time.texi (TZ Variable): Document transition times
34092         from -167:59:59 through -00:00:01.
34093         * time/tzset.c (tz_rule): Time of day is now signed.
34094         (__tzset_parse_tz): Parse negative time of day.
34096         Document TZ transition times >= 25:00:00.
34097         * manual/time.texi (TZ Variable): Document transition times from
34098         25:00:00 through 167:59:59.  These are already supported, and this
34099         support will help with version-3 tz-format files.
34101         * manual/time.texi (TZ Variable): Modernize North America example
34102         to reflect current (i.e., 2007-and-later) daylight saving rules.
34104         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
34106 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
34108         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
34109         * sysdeps/unix/bsd/bits/stat.h: Likewise.
34110         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
34111         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
34112         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
34113         * sysdeps/unix/bsd/bsdstat.h: Likewise.
34114         * sysdeps/unix/bsd/clock.c: Likewise.
34115         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
34116         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
34117         * sysdeps/unix/bsd/init-posix.c: Likewise.
34118         * sysdeps/unix/bsd/poll.c: Likewise.
34119         * sysdeps/unix/bsd/ptsname.c: Likewise.
34120         * sysdeps/unix/bsd/seekdir.c: Likewise.
34121         * sysdeps/unix/bsd/setegid.c: Likewise.
34122         * sysdeps/unix/bsd/seteuid.c: Likewise.
34123         * sysdeps/unix/bsd/setgid.c: Likewise.
34124         * sysdeps/unix/bsd/setrgid.c: Likewise.
34125         * sysdeps/unix/bsd/setruid.c: Likewise.
34126         * sysdeps/unix/bsd/setsid.c: Likewise.
34127         * sysdeps/unix/bsd/setuid.c: Likewise.
34128         * sysdeps/unix/bsd/sigaction.c: Likewise.
34129         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
34130         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
34131         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
34132         * sysdeps/unix/bsd/telldir.c: Likewise.
34133         * sysdeps/unix/bsd/times.c: Likewise.
34134         * sysdeps/unix/bsd/usleep.c: Likewise.
34136         * misc/Makefile (install-lib): Remove libbsd-compat.a.
34137         ($(objpfx)libbsd-compat.a): Remove rule.
34139         * include/features.h (__FAVOR_BSD): Do not define.
34140         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
34141         features conflicting with POSIX.
34142         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
34143         (_BSD_SOURCE): Remove description of not being a subset of other
34144         feature test macros.
34145         * manual/job.texi (getpgrp): Do not document BSD version.
34146         (getpgid): Do not document by reference to BSD getpgrp.
34147         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
34148         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
34149         * signal/signal.h [__FAVOR_BSD]: Likewise.
34150         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
34151         instead of making contents conditional on [__FAVOR_BSD].
34152         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
34154 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34156         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34158 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
34160         [BZ #16314]
34161         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
34162         values below 2**-450, not 2**-500.
34163         * math/auto-libm-test-in: Don't allow spurious underflow from
34164         hypot.
34165         * math/auto-libm-test-out: Regenerated.
34167         [BZ #16316]
34168         [BZ #16330]
34169         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
34170         values of ha and hb and sort them after adjusting subnormal
34171         arguments.
34172         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
34173         Likewise.
34174         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
34175         values of ea and eb and sort them after adjusting subnormal
34176         arguments.
34177         * math/auto-libm-test-in: Do not expect some hypot tests of
34178         subnormals to fail.  Add more hypot tests.
34179         * math/auto-libm-test-out: Regenerated.
34181 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34183         [BZ #13304]
34184         * sysdeps/sh/s_fma.c: New file.
34185         * sysdeps/sh/s_fmaf.c: New file.
34186         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
34187         version.
34188         * sysdeps/sh/Implies: Add sh/soft-fp.
34190 2013-12-16  Roland McGrath  <roland@hack.frob.com>
34192         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
34193         level of indirection to members `objname', `errstring', `malloced'.
34194         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
34195         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
34196         it as the __longjmp argument (just pass 1 instead).
34197         (_dl_catch_error): Initialize C with argument pointers and address of
34198         volatile local ERRCODE rather than copying values out of C at return.
34200 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
34202         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
34203         * math/auto-libm-test-out: Regenerated.
34204         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
34205         (hypot_test_data): Likewise.
34206         (pow_test_data): Likewise.
34207         (pow_tonearest_test_data): Likewise.
34208         * math/gen-auto-libm-tests.c (func_calc_method): Add value
34209         mpfr_ff_f.
34210         (func_calc_desc): Add mpfr_ff_f union field.
34211         (FUNC_mpfr_ff_f): New macro.
34212         (test_functions): Add atan2, hypot and pow.
34213         (special_fill_min): New function.
34214         (special_fill_minus_min): Likewise.
34215         (special_fill_min_subnorm): Likewise.
34216         (special_fill_minus_min_subnorm): Likewise.
34217         (special_real_inputs): Add min, -min, min_subnorm and
34218         -min_subnorm.
34219         (calc_generic_results): Handle mpfr_ff_f.
34220         * sysdeps/i386/fpu/libm-test-ulps: Update.
34221         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34223 2013-12-16  Will Newton  <will.newton@linaro.org>
34225         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
34226         (Aligned Memory Blocks): Add documentation for aligned_alloc
34227         and suggest it as an alternative to posix_memalign.
34228         (Hooks for Malloc): Document __memalign_hook is also called
34229         for aligned_alloc.  (Summary of Malloc): Add summary for
34230         aligned alloc.  Document __memalign_hook is also called
34231         for aligned_alloc.
34233 2013-12-16  Will Newton  <will.newton@linaro.org>
34235         * manual/memory.texi (Malloc Examples): Clarify default
34236         alignment documentation.  Suggest posix_memalign rather
34237         than memalign or valloc.
34238         (Aligned Memory Blocks): Remove suggestion to use memalign
34239         or valloc.  Remove obsolete comment about BSD.
34240         Document memalign errno values and mark the function obsolete.
34241         Document posix_memalign returned error codes.  Mark valloc
34242         as obsolete.  (Hooks for Malloc): __memalign_hook is also
34243         called for posix_memalign and valloc.
34244         (Summary of Malloc): Add posix_memalign to function summary.
34245         __memalign_hook is also called for posix_memalign and valloc.
34247 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34249         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
34250         TAYLOR_SIN.
34251         (__sin): Adjust.
34252         (__cos): Likewise.
34253         (sloww): Use mynumber union.  Expand ternary operator into
34254         if-else statements.
34255         (cslow): use mynumber union.
34257 2013-12-16  Allan McRae  <allan@archlinux.org>
34259         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
34260         * configure: Regenerated.
34262         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
34264         [BZ #14120]
34265         * configure.ac: Added --enable-maintainer-mode. Check for
34266         autoconf when enabled.
34267         * configure: Regenerated.
34269         * nscd/nscd.service: New file.
34270         * nscd/nscd.tmpfiles: New file.
34272 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
34274         [BZ #12100]
34275         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
34276         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
34277         * sysdeps/x86_64/multiarch/strstr.c: ... here.
34278         (strstr): Add __strstr_sse2_unaligned ifunc.
34279         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
34280         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
34281         (strcasestr): Remove __strcasestr_sse42 ifunc.
34282         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
34283         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
34284         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
34286 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34288         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
34289         * sysdeps/sh/bits/fenv.h: ... here.
34290         * sysdeps/sh/sh4/fpu/bits: Remove directory.
34292 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34294         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
34296         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
34297         hypotf multiarch implementations.
34298         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
34299         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
34300         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
34301         multiarch hypot for PPC64.
34302         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
34303         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
34304         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
34305         multiarch hypotf for PPC64.
34307         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
34308         modff multiarch implementations.
34309         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
34310         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
34311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
34312         multiarch modf for PPC64.
34313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
34314         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
34315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
34316         multiarch modff for PPC64.
34318         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
34319         and logl multiarch implementations.
34320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
34321         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
34322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
34323         multiarch logb for PPC64.
34324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
34325         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
34326         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
34327         multiarch logb for PPC64.
34328         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
34329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
34330         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
34331         multiarch logb for PPC64.
34333         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
34334         isinff multiarch implementation.
34335         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
34336         file.
34337         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
34338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
34339         multiarch isinf for PPC64.
34340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
34341         file.
34342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
34343         multiarch isinff for PPC64.
34345         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
34346         finitef multiarch implementation.
34347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
34348         file.
34349         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
34350         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
34351         multiarch finite for PPC64.
34352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
34353         file.
34354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
34355         multiarch finitef for PPC64.
34357         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
34358         lrint multiarch implementation.
34359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
34360         file.
34361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
34362         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
34363         multiarch llrint for PPC64.
34364         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
34365         multiarch lrint for PPC64.
34367         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
34368         copysignf multiarch implementation.
34369         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
34370         file.
34371         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
34372         file.
34373         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
34374         multiarch copysign for PPC64.
34375         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
34376         multiarch copysignf for PPC64.
34378         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
34379         multiarch implementation.
34380         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
34381         file.
34382         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
34383         file.
34384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
34385         file.
34386         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
34387         file.
34388         multiarch llround for PPC64.
34389         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
34390         multiarch trunc for PPC64.
34391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
34392         multiarch truncf for PPC64.
34394         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
34395         multiarch implementation.
34396         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
34397         file.
34398         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
34399         file.
34400         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
34401         file.
34402         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
34403         file.
34404         multiarch llround for PPC64.
34405         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
34406         multiarch round for PPC64.
34407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
34408         multiarch roundf for PPC64.
34410         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
34411         multiarch implementation.
34412         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
34413         file.
34414         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
34415         file.
34416         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
34417         file.
34418         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
34419         file.
34420         multiarch llround for PPC64.
34421         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
34422         multiarch floor for PPC64.
34423         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
34424         multiarch floorf for PPC64.
34426         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
34427         multiarch implementation.
34428         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
34429         file.
34430         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
34431         file.
34432         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
34433         file.
34434         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
34435         file.
34436         multiarch llround for PPC64.
34437         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
34438         multiarch ceil for PPC64.
34439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
34440         multiarch ceilf for PPC64.
34442         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
34443         multiarch implementation.
34444         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
34445         file.
34446         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
34447         file.
34448         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
34449         file.
34450         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
34451         multiarch llround for PPC64.
34452         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
34453         multiarch lround for PPC64.
34455         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
34456         multiarch implementation.
34457         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
34458         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
34459         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
34460         file.
34461         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
34462         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
34463         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
34464         multiarch isnan for PPC64.
34465         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
34466         multiarch isnanf for PPC64.
34468         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
34469         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
34470         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
34471         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
34472         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
34473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
34475         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
34476         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
34477         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
34478         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
34480         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
34481         multiarch implementations.
34482         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34483         (__libc_ifunc_impl_list): Likewise.
34484         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
34485         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
34486         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
34487         multiarch stpcpy for PPC64.
34489         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
34490         multiarch implementations.
34491         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34492         (__libc_ifunc_impl_list): Likewise.
34493         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
34494         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
34495         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
34496         multiarch strcpy for PPC64.
34498         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
34499         redefine function name.
34500         (_wordcopy_fwd_dest_aligned): Likewise.
34501         (_wordcopy_bwd_aligned): Likewise.
34502         (_wordcopy_bwd_dest_aligned): Likewise.
34503         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
34504         multiarch implementations.
34505         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34506         (__libc_ifunc_impl_list): Likewise.
34507         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
34508         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
34509         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
34510         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
34511         multiarch wcscpy for PPC64.
34513         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
34514         multiarch implementations.
34515         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34516         (__libc_ifunc_impl_list): Likewise.
34517         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
34518         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
34519         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
34520         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
34521         multiarch wcscpy for PPC64.
34523         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
34524         multiarch implementations.
34525         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34526         (__libc_ifunc_impl_list): Likewise.
34527         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
34528         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
34529         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
34530         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
34531         multiarch wcsrchr for PPC64.
34533         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
34534         multiarch implementations.
34535         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34536         (__libc_ifunc_impl_list): Likewise.
34537         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
34538         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
34539         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
34540         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
34541         multiarch wcschr for PPC64.
34543         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
34544         multiarch implementations.
34545         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34546         (__libc_ifunc_impl_list): Likewise.
34547         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
34548         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
34549         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
34550         multiarch strchrnul for PPC64.
34552         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
34553         implementations.
34554         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34555         (__libc_ifunc_impl_list): Likewise.
34556         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
34557         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
34558         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
34559         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
34560         strchr for PPC64.
34562         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
34563         implementations.
34564         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34565         (__libc_ifunc_impl_list): Likewise.
34566         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
34567         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
34568         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
34569         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
34570         strncmp for PPC64.
34572         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
34573         multiarch implementations.
34574         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34575         (__libc_ifunc_impl_list): Likewise.
34576         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
34577         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
34578         strncasecmp for PPC64.
34579         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
34580         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
34581         multiarch strncasecmp_l for PPC64.
34583         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
34584         multiarch implementations.
34585         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
34586         (__libc_ifunc_impl_list): Likewise.
34587         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
34588         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
34589         multiarch strcasecmp for PPC64.
34590         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
34591         file.
34592         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
34593         multiarch strcasecmp_l for PPC64.
34595         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
34596         implementations.
34597         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34598         (__libc_ifunc_impl_list): Likewise.
34599         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
34600         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
34601         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
34602         strnlen for PPC64.
34604         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
34605         implementations.
34606         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34607         (__libc_ifunc_impl_list): Likewise.
34608         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
34609         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
34610         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
34611         strlen for PPC64.
34613         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
34614         implementations.
34615         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34616         (__libc_ifunc_impl_list): Likewise.
34617         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
34618         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
34619         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
34620         rawmemrchr for PPC64.
34622         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
34623         implementation.
34624         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34625         (__libc_ifunc_impl_list): Likewise.
34626         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
34627         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
34628         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
34629         memrchr for PPC64.
34631         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
34632         implementation.
34633         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34634         (__libc_ifunc_impl_list): Likewise.
34635         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
34636         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
34637         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
34638         memchr for PPC64.
34640         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
34641         implementation.
34642         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34643         (__libc_ifunc_impl_list): Likewise.
34644         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
34645         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
34646         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
34647         mempcpy for PPC64.
34649         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
34650         avoid cretion of __bzero symbol.
34651         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
34652         Likewise.
34653         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
34654         Likewise.
34655         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
34656         Likewise.
34657         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
34658         multiarch implementations.
34659         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34660         (__libc_ifunc_impl_list): Likewise.
34661         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
34662         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
34663         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
34664         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
34665         bzero for PPC32.
34666         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
34667         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
34668         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
34669         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
34670         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
34671         memset for PPC64.
34672         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
34674         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
34675         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
34676         implementations.
34677         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
34678         (__libc_ifunc_impl_list): Likewise.
34679         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
34680         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
34681         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
34682         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
34683         memcmp for PPC64.
34685         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
34686         multiarch for POWER/PPC64.
34687         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
34688         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
34689         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
34690         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
34691         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
34692         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
34693         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
34694         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
34695         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
34696         memcpy for PPC64.
34698         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
34699         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
34700         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
34701         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
34702         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
34703         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
34704         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
34705         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
34706         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
34707         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
34708         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
34709         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
34710         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
34711         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
34712         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
34713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
34714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
34715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
34716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
34717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
34718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
34719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
34721 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34723         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
34725 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
34727         * benchtests/Makefile (bench): Add exp2 and log2.
34728         (LDLIBS-bench-exp2): Add -lm.
34729         (LDLIBS-bench-log2): Likewise.
34730         * benchtests/exp2-inputs: New inputs file.
34731         * benchtests/log2-inputs: New inputs file.
34732         * benchtests/log-inputs: Add new inputs.
34733         * benchtests/tan-inputs: Likewise.
34735 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34737         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
34738         definition...
34739         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
34740         (csloww2): ... from here.
34742         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
34743         instead of structures.
34744         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
34745         (POLYNOMIAL): Likewise.
34746         (TAYLOR_SLOW): Likewise.
34747         (__sin): Likewise.
34748         (__cos): Likewise.
34749         (slow1): Likewise.
34750         (slow2): Likewise.
34751         (sloww): Likewise.
34752         (sloww1); Likewise.
34753         (sloww2): Likewise.
34754         (bsloww1): Likewise.
34755         (bsloww2): Likewise.
34756         (cslow2): Likewise.
34757         (csloww): Likewise.
34758         (csloww1): Likewise.
34759         (csloww2): Likewise.
34761 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
34763         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
34764         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
34765         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
34766         * malloc/hooks.c (realloc_check): Likewise.
34768         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
34769         * malloc/arena.c: Remove PER_THREAD conditional.
34770         [!PER_THREAD]: Remove code.
34771         (ptmalloc_unlock_all2): Likewise.
34772         (ptmalloc_init): Likewise.
34773         (_int_new_arena): Likewise.
34774         (arena_get2): Likewise.
34775         * malloc/hooks.c (__malloc_get_state): Likewise.
34776         (__malloc_set_state): Likewise.
34777         * malloc/malloc.c: Likewise.
34778         (struct malloc_state): Likewise.
34779         (struct malloc_par): Likewise.
34780         (__libc_realloc): Likewise.
34781         (__libc_mallopt): Likewise.
34783 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34785         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
34787 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
34789         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
34790         macro to a function.  Check for zero perturb_byte.
34791         (_int_malloc, _int_free): Remove zero perturb_byte checks.
34793         * malloc/malloc.c: (force_reg): Remove.
34794         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
34795         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
34796         force_reg by atomic_forced_read.
34797         * malloc/arena.c (ptmalloc_init): Likewise.
34798         * malloc/hooks.c (top_check): Likewise.
34800 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34802         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34804 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
34806         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34808 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
34810         * math/auto-libm-test-in: Add tests of lgamma.
34811         * math/auto-libm-test-out: Regenerated.
34812         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
34813         (M_LOG_2_SQRT_PIl): Likewise.
34814         (lgamma_test_data): Use AUTO_TESTS_f_f1.
34815         * math/gen-auto-libm-tests.c (func_calc_method): Add value
34816         mpfr_f_f1.
34817         (func_calc_desc): Add mpfr_f_f1 union field.
34818         (ARGS1): New macro.
34819         (ARGS2): Likewise.
34820         (ARGS3): Likewise.
34821         (ARGS4): Likewise.
34822         (RET1): Likewise.
34823         (RET2): Likewise.
34824         (CALC): Likewise.
34825         (FUNC): Likewise.
34826         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
34827         (test_functions): Add lgamma.
34828         (calc_generic_results): Handle mpfr_f_f1.
34829         * sysdeps/i386/fpu/libm-test-ulps: Update.
34830         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34832 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34834         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
34835         __mpn_add_n for PowerPC64/POWER7.
34836         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
34837         __mpn_sub_n for PowerPC64/POWER7.
34839         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
34840         __mpn_addmul_1 for PowerPC64.
34841         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
34842         __mpn_submul_1 for PowerPC64.
34843         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
34844         for PowerPC64.
34845         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
34846         for PowerPC64.
34848 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
34850         [BZ #15089]
34851         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
34853 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34855         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
34857         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
34858         add multiarch folders.
34859         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
34860         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
34861         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
34862         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
34863         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
34864         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
34865         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
34866         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
34867         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
34868         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
34869         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
34870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
34871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
34872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
34873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
34874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
34875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
34877         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
34878         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
34879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
34880         New file.
34881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
34882         New file.
34883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
34884         multiarch __ieee754_hypot for PowerPC32.
34885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
34886         New file.
34887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
34888         New file.
34889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
34890         multiarch __ieee754_hypotf for PowerPC32.
34892         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
34893         long_double_symbol only if __logbl is defined.
34894         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
34895         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
34896         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
34897         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
34898         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
34899         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
34900         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
34901         path for implementation.
34902         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
34903         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
34904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
34905         logb, and logbl multiarch implementations for PowerPC32.
34906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
34907         file.
34908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
34909         file.
34910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
34911         multiarch logb for PowerPC32.
34912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
34913         file.
34914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
34915         file.
34916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
34917         multiarch logbf for PowerPC32.
34918         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
34919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
34920         file.
34921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
34922         multiarch logbl implementation for PowerPC32.
34924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
34925         and modff multiarch implementations.
34926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
34927         New file.
34928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
34929         New file.
34930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
34931         multiarch modf for PowerPC32.
34932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
34933         New file.
34934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
34935         New file.
34936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
34937         multiarch modff for PowerPC32.
34939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
34940         and lrintf multiarch implementations.
34941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
34942         New file.
34943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
34944         New file.
34945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
34946         multiarch lrint for PowerPC32.
34947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
34948         file: multiarch lrintf for PowerPC32.
34950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
34951         and lroundf multiarch implementations.
34952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
34953         New file.
34954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
34955         New file.
34956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
34957         New file.
34958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
34959         multiarch lround for PowerPC32.
34960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
34961         file: multiarch lroundf for PowerPC32.
34963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
34964         copysign and copysignf multiarch implementations.
34965         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
34966         New file.
34967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
34968         New file.
34969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
34970         file: multiarch copysign for PowerPC32.
34971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
34972         file: multiarch copysignf for PowerPC32.
34974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
34975         and truncf multiarch implementations.
34976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
34977         New file.
34978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
34979         file.
34980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
34981         multiarch trunc for PowerPC32.
34982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
34983         New file.
34984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
34985         New file.
34986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
34987         multiarch truncf for PowerPC32.
34989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
34990         and roundf multiarch implementations.
34991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
34992         New file.
34993         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
34994         file.
34995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
34996         multiarch round for PowerPC32.
34997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
34998         New file.
34999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
35000         New file.
35001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
35002         multiarch roundf for PowerPC32.
35004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
35005         and floorf multiarch implementations.
35006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
35007         New file.
35008         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
35009         file.
35010         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
35011         multiarch floor for PowerPC32.
35012         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
35013         New file.
35014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
35015         New file.
35016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
35017         multiarch floorf for PowerPC32.
35019         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
35020         and ceilf multiarch implementations.
35021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
35022         New file.
35023         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
35024         file.
35025         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
35026         multiarch ceil for PowerPC32.
35027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
35028         New file.
35029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
35030         file.
35031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
35032         multiarch ceilf for PowerPC32.
35034         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
35035         is defined.
35036         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
35037         FINITEF is defined.
35038         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
35039         and finitef multiarch implementations.
35040         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
35041         New file.
35042         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
35043         file.
35044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
35045         multiarch finite for PowerPC32.
35046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
35047         New file.
35048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
35049         file: multiarch finitef for PowerPC32.
35051         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
35052         and isinff multiarch implementations.
35053         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
35054         file.
35055         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
35056         file.
35057         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
35058         multiarch isinf for PowerPC32.
35059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
35060         New file.
35061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
35062         multiarch isinff for PowerPC32.
35064         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
35065         alias when __isnan is defined.
35066         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
35067         and isnanf multiarch implementations.
35068         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
35069         file.
35070         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
35071         file.
35072         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
35073         file.
35074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
35075         file.
35076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
35077         multiarch isnan for PowerPC32.
35078         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
35079         New file.
35080         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
35081         New file.
35082         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
35083         multiarch isnanf for PowerPC32.
35085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
35086         and sqrtf multiarch implementations.
35087         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
35088         file.
35089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
35090         file.
35091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
35092         multiarch sqrt for PowerPC32.
35093         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
35094         file.
35095         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
35096         file.
35097         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
35098         multiarch sqrtf for PowerPC32.
35100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
35101         and llroundf multiarch implementations.
35102         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
35103         New file.
35104         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
35105         New file.
35106         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
35107         New file.
35108         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
35109         file: multiarch llround for PowerPC32.
35110         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
35111         file: multiarch llroundf for PowerPC32.
35113         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
35114         multiarch PowerPC32 fpu implementations.
35115         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
35116         New file.
35117         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
35118         New file.
35119         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
35120         multiarch llrint for PowerPC32.
35121         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
35122         New file.
35123         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
35124         New file.
35125         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
35126         file.
35128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
35130         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
35131         file.
35132         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
35133         file.
35134         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
35135         file.
35136         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
35137         multiarch wordcopy for PPC32.
35138         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
35139         wordcopy objects.
35140         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35141         (__libc_ifunc_impl_list): Likewise.
35142         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
35143         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
35144         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
35145         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
35146         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
35147         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
35149         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
35150         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
35151         file.
35152         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
35153         file.
35154         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
35155         file.
35156         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
35157         multiarch wcscpy for PPC32.
35158         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
35159         multiarch objects.
35160         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35161         (__libc_ifunc_impl_list): Likewise.
35162         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
35163         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
35164         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
35165         sysdeps/powerpc/power6/wcscpy.c.
35167         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
35168         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
35169         file.
35170         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
35171         file.
35172         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
35173         file.
35174         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
35175         multiarch wcsrchr for PPC32.
35176         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
35177         multiarch objects.
35178         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35179         (__libc_ifunc_impl_list): Likewise.
35180         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
35181         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
35182         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
35183         sysdeps/powerpc/power6/wcsrchr.c.
35185         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
35186         file.
35187         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
35188         file.
35189         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
35190         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
35191         multiarch wcschr for PPc32.
35192         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
35193         multiarch objects.
35194         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35195         (__libc_ifunc_impl_list): Likewise.
35196         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
35197         * sysdeps/powerpc/power6/wcschr.c: ... to here.
35198         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
35199         sysdeps/powerpc/power6/wcschr.c.
35201         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
35202         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
35203         file.
35204         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
35205         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
35206         file: multiarch strchr for PPC32.
35207         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
35208         multiarch objects.
35209         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35210         (__libc_ifunc_impl_list): Likewise.
35212         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
35213         name.
35214         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
35215         file.
35216         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
35217         file.
35218         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
35219         multiarch strchrnul for PPC32.
35220         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
35221         multiarch objects.
35222         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35223         (__libc_ifunc_impl_list): Likewise.
35225         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
35226         file.
35227         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
35228         multiarch strncasecmp for PPC32.
35229         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
35230         file.
35231         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
35232         multiarch strncasecmp_l for PPC32.
35233         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
35234         strncasecmp multiarch objects.
35235         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35236         (__libc_ifunc_impl_list): Likewise.
35238         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
35239         file.
35240         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
35241         multiarch strncasecmp for PPC32.
35242         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
35243         New file.
35244         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
35245         multiarch strcasecmp_l for PPC32.
35246         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
35247         multiarch objects.
35248         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35249         (__libc_ifunc_impl_list): Likewise.
35251         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
35252         file.
35253         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
35254         file.
35255         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
35256         multiarch strncmp for PPC32.
35257         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
35258         multiarch objects.
35259         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35260         (__libc_ifunc_impl_list): Likewise.
35262         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
35263         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
35264         file.
35265         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
35266         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
35267         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
35268         multiarch objects.
35269         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35270         (__libc_ifunc_impl_list): Likewise.
35272         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
35273         file.
35274         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
35275         file.
35276         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
35277         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
35278         multiarch objects.
35279         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35280         (__libc_ifunc_impl_list): Likewise.
35282         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
35283         file.
35284         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
35285         file.
35286         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
35287         multiarch rawmemchr for PPC32.
35288         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
35289         multiarch objects.
35290         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35291         (__libc_ifunc_impl_list): Likewise.
35293         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
35294         file.
35295         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
35296         file.
35297         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
35298         file: memrchr multiarch for PPC32.
35299         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
35300         multiarch objects.
35301         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
35302         (__libc_ifunc_impl_list): Likewise.
35304         * string/memchr.c (__memchr): Using macro to redefine symbol name.
35305         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
35306         file.
35307         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
35308         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
35309         multiarch memchr for PPC32.
35310         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
35311         multiarch objects.
35312         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
35313         (__libc_ifunc_impl_list): Likewise.
35315         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
35316         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
35317         file.
35318         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
35319         file.
35320         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
35321         file: multiarch mempcpy for PPC32.
35322         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
35323         multiarch objects.
35324         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
35325         (__libc_ifunc_impl_list): Likewise.
35327         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
35328         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
35329         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
35330         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
35331         multiarch bzero for PPC32.
35332         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
35333         file.
35334         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
35335         file.
35336         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
35337         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
35338         file: multiarch memset for PPC32.
35339         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
35340         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
35341         memset multiarch objects.
35342         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
35343         (__libc_ifunc_impl_list): Likewise.
35345         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
35346         file.
35347         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
35348         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
35349         memcmp for PPC32.
35350         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
35351         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
35352         multiarch objects.
35353         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
35354         (__libc_ifunc_impl_list): Likewise.
35356         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
35357         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
35358         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
35359         file.
35360         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
35361         file.
35362         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
35363         file.
35364         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
35365         multiarch memcpy for PPC32.
35366         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
35367         multiarch objects.
35368         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
35369         (__libc_ifunc_impl_list): Likewise.
35371         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
35372         support multiarch for POWER/PPC32.
35373         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
35374         Likewise.
35375         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
35376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
35377         Implies file to make multiarch folder appers before the fpu and
35378         default folder for power4 configuration.
35380 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35382         * scripts/bench.pl: Append volatile keyword to type.
35384 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35386         * sysdeps/sh/sotruss-lib.c: New file.
35387         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
35389 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35391         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35393 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
35395         [BZ #6810]
35396         * math/w_tgamma.c: Include <errno.h>.
35397         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
35398         * math/w_tgammaf.c: Include <errno.h>.
35399         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
35400         * math/w_tgammal.c: Include <errno.h>.
35401         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
35402         * math/auto-libm-test-in: Do not allow missing errno on tgamma
35403         underflow.  Add more tgamma tests.
35404         * math/auto-libm-test-out: Regenerated.
35405         * sysdeps/i386/fpu/libm-test-ulps: Update.
35406         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35408         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
35409         sin, sinh, tan, tanh, tgamma, y0 and y1.
35410         * math/auto-libm-test-out: Regenerated.
35411         * math/libm-test.inc (TEST_COND_x86_64): New macro.
35412         (TEST_COND_x86): Likewise.
35413         (M_E2l): Remove macro.
35414         (M_E3l): Likewise.
35415         (M_2_SQRT_PIl): Likewise.
35416         (M_SQRT_PIl): Likewise.
35417         (M_1_DIV_El): Likewise.
35418         (log_test_data): Use AUTO_TESTS_f_f.
35419         (log10_test_data): Likewise.
35420         (log1p_test_data): Likewise.
35421         (log2_test_data): Likewise.
35422         (sin_test_data): Likewise.
35423         (sin_tonearest_test_data): Likewise.
35424         (sin_towardzero_test_data): Likewise.
35425         (sin_downward_test_data): Likewise.
35426         (sin_upward_test_data): Likewise.
35427         (sinh_test_data): Likewise.
35428         (sinh_tonearest_test_data): Likewise.
35429         (sinh_towardzero_test_data): Likewise.
35430         (sinh_downward_test_data): Likewise.
35431         (sinh_upward_test_data): Likewise.
35432         (tan_test_data): Likewise.
35433         (tan_tonearest_test_data): Likewise.
35434         (tan_towardzero_test_data): Likewise.
35435         (tan_downward_test_data): Likewise.
35436         (tan_upward_test_data): Likewise.
35437         (tanh_test_data): Likewise.
35438         (tgamma_test_data): Likewise.
35439         (y0_test_data): Likewise.
35440         (y1_test_data): Likewise.
35441         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
35442         (special_real_inputs): Add pi/4.
35443         * sysdeps/i386/fpu/libm-test-ulps: Update.
35444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35446 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35448         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
35449         "longjmp_target" static probes.
35450         (__longjmp): Rename to __longjmp_symbol.
35451         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
35452         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
35453         on which longjmp to generate.
35454         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
35455         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
35456         probe.
35457         (__sigsetjmp): Rename to __sigsetjmp_symbol.
35458         (__sigjmp_save): Rename to __sigjmp_save_symbol.
35459         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
35460         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
35461         and __sigjmp_save_symbol based on which sigsetjmp to generated.
35462         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
35463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
35464         __longjmp_symbol based on which __longjmp to generate.
35465         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
35466         probe.
35467         (setjmp): Rename to setjmp_symbol.
35468         (__sigsetjmp): Rename to __sigsetjmp_symbol.
35469         (_setjmp): Rename to _setjmp_symbol.
35470         (__sigsetjmp): Rename to __sigsetjmp_symbol.
35471         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
35472         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
35473         which setjmp to generate.
35474         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
35475         "longjmp_target" static probes.
35477 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35479         * benchtests/README: Add note about output arguments.
35480         * benchtests/bench-sincos.c: Remove file.
35481         * benchtests/sincos-inputs: New file.
35482         * scripts/bench.pl: Identify output arguments and define
35483         static variables for them.
35485         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
35487         [BZ #15941]
35488         * Makefile (INSTALL): Add install-plain.texi as the primary
35489         dependency.
35490         * manual/install-plain.texi: New file.
35491         * manual/install.texi: Include node directive only for
35492         non-plaintext output.
35494 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
35496         * stdlib/longlong.h: Update from GCC.
35498         [BZ #6807]
35499         [BZ #15901]
35500         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
35501         * math/w_j0f.c (y0f): Likewise.
35502         * math/w_j0l.c (__y0l): Likewise.
35503         * math/w_j1.c (y1): Likewise.
35504         * math/w_j1f.c (y1f): Likewise.
35505         * math/w_j1l.c (__y1l): Likewise
35506         * math/w_jn.c (yn): Likewise.
35507         * math/w_jnf.c (ynf): Likewise.
35508         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
35509         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
35510         value for Bessel function domain errors outside _SVID_ mode.
35511         Adjust sign of return value for yn (negative integer, 0).
35512         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
35513         by zero in return for negative x and set sign appropriately for
35514         negative n.
35515         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
35516         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
35517         * math/libm-test.inc (y0_test_data): Add more tests and adjust
35518         expectations in error cases.
35519         (y1_test_data): Likewise.
35520         (yn_test_data): Likewise.
35521         * sysdeps/i386/fpu/libm-test-ulps: Update.
35522         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35524 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
35526         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
35527         "64" to "64-v1".  Add "64-v2".
35528         (abi-64-options): Rename to ...
35529         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
35530         (abi-64-condition): Rename to ...
35531         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
35532         (abi-64-ld-soname): Rename to ...
35533         (abi-64-v1-ld-soname): ... this.
35534         (abi-64-v2-options): Define.
35535         (abi-64-v2-condition): Likewise.
35536         (abi-64-v2-ld-soname): Likewise.
35537         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
35538         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
35539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
35540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
35541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
35543 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
35544             Alan Modra  <amodra@gmail.com>
35546         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
35547         New versions for use with the ELFv2 ABI.
35548         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
35549         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
35550         declaration.
35551         (struct La_ppc64v2_retval): Likewise.
35552         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
35553         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
35554         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
35555         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
35556         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
35557         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
35558         Do not save or restore CR.
35559         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
35560         (_dl_profile_resolve): Do no save or restore CR.  Support extended
35561         return values for ELFv2 ABI.  Fix location of FPR return registers.
35562         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
35563         updated values for _CALL_ELF == 2.
35564         (La_regs, La_retval, int_retval): Likewise.
35566 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
35568         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
35569         (FRAME_MIN_SIZE_PARM): Likewise.
35570         (FRAME_BACKCHAIN): Likewise.
35571         (FRAME_CR_SAVE): Likewise.
35572         (FRAME_LR_SAVE): Likewise.
35573         (FRAME_TOC_SAVE): Likewise.
35574         (FRAME_PARM_SAVE): Likewise.
35575         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
35576         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
35577         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
35578         (call_mcount_parm_offset): New macro.
35579         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
35580         (PROF): Use symbolic stack frame offsets.
35581         (TAIL_CALL_SYSCALL_ERROR): Likewise.
35582         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
35583         Redefine in terms of FRAME_MIN_SIZE.
35584         (_dl_runtime_resolve): Use symbolic stack frame offsets.
35585         (_dl_profile_resolve): Likewise.  Update comment.
35586         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
35587         symbols stack frame offsets.
35588         (__sigsetjmp): Likewise.
35589         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
35590         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
35591         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
35592         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
35594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
35595         (FRAME_BACKCHAIN): Remove.
35596         (FRAME_CR_SAVE): Likewise.
35597         (FRAME_LR_SAVE): Likewise.
35598         (FRAME_COMPILER_DW): Likewise.
35599         (FRAME_LINKER_DW): Likewise.
35600         (FRAME_TOC_SAVE): Likewise.
35601         (FRAME_PARM_SAVE): Likewise.
35602         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
35603         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
35604         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
35605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
35606         (CHECK_SP): Use symbolic stack frame offsets.
35607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
35608         zone" instead of caller's parameter save area for temp storage.
35609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
35610         Likewise.  Also, use symbolic stack frame offsets.
35611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
35612         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
35613         our own stack frame instead of the caller's.
35614         (__socket): Use symbolic stack frame offsets.
35616 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
35617             Alan Modra  <amodra@gmail.com>
35619         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
35620         Define.
35621         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
35622         (PPC64_LOCAL_ENTRY_OFFSET): Define.
35623         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
35624         New function.
35625         (elf_machine_fixup_plt): Call it.
35626         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
35627         reloc arguments.
35628         (elf_machine_rela): Update call to elf_machine_plt_conflict.
35629         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
35630         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
35631         r2 before calling target.
35633 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
35634             Alan Modra  <amodra@gmail.com>
35636         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
35637         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
35638         versions of macros to support ELFv2 ABI.
35639         (LOCALENTRY): New macro.
35640         (ENTRY, EALIGN): Use it.
35641         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
35642         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
35643         fall through into ENTRY entry point.
35644         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
35645         Only define if _CALL_ELF != 2.
35647         (elf_machine_matches_host): Verify ABI version matches.
35648         (RTLD_START): Use LOCALENTRY.
35649         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
35650         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
35651         (PLT_ENTRY_WORDS): New macro.
35652         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
35653         (elf_machine_runtime_setup): Support ELFv2 ABI.
35654         (elf_machine_fixup_plt): Likewise.
35655         (elf_machine_plt_conflict): Likewise.
35656         (resolve_ifunc): Likewise.
35657         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
35658         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
35659         Likewise.
35660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
35661         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
35662         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
35663         (makecontext): Support ELFv2 ABI.
35664         * elf/elf.h (EF_PPC64_ABI): Define.
35666 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
35668         * sysdeps/powerpc/powerpc64/sysdep.h
35669         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
35670         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
35671         (ENTRY) [ASSEMBLER]: ... but instead here ...
35672         (EALIGN) [ASSEMBLER]: ... and here.
35673         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
35674         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
35675         (ENTRY_2) [!ASSEMBLER]: Use it.
35676         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
35677         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
35678         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
35679         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
35680         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
35681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
35682         Use PPC64_LOAD_FUNCPTR.
35684         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
35686 2013-12-04  Alan Modra  <amodra@gmail.com>
35688         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
35689         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
35690         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
35691         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
35693         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
35694         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
35695         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
35696         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
35697         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
35698         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
35700 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
35702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
35703         (__makecontext): Fix incorrect CFI when backtracing out of
35704         context created via makecontext.
35705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
35706         (__setcontext): Fix incorrect CFI during switch to new context.
35707         (__novec_setcontext): Likewise.
35709 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
35711         [BZ #4772]
35712         * time/strptime_l.c (__strptime_internal): Allow modifiers
35713         in strptime.
35714         * time/tst-strptime.c (day_tests): Add testcase.
35716 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35718         * scripts/bench.pl: Skip over blank lines.
35720 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35722         [BZ #926]
35723         * manual/time.texi (Calendar Time): Clarify what timezone functions
35724         use.
35726 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35728         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35730 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
35732         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
35733         implementation.
35734         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
35735         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
35736         * debug/memset_chk.c (__memset_chk): Likewise.
35737         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
35738         * debug/strncpy_chk.c: Likewise.
35740 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
35742         [BZ #15268]
35743         [BZ #15425]
35744         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
35745         (__ieee754_exp): For possibly underflowing results, check size of
35746         result and force underflow exception if required.
35747         * math/auto-libm-test-in: Add more tests of exp.
35748         * math/auto-libm-test-out: Regenerated.
35749         * sysdeps/i386/fpu/libm-test-ulps: Update.
35750         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35752         [BZ #16283]
35753         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
35754         * math/w_exp2f.c (__exp2f): Likewise.
35755         * math/w_exp2l.c (__exp2l): Likewise.
35756         * math/auto-libm-test-in: Do not allow missing errno on exp2
35757         underflow.
35758         * math/auto-libm-test-out: Regenerated.
35760 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
35762         [BZ #16274]
35763         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
35764         handle filename validation.
35765         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
35766         (do_open): Delete.
35768 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
35770         [BZ #6786]
35771         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
35772         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
35773         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
35774         <float.h>.
35775         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
35776         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
35777         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
35778         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
35779         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
35780         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
35781         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
35782         * math/auto-libm-test-in: Don't allow missing errno from erfc.
35783         Add more erfc tests.
35784         * math/auto-libm-test-out: Regenerated.
35785         * sysdeps/i386/fpu/libm-test-ulps: Update.
35786         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35788         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
35789         exp2, expm1, j0 and j1.
35790         * math/auto-libm-test-out: Regenerated.
35791         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
35792         (erfc_test_data): Likewise.
35793         (exp_test_data): Likewise.
35794         (exp_tonearest_test_data): Likewise.
35795         (exp_towardzero_test_data): Likewise.
35796         (exp_downward_test_data): Likewise.
35797         (exp_upward_test_data): Likewise.
35798         (exp10_test_data): Likewise.
35799         (exp2_test_data): Likewise.
35800         (expm1_test_data): Likewise.
35801         (j0_test_data): Likewise.
35802         (j1_test_data): Likewise.
35803         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
35804         (input_flag_type): Add flag_xfail_rounding.
35805         (input_flags): Add xfail-rounding.
35806         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
35807         (output_for_one_input_case): Handle flag_xfail_rounding.
35808         * sysdeps/i386/fpu/libm-test-ulps: Update.
35809         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35811 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
35813         [BZ #16289]
35814         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
35815         division by 0.
35817 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
35819         [BZ #16195]
35820         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
35821         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
35822         (STAP_PROBE0): New macro.
35823         (STAP_PROBE1): Likewise.
35824         (STAP_PROBE2): Likewise.
35825         (STAP_PROBE3): Likewise.
35826         (STAP_PROBE4): Likewise.
35828 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
35830         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
35832 2013-12-02  Steve Ellcey  <sellcey@mips.com>
35834         * benchtests/Makefile (bench): Add sqrt.
35835         (LDLIBS-bench-sqrt): New.
35836         * benchtests/sqrt-input: New.
35838 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
35840         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
35841         (GAIH_EAI): Likewise.
35842         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
35843         (gaih_inet): Likewise.
35844         (getaddrinfo): Don't use GAIH_EAI.
35846         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
35847         (struct gaih): Remove definition.
35849 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
35851         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
35852         Use HERRNOP directly.
35854 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35856         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35858 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
35860         * math/gen-auto-libm-tests.c (test_functions): Add more
35861         single-argument functions.
35862         (special_fill_pi_2): New function.
35863         (special_fill_minus_pi_2): Likewise.
35864         (special_fill_pi_6): Likewise.
35865         (special_fill_minus_pi_6): Likewise.
35866         (special_fill_pi_3): Likewise.
35867         (special_fill_2pi_3): Likewise.
35868         (special_fill_e): Likewise.
35869         (special_fill_1_e): Likewise.
35870         (special_fill_e_minus_1): Likewise.
35871         (special_real_inputs): Add more special inputs.
35872         (output_for_one_input_case): Do not require ERANGE on underflow to
35873         zero if round-to-nearest result does not underflow to zero, unless
35874         exact results required.
35875         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
35876         atan, atanh, cbrt, cos and cosh.
35877         * math/auto-libm-test-out: Regenerated.
35878         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
35879         (acos_tonearest_test_data): Likewise.
35880         (acos_towardzero_test_data): Likewise.
35881         (acos_downward_test_data): Likewise.
35882         (acos_upward_test_data): Likewise.
35883         (acosh_test_data): Likewise.
35884         (asin_test_data): Likewise.
35885         (asin_tonearest_test_data): Likewise.
35886         (asin_towardzero_test_data): Likewise.
35887         (asin_upward_test_data): Likewise.
35888         (asinh_test_data): Likewise.
35889         (atan_test_data): Likewise.
35890         (atanh_test_data): Likewise.
35891         (cbrt_test_data): Likewise.
35892         (cos_test_data): Likewise.
35893         (cos_tonearest_test_data): Likewise.
35894         (cos_towardzero_test_data): Likewise.
35895         (cos_downward_test_data): Likewise.
35896         (cos_upward_test_data): Likewise.
35897         (cosh_test_data): Likewise.
35898         (cosh_tonearest_test_data): Likewise.
35899         (cosh_towardzero_test_data): Likewise.
35900         (cosh_downward_test_data): Likewise.
35901         (cosh_upward_test_data): Likewise.
35902         * sysdeps/i386/fpu/libm-test-ulps: Update.
35903         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35905 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
35907         [BZ #6787]
35908         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
35909         * math/w_exp10f.c (__exp10f): Likewise.
35910         * math/w_exp10l.c (__exp10l): Likewise.
35911         * math/libm-test.inc (exp10_test_data): Add more tests and expect
35912         errno settings in existing tests.
35914         [BZ #14032]
35915         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
35916         precision control set to double precision.
35917         * sysdeps/i386/fpu/w_sqrt.c: New file.
35918         * math/auto-libm-test-in: Add more tests.
35919         * math/auto-libm-test-out: Update.
35921         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
35922         (sqrt_test_tonearest): New function.
35923         (sqrt_towardzero_test_data): New variable.
35924         (sqrt_test_towardzero): New function.
35925         (sqrt_downward_test_data): New variable.
35926         (sqrt_test_downward): New function.
35927         (sqrt_upward_test_data): New variable.
35928         (sqrt_test_upward): New function.
35929         (main): Call the new functions.
35931         * math/gen-auto-libm-tests.c: New file.
35932         * math/auto-libm-test-in: Likewise.
35933         * math/auto-libm-test-out: New generated file.
35934         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
35935         variables.
35936         (%beautify): Add generated representations of zero.
35937         (top level): Set $auto_input and call parse_auto_input.
35938         (beautify): Remove trailing "f" from hex float constants.
35939         (parse_args): Handle XFAIL_TEST.
35940         (convert_condition): New function.
35941         (or_value): Likewise.
35942         (or_cond_value): Likewise.
35943         (generate_testfile): Handle AUTO_TESTS_* lines.
35944         (parse_auto_input): New function.
35945         * math/libm-test.inc (XFAIL_TEST): New macro.
35946         (ERRNO_UNCHANGED): Update value.
35947         (ERRNO_EDOM): Likewise.
35948         (ERRNO_ERANGE): Likewise.
35949         (IGNORE_RESULT): Likewise.
35950         (TEST_COND_flt_32): New macro.
35951         (TEST_COND_dbl_64): Likewise.
35952         (TEST_COND_ldbl_96_intel): Likewise.
35953         (TEST_COND_ldbl_96_m68k): Likewise.
35954         (TEST_COND_ldbl_128): Likewise.
35955         (TEST_COND_ldbl_128ibm): Likewise.
35956         (TEST_COND_long32): Likewise.
35957         (TEST_COND_long64): Likewise.
35958         (TEST_COND_before_rounding): Likewise.
35959         (TEST_COND_after_rounding): Likewise.
35960         (enable_test): Handle XFAIL_TEST flag.
35961         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
35962         with finite results.
35963         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
35964         auto-libm-test-out.
35966 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35967             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35969         [BZ #16214]
35970         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
35971         __tls_get_addr_internal instead of __tls_get_offset in order to
35972         avoid GOT pointer dependency.  Make rtld export
35973         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
35974         __tls_get_addr since we are a __tls_get_offset platform.
35975         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
35976         GOT pointer being set up before.
35977         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
35979 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
35981         * manual/math.texi (Errors in Math Functions): Document accuracy
35982         goals.
35984         [BZ #15004]
35985         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
35986         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
35987         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
35988         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
35989         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
35990         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
35991         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
35992         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
35993         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
35994         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
35995         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
35996         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
35997         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
35998         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
35999         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
36000         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
36002         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
36003         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
36004         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
36005         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
36006         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
36007         Likewise.
36008         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
36009         Likewise.
36010         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
36011         Likewise.
36012         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
36013         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
36014         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
36015         atomic-feupdateenv and flt-rounds.
36016         * sysdeps/powerpc/nofpu/Versions (libc): Add
36017         __atomic_feholdexcept, __atomic_feclearexcept,
36018         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
36019         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
36020         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
36021         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
36022         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
36023         here.
36024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
36025         Update.
36027         * manual/arith.texi (FP Exceptions): Document that exceptions may
36028         not be raised when matherr is used.
36029         (Math Error Reporting): Document overflow in directed rounding
36030         modes.  Document that errno may not be set when finite values are
36031         returned on overflow.  Document intent to set errno on underflow
36032         only for underflow to zero.
36034         [BZ #16271]
36035         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
36036         round-to-nearest then adjust result for other rounding modes.
36037         * include/fenv.h (fegetround): Use libm_hidden_proto.
36038         * math/fegetround.c (fegetround): Use libm_hidden_def.
36039         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
36040         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
36041         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
36042         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
36043         Likewise.
36044         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
36045         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
36046         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
36047         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
36049 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36051         [BZ #16077]
36052         * nss/Versions (libnss_files): Add
36053         _nss_files_gethostbyname3_r.
36054         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
36055         New function.
36056         (HOST_DB_LOOKUP): Remove macro.
36057         (_nss_files_gethostbyname_r): Implement function without the
36058         HOST_DB_LOOKUP macro.
36059         (_nss_files_gethostbyname2_r): Likewise.
36061 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
36063         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
36065 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
36067         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
36068         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
36069         warning.
36071 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36073         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
36074         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
36075         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
36076         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
36077         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
36078         __fe_nomask_env_priv and attribute_hidden.
36079         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
36080         (libc_feupdateenv_test_ppc): Likewise.
36081         (libc_feresetround_ppc): Likewise.
36082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36083         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
36084         compat_symbol macro.
36085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36086         (__fe_nomask_env): Likewise.
36087         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
36089 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
36091         * string/Makefile: Remove ifunc tests.
36092         * string/test-string.h: Define TEST_IFUNC.
36093         * string/test-bcopy-ifunc.c: Remove.
36094         * string/test-bzero-ifunc.c: Likewise.
36095         * string/test-memccpy-ifunc.c: Likewise.
36096         * string/test-memchr-ifunc.c: Likewise.
36097         * string/test-memcmp-ifunc.c: Likewise.
36098         * string/test-memcpy-ifunc.c: Likewise.
36099         * string/test-memmem-ifunc.c: Likewise.
36100         * string/test-memmove-ifunc.c: Likewise.
36101         * string/test-mempcpy-ifunc.c: Likewise.
36102         * string/test-memrchr-ifunc.c: Likewise.
36103         * string/test-memset-ifunc.c: Likewise.
36104         * string/test-rawmemchr-ifunc.c: Likewise.
36105         * string/test-stpcpy-ifunc.c: Likewise.
36106         * string/test-stpncpy-ifunc.c: Likewise.
36107         * string/test-strcasecmp-ifunc.c: Likewise.
36108         * string/test-strcasestr-ifunc.c: Likewise.
36109         * string/test-strcat-ifunc.c: Likewise.
36110         * string/test-strchr-ifunc.c: Likewise.
36111         * string/test-strchrnul-ifunc.c: Likewise.
36112         * string/test-strcmp-ifunc.c: Likewise.
36113         * string/test-strcpy-ifunc.c: Likewise.
36114         * string/test-strcspn-ifunc.c: Likewise.
36115         * string/test-strlen-ifunc.c: Likewise.
36116         * string/test-strncasecmp-ifunc.c: Likewise.
36117         * string/test-strncat-ifunc.c: Likewise.
36118         * string/test-strncmp-ifunc.c: Likewise.
36119         * string/test-strncpy-ifunc.c: Likewise.
36120         * string/test-strnlen-ifunc.c: Likewise.
36121         * string/test-strpbrk-ifunc.c: Likewise.
36122         * string/test-strrchr-ifunc.c: Likewise.
36123         * string/test-strspn-ifunc.c: Likewise.
36124         * string/test-strstr-ifunc.c: Likewise.
36126 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
36128         * benchtests/Makefile: Remove ifunc tests.
36129         * benchtests/bench-string.h: Define TEST_IFUNC.
36130         * benchtests/bench-bcopy-ifunc.c: Remove.
36131         * benchtests/bench-bzero-ifunc.c: Likewise.
36132         * benchtests/bench-memccpy-ifunc.c: Likewise.
36133         * benchtests/bench-memchr-ifunc.c: Likewise.
36134         * benchtests/bench-memcmp-ifunc.c: Likewise.
36135         * benchtests/bench-memcpy-ifunc.c: Likewise.
36136         * benchtests/bench-memmem-ifunc.c: Likewise.
36137         * benchtests/bench-memmove-ifunc.c: Likewise.
36138         * benchtests/bench-mempcpy-ifunc.c: Likewise.
36139         * benchtests/bench-memrchr-ifunc.c: Likewise.
36140         * benchtests/bench-memset-ifunc.c: Likewise.
36141         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
36142         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
36143         * benchtests/bench-stpcpy-ifunc.c: Likewise.
36144         * benchtests/bench-stpncpy-ifunc.c: Likewise.
36145         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
36146         * benchtests/bench-strcasestr-ifunc.c: Likewise.
36147         * benchtests/bench-strcat-ifunc.c: Likewise.
36148         * benchtests/bench-strchr-ifunc.c: Likewise.
36149         * benchtests/bench-strchrnul-ifunc.c: Likewise.
36150         * benchtests/bench-strcmp-ifunc.c: Likewise.
36151         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
36152         * benchtests/bench-strcpy-ifunc.c: Likewise.
36153         * benchtests/bench-strcspn-ifunc.c: Likewise.
36154         * benchtests/bench-strlen-ifunc.c: Likewise.
36155         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
36156         * benchtests/bench-strncat-ifunc.c: Likewise.
36157         * benchtests/bench-strncmp-ifunc.c: Likewise.
36158         * benchtests/bench-strncpy-ifunc.c: Likewise.
36159         * benchtests/bench-strnlen-ifunc.c: Likewise.
36160         * benchtests/bench-strpbrk-ifunc.c: Likewise.
36161         * benchtests/bench-strrchr-ifunc.c: Likewise.
36162         * benchtests/bench-strsep-ifunc.c: Likewise.
36163         * benchtests/bench-strspn-ifunc.c: Likewise.
36164         * benchtests/bench-strstr-ifunc.c: Likewise.
36166 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
36168         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
36170 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
36172         * resolv/netdb.h: Use __glibc_reserved instead __unused.
36173         * rt/aio.h: Likewise.
36174         * sysdeps/gnu/bits/utmp.h: Likewise.
36175         * sysdeps/gnu/bits/utmpx.h: Likewise.
36176         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
36177         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
36178         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
36179         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
36180         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
36181         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
36182         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
36183         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
36184         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
36185         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
36186         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
36187         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
36188         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
36189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
36190         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
36191         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
36192         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
36193         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
36194         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
36195         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
36196         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
36197         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
36198         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
36199         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
36200         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
36201         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36202         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
36203         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
36204         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
36205         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
36206         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
36207         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
36208         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
36209         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
36210         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
36211         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
36212         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
36213         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
36214         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
36215         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
36216         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
36217         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
36219 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
36221         [BZ #16245]
36222         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
36223         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
36225 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
36227         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
36228         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
36229         Likewise.
36231 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36233         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
36234         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
36235         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
36236         (__fesetround): Remove define.
36237         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
36238         rounding and exceptions handling.
36239         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
36240         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
36241         (__fe_nomask_env): Likewise.
36242         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
36243         __fegetround instead of fegetround.
36244         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
36245         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
36247 2013-11-21  Roland McGrath  <roland@hack.frob.com>
36249         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
36250         it's there.
36252         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
36254 2013-11-21  Meador Inge  <meadori@codesourcery.com>
36256         [BZ #11157]
36257         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
36258         (encrypt_r): Likewise.
36259         * malloc/obstack.h (obstack_free): Likewise.
36260         * posix/unistd.h (encrypt): Likewise.
36262 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
36264         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
36265         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
36266         DL_CALL_DT_FINI() that call the functions directly.
36267         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
36268         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
36269         * elf/dl-fini.c: Likewise.
36271 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
36273         * malloc/hooks.c (memalign_check): Add alignment rounding.
36274         * malloc/malloc.c (_mid_memalign): New function.
36275         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
36276         Implement by calling _mid_memalign.
36277         * manual/probes.texi (Memory Allocation Probes): Remove
36278         memory_valloc_retry and memory_pvalloc_retry.
36280 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36282         * locale/programs/locarchive.c (open_archive): Add const
36283         qualifier to ARCHIVEFNAME and copy default fname to
36284         DEFAULT_FNAME.
36286         [BZ #15601]
36287         * libio/tst-widetext.input: Rename Oriya to Odia.
36288         * locale/iso-639.def: Likewise.
36290         * manual/probes.texi (Mathematical Function Probes): Add
36291         documentation for sin, cos, asin and acos probes.
36292         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
36293         (__sin32): Add slowasin probe.
36294         (__cos32): Add slowacos probe.
36295         (__mpsin): Add slowsin probe.
36296         (__mpcos): Add slowcos probe.
36298 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
36300         [BZ #15483]
36301         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
36302         thread-local __sim_exceptions_thread and global
36303         __sim_exceptions_global.
36304         (__sim_disabled_exceptions): Change to thread-local
36305         __sim_disabled_exceptions_thread and global
36306         __sim_disabled_exceptions_global.
36307         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
36308         and global __sim_round_mode_global.
36309         (__simulate_exceptions): Use thread-local floating-point state and
36310         set global state from it as needed.
36311         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
36312         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
36313         __sim_round_mode_thread.
36314         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
36315         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
36316         and global __sim_exceptions_global.
36317         (__sim_disabled_exceptions): Change to thread-local
36318         __sim_disabled_exceptions_thread and global
36319         __sim_disabled_exceptions_global.
36320         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
36321         and global __sim_round_mode_global.
36322         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
36323         (SIM_SET_GLOBAL): Likewise.
36324         * sysdeps/powerpc/soft-fp/sfp-machine.h
36325         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
36326         __sim_round_mode_thread.
36327         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
36328         __sim_disabled_exceptions_thread.
36329         (__sim_exceptions): Change to __sim_exceptions_thread.
36330         (__sim_disabled_exceptions): Change to
36331         __sim_disabled_exceptions_thread.
36332         (__sim_round_mode): Change to __sim_round_mode_thread.
36333         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
36334         thread-local floating-point state and set global state from it as
36335         needed.
36336         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
36337         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
36338         (__sim_disabled_exceptions): Remove extern declaration.
36339         (feenableexcept): Use thread-local floating-point state and set
36340         global state from it as needed.
36341         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
36342         extern declaration.
36343         (__sim_disabled_exceptions): Likewise.
36344         (__sim_round_mode): Likewise.
36345         (__fegetenv): Use thread-local floating-point state.
36346         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
36347         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
36348         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
36349         floating-point state and set global state from it as needed.
36350         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
36351         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
36352         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
36353         Likewise.
36354         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
36355         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
36356         Likewise.
36357         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
36358         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
36359         Use __sim_round_mode_thread.
36360         * math/test-fenv-tls.c: New file.
36361         * math/Makefile (tests): Add test-fenv-tls.
36362         ($(objpfx)test-fenv-tls): Depend on
36363         $(common-objpfx)nptl/libpthread.so.
36365 2013-11-19  Andreas Schwab  <schwab@suse.de>
36367         * locale/programs/locale.c (show_info): Decode wordarray elements.
36368         * locale/categories.def (LC_MONETARY): Add element for
36369         _NL_MONETARY_CRNCYSTR.
36370         * locale/C-monetary.c (conversion_rate): New variable.
36371         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
36372         element.
36374 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
36376         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
36377         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
36379 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
36381         * elf/Makefile (tst-auxv): New test.
36382         * elf/tst-auxv.c: New
36383         * elf/rtld.c (dl_main): Adjust AT_EXECFN
36385 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
36387         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
36388         (hidden_proto): Caller changed.
36389         (hidden_tls_proto): New macro.
36390         (libc_hidden_tls_proto): Likewise.
36391         (rtld_hidden_tls_proto): Likewise.
36392         (libm_hidden_tls_proto): Likewise.
36393         (libresolv_hidden_tls_proto): Likewise.
36394         (librt_hidden_tls_proto): Likewise.
36395         (libdl_hidden_tls_proto): Likewise.
36396         (libnss_files_hidden_tls_proto): Likewise.
36397         (libnsl_hidden_tls_proto): Likewise.
36398         (libnss_nisplus_hidden_tls_proto): Likewise.
36399         (libutil_hidden_tls_proto): Likewise.
36401 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
36403         [BZ #10253]
36404         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
36405         (decompose_rpath): Defer expansion to fillin_rpath.
36406         (_dl_init_paths): Pass linkmap to fillin_rpath.
36408 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
36410         * benchtests/Makefile: Add strsep.
36411         * benchtests/bench-strsep.c: New file: strsep benchtest.
36412         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
36414 2013-11-18  Andreas Schwab  <schwab@suse.de>
36416         * locale/programs/locale.c (show_info) [case byte]: Check for
36417         '\377' instead of '\177'.
36418         * locale/C-monetary.c (not_available): Always use "\377".
36419         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
36420         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
36421         detect unavailable sign_posn locale elements.
36422         * locale/localeconv.c (__localeconv): For grouping and
36423         mon_grouping handle "\177" and "\377" like no grouping.
36424         (INT_ELEM): New macro.  Use it to set all numeric members.
36425         * locale/programs/ld-monetary.c (monetary_read)
36426         <tok_mon_grouping>: Normalize single -1 to the empty string.
36427         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
36428         Likewise.
36430 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
36432         [BZ #16055]
36433         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
36434         when we match (nil).
36435         * stdio-common/tst-sscanf.c (struct test): Add testcase.
36437 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
36439         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
36440         (NO_TEST_INLINE): Update value.
36441         (ERRNO_UNCHANGED): Likewise.
36442         (ERRNO_EDOM): Likewise.
36443         (ERRNO_ERANGE): Likewise.
36444         (IGNORE_RESULT): Likewise.
36445         (check_float_internal): Check signs of NaN results if
36446         TEST_NAN_SIGN used.
36447         (check_complex): Pass TEST_NAN_SIGN flag through to second
36448         check_float_internal call.
36449         (copysign_test_data): Add tests with quiet NaNs as second
36450         argument.  Use TEST_NAN_SIGN.
36451         (fabs_test_data): Add test of negative quiet NaN argument.  Use
36452         TEST_NAN_SIGN.
36453         (signbit_test_data): Add tests of quiet NaN argument.
36454         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
36456         * math/gen-libm-test.pl (show_exceptions): Take extra argument
36457         $ignore_result.
36458         (parse_args): Handle function results specified as IGNORE.
36459         * math/libm-test.inc (IGNORE_RESULT): New macro.
36460         (check_float_internal): Do not check numerical result if flag
36461         IGNORE_RESULT set.
36462         (check_complex): Pass through IGNORE_RESULT to second
36463         check_float_internal call.
36464         (check_int): Do not check numerical result if flag IGNORE_RESULT
36465         set.
36466         (check_long): Likewise.
36467         (check_bool): Likewise.
36468         (check_longlong): Likewise.
36469         (lrint_test_data): Add tests of infinite and NaN arguments.
36470         (lrint_tonearest_test_data): Likewise.
36471         (lrint_towardzero_test_data): Likewise.
36472         (lrint_downward_test_data): Likewise.
36473         (lrint_upward_test_data): Likewise.
36474         (llrint_test_data): Likewise.
36475         (llrint_tonearest_test_data): Likewise.
36476         (llrint_towardzero_test_data): Likewise.
36477         (llrint_downward_test_data): Likewise.
36478         (llrint_upward_test_data): Likewise.
36479         (lround_test_data): Likewise.
36480         (llround_test_data): Likewise.
36482         * math/libm-test.inc (NO_TEST_INLINE): New macro.
36483         (ERRNO_UNCHANGED): Update value.
36484         (ERRNO_EDOM): Likewise.
36485         (ERRNO_ERANGE): Likewise.
36486         (NO_TEST_INLINE_FLOAT): New macro.
36487         (NO_TEST_INLINE_DOUBLE): Likewise.
36488         (enable_test): New function.
36489         (RUN_TEST_f_f): Check enable_test before running test.
36490         (RUN_TEST_2_f): Likewise.
36491         (RUN_TEST_fff_f): Likewise.
36492         (RUN_TEST_c_f): Likewise.
36493         (RUN_TEST_f_f1): Likewise.
36494         (RUN_TEST_fF_f1): Likewise.
36495         (RUN_TEST_fI_f1): Likewise.
36496         (RUN_TEST_ffI_f1): Likewise.
36497         (RUN_TEST_c_c): Likewise.
36498         (RUN_TEST_cc_c): Likewise.
36499         (RUN_TEST_f_i): Likewise.
36500         (RUN_TEST_f_i_tg): Likewise.
36501         (RUN_TEST_ff_i_tg): Likewise.
36502         (RUN_TEST_f_b): Likewise.
36503         (RUN_TEST_f_b_tg): Likewise.
36504         (RUN_TEST_f_l): Likewise.
36505         (RUN_TEST_f_L): Likewise.
36506         (RUN_TEST_fFF_11): Likewise.
36507         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
36508         conditionals.
36509         (cosh_test_data): Likewise.
36510         (exp_test_data): Likewise.
36511         (expm1_test_data): Likewise.
36512         (hypot_test_data): Likewise.
36513         (pow_test_data): Likewise.
36514         (sinh_test_data): Likewise.
36515         (tanh_test_data): Likewise.
36516         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
36517         flags argument.
36519         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
36520         tests with quiet NaN input and output.
36521         (acosh_test_data): Likewise.
36522         (asin_test_data): Likewise.
36523         (asinh_test_data): Likewise.
36524         (atan_test_data): Likewise.
36525         (atanh_test_data): Likewise.
36526         (atan2_test_data): Likewise.
36527         (cbrt_test_data): Likewise.
36528         (cos_test_data): Likewise.
36529         (cosh_test_data): Likewise.
36530         (erf_test_data): Likewise.
36531         (erfc_test_data): Likewise.
36532         (exp_test_data): Likewise.
36533         (exp10_test_data): Likewise.
36534         (exp2_test_data): Likewise.
36535         (expm1_test_data): Likewise.
36536         (hypot_test_data): Likewise.
36537         (j0_test_data): Likewise.
36538         (j1_test_data): Likewise.
36539         (jn_test_data): Likewise.
36540         (lgamma_test_data): Likewise.
36541         (log_test_data): Likewise.
36542         (log10_test_data): Likewise.
36543         (log1p_test_data): Likewise.
36544         (log2_test_data): Likewise.
36545         (pow_test_data): Likewise.
36546         (scalb_test_data): Likewise.
36547         (sin_test_data): Likewise.
36548         (sincos_test_data): Likewise.
36549         (sinh_test_data): Likewise.
36550         (tan_test_data): Likewise.
36551         (tanh_test_data): Likewise.
36552         (tgamma_test_data): Likewise.
36553         (y0_test_data): Likewise.
36554         (y1_test_data): Likewise.
36555         (yn_test_data): Likewise.
36557         [BZ #16167]
36558         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
36559         argument being NaN and avoid computations with second argument in
36560         that case.
36561         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
36562         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
36563         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
36565 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
36567         * locale/iso-639.def: Add Chitwani Tharu (the).
36569 2013-11-14  Andreas Schwab  <schwab@suse.de>
36571         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
36572         word instead of empty string.
36574 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36577         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
36578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36579         (__fe_nomask_env): Likewise.
36581 2013-11-13  Steve Ellcey  <sellcey@mips.com>
36583         * benchtests/bench-timing.h: Include time.h.
36585 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
36587         [BZ #15997]
36588         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
36589         to 3.4.0 for x32.
36590         * sysdeps/unix/sysv/linux/configure: Regenerated.
36592 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
36594         [BZ #16151]
36595         * stdlib/strtod_l.c (round_and_return): Do not consider
36596         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
36597         exponent one less than half the least subnormal exponent.
36598         * stdlib/test-strtod-round-data: Add more tests.
36599         * stdlib/tst-strtod-round.c (tests): Regenerated.
36601 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36603         [BZ #14143]
36604         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
36605         (__fe_mask_env): Likewise.
36606         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
36607         libm_hidden_proto and add function prototype.
36608         (__fe_mask_env): Add function prototype.
36609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36610         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
36611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36612         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
36613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36614         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
36616 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36618         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
36619         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
36621 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36623         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
36624         of htab_find_slot().
36626 2013-11-11  David S. Miller  <davem@davemloft.net>
36628         [BZ #16150]
36629         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
36630         symbol in the non-vis3 case in static builds.
36631         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
36632         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
36633         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
36634         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
36636 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
36638         [BZ #387]
36639         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
36640         it is empty.
36642 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36644         * benchtests/Makefile: Add bench-strtod.
36645         * benchtests/bench-strtod.c: New file: strtod benchtest
36647 2013-11-11  Andreas Schwab  <schwab@suse.de>
36649         [BZ #16153]
36650         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
36651         terminating NUL in key length.
36653 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36655         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
36656         Add artificial ODP entry for vDSO symbol for PPC64.
36657         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
36658         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
36660 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
36662         [BZ #15374]
36663         * nss/getent.c (services_keys): Recognize services starting with digit.
36665 2013-11-06  David S. Miller  <davem@davemloft.net>
36667         [BZ #15985]
36668         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
36669         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
36671 2013-11-06  Will Newton  <will.newton@linaro.org>
36673         * manual/memory.texi (Malloc Examples): Remove register
36674         keyword from examples.
36676 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
36678         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
36680 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
36682         [BZ #6981]
36683         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
36684         depending on [__GCC_IEC_559 > 0].
36685         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
36686         depending on [__GCC_IEC_559_COMPLEX > 0].
36688 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
36690         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
36691         to iso-639.def.
36693 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
36695         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
36697 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
36699         [BZ #16112]
36700         * malloc/malloc (malloc_info): Do not handle first bin as
36701         special case.
36703 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
36705         * locale/iso-639.def: Add Central Nahuatl (nhn).
36707 2013-11-01  Bruno Haible  <bruno@clisp.org>
36709         [BZ #7003]
36710         * manual/math.texi (BSD Random): Specify range upper bound as
36711         in POSIX.
36713 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
36715         * locale/iso-639.def: Add Meadow Mari (mhr).
36717 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
36719         [BZ #14752], [BZ #15763]
36720         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
36721         Validate name.
36722         * rt/tst_shm.c: Add test for escaping directory.
36724 2013-10-31  Andreas Schwab  <schwab@suse.de>
36726         [BZ #15917]
36727         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
36728         followed by 'x' as part of digit sequence.
36729         * stdio-common/tst-sscanf.c (double_tests2): New tests.
36731 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
36733         [BZ #16037]
36734         * configure.ac: allow GNU Make 4.0 and greater.
36735         * configure: Regenerated.
36737 2013-10-30  Will Newton  <will.newton@linaro.org>
36739         [BZ #16038]
36740         * malloc/hooks.c (memalign_check): Limit alignment to the
36741         maximum representable power of two.
36742         * malloc/malloc.c (__libc_memalign): Likewise.
36743         * malloc/tst-memalign.c (do_test): Add test for very
36744         large alignment values.
36745         * malloc/tst-posix_memalign.c (do_test): Likewise.
36747 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
36749         [BZ #11087]
36750         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
36751         (munmap_chunk): Likewise.
36752         (mremap_chunk): Likewise.
36754 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
36756         [BZ #15799]
36757         * stdlib/div.c (div): Remove obsolete code.
36758         * stdlib/ldiv.c (ldiv): Likewise.
36759         * stdlib/lldiv.c (lldiv): Likewise.
36761 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
36763         [BZ #16071]
36764         * nss/nss_files/files-XXX.c (get_contents_ret): New
36765         enumerator.
36766         (get_contents): New function.
36767         (internal_getent): Use it.  Expand size of LINEBUFLEN.
36769 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
36771         * configure.in: Moved to ...
36772         * configure.ac: ... here. Change reference to configure.in
36773         to configure.ac.
36774         * sysdeps/arm/preconfigure.ac: ... here.
36775         configure.in to configure.ac.
36776         * sysdeps/gnu/configure.in: Moved to ...
36777         * sysdeps/gnu/configure.ac: ... here.
36778         * sysdeps/i386/configure.in: Moved to ...
36779         * sysdeps/i386/configure.ac: ... here.
36780         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
36781         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
36782         * sysdeps/mach/configure.in: Moved to ...
36783         * sysdeps/mach/configure.ac: ... here.
36784         * sysdeps/mach/hurd/configure.in: Moved to ...
36785         * sysdeps/mach/hurd/configure.ac: ... here.
36786         * sysdeps/powerpc/configure.in: Moved to ...
36787         * sysdeps/powerpc/configure.ac: ... here.
36788         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
36789         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
36790         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
36791         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
36792         * sysdeps/s390/s390-32/configure.in: Moved to ...
36793         * sysdeps/s390/s390-32/configure.ac: ... here.
36794         * sysdeps/s390/s390-64/configure.in: Moved to ...
36795         * sysdeps/s390/s390-64/configure.ac: ... here.
36796         * sysdeps/sh/configure.in: Moved to ...
36797         * sysdeps/sh/configure.ac: ... here.
36798         * sysdeps/sparc/configure.in: Moved to ...
36799         * sysdeps/sparc/configure.ac: ... here.
36800         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
36801         * sysdeps/unix/sysv/linux/configure.ac: ... here.
36802         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
36803         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
36804         * sysdeps/x86_64/configure.in: Moved to ...
36805         * sysdeps/x86_64/configure.ac: ... here.
36806         * sysdeps/x86_64/preconfigure.in: Moved to ...
36807         * sysdeps/x86_64/preconfigure.ac: ... here.
36808         * aclocal.m4: Change reference to configure.in to configure.ac.
36809         * config.h.in: Likewise.
36810         * manual/install.texi: Likewise.
36811         * manual/maint.texi: Likewise.
36812         * Makefile: Likewise.
36813         * malloc/Makefile: Likewise.
36814         * nscd/Makefile: Likewise.
36815         * Makeconfig: Change reference to configure.in and
36816         preconfigure.in to configure.ac and preconfigure.ac
36817         respectively.
36818         * INSTALL: Regenerated.
36819         * configure: Likewise.
36820         * sysdeps/gnu/configure: Likewise.
36821         * sysdeps/i386/configure: Likewise.
36822         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
36823         * sysdeps/mach/configure: Likewise.
36824         * sysdeps/mach/hurd/configure: Likewise.
36825         * sysdeps/powerpc/configure: Likewise.
36826         * sysdeps/powerpc/powerpc32/configure: Likewise.
36827         * sysdeps/powerpc/powerpc64/configure: Likewise.
36828         * sysdeps/s390/s390-32/configure: Likewise.
36829         * sysdeps/s390/s390-64/configure: Likewise.
36830         * sysdeps/sh/configure: Likewise.
36831         * sysdeps/sparc/configure: Likewise.
36832         * sysdeps/unix/sysv/linux/configure: Likewise.
36833         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
36834         * sysdeps/x86_64/configure: Likewise.
36835         * sysdeps/x86_64/preconfigure: Likewise.
36837 2013-10-29  Andreas Schwab  <schwab@suse.de>
36839         * stdio-common/Makefile (tst-swscanf-ENV): Define.
36841 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36843         * benchtests/pow-inputs: Add new inputs.
36845         * benchtests/exp-inputs: Add new inputs.
36847         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
36848         conditional check for return value.
36849         (__cos32): Likewise.
36851 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36853         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
36854         to provide a boost for large inputs with word alignment.
36855         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
36856         implementation based on optimized PPC64 strcpy.
36857         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
36858         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
36859         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
36860         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
36862 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
36864         [BZ #2801]
36865         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
36867 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
36869         [BZ #14876]
36870         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
36871         * time/tst-strptime.c (day_tests): Add testcase.
36873 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
36875         [BZ #14029]
36876         * manual/pattern.texi: Acknowledge that fnmatch can fail.
36878 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
36880         [BZ #16074]
36881         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
36882         MAP_FAILED on error.
36884 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36886         [BZ #16072]
36887         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
36888         heap for large requests.
36890 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
36892         [BZ #9954]
36893         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
36894         result if the result has no associated interface.
36895         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
36896         interface for all 127.X.Y.Z addresses.
36898 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
36900         * locale/iso-639.def: Add Ligurian (lij)
36902 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
36904         [BZ #15825]
36905         * sunrpc/rpc_main.c: Document rpcgen -5.
36907 2013-10-19  Michael Stahl  <mstahl@redhat.com>
36909         * elf/rtld.c (do_preload): Print the reason why preloading failed.
36911 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
36913         [BZ #10278]
36914         * posix/glob.c: Match only directories when trailing slash is present.
36915         * posix/tst-gnuglob.c (my_opendir): Do not open files.
36916         (main): Add testcase.
36918 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
36920         [BZ #15670]
36921         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
36923 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
36925         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
36926         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
36927         AUTH_DES and cindex for FIPS 140-2.
36928         (DES Encryption): Add cindex FIPS 46-3.
36930         * locale/locarchive.h (struct locarhandle): Add fname.
36931         * locale/programs/localedef.c (main): Pass ARGV[remaining]
36932         if an optional argument was specified to --list-archive,
36933         otherwise NULL.
36934         * locale/programs/locarchive.c (show_archive_content): Take new
36935         argument fname and pass it via ah.fname to open_archive.
36936         * locale/programs/localedef.h: Update decl.
36937         (open_archive): If AH->fname is non-null, open that file
36938         rather than the default file name, and don't ignore ENOENT.
36939         (create_archive): Set AH.fname to NULL.
36940         (delete_locales_from_archive): Likewise.
36941         (add_locales_to_archive): Likewise.
36942         * locale/programs/locfile.c (write_all_categories): Likewise.
36944 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
36945             Aldy Hernandez  <aldyh@redhat.com>
36947         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
36948         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
36949         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
36950         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
36951         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
36952         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
36953         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
36954         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
36955         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
36956         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
36957         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
36958         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
36959         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
36960         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
36961         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
36962         Likewise.
36963         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
36964         Likewise.
36965         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
36966         Likewise.
36967         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
36968         Likewise.
36969         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
36970         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
36971         Likewise.
36972         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
36973         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
36974         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
36975         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
36976         Likewise.
36977         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
36978         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
36979         * sysdeps/powerpc/preconfigure: Likewise.
36980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
36981         Likewise.
36982         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
36983         Replace contents of file by #include of <fenv_libc.h>.
36984         * sysdeps/powerpc/soft-fp/sfp-machine.h
36985         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
36986         and <sys/prctl.h>.
36987         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
36988         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
36989         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
36990         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
36991         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
36992         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
36993         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
36994         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
36995         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
36996         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
36997         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
36998         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
36999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
37000         Allow copysignl PLT reference to be missing.
37002 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
37003             Joseph Myers  <joseph@codesourcery.com
37005         [BZ #15948]
37006         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
37007         single character.
37008         (add_to_tablewc): Assert sequence of wide characters is nonempty.
37010 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37012         * elf/tst-tls-dlinfo.c: Don't include tls.h.
37013         * elf/tst-tls1.c: Likewise.
37014         * elf/tst-tls10.h: Likewise.
37015         * elf/tst-tls14.c: Likewise.
37016         * elf/tst-tls2.c: Likewise.
37017         * elf/tst-tls3.c: Likewise.
37018         * elf/tst-tls4.c: Likewise.
37019         * elf/tst-tls5.c: Likewise.
37020         * elf/tst-tls6.c: Likewise.
37021         * elf/tst-tls7.c: Likewise.
37022         * elf/tst-tls8.c: Likewise.
37023         * elf/tst-tls9.c: Likewise.
37024         * elf/tst-tlsmod1.c: Likewise.
37025         * elf/tst-tlsmod13.c: Likewise.
37026         * elf/tst-tlsmod13a.c: Likewise.
37027         * elf/tst-tlsmod14a.c: Likewise.
37028         * elf/tst-tlsmod16a.c: Likewise.
37029         * elf/tst-tlsmod16b.c: Likewise.
37030         * elf/tst-tlsmod2.c: Likewise.
37031         * elf/tst-tlsmod3.c: Likewise.
37032         * elf/tst-tlsmod4.c: Likewise.
37033         * elf/tst-tlsmod5.c: Likewise.
37034         * elf/tst-tlsmod6.c: Likewise.
37036 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
37038         [BZ #12486]
37039         * malloc/malloc.c: remove checks for statistics.
37041 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
37043         [BZ #15277]
37044         * inet/inet_net.c (inet_network): Detect additional invalid strings.
37045         * inet/tst-network.c: Add testcase.
37047 2013-10-17  Andreas Schwab  <schwab@suse.de>
37049         [BZ #15218]
37050         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
37051         to determine canonical name.
37053 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
37055         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
37056         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
37057         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
37058         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
37059         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
37060         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
37061         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
37062         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
37063         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
37064         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
37065         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
37066         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
37067         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
37068         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
37069         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
37070         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
37071         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
37072         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
37073         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
37074         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
37075         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
37076         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
37077         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
37078         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
37079         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
37080         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
37081         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
37082         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
37083         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
37084         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
37085         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
37086         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
37087         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
37088         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
37089         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
37090         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
37091         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
37092         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
37093         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
37094         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
37095         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
37096         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
37097         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
37098         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
37099         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
37100         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
37101         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
37102         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
37103         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
37104         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
37105         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
37106         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
37107         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
37108         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
37109         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
37110         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
37111         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
37112         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
37114 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
37116         [BZ #16041]
37117         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
37118         make result into a quiet NaN.
37120 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
37122         * soft-fp/adddf3.c: Fix horizontal whitespace.
37123         * soft-fp/addsf3.c: Likewise.
37124         * soft-fp/addtf3.c: Likewise.
37125         * soft-fp/divdf3.c: Likewise.
37126         * soft-fp/divsf3.c: Likewise.
37127         * soft-fp/divtf3.c: Likewise.
37128         * soft-fp/double.h: Likewise.
37129         * soft-fp/eqdf2.c: Likewise.
37130         * soft-fp/eqsf2.c: Likewise.
37131         * soft-fp/eqtf2.c: Likewise.
37132         * soft-fp/extenddftf2.c: Likewise.
37133         * soft-fp/extended.h: Likewise.
37134         * soft-fp/extendsfdf2.c: Likewise.
37135         * soft-fp/extendsftf2.c: Likewise.
37136         * soft-fp/extendxftf2.c: Likewise.
37137         * soft-fp/fixdfdi.c: Likewise.
37138         * soft-fp/fixdfsi.c: Likewise.
37139         * soft-fp/fixdfti.c: Likewise.
37140         * soft-fp/fixsfdi.c: Likewise.
37141         * soft-fp/fixsfsi.c: Likewise.
37142         * soft-fp/fixsfti.c: Likewise.
37143         * soft-fp/fixtfdi.c: Likewise.
37144         * soft-fp/fixtfsi.c: Likewise.
37145         * soft-fp/fixtfti.c: Likewise.
37146         * soft-fp/fixunsdfdi.c: Likewise.
37147         * soft-fp/fixunsdfsi.c: Likewise.
37148         * soft-fp/fixunsdfti.c: Likewise.
37149         * soft-fp/fixunssfdi.c: Likewise.
37150         * soft-fp/fixunssfsi.c: Likewise.
37151         * soft-fp/fixunssfti.c: Likewise.
37152         * soft-fp/fixunstfdi.c: Likewise.
37153         * soft-fp/fixunstfsi.c: Likewise.
37154         * soft-fp/fixunstfti.c: Likewise.
37155         * soft-fp/floatdidf.c: Likewise.
37156         * soft-fp/floatdisf.c: Likewise.
37157         * soft-fp/floatditf.c: Likewise.
37158         * soft-fp/floatsidf.c: Likewise.
37159         * soft-fp/floatsisf.c: Likewise.
37160         * soft-fp/floatsitf.c: Likewise.
37161         * soft-fp/floattidf.c: Likewise.
37162         * soft-fp/floattisf.c: Likewise.
37163         * soft-fp/floattitf.c: Likewise.
37164         * soft-fp/floatundidf.c: Likewise.
37165         * soft-fp/floatundisf.c: Likewise.
37166         * soft-fp/floatunditf.c: Likewise.
37167         * soft-fp/floatunsidf.c: Likewise.
37168         * soft-fp/floatunsisf.c: Likewise.
37169         * soft-fp/floatunsitf.c: Likewise.
37170         * soft-fp/floatuntidf.c: Likewise.
37171         * soft-fp/floatuntisf.c: Likewise.
37172         * soft-fp/floatuntitf.c: Likewise.
37173         * soft-fp/fmadf4.c: Likewise.
37174         * soft-fp/fmasf4.c: Likewise.
37175         * soft-fp/fmatf4.c: Likewise.
37176         * soft-fp/gedf2.c: Likewise.
37177         * soft-fp/gesf2.c: Likewise.
37178         * soft-fp/getf2.c: Likewise.
37179         * soft-fp/ledf2.c: Likewise.
37180         * soft-fp/lesf2.c: Likewise.
37181         * soft-fp/letf2.c: Likewise.
37182         * soft-fp/muldf3.c: Likewise.
37183         * soft-fp/mulsf3.c: Likewise.
37184         * soft-fp/multf3.c: Likewise.
37185         * soft-fp/negdf2.c: Likewise.
37186         * soft-fp/negsf2.c: Likewise.
37187         * soft-fp/negtf2.c: Likewise.
37188         * soft-fp/op-1.h: Likewise.
37189         * soft-fp/op-2.h: Likewise.
37190         * soft-fp/op-4.h: Likewise.
37191         * soft-fp/op-8.h: Likewise.
37192         * soft-fp/op-common.h: Likewise.
37193         * soft-fp/quad.h: Likewise.
37194         * soft-fp/single.h: Likewise.
37195         * soft-fp/soft-fp.h: Likewise.
37196         * soft-fp/sqrtdf2.c: Likewise.
37197         * soft-fp/sqrtsf2.c: Likewise.
37198         * soft-fp/sqrttf2.c: Likewise.
37199         * soft-fp/subdf3.c: Likewise.
37200         * soft-fp/subsf3.c: Likewise.
37201         * soft-fp/subtf3.c: Likewise.
37202         * soft-fp/truncdfsf2.c: Likewise.
37203         * soft-fp/trunctfdf2.c: Likewise.
37204         * soft-fp/trunctfsf2.c: Likewise.
37205         * soft-fp/trunctfxf2.c: Likewise.
37206         * soft-fp/unorddf2.c: Likewise.
37207         * soft-fp/unordsf2.c: Likewise.
37208         * soft-fp/unordtf2.c: Likewise.
37210 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
37212         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
37213         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
37215 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
37217         * elf/dl-libc.c: Clear initfini list after freeing.
37219 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
37221         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
37222         * soft-fp/addsf3.c: Likewise.
37223         * soft-fp/addtf3.c: Likewise.
37224         * soft-fp/divdf3.c: Likewise.
37225         * soft-fp/divsf3.c: Likewise.
37226         * soft-fp/divtf3.c: Likewise.
37227         * soft-fp/double.h: Likewise.
37228         * soft-fp/eqdf2.c: Likewise.
37229         * soft-fp/eqsf2.c: Likewise.
37230         * soft-fp/eqtf2.c: Likewise.
37231         * soft-fp/extenddftf2.c: Likewise.
37232         * soft-fp/extended.h: Likewise.
37233         * soft-fp/extendsfdf2.c: Likewise.
37234         * soft-fp/extendsftf2.c: Likewise.
37235         * soft-fp/extendxftf2.c: Likewise.
37236         * soft-fp/fixdfdi.c: Likewise.
37237         * soft-fp/fixdfsi.c: Likewise.
37238         * soft-fp/fixdfti.c: Likewise.
37239         * soft-fp/fixsfdi.c: Likewise.
37240         * soft-fp/fixsfsi.c: Likewise.
37241         * soft-fp/fixsfti.c: Likewise.
37242         * soft-fp/fixtfdi.c: Likewise.
37243         * soft-fp/fixtfsi.c: Likewise.
37244         * soft-fp/fixtfti.c: Likewise.
37245         * soft-fp/fixunsdfdi.c: Likewise.
37246         * soft-fp/fixunsdfsi.c: Likewise.
37247         * soft-fp/fixunsdfti.c: Likewise.
37248         * soft-fp/fixunssfdi.c: Likewise.
37249         * soft-fp/fixunssfsi.c: Likewise.
37250         * soft-fp/fixunssfti.c: Likewise.
37251         * soft-fp/fixunstfdi.c: Likewise.
37252         * soft-fp/fixunstfsi.c: Likewise.
37253         * soft-fp/fixunstfti.c: Likewise.
37254         * soft-fp/floatdidf.c: Likewise.
37255         * soft-fp/floatdisf.c: Likewise.
37256         * soft-fp/floatditf.c: Likewise.
37257         * soft-fp/floatsidf.c: Likewise.
37258         * soft-fp/floatsisf.c: Likewise.
37259         * soft-fp/floatsitf.c: Likewise.
37260         * soft-fp/floattidf.c: Likewise.
37261         * soft-fp/floattisf.c: Likewise.
37262         * soft-fp/floattitf.c: Likewise.
37263         * soft-fp/floatundidf.c: Likewise.
37264         * soft-fp/floatundisf.c: Likewise.
37265         * soft-fp/floatunsidf.c: Likewise.
37266         * soft-fp/floatunsisf.c: Likewise.
37267         * soft-fp/floatuntidf.c: Likewise.
37268         * soft-fp/floatuntisf.c: Likewise.
37269         * soft-fp/floatuntitf.c: Likewise.
37270         * soft-fp/fmadf4.c: Likewise.
37271         * soft-fp/fmasf4.c: Likewise.
37272         * soft-fp/fmatf4.c: Likewise.
37273         * soft-fp/gedf2.c: Likewise.
37274         * soft-fp/gesf2.c: Likewise.
37275         * soft-fp/getf2.c: Likewise.
37276         * soft-fp/ledf2.c: Likewise.
37277         * soft-fp/lesf2.c: Likewise.
37278         * soft-fp/letf2.c: Likewise.
37279         * soft-fp/muldf3.c: Likewise.
37280         * soft-fp/mulsf3.c: Likewise.
37281         * soft-fp/multf3.c: Likewise.
37282         * soft-fp/negdf2.c: Likewise.
37283         * soft-fp/negsf2.c: Likewise.
37284         * soft-fp/negtf2.c: Likewise.
37285         * soft-fp/op-1.h: Likewise.
37286         * soft-fp/op-2.h: Likewise.
37287         * soft-fp/op-4.h: Likewise.
37288         * soft-fp/op-8.h: Likewise.
37289         * soft-fp/op-common.h: Likewise.
37290         * soft-fp/quad.h: Likewise.
37291         * soft-fp/single.h: Likewise.
37292         * soft-fp/soft-fp.h: Likewise.
37293         * soft-fp/sqrtdf2.c: Likewise.
37294         * soft-fp/sqrtsf2.c: Likewise.
37295         * soft-fp/sqrttf2.c: Likewise.
37296         * soft-fp/subdf3.c: Likewise.
37297         * soft-fp/subsf3.c: Likewise.
37298         * soft-fp/subtf3.c: Likewise.
37299         * soft-fp/truncdfsf2.c: Likewise.
37300         * soft-fp/trunctfdf2.c: Likewise.
37301         * soft-fp/trunctfsf2.c: Likewise.
37302         * soft-fp/trunctfxf2.c: Likewise.
37303         * soft-fp/unorddf2.c: Likewise.
37304         * soft-fp/unordsf2.c: Likewise.
37305         * soft-fp/unordtf2.c: Likewise.
37307 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
37309         [BZ #15672]
37310         * misc/error.c (error_tail): Fix possible buffer overflow.
37312 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
37314         [BZ #13028]
37315         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
37316         address.
37318 2013-10-14  P. J. McDermott  <pj@pehjota.net>
37320         [BZ #832]
37321         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
37322         testing pipefail option.
37324 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
37326         * soft-fp/double.h: Indent preprocessor directives inside #if.
37327         * soft-fp/extended.h: Likewise.
37328         * soft-fp/op-2.h: Likewise.
37329         * soft-fp/op-4.h: Likewise.
37330         * soft-fp/op-common.h: Likewise.
37331         * soft-fp/quad.h: Likewise.
37332         * soft-fp/single.h: Likewise.
37333         * soft-fp/soft-fp.h: Likewise.
37335 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
37337         * iconv/iconv_prog.c: Fix typos.
37338         * stdio-common/psiginfo-data.h: Likewise.
37340 2013-10-12   Reuben Thomas <rrt@sc3d.org>
37342         [BZ #15764]
37343         * locale/setlocale.c: Fix typo.
37345 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
37347         [BZ #16036]
37348         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
37349         signaling NaN arguments.
37350         * soft-fp/unordsf2.c (__unordsf2): Likewise.
37351         * soft-fp/unordtf2.c (__unordtf2): Likewise.
37353         [BZ #14910]
37354         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
37355         unordered operands.
37356         * soft-fp/gesf2.c (__gesf2): Likewise.
37357         * soft-fp/getf2.c (__getf2): Likewise.
37358         * soft-fp/ledf2.c (__ledf2): Likewise.
37359         * soft-fp/lesf2.c (__lesf2): Likewise.
37360         * soft-fp/letf2.c (__letf2): Likewise.
37362         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
37363         * soft-fp/eqsf2.c (__eqsf2): Likewise.
37364         * soft-fp/eqtf2.c (__eqtf2): Likewise.
37365         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
37366         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
37367         * soft-fp/fixdfti.c (__fixdfti): Likewise.
37368         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
37369         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
37370         * soft-fp/fixsfti.c (__fixsfti): Likewise.
37371         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
37372         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
37373         * soft-fp/fixtfti.c (__fixtfti): Likewise.
37374         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
37375         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
37376         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
37377         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
37378         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
37379         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
37380         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
37381         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
37382         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
37383         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
37384         * soft-fp/floatdisf.c (__floatdisf): Likewise.
37385         * soft-fp/floatsisf.c (__floatsisf): Likewise.
37386         * soft-fp/floattidf.c (__floattidf): Likewise.
37387         * soft-fp/floattisf.c (__floattisf): Likewise.
37388         * soft-fp/floattitf.c (__floattitf): Likewise.
37389         * soft-fp/floatundidf.c (__floatundidf): Likewise.
37390         * soft-fp/floatundisf.c (__floatundisf): Likewise.
37391         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
37392         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
37393         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
37394         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
37395         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
37396         * soft-fp/gesf2.c (__gesf2): Likewise.
37397         * soft-fp/getf2.c (__getf2): Likewise.
37398         * soft-fp/ledf2.c (__ledf2): Likewise.
37399         * soft-fp/lesf2.c (__lesf2): Likewise.
37400         * soft-fp/letf2.c (__letf2): Likewise.
37402         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
37403         Undefine and redefine.
37404         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
37405         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
37406         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
37407         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
37408         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37409         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
37410         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37411         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
37412         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37413         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
37414         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37415         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
37416         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37417         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
37418         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
37420         [BZ #16032]
37421         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
37422         without decrementing exponent if mantissa >= that for the
37423         denominator, not >.
37424         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
37425         denominator, not >.  Decrement exponent in < case instead of
37426         incrementing in >= case.
37427         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
37428         without decrementing exponent if mantissa >= that for the
37429         denominator, not >.
37431         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
37432         computing saturated result for unsigned overflow.
37434 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
37435             Jeff Law  <law@redhat.com>
37437         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
37438         (atan2Mp): Add systemtap probe marker.
37439         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
37440         (__ieee754_log): Add systemtap probe marker.
37441         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
37442         (atanMp): Add systemtap probe marker.
37443         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
37444         (tanMp): Add systemtap probe marker.
37445         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
37446         (__slowexp): Add systemtap probe marker.
37447         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
37448         (__slowpow): Add systemtap probe marker.
37449         * manual/probes.texi: Document probes.
37451 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
37453         [BZ #15362]
37454         * libio/fileops.c (_IO_new_file_write): Return count of bytes
37455         written.
37456         (_IO_new_file_xsputn): Don't return EOF if nothing has been
37457         written.
37458         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
37459         written to buffer but not flushed.
37460         * libio/iofwrite_u.c:  Likewise.
37461         * libio/iopadn.c:  Return bytes returned even if EOF was
37462         encountered.
37463         * libio/iowpadn.c:  Likewise.
37464         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
37465         if _IO_padn does not write the whole buffer.
37466         [!COMPILE_WPRINTF] (PAD): Likewise.
37468 2013-10-10  David S. Miller  <davem@davemloft.net>
37470         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
37471         directory block.
37473 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
37475         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
37476         instead of FSF address.
37477         * soft-fp/fixdfti.c: Likewise.
37478         * soft-fp/fixsfti.c: Likewise.
37479         * soft-fp/fixtfti.c: Likewise.
37480         * soft-fp/fixunsdfti.c: Likewise.
37481         * soft-fp/fixunssfti.c: Likewise.
37482         * soft-fp/fixunstfti.c: Likewise.
37483         * soft-fp/floattidf.c: Likewise.
37484         * soft-fp/floattisf.c: Likewise.
37485         * soft-fp/floattitf.c: Likewise.
37486         * soft-fp/floatuntidf.c: Likewise.
37487         * soft-fp/floatuntisf.c: Likewise.
37488         * soft-fp/floatuntitf.c: Likewise.
37489         * soft-fp/trunctfxf2.c: Likewise.
37491         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
37492         * soft-fp/fixdfti.c: Likewise.
37493         * soft-fp/fixsfti.c: Likewise.
37494         * soft-fp/fixtfti.c: Likewise.
37495         * soft-fp/fixunsdfti.c: Likewise.
37496         * soft-fp/fixunssfti.c: Likewise.
37497         * soft-fp/fixunstfti.c: Likewise.
37498         * soft-fp/floattidf.c: Likewise.
37499         * soft-fp/floattisf.c: Likewise.
37500         * soft-fp/floattitf.c: Likewise.
37501         * soft-fp/floatuntidf.c: Likewise.
37502         * soft-fp/floatuntisf.c: Likewise.
37503         * soft-fp/floatuntitf.c: Likewise.
37504         * soft-fp/trunctfxf2.c: Likewise.
37506 2013-10-10  David S. Miller  <davem@davemloft.net>
37508         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37510 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
37512         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
37513         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
37514         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
37515         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
37516         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
37517         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
37518         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
37520         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
37521         for NaNs before doing comparisons on argument.
37522         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
37523         Likewise.
37525 2013-10-10  Will Newton  <will.newton@linaro.org>
37527         * malloc/hooks.c (memalign_check): Ensure the value of bytes
37528         passed to _int_memalign does not overflow.
37530 2013-10-10  Torvald Riegel  <triegel@redhat.com>
37532         * scripts/bench.pl: Add include-sources directive.
37533         * benchtests/README: Update documentation.
37535 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
37537         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
37538         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
37539         instead of FP_INIT_ROUNDMODE.
37540         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
37541         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
37543         [BZ #16034]
37544         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
37545         copy class of input value.
37546         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
37547         not handle exceptions.
37548         * soft-fp/negsf2.c (__negsf2): Likewise.
37549         * soft-fp/negtf2.c (__negtf2): Likewise.
37550         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
37552 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
37554         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
37555         semicolon.  From Linux kernel.
37557 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
37559         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
37561 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
37563         [BZ #156]
37564         * manual/socket.texi: Added statement about buffer
37565         for gethostbyname2_r.
37567 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
37569         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
37570         Use .p2align directive instead, throughout.
37571         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
37572         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
37573         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
37574         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
37575         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
37576         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
37577         * sysdeps/x86_64/strchr.S: Likewise.
37578         * sysdeps/x86_64/strrchr.S: Likewise.
37580 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
37582         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
37584         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
37586         * sysdeps/generic/math_private.h (__mpsin1): Remove
37587         declaration.
37588         (__mpcos1): Likewise.
37589         (__mpsin): New argument __range_reduce.
37590         (__mpcos): Likewise.
37591         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
37592         (slow): Use __mpsin and __mpcos.
37593         (slow1): Likewise.
37594         (slow2): Likewise.
37595         (sloww): Likewise.
37596         (sloww1): Likewise.
37597         (sloww2): Likewise.
37598         (bsloww): Likewise.
37599         (bsloww1): Likewise.
37600         (bsloww2): Likewise.
37601         (cslow2): Likewise.
37602         (csloww): Likewise.
37603         (csloww1): Likewise.
37604         (csloww2): Likewise.
37605         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
37606         range_reduce.  Merge in __mpsin1.
37607         (__mpcos): Likewise.
37608         (__mpsin1): Remove.
37609         (__mpcos1): Likewise.
37611 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
37613         * locale/loadlocale.c (_nl_intern_locale_data): Use
37614         LOCFILE_ALIGNED_P.
37615         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
37616         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
37617         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
37618         obstack data is appropriately aligned.
37619         (obstack_int32_grow_fast): Likewise.
37620         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
37621         * locale/programs/locfile.c (add_locale_uint32): Likewise.
37622         (add_locale_uint32_array): Likewise.
37624 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
37626         * benchtests/Makefile: Remove ARGLIST and RET variables.
37627         ($(objpfx)bench-%.c): Pass only function name to the script.
37628         * benchtests/README: Update documentation.
37629         * benchtests/acos-inputs: Add new directives.
37630         * benchtests/acosh-inputs: Likewise.
37631         * benchtests/asin-inputs: Likewise.
37632         * benchtests/asinh-inputs: Likewise.
37633         * benchtests/atan-inputs: Likewise.
37634         * benchtests/atanh-inputs: Likewise.
37635         * benchtests/cos-inputs: Likewise.
37636         * benchtests/cosh-inputs: Likewise.
37637         * benchtests/exp-inputs: Likewise.
37638         * benchtests/log-inputs: Likewise.
37639         * benchtests/pow-inputs: Likewise.
37640         * benchtests/rint-inputs: Likewise.
37641         * benchtests/sin-inputs: Likewise.
37642         * benchtests/sinh-inputs: Likewise.
37643         * benchtests/tan-inputs: Likewise.
37644         * benchtests/tanh-inputs: Likewise.
37645         * scripts/bench.pl: Add support for new directives.
37647 2013-10-07  Alan Modra  <amodra@gmail.com>
37649         * README: Fix careless merge.
37651 2013-10-05  Alan Modra  <amodra@gmail.com>
37653         * NEWS: Mention powerpc64le support and bugs fixed.
37654         * README: Both big-endian and little-endian powerpc64 supported.
37656 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37658         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
37659         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
37660         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
37661         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
37663 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
37665         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
37666         match prototype.
37668 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
37670         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
37671         Move -mhard-float appending from
37672         ports/sysdeps/powerpc/powerpc32/Makefile.
37673         [$(with-fp) = yes] (ASFLAGS): Likewise.
37674         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
37675         * sysdeps/powerpc/nofpu: Move directory from
37676         ports/sysdeps/powerpc/nofpu.
37677         * sysdeps/powerpc/soft-fp: Move directory from
37678         ports/sysdeps/powerpc/soft-fp.
37679         * sysdeps/powerpc/powerpc32/405: Move directory from
37680         ports/sysdeps/powerpc/powerpc32/405.
37681         * sysdeps/powerpc/powerpc32/440: Move directory from
37682         ports/sysdeps/powerpc/powerpc32/440.
37683         * sysdeps/powerpc/powerpc32/464: Move directory from
37684         ports/sysdeps/powerpc/powerpc32/464.
37685         * sysdeps/powerpc/powerpc32/476: Move directory from
37686         ports/sysdeps/powerpc/powerpc32/476.
37687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
37688         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
37689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
37690         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
37691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
37692         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
37693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
37694         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
37695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
37696         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
37697         * README: Update for powerpc-*-linux-gnu software floating point
37698         support in libc.
37700         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
37701         case to powerpc/powerpc32*.
37702         * sysdeps/unix/sysv/linux/configure: Regenerated.
37704         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
37705         (_FPU_MASK_OM): Define as 0x04.
37706         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
37707         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
37708         0x00c10080.
37709         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
37710         0x0000003c.
37711         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
37713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
37714         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
37715         getcontext_e500.
37716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
37717         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
37718         setcontext_e500.
37719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
37720         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
37721         and setcontext_e500.
37723 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
37725         * locale/iso-3166.def: Update iso-1366.def and related occurrences
37727 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37729         * manual/threads.texi (Default Thread Attributes): Fix typo.
37731 2013-10-04  Will Newton  <will.newton@linaro.org>
37733         * malloc/Makefile: Add tst-memalign.
37734         * malloc/tst-memalign.c: New file.
37736         * malloc/tst-posix_memalign.c: Add comments.
37737         (do_test): Add comments and call free on all potentially
37738         allocated pointers. Add space after cast.
37740         * malloc/tst-pvalloc.c: Add comments.
37741         (do_test): Add comments and call free on all potentially
37742         allocated pointers. Remove duplicate check for NULL pointer.
37743         Add space after cast.
37745         * malloc/tst-valloc.c: Add comments.
37746         (do_test): Add comments and call free on all potentially
37747         allocated pointers. Remove duplicate check for NULL pointer.
37748         Add space after cast.
37750 2013-10-04  Alan Modra  <amodra@gmail.com>
37752         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
37753         Use stdint types in rather than __attribute__((mode())).
37754         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
37756 2013-10-04  Alan Modra  <amodra@gmail.com>
37758         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
37759         Correct handling of unaligned relocs for little-endian.
37760         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
37762 2013-10-04  Alan Modra  <amodra@gmail.com>
37764         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
37765         * configure: Regenerate.
37766         * nptl/shlib-versions: Powerpc*le starts at 2.18.
37767         * shlib-versions: Likewise.
37769 2013-10-04  Alan Modra  <amodra@gmail.com>
37771         * string/tester.c (test_memrchr): Increment reported test cycle.
37773 2013-10-04  Alan Modra  <amodra@gmail.com>
37775         * string/test-memcpy.c (do_one_test): When reporting errors, print
37776         string address and don't overrun end of string.
37778 2013-10-04  Alan Modra  <amodra@gmail.com>
37780         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
37781         insrdi.  Make better use of reg selection to speed exit slightly.
37782         Schedule entry path a little better.  Remove useless "are we done"
37783         checks on entry to main loop.  Handle wrapping around zero address.
37784         Correct main loop count.  Handle single left-over word from main
37785         loop inline rather than by using loop_small.  Remove extra word
37786         case in loop_small caused by wrong loop count.  Add little-endian
37787         support.
37788         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
37789         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
37790         cache hint.
37791         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
37792         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
37793         support.  Avoid rlwimi.
37794         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
37796 2013-10-04  Alan Modra  <amodra@gmail.com>
37798         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
37799         insrdi.  Formatting.
37800         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
37801         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
37802         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
37803         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
37804         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
37805         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
37807 2013-10-04  Alan Modra  <amodra@gmail.com>
37809         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
37810         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
37811         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
37812         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
37813         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
37814         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
37815         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
37816         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
37817         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
37818         use of regs.  Use power7 mtocrf.  Tidy function tails.
37820 2013-10-04  Alan Modra  <amodra@gmail.com>
37822         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
37823         Formatting.  Consistently use rXXX register defines or rN defines.
37824         Use early exit labels that avoid restoring unused non-volatile regs.
37825         Make cr field use more consistent with rWORDn compares.  Rename
37826         regs used as shift registers for unaligned loop, using rN defines
37827         for short lifetime/multiple use regs.
37828         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
37829         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
37830         addi 1,1,64 to pop stack frame.  Simplify return value code.
37831         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
37833 2013-10-04  Alan Modra  <amodra@gmail.com>
37835         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
37836         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
37837         rather than rlwimi.
37838         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
37839         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
37840         little-endian support.  Correct typos.
37841         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
37842         rather than rlwimi.
37843         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
37844         in loop and entry code to keep "and." results.
37845         (strchr): Add little-endian support.  Comment.  Move cntlzd
37846         earlier in tail.
37847         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
37849 2013-10-04  Alan Modra  <amodra@gmail.com>
37851         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
37852         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
37853         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
37854         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
37856 2013-10-04  Alan Modra  <amodra@gmail.com>
37858         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
37859         (rTMP): Define as r11.
37860         (strcmp): Add little-endian support.  Optimise tail.
37861         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
37862         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
37863         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
37864         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
37865         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
37866         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
37867         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
37869 2013-10-04  Alan Modra  <amodra@gmail.com>
37871         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
37872         little-endian support.  Remove unnecessary "are we done" tests.
37873         Handle "s" wrapping around zero and extremely large "size".
37874         Correct main loop count.  Handle single left-over word from main
37875         loop inline rather than by using small_loop.  Correct comments.
37876         Delete "zero" tail, use "end_max" instead.
37877         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
37879 2013-10-04  Alan Modra  <amodra@gmail.com>
37881         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
37882         support.  Don't branch over align.
37883         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
37884         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
37885         support.  Rearrange tmp reg use to suit.  Comment.
37886         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
37888 2013-10-04  Alan Modra  <amodra@gmail.com>
37890         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
37892 2013-10-04  Alan Modra  <amodra@gmail.com>
37894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
37895         conditional form of branch and link when obtaining pc.
37896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
37898 2013-10-04  Alan Modra  <amodra@gmail.com>
37900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
37901         HIWORD/LOWORD.
37902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
37903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
37905 2013-10-04  Alan Modra  <amodra@gmail.com>
37907         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
37908         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
37909         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
37910         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
37911         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
37912         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
37913         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
37914         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
37915         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
37916         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
37918 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
37919             Alistair Popple <alistair@ozlabs.au.ibm.com>
37920             Alan Modra <amodra@gmail.com>
37922         [BZ #15723]
37923         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
37924         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
37925         _dl_hwcap access for little-endian.
37926         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
37927         destroy vmx regs when saving unaligned.
37928         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
37929         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
37930         destroy vmx regs when saving unaligned.
37932 2013-10-04  Alan Modra  <amodra@gmail.com>
37934         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
37935         Don't use a union to pack hi/low value.
37937 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
37939         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
37940         for little-endian.
37941         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
37942         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
37943         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
37944         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
37945         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
37947 2013-10-04  Alan Modra  <amodra@gmail.com>
37949         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
37950         constants to usual value for .cst8 section, and remove redundant
37951         high address load.
37952         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
37953         constant for 0x1p52.  Load little-endian words of double from
37954         correct stack offsets.
37956 2013-10-04  Alan Modra  <amodra@gmail.com>
37958         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
37959         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
37960         words of double from correct stack offsets.
37961         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
37962         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
37963         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
37964         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
37965         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
37966         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
37967         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
37968         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
37969         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
37970         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
37971         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
37972         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
37973         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
37974         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
37975         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
37976         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
37977         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
37979 2013-10-04  Alan Modra  <amodra@gmail.com>
37981         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
37982         64-bit int/double union.
37983         (_FPU_SETCW): Likewise.
37984         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
37985         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
37987 2013-10-04  Alan Modra  <amodra@gmail.com>
37989         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
37990         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
37992 2013-10-04  Alan Modra  <amodra@gmail.com>
37994         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
37995         use vector int constants.
37996         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
37998 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
38000         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
38001         array with long long.
38002         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
38003         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
38004         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
38005         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
38006         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
38007         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
38008         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
38009         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
38010         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
38011         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
38012         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
38013         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
38014         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
38016 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
38018         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
38019         (__signbit): Likewise.  Correct for little-endian.
38020         (__signbitl): Call __signbit.
38021         (lrint): Correct for little-endian.
38022         (lrintf): Call lrint.
38024 2013-10-04  Alan Modra  <amodra@gmail.com>
38026         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
38027         union 32-bit int array member with 64-bit int array.
38028         (t515, tm256): Double rather than long double.
38029         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
38031 2013-10-04  Alan Modra  <amodra@gmail.com>
38033         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
38034         Delete.
38035         (IEEE854_LONG_DOUBLE_BIAS): Delete.
38036         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
38037         version of math_ldbl.h.
38039 2013-10-04  Alan Modra  <amodra@gmail.com>
38041         [BZ #15734], [BZ #15735]
38042         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
38043         all uses of ieee875 long double macros and unions.  Simplify test
38044         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
38045         ldbl_extract_mantissa value for ix,iy exponents.  Properly
38046         normalize after ldbl_extract_mantissa, and don't add hidden bit
38047         already handled.  Don't treat low word of ieee854 mantissa like
38048         low word of IBM long double and mask off bit when testing for
38049         zero.
38050         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
38051         all uses of ieee875 long double macros and unions.  Simplify tests
38052         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
38053         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
38054         two1022, instead use their values.  Recognise that tests for large
38055         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
38056         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
38057         Rewrite all uses of ieee875 long double macros and unions.  Simplify
38058         test for 0.0L and nan.  Correct negation.
38059         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
38060         ieee875 long double macros and unions.  Correct output for large
38061         magnitude x.  Correct absolute value calculation.
38062         (__erfcl): Likewise.
38063         * math/libm-test.inc: Add tests for errors discovered in IBM long
38064         double versions of fmodl, remainderl, erfl and erfcl.
38066 2013-10-04  Alan Modra  <amodra@gmail.com>
38068         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
38069         all uses of ieee854 long double macros and unions.  Simplify tests
38070         for long doubles that are fully specified by the high double.
38071         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
38072         Likewise.
38073         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
38074         Remove dead code too.
38075         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
38076         (__ieee754_ynl): Likewise.
38077         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
38078         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
38079         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
38080         Remove dead code too.
38081         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
38082         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
38083         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
38084         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
38085         Simplify.
38086         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
38087         Simplify.
38088         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
38089         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
38090         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
38091         Comment on variable precision.
38092         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
38093         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38094         Likewise.
38095         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
38096         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
38097         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
38098         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
38099         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
38101 2013-10-04  Alan Modra  <amodra@gmail.com>
38103         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
38104         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
38105         all uses of ieee854 long double macros and unions.
38106         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
38107         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38108         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
38109         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
38110         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
38111         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
38112         Likewise.
38113         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
38114         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
38115         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
38116         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
38117         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
38118         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
38119         Simplify sign and nan test too.
38120         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
38121         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
38122         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
38123         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
38124         Likewise.
38125         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
38126         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
38127         Likewise.
38128         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38129         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
38130         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
38131         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
38132         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
38133         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
38135 2013-10-04  Alan Modra  <amodra@gmail.com>
38137         * stdio-common/printf_size.c (__printf_size): Don't use
38138         union ieee854_long_double in fpnum union.
38139         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
38140         signbit macro to retrieve sign from long double.
38141         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
38142         retrieve sign from long double.
38143         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
38144         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
38145         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
38146         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
38147         * math/test-misc.c (main): Don't use union ieee854_long_double.
38149 2013-10-04  Alan Modra  <amodra@gmail.com>
38151         [BZ #15680]
38152         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
38153         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
38154         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
38155         calculation.  Remove unnecessary test for denormal exponent.
38156         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
38157         Correct handling of denormals.  Avoid undefined shift behaviour.
38158         Correct normalisation of low mantissa when low double is denormal.
38159         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
38160         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
38161         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
38162         Correct normalisation of low mantissa.  Test for overflow of high
38163         mantissa and normalise.
38164         (ldbl_nearbyint): Use more readable constant for two52.
38165         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
38166         (__mpn_construct_long_double): Fix test for overflow of high
38167         mantissa and correct normalisation.  Avoid undefined shift.
38169 2013-10-04  Alan Modra  <amodra@gmail.com>
38171         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
38172         (union ibm_extended_long_double): Define as an array of ieee754_double.
38173         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
38174         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
38175         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
38176         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
38177         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
38178         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
38179         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
38180         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
38181         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
38182         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
38183         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38185 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
38187         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
38188         page size instead of calling getpagesize.
38190         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
38191         (LOCFILE_ALIGN_MASK): Likewise.
38192         (LOCFILE_ALIGN_UP): Likewise.
38193         (LOCFILE_ALIGNED_P): Likewise.
38194         * locale/programs/ld-collate.c (collate_output): Use the new
38195         macros instead of __alignof__ (int32_t).
38196         * locale/weight.h (findidx): Likewise.
38198 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
38200         [BZ #431]
38201         * manual/string.texi: Fix strncat and wcsncat.
38203 2013-10-03  Brooks Moses  <bmoses@google.com>
38205         [BZ #15915]
38206         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
38207         * Makerules: ...here, and adjust associated comments.
38209 2013-10-02  Will Newton  <will.newton@linaro.org>
38211         * malloc/Makefile: Add tst-pvalloc.
38212         * malloc/tst-pvalloc.c: New file.
38214 2013-10-02  Will Newton  <will.newton@linaro.org>
38216         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
38217         improve test coverage.
38219 2013-10-02  Will Newton  <will.newton@linaro.org>
38221         * malloc/Makefile: Add tst-posix_memalign.
38222         * malloc/tst-posix_memalign.c: New file.
38224 2013-10-01  Eric Blake  <eblake@redhat.com>
38226         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
38227         Use __THROWNL rather than __THROW on static functions.
38229 2013-09-30  Petr Machata  <pmachata@redhat.com>
38231         * elf/elf.h (R_AARCH64_ABS16): New macro.
38232         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
38233         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
38234         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
38235         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
38236         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
38237         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
38238         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
38239         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
38240         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
38241         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
38242         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
38243         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
38244         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
38245         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
38246         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
38247         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
38248         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
38249         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
38250         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
38251         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
38252         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
38253         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
38254         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
38255         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
38256         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
38257         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
38258         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
38259         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
38260         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
38261         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
38262         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
38263         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
38264         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
38265         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
38266         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
38267         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
38268         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
38269         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
38270         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
38271         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
38272         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
38273         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
38274         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
38275         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
38276         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
38277         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
38278         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
38279         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
38280         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
38281         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
38282         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
38283         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
38284         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
38285         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
38286         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
38287         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
38288         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
38289         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
38290         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
38291         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
38292         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
38293         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
38294         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
38295         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
38296         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
38297         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
38298         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
38299         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
38300         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
38301         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
38302         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
38303         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
38304         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
38305         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
38306         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
38307         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
38308         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
38309         (R_AARCH64_TLSDESC_LDR): Likewise.
38310         (R_AARCH64_TLSDESC_ADD): Likewise.
38311         (R_AARCH64_TLSDESC_CALL): Likewise.
38313 2013-09-30  Andreas Schwab  <schwab@suse.de>
38315         [BZ #15048]
38316         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
38317         the nss database lookup.
38318         * nscd/initgrcache.c (addinitgroupsX): Likewise.
38319         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
38321 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
38323         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
38325 2013-09-28  P. J. McDermott  <pj@pehjota.net>
38327         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
38328         ${Bash-specific parameter/pattern/string} parameter expansion.
38329         * sysdeps/unix/make-syscalls.sh: Likewise.
38331 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38333         * sysdeps/sh/stackguard-macros.h: New file.
38335 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
38337         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
38338         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
38339         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
38340         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
38341         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38342         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
38344 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38346         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
38347         Fix thread ID register.
38349 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
38351         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
38352         [POSIX || UNIX98]: Require rather than permitting all symbols from
38353         <time.h>.
38354         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
38355         element of struct sched_param.
38356         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
38357         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
38358         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
38359         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
38360         constant.
38362 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
38364         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
38365         argument calculation.
38367 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
38369         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
38370         Expect macro.
38371         [POSIX] (pthread_attr_t): Do not require type.
38372         [POSIX] (pthread_cond_t): Likewise.
38373         [POSIX] (pthread_condattr_t): Likewise.
38374         [POSIX] (pthread_key_t): Likewise.
38375         [POSIX] (pthread_mutex_t): Likewise.
38376         [POSIX] (pthread_mutexattr_t): Likewise.
38377         [POSIX] (pthread_once_t): Likewise.
38378         [POSIX] (pthread_t): Likewise.
38379         [POSIX-based standards] (pthread_atfork): Expect function.
38381 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
38382             Richard Sandiford  <richard@codesourcery.com>
38384         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
38385         (swap_endianness_p): New extern variable.
38386         (set_big_endian): New inline function.
38387         (maybe_swap_uint32): Likewise.
38388         (maybe_swap_uint32_array): Likewise.
38389         (maybe_swap_uint32_obstack): Likewise.
38390         * locale/programs/locfile.c: Include <stdbool.h>.
38391         (swap_endianness_p): New variable.
38392         (add_locale_uint32): Call maybe_swap_uint32.
38393         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
38394         (write_locale_data): Call maybe_swap_uint32_array.
38395         * locale/programs/ld-collate.c (obstack_int32_grow): Call
38396         maybe_swap_uint32.
38397         (obstack_int32_grow_fast): Likewise.
38398         (output_weightwc): Call maybe_swap_uint32_obstack.
38399         (collate_output): Likewise.
38400         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
38401         (OPT_LITTLE_ENDIAN): Likewise.
38402         (options): Add --little-endian and --big-endian options.
38403         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
38404         * locale/programs/locarchive.c: Include "locfile.h".
38405         (GET): New macro.
38406         (SET): Likewise.
38407         (INC): Likewise.
38408         (create_archive): Use the new macros to access fields of
38409         structures directly mapped from or written to locale archives.
38410         (oldlocrecentcmp): Likewise.
38411         (enlarge_archive): Likewise.
38412         (insert_name): Likewise.
38413         (add_alias): Likewise.
38414         (add_locale): Likewise.
38415         (delete_locales_from_archive): Likewise.
38416         (show_archive_content): Likewise.
38417         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
38418         locale data.
38420 2013-09-24  Roland McGrath  <roland@hack.frob.com>
38422         * manual/freemanuals.texi: Updated from (newly) canonical copy at
38423         http://www.gnu.org/doc/freemanuals.texi.
38424         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
38426 2013-09-24  Will Newton  <will.newton@linaro.org>
38428         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
38429         macro.
38431 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
38433         * locale/hashval.h (compute_hashval): Interpret bytes of key as
38434         unsigned char.
38436 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
38438         * manual/threads.texi (POSIX Threads): Fix a typo.
38440 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
38442         [BZ #14547]
38443         * string/tst-strcoll-overflow.c: New test case.
38444         * string/Makefile (xtests): Add tst-strcoll-overflow.
38445         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
38446         cache if string sizes may cause integer overflow.
38448         [BZ #14547]
38449         * string/strcoll_l.c (coll_seq): New members rule, idx,
38450         save_idx and back_us.
38451         (get_next_seq_nocache): New function.
38452         (do_compare_nocache): New function.
38453         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
38454         when malloc fails.
38456 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
38458         [BZ #15754]
38459         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
38460         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
38461         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
38463         [BZ #15754]
38464         * elf/Makefile (tests): Add tst-ptrguard1.
38465         (tests-static): Add tst-ptrguard1-static.
38466         (tst-ptrguard1-ARGS): Define.
38467         (tst-ptrguard1-static-ARGS): Define.
38468         * elf/tst-ptrguard1.c: New file.
38469         * elf/tst-ptrguard1-static.c: New file.
38470         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
38471         * sysdeps/i386/stackguard-macros.h: Likewise.
38472         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
38473         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
38474         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
38475         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
38476         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
38477         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
38479 2013-09-23  Hector Marco  <hecmargi@upv.es>
38480             Ismael Ripoll  <iripoll@disca.upv.es>
38481             Carlos O'Donell  <carlos@redhat.com>
38483         [BZ #15754]
38484         * sysdeps/generic/stackguard-macros.h: Define
38485         __pointer_chk_guard_local and POINTER_CHK_GUARD.
38486         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
38487         Define __pointer_chk_guard_local.
38488         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
38489         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
38491 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
38493         [BZ #15859]
38494         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
38496 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
38498         * include/string.h (__ffs): Declare as hidden.
38499         * string/ffs.c (__ffs): Define as hidden.
38500         * sysdeps/i386/ffs.c (__ffs): Likewise.
38501         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
38502         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
38503         * sysdeps/s390/ffs.c (__ffs): Likewise.
38504         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
38506 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
38508         * NEWS: Mention malloc probes.
38510         * malloc/arena.c (new_heap): New memory_heap_new probe.
38511         (grow_heap): New memory_heap_more probe.
38512         (shrink_heap): New memory_heap_less probe.
38513         (heap_trim): New memory_heap_free probe.
38514         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
38515         (systrim): New memory_sbrk_less probe.
38516         * manual/probes.texi: Document them.
38518         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
38519         * manual/probes.texi: Document it.
38521         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
38522         (__libc_realloc): Add memory_realloc_retry probe.
38523         (__libc_memalign): Add memory_memalign_retry probe.
38524         (__libc_valloc): Add memory_valloc_retry probe.
38525         (__libc_pvalloc): Add memory_pvalloc_retry probe.
38526         (__libc_calloc): Add memory_calloc_retry probe.
38527         * manual/probes.texi: Document them.
38529         * malloc/arena.c (get_free_list): Add probe
38530         memory_arena_reuse_free_list.
38531         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
38532         and memory_arena_reuse.
38533         (arena_get2) [!PER_THREAD]: Likewise.
38534         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
38535         memory_arena_reuse_realloc.
38536         * manual/probes.texi: Document them.
38538         * malloc/malloc.c (__libc_free): Add
38539         memory_mallopt_free_dyn_thresholds probe.
38540         (__libc_mallopt): Add multiple memory_mallopt probes.
38541         * manual/probes.texi: Document them.
38543         * malloc/malloc.c: Include stap-probe.h.
38544         (__libc_mallopt): Add memory_mallopt probe.
38545         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
38546         * manual/probes.texi: New.
38547         * manual/Makefile (chapters): Add probes.
38548         * manual/threads.texi: Set next node.
38550 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
38552         [BZ #15963, #13985]
38553         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
38554         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
38555         Add `Chinese' to `nan' entry name.
38557 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
38559         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
38560         (POLYNOMIAL): Likewise.
38561         (TAYLOR_SINCOS): Likewise.
38562         (TAYLOR_SLOW): Likewise.
38563         (__sin): Use TAYLOR_SINCOS.
38564         (__cos): Likewise.
38565         (slow): Use TAYLOR_SLOW.
38566         (sloww): Likewise.
38567         (bsloww): Likewise.
38568         (csloww): Likewise.
38570 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
38572         * stdlib/strtod_l.c: Fix buffer overrun.
38574 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
38576         * benchtests/Makefile (bench): Add sincos.
38577         * benchtests/bench-sincos.c: New file.
38579         * math/libm-test.inc (cos_test_data): New test inputs.
38580         (sin_test_data): Likewise.
38582         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
38583         macro.
38584         (__sin): Use it.
38585         (__cos): Likewise.
38586         (slow1): Likewise.
38587         (slow2): Likewise.
38588         (sloww1): Likewise.
38589         (sloww2): Likewise.
38590         (bsloww1): Likewise.
38591         (bsloww2): Likewise.
38592         (cslow2): Likewise.
38593         (csloww1): Likewise.
38594         (csloww2): Likewise.
38596         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
38597         function.
38598         (__sin): Use it.
38599         (__cos): Likewise.
38601         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
38602         gotos.
38603         (__cos): Likewise.
38605 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
38607         * config.h.in (HAVE_MIPS_NAN2008): New macro.
38608         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
38609         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
38610         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
38611         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
38612         * elf/cache.c (print_entry): Handle the new cache flags.
38614 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
38615             Aldy Hernandez  <aldyh@redhat.com>
38617         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
38618         Change condition to [_SOFT_FLOAT].
38619         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
38620         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
38621         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
38622         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
38623         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
38624         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
38625         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
38626         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
38627         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
38628         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
38629         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
38630         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
38631         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
38632         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
38633         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
38634         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
38635         declaration.
38637 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
38639         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
38640         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
38641         (__longjmp): Use LOAD_GP to load saved GPRs.
38642         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
38643         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
38644         (__sigsetjmp): Use SAVE_GP to save GPRs.
38646         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
38647         Do not append -msoft-float.
38648         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
38650 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
38652         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
38654 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
38656         [BZ #15966]
38657         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
38658         (_FPU_GETCW): Use initial "__" on variable and field names but not
38659         on macro parameter name.
38660         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
38661         parentheses around reference to macro parameter.
38663 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
38665         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
38666         prototype.
38667         (ctype_startup): Use uint32_t in cast and sizeof for
38668         ctype->charnames.
38670 2013-09-11  Jia Liu  <proljc@gmail.com>
38672         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
38673         __daddr_t_defined.
38674         [__FreeBSD__]: Likewise.
38676 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
38678         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
38679         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
38680         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
38681         (strchr): Remove __strchr_sse42 ifunc selection.
38682         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
38683         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
38685 2013-09-11  Will Newton  <will.newton@linaro.org>
38687         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
38688         parameter to RES. Remove hardcoded 1000 value.
38689         * benchtests/bench-skeleton.c (main): Pass RES parameter
38690         to TIMING_INIT and multiply result by 1000.
38692 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38694         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38696 2013-09-11  Andreas Schwab  <schwab@suse.de>
38698         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
38699         if not defined.
38700         (O_TMPFILE) [__USE_GNU]: Define.
38701         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
38702         Define.
38704 2013-09-11  Will Newton  <will.newton@linaro.org>
38706         [BZ #15857]
38707         * malloc/malloc.c (__libc_memalign): Check the value of bytes
38708         does not overflow.
38710 2013-09-11  Will Newton  <will.newton@linaro.org>
38712         [BZ #15856]
38713         * malloc/malloc.c (__libc_valloc): Check the value of bytes
38714         does not overflow.
38716 2013-09-11  Will Newton  <will.newton@linaro.org>
38718         [BZ #15855]
38719         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
38720         does not overflow.
38722 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
38724         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
38725         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
38726         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
38727         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
38728         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
38730 2013-09-10  Allan McRae  <allan@archlinux.org>
38732         [BZ #15748]
38733         * manual/arith.texi (Parsing of Floats): Clarify
38734         cross-reference.
38736         [BZ #15849]
38737         * manual/install.texi (Running make install): Mention
38738         --enable-pt-chown.
38739         * INSTALL: Regenerated.
38741 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
38743         * csu/init-first.c (_init): Remove the !SHARED condition around
38744         FPU control word initialization.
38745         * elf/dl-support.c (_dl_fpu_control): New variable.
38746         (_dl_aux_init) <AT_FPUCW>: Initialize it.
38747         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
38748         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
38749         * math/test-fpucw-static.c: New file.
38750         * math/test-fpucw-ieee.c: New file.
38751         * math/test-fpucw-ieee-static.c: New file.
38752         * math/Makefile (tests): Add `test-fpucw-ieee' and
38753         `$(tests-static)'.
38754         (tests-static): New variable.
38755         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
38756         dependency to...
38757         [($(build-shared),yes)]
38758         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
38759         ... this.
38760         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
38761         New dependency.
38763 2013-09-09  Allan McRae  <allan@archlinux.org>
38765         [BZ #15939]
38766         * manual/string.texi (Collation Functions): Fix typo in
38767         strcoll example.
38768         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
38770         [BZ #15893]
38771         * stdlib/isomac.c (get_null_defines): Fix memory leak.
38773         [BZ #15892]
38774         * libio/memstream.c (open_memstream): Fix memory leak.
38775         * libio/wmemstream.c (open_wmemstream): Likewise.
38777         [BZ #15895]
38778         * nscd/netgroupcache.c: Fix nesting of ifdefs.
38780 2013-09-09  Will Newton  <will.newton@linaro.org>
38782         * malloc/Makefile: Add tst-realloc to tests.
38783         * malloc/tst-realloc.c: New file.
38785 2013-09-09  Allan McRae  <allan@archlinux.org>
38787         [BZ #15844]
38788         * COPYING: Update from GNU website to fix FSF address.
38789         * COPYING.LIB: Likewise.
38791 2013-09-06  David S. Miller  <davem@davemloft.net>
38793         * po/zh_TW.po: Update Chinese (traditional) translation from
38794         translation project.
38796 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
38797             Joseph Myers  <joseph@codesourcery.com>
38799         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
38800         "localeinfo.h".
38801         (obstack_chunk_alloc): New macro.
38802         (obstack_chunk_free): Likewise.
38803         (record_offset): New function.
38804         (init_locale_data): Likewise.
38805         (align_locale_data): Likewise.
38806         (add_locale_empty): Likewise.
38807         (add_locale_raw_data): Likewise.
38808         (add_locale_raw_obstack): Likewise.
38809         (add_locale_string): Likewise.
38810         (add_locale_wstring): Likewise.
38811         (add_locale_uint32): Likewise.
38812         (add_locale_uint32_array): Likewise.
38813         (add_locale_char): Likewise.
38814         (start_locale_structure): Likewise.
38815         (end_locale_structure): Likewise.
38816         (start_locale_prelude): Likewise.
38817         (end_locale_prelude): Likewise.
38818         (write_locale_data): Take locale_file structure rather than an
38819         iovec.
38820         * locale/programs/locfile.h: Include "obstack.h".
38821         (struct locale_file): Change to store locale file contents instead
38822         of header.
38823         (init_locale_data): New prototype.
38824         (align_locale_data): Likewise.
38825         (add_locale_empty): Likewise.
38826         (add_locale_raw_data): Likewise.
38827         (add_locale_raw_obstack): Likewise.
38828         (add_locale_string): Likewise.
38829         (add_locale_wstring): Likewise.
38830         (add_locale_uint32): Likewise.
38831         (add_locale_uint32_array): Likewise.
38832         (add_locale_char): Likewise.
38833         (start_locale_structure): Likewise.
38834         (end_locale_structure): Likewise.
38835         (start_locale_prelude): Likewise.
38836         (end_locale_prelude): Likewise.
38837         (write_locale_data): Update prototype.
38838         * locale/programs/3level.h (struct TABLE): Remove result field.
38839         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
38840         Use new locale_file interface.
38841         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
38842         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
38843         * locale/programs/ld-address.c (address_output): Use new
38844         locale_file interface.
38845         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
38846         NO_ADD_LOCALE.
38847         (collate_finish): Don't call collseq_table_finalize.
38848         (collate_output): Use new locale_file interface.
38849         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
38850         in file.
38851         (NO_FINALIZE): Change to NO_ADD_LOCALE.
38852         (TABLE): Move defines earlier in file.
38853         (ELEMENT): Likewise.
38854         (DEFAULT): Likewise.
38855         (wctrans_table_add): Move macro and inline function earlier in
38856         file.
38857         (struct wctype_table): Move type earlier in file.
38858         (add_locale_wctype_table): New static prototype.
38859         (struct locale_ctype_t): Use logical types instead of struct iovec
38860         pointers for members.
38861         (ctype_output): Use new locale_file interface.
38862         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
38863         new locale_file interface.
38864         (allocate_arrays): Update for use of new locale_file interface.
38865         * locale/programs/ld-identification.c (identification_output): Use
38866         new locale_file interface.
38867         * locale/programs/ld-measurement.c (measurement_output): Likewise.
38868         * locale/programs/ld-messages.c (messages_output): Likewise.
38869         * locale/programs/ld-monetary.c (monetary_output): Likewise.
38870         * locale/programs/ld-name.c (name_output): Likewise.
38871         * locale/programs/ld-numeric.c (numeric_output): Likewise.
38872         * locale/programs/ld-paper.c (paper_output): Likewise.
38873         * locale/programs/ld-telephone.c (telephone_output): Likewise.
38874         * locale/programs/ld-time.c (time_output): Likewise.
38876 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38878         * benchtests/Makefile: Add memrchr benchmark.
38879         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
38880         benchmark as memrchr.
38881         * benchtests/bench-memrchr-ifunc.c: New file.
38882         * benchtests/bench-memrchr.c: New file.
38884 2013-09-06   Will Newton  <will.newton@linaro.org>
38886         * benchtests/Makefile (string-bench): Add memcpy.
38888 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
38889             Cong Wang  <amwang@redhat.com>
38891         [BZ #15850]
38892         * sysdeps/unix/sysv/linux/bits/in.h
38893         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
38894         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
38895         before __USE_KERNEL_IPV6_DEFS uses.
38896         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
38897         IPPROTO_BEETPH.
38898         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
38899         sockaddr_in6, or ipv6_mreq.
38901 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38903         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
38904         memory access for final bytes in some large inputs.
38905         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
38907 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38909         * string/test-memrchr.c: New file.
38910         * string/test-memrchr-ifunc.c: New file.
38911         * string/Makefile: Add new memrchr testcase.
38913 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
38915         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
38916         fanotify_init returns EPERM.
38918 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
38920         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
38921         errors.
38922         (top level): Treat second token from macro or constant entries for
38923         allowed headers as allowed.
38924         * include/complex.h: Condition internal declarations on
38925         [!_ISOMAC].
38926         * include/fenv.h: Condition include of <stdbool.h> and internal
38927         declarations on [!_ISOMAC].
38929 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
38931         [BZ #15923]
38932         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
38934 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
38936         * configure.in (--enable-versioning): Remove configure option.
38937         (libc_cv_asm_symver_directive): Remove configure test.
38938         (libc_cv_ld_version_script_option): Likewise.
38939         (VERSIONING): Remove variable and AC_SUBST.
38940         (DO_VERSIONING): Remove AC_DEFINE.
38941         * configure: Regenerated.
38942         * config.h.in (DO_VERSIONING): Remove macro.
38943         * Makerules [$(versioning) = yes]: Change conditionals to
38944         [$(build-shared) = yes].
38945         * config.make.in (versioning): Remove variable.
38946         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
38947         [$(build-shared) = yes].
38948         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
38949         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
38950         * elf/Makefile [$(versioning) = yes]: Change conditionals to
38951         [$(build-shared) = yes].
38952         * extra-lib.mk [$(versioning) = yes]: Likewise.
38953         * hurd/Makefile [$(versioning) = yes]: Likewise.
38954         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
38955         [SHARED].
38956         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
38957         [SHARED].
38958         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
38959         [SHARED && !NO_HIDDEN].
38960         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
38961         [SHARED].
38962         [SHARED && DO_VERSIONING]: Likewise..
38963         * libio/Makefile [$(versioning) = yes]: Change conditionals to
38964         [$(build-shared) = yes].
38965         * manual/install.texi (--disable-versioning): Remove
38966         documentation.
38967         * INSTALL: Regenerated.
38968         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
38969         to [SHARED].
38970         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
38971         [$(build-shared) = yes].
38972         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
38973         * sysdeps/i386/i686/multiarch/strstr-c.c
38974         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
38975         [SHARED && !NO_HIDDEN].
38976         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
38977         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
38978         * sysdeps/powerpc/powerpc32/dl-machine.c
38979         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
38980         * sysdeps/powerpc/powerpc32/sysdep.h
38981         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
38982         to [SHARED && PIC && !NO_HIDDEN].
38983         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
38984         conditional to [SHARED].
38986 2013-09-04   Will Newton  <will.newton@linaro.org>
38988         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
38989         * benchtests/bench-string.h: Include bench-timing.h instead
38990         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
38991         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
38992         call to HP_TIMING_DIFF_INIT.
38993         * benchtests/bench-memccpy.c: Use bench-timing.h macros
38994         instead of hp-timing.h macros.
38995         * benchtests/bench-memchr.c: Likewise.
38996         * benchtests/bench-memcmp.c: Likewise.
38997         * benchtests/bench-memcpy.c: Likewise.
38998         * benchtests/bench-memmem.c: Likewise.
38999         * benchtests/bench-memmove.c: Likewise.
39000         * benchtests/bench-memset.c: Likewise.
39001         * benchtests/bench-rawmemchr.c: Likewise.
39002         * benchtests/bench-strcasecmp.c: Likewise.
39003         * benchtests/bench-strcasestr.c: Likewise.
39004         * benchtests/bench-strcat.c: Likewise.
39005         * benchtests/bench-strchr.c: Likewise.
39006         * benchtests/bench-strcmp.c: Likewise.
39007         * benchtests/bench-strcpy.c: Likewise.
39008         * benchtests/bench-strcpy_chk.c: Likewise.
39009         * benchtests/bench-strlen.c: Likewise.
39010         * benchtests/bench-strncasecmp.c: Likewise.
39011         * benchtests/bench-strncat.c: Likewise.
39012         * benchtests/bench-strncmp.c: Likewise.
39013         * benchtests/bench-strncpy.c: Likewise.
39014         * benchtests/bench-strnlen.c: Likewise.
39015         * benchtests/bench-strpbrk.c: Likewise.
39016         * benchtests/bench-strrchr.c: Likewise.
39017         * benchtests/bench-strspn.c: Likewise.
39018         * benchtests/bench-strstr.c: Likewise.
39020 2013-09-04  Will Newton  <will.newton@linaro.org>
39022         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
39024 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
39026         [BZ #15427]
39027         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
39028         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
39029         * math/libm-test.inc (lgamma_test_data): Add more tests.
39030         * sysdeps/i386/fpu/libm-test-ulps: Update.
39031         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39033 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
39035         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
39036         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
39037         Add ifunc.
39038         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
39039         Add strcmp-sse2-unaligned
39040         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
39042 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
39044         * Versions.def (libc): Add GLIBC_2.19.
39046 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
39048         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
39049         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
39051 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
39053         [BZ #14155]
39054         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
39055         intermediate calculations in recurrence.
39056         (__ieee754_ynf): Likewise.
39057         * math/libm-test.inc (jn_test_data): Do not allow spurious
39058         underflow exception.  Add more tests.
39059         (yn_test_data): Add more tests.
39060         * sysdeps/i386/fpu/libm-test-ulps: Update.
39061         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39063 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
39065         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
39067 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
39069         * csu/init-first.c: Fix then/than typos.
39070         * locale/programs/ld-collate.c: Likewise.
39071         * locale/programs/linereader.h: Likewise.
39072         * manual/charset.texi: Likewise.
39073         * manual/filesys.texi: Likewise.
39074         * manual/stdio.texi: Likewise.
39075         * manual/string.texi: Likewise.
39076         * stdlib/fmtmsg.c: Likewise.
39077         * sysdeps/i386/stpncpy.S: Likewise.
39078         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
39079         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
39080         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
39081         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
39083 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
39085         * elf/dl-open.c: Fix typos.
39086         * iconvdata/gbbig5.c: Likewise.
39087         * iconvdata/iso-2022-jp.c: Likewise.
39088         * iconv/gconv_int.h: Likewise.
39089         * iconv/loop.c: Likewise.
39090         * nis/rpcsvc/nis.h: Likewise.
39091         * resolv/ns_name.c: Likewise.
39092         * stdio-common/vfscanf.c: Likewise.
39093         * streams/stropts.h: Likewise.
39094         * sunrpc/rpc_thread.c: Likewise.
39095         * sysdeps/i386/strpbrk.S: Likewise.
39096         * sysdeps/ieee754/k_standard.c: Likewise.
39097         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
39098         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
39099         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
39100         * sysdeps/mach/hurd/profil.c: Likewise.
39101         * sysdeps/s390/dl-procinfo.h: Likewise.
39102         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
39103         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
39104         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
39105         * sysdeps/x86_64/dl-trampoline.S: Likewise.
39106         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
39108 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
39110         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
39111         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
39113 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
39115         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
39116         aix specific files.
39117         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
39118         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
39119         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
39120         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
39121         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
39122         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
39123         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
39124         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
39126 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
39127             Roland McGrath  <roland@hack.frob.com>
39129         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
39130         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
39132 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39134         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
39135         __executable_start symbol instead of _start.
39137 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
39139         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
39140         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
39141         Move macros to...
39142         * sysdeps/gnu/ldsodefs.h: ... this new file.
39144         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
39145         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
39146         instead of ELFOSABI_LINUX.
39148         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
39149         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
39150         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
39151         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
39152         Likewise.
39153         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
39154         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
39155         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
39156         Likewise.
39157         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
39158         (ibm_extended_long_double): Add ieee_nan member.
39159         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
39160         (do_test): New function.
39162         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
39163         TEST_TRUNC.
39164         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
39165         functions, renamed from truncdfsf_test, trunctfsf_test,
39166         trunctfdf_test.
39167         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
39168         functions.
39169         (do_test): Run all these.
39171 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
39173         * argp/argp-help.c: Fix typos.
39174         * argp/argp-parse.c: Likewise.
39175         * debug/backtracesyms.c: Likewise.
39176         * elf/elf.h: Likewise.
39177         * malloc/malloc.c: Likewise.
39178         * nis/nis_print.c: Likewise.
39179         * resolv/res_comp.c: Likewise.
39180         * stdlib/stdlib.h: Likewise.
39181         * sunrpc/clnt_tcp.c: Likewise.
39182         * sunrpc/clnt_udp.c: Likewise.
39183         * sunrpc/clnt_unix.c: Likewise.
39184         * sysdeps/unix/bsd/ptsname.c: Likewise.
39185         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
39186         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
39187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
39188         Likewise.
39189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
39190         Likewise.
39191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
39192         Likewise.
39193         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
39195 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39197         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
39198         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
39200 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
39202         [BZ #15897]
39203         * dlfcn/Makefile (tests): Add bug-dl-leaf.
39204         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
39205         ($(objpfx)bug-dl-leaf): New rule.
39206         ($(objpfx)bug-dl-leaf.so): Likewise.
39207         ($(objpfx)bug-dl-leaf.out): Likewise.
39208         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
39209         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
39210         * dlfcn/bug-dl-leaf.c: New test.
39211         * dlfcn/bug-dl-leaf-lib.c: Likewise.
39212         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
39213         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
39214         (dlclose): Likewise.
39215         (dlmopen): Likewise.
39217 2013-08-27  Roland McGrath  <roland@hack.frob.com>
39219         * include/netdb.h [!_ISOMAC]:
39220         Don't include <tls.h>.
39221         (h_errno, __libc_h_errno): Move declaration and macros out of
39222         [_LIBC_REENTRANT].
39224         * include/resolv.h [_RESOLV_H_]:
39225         Don't include <tls.h>.
39226         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
39227         * resolv/res_libc.c: Don't include <tls.h>.
39228         (_res): Use __attribute__ ((nocommon)) in place of
39229         __attribute__ ((section (".bss"))).
39231         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
39232         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
39234         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
39236         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
39237         only under [SIOCGIFCONF && SIOCGIFNETMASK].
39239         * resolv/res_mkquery.c: Include <sys/time.h>.
39241         * inet/ifreq.c: Moved to ...
39242         * sysdeps/unix/ifreq.c: ... here.
39243         * inet/ifreq.c: New file, true stub version.
39245         * socket/sa_len.c: New file.
39246         * socket/Makefile (aux): Add it.
39247         * sysdeps/unix/sysv/linux/Makefile
39248         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
39249         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
39250         and #include <socket/sa_len.c>.
39251         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
39252         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
39254         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
39255         * bits/socket.h: ... here.
39257         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
39258         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
39259         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
39261 2013-08-27  Andreas Schwab  <schwab@suse.de>
39263         [BZ #15736]
39264         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
39265         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
39266         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
39267         * string/test-strcasecmp.c (test_main): Run tests in several
39268         locales.
39269         * string/test-strncasecmp.c (test_main): Likewise.
39271         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
39272         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
39273         to __strcasecmp_nonascii and __strncasecmp_nonascii.
39274         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
39275         (__strncasecmp_ssse3) [PIC]: Likewise.
39277 2013-08-26  Roland McGrath  <roland@hack.frob.com>
39279         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
39281         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
39282         instead of explicitly declaring xdecrypt.
39283         * nis/nss_nis/nis-publickey.c: Likewise.
39285 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39287         [BZ #15890]
39288         * nscd/aicache.c: Include res_hconf.h.
39289         (addhstaiX): Initialize res_hconf.
39291 2013-08-26  Andreas Schwab  <schwab@suse.de>
39293         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
39294         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
39296 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39298         * nscd/aicache.c (addhstaiX): Fix indentation.
39300 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
39302         * configure.ac: Quote $build_pt_chown test.
39303         * configure: Regenerated.
39305 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
39307         [BZ #15532]
39308         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
39309         * math/s_cexpf.c (__cexpf): Likewise.
39310         * math/s_cexpl.c (__cexpl): Likewise.
39311         * math/libm-test.inc (cexp_test_data): Correct expected return
39312         value for NaN + i0.  Add another test.
39314 2013-08-22  David S. Miller  <davem@davemloft.net>
39316         * po/ca.po: Update Catalan translation from translation project.
39317         * po/uk.po: Add Ukrainian translations from translation project.
39319 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
39321         [BZ #15797]
39322         * math/s_fdim.c (__fdim): Check for infinite arguments if result
39323         is infinite, not alongside NaN test.
39324         * math/s_fdimf.c (__fdimf): Likewise.
39325         * math/s_fdiml.c (__fdiml): Likewise.
39326         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
39327         errno is unchanged.
39329 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
39331         * argp/argp-help.c: Fix typos.
39332         * crypt/speeds.c: Likewise.
39333         * csu/check_fds.c: Likewise.
39334         * elf/dl-load.c: Likewise.
39335         * elf/dl-open.c: Likewise.
39336         * elf/reldep3.c: Likewise.
39337         * elf/reldep.c: Likewise.
39338         * elf/sprof.c: Likewise.
39339         * iconv/iconv_charmap.c: Likewise.
39340         * iconv/skeleton.c: Likewise.
39341         * iconv/strtab.c: Likewise.
39342         * io/lockf64.c: Likewise.
39343         * libio/libioP.h: Likewise.
39344         * resolv/gai_notify.c: Likewise.
39345         * resolv/ns_name.c: Likewise.
39346         * resolv/ns_samedomain.c: Likewise.
39347         * resolv/res_send.c: Likewise.
39348         * stdlib/random.c: Likewise.
39349         * sunrpc/rpc/xdr.h: Likewise.
39350         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
39351         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
39352         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
39353         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
39354         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
39355         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
39356         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
39357         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
39358         * sysdeps/mach/hurd/check_fds.c: Likewise.
39359         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
39360         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
39361         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
39362         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
39363         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
39364         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
39365         * sysdeps/pthread/aio_notify.c: Likewise.
39366         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
39367         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
39368         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
39369         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
39370         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
39372 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
39374         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
39375         version if bit_Slow_SSE4_2 is set.
39376         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
39377         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
39379 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39381         [BZ #15867]
39382         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
39383         trampoline stack frame information.
39384         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
39385         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
39386         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
39387         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
39388         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
39389         * sysdeps/unix/sysv/linux/powerpc/init-first.c
39390         (_libc_vdso_platform_setup): Initialize the signal trampolines.
39391         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
39392         sa_flags value.
39393         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
39394         interrupting a syscall and set with option SA_SIGINFO.
39396 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
39398         [BZ #15531]
39399         * math/s_cproj.c (__cproj): Only return an infinity if one part of
39400         argument is infinite.
39401         * math/s_cprojf.c (__cprojf): Likewise.
39402         * math/s_cprojl.c (__cprojl): Likewise.
39403         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
39404         * math/libm-test.inc (cproj_test_data): Add more tests.
39406         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
39408         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
39409         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
39410         size.  Use __ffs to determine corresponding shift.
39412 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
39413             Roland McGrath  <roland@hack.frob.com>
39415         * Makefile (INSTALL): Remove trailing blank lines from output of
39416         makeinfo.
39418 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39420         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
39421         Align 32 bit compat elf_greg to 8 bytes.
39423 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
39425         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
39427 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
39429         * string/strcoll_l.c (coll_seq): New structure.
39430         (get_next_seq_cached): New function.
39431         (get_next_seq): New function.
39432         (do_compare): New function.
39433         (STRCOLL): Use GNU style definition.  Simplify implementation
39434         by using get_next_seq, get_next_seq_cached and do_compare.
39436 2013-08-16  Florian Weimer  <fweimer@redhat.com>
39438         [BZ #14699]
39439         CVE-2013-4237
39440         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
39441         member.
39442         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
39443         member.
39444         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
39445         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
39446         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
39447         conditional.
39448         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
39449         GETDENTS_64BIT_ALIGNED.
39450         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39451         * manual/filesys.texi (Reading/Closing Directory): Document
39452         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
39453         strongly.
39454         * manual/conf.texi (Limits for Files): Add portability note to
39455         NAME_MAX, PATH_MAX.
39456         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
39458 2013-08-13  Andreas Schwab  <schwab@suse.de>
39460         [BZ #15749]
39461         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
39462         of fabs.
39463         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
39464         LDBL_MAX_EXP >= 16384]: Add tests for it.
39466 2013-08-12  David S. Miller  <davem@davemloft.net>
39468         * version.h (RELEASE): Set to "development".
39469         (VERSION): Set to "2.18.90".
39470         * NEWS: Add 2.19 section.
39472 2013-08-03  David S. Miller  <davem@davemloft.net>
39474         * po/ko.po: Update Korean translation from translation project.
39476 2013-08-01  David S. Miller  <davem@davemloft.net>
39478         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
39479         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
39480         Bilka.
39482 2013-07-30  David S. Miller  <davem@davemloft.net>
39484         * po/fr.po: Update French translation from translation project.
39486 2013-07-28  David S. Miller  <davem@davemloft.net>
39488         * po/cs.po: Update Czech translation from translation project.
39490         * po/sv.po: Update Swedish translation from translation project.
39492 2013-07-27  David S. Miller  <davem@davemloft.net>
39494         * po/eo.po: Update Esperanto translation from translation project.
39496         * po/vi.po: Update Vietnamese translation from translation project.
39498         * po/de.po: Update German translation from translation project.
39500 2013-07-26  David S. Miller  <davem@davemloft.net>
39502         * po/bg.po: Update Bulgarian translation from translation project.
39504         * po/nl.po: Update Dutch translation from translation project.
39505         * po/pl.po: Update Polish translation from translation project.
39506         * po/ru.po: Update Russian translation from translation project.
39508 2013-07-24  David S. Miller  <davem@davemloft.net>
39510         * po/libc.pot: Update.
39512 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39514         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
39515         variable page size.
39516         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
39517         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
39518         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
39520 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39522         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
39524 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
39525             Andreas Schwab  <schwab@suse.de>
39526             Roland McGrath  <roland@hack.frob.com>
39527             Joseph Myers  <joseph@codesourcery.com>
39528             Carlos O'Donell  <carlos@redhat.com>
39530         [BZ #15755]
39531         * config.h.in: Define HAVE_PT_CHOWN.
39532         * config.make.in (build-pt-chown): New variable.
39533         * configure.in (--enable-pt_chown): New configure option.
39534         * configure: Regenerate.
39535         * login/Makefile: Include Makeconfig.  Build pt_chown only if
39536         build-pt-chown is enabled.
39537         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
39538         pt_chown to fix pty ownership.
39539         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
39540         CLOSE_ALL_FDS.
39541         * manual/install.texi (Configuring and compiling): Mention
39542         --enable-pt_chown. Add @findex for grantpt.
39543         * INSTALL: Regenerate.
39545 2013-07-20  David S. Miller  <davem@davemloft.net>
39547         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
39548         difference between 32-bit and 64-bit.
39550 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
39552         [BZ #15711]
39553         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
39554         Avoid system header dependency with -ffreestanding.
39555         ($(objpfx)bits/syscall%d): Likewise.
39557 2013-07-13  David S. Miller  <davem@davemloft.net>
39559         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
39560         underflows from atanl/atan2l due to bug 15319.
39561         (casinh_test_data): Likewise.
39563 2013-07-07  David S. Miller  <davem@davemloft.net>
39565         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
39567 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
39569         * sysdeps/i386/fpu/libm-test-ulps: Update.
39570         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39572 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
39574         * configure.in (--enable-lock-elision): Fix message text.
39575         * INSTALL: Regenerate.
39576         * configure: Regenerate.
39578 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39580         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39582 2013-07-03  Andreas Jaeger  <aj@suse.de>
39584         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
39585         define.
39586         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
39587         (ptrace_peeksiginfo_args): Add.
39588         (__ptrace_peeksiginfo_flags): Add.
39589         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
39590         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
39591         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
39593 2013-07-03  Allan McRae  <allan@archlinux.org>
39595         * sysdeps/i386/fpu/libm-test-ulps: Update.
39597 2013-07-02  David S. Miller  <davem@davemloft.net>
39599         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39601 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
39603         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39605 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
39607         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
39608         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39610 2013-07-02  Andi Kleen <ak@linux.intel.com>
39612         * config.h.in (ENABLE_LOCK_ELISION): Add.
39613         * configure.in (--enable-lock-elision): Add option.
39614         * manual/install.texi: Document --enable lock elision.
39615         * configure: Regenerate
39616         * INSTALL: Regenerate.
39618 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
39620         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
39621         SSE4.2 strcasecmp for libc.a.
39622         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
39624 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
39626         [BZ #13304]
39627         * soft-fp/op-common.h (_FP_FMA): New macro.
39628         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
39629         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
39630         (_FP_MUL_MEAT_1_imm): ... here.
39631         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
39632         (_FP_MUL_MEAT_1_wide): ... here.
39633         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
39634         (_FP_MUL_MEAT_1_hard): ... here.
39635         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
39636         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
39637         (_FP_MUL_MEAT_2_wide): ... here.
39638         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
39639         (_FP_MUL_MEAT_2_wide_3mul): ... here.
39640         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
39641         (_FP_MUL_MEAT_2_gmp): ... here.
39642         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
39643         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
39644         (_FP_MUL_MEAT_4_wide): ... here.
39645         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
39646         (_FP_MUL_MEAT_4_gmp): ... here.
39647         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
39648         (_FP_WFRACBITS_DW_S): Likewise.
39649         (_FP_WFRACXBITS_DW_S): Likewise.
39650         (_FP_HIGHBIT_DW_S): Likewise.
39651         (FP_FMA_S): Likewise.
39652         (_FP_FRAC_HIGH_DW_S): Likewise.
39653         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
39654         (_FP_WFRACBITS_DW_D): Likewise.
39655         (_FP_WFRACXBITS_DW_D): Likewise.
39656         (_FP_HIGHBIT_DW_D): Likewise.
39657         (FP_FMA_D): Likewise.
39658         (_FP_FRAC_HIGH_DW_D): Likewise.
39659         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
39660         (_FP_WFRACBITS_DW_E): Likewise.
39661         (_FP_WFRACXBITS_DW_E): Likewise.
39662         (_FP_HIGHBIT_DW_E): Likewise.
39663         (FP_FMA_E): Likewise.
39664         (_FP_FRAC_HIGH_DW_E): Likewise.
39665         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
39666         (_FP_WFRACBITS_DW_Q): Likewise.
39667         (_FP_WFRACXBITS_DW_Q): Likewise.
39668         (_FP_HIGHBIT_DW_Q): Likewise.
39669         (FP_FMA_Q): Likewise.
39670         (_FP_FRAC_HIGH_DW_Q): Likewise.
39671         * soft-fp/fmasf4.c: New file.
39672         * soft-fp/fmadf4.c: Likewise.
39673         * soft-fp/fmatf4.c: Likewise.
39675 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
39677         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
39678         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
39679         Silvermont.
39680         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
39681         macro.
39682         (index_Slow_SSE4_2): Likewise.
39683         (index_Prefer_PMINUB_for_stringop): Likewise.
39684         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
39685         bit_Slow_SSE4_2 is set.
39686         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
39687         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
39689 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
39691         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
39692         rtld_global._dl_hwcap2.
39693         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
39694         POWER8.
39695         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
39696         POWER8 feature descriptions defined in _dl_hwcap2.
39697         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
39698         string handling for POWER8 feature bits.
39699         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
39700         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
39701         _dl_powerpc_cap_flags.
39702         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
39703         * sysdeps/powerpc/rtld-global-offsets.sym
39704         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
39705         _dl_hwcap2 in the rtld_global_ro structure.
39707 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
39709         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
39710         hardware capabilities in support of AT_HWCAP2.
39711         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
39712         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
39713         GLRO(dl_hwcap2).
39714         (_dl_show_auxv): Add support for calling _dl_procinfo to display
39715         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
39716         explicitly the unknown a_type display mechanism is used.
39717         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
39718         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
39719         struct member.
39720         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
39721         to macro prototype for AT_HWCAP2 support.
39722         * sysdeps/i386/dl-procinfo.h: Likewise.
39723         * sysdeps/s390/dl-procinfo.h: Likewise.
39724         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
39725         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
39726         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
39727         return -1 for unknown a_type display fallback.
39728         * sysdeps/sparc/dl-procinfo.h: Likewise.
39729         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
39730         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
39732 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
39734         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
39735         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
39737 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
39739         [BZ #12492]
39740         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
39741         mprotect making __stack_prot writable.
39743 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
39744             Joseph Myers  <joseph@codesourcery.com>
39746         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
39747         as being properly aligned.
39749 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
39751         * dlfcn/modstatic5.c: New file.
39752         * dlfcn/tststatic5.c: New file.
39753         * dlfcn/Makefile (tests): Add tststatic5.
39754         (tests-static): Likewise.
39755         (modules-names): Add modstatic5.
39756         (tststatic5-ENV): New variable.
39757         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
39759         [BZ #15022]
39760         * elf/dl-support.c (_dl_main_map): New variable.
39761         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
39762         (_dl_nns, _dl_load_adds): Set to 1.
39763         (_dl_initial_searchlist): Refer to _dl_main_map.
39764         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
39765         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
39766         call to _dl_get_origin.
39767         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
39768         around call_map.
39769         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
39770         * dlfcn/modstatic3.c: New file.
39771         * dlfcn/tststatic3.c: New file.
39772         * dlfcn/tststatic4.c: New file.
39773         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
39774         (tests-static): Likewise.
39775         (modules-names): Add modstatic3.
39776         (tststatic3-ENV, tststatic4-ENV): New variables.
39777         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
39778         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
39780 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
39782         * configure.in (CC): Require GCC version 4.4 or later.
39783         * configure: Regenerated.
39784         * manual/install.texi (Tools for Compilation): Update GCC version
39785         requirement.
39786         * INSTALL: Regenerated.
39788 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
39790         [BZ #15674]
39791         * string/test-memcmp.c (check2): New.
39792         (main): Call check2.
39794         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
39796 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
39798         [BZ #15022]
39799         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
39800         over to...
39801         (dl_open_worker) [!SHARED]: ... here.
39803 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
39805         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
39807 2013-06-25  Richard Henderson  <rth@redhat.com>
39809         * locale/programs/locarchive.c: Include <libc-internal.h>
39811 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
39813         * manual/texinfo.tex: Update to version 2013-06-21.17, with
39814         trailing whitespace removed.
39816 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
39818         [BZ #10283]
39819         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
39820         * locale/programs/locarchive.c: Include libc-mmap.h.
39821         (prepare_address_space): Take two new outputs (the mmap base and len).
39822         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
39823         values.
39824         (create_archive): Declare new mmap base and len values for
39825         prepare_address_space, and store the result in ah.
39826         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
39827         (enlarge_archive): If ah->mmap_base is not NULL, use that and
39828         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
39829         Declare new mmap base and len values for
39830         prepare_address_space, and store the result in new_ah.
39831         (open_archive): Declare new mmap base and len values for
39832         prepare_address_space, and store the result in ah.
39833         (close_archive): If ah->mmap_base is not NULL, use that and
39834         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
39835         * sysdeps/generic/libc-mmap.h: New file.
39837 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
39839         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
39840         (ALIGN_UP): Likewise.
39841         (PTR_ALIGN_DOWN): Likewise.
39842         (PTR_ALIGN_UP): Likewise.
39844 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
39846         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
39847         entry mapped to PPC_PLATFORM_POWER8.
39848         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
39849         POWER8.
39850         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
39851         (_dl_string_platform): Add case for exporting platform position for
39852         POWER8.
39853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
39854         search path to sysdeps/powerpc/powerpc32/power8 directory.
39855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
39856         search path to sysdeps/powerpc/powerpc64/power8 directory.
39857         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
39858         power7 directories.
39859         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
39860         power7 directories.
39862 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
39864         * INSTALL: Regenerate.
39866         * nscd/connections.c (nscd_init): Fix comment.
39868 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
39870         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
39872         [BZ #15667]
39873         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
39874         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
39876 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
39878         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
39879         DL_DST_REQ_STATIC.
39880         (DL_DST_REQ_STATIC): Remove macro.
39882 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
39884         [BZ #7006]
39885         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
39886         with a shift of 0 bits.
39888 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
39890         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
39891         $(tststatic-ENV).
39893 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39895         [BZ #15655]
39896         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
39898 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39900         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
39901         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
39902         accepts -fno-tree-loop-distribute-patterns.
39903         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
39904         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
39905         recursive call.
39906         * string/memset.c (memset): Likewise.
39907         * string/test-memmove.c (simple_memmove): Disable loop transformation
39908         to library calls.
39909         * string/test-memset.c (simple_memset): Likewise.
39910         * benchtests/bench-memmove.c (simple_memmove): Likewise.
39911         * benchtests/bench-memset.c (simple_memset): Likewise.
39912         * configure: Regenerated.
39914 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
39916         * math/test-misc.c (main): Ignore fesetround failure when failures
39917         of subsequent rounding tests would be ignored.
39919         [BZ #15654]
39920         * math/fedisblxcpt.c (fedisableexcept): Return 0.
39921         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
39922         * math/fegetenv.c (__fegetenv): Return 0.
39923         * math/fegetexcept.c (fegetexcept): Return 0.
39924         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
39925         FE_TONEAREST.
39926         * math/feholdexcpt.c (feholdexcept): Return 0.
39927         * math/fesetenv.c (__fesetenv): Return 0.
39928         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
39929         argument FE_TONEAREST.
39930         * math/feupdateenv.c (__feupdateenv): Return 0.
39931         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
39933 2013-06-18  Roland McGrath  <roland@hack.frob.com>
39935         * elf/rtld-Rules (rtld-compile-command.S): New variable.
39936         (rtld-compile-command.s, rtld-compile-command.c): New variables.
39937         ($(objpfx)rtld-%.os rules): Use them.
39939 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39941         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
39942         fields.
39944 2013-06-17  Roland McGrath  <roland@hack.frob.com>
39946         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
39947         length of target pattern, then descending length of dependency pattern.
39948         * configure.in (AWK): Require gawk 3.1.2 or newer.
39949         * manual/install.texi (Tools for Compilation): Say that we do.
39950         * configure: Regenerated.
39952         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
39953         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
39954         * scripts/sysd-rules.awk: ... this new script.
39955         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
39956         than a glob-style pattern.
39958 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
39960         * math/test-misc.c (main): Do not treat incorrectly rounded
39961         conversions as failure unless ROUNDING_TESTS passes.
39963 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
39965         [BZ #15631]
39966         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
39967         restore exception state around main square root computation, then
39968         check for inexactness explicitly.
39970         * math/libm-test.inc (fma_test_data): Add another test.
39972 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
39974         * manual/threads.texi (Non-POSIX Extensions): New document
39975         node.  Document pthread_getattr_default_np and
39976         pthread_setattr_default_np.
39978         * Versions.def (libpthread): Add GLIBC_2.18.
39979         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
39980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
39981         Likewise.
39982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
39983         Likewise.
39984         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
39985         Likewise.
39986         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
39987         Likewise.
39988         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
39989         Likewise.
39990         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
39991         Likewise.
39992         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
39993         Likewise.
39994         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
39995         Likewise.
39996         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39997         Likewise.
39999 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
40001         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
40002         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
40004 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
40005             H.J. Lu  <hjl.tools@gmail.com>
40007         [BZ #15627]
40008         * sysdeps/x86_64/rtld-memset.c: Remove file.
40009         * sysdeps/x86_64/rtld-memset.S: New file.
40011 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
40013         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
40014         (test_in_one_mode): Take arguments for whether the rounding mode
40015         is supported for each floating-point type.
40016         (do_test): Pass new arguments to test_in_one_mode using
40017         ROUNDING_TESTS.
40019 2013-06-13  Roland McGrath  <roland@hack.frob.com>
40021         * posix/tst-waitid.c (do_test): Distinguish different instances of
40022         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
40023         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
40024         before entering the kernel for waitpid.
40026 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
40028         * NEWS: Fix note on clock function precision.  Text by Roland
40029         McGrath.
40031 2013-06-13  Roland McGrath  <roland@hack.frob.com>
40033         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
40034         it into place only when and if the sanity check passes.
40036 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
40038         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
40039         output for whether conversion result is exact.  Take argument
40040         indicating whether type is IBM long double.
40041         (round_for_all): Change need_exact field to ibm_ld.
40042         * stdlib/tst-strtod-round.c (struct exactness): New type.
40043         (struct test): Change bool ld_ok field to struct exactness exact.
40044         (TEST): Update all definitions for change to field.
40045         (tests): Regenerate array contents.
40046         (test_in_one_mode): Take pointer to new field instead of old ld_ok
40047         field value.  Check for IBM long double here.
40048         (do_test): Update calls to test_in_one_mode.
40050 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
40052         [BZ #12515]
40053         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
40054         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
40056 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40058         [BZ #15605]
40059         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
40060         generated by the compiler on loop optimizations.
40061         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
40062         general definitions.
40064 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
40066         * math/bug-nextafter.c: Include <math-tests.h>.
40067         (main): Only test for exceptions if EXCEPTION_TESTS is true for
40068         the relevant type.
40069         * math/bug-nexttoward.c: Include <math-tests.h>.
40070         (main): Only test for exceptions if EXCEPTION_TESTS is true for
40071         the relevant type.
40072         * math/test-misc.c: Include <math-tests.h>.
40073         (main): Only test for exceptions if EXCEPTION_TESTS is true for
40074         the relevant type.
40076 2013-06-12  Andreas Jaeger  <aj@suse.de>
40078         * po/ia.po: Update Interlingua translation from translation
40079         project.
40081 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
40083         * include/fenv.h: Include stdbool.h.
40084         (struct rm_ctx): New structure.
40085         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
40086         Define macro.
40087         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
40088         (SET_RESTORE_ROUNDF): Likewise.
40089         (SET_RESTORE_ROUNDL): Likewise.
40090         (SET_RESTORE_ROUND_NOEX): Likewise.
40091         (SET_RESTORE_ROUND_NOEXF): Likewise.
40092         (SET_RESTORE_ROUND_NOEXL): Likewise.
40093         (SET_RESTORE_ROUND_53BIT): Likewise.
40094         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
40095         (libc_feresetround_noexf_ctx): Likewise.
40096         (libc_feresetround_noexl_ctx): Likewise.
40097         (libc_feholdsetround_53bit_ctx): Likewise.
40098         (libc_feresetround_53bit_ctx): Likewise.
40099         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
40100         (libc_feholdexcept_setround_sse_ctx): New function.
40101         (libc_fesetenv_sse_ctx): Likewise.
40102         (libc_feupdateenv_sse_ctx): Likewise.
40103         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
40104         (libc_feholdexcept_setround_387_ctx): Likewise.
40105         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
40106         (libc_feholdsetround_387_prec_ctx): Likewise.
40107         (libc_feholdsetround_387_ctx): Likewise.
40108         (libc_feholdsetround_387_53bit_ctx): Likewise.
40109         (libc_feholdsetround_sse_ctx): Likewise.
40110         (libc_feresetround_sse_ctx): Likewise.
40111         (libc_feresetround_387_ctx): Likewise.
40112         (libc_feupdateenv_387_ctx): Likewise.
40113         (libc_feholdexcept_setroundf_ctx): Define macro.
40114         (libc_fesetenvf_ctx): Likewise.
40115         (libc_feupdateenvf_ctx): Likewise.
40116         (libc_feholdsetroundf_ctx): Likewise.
40117         (libc_feresetroundf_ctx): Likewise.
40118         (libc_feholdexcept_setround_ctx): Likewise.
40119         (libc_fesetenv_ctx): Likewise.
40120         (libc_feupdateenv_ctx): Likewise.
40121         (libc_feholdsetround_ctx): Likewise.
40122         (libc_feresetround_ctx): Likewise.
40123         (libc_feholdexcept_setroundl_ctx): Likewise.
40124         (libc_feupdateenvl_ctx): Likewise.
40125         (libc_feholdsetroundl_ctx): Likewise.
40126         (libc_feresetroundl_ctx): Likewise.
40127         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
40128         (libc_feresetround_53bit_ctx): Likewise.
40130 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
40132         * locale/iso-639.def: Convert to UTF-8.
40134 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
40136         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
40137         (EXCEPTION_TESTS_double): Likewise.
40138         (EXCEPTION_TESTS_long_double): Likewise.
40139         (EXCEPTION_TESTS): Likewise.
40140         * math/libm-test.inc (test_exceptions): Only test exceptions if
40141         EXCEPTION_TESTS (FLOAT).
40143 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
40145         * benchtests/Makefile (string-bench): Add strcpy_chk and
40146         stpcpy_chk.
40147         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
40148         * benchtests/bench-stpcpy_chk.c: New file.
40149         * benchtests/bench-strcpy_chk-ifunc.c: New file.
40150         * benchtests/bench-strcpy_chk.c: New file.
40151         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
40152         code.
40153         (do_test): Likewise.
40155 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
40157         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
40158         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
40159         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
40160         with tabs where appropriate.
40161         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
40162         dl-procinfo.h.
40163         [PPC_PLATFORM_PPC440]: Likewise.
40164         [PPC_PLATFORM_PPC464]: Likewise.
40165         [PPC_PLATFORM_PPC476]: Likewise.
40166         (_dl_string_platform): Add support for detecting ppc405, ppc440,
40167         ppc464, and ppc476 platform strings merging from ports/
40168         dl-procinfo.h.
40170 2013-06-11  Andreas Schwab  <schwab@suse.de>
40172         [BZ #14991]
40173         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
40174         (from_ucs4_idx): Regenerate.
40175         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
40176         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
40177         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
40178         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
40179         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
40180         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
40181         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
40182         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
40183         from FROM_LOOP and TO_LOOP specific macros.
40184         (BODY): Handle combining characters.
40185         * iconvdata/BIG5HKSCS.irreversible: Update.
40186         * iconvdata/BIG5HKSCS.precomposed: New file.
40187         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
40188         characters.
40189         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
40191 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
40193         * include/sys/time.h: Fix indentation and add copyright header.
40195         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
40196         (do_test): Likewise.
40197         * string/test-memchr.c (do_one_test): Likewise.
40198         (do_test): Likewise.
40199         * string/test-memcmp.c (do_one_test): Likewise.
40200         (do_test): Likewise.
40201         * string/test-memcpy.c (do_one_test): Likewise.
40202         (do_test): Likewise.
40203         * string/test-memmem.c (do_one_test): Likewise.
40204         (do_test): Likewise.
40205         (do_random_tests): Likewise.
40206         * string/test-memmove.c (do_one_test): Likewise.
40207         (do_test): Likewise.
40208         * string/test-memset.c (do_one_test): Likewise.
40209         (do_test): Likewise.
40210         * string/test-rawmemchr.c (do_one_test): Likewise.
40211         (do_test): Likewise.
40212         * string/test-strcasecmp.c (do_one_test): Likewise.
40213         (do_test): Likewise.
40214         * string/test-strcasestr.c (do_one_test): Likewise.
40215         (do_test): Likewise.
40216         * string/test-strcat.c (do_one_test): Likewise.
40217         (do_test): Likewise.
40218         * string/test-strchr.c (do_one_test): Likewise.
40219         (do_test): Likewise.
40220         * string/test-strcmp.c (do_one_test): Likewise.
40221         (do_test): Likewise.
40222         * string/test-strcpy.c (do_one_test): Likewise.
40223         (do_test): Likewise.
40224         * string/test-string.h: Likewise.
40225         (test_init): Likewise.
40226         * string/test-strlen.c (do_one_test): Likewise.
40227         (do_test): Likewise.
40228         * string/test-strncasecmp.c (do_one_test): Likewise.
40229         (do_test): Likewise.
40230         * string/test-strncat.c (do_one_test): Likewise.
40231         (do_test): Likewise.
40232         * string/test-strncmp.c (do_one_test): Likewise.
40233         (do_test_limit): Likewise.
40234         (do_test): Likewise.
40235         * string/test-strncpy.c (do_one_test): Likewise.
40236         (do_test): Likewise.
40237         * string/test-strnlen.c (do_one_test): Likewise.
40238         (do_test): Likewise.
40239         * string/test-strpbrk.c (do_one_test): Likewise.
40240         (do_test): Likewise.
40241         * string/test-strrchr.c (do_one_test): Likewise.
40242         (do_test): Likewise.
40243         * string/test-strspn.c (do_one_test): Likewise.
40244         (do_test): Likewise.
40245         * string/test-strstr.c (do_one_test): Likewise.
40246         (do_test): Likewise.
40248         * benchtests/Makefile (string-bench): Add string benchmarks.
40249         * benchtests/bench-bcopy-ifunc.c: New file.
40250         * benchtests/bench-bcopy.c: New file.
40251         * benchtests/bench-bzero-ifunc.c: New file.
40252         * benchtests/bench-bzero.c: New file.
40253         * benchtests/bench-memccpy-ifunc.c: New file.
40254         * benchtests/bench-memccpy.c: New file.
40255         * benchtests/bench-memchr-ifunc.c: New file.
40256         * benchtests/bench-memchr.c: New file.
40257         * benchtests/bench-memcmp-ifunc.c: New file.
40258         * benchtests/bench-memcmp.c: New file.
40259         * benchtests/bench-memmem-ifunc.c: New file.
40260         * benchtests/bench-memmem.c: New file.
40261         * benchtests/bench-memmove-ifunc.c: New file.
40262         * benchtests/bench-memmove.c: New file.
40263         * benchtests/bench-mempcpy-ifunc.c: New file.
40264         * benchtests/bench-mempcpy.c: New file.
40265         * benchtests/bench-memset-ifunc.c: New file.
40266         * benchtests/bench-memset.c: New file.
40267         * benchtests/bench-rawmemchr-ifunc.c: New file.
40268         * benchtests/bench-rawmemchr.c: New file.
40269         * benchtests/bench-stpcpy-ifunc.c: New file.
40270         * benchtests/bench-stpcpy.c: New file.
40271         * benchtests/bench-stpncpy-ifunc.c: New file.
40272         * benchtests/bench-stpncpy.c: New file.
40273         * benchtests/bench-strcasecmp-ifunc.c: New file.
40274         * benchtests/bench-strcasecmp.c: New file.
40275         * benchtests/bench-strcasestr-ifunc.c: New file.
40276         * benchtests/bench-strcasestr.c: New file.
40277         * benchtests/bench-strcat-ifunc.c: New file.
40278         * benchtests/bench-strcat.c: New file.
40279         * benchtests/bench-strchr-ifunc.c: New file.
40280         * benchtests/bench-strchr.c: New file.
40281         * benchtests/bench-strchrnul-ifunc.c: New file.
40282         * benchtests/bench-strchrnul.c: New file.
40283         * benchtests/bench-strcmp-ifunc.c: New file.
40284         * benchtests/bench-strcmp.c: New file.
40285         * benchtests/bench-strcpy-ifunc.c: New file.
40286         * benchtests/bench-strcpy.c: New file.
40287         * benchtests/bench-strcspn-ifunc.c: New file.
40288         * benchtests/bench-strcspn.c: New file.
40289         * benchtests/bench-strlen-ifunc.c: New file.
40290         * benchtests/bench-strlen.c: New file.
40291         * benchtests/bench-strncasecmp-ifunc.c: New file.
40292         * benchtests/bench-strncasecmp.c: New file.
40293         * benchtests/bench-strncat-ifunc.c: New file.
40294         * benchtests/bench-strncat.c: New file.
40295         * benchtests/bench-strncmp-ifunc.c: New file.
40296         * benchtests/bench-strncmp.c: New file.
40297         * benchtests/bench-strncpy-ifunc.c: New file.
40298         * benchtests/bench-strncpy.c: New file.
40299         * benchtests/bench-strnlen-ifunc.c: New file.
40300         * benchtests/bench-strnlen.c: New file.
40301         * benchtests/bench-strpbrk-ifunc.c: New file.
40302         * benchtests/bench-strpbrk.c: New file.
40303         * benchtests/bench-strrchr-ifunc.c: New file.
40304         * benchtests/bench-strrchr.c: New file.
40305         * benchtests/bench-strspn-ifunc.c: New file.
40306         * benchtests/bench-strspn.c: New file.
40307         * benchtests/bench-strstr-ifunc.c: New file.
40308         * benchtests/bench-strstr.c: New file.
40310         * benchtests/Makefile: Disable parallel execution of targets.
40311         (string-bench): Add memcpy.
40312         (benchset): New variable to store a list of benchmark sets.
40313         (bench-func): Renamed from bench.
40314         (bench-set): New target.
40315         (bench): Depend on bench-func and bench-set.
40316         * benchtests/README: Add section on benchmark sets.
40317         * benchtests/bench-memcpy-ifunc.c: New file.
40318         * benchtests/bench-memcpy.c: New file.
40319         * benchtests/bench-string.h: New file.
40321 2013-06-11  Andreas Schwab  <schwab@suse.de>
40323         [BZ #15577]
40324         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
40325         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
40326         values in the triple.
40327         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
40328         terminator in the group key.
40330 2013-06-11  Andreas Jaeger  <aj@suse.de>
40332         * po/zh_TW.po: Update Chinese (traditional) translation from
40333         translation project.
40335 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
40337         * include/time.h (__clock_gettime): Add libc_hidden_proto.
40338         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
40339         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
40340         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40341         (clock_getcpuclockid): Likewise.
40342         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
40343         Add weak_alias and libc_hidden_def.
40344         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
40345         * rt/clock_gettime.c (clock_gettime): Rename to
40346         __clock_gettime.  Add weak_alias and libc_hidden_def.
40347         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
40348         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
40349         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
40350         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
40351         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
40352         Likewise.
40353         * rt/clock_settime.c (clock_settime): Rename to
40354         __clock_settime.  Add weak_alias and libc_hidden_def.
40355         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
40357 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
40359         * mach/err_boot.sub: Remove trailing whitespace.
40360         * mach/err_ipc.sub: Likewise.
40361         * mach/err_mach.sub: Likewise.
40363         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
40364         (ROUNDING_TESTS_double): Likewise.
40365         (ROUNDING_TESTS_long_double): Likewise.
40366         (ROUNDING_TESTS): Likewise.
40367         * math/libm-test.inc: Include <math-tests.h>.
40368         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
40369         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
40370         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
40371         (IF_ROUND_INIT_FE_UPWARD): Likewise.
40373 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
40375         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
40376         of assigning.
40378 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
40380         * sysdeps/gnu/errlist.awk: Do not generate space at end of
40381         otherwise empty TRANS lines.
40382         * sysdeps/gnu/errlist.c: Regenerated.
40384         * catgets/gencat.c (error_print): Use (void) in function
40385         definition.
40386         * crypt/crypt_util.c (__init_des): Likewise.
40387         * crypt/speeds.c (Stop): Likewise.
40388         (main): Likewise.
40389         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
40390         * inet/ruserpass.c (token): Likewise.
40391         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
40392         * intl/localealias.c (extend_alias_table): Likewise.
40393         * intl/plural-exp.c (init_germanic_plural): Likewise.
40394         * libio/fcloseall.c (__fcloseall): Likewise.
40395         * libio/genops.c (_IO_flush_all): Likewise.
40396         (_IO_flush_all_linebuffered): Likewise.
40397         (_IO_cleanup): Likewise.
40398         (_IO_iter_begin): Likewise.
40399         (_IO_iter_end): Likewise.
40400         (_IO_list_lock): Likewise.
40401         (_IO_list_unlock): Likewise.
40402         (_IO_list_resetlock): Likewise.
40403         * libio/getchar.c (getchar): Likewise.
40404         * libio/getchar_u.c (getchar_unlocked): Likewise.
40405         * libio/getwchar.c (getwchar): Likewise.
40406         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
40407         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
40408         * login/getpt.c (__getpt): Likewise.
40409         * login/tst-utmp.c (main): Likewise.
40410         * malloc/hooks.c (__malloc_check_init): Likewise.
40411         * malloc/malloc.c (__malloc_stats): Likewise.
40412         * malloc/mtrace.c (tr_break): Likewise.
40413         (mtrace): Likewise.
40414         (muntrace): Likewise.
40415         * misc/fstab.c (endfsent): Likewise.
40416         * misc/getclktck.c (__getclktck): Likewise.
40417         * misc/getdtsz.c (__getdtablesize): Likewise.
40418         * misc/gethostid.c (gethostid): Likewise.
40419         * misc/getpagesize.c (__getpagesize): Likewise.
40420         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
40421         (__get_nprocs): Likewise.
40422         (__get_phys_pages): Likewise.
40423         (__get_avphys_pages): Likewise.
40424         * misc/getttyent.c (getttyent): Likewise.
40425         (setttyent): Likewise.
40426         (endttyent): Likewise.
40427         * misc/getusershell.c (getusershell): Likewise.
40428         (endusershell): Likewise.
40429         (setusershell): Likewise.
40430         (initshells): Likewise.
40431         * misc/hsearch.c (__hdestroy): Likewise.
40432         * misc/sync.c (sync): Likewise.
40433         * misc/syslog.c (closelog_internal): Likewise.
40434         (closelog): Likewise.
40435         * misc/ttyslot.c (ttyslot): Likewise.
40436         * misc/vhangup.c (vhangup): Likewise.
40437         * posix/fork.c (__fork): Likewise.
40438         * posix/getegid.c (__getegid): Likewise.
40439         * posix/geteuid.c (__geteuid): Likewise.
40440         * posix/getgid.c (__getgid): Likewise.
40441         * posix/getpid.c (__getpid): Likewise.
40442         * posix/getppid.c (__getppid): Likewise.
40443         * posix/getuid.c (__getuid): Likewise.
40444         * posix/pause.c (pause): Likewise.
40445         * posix/setpgrp.c (setpgrp): Likewise.
40446         * posix/setsid.c (__setsid): Likewise.
40447         * posix/test-vfork.c (noop): Likewise.
40448         * resolv/gethnamaddr.c (_endhtent): Likewise.
40449         (_gethtent): Likewise.
40450         (ht_endhostent): Likewise.
40451         (gethostent): Likewise.
40452         (dns_service): Likewise.
40453         * stdlib/drand48.c (drand48): Likewise.
40454         * stdlib/lrand48.c (lrand48): Likewise.
40455         * stdlib/mrand48.c (mrand48): Likewise.
40456         * stdlib/rand.c (rand): Likewise.
40457         * stdlib/random.c (__random): Likewise.
40458         * stdlib/setenv.c (clearenv): Likewise.
40459         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
40460         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
40461         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
40462         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
40463         (__get_nprocs): Likewise.
40464         (__get_phys_pages): Likewise.
40465         (__get_avphys_pages): Likewise.
40466         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
40467         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
40468         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
40469         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
40470         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
40471         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
40472         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
40473         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
40474         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
40475         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
40476         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
40477         * sysdeps/mach/hurd/sync.c (sync): Likewise.
40478         * sysdeps/posix/clock.c (clock): Likewise.
40479         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
40480         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
40481         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
40482         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
40483         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
40484         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
40485         (__get_nprocs_conf): Likewise.
40486         (__get_phys_pages): Likewise.
40487         (__get_avphys_pages): Likewise.
40488         * time/clock.c (clock): Likewise.
40489         * time/tzset.c (__tzname_max): Likewise.
40491 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
40493         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
40494         (__bswap_32): Do not use "register".
40495         * crypt/crypt.c (_ufc_doit_r): Likewise.
40496         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
40497         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
40498         * gmon/gmon.c (__monstartup): Likewise.
40499         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
40500         * hurd/hurdmalloc.c (more_memory): Likewise.
40501         (malloc): Likewise.
40502         (free): Likewise.
40503         (realloc): Likewise.
40504         (malloc_fork_prepare): Likewise.
40505         (malloc_fork_parent): Likewise.
40506         (malloc_fork_child): Likewise.
40507         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
40508         (_svcauth_des): Likewise.
40509         * inet/inet_lnaof.c (inet_lnaof): Likewise.
40510         * inet/inet_net.c (inet_network): Likewise.
40511         * inet/inet_netof.c (inet_netof): Likewise.
40512         * inet/rcmd.c (__validuser2_sa): Likewise.
40513         * io/fts.c (fts_open): Likewise.
40514         (fts_load): Likewise.
40515         (fts_close): Likewise.
40516         (fts_read): Likewise.
40517         (fts_children): Likewise.
40518         (fts_build): Likewise.
40519         (fts_stat): Likewise.
40520         (fts_sort): Likewise.
40521         (fts_alloc): Likewise.
40522         (fts_lfree): Likewise.
40523         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
40524         (_IO_file_xsgetn): Likewise.
40525         (_IO_file_xsgetn_mmap): Likewise.
40526         * libio/iofopncook.c (_IO_cookie_read): Likewise.
40527         (_IO_cookie_write): Likewise.
40528         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
40529         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
40530         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
40531         * malloc/obstack.c (_obstack_begin): Likewise.
40532         (_obstack_begin_1): Likewise.
40533         (_obstack_newchunk): Likewise.
40534         (_obstack_allocated_p): Likewise.
40535         (obstack_free): Likewise.
40536         (_obstack_memory_used): Likewise.
40537         * misc/getttyent.c (getttynam): Likewise.
40538         (getttyent): Likewise.
40539         (skip): Likewise.
40540         (value): Likewise.
40541         * misc/getusershell.c (initshells): Likewise.
40542         * misc/syslog.c (__vsyslog_chk): Likewise.
40543         * misc/ttyslot.c (ttyslot): Likewise.
40544         * nis/nis_hash.c (__nis_hash): Likewise.
40545         * posix/fnmatch_loop.c (FCT): Likewise.
40546         * posix/getconf.c (print_all): Likewise.
40547         (main): Likewise.
40548         * posix/getopt.c (exchange): Likewise.
40549         * posix/glob.c (globfree): Likewise.
40550         (prefix_array): Likewise.
40551         (__glob_pattern_type): Likewise.
40552         * resolv/arpa/nameser.h (NS_GET16): Likewise.
40553         (NS_GET32): Likewise.
40554         (NS_PUT16): Likewise.
40555         (NS_PUT32): Likewise.
40556         * resolv/gethnamaddr.c (getanswer): Likewise.
40557         (gethostbyname2): Likewise.
40558         (gethostbyaddr): Likewise.
40559         (_gethtent): Likewise.
40560         (_gethtbyname2): Likewise.
40561         (_gethtbyaddr): Likewise.
40562         * resolv/ns_print.c (dst_s_get_int16): Likewise.
40563         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
40564         * resolv/res_init.c (__res_vinit): Likewise.
40565         (net_mask): Likewise.
40566         * resolv/res_mkquery.c (outchar): Likewise.
40567         (PRINT): Likewise.
40568         * stdio-common/printf_fp.c (outchar): Likewise.
40569         (PRINT): Likewise.
40570         * stdio-common/printf_fphex.c (outchar): Likewise.
40571         (PRINT): Likewise.
40572         * stdio-common/printf_size.c (outchar): Likewise.
40573         (PRINT): Likewise.
40574         * stdio-common/test_rdwr.c (main): Likewise.
40575         * stdio-common/tfformat.c (matches): Likewise.
40576         * stdio-common/vfprintf.c (outchar): Likewise.
40577         (printf_unknown): Likewise.
40578         (buffered_vfprintf): Likewise.
40579         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
40580         * stdio-common/xbug.c (AppendToBuffer): Likewise.
40581         (ReadFile): Likewise.
40582         * stdlib/qsort.c (SWAP): Likewise.
40583         (_quicksort): Likewise.
40584         * stdlib/setenv.c (__add_to_environ): Likewise.
40585         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
40586         * stdlib/strtol_l.c (__strtol_l): Likewise.
40587         * stdlib/tst-strtod.c (main): Likewise.
40588         * stdlib/tst-strtol.c (main): Likewise.
40589         * stdlib/tst-strtoll.c (main): Likewise.
40590         * string/bits/string2.h (__strcmp_cc): Likewise.
40591         (__strcmp_cg): Likewise.
40592         (__strcspn_c1): Likewise.
40593         (__strcspn_c2): Likewise.
40594         (__strcspn_c3): Likewise.
40595         (__strspn_c1): Likewise.
40596         (__strspn_c2): Likewise.
40597         (__strspn_c3): Likewise.
40598         (__strsep_1c): Likewise.
40599         (__strsep_2c): Likewise.
40600         (__strsep_3c): Likewise.
40601         * string/memccpy.c (__memccpy): Likewise.
40602         * string/stpcpy.c (__stpcpy): Likewise.
40603         * string/strcmp.c (strcmp): Likewise.
40604         * string/strrchr.c (strrchr): Likewise.
40605         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
40606         Likewise.
40607         * sysdeps/mach/hurd/getcwd.c
40608         (_hurd_canonicalize_directory_name_internal): Likewise.
40609         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
40610         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
40611         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
40612         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
40613         Likewise, in both definitions.
40614         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
40615         definitions.
40616         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
40617         64] (__bswap_64): Likewise.
40618         * time/test_time.c (main): Likewise.
40619         * time/tzfile.c (__tzfile_read): Likewise.
40620         (__tzfile_compute): Likewise.
40621         * time/tzset.c (__tzset_parse_tz): Likewise.
40622         (tzset_internal): Likewise.
40623         (compute_change): Likewise.
40624         * wcsmbs/wcscat.c (__wcscat): Likewise.
40625         * wcsmbs/wcschr.c (wcschr): Likewise.
40626         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
40627         * wcsmbs/wcscspn.c (wcscspn): Likewise.
40628         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
40629         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
40630         * wcsmbs/wcsspn.c (wcsspn): Likewise.
40631         * wcsmbs/wcsstr.c (wcsstr): Likewise.
40632         * wcsmbs/wmemchr.c (wmemchr): Likewise.
40633         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
40634         * wcsmbs/wmemset.c (wmemset): Likewise.
40636 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
40638         * scripts/config.guess: Update to version 2013-05-16.
40639         * scripts/config.sub: Update to version 2013-04-24.
40640         * scripts/install-sh: Update to version 2011-11-20.07.
40641         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
40642         * scripts/move-if-change: Update to version 2012-01-06 07:23.
40644 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
40646         * debug/fgetws_u_chk.c: Fix leading whitespaces.
40647         * elf/sln.c: Likewise.
40648         * hurd/hurd/ioctl.h: Likewise.
40649         * hurd/hurdmalloc.c: Likewise.
40650         * hurd/xattr.c: Likewise.
40651         * include/shlib-compat.h: Likewise.
40652         * inet/ruserpass.c: Likewise.
40653         * libio/iofgets_u.c: Likewise.
40654         * libio/iofgetws_u.c: Likewise.
40655         * locale/programs/ld-identification.c: Likewise.
40656         * locale/programs/ld-time.c: Likewise.
40657         * mach/msg-destroy.c: Likewise.
40658         * nss/nss_files/files-netgrp.c: Likewise.
40659         * resolv/res_data.c: Likewise.
40660         * soft-fp/op-1.h: Likewise.
40661         * soft-fp/op-2.h: Likewise.
40662         * soft-fp/op-4.h: Likewise.
40663         * soft-fp/op-common.h: Likewise.
40664         * stdio-common/printf_fphex.c: Likewise.
40665         * stdlib/strtod_l.c: Likewise.
40666         * sunrpc/rpc/clnt.h: Likewise.
40667         * sysdeps/generic/framestate.c: Likewise.
40668         * sysdeps/i386/bsd-_setjmp.S: Likewise.
40669         * sysdeps/i386/bsd-setjmp.S: Likewise.
40670         * sysdeps/i386/__longjmp.S: Likewise.
40671         * sysdeps/i386/setjmp.S: Likewise.
40672         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
40673         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
40674         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
40675         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
40676         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
40677         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
40678         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
40679         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
40680         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
40681         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
40682         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
40683         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
40684         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
40685         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
40686         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
40687         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
40688         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
40689         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
40690         * sysdeps/ieee754/support.c: Likewise.
40691         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
40692         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
40693         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
40694         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
40695         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
40696         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
40697         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
40698         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
40699         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
40700         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
40701         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
40702         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
40703         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
40704         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
40705         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
40706         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
40707         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
40708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
40710 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
40712         * posix/transbug.c: Remove executable mode.
40714 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
40716         * crypt/speeds.c: Remove trailing whitespace.
40717         * dlfcn/default.c: Likewise.
40718         * elf/ifuncdep2.c: Likewise.
40719         * elf/ifuncmain1.c: Likewise.
40720         * elf/ifuncmain1vis.c: Likewise.
40721         * elf/testobj.h: Likewise.
40722         * elf/tst-stackguard1.c: Likewise.
40723         * gmon/sys/gmon.h: Likewise.
40724         * hurd/hurdmsg.c: Likewise.
40725         * hurd/new-fd.c: Likewise.
40726         * hurd/ports-get.c: Likewise.
40727         * iconvdata/ibm1008_420.c: Likewise.
40728         * inet/tst-getni1.c: Likewise.
40729         * inet/tst-getni2.c: Likewise.
40730         * libio/ioungetc.c: Likewise.
40731         * libio/wfiledoalloc.c: Likewise.
40732         * manual/libm-err-tab.pl: Likewise.
40733         * math/w_dremf.c: Likewise.
40734         * misc/ftruncate.c: Likewise.
40735         * posix/bug-glob2.c: Likewise.
40736         * posix/tst-pcre.c: Likewise.
40737         * posix/wait4.c: Likewise.
40738         * resolv/README: Likewise.
40739         * resolv/res_debug.h: Likewise.
40740         * resolv/tst-inet_ntop.c: Likewise.
40741         * setjmp/bug269-setjmp.c: Likewise.
40742         * soft-fp/extended.h: Likewise.
40743         * soft-fp/op-1.h: Likewise.
40744         * soft-fp/op-2.h: Likewise.
40745         * soft-fp/op-4.h: Likewise.
40746         * soft-fp/op-8.h: Likewise.
40747         * soft-fp/testit.c: Likewise.
40748         * stdio-common/bug16.c: Likewise.
40749         * stdlib/random.c: Likewise.
40750         * sunrpc/rpcsvc/rquota.x: Likewise.
40751         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
40752         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
40753         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
40754         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
40755         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
40756         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
40757         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
40758         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
40759         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
40760         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
40761         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
40762         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
40763         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
40764         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
40765         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
40766         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
40767         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
40768         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
40769         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
40770         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
40771         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
40772         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
40773         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
40774         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
40775         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
40776         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
40777         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
40778         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
40779         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
40780         * sysdeps/ieee754/s_lib_version.c: Likewise.
40781         * sysdeps/mach/hurd/check_fds.c: Likewise.
40782         * sysdeps/mach/hurd/getsockname.c: Likewise.
40783         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
40784         * sysdeps/mach/hurd/recvfrom.c: Likewise.
40785         * sysdeps/powerpc/bits/link.h: Likewise.
40786         * sysdeps/powerpc/dl-procinfo.c: Likewise.
40787         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
40788         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
40789         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
40790         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
40791         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
40792         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
40793         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
40794         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
40795         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
40796         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
40797         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
40798         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
40799         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
40800         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
40801         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
40802         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
40803         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
40804         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
40805         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
40806         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
40807         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
40808         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
40809         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
40810         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
40811         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
40812         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
40813         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
40814         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
40815         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
40816         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
40817         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
40818         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
40819         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
40820         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
40821         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
40822         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
40823         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
40824         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
40825         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
40826         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
40827         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
40828         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
40829         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
40830         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
40831         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
40832         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
40833         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
40834         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
40835         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
40836         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
40837         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
40838         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
40839         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
40840         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
40841         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
40842         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
40843         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
40844         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
40845         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
40846         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
40847         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
40848         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
40849         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
40850         * sysdeps/powerpc/sysdep.h: Likewise.
40851         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40852         * sysdeps/s390/s390-64/sub_n.S: Likewise.
40853         * sysdeps/sh/dl-trampoline.S: Likewise.
40854         * sysdeps/sh/memset.S: Likewise.
40855         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
40856         * sysdeps/sh/strlen.S: Likewise.
40857         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
40858         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
40859         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
40860         * sysdeps/sparc/sparc32/rem.S: Likewise.
40861         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
40862         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
40863         * sysdeps/sparc/sparc32/strchr.S: Likewise.
40864         * sysdeps/sparc/sparc32/udiv.S: Likewise.
40865         * sysdeps/sparc/sparc32/urem.S: Likewise.
40866         * sysdeps/sparc/sparc64/add_n.S: Likewise.
40867         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
40868         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
40869         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
40870         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
40871         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
40872         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
40873         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
40874         * sysdeps/unix/bsd/times.c: Likewise.
40875         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
40876         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
40877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
40878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
40879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
40880         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
40881         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
40882         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
40883         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
40884         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
40885         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
40886         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
40887         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
40888         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
40889         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
40890         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
40891         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
40892         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
40893         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
40894         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
40895         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
40896         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
40897         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
40898         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
40899         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
40900         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
40901         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
40902         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
40903         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
40904         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
40905         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
40906         * sysdeps/x86_64/strcspn.S: Likewise.
40908 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
40910         * locale/C-translit.h: Revert #include <stdint.h> because this is a
40911         generated file.  Regenerate properly from gen-translit.pl.
40912         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
40913         locale/C-translit.h.
40915 2013-06-05  Andreas Schwab  <schwab@suse.de>
40917         [BZ #15100]
40918         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
40919         week as 6 instead of -1.
40920         * time/tst-strptime.c (day_tests): Add test case.
40922 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
40924         * sysdeps/generic/math_private.h
40925         (libc_feholdexcept_setround_53bit): Replace with
40926         libc_feholdsetround_53bit.
40927         (libc_feupdateenv_53bit): Replace with
40928         libc_feresetround_53bit.
40929         (SET_RESTORE_ROUND_53BIT): Adjust.
40931 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
40933         * string/test-strchrnul.c: Add copyright header.
40935         * posix/tst-getaddrinfo4.c: Increase test timeout.
40937 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
40939         [BZ #15536]
40940         * math/libm-test.inc (MAX_EXP): Remove
40941         (MIN_EXP): Define.
40942         (ulp): Use MIN_EXP - MANT_DIG.
40943         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
40945 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
40947         * po/be.po: Revert last change.
40948         * po/zh_CN.po: Likewise.
40949         * po/header.pot: Likewise.
40951 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
40953         * Makefile ($(common-objpfx)linkobj/libc.so): Define
40954         link-libc-deps to empty as target-specific variable.
40955         * Makerules (link-libc-args): New variable.
40956         (libc-for-link): Likewise.
40957         (link-libc-deps): Likewise.
40958         (lib%.so): Depend on $(link-libc-deps).  Link with
40959         $(link-libc-args).
40960         (build-module): Link with $(link-libc-args).
40961         (build-module-asneeded): Likewise.
40962         (build-module-helper-objlist): Filter out $(link-libc-deps) from
40963         list of objects.
40964         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
40965         target-specific variable.
40966         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
40967         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
40968         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
40969         libc.
40970         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
40971         libc and ld.so.
40972         ($(objpfx)libpcprofile.so): Likewise.
40973         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
40974         libc_nonshared.a.
40975         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
40976         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
40977         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
40978         $(link-libc-deps).
40979         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
40980         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
40981         * login/Makefile ($(objpfx)libutil.so): Likewise.
40982         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
40983         * math/Makefile ($(objpfx)libm.so): Likewise.
40984         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
40985         $(objpfx)libnsl.so): Define libc-for-link as target-specific
40986         variable instead of depending directly on libc.
40987         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
40988         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
40989         $(link-libc-deps).
40990         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
40991         libc.
40992         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
40993         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
40994         ($(objpfx)libanl.so): Likewise.
40995         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
40996         ld.so.
40997         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
40998         $(link-libc-deps).
40999         * sysdeps/i386/fpu/Makefile: Remove file.
41000         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
41001         ($(objpfx)libm.so): Remove dependency on ld.so.
41003 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
41005         [BZ # 15553]
41006         * nis/yp_xdr.c (XDRMAXNAME): Define.
41007         (XDRMAXRECORD): Define.
41008         (xdr_domainname): Use XDRMAXNAME.
41009         (xdr_mapname): Likewise.
41010         (xdr_peername): Likewise.
41011         (xdr_keydat): Use XDRMAXRECORD.
41012         (xdr_valdat): Likewise.
41014 2013-05-30  Jeff Law  <law@redhat.com>
41016         [BZ #14256]
41017         * manual/errno.texi (ESTALE): Update to account for more than
41018         just NFS file systems.
41019         * sysdeps/gnu/errlist.c: Regenerated.
41021 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
41023         [BZ #15465]
41024         * elf/Makefile (tests): Add tst-null-argv.
41025         (modules-names):  Add tst-null-argv-lib.
41026         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
41027         (tst-null-argv-ENV): Set environment for tst-null-argv.
41028         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
41029         (RTLD_PROGNAME): New macro.
41030         * elf/tst-null-argv.c: New test case.
41031         * elf/tst-null-argv-lib.c: Library for test case.
41032         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
41033         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
41034         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
41035         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
41036         * elf/dl-init.c (call_init): Likewise.
41037         (_dl_init): Likewise.
41038         * elf/dl-load.c (print_search_path): Likewise.
41039         (_dl_map_object): Likewise.
41040         * elf/dl-lookup.c (do_lookup_x): Likewise.
41041         (add_dependency): Likewise.
41042         (_dl_lookup_symbol_x): Likewise.
41043         (_dl_debug_bindings): Likewise.
41044         * elf/dl-open.c (_dl_show_scope): Likewise.
41045         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
41046         * elf/dl-version.c (match_symbol): Likewise.
41047         (_dl_check_map_versions): Likewise.
41048         * elf/rtld.c (dl_main): Likewise.
41049         (print_unresolved): Use RTLD_PROGNAME.
41050         (print_missing_version): Likewise.
41051         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
41052         (elf_machine_rela): Likewise.
41053         * sysdeps/powerpc/powerpc32/dl-machine.c
41054         (__process_machine_rela): Likewise.
41055         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
41056         Likewise.
41057         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41058         Likewise.
41059         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
41060         Likewise.
41061         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
41062         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
41063         Likewise.
41064         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
41065         Likewise.
41066         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
41068 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
41070         * po/be.po: Add descriptive title.
41071         * po/zh_CN.po: Likewise.
41072         * po/header.pot: Likewise.
41074 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
41076         * locale/programs/locarchive.c (create_archive): Inlucde fname in
41077         error message.
41078         (enlarge_archive): Likewise.
41080 2013-05-28  Ben North  <ben@redfrontdoor.org>
41082         * manual/arith.texi (frexp): It is the magnitude of the return
41083         value which lies in [0.5, 1), not the return value itself.
41085 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41087         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41089 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
41091         * stdio-common/bug26.c (main): Correct fscanf template.
41093         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
41094         declare _dl_skip_args.
41096         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
41097         Don't declare.
41099         * manual/platform.texi: Add missing @end deftypefun.
41101 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
41103         [BZ #15529]
41104         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
41105         bit of mantissa of 2^16382.
41106         * math/libm-test.inc (hypot_test_data): Add more tests.
41108         * math/libm-test.inc: Add drem and pow10 to list of tested
41109         functions.
41110         (pow10_test): New function.
41111         (drem_test): Likewise.
41112         (drem_test_tonearest): Likewise.
41113         (drem_test_towardzero): Likewise.
41114         (drem_test_downward): Likewise.
41115         (drem_test_upward): Likewise.
41116         (main): Call the new functions.
41118         * math/libm-test.inc (finite_test_data): Remove.
41119         (finite_test): Run tests from isfinite_test_data.
41120         (gamma_test_data): Remove.
41121         (gamma_test): Run tests from lgamma_test_data.
41122         * sysdeps/i386/fpu/libm-test-ulps: Update.
41123         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41125 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41127         * manual/platform.texi: Add PowerPC PPR function set documentation.
41128         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
41129         implementation.
41131 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
41133         * math/libm-test.inc (MAX_EXP): Define.
41134         (ULPDIFF): Define.
41135         (ulp): New function.
41136         (check_float_internal): Use ULPDIFF.
41137         (cpow_test): Disable failing test.
41138         (check_ulp): Test ulp() implemetnation.
41139         (main): Call check_ulp before starting tests.
41141 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
41143         * math/gen-libm-test.pl (generate_testfile): Do not handle
41144         START_DATA and END_DATA.
41145         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
41146         END_DATA.
41147         (acos_tonearest_test_data): Likewise.
41148         (acos_towardzero_test_data): Likewise.
41149         (acos_downward_test_data): Likewise.
41150         (acos_upward_test_data): Likewise.
41151         (acosh_test_data): Likewise.
41152         (asin_test_data): Likewise.
41153         (asin_tonearest_test_data): Likewise.
41154         (asin_towardzero_test_data): Likewise.
41155         (asin_downward_test_data): Likewise.
41156         (asin_upward_test_data): Likewise.
41157         (asinh_test_data): Likewise.
41158         (atan_test_data): Likewise.
41159         (atanh_test_data): Likewise.
41160         (atan2_test_data): Likewise.
41161         (cabs_test_data): Likewise.
41162         (cacos_test_data): Likewise.
41163         (cacosh_test_data): Likewise.
41164         (carg_test_data): Likewise.
41165         (casin_test_data): Likewise.
41166         (casinh_test_data): Likewise.
41167         (catan_test_data): Likewise.
41168         (catanh_test_data): Likewise.
41169         (cbrt_test_data): Likewise.
41170         (ccos_test_data): Likewise.
41171         (ccosh_test_data): Likewise.
41172         (ceil_test_data): Likewise.
41173         (cexp_test_data): Likewise.
41174         (cimag_test_data): Likewise.
41175         (clog_test_data): Likewise.
41176         (clog10_test_data): Likewise.
41177         (conj_test_data): Likewise.
41178         (copysign_test_data): Likewise.
41179         (cos_test_data): Likewise.
41180         (cos_tonearest_test_data): Likewise.
41181         (cos_towardzero_test_data): Likewise.
41182         (cos_downward_test_data): Likewise.
41183         (cos_upward_test_data): Likewise.
41184         (cosh_test_data): Likewise.
41185         (cosh_tonearest_test_data): Likewise.
41186         (cosh_towardzero_test_data): Likewise.
41187         (cosh_downward_test_data): Likewise.
41188         (cosh_upward_test_data): Likewise.
41189         (cpow_test_data): Likewise.
41190         (cproj_test_data): Likewise.
41191         (creal_test_data): Likewise.
41192         (csin_test_data): Likewise.
41193         (csinh_test_data): Likewise.
41194         (csqrt_test_data): Likewise.
41195         (ctan_test_data): Likewise.
41196         (ctan_tonearest_test_data): Likewise.
41197         (ctan_towardzero_test_data): Likewise.
41198         (ctan_downward_test_data): Likewise.
41199         (ctan_upward_test_data): Likewise.
41200         (ctanh_test_data): Likewise.
41201         (ctanh_tonearest_test_data): Likewise.
41202         (ctanh_towardzero_test_data): Likewise.
41203         (ctanh_downward_test_data): Likewise.
41204         (ctanh_upward_test_data): Likewise.
41205         (erf_test_data): Likewise.
41206         (erfc_test_data): Likewise.
41207         (exp_test_data): Likewise.
41208         (exp_tonearest_test_data): Likewise.
41209         (exp_towardzero_test_data): Likewise.
41210         (exp_downward_test_data): Likewise.
41211         (exp_upward_test_data): Likewise.
41212         (exp10_test_data): Likewise.
41213         (exp2_test_data): Likewise.
41214         (expm1_test_data): Likewise.
41215         (fabs_test_data): Likewise.
41216         (fdim_test_data): Likewise.
41217         (finite_test_data): Likewise.
41218         (floor_test_data): Likewise.
41219         (fma_test_data): Likewise.
41220         (fma_towardzero_test_data): Likewise.
41221         (fma_downward_test_data): Likewise.
41222         (fma_upward_test_data): Likewise.
41223         (fmax_test_data): Likewise.
41224         (fmin_test_data): Likewise.
41225         (fmod_test_data): Likewise.
41226         (fpclassify_test_data): Likewise.
41227         (frexp_test_data): Likewise.
41228         (gamma_test_data): Likewise.
41229         (hypot_test_data): Likewise.
41230         (ilogb_test_data): Likewise.
41231         (isfinite_test_data): Likewise.
41232         (isgreater_test_data): Likewise.
41233         (isgreaterequal_test_data): Likewise.
41234         (isinf_test_data): Likewise.
41235         (isless_test_data): Likewise.
41236         (islessequal_test_data): Likewise.
41237         (islessgreater_test_data): Likewise.
41238         (isnan_test_data): Likewise.
41239         (isnormal_test_data): Likewise.
41240         (issignaling_test_data): Likewise.
41241         (isunordered_test_data): Likewise.
41242         (j0_test_data): Likewise.
41243         (j1_test_data): Likewise.
41244         (jn_test_data): Likewise.
41245         (ldexp_test_data): Likewise.
41246         (lgamma_test_data): Likewise.
41247         (lrint_test_data): Likewise.
41248         (lrint_tonearest_test_data): Likewise.
41249         (lrint_towardzero_test_data): Likewise.
41250         (lrint_downward_test_data): Likewise.
41251         (lrint_upward_test_data): Likewise.
41252         (llrint_test_data): Likewise.
41253         (llrint_tonearest_test_data): Likewise.
41254         (llrint_towardzero_test_data): Likewise.
41255         (llrint_downward_test_data): Likewise.
41256         (llrint_upward_test_data): Likewise.
41257         (log_test_data): Likewise.
41258         (log10_test_data): Likewise.
41259         (log1p_test_data): Likewise.
41260         (log2_test_data): Likewise.
41261         (logb_test_data): Likewise.
41262         (logb_downward_test_data): Likewise.
41263         (lround_test_data): Likewise.
41264         (llround_test_data): Likewise.
41265         (modf_test_data): Likewise.
41266         (nearbyint_test_data): Likewise.
41267         (nextafter_test_data): Likewise.
41268         (nexttoward_test_data): Likewise.
41269         (pow_test_data): Likewise.
41270         (pow_tonearest_test_data): Likewise.
41271         (pow_towardzero_test_data): Likewise.
41272         (pow_downward_test_data): Likewise.
41273         (pow_upward_test_data): Likewise.
41274         (remainder_test_data): Likewise.
41275         (remainder_tonearest_test_data): Likewise.
41276         (remainder_towardzero_test_data): Likewise.
41277         (remainder_downward_test_data): Likewise.
41278         (remainder_upward_test_data): Likewise.
41279         (remquo_test_data): Likewise.
41280         (rint_test_data): Likewise.
41281         (rint_tonearest_test_data): Likewise.
41282         (rint_towardzero_test_data): Likewise.
41283         (rint_downward_test_data): Likewise.
41284         (rint_upward_test_data): Likewise.
41285         (round_test_data): Likewise.
41286         (scalb_test_data): Likewise.
41287         (scalbn_test_data): Likewise.
41288         (scalbln_test_data): Likewise.
41289         (signbit_test_data): Likewise.
41290         (sin_test_data): Likewise.
41291         (sin_tonearest_test_data): Likewise.
41292         (sin_towardzero_test_data): Likewise.
41293         (sin_downward_test_data): Likewise.
41294         (sin_upward_test_data): Likewise.
41295         (sincos_test_data): Likewise.
41296         (sinh_test_data): Likewise.
41297         (sinh_tonearest_test_data): Likewise.
41298         (sinh_towardzero_test_data): Likewise.
41299         (sinh_downward_test_data): Likewise.
41300         (sinh_upward_test_data): Likewise.
41301         (sqrt_test_data): Likewise.
41302         (tan_test_data): Likewise.
41303         (tan_tonearest_test_data): Likewise.
41304         (tan_towardzero_test_data): Likewise.
41305         (tan_downward_test_data): Likewise.
41306         (tan_upward_test_data): Likewise.
41307         (tanh_test_data): Likewise.
41308         (tgamma_test_data): Likewise.
41309         (trunc_test_data): Likewise.
41310         (y0_test_data): Likewise.
41311         (y1_test_data): Likewise.
41312         (yn_test_data): Likewise.
41313         (significand_test_data): Likewise.
41315         * math/gen-libm-test.pl (@functions): Remove variable.
41316         (generate_testfile): Don't handle START and END lines.
41317         * math/libm-test.inc (START): New macro.
41318         (END): Likewise.
41319         (END_COMPLEX): Likewise.
41320         (acos_test): Use END macro without arguments.
41321         (acos_test_tonearest): Likewise.
41322         (acos_test_towardzero): Likewise.
41323         (acos_test_downward): Likewise.
41324         (acos_test_upward): Likewise.
41325         (acosh_test): Likewise.
41326         (asin_test): Likewise.
41327         (asin_test_tonearest): Likewise.
41328         (asin_test_towardzero): Likewise.
41329         (asin_test_downward): Likewise.
41330         (asin_test_upward): Likewise.
41331         (asinh_test): Likewise.
41332         (atan_test): Likewise.
41333         (atanh_test): Likewise.
41334         (atan2_test): Likewise.
41335         (cabs_test): Likewise.
41336         (cacos_test): Use END_COMPLEX macro without arguments.
41337         (cacosh_test): Likewise.
41338         (carg_test): Use END macro without arguments.
41339         (casin_test): Use END_COMPLEX macro without arguments.
41340         (casinh_test): Likewise.
41341         (catan_test): Likewise.
41342         (catanh_test): Likewise.
41343         (cbrt_test): Use END macro without arguments.
41344         (ccos_test): Use END_COMPLEX macro without arguments.
41345         (ccosh_test): Likewise.
41346         (ceil_test): Use END macro without arguments.
41347         (cexp_test): Use END_COMPLEX macro without arguments.
41348         (cimag_test): Use END macro without arguments.
41349         (clog_test): Use END_COMPLEX macro without arguments.
41350         (clog10_test): Likewise.
41351         (conj_test): Likewise.
41352         (copysign_test): Use END macro without arguments.
41353         (cos_test): Likewise.
41354         (cos_test_tonearest): Likewise.
41355         (cos_test_towardzero): Likewise.
41356         (cos_test_downward): Likewise.
41357         (cos_test_upward): Likewise.
41358         (cosh_test): Likewise.
41359         (cosh_test_tonearest): Likewise.
41360         (cosh_test_towardzero): Likewise.
41361         (cosh_test_downward): Likewise.
41362         (cosh_test_upward): Likewise.
41363         (cpow_test): Use END_COMPLEX macro without arguments.
41364         (cproj_test): Likewise.
41365         (creal_test): Use END macro without arguments.
41366         (csin_test): Use END_COMPLEX macro without arguments.
41367         (csinh_test): Likewise.
41368         (csqrt_test): Likewise.
41369         (ctan_test): Likewise.
41370         (ctan_test_tonearest): Likewise.
41371         (ctan_test_towardzero): Likewise.
41372         (ctan_test_downward): Likewise.
41373         (ctan_test_upward): Likewise.
41374         (ctanh_test): Likewise.
41375         (ctanh_test_tonearest): Likewise.
41376         (ctanh_test_towardzero): Likewise.
41377         (ctanh_test_downward): Likewise.
41378         (ctanh_test_upward): Likewise.
41379         (erf_test): Use END macro without arguments.
41380         (erfc_test): Likewise.
41381         (exp_test): Likewise.
41382         (exp_test_tonearest): Likewise.
41383         (exp_test_towardzero): Likewise.
41384         (exp_test_downward): Likewise.
41385         (exp_test_upward): Likewise.
41386         (exp10_test): Likewise.
41387         (exp2_test): Likewise.
41388         (expm1_test): Likewise.
41389         (fabs_test): Likewise.
41390         (fdim_test): Likewise.
41391         (finite_test): Likewise.
41392         (floor_test): Likewise.
41393         (fma_test): Likewise.
41394         (fma_test_towardzero): Likewise.
41395         (fma_test_downward): Likewise.
41396         (fma_test_upward): Likewise.
41397         (fmax_test): Likewise.
41398         (fmin_test): Likewise.
41399         (fmod_test): Likewise.
41400         (fpclassify_test): Likewise.
41401         (frexp_test): Likewise.
41402         (gamma_test): Likewise.
41403         (hypot_test): Likewise.
41404         (ilogb_test): Likewise.
41405         (isfinite_test): Likewise.
41406         (isgreater_test): Likewise.
41407         (isgreaterequal_test): Likewise.
41408         (isinf_test): Likewise.
41409         (isless_test): Likewise.
41410         (islessequal_test): Likewise.
41411         (islessgreater_test): Likewise.
41412         (isnan_test): Likewise.
41413         (isnormal_test): Likewise.
41414         (issignaling_test): Likewise.
41415         (isunordered_test): Likewise.
41416         (j0_test): Likewise.
41417         (j1_test): Likewise.
41418         (jn_test): Likewise.
41419         (ldexp_test): Likewise.
41420         (lgamma_test): Likewise.
41421         (lrint_test): Likewise.
41422         (lrint_test_tonearest): Likewise.
41423         (lrint_test_towardzero): Likewise.
41424         (lrint_test_downward): Likewise.
41425         (lrint_test_upward): Likewise.
41426         (llrint_test): Likewise.
41427         (llrint_test_tonearest): Likewise.
41428         (llrint_test_towardzero): Likewise.
41429         (llrint_test_downward): Likewise.
41430         (llrint_test_upward): Likewise.
41431         (log_test): Likewise.
41432         (log10_test): Likewise.
41433         (log1p_test): Likewise.
41434         (log2_test): Likewise.
41435         (logb_test): Likewise.
41436         (logb_test_downward): Likewise.
41437         (lround_test): Likewise.
41438         (llround_test): Likewise.
41439         (modf_test): Likewise.
41440         (nearbyint_test): Likewise.
41441         (nextafter_test): Likewise.
41442         (nexttoward_test): Likewise.
41443         (pow_test): Likewise.
41444         (pow_test_tonearest): Likewise.
41445         (pow_test_towardzero): Likewise.
41446         (pow_test_downward): Likewise.
41447         (pow_test_upward): Likewise.
41448         (remainder_test): Likewise.
41449         (remainder_test_tonearest): Likewise.
41450         (remainder_test_towardzero): Likewise.
41451         (remainder_test_downward): Likewise.
41452         (remainder_test_upward): Likewise.
41453         (remquo_test): Likewise.
41454         (rint_test): Likewise.
41455         (rint_test_tonearest): Likewise.
41456         (rint_test_towardzero): Likewise.
41457         (rint_test_downward): Likewise.
41458         (rint_test_upward): Likewise.
41459         (round_test): Likewise.
41460         (scalb_test): Likewise.
41461         (scalbn_test): Likewise.
41462         (scalbln_test): Likewise.
41463         (signbit_test): Likewise.
41464         (sin_test): Likewise.
41465         (sin_test_tonearest): Likewise.
41466         (sin_test_towardzero): Likewise.
41467         (sin_test_downward): Likewise.
41468         (sin_test_upward): Likewise.
41469         (sincos_test): Likewise.
41470         (sinh_test): Likewise.
41471         (sinh_test_tonearest): Likewise.
41472         (sinh_test_towardzero): Likewise.
41473         (sinh_test_downward): Likewise.
41474         (sinh_test_upward): Likewise.
41475         (sqrt_test): Likewise.
41476         (tan_test): Likewise.
41477         (tan_test_tonearest): Likewise.
41478         (tan_test_towardzero): Likewise.
41479         (tan_test_downward): Likewise.
41480         (tan_test_upward): Likewise.
41481         (tanh_test): Likewise.
41482         (tgamma_test): Likewise.
41483         (trunc_test): Likewise.
41484         (y0_test): Likewise.
41485         (y1_test): Likewise.
41486         (yn_test): Likewise.
41487         (significand_test): Likewise.
41489 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
41491         [BZ #15381]
41492         * libio/genops.c (_IO_no_init): Initialize wide struct info.
41494 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
41496         [BZ #14894]
41497         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
41498         __ppc_mdoio and __ppc_mdoom.
41499         * manual/platform.texi: Document new functions __ppc_yield,
41500         __ppc_mdoio and __ppc_mdoom.
41502 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
41504         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
41505         (main): Mention "tls" pseudo-hwcap is legacy.
41506         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
41508 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
41510         * math/gen-libm-test.pl (parse_args): Output only string of
41511         arguments as text for test name, not full call or descriptions of
41512         tests for extra outputs.
41513         (generate_testfile): Do not pass function name to parse_args.
41514         Generate this_func variable from START.
41515         * math/libm-test.inc (struct test_f_f_data): Rename test_name
41516         field to arg_str.
41517         (struct test_ff_f_data): Likewise.
41518         (test_ff_f_data_nexttoward): Likewise.
41519         (struct test_fi_f_data): Likewise.
41520         (struct test_fl_f_data): Likewise.
41521         (struct test_if_f_data): Likewise.
41522         (struct test_fff_f_data): Likewise.
41523         (struct test_c_f_data): Likewise.
41524         (struct test_f_f1_data): Likewise.  Remove field extra_name.
41525         (struct test_fF_f1_data): Likewise.
41526         (struct test_ffI_f1_data): Likewise.
41527         (struct test_c_c_data): Rename test_name field to arg_str.
41528         (struct test_cc_c_data): Likewise.
41529         (struct test_f_i_data): Likewise.
41530         (struct test_ff_i_data): Likewise.
41531         (struct test_f_l_data): Likewise.
41532         (struct test_f_L_data): Likewise.
41533         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
41534         and extra2_name.
41535         (COMMON_TEST_SETUP): New macro.
41536         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
41537         (COMMON_TEST_CLEANUP): Likewise.
41538         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
41539         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
41540         macros.
41541         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
41542         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
41543         macros.
41544         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
41545         (RUN_TEST_fff_f): Take argument string.  Call new setup and
41546         cleanup macros.
41547         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
41548         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
41549         macros.
41550         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
41551         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
41552         macros.
41553         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
41554         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
41555         cleanup macros.
41556         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
41557         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
41558         cleanup macros.
41559         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
41560         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
41561         cleanup macros.
41562         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
41563         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
41564         macros.
41565         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
41566         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
41567         macros.
41568         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
41569         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
41570         macros.
41571         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
41572         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
41573         cleanup macros.
41574         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
41575         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
41576         cleanup macros.
41577         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
41578         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
41579         macros.
41580         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
41581         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
41582         cleanup macros.
41583         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
41584         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
41585         macros.
41586         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
41587         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
41588         macros.
41589         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
41590         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
41591         cleanup macros.
41592         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
41594 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
41596         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
41597         to _sifields.sigfault.
41598         (si_addr_lsb): Define new macro.
41599         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
41600         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
41601         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
41603 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
41605         [BZ #15441]
41606         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
41607         returns -1.
41608         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
41609         null return -1.
41610         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
41611         loading the domain.
41613 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
41615         * math/gen-libm-test.pl (parse_args): Do not include expected
41616         result in test name.
41617         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
41618         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41619         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41620         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
41621         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41624 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
41626         * benchtests/Makefile: Sort function entries.
41628         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
41629         tanh, asinh, acosh, atanh.
41630         * benchtests/acos-inputs: New file.
41631         * benchtests/acosh-inputs: New file.
41632         * benchtests/asin-inputs: New file.
41633         * benchtests/asinh-inputs: New file.
41634         * benchtests/atanh-inputs: New file.
41635         * benchtests/cosh-inputs: New file.
41636         * benchtests/log-inputs: New file.
41637         * benchtests/sinh-inputs: New file.
41638         * benchtests/tanh-inputs: New file.
41640 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
41642         [BZ #15339]
41643         * posix/tst-getaddrinfo4.c: New test.
41644         * posix/Makefile (tests): Add it.
41646 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
41648         [BZ #15339]
41649         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
41650         when no services were used.
41651         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
41652         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
41654 2013-05-21  Andreas Schwab  <schwab@suse.de>
41656         [BZ #15014]
41657         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
41658         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
41659         successful.
41660         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
41661         redundant variable declarations and reallocation of buffer when
41662         parsing as IPv6 address.  Always set NSS status when called from
41663         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
41664         buffer too small.  Correct computation of needed size.
41665         * nss/Makefile (tests): Add test-digits-dots.
41666         * nss/test-digits-dots.c: New test.
41668 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
41670         * benchtests/Makefile: Remove instructions for adding
41671         benchmark tests.
41672         * benchtests/README: New file to explain how to execute and
41673         enhance the benchmark tests.
41675 2013-05-21  Andreas Schwab  <schwab@suse.de>
41677         [BZ #15493]
41678         * setjmp/Makefile (tests): Add tst-sigsetjmp.
41679         * setjmp/tst-sigsetjmp.c: New test.
41681 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
41683         * sysdeps/x86_64/memset.S (memset): New implementation.
41684         (__bzero): Likewise.
41685         (__memset_tail): New function.
41687 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
41689         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
41690         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
41691         __memcpy_sse2_unaligned ifunc selection.
41692         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
41693         Add memcpy-sse2-unaligned.S.
41694         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
41695         Add: __memcpy_sse2_unaligned.
41697 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
41699         [BZ #15490]
41700         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
41701         math_force_eval before restoring floating-point envrionment.
41702         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
41703         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
41704         Likewise.
41705         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
41706         <math_private.h>.
41707         (__nearbyintl): Use math_force_eval before restoring
41708         floating-point environment.
41709         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
41711         * math/gen-libm-test.pl (special_functions): Remove.
41712         (parse_args): Don't handle TEST_extra.  Handle functions with no
41713         return value.
41714         * math/libm-test.inc (struct test_sincos_data): Replace with
41715         struct test_fFF_11_data.
41716         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
41717         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
41718         (sincos_test_data): Change element type to struct
41719         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
41720         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
41721         RUN_TEST_LOOP_sincos.
41722         * math/README.libm-test: Don't mention special handling of
41723         individual functions.
41724         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
41725         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41726         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41727         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
41728         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41731         * math/gen-libm-test.pl (get_variable): Remove function.
41732         (parse_args): Don't show pointer parameters to call in test
41733         names.  Use "extra output N" in test names for extra outputs
41734         rather than naming variables.
41736 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
41738         [BZ #15488]
41739         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
41740         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
41741         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
41742         double tests.
41743         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
41744         disable.
41745         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
41746         check_long_double.
41748         * math/gen-libm-test.pl (@tests): Remove variable.
41749         ($count): Likewise.
41750         (new_test): Remove function.
41751         (show_exceptions): New function.
41752         (special_functions): Use show_exceptions instead of new_test.
41753         (parse_args): Likewise.
41754         (generate_testfile): Pass only function name in generated call to
41755         print_max_error or print_complex_max_error.
41756         (get_ulps): Do not handle complex tests specially.
41757         (output_test): Rename to ...
41758         (get_all_ulps_for_test): ... this.  Return a string rather than
41759         printing to a file.  Require ulps to be present.
41760         (output_ulps): Generate arrays rather than #defines.
41761         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
41762         (struct ulp_data): New type.
41763         (BUILD_COMPLEX_ULP): Remove macro.
41764         (compare_ulp_data): New function.
41765         (find_ulps): Likewise.
41766         (find_test_ulps): Likewise.
41767         (find_function_ulps): Likewise.
41768         (find_complex_function_ulps): Likewise.
41769         (print_max_error): Determine allowed ulps using
41770         find_function_ulps.
41771         (print_complex_max_error): Determine allowed ulps using
41772         find_complex_function_ulps.
41773         (check_float_internal): Determine max ulps using find_test_ulps.
41774         (check_float): Do not take max_ulp parameter.  Update call to
41775         check_float_internal.
41776         (check_complex): Likewise.
41777         (check_int): Do not take max_ulp parameter.
41778         (check_long): Likewise.
41779         (check_bool): Likewise.
41780         (check_longlong): Likewise.
41781         (struct test_f_f_data): Remove max_ulp field.
41782         (struct test_ff_f_data): Likewise.
41783         (struct test_ff_f_data_nexttoward): Likewise.
41784         (struct test_fi_f_data): Likewise.
41785         (struct test_fl_f_data): Likewise.
41786         (struct test_if_f_data): Likewise.
41787         (struct test_fff_f_data): Likewise.
41788         (struct test_c_f_data): Likewise.
41789         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
41790         (struct test_fF_f1_data): Likewise.
41791         (struct test_ffI_f1_data): Likewise.
41792         (struct test_c_c_data): Remove max_ulp field.
41793         (struct test_cc_c_data): Likewise.
41794         (struct test_f_i_data): Likewise.
41795         (struct test_ff_i_data): Likewise.
41796         (struct test_f_l_data): Likewise.
41797         (struct test_f_L_data): Likewise.
41798         (struct test_sincos_data): Likewise.
41799         (RUN_TEST_f_f): Do not handle ulps.
41800         (RUN_TEST_LOOP_f_f): Likewise.
41801         (RUN_TEST_2_f): Likewise.
41802         (RUN_TEST_LOOP_2_f): Likewise.
41803         (RUN_TEST_fff_f): Likewise.
41804         (RUN_TEST_LOOP_fff_f): Likewise.
41805         (RUN_TEST_c_f): Likewise.
41806         (RUN_TEST_LOOP_c_f): Likewise.
41807         (RUN_TEST_f_f1): Likewise.
41808         (RUN_TEST_LOOP_f_f1): Likewise.
41809         (RUN_TEST_fF_f1): Likewise.
41810         (RUN_TEST_LOOP_fF_f1): Likewise.
41811         (RUN_TEST_fI_f1): Likewise.
41812         (RUN_TEST_LOOP_fI_f1): Likewise.
41813         (RUN_TEST_ffI_f1): Likewise.
41814         (RUN_TEST_LOOP_ffI_f1): Likewise.
41815         (RUN_TEST_c_c): Likewise.
41816         (RUN_TEST_LOOP_c_c): Likewise.
41817         (RUN_TEST_cc_c): Likewise.
41818         (RUN_TEST_LOOP_cc_c): Likewise.
41819         (RUN_TEST_f_i): Likewise.
41820         (RUN_TEST_LOOP_f_i): Likewise.
41821         (RUN_TEST_f_i_tg): Likewise.
41822         (RUN_TEST_LOOP_f_i_tg): Likewise.
41823         (RUN_TEST_ff_i_tg): Likewise.
41824         (RUN_TEST_LOOP_ff_i_tg): Likewise.
41825         (RUN_TEST_f_b): Likewise.
41826         (RUN_TEST_LOOP_f_b): Likewise.
41827         (RUN_TEST_f_b_tg): Likewise.
41828         (RUN_TEST_LOOP_f_b_tg): Likewise.
41829         (RUN_TEST_f_l): Likewise.
41830         (RUN_TEST_LOOP_f_l): Likewise.
41831         (RUN_TEST_f_L): Likewise.
41832         (RUN_TEST_LOOP_f_L): Likewise.
41833         (RUN_TEST_sincos): Likewise.
41834         (RUN_TEST_LOOP_sincos): Likewise.
41836 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
41838         [BZ #15480]
41839         [BZ #15485]
41840         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
41841         main case of finite arguments, set rounding mode to FE_TONEAREST
41842         and discard exceptions.
41843         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
41844         exceptions.
41845         (remainder_tonearest_test_data): New variable.
41846         (remainder_test_tonearest): New function.
41847         (remainder_towardzero_test_data): New variable.
41848         (remainder_test_towardzero): New function.
41849         (remainder_downward_test_data): New variable.
41850         (remainder_test_downward): New function.
41851         (remainder_upward_test_data): New variable.
41852         (remainder_test_upward): New function.
41853         (main): Call the new test functions.
41855         * math/libm-test.inc (struct test_f_f1_data): Remove field
41856         extra_init.
41857         (struct test_fF_f1_data): Likewise.
41858         (struct test_ffI_f1_data): Likewise.
41859         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
41860         based on value of EXTRA_EXPECTED.
41861         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
41862         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
41863         EXTRA_VAR based on value of EXTRA_EXPECTED.
41864         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
41865         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
41866         EXTRA_VAR based on value of EXTRA_EXPECTED.
41867         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
41868         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
41869         EXTRA_VAR based on value of EXTRA_EXPECTED.
41870         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
41871         * math/gen-libm-test.pl (parse_args): Don't output initializers
41872         for extra output values.
41874         * math/libm-test.inc (check_int): Expect result to be exactly
41875         equal to expected value and do not handle ulps.
41876         (check_long): Likewise.
41877         (check_longlong): Likewise.
41879         * math/libm-test.inc (ceil_test_data): Test for "inexact"
41880         exceptions.
41881         (cimag_test_data): Likewise.
41882         (conj_test_data): Likewise.
41883         (copysign_test_data): Likewise.
41884         (cproj_test_data): Likewise.
41885         (creal_test_data): Likewise.
41886         (fabs_test_data): Likewise.
41887         (fdim_test_data): Likewise.
41888         (finite_test_data): Likewise.
41889         (floor_test_data): Likewise.
41890         (fmax_test_data): Likewise.
41891         (fmin_test_data): Likewise.
41892         (fmod_test_data): Likewise.
41893         (fpclassify_test_data): Likewise.
41894         (frexp_test_data): Likewise.
41895         (ilogb_test_data): Likewise.
41896         (isfinite_test_data): Likewise.
41897         (isgreater_test_data): Likewise.
41898         (isgreaterequal_test_data): Likewise.
41899         (isinf_test_data): Likewise.
41900         (isless_test_data): Likewise.
41901         (islessequal_test_data): Likewise.
41902         (islessgreater_test_data): Likewise.
41903         (isnan_test_data): Likewise.
41904         (isnormal_test_data): Likewise.
41905         (issignaling_test_data): Likewise.
41906         (isunordered_test_data): Likewise.
41907         (ldexp_test_data): Likewise.
41908         (lrint_test_data): Likewise.
41909         (lrint_test_data) [TEST_FLOAT]: Disable one test.
41910         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
41911         (lrint_tonearest_test_data): Test for "inexact" exceptions.
41912         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
41913         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
41914         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
41915         test input.
41916         (lrint_towardzero_test_data): Test for "inexact" exceptions.
41917         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
41918         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
41919         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
41920         that test input.
41921         (lrint_downward_test_data): Test for "inexact" exceptions.
41922         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
41923         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
41924         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
41925         test input.
41926         (lrint_upward_test_data): Test for "inexact" exceptions.
41927         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
41928         test input.
41929         (llrint_test_data): Test for "inexact" exceptions.
41930         (llrint_test_data) [TEST_FLOAT]: Disable one test.
41931         (llrint_tonearest_test_data): Test for "inexact" exceptions.
41932         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
41933         (llrint_towardzero_test_data): Test for "inexact" exceptions.
41934         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
41935         (llrint_downward_test_data): Test for "inexact" exceptions.
41936         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
41937         (llrint_upward_test_data): Test for "inexact" exceptions.
41938         (logb_test_data): Likewise.
41939         (logb_downward_test_data): Likewise.
41940         (nextafter_test_data): Likewise.
41941         (nexttoward_test_data): Likewise.
41942         (remainder_test_data): Likewise.
41943         (remquo_test_data): Likewise.
41944         (scalbn_test_data): Likewise.
41945         (scalbln_test_data): Likewise.
41946         (signbit_test_data): Likewise.
41947         (sqrt_test_data): Likewise.
41948         (significand_test_data): Likewise.
41950 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
41952         [BZ #15424]
41953         * benchtests/bench-modf.c (struct args): Mark arg0 as
41954         volatile.
41955         * scripts/bench.pl: Mark members of struct args as volatile.
41957 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41959         [BZ # 15497]
41960         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
41961         negative infinity on POWER6 or lower.
41962         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
41964 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
41966         [BZ #15442]
41967         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
41968         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
41969         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
41970         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
41971         (_FP_SETQNAN): New macro.
41972         (_FP_SETQNAN_SEMIRAW): Likewise.
41973         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
41974         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
41975         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
41976         (FP_EXTEND): Use _FP_FRAC_SNANP.
41977         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
41978         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
41979         into account.
41980         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
41981         New macro.
41982         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
41983         Likewise.
41985 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
41987         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
41988         with DIVIDE_BY_ZERO_EXCEPTION.
41989         (gamma_test_data): Likewise.
41990         (lgamma_test_data): Likewise.
41991         (log_test_data): Likewise.
41992         (log10_test_data): Likewise.
41993         (log2_test_data): Likewise.
41994         (tgamma_test_data): Likewise.
41996         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
41997         (acos_test_tonearest): Likewise.
41998         (acos_test_towardzero): Likewise.
41999         (acos_test_downward): Likewise.
42000         (acos_test_upward): Likewise.
42001         (acosh_test): Likewise.
42002         (asin_test): Likewise.
42003         (asin_test_tonearest): Likewise.
42004         (asin_test_towardzero): Likewise.
42005         (asin_test_downward): Likewise.
42006         (asin_test_upward): Likewise.
42007         (asinh_test): Likewise.
42008         (atan_test): Likewise.
42009         (atanh_test): Likewise.
42010         (atan2_test): Likewise.
42011         (cabs_test): Likewise.
42012         (cacos_test): Likewise.
42013         (cacosh_test): Likewise.
42014         (casin_test): Likewise.
42015         (casinh_test): Likewise.
42016         (catan_test): Likewise.
42017         (catanh_test): Likewise.
42018         (cbrt_test): Likewise.
42019         (ccos_test): Likewise.
42020         (ccosh_test): Likewise.
42021         (cexp_test): Likewise.
42022         (clog_test): Likewise.
42023         (clog10_test): Likewise.
42024         (cos_test): Likewise.
42025         (cos_test_tonearest): Likewise.
42026         (cos_test_towardzero): Likewise.
42027         (cos_test_downward): Likewise.
42028         (cos_test_upward): Likewise.
42029         (cosh_test): Likewise.
42030         (cosh_test_tonearest): Likewise.
42031         (cosh_test_towardzero): Likewise.
42032         (cosh_test_downward): Likewise.
42033         (cosh_test_upward): Likewise.
42034         (cpow_test): Likewise.
42035         (csin_test): Likewise.
42036         (csinh_test): Likewise.
42037         (csqrt_test): Likewise.
42038         (ctan_test): Likewise.
42039         (ctan_test_tonearest): Likewise.
42040         (ctan_test_towardzero): Likewise.
42041         (ctan_test_downward): Likewise.
42042         (ctan_test_upward): Likewise.
42043         (ctanh_test): Likewise.
42044         (ctanh_test_tonearest): Likewise.
42045         (ctanh_test_towardzero): Likewise.
42046         (ctanh_test_downward): Likewise.
42047         (ctanh_test_upward): Likewise.
42048         (erf_test): Likewise.
42049         (erfc_test): Likewise.
42050         (exp_test): Likewise.
42051         (exp_test_tonearest): Likewise.
42052         (exp_test_towardzero): Likewise.
42053         (exp_test_downward): Likewise.
42054         (exp_test_upward): Likewise.
42055         (exp10_test): Likewise.
42056         (exp2_test): Likewise.
42057         (expm1_test): Likewise.
42058         (fmod_test): Likewise.
42059         (gamma_test): Likewise.
42060         (hypot_test): Likewise.
42061         (j0_test): Likewise.
42062         (j1_test): Likewise.
42063         (jn_test): Likewise.
42064         (lgamma_test): Likewise.
42065         (log_test): Likewise.
42066         (log10_test): Likewise.
42067         (log1p_test): Likewise.
42068         (log2_test): Likewise.
42069         (logb_test_downward): Likewise.
42070         (pow_test): Likewise.
42071         (pow_test_tonearest): Likewise.
42072         (pow_test_towardzero): Likewise.
42073         (pow_test_downward): Likewise.
42074         (pow_test_upward): Likewise.
42075         (remainder_test): Likewise.
42076         (remquo_test): Likewise.
42077         (sin_test): Likewise.
42078         (sin_test_tonearest): Likewise.
42079         (sin_test_towardzero): Likewise.
42080         (sin_test_downward): Likewise.
42081         (sin_test_upward): Likewise.
42082         (sincos_test): Likewise.
42083         (sinh_test): Likewise.
42084         (sinh_test_tonearest): Likewise.
42085         (sinh_test_towardzero): Likewise.
42086         (sinh_test_downward): Likewise.
42087         (sinh_test_upward): Likewise.
42088         (sqrt_test): Likewise.
42089         (tan_test): Likewise.
42090         (tan_test_tonearest): Likewise.
42091         (tan_test_towardzero): Likewise.
42092         (tan_test_downward): Likewise.
42093         (tan_test_upward): Likewise.
42094         (tanh_test): Likewise.
42095         (tgamma_test): Likewise.
42096         (y0_test): Likewise.
42097         (y1_test): Likewise.
42098         (yn_test): Likewise.
42100         * math/gen-libm-test.pl (adjust_arg): Remove function.
42101         (special_function): Remove argument $in_func.  Only handle
42102         generating output for tables of tests, not inside functions.
42103         (parse_args): Likewise.
42104         (generate_testfile): Remove variable $in_func.  Update call to
42105         parse_args.
42106         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
42107         (MINUS_ZERO_INIT): Rename macro to minus_zero.
42108         (PLUS_INFTY_INIT): Rename macro to plus_infty.
42109         (MINUS_INFTY_INIT): Rename macro to minus_infty.
42110         (QNAN_VALUE_INIT): Rename macro to qnan_value.
42111         (MAX_VALUE_INIT): Rename macro to max_value.
42112         (MIN_VALUE_INIT): Rename macro to min_value.
42113         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
42114         (plus_zero): Remove variable.
42115         (minus_zero): Likewise.
42116         (plus_infty): Likewise.
42117         (minus_infty): Likewise.
42118         (qnan_value): Likewise.
42119         (max_value): Likewise.
42120         (min_value): Likewise.
42121         (min_subnorm_value): Likewise.
42123 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42125         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
42126         uint64_t or uint32_t usage.
42127         * crypt/sha256-block.c: Likewise.
42128         * crypt/sha256-crypt.c: Likewise.
42129         * crypt/sha256.c: Likewise.
42130         * crypt/sha512-block.c: Likewise.
42131         * crypt/sha512-crypt.c: Likewise.
42132         * crypt/sha512.c: Likewise.
42133         * debug/backtrace-tst.c: Likewise.
42134         * debug/pcprofiledump.c: Likewise.
42135         * elf/cache.c: Likewise.
42136         * elf/dl-cache.c: Likewise.
42137         * elf/dl-misc.c: Likewise.
42138         * elf/dl-profile.c: Likewise.
42139         * elf/dl-support.c: Likewise.
42140         * elf/ldconfig.c: Likewise.
42141         * elf/sprof.c: Likewise.
42142         * iconv/dummy-repertoire.c: Likewise.
42143         * iconv/iconv_charmap.c: Likewise.
42144         * iconv/skeleton.c: Likewise.
42145         * iconvdata/8bit-generic.c: Likewise.
42146         * iconvdata/cp737.h: Likewise.
42147         * iconvdata/cp775.h: Likewise.
42148         * iconvdata/ibm1008.h: Likewise.
42149         * iconvdata/ibm1025.h: Likewise.
42150         * iconvdata/ibm1046.h: Likewise.
42151         * iconvdata/ibm1097.h: Likewise.
42152         * iconvdata/ibm1112.h: Likewise.
42153         * iconvdata/ibm1122.h: Likewise.
42154         * iconvdata/ibm1123.h: Likewise.
42155         * iconvdata/ibm1124.h: Likewise.
42156         * iconvdata/ibm1129.h: Likewise.
42157         * iconvdata/ibm1130.h: Likewise.
42158         * iconvdata/ibm1132.h: Likewise.
42159         * iconvdata/ibm1133.h: Likewise.
42160         * iconvdata/ibm1137.h: Likewise.
42161         * iconvdata/ibm1140.h: Likewise.
42162         * iconvdata/ibm1141.h: Likewise.
42163         * iconvdata/ibm1142.h: Likewise.
42164         * iconvdata/ibm1143.h: Likewise.
42165         * iconvdata/ibm1144.h: Likewise.
42166         * iconvdata/ibm1145.h: Likewise.
42167         * iconvdata/ibm1146.h: Likewise.
42168         * iconvdata/ibm1147.h: Likewise.
42169         * iconvdata/ibm1148.h: Likewise.
42170         * iconvdata/ibm1149.h: Likewise.
42171         * iconvdata/ibm1153.h: Likewise.
42172         * iconvdata/ibm1154.h: Likewise.
42173         * iconvdata/ibm1155.h: Likewise.
42174         * iconvdata/ibm1156.h: Likewise.
42175         * iconvdata/ibm1157.h: Likewise.
42176         * iconvdata/ibm1158.h: Likewise.
42177         * iconvdata/ibm1160.h: Likewise.
42178         * iconvdata/ibm1161.h: Likewise.
42179         * iconvdata/ibm1162.h: Likewise.
42180         * iconvdata/ibm1163.h: Likewise.
42181         * iconvdata/ibm1164.h: Likewise.
42182         * iconvdata/ibm1166.h: Likewise.
42183         * iconvdata/ibm1167.h: Likewise.
42184         * iconvdata/ibm12712.h: Likewise.
42185         * iconvdata/ibm1390.h: Likewise.
42186         * iconvdata/ibm1399.h: Likewise.
42187         * iconvdata/ibm16804.h: Likewise.
42188         * iconvdata/ibm4517.h: Likewise.
42189         * iconvdata/ibm4899.h: Likewise.
42190         * iconvdata/ibm4909.h: Likewise.
42191         * iconvdata/ibm4971.h: Likewise.
42192         * iconvdata/ibm5347.h: Likewise.
42193         * iconvdata/ibm803.h: Likewise.
42194         * iconvdata/ibm856.h: Likewise.
42195         * iconvdata/ibm901.h: Likewise.
42196         * iconvdata/ibm902.h: Likewise.
42197         * iconvdata/ibm9030.h: Likewise.
42198         * iconvdata/ibm9066.h: Likewise.
42199         * iconvdata/ibm921.h: Likewise.
42200         * iconvdata/ibm922.h: Likewise.
42201         * iconvdata/ibm9448.h: Likewise.
42202         * iconvdata/isiri-3342.h: Likewise.
42203         * iconvdata/jis0201.h: Likewise.
42204         * include/link.h: Likewise.
42205         * include/netdb.h: Likewise.
42206         * inet/check_native.c: Likewise.
42207         * inet/check_pf.c: Likewise.
42208         * inet/getipv4sourcefilter.c: Likewise.
42209         * inet/getnameinfo.c: Likewise.
42210         * inet/getsourcefilter.c: Likewise.
42211         * inet/htonl.c: Likewise.
42212         * inet/setipv4sourcefilter.c: Likewise.
42213         * inet/setsourcefilter.c: Likewise.
42214         * inet/test-inet6_opt.c: Likewise.
42215         * inet/tst-network.c: Likewise.
42216         * locale/C-collate.c: Likewise.
42217         * locale/C-ctype.c: Likewise.
42218         * locale/C-time.c: Likewise.
42219         * locale/C-translit.h: Likewise.
42220         * locale/loadarchive.c: Likewise.
42221         * locale/programs/3level.h: Likewise.
42222         * locale/programs/charmap.c: Likewise.
42223         * locale/programs/charmap.h: Likewise.
42224         * locale/programs/ld-address.c: Likewise.
42225         * locale/programs/ld-collate.c: Likewise.
42226         * locale/programs/ld-ctype.c: Likewise.
42227         * locale/programs/ld-identification.c: Likewise.
42228         * locale/programs/ld-measurement.c: Likewise.
42229         * locale/programs/ld-messages.c: Likewise.
42230         * locale/programs/ld-monetary.c: Likewise.
42231         * locale/programs/ld-name.c: Likewise.
42232         * locale/programs/ld-numeric.c: Likewise.
42233         * locale/programs/ld-paper.c: Likewise.
42234         * locale/programs/ld-telephone.c: Likewise.
42235         * locale/programs/ld-time.c: Likewise.
42236         * locale/programs/linereader.c: Likewise.
42237         * locale/programs/locale.c: Likewise.
42238         * locale/programs/locarchive.c: Likewise.
42239         * locale/programs/locfile.h: Likewise.
42240         * locale/programs/repertoire.c: Likewise.
42241         * locale/programs/simple-hash.c: Likewise.
42242         * locale/programs/simple-hash.h: Likewise.
42243         * malloc/memusage.c: Likewise.
42244         * malloc/memusagestat.c: Likewise.
42245         * nis/nis_defaults.c: Likewise.
42246         * nis/nis_hash.c: Likewise.
42247         * nis/nis_print.c: Likewise.
42248         * nis/nis_xdr.c: Likewise.
42249         * nscd/connections.c: Likewise.
42250         * nscd/hstcache.c: Likewise.
42251         * nscd/nscd_gethst_r.c: Likewise.
42252         * nscd/nscd_getserv_r.c: Likewise.
42253         * nscd/nscd_helper.c: Likewise.
42254         * nscd/servicescache.c: Likewise.
42255         * nss/makedb.c: Likewise.
42256         * nss/nss_db/db-XXX.c: Likewise.
42257         * nss/nss_db/db-initgroups.c: Likewise.
42258         * nss/nss_db/db-netgrp.c: Likewise.
42259         * nss/nss_files/files-network.c: Likewise.
42260         * nss/nss_files/files-parse.c: Likewise.
42261         * posix/bug-regex5.c: Likewise.
42262         * posix/fnmatch_loop.c: Likewise.
42263         * posix/regcomp.c: Likewise.
42264         * posix/regexec.c: Likewise.
42265         * posix/tst-rfc3484-2.c: Likewise.
42266         * posix/tst-rfc3484-3.c: Likewise.
42267         * posix/tst-rfc3484.c: Likewise.
42268         * resolv/nss_dns/dns-canon.c: Likewise.
42269         * resolv/nss_dns/dns-network.c: Likewise.
42270         * resolv/res_init.c: Likewise.
42271         * resolv/res_mkquery.c: Likewise.
42272         * resolv/tst-aton.c: Likewise.
42273         * stdlib/cxa_atexit.c: Likewise.
42274         * stdlib/cxa_finalize.c: Likewise.
42275         * stdlib/gen-fpioconst.c: Likewise.
42276         * stdlib/strtol_l.c: Likewise.
42277         * string/tst-endian.c: Likewise.
42278         * sunrpc/auth_des.c: Likewise.
42279         * sunrpc/clnt_udp.c: Likewise.
42280         * sunrpc/rtime.c: Likewise.
42281         * sunrpc/svcauth_des.c: Likewise.
42282         * sunrpc/xdr.c: Likewise.
42283         * sunrpc/xdr_intXX_t.c: Likewise.
42284         * sunrpc/xdr_rec.c: Likewise.
42285         * sysdeps/generic/ldconfig.h: Likewise.
42286         * sysdeps/generic/ldsodefs.h: Likewise.
42287         * sysdeps/generic/memusage.h: Likewise.
42288         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
42289         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
42290         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
42291         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
42292         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
42293         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42294         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
42295         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
42296         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
42297         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
42298         * sysdeps/posix/getaddrinfo.c: Likewise.
42299         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
42300         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
42301         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
42302         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
42303         * sysdeps/powerpc/test-gettimebase.c: Likewise.
42304         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
42305         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
42306         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
42307         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
42308         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
42309         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
42310         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
42311         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
42312         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
42313         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
42314         * sysdeps/x86_64/dl-tls.h: Likewise.
42315         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
42316         * time/alt_digit.c: Likewise.
42317         * time/era.c: Likewise.
42318         * wcsmbs/tst-c16c32-1.c: Likewise.
42320 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
42322         * math/libm-test.inc (struct test_sincos_data): New type.
42323         (RUN_TEST_LOOP_sincos): New macro.
42324         (sincos_test_data): New variable.
42325         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
42327 2013-05-16  Richard Henderson  <rth@redhat.com>
42329         * math/atest-exp2.c (LIMB64): New macro.
42330         (CONSTSZ): New macro.
42331         (mp_exp1, mp_exp_m1, mp_log2): New variables.
42332         (hexdig): Move ...
42333         (print_mpn_fp): ... to function scope.
42334         (read_mpn_hex): Remove.
42335         (get_log2): Remove.
42336         (exp2_mpn): Use mp_log2.
42337         (main): Use mp_exp1.
42339 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
42341         * math/libm-test.inc: Remove comment about not testing "inexact"
42342         exceptions.
42343         (INEXACT_EXCEPTION): New macro.
42344         (NO_INEXACT_EXCEPTION): Likewise.
42345         (INVALID_EXCEPTION_OK): Update value.
42346         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42347         (OVERFLOW_EXCEPTION_OK): Likewise.
42348         (UNDERFLOW_EXCEPTION_OK): Likewise.
42349         (IGNORE_ZERO_INF_SIGN): Likewise.
42350         (ERRNO_UNCHANGED): Likewise.
42351         (ERRNO_EDOM): Likewise.
42352         (ERRNO_ERANGE): Likewise.
42353         (test_exceptions): Handle testing "inexact" exceptions.
42354         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
42355         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
42356         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
42357         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
42358         INEXACT_EXCEPTION.
42359         (rint_towardzero_test_data): Likewise.
42360         (rint_downward_test_data): Likewise.
42361         (rint_upward_test_data): Likewise.
42363         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
42364         with OVERFLOW_EXCEPTION.
42365         (exp10_test_data): Likewise.
42366         (exp2_test_data): Likewise.
42367         (expm1_test_data): Likewise.
42368         (lgamma_test_data): Likewise.
42369         (pow_test_data): Likewise.
42370         (tgamma_test_data): Likewise.
42371         (yn_test_data): Remove duplicate test of overflow.
42373         * math/libm-test.inc (struct test_cc_c_data): New type.
42374         (RUN_TEST_LOOP_cc_c): New macro.
42375         (cpow_test_data): New variable.
42376         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
42378         * math/libm-test.inc (struct test_f_L_data): New type.
42379         (RUN_TEST_LOOP_f_L): New macro.
42380         (llrint_test_data): New variable.
42381         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
42382         (llrint_tonearest_test_data): New variable.
42383         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
42384         (llrint_towardzero_test_data): New variable.
42385         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
42386         (llrint_downward_test_data): New variable.
42387         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
42388         (llrint_upward_test_data): New variable.
42389         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
42390         (llround_test_data): New variable.
42391         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
42393 2013-05-13  Peter Collingbourne  <pcc@google.com>
42395         * math/atest-exp2.c (get_log2): Remove const attribute.
42397 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
42399         * math/libm-test.inc (struct test_f_l_data): New type.
42400         (RUN_TEST_LOOP_f_l): New macro.
42401         (lrint_test_data): New variable.
42402         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
42403         (lrint_tonearest_test_data): New variable.
42404         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
42405         (lrint_towardzero_test_data): New variable.
42406         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
42407         (lrint_downward_test_data): New variable.
42408         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
42409         (lrint_upward_test_data): New variable.
42410         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
42411         (lround_test_data): New variable.
42412         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
42414 2013-05-15  Peter Collingbourne  <pcc@google.com>
42416         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
42417         (EXTRACT_WORDS64) Use where appropriate.
42418         (INSERT_WORDS64) Likewise.
42420         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
42421         constraints with x constraints.
42422         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
42424         * malloc/obstack.c (_obstack_compat): Add initializer.
42426 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
42428         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
42429         si_trapno and add si_addr_lsb to _sifields.sigfault.
42430         (si_trapno): Remove macro.
42431         (si_addr_lsb): Define new macro.
42432         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
42434 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
42436         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
42437         instead of TEST_f_l.
42438         (llrint_test_tonearest): Likewise.
42439         (llrint_test_towardzero): Likewise.
42440         (llrint_test_downward): Likewise.
42441         (llrint_test_upward): Likewise.
42442         (llround_test): Likewise.
42444         * math/libm-test.inc (struct test_f_i_data): Add comment.
42445         (RUN_TEST_LOOP_f_b): New macro.
42446         (RUN_TEST_LOOP_f_b_tg): Likewise.
42447         (finite_test_data): New variable.
42448         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
42449         (isfinite_test_data): New variable.
42450         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42451         (isinf_test_data): New variable.
42452         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42453         (isnan_test_data): New variable.
42454         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42455         (isnormal_test_data): New variable.
42456         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42457         (issignaling_test_data): New variable.
42458         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42459         (signbit_test_data): New variable.
42460         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
42462         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
42463         with INVALID_EXCEPTION.
42464         (acosh_test_data): Likewise.
42465         (asin_test_data): Likewise.
42466         (atanh_test_data): Likewise.
42467         (fmod_test_data): Likewise.
42468         (log_test_data): Likewise.
42469         (log10_test_data): Likewise.
42470         (log2_test_data): Likewise.
42471         (pow_test_data): Likewise.
42472         (sqrt_test_data): Likewise.
42473         (y0_test_data): Likewise.
42474         (y1_test_data): Likewise.
42475         (yn_test_data): Likewise.
42477         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
42478         function contents.
42480         * math/libm-test.inc (struct test_ff_i_data): New type.
42481         (RUN_TEST_LOOP_ff_i_tg): New macro.
42482         (isgreater_test_data): New variable.
42483         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
42484         (isgreaterequal_test_data): New variable.
42485         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
42486         (isless_test_data): New variable.
42487         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
42488         (islessequal_test_data): New variable.
42489         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
42490         (islessgreater_test_data): New variable.
42491         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
42492         (isunordered_test_data): New variable.
42493         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
42495 2013-05-14  David S. Miller  <davem@davemloft.net>
42497         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42499 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
42501         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
42503         * math/libm-test.inc (struct test_fF_f1_data): Change type of
42504         extra_test to int.
42505         (struct test_f_i_data): Change type of max_ulp to int.
42507         * math/libm-test.inc (test_ffI_f1_data): New type.
42508         (RUN_TEST_LOOP_ffI_f1): New macro.
42509         (remquo_test_data): New variable.
42510         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
42512         * setjmp/tst-setjmp-fp.c: New file.
42513         * setjmp/Makefile (tests): Add tst-setjmp-fp.
42514         (link-libm): New variable.
42515         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
42517         * math/libm-test.inc (struct test_f_i_data): New type.
42518         (RUN_TEST_LOOP_f_i): New macro.
42519         (RUN_TEST_LOOP_f_i_tg): Likewise.
42520         (fpclassify_test_data): New variable.
42521         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
42522         (ilogb_test_data): New variable.
42523         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
42525         * math/libm-test.inc (scalbln_test): Correct function name in END
42526         call.
42528         * math/libm-test.inc (struct test_f_f1_data): Add comment.
42529         (RUN_TEST_LOOP_fI_f1): New macro.
42530         (frexp_test_data): New variable.
42531         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
42533         * math/libm-test.inc (struct test_fF_f1_data): New type.
42534         (RUN_TEST_LOOP_fF_f1): New macro.
42535         (modf_test_data): New variable.
42536         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
42538         * math/libm-test.inc (struct test_f_f1_data): New type.
42539         (RUN_TEST_LOOP_f_f1): New macro.
42540         (gamma_test_data): New variable.
42541         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
42542         (lgamma_test_data): New variable.
42543         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
42545 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
42547         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
42548         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
42549         (main): Comment "tls" pseudo-hwcap.
42551 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
42553         * math/libm-test.inc (struct test_fl_f_data): New type.
42554         (RUN_TEST_LOOP_fl_f): New variable.
42555         (scalbln_test_data): New variable.
42556         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
42558         * math/libm-test.inc (struct test_fi_f_data): New type.
42559         (RUN_TEST_LOOP_fi_f): New macro.
42560         (ldexp_test_data): New variable.
42561         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
42562         (scalbn_test_data): New variable.
42563         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
42565         * math/libm-test.inc (struct test_c_f_data): New type.
42566         (RUN_TEST_LOOP_c_f): New macro.
42567         (cabs_test_data): New variable.
42568         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
42569         (carg_test_data): New variable.
42570         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
42571         (cimag_test_data): New variable.
42572         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
42573         (creal_test_data): New variable.
42574         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
42576         * math/libm-test.inc (struct test_if_f_data): New type.
42577         (RUN_TEST_LOOP_if_f): New macro.
42578         (jn_test_data): New variable.
42579         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
42580         (yn_test_data): New variable.
42581         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
42583         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
42585 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42587         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
42588         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
42590 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
42592         * benchtests/Makefile (CPPFLAGS-nonlib): Add
42593         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
42594         (bench-deps): Add bench-timing.h.
42595         * benchtests-bench-skeleton.c: Include bench-timing.h.
42596         (main): Use TIMING_* macros instead of clock_gettime.
42597         * benchtests/bench-timing.h: New file.
42599         [BZ #14582]
42600         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
42601         Renamed from _LIB_VERSION.
42602         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
42604 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
42606         * math/libm-test.inc (struct test_fff_f_data): New type.
42607         (RUN_TEST_LOOP_fff_f): New macro.
42608         (fma_test_data): New variable.
42609         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
42610         (fma_towardzero_test_data): New variable.
42611         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
42612         (fma_downward_test_data): New variable.
42613         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
42614         (fma_upward_test_data): New variable.
42615         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
42617         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
42618         (struct test_c_c_data): New type.
42619         (RUN_TEST_LOOP_c_c): New macro.
42620         (cacos_test_data): New variable.
42621         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
42622         (cacosh_test_data): New variable.
42623         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
42624         (casin_test_data): New variable.
42625         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
42626         (casinh_test_data): New variable.
42627         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
42628         (catan_test_data): New variable.
42629         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
42630         (catanh_test_data): New variable.
42631         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
42632         (ccos_test_data): New variable.
42633         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
42634         (ccosh_test_data): New variable.
42635         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
42636         (cexp_test_data): New variable.
42637         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
42638         (clog_test_data): New variable.
42639         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
42640         (clog10_test_data): New variable.
42641         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
42642         (conj_test_data): New variable.
42643         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
42644         (cproj_test_data): New variable.
42645         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
42646         (csin_test_data): New variable.
42647         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
42648         (csinh_test_data): New variable.
42649         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
42650         (csqrt_test_data): New variable.
42651         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
42652         (ctan_test_data): New variable.
42653         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
42654         (ctan_tonearest_test_data): New variable.
42655         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
42656         (ctan_towardzero_test_data): New variable.
42657         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
42658         (ctan_downward_test_data): New variable.
42659         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
42660         (ctan_upward_test_data): New variable.
42661         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
42662         (ctanh_test_data): New variable.
42663         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
42664         (ctanh_tonearest_test_data): New variable.
42665         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
42666         (ctanh_towardzero_test_data): New variable.
42667         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
42668         (ctanh_downward_test_data): New variable.
42669         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
42670         (ctanh_upward_test_data): New variable.
42671         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
42672         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
42673         of BUILD_COMPLEX.
42675         * math/libm-test.inc (struct test_ff_f_data): New type.
42676         (struct test_ff_f_data_nexttoward): Likewise.
42677         (RUN_TEST_LOOP_2_f): New macro.
42678         (RUN_TEST_LOOP_ff_f): Likewise.
42679         (atan2_test_data): New variable.
42680         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
42681         (copysign_test_data): New variable.
42682         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
42683         (fdim_test_data): New variable.
42684         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
42685         (fmax_test_data): New variable.
42686         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
42687         (fmin_test_data): New variable.
42688         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
42689         (fmod_test_data): New variable.
42690         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
42691         (hypot_test_data): New variable.
42692         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
42693         (nextafter_test_data): New variable.
42694         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
42695         (nexttoward_test_data): New variable.
42696         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
42697         (pow_test_data): New variable.
42698         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
42699         (pow_tonearest_test_data): New variable.
42700         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
42701         (pow_towardzero_test_data): New variable.
42702         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
42703         (pow_downward_test_data): New variable.
42704         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
42705         (pow_upward_test_data): New variable.
42706         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
42707         (remainder_test_data): New variable.
42708         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
42709         (scalb_test_data): New variable.
42710         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
42711         * sysdeps/i386/fpu/libm-test-ulps: Update.
42713 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
42715         * math/libm-test.inc (fma_test): Use max_value instead of local
42716         variable fltmax.
42717         (nextafter_test): Likewise.
42719         * math/libm-test.inc (acos_towardzero_test_data): New variable.
42720         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
42721         (acos_downward_test_data): New variable.
42722         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
42723         (acos_upward_test_data): New variable.
42724         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
42725         (acosh_test_data): New variable.
42726         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
42727         (asin_test_data): New variable.
42728         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
42729         (asin_tonearest_test_data): New variable.
42730         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
42731         (asin_towardzero_test_data): New variable.
42732         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
42733         (asin_downward_test_data): New variable.
42734         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
42735         (asin_upward_test_data): New variable.
42736         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
42737         (asinh_test_data): New variable.
42738         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
42739         (atan_test_data): New variable.
42740         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
42741         (atanh_test_data): New variable.
42742         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
42743         (cbrt_test_data): New variable.
42744         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
42745         (ceil_test_data): New variable.
42746         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
42747         (cos_test_data): New variable.
42748         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
42749         (cos_tonearest_test_data): New variable.
42750         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
42751         (cos_towardzero_test_data): New variable.
42752         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
42753         (cos_downward_test_data): New variable.
42754         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
42755         (cos_upward_test_data): New variable.
42756         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
42757         (cosh_test_data): New variable.
42758         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
42759         (cosh_tonearest_test_data): New variable.
42760         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
42761         (cosh_towardzero_test_data): New variable.
42762         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
42763         (cosh_downward_test_data): New variable.
42764         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
42765         (cosh_upward_test_data): New variable.
42766         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
42767         (erf_test_data): New variable.
42768         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
42769         (erfc_test_data): New variable.
42770         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
42771         (exp_test_data): New variable.
42772         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
42773         (exp_tonearest_test_data): New variable.
42774         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
42775         (exp_towardzero_test_data): New variable.
42776         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
42777         (exp_downward_test_data): New variable.
42778         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
42779         (exp_upward_test_data): New variable.
42780         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
42781         (exp10_test_data): New variable.
42782         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
42783         (exp2_test_data): New variable.
42784         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
42785         (expm1_test_data): New variable.
42786         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
42787         (fabs_test_data): New variable.
42788         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
42789         (floor_test_data): New variable.
42790         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
42791         (j0_test_data): New variable.
42792         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
42793         (j1_test_data): New variable.
42794         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
42795         (log_test_data): New variable.
42796         (log_test): Run tests with RUN_TEST_LOOP_f_f.
42797         (log10_test_data): New variable.
42798         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
42799         (log1p_test_data): New variable.
42800         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
42801         (log2_test_data): New variable.
42802         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
42803         (logb_test_data): New variable.
42804         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
42805         (logb_downward_test_data): New variable.
42806         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
42807         (nearbyint_test_data): New variable.
42808         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
42809         (rint_test_data): New variable.
42810         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
42811         (rint_tonearest_test_data): New variable.
42812         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
42813         (rint_towardzero_test_data): New variable.
42814         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
42815         (rint_downward_test_data): New variable.
42816         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
42817         (rint_upward_test_data): New variable.
42818         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
42819         (round_test_data): New variable.
42820         (round_test): Run tests with RUN_TEST_LOOP_f_f.
42821         (sin_test_data): New variable.
42822         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
42823         (sin_tonearest_test_data): New variable.
42824         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
42825         (sin_towardzero_test_data): New variable.
42826         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
42827         (sin_downward_test_data): New variable.
42828         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
42829         (sin_upward_test_data): New variable.
42830         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
42831         (sinh_test_data): New variable.
42832         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
42833         (sinh_tonearest_test_data): New variable.
42834         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
42835         (sinh_towardzero_test_data): New variable.
42836         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
42837         (sinh_downward_test_data): New variable.
42838         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
42839         (sinh_upward_test_data): New variable.
42840         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
42841         (sqrt_test_data): New variable.
42842         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
42843         (tan_test_data): New variable.
42844         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
42845         (tan_tonearest_test_data): New variable.
42846         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
42847         (tan_towardzero_test_data): New variable.
42848         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
42849         (tan_downward_test_data): New variable.
42850         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
42851         (tan_upward_test_data): New variable.
42852         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
42853         (tanh_test_data): New variable.
42854         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
42855         (tgamma_test_data): New variable.
42856         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
42857         (trunc_test_data): New variable.
42858         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
42859         (y0_test_data): New variable.
42860         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
42861         (y1_test_data): New variable.
42862         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
42863         (significand_test_data): New variable.
42864         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
42866 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
42868         [BZ #12387]
42869         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
42871 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42873         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
42875 2013-05-10  Andreas Jaeger  <aj@suse.de>
42877         [BZ #15448]
42878         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
42879         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
42881 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
42883         * math/gen-libm-test.pl (adjust_arg): New function.
42884         (special_functions): Handle generating output in both functions
42885         and arrays.
42886         (parse_args): Likewise.
42887         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
42888         $in_func argument to parse_args.
42889         * math/libm-test.inc (struct test_f_f_data): New type.
42890         (IF_ROUND_INIT_): New macro.
42891         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
42892         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
42893         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
42894         (IF_ROUND_INIT_FE_UPWARD): Likewise.
42895         (ROUND_RESTORE_): Likewise.
42896         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
42897         (ROUND_RESTORE_FE_TONEAREST): Likewise.
42898         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
42899         (ROUND_RESTORE_FE_UPWARD): Likewise.
42900         (RUN_TEST_LOOP_f_f): New macro.
42901         (acos_test_data): New variable.
42902         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
42903         (acos_tonearest_test_data): New variable.
42904         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
42906 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42908         * benchtests/bench-skeleton.c (startup): Fix coding style.
42910 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
42912         [BZ #6809]
42913         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
42914         negative infinity argument.
42915         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
42916         negative infinity argument.
42917         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
42918         negative infinity argument.
42919         * math/libm-test.inc (tgamma_test): Expect errno to be set for
42920         domain errors.
42922 2013-05-10  Florian Weimer  <fweimer@redhat.com>
42924         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
42925         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
42926         * iconv/iconv_prog.c (main): Likewise.
42927         * locale/programs/charmap-dir.c (charmap_readdir)
42928         (fopen_uncompressed): Likewise.
42929         * locale/programs/locfile.c (siblings_uncached)
42930         (write_locale_data): Use lstat64 instead of lstat.
42931         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
42932         stat.
42934 2013-05-10  Andreas Jaeger  <aj@suse.de>
42936         [BZ #15395]
42937         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
42938         localization.
42939         Include <locale.h>.
42941 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
42943         * elf/dl-close.c (_dl_close_worker): Add comments.
42945 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
42947         [BZ #15359]
42948         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
42949         high part of pi/2.
42950         (__ieee754_rem_pio2l): Update comments.
42952         [BZ #15429]
42953         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
42954         high part of pi/2.
42955         (__ieee754_rem_pio2l): Update comments.
42957         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
42958         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
42960         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
42961         M_PI_4l.
42963         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
42964         (M_PI_34_LOG10El): Likewise.
42965         (M_PI2_LOG10El): Likewise.
42966         (M_PI4_LOG10El): Likewise.
42967         (M_PI_LOG10El): Likewise.
42969 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42971         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42973 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
42975         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
42976         (MINUS_ZERO_INIT): Likewise.
42977         (PLUS_INFTY_INIT): Likewise.
42978         (MINUS_INFTY_INIT): Likewise.
42979         (QNAN_VALUE_INIT): Likewise.
42980         (MAX_VALUE_INIT): Likewise.
42981         (MIN_VALUE_INIT): Likewise.
42982         (MIN_SUBNORM_VALUE_INIT): Likewise.
42983         (plus_zero): Initialize with PLUS_ZERO_INIT.
42984         (minus_zero): Initialize with MINUS_ZERO_INIT.
42985         (plus_infty): Initialize with PLUS_INFTY_INIT.
42986         (minus_infty): Initialize with MINUS_INFTY_INIT.
42987         (qnan_value): Initialize with QNAN_VALUE_INIT.
42988         (max_value): Initialize with MAX_VALUE_INIT.
42989         (min_value): Initialize with MIN_VALUE_INIT.
42990         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
42992         * math/libm-test.inc (RUN_TEST_if_f): New macro.
42993         (jn_test): Use TEST_if_f instead of TEST_ff_f.
42994         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
42995         (yn_test): Use TEST_if_f instead of TEST_ff_f.
42997         * math/libm-test.inc (RUN_TEST_f_f): New macro.
42998         (RUN_TEST_2_f): Likewise.
42999         (RUN_TEST_ff_f): Likewise.
43000         (RUN_TEST_fi_f): Likewise.
43001         (RUN_TEST_fl_f): Likewise.
43002         (RUN_TEST_fff_f): Likewise.
43003         (RUN_TEST_c_f): Likewise.
43004         (RUN_TEST_f_f1): Likewise.
43005         (RUN_TEST_fF_f1): Likewise.
43006         (RUN_TEST_fI_f1): Likewise.
43007         (RUN_TEST_ffI_f1): Likewise.
43008         (RUN_TEST_c_c): Likewise.
43009         (RUN_TEST_cc_c): Likewise.
43010         (RUN_TEST_f_i): Likewise.
43011         (RUN_TEST_f_i_tg): Likewise.
43012         (RUN_TEST_ff_i_tg): Likewise.
43013         (RUN_TEST_f_b): Likewise.
43014         (RUN_TEST_f_b_tg): Likewise.
43015         (RUN_TEST_f_l): Likewise.
43016         (RUN_TEST_f_L): Likewise.
43017         (RUN_TEST_sincos): Likewise.
43018         * math/gen-libm-test.pl (new_test): Take new argument to indicate
43019         whether to show exceptions.  Do not include ");\n" in return
43020         value.
43021         (special_functions): Output call to RUN_TEST_sincos instead of
43022         check_float calls.  Update calls to new_test.
43023         (parse_args): Output call to single RUN_TEST_* macro instead of
43024         check_* calls and other assignments.  Update calls to new_test.
43026         [BZ #2546]
43027         [BZ #2560]
43028         [BZ #5159]
43029         [BZ #15426]
43030         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
43031         input to result for tgamma overflow.
43032         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
43033         (gamma_coeff): New variable.
43034         (NCOEFF): New macro.
43035         (gamma_positive): New function.
43036         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
43037         underflow here.  Use gamma_positive instead of exp (lgamma) for
43038         other arguments.
43039         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
43040         (gamma_coeff): New variable.
43041         (NCOEFF): New macro.
43042         (gammaf_positive): New function.
43043         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
43044         underflow here.  Use gamma_positive instead of exp (lgamma) for
43045         other arguments.
43046         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
43047         (gamma_coeff): New variable.
43048         (NCOEFF): New macro.
43049         (gammal_positive): New function.
43050         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
43051         underflow here.  Use gamma_positive instead of exp (lgamma) for
43052         other arguments.
43053         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
43054         (gamma_coeff): New variable.
43055         (NCOEFF): New macro.
43056         (gammal_positive): New function.
43057         (__ieee754_gammal_r): Handle positive infinity, overflow and
43058         underflow here.  Handle NaN the same as positive infinity.  Remove
43059         check x < 0xffffffff for negative integers.  Use gamma_positive
43060         instead of exp (lgamma) for other arguments.
43061         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
43062         (gamma_coeff): New variable.
43063         (NCOEFF): New macro.
43064         (gammal_positive): New function.
43065         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
43066         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
43067         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
43068         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
43069         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
43070         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
43071         * sysdeps/generic/math_private.h (__gamma_productf): New
43072         prototype.
43073         (__gamma_product): Likewise.
43074         (__gamma_productl): Likewise.
43075         * math/Makefile (libm-calls): Add gamma_product.
43076         * math/libm-test.inc (tgamma_test): Add more tests.
43077         * sysdeps/i386/fpu/libm-test-ulps: Update.
43078         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43080 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
43082         * benchtests/bench-skeleton.c (main): Preheat CPU.
43084 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
43086         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
43088 2013-05-07  Roland McGrath  <roland@hack.frob.com>
43090         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
43091         and _dl_skip_args_internal.
43093 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
43095         * manual/message.texi (Message Translation): Talk about users.
43096         Message to key mapping impacts design.
43098 2013-05-06  Roland McGrath  <roland@hack.frob.com>
43100         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
43102         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
43104         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
43105         * sysdeps/wordsize-64/glob64.c: ... here.
43107         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
43108         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
43109         New macros.
43111         * debug/getlogin_r_chk.c: Moved to ...
43112         * login/getlogin_r_chk.c: ... here.
43113         * debug/Makefile (routines): Move getlogin_r_chk to ...
43114         * login/Makefile (routines): ... here.
43115         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
43116         * login/Versions (libc: GLIBC_2.4): ... here.
43118         * io/poll.c (__poll): Renamed from poll.
43119         Add libc_hidden_def.
43120         (poll): Define as weak alias.
43122         * debug/ptsname_r_chk.c: Moved to ...
43123         * login/ptsname_r_chk.c: ... here.
43124         * debug/Makefile (routines): Move ptsname_r_chk to ...
43125         * login/Makefile (routines): ... here.
43126         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
43127         * login/Versions (libc: GLIBC_2.4): ... here.
43129         * posix/getlogin.c: Moved to ...
43130         * login/getlogin.c: ... here.
43131         * posix/getlogin_r.c: Moved to ...
43132         * login/getlogin_r.c: ... here.
43133         * posix/getlogin_r.c: Moved to ...
43134         * login/getlogin_r.c: ... here.
43135         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
43136         * login/Makefile (routines): ... here.
43137         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
43138         * login/Versions (libc: GLIBC_2.0): ... here.
43140         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
43141         (setrlimit): Define as weak alias.
43143         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
43144         Call __ names for open, ftruncate, and close.
43145         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
43146         (truncate): Define as weak alias.
43148 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
43150         * math/gen-libm-test.pl (parse_args): Initialize x before each
43151         test of frexp, modf and remquo.
43153         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
43154         test signgam value.
43156 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43158         [BZ #15418]
43159         [BZ #15419]
43160         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
43161         internal tests.
43162         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
43164 2013-05-06  Roland McGrath  <roland@hack.frob.com>
43166         * elf/dl-writev.h: New file.
43167         * elf/dl-misc.c: Include it.
43168         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
43169         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
43171 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
43173         * math/libm-test.inc (noXFails): Remove variable.
43174         (noXPasses): Likewise.
43175         (BUILD_COMPLEX_INT): Remove macro.
43176         (print_screen): Remove xfail argument.
43177         (print_screen_max_error): Likewise.
43178         (update_stats): Likewise.
43179         (print_max_error): Likewise.  Update calls to other affected
43180         functions.
43181         (print_complex_max_error): Likewise.
43182         (test_single_exception): Update calls to print_screen.
43183         (test_single_errno): Likewise.
43184         (check_float_internal): Remove xfail argument.  Update calls to
43185         other affected functions.
43186         (check_float): Likewise.
43187         (check_complex): Likewise.
43188         (check_int): Likewise.
43189         (check_long): Likewise.
43190         (check_bool): Likewise.
43191         (check_longlong): Likewise.
43192         (main): Don't print noXFails and noXPasses.
43193         * math/gen-libm-test.pl (top level): Don't mention expected
43194         failure handling in comment.
43195         (new_test): Don't handle expected failures.
43196         (parse_args): Don't mention expected failure handling in comment.
43197         (generate_testfile): Don't handle expected failures.
43198         (parse_ulps): Likewise.
43199         (print_ulps_file): Likewise.
43200         (get_failure): Remove function.
43201         (output_test): Don't handle expected failures.
43202         * make/README.libm-test: Don't mention expected failure handling.
43204         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
43205         (minus_zero): Likewise.
43206         (plus_infty): Likewise.
43207         (minus_infty): Likewise.
43208         (qnan_value): Likewise.
43209         (max_value): Likewise.
43210         (min_value): Likewise.
43211         (min_subnorm_value): Likewise.
43212         (initialize): Do not initialize those variables dynamically.
43214 2013-05-03  Roland McGrath  <roland@hack.frob.com>
43216         * io/open.c (__open_2): Moved to ...
43217         * io/open_2.c: ... this new file.
43218         * io/open64.c (__open64_2): Moved to ...
43219         * io/open64_2.c: ... this new file.
43220         * io/openat.c (__openat_2): Moved to ...
43221         * io/openat_2.c: ... this new file.
43222         * io/openat64.c (__openat64_2): Moved to ...
43223         * io/openat64_2.c: ... this new file.
43224         * io/Makefile (routines): Add them.
43225         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
43226         * sysdeps/unix/sysv/linux/open_2.c: File removed.
43227         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
43228         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
43229         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
43230         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
43231         (__openat64): Add hidden_ver.
43232         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
43233         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
43235         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
43236         Separately conditionalize setting of GLRO(dl_sysinfo) so
43237         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
43238         as well, but the actual setting is only under [NEED_DL_SYSINFO].
43240 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43242         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
43243         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
43244         definition.
43245         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
43246         * sysdeps/unix/sysv/linux/powerpc/init-first.c
43247         (_libc_vdso_platform_setup): Add __vdso_time initialization.
43248         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
43249         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
43251 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
43253         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
43254         test signgam value.
43256         * math/libm-test.inc (hypot_test): Do not use
43257         IGNORE_ZERO_INF_SIGN.
43259 2013-05-03  Andreas Jaeger  <aj@suse.de>
43261         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
43262         Linux 3.9.
43263         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
43264         (PF_MAX): Adjust for VSOCK change.
43266 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43268         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43270 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
43272         [BZ #15264]
43273         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
43274         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
43275         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
43277 2013-05-02  David S. Miller  <davem@davemloft.net>
43279         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43281 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
43283         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
43285 2013-05-01  Roland McGrath  <roland@hack.frob.com>
43287         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
43289 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
43291         [BZ #14952]
43292         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
43293         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
43294         Use __attribute__ ((__gnu_inline__)).
43295         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
43296         Don't use __attribute__ ((__gnu_inline__)).
43298 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
43300         [BZ #15423]
43301         * math/s_catan.c (__catan): Handle small real or imaginary part of
43302         input specially to avoid spurious underflow.
43303         * math/s_catanf.c (__catanf): Likewise.
43304         * math/s_catanh.c (__catanh): Likewise.
43305         * math/s_catanhf.c (__catanhf): Likewise.
43306         * math/s_catanhl.c (__catanhl): Likewise.
43307         * math/s_catanl.c (__catanl): Likewise.
43308         * math/libm-test.inc (catan_test): Add more tests.
43309         (catanh_test): Likewise.
43310         * sysdeps/i386/fpu/libm-test-ulps: Update.
43311         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43313 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43315         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43317 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
43319         [BZ #15416]
43320         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
43321         accurately for denominator in atan2.
43322         * math/s_catanf.c (__catanf): Likewise.
43323         * math/s_catanh.c (__catanh): Likewise.
43324         * math/s_catanhf.c (__catanhf): Likewise.
43325         * math/s_catanhl.c (__catanhl): Likewise.
43326         * math/s_catanl.c (__catanl): Likewise.
43327         * math/libm-test.inc (catan_test): Add more tests.
43328         (catanh_test): Likewise.
43329         * sysdeps/i386/fpu/libm-test-ulps: Update.
43330         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43332 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43334         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
43336         * benchtests/Makefile (bench): Remove slow benchmarks.
43337         * benchtests/atan-inputs: Add slow benchmark inputs.
43338         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
43339         (BENCH_FUNC): Accept variant offset.
43340         (VARIANT): Define.
43341         * benchtests/bench-skeleton.c (main): Run benchmark for each
43342         variant.
43343         * benchtests/cos-inputs: Add slow benchmark inputs.
43344         * benchtests/exp-inputs: Likewise.
43345         * benchtests/pow-inputs: Likewise.
43346         * benchtests/sin-inputs: Likewise.
43347         * benchtests/slowatan-inputs: Remove.
43348         * benchtests/slowatan.c: Remove.
43349         * benchtests/slowcos-inputs: Remove.
43350         * benchtests/slowcos.c: Remove.
43351         * benchtests/slowexp-inputs: Remove.
43352         * benchtests/slowexp.c: Remove.
43353         * benchtests/slowpow-inputs: Remove.
43354         * benchtests/slowpow.c: Remove.
43355         * benchtests/slowsin-inputs: Remove.
43356         * benchtests/slowsin.c: Remove.
43357         * benchtests/slowtan-inputs: Remove.
43358         * benchtests/slowtan.c: Remove.
43359         * benchtests/tan-inputs: Add slow benchmark inputs.
43360         * scripts/bench.pl: Parse comments and directives.
43362         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
43363         in CPPFLAGS.
43364         ($(objpfx)bench-%.c): Remove *-ITER.
43365         * benchtests/bench-modf.c: Remove definition of ITER.
43366         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
43367         (main): Loop for DURATION seconds instead of fixed number of
43368         iterations.
43369         * scripts/bench.pl: Don't expect iterations in parameters.
43371 2013-04-29  Roland McGrath  <roland@hack.frob.com>
43373         * io/fchdir.c (__fchdir): Renamed from fchdir.
43374         (fchdir): Define as weak alias.
43376 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
43378         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
43379         (ERRNO_EDOM): Likewise.
43380         (ERRNO_ERANGE): Likewise.
43381         (noErrnoTests): New variable.
43382         (init_max_error): Set errno to 0.
43383         (test_single_errno): New function.
43384         (test_errno): Likewise.
43385         (check_float_internal): Call test_errno.  Set errno to 0.
43386         (check_complex): Refer to errno tests in comment.
43387         (check_int): Call test_errno.  Set errno to 0.
43388         (check_long): Likewise.
43389         (check_bool): Likewise.
43390         (check_longlong): Likewise.
43391         (cos_test): Use ERRNO_* flags for errno tests instead of
43392         check_int.
43393         (expm1_test): Likewise.
43394         (fmod_test): Likewise.
43395         (ilogb_test): Likewise.
43396         (lgamma_test): Likewise.
43397         (pow_test): Likewise.
43398         (remainder_test): Likewise.
43399         (sin_test): Likewise.
43400         (tan_test): Likewise.
43401         (yn_test): Likewise.
43402         (initialize): Set errno to 0.
43403         (main): Print number of errno tests.
43404         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
43406 2013-04-29  Andreas Jaeger  <aj@suse.de>
43408         [BZ #15084]
43409         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
43410         and RES_USEVC.
43412         [BZ #15085]
43413         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
43414         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
43415         unimplemented.
43417         [BZ #15380]
43418         * stdlib/random.c (__initstate): Return NULL if
43419         __initstate fails.
43421         [BZ #15086]
43422         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
43423         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
43424         RES_SNGLKUPREOP.
43426 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43428         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43430 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
43432         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
43433         of individual tests.
43434         (casin_test): Likewise.
43435         (casinh_test): Likewise.
43437 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
43439         [BZ #15409]
43440         * math/s_catan.c (__catan): Handle arguments with large real or
43441         imaginary part separately without squaring.
43442         * math/s_catanf.c (__catanf): Likewise.
43443         * math/s_catanh.c (__catanh): Likewise.
43444         * math/s_catanhf.c (__catanhf): Likewise.
43445         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
43446         and redefine.
43447         (__catanhl): Handle arguments with large real or imaginary part
43448         separately without squaring.
43449         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
43450         and redefine.
43451         (__catanl): Handle arguments with large real or imaginary part
43452         separately without squaring.
43453         * math/libm-test.inc (catan_test): Add more tests.
43454         (catanh_test): Likewise.
43455         * sysdeps/i386/fpu/libm-test-ulps: Update.
43456         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43458 2013-04-27  Andreas Jaeger  <aj@suse.de>
43460         [BZ #15007]
43461         * stdlib/stdlib.h: Update guards for qecvt.
43462         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
43463         <stdlib.h>.
43465 2013-04-27  Allan McRae  <allan@archlinux.org>
43467         * sysdeps/i386/fpu/libm-test-ulps: Update.
43469 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
43471         [BZ #15406]
43472         * math/s_catan.c: Include <float.h>.
43473         (__catan): Ensure underflow exception occurs for underflowed
43474         result.
43475         * math/s_catanf.c: Include <float.h>.
43476         (__catanf): Ensure underflow exception occurs for underflowed
43477         result.
43478         * math/s_catanh.c: Include <float.h>.
43479         (__catanh): Ensure underflow exception occurs for underflowed
43480         result.
43481         * math/s_catanhf.c: Include <float.h>.
43482         (__catanhf): Ensure underflow exception occurs for underflowed
43483         result.
43484         * math/s_catanhl.c: Include <float.h>.
43485         (__catanhl): Ensure underflow exception occurs for underflowed
43486         result.
43487         * math/s_catanl.c: Include <float.h>.
43488         (__catanl): Ensure underflow exception occurs for underflowed
43489         result.
43490         * math/libm-test.inc (catan_test): Add more tests.
43491         (catanh_test): Likewise.
43493         [BZ #15405]
43494         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
43495         underflowed result.
43496         * math/s_ccoshf.c (__ccoshf): Likewise.
43497         * math/s_ccoshl.c (__ccoshl): Likewise.
43498         * math/s_csin.c (__csin): Likewise.
43499         * math/s_csinf.c (__csinf): Likewise.
43500         * math/s_csinh.c (__csinh): Likewise.
43501         * math/s_csinhf.c (__csinhf): Likewise.
43502         * math/s_csinhl.c (__csinhl): Likewise.
43503         * math/s_csinl.c (__csinl): Likewise.
43504         * math/libm-test.inc (ccos_test): Add more tests.
43505         (ccosh_test): Likewise.
43506         (csin_test): Likewise.
43507         (csinh_test): Likewise.
43509 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43511         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
43512         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
43513         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
43514         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
43515         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
43516         powerpc/power5+/fpu folders.
43517         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
43520 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
43522         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43524 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
43526         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
43527         additions to variable.
43528         [$(config-machine) = x86_64] (modules-names): Likewise.
43529         ($(objpfx)tst-audit3): Remove dependency.
43530         ($(objpfx)tst-audit3.out): Likewise.
43531         ($(objpfx)tst-audit4): Likewise.
43532         ($(objpfx)tst-audit4.out): Likewise.
43533         ($(objpfx)tst-audit5): Likewise.
43534         ($(objpfx)tst-audit5.out): Likewise.
43535         ($(objpfx)tst-audit6): Likewise.
43536         ($(objpfx)tst-audit6.out): Likewise.
43537         ($(objpfx)tst-audit7): Likewise.
43538         ($(objpfx)tst-audit7.out): Likewise.
43539         (tst-audit3-ENV): Remove variable.
43540         (tst-audit4-ENV): Likewise.
43541         (tst-audit5-ENV): Likewise.
43542         (tst-audit6-ENV): Likewise.
43543         (tst-audit7-ENV): Likewise.
43544         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
43545         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
43546         addition to variable.
43547         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
43548         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
43549         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
43550         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
43551         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
43552         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
43553         tst-audit3, tst-audit4 and tst-audit5.
43554         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
43555         tst-audit6 and tst-audit7.
43556         [$(subdir) = elf] (modules-names): Add audit modules for those
43557         tests.
43558         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
43559         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
43560         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
43561         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
43562         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
43563         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
43564         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
43565         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
43566         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
43567         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
43568         [$(subdir) = elf] (tst-audit3-ENV): New variable.
43569         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
43570         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
43571         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
43572         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
43573         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
43574         Likewise.
43575         [$(subdir) = elf && $(config-cflags-avx) = yes]
43576         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
43577         [$(subdir) = elf && $(config-cflags-avx) = yes]
43578         (CFLAGS-tst-auditmod4a.c): Likewise.
43579         [$(subdir) = elf && $(config-cflags-avx) = yes]
43580         (CFLAGS-tst-auditmod4b.c): Likewise.
43581         [$(subdir) = elf && $(config-cflags-avx) = yes]
43582         (CFLAGS-tst-auditmod6b.c): Likewise.
43583         [$(subdir) = elf && $(config-cflags-avx) = yes]
43584         (CFLAGS-tst-auditmod6c.c): Likewise.
43585         [$(subdir) = elf && $(config-cflags-avx) = yes]
43586         (CFLAGS-tst-auditmod7b.c): Likewise.
43587         * elf/tst-audit3.c: Move to ...
43588         * sysdeps/x86_64/tst-audit3.c: ... here.
43589         * elf/tst-audit4.c: Move to ...
43590         * sysdeps/x86_64/tst-audit4.c: ... here.
43591         * elf/tst-audit5.c: Move to ...
43592         * sysdeps/x86_64/tst-audit5.c: ... here.
43593         * elf/tst-audit6.c: Move to ...
43594         * sysdeps/x86_64/tst-audit6.c: ... here.
43595         * elf/tst-audit7.c: Move to ...
43596         * sysdeps/x86_64/tst-audit7.c: ... here.
43597         * elf/tst-auditmod3a.c: Move to ...
43598         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
43599         * elf/tst-auditmod3b.c: Move to ...
43600         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
43601         * elf/tst-auditmod4a.c: Move to ...
43602         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
43603         * elf/tst-auditmod4b.c: Move to ...
43604         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
43605         * elf/tst-auditmod5a.c: Move to ...
43606         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
43607         * elf/tst-auditmod5b.c: Move to ...
43608         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
43609         * elf/tst-auditmod6a.c: Move to ...
43610         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
43611         * elf/tst-auditmod6b.c: Move to ...
43612         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
43613         * elf/tst-auditmod6c.c: Move to ...
43614         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
43615         * elf/tst-auditmod7a.c: Move to ...
43616         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
43617         * elf/tst-auditmod7b.c: Move to ...
43618         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
43620 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
43622         [BZ #15366]
43623         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
43624         define unconditionally.
43625         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
43626         define unconditionally.
43627         (INT8_C, INT16_C, etc.): Likewise.
43629 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
43631         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
43632         __ehdr_start with hidden visibility.
43634         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
43636 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
43638         * math/libm-test.inc (cos_test): Use accurate hex constants.
43639         (sincost_test): Likewise.
43641 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
43643         * math/libm-test.inc (catan_test): Add more tests.
43644         (catanh_test): Likewise.
43646         * math/s_catanf.c (__catanf): Use suffixed floating-point
43647         constants.
43648         * math/s_catanhf.c (__catanhf): Likewise.
43649         * math/s_catanhl.c (__catanhl): Likewise.
43650         * math/s_catanl.c (__catanl): Likewise.
43652         [BZ #15394]
43653         * math/s_catan.c (__catan): Calculate imaginary part of result
43654         with log1p not log unless computing log of number close to 0.
43655         * math/s_catanf.c (__catanf): Likewise.
43656         * math/s_catanl.c (__catanl): Likewise.
43657         * math/s_catanh.c (__catanh): Calculate real part of result with
43658         log1p not log unless computing log of number close to 0.
43659         * math/s_catanhf.c (__catanhf): Likewise.
43660         * math/s_catanhl.c (__catanhl): Likewise.
43661         * math/libm-test.inc (catan_test): Add more tests.
43662         (catanh_test): Likewise.
43663         * sysdeps/i386/fpu/libm-test-ulps: Update.
43664         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43666 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
43668         * benchtests/Makefile: Mention files in which fast and slow
43669         paths of math functions are implemented.
43671 2013-04-23  Roland McGrath  <roland@hack.frob.com>
43673         * sysdeps/posix/timespec_get.c: New file.
43675 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43677         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
43678         POWER.
43679         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
43680         for POWER.
43681         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
43682         powerpc/power5/fpu folders.
43683         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
43684         * benchtests/Makefile: Add modf testcase.
43685         * benchtests/bench-modf.c: New file: Benchmark test for mo
43687 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
43689         [BZ #14888]
43690         * time/Makefile (tests): Add tst-strptime-whitespace.
43691         * time/strptime_l.c (get_number): Use ISSPACE.
43692         (__strptime_internal): Likewise.
43693         * time/tst-strptime-whitespace.c: New test case.
43695 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
43697         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
43698         member.
43699         (_nss_files_init): Set it here.
43701 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
43703         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
43704         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
43705         unsigned.
43707 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
43709         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
43711 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43713         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
43714         size just once.
43716 2013-04-21  David S. Miller  <davem@davemloft.net>
43718         * po/ru.po: Update Russion translation from translation project.
43720 2013-04-17  Adam Conrad  <adconrad@0c3.net>
43722         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
43723         and setfsgid.
43725 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
43727         * configure.in: Remove i386 configure warning. Remove i386 case.
43728         * configure: Regenerate.
43729         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
43730         Add example to error message.
43731         * sysdeps/i386/configure: Regenerate.
43733 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
43735         * benchtests/Makefile (bench): Add cos, tan, slowcos and
43736         slowtan.
43737         * benchtests/cos-inputs: New file.
43738         * benchtests/slowcos-inputs: New file.
43739         * benchtests/slowcos.c: New file.
43740         * benchtests/slowtan-inputs: New file.
43741         * benchtests/slowtan.c: New file.
43742         * benchtests/tan-inputs: New file.
43744 2013-04-16  Roland McGrath  <roland@hack.frob.com>
43746         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
43747         considered kosher.
43749 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
43751         * benchtests/Makefile: Include cppflags-iterator.mk to add
43752         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
43754         * Makefile.in (bench-clean): New target.
43755         * benchtests/Makefile (bench-clean): Likewise.
43757 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
43759         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
43761 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
43763         * stdio-common/tstdiomisc.c: Fix coding-style violation.
43765 2013-04-15  Andreas Schwab  <schwab@suse.de>
43767         * nscd/grpcache.c (cache_addgr): Properly check for short write.
43768         * nscd/initgrcache.c (addinitgroupsX): Likewise.
43769         * nscd/pwdcache.c (cache_addpw): Likewise.
43770         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
43771         more than recsize.
43773 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
43775         * benchtests/Makefile (bench): Write all output to
43776         bench-out.tmp together.
43778 2013-04-15  Andreas Schwab  <schwab@suse.de>
43780         * nscd/nscd.c (main): Don't fork again after closing files.
43782 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
43784         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
43786         * benchtests/Rules (bench-deps): Collect dependencies into a
43787         single variable.  Add Makefile to dependencies.
43788         ($(objpfx)bench-%.c): Depend on bench-deps.
43790 2013-04-12  Roland McGrath  <roland@hack.frob.com>
43791             Xavier Roche  <roche+kml2@exalead.com>
43793         [BZ #15361]
43794         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
43795         just that it's a file descriptor.
43796         * manual/llio.texi (Synchronizing AIO Operations): Update description
43797         for EBADF error from aio_fsync.
43799 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
43801         * Rules (bench): Move target definition...
43802         * benchtests/Makefile: ... here.
43804 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
43806         * math/libm-test.inc (cos_test): Fix PI/2 test.
43807         (sincos_test): Likewise.
43808         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
43809         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
43811 2013-04-11  Andreas Schwab  <schwab@suse.de>
43813         [BZ #13988]
43814         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
43815         accept exponent character only when digits were seen.
43816         * stdio-common/Makefile (tests): Add bug26.
43817         * stdio-common/bug26.c: New file.
43819         [BZ #14293]
43820         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
43821         non-freeable.
43823 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
43825         * Makeconfig (rtld-prefix): Define built linker prefix.
43826         * Rules (run-bench): Use it.
43827         * math/Makefile (run-regen-ulps): Likewise.
43829         * Rules (bench): Remove eval.
43831 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43832             Roland McGrath  <roland@hack.frob.com>
43833             Ondrej Bilka  <neleai@seznam.cz>
43835         [BZ #15346]
43836         * time/getdate.c: Include ctype.h and alloca.h.
43837         (__getdate_r): Trim leading and trailing spaces of input.
43838         * time/tst-getdate.c (tests): Add tests with leading and
43839         trailing spaces.
43841 2013-04-08  Roland McGrath  <roland@hack.frob.com>
43843         [BZ #14280]
43844         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
43845         when computing value.
43847 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
43849         * math/README.libm-test (How can I generate "libm-test-ulps"?):
43850         Use testrun.sh to run libm tests.
43852         [BZ #15309]
43853         * elf/dl-open.c (dl_open_worker): memset all of seen array.
43855 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
43857         [BZ #15264]
43858         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
43860 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
43862         * Makefile.in (regen-ulps): New target.
43863         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
43864         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
43865         [ifneq (no,$(PERL)] (regen-ulps): New target.
43866         [ifeq (no,$(PERL)] (regen-ulps): New target.
43867         * math/libm-test.inc (ulps_file_name): Define.
43868         (output_dir): New variable.
43869         (options): Add "output-dir" option.
43870         (parse_opt): Handle 'o' case.
43871         (main): If output_dir is non-NULL use it as a prefix
43872         otherwise use "".
43873         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
43875 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
43877         [BZ #10060, #10062]
43878         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
43879         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
43880         fail configure if __sync_val_compare_and_swap is not inlined.
43881         * sysdeps/i386/configure: Regenerate.
43882         * configure.in: Build for i686 when configured for i386.
43883         * configure: Regenerate.
43884         * README: Remove i386 reference.
43886 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
43888         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
43889         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43891 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43893         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
43894         (lmsnanval): New variables.
43895         (F): Add conversion tests.
43896         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
43897         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
43899         * stdio-common/tstdiomisc.c (F): Properly collect individual
43900         tests' results.
43902         [BZ #14686, #15336]
43903         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
43904         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
43905         Instead, use input NaN values or generate a qNaN by arithmetic
43906         operation.  Also fix bugs to comply with the standard.
43907         * math/libm-test.inc (remainder_test): Add more tests.
43909         [BZ #15335, #15342]
43910         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
43911         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
43912         input NaN values or generate a qNaN by arithmetic operation.
43914         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
43915         unreachable code.
43917         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
43918         definitions.
43920 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
43922         [BZ #14478]
43923         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
43924         underflowed result.
43925         * math/s_cexpf.c (__cexpf): Likewise.
43926         * math/s_cexpl.c (__cexpl): Likewise.
43927         * math/libm-test.inc (cexp_test): Add more tests.
43929 2013-04-03  Andreas Schwab  <schwab@suse.de>
43931         [BZ #15330]
43932         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
43933         order arrays from heap if bigger than alloca cutoff.
43935 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
43937         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
43938         (SNAN_TESTS_double): Refer to GCC PR56831.
43939         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
43940         GCC PR56828.
43942 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
43944         * Rules (bench): Move bench.out after the run is complete.
43946         * Rules (bench): Echo currently running benchmark.
43948         * benchtests/Makefile (bench): Add atan and slowatan.
43949         * benchtests/atan-inputs: New file.
43950         * benchtests/slowatan-inputs: New file.
43951         * benchtests/slowatan.c: New file.
43953         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
43954         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
43955         its value.
43957         [BZ #15305]
43958         * sysdeps/unix/sysv/linux/kernel-features.h
43959         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
43960         __ASSUME_XFS_RESTRICTED_CHOWN.
43961         * sysdeps/unix/sysv/linux/pathconf.c
43962         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
43963         Save and restore errno.
43965 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
43967         [BZ #15327]
43968         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
43969         arguments using __kernel_casinh.
43970         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
43971         arguments using __kernel_casinhf.
43972         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
43973         arguments using __kernel_casinhl.
43974         * math/libm-test.inc (cacosh_test): Add more tests.
43975         * sysdeps/i386/fpu/libm-test-ulps: Update.
43976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43978 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
43980         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
43981         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
43983         * bench/Makefile (bench): Add sin and slowsin.
43984         * benchtests/sin-inputs: New file.
43985         * benchtests/slowsin-inputs: New file.
43986         * benchtests/slowsin.c: New file.
43988         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
43989         (bench): Add slowexp and slowpow.
43990         (exp-ITER): Increase iterations.
43991         (pow-ITER): Likewise.
43992         * benchtests/exp-inputs: Change input.
43993         * benchtests/pow-inputs: Likewise.
43994         * benchtests/slowexp-inputs: New file.
43995         * benchtests/slowexp.c: New file.
43996         * benchtests/slowpow-inputs: New file.
43997         * benchtests/slowpow.c: New file.
43999 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44001         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
44002         instructions.
44003         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44004         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
44005         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
44006         * benchtests/Makefile: Add rint benchtest.
44007         * benchtests/rint-inputs: Input for rint benchtest.
44009 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
44011         * Versions.def (libm): Add GLIBC_2.18.
44012         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
44013         hidden libm prototypes.
44014         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
44015         * math/Makefile (libm-calls): Add s_issignaling.
44016         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
44017         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
44018         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
44019         declaration.
44020         * math/math.h [__USE_GNU] (issignaling): New macro.
44021         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
44022         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
44023         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
44024         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
44025         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
44026         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
44027         * manual/arith.texi (issignaling): New section.
44028         * manual/libm-err-tab.pl (@all_functions): Update comment.
44029         * math/gen-libm-test.pl (parse_args): Apply special handling for
44030         issignaling.
44031         * math/libm-test.inc (print_float, issignaling_test): New
44032         functions.
44033         (check_float_internal): Add issignaling checks.
44034         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
44035         default definition.
44036         * sysdeps/powerpc/math-tests.h: New file.
44037         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
44038         tests.
44039         * math/test-snan.c (TEST_FUNC): Likewise.
44041 2013-03-30  David S. Miller  <davem@davemloft.net>
44043         * po/de.po: Update from translation team.
44045 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
44047         [BZ #10357]
44048         * math/k_casinh.c (__kernel_casinh): Handle arguments with
44049         imaginary part less than 1.0 and real part less than 0.5
44050         specially.
44051         * math/k_casinhf.c (__kernel_casinhf): Likewise.
44052         * math/k_casinhl.c (__kernel_casinhl): Likewise.
44053         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
44054         (cacos_test): Add more tests.
44055         (casin_test): Likewise.
44056         (casinh_test): Likewise.
44057         * sysdeps/i386/fpu/libm-test-ulps: Update.
44058         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44060 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
44062         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
44063         ONE with its value.
44065         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
44066         (__pow_mp): Replace ONE and MONE with their values.
44067         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
44068         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
44069         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
44070         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
44071         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
44072         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
44074         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
44076         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
44077         (__pow_mp): Replace ZERO and MZERO with their values.
44078         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
44079         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
44080         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
44081         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
44082         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
44083         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
44084         (__sqr): Likewise.
44086         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
44088         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
44090 2013-03-28  Roland McGrath  <roland@hack.frob.com>
44092         * include/stdlib.h [!SHARED] (__call_tls_dtors):
44093         Declare with __attribute__ ((weak)).
44094         * stdlib/exit.c (__libc_atexit) [!SHARED]:
44095         Call __call_tls_dtors only if it's not NULL.
44097 2013-03-28  Roland McGrath  <roland@hack.frob.com>
44099         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
44100         didn't do it already, then set _dl_phdr and _dl_phnum based on the
44101         magic __ehdr_start linker symbol if it's defined.
44102         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
44103         them up here if it was already done.
44105         * elf/dl-support.c (_dl_phdr): Make pointer to const.
44106         (_dl_aux_init): Use const in cast when setting it.
44107         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
44108         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
44109         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
44111         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
44112         Declare them here.
44113         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
44114         * csu/libc-tls.c: Nor here.
44115         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
44117         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
44118         (__libc_message): Never call vsyslog.
44120 2013-03-28  Alan Modra  <amodra@gmail.com>
44122         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
44123         Define as empty.
44124         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
44125         Likewise.
44127 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44129         [BZ #15214]
44130         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
44131         underflow.
44132         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44134 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
44136         [BZ #15304]
44137         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
44138         Don't add gid passed as argument.
44140         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
44142 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
44144         [BZ #15307]
44145         * math/k_casinh.c (__kernel_casinh): Handle arguments with
44146         imaginary part between 1.0 and 1.5 and real part less than 0.5
44147         specially.
44148         * math/k_casinhf.c (__kernel_casinhf): Likewise.
44149         * math/k_casinhl.c (__kernel_casinhl): Likewise.
44150         * math/libm-test.inc (cacos_test): Add more tests.
44151         (casin_test): Likewise.
44152         (casinh_test): Likewise.
44153         * sysdeps/i386/fpu/libm-test-ulps: Update.
44154         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44156 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44158         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
44159         constants.
44160         (norm): Likewise.
44161         (denorm): Likewise.
44162         (__dbl_mp): Likewise.
44163         (add_magnitudes): Likewise.
44164         (sub_magnitudes): Likewise.
44165         (__add): Likewise.
44166         (__sub): Likewise.
44167         (__mul): Likewise.
44168         (__sqr): Likewise.
44169         (__inv): Likewise.
44170         (__dvd): Likewise.
44172         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
44173         commented code.
44174         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
44175         (__dubcos): Likewise.
44176         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
44177         (__ieee754_acos): Likewise.
44178         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
44179         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
44180         (__exp1): Likewise.
44181         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
44182         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44183         (log1): Likewise.
44184         (my_log2): Likewise.
44185         (checkint): Likewise.
44186         * sysdeps/ieee754/dbl-64/e_remainder.c
44187         (__ieee754_remainder): Likewise.
44188         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
44189         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
44190         (bsloww): Likewise.
44191         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
44193         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
44194         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
44195         MANTISSA_STORE_T to store computations on mantissa.  Use
44196         macros for rounding and division.
44197         (denorm): Likewise.
44198         (__dbl_mp): Likewise.
44199         (add_magnitudes): Likewise.
44200         (sub_magnitudes): Likewise.
44201         (__mul): Likewise.
44202         (__sqr): Likewise.
44203         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
44204         powers of two in terms of TWOPOW macro.
44205         (mp_no): Make type of mantissa as MANTISSA_T.
44206         [!RADIXI]: Define RADIXI.
44207         [!TWO52]: Define TWO52.
44208         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
44210 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44212         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
44213         llroundl symbol when building for PPC32.
44215 2013-03-24  Mark H Weaver  <mhw@netris.org>
44217         * manual/arith.texi (Normalization Functions): Fix prototypes for
44218         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
44220 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44222         [BZ #13889]
44223         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
44224         high value to check if expl overflow.
44225         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
44226         to check for underflow and overflow.
44227         * math/libm-test.inc: Add exp test.
44229 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
44231         [BZ #11120]
44232         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
44233         with NOT_IN_libc.
44235 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44237         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
44238         symbol.
44240 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
44242         * math/gen-libm-test.pl (parse_args, special_functions): Properly
44243         wrap blocks consisting of several statements.
44245         * sysdeps/generic/math-tests.h: New file.
44246         * sysdeps/i386/fpu/math-tests.h: Likewise.
44247         * math/test-snan.c: Include it.
44248         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
44250 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
44252         [BZ #15285]
44253         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
44254         (__ieee754_j0l): Do not improve calculations using cos of twice
44255         input for inputs above LDBL_MAX / 2.0L.
44256         (__ieee754_y0l): Likewise.
44257         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
44258         (__ieee754_j1l): Do not improve calculations using cos of twice
44259         input for inputs above LDBL_MAX / 2.0L.
44260         (__ieee754_y1l): Likewise.
44261         * math/libm-test.inc (j0_test): Add another test.
44262         (j1_test): Likewise.
44263         (y0_test): Likewise.
44264         (y1_test): Likewise.
44265         * sysdeps/i386/fpu/libm-test-ulps: Update.
44267 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
44269         * Rules ($(objpfx)bench-%.c): Include code from a C source
44270         file.
44272 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
44274         [BZ #15287]
44275         * math/k_casinh.c (__kernel_casinh): Handle arguments with
44276         imaginary part 1.0 and real part less than 0.5 specially.
44277         * math/k_casinhf.c (__kernel_casinhf): Likewise.
44278         * math/k_casinhl.c (__kernel_casinhl): Likewise.
44279         * math/libm-test.inc (cacos_test): Add more tests.
44280         (casin_test): Likewise.
44281         (casinh_test): Likewise.
44282         * sysdeps/i386/fpu/libm-test-ulps: Update.
44283         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44285 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
44287         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
44288         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
44290 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
44292         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
44293         * config.make.in (config-cflags-sse4): Remove variable.
44294         (config-cflags-avx): Likewise.
44295         (config-cflags-sse2avx): Likewise.
44296         (config-cflags-novzeroupper): Likewise.
44297         (config-asflags-i686): Likewise.
44298         (have-mfma4): Likewise.
44299         (have-as-vis3): Likewise.
44300         (MIG): Likewise.
44301         * configure.in (MIG): Do not AC_SUBST.
44302         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
44303         (libc_cv_cc_sse4): Do not AC_SUBST.
44304         (libc_cv_cc_avx): Likewise.
44305         (libc_cv_cc_sse2avx): Likewise.
44306         (libc_cv_cc_novzeroupper): Likewise.
44307         (libc_cv_cc_fma4): Likewise.
44308         (libc_cv_as_i686): Likewise.
44309         (libc_cv_sparc_as_vis3): Likewise.
44310         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
44311         LIBC_CONFIG_VAR.
44312         (config-asflags-i686): Likewise.
44313         (config-cflags-avx): Likewise.
44314         (config-cflags-sse2avx): Likewise.
44315         (have-mfma4): Likewise.
44316         (config-cflags-novzeroupper): Likewise.
44317         * sysdeps/mach/configure.in (MIG): Likewise.
44318         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
44319         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
44320         LIBC_CONFIG_VAR.
44321         (config-cflags-avx): Likewise.
44322         (config-cflags-sse2avx): Likewise.
44323         (have-mfma4): Likewise.
44324         (config-cflags-novzeroupper): Likewise.
44325         * configure: Regenerated.
44326         * sysdeps/i386/configure: Likewise.
44327         * sysdeps/mach/configure: Likewise.
44328         * sysdeps/sparc/configure: Likewise.
44329         * sysdeps/x86_64/configure: Likewise.
44331 2013-03-20  Roland McGrath  <roland@hack.frob.com>
44333         [BZ #14812]
44334         * locale/programs/localedef.c (options): Put N_ translation marker
44335         on argument names, not just descriptions.
44337 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
44339         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
44341 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
44343         [BZ #14176]
44344         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
44346 2013-03-19  Roland McGrath  <roland@hack.frob.com>
44348         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
44349         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
44350         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
44351         [!BEFORE_ABORT] (before_abort): New function.
44352         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
44353         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
44354         (writev_for_fatal): New function.
44355         (WRITEV_FOR_FATAL): New macro; call that.
44356         (backtrace_and_maps): New function.
44357         (BEFORE_ABORT): New macro; call that.
44358         (struct str_list): Type removed.
44359         (__libc_message, __libc_fatal): Functions removed.
44360         Include <sysdeps/posix/libc_fatal.c> instead.
44362 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
44364         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
44365         constants.
44366         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
44367         double constants.
44369 2013-03-19  Andreas Schwab  <schwab@suse.de>
44371         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
44372         * sysdeps/gnu/configure: Regenerate.
44374         * configure.in: Substitute libc_cv_rtlddir.
44375         * configure: Regenerate.
44376         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
44377         * Makeconfig (rtlddir, inst_rtlddir): New variables.
44378         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
44379         * elf/Makefile (install-others, CFLAGS-interp.c)
44380         (ldso_install, common-ldd-rewrite): Likewise.
44381         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
44382         $(inst_slibdir)/$(rtld-installed-name).
44383         * scripts/rellns-sh: Add -p option.
44384         * Makerules (make-shlib-link): Use rellns-sh to get relative name
44385         for source.
44387 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
44389         * manual/nptl.texi: Renamed to ...
44390         * manual/threads.texi: ... this.
44391         * manual/Makefile (chapters): Update.
44393 2013-03-18  Roland McGrath  <roland@hack.frob.com>
44395         [BZ #14812]
44396         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
44397         on argument names, not just descriptions.
44398         * malloc/memusagestat.c (options): Likewise.
44399         * nss/getent.c (options): Likewise.
44401 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
44403         [BZ #14812]
44404         * iconv/iconv_prog.c (options): Put N_ translation marker
44405         on argument names, not just descriptions.
44406         * iconv/iconvconfig.c (options): Likewise.
44408 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
44410         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
44411         implementation which is faster on all x86_64 architectures.
44412         Tested on AMD, Intel Nehalem, SNB, IVB.
44413         * sysdeps/x86_64/strnlen.S: Likewise.
44415         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
44416         Remove all multiarch strlen and strnlen versions.
44417         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
44418         Remove strlen and strnlen related parts.
44420         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
44421         Inline strlen part.
44422         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
44424         * sysdeps/x86_64/multiarch/strlen.S: Remove.
44425         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
44426         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
44427         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
44428         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
44429         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
44431 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
44433         * manual/memory.texi (Malloc Tunable Parameters):
44434         Sort parameters alphabetically. Add comments for missing entries.
44436 2013-03-17  David S. Miller  <davem@davemloft.net>
44438         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44440 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
44442         [BZ #15283]
44443         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
44444         for arguments at most half maximum finite value.
44445         * math/libm-test.inc (j0_test): Add more tests.
44446         (j1_test): Likewise.
44447         (y0_test): Likewise.
44448         (y1_test): Likewise.
44449         * sysdeps/i386/fpu/libm-test-ulps: Update.
44450         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44452         [BZ #14155]
44453         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
44454         1 / x and functions P and Q for arguments above 0x1p256L.
44455         (__ieee754_y0l): Likewise.
44456         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
44457         (__ieee754_y1l): Likewise.
44458         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
44459         (j1_test): Likewise.
44460         (y0_test): Likewise.
44461         (y1_test): Likewise.
44463 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
44465         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
44466         variable.
44468 2013-03-15  Roland McGrath  <roland@hack.frob.com>
44470         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
44471         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
44472         zero since it's initialized to EXEC_PAGESIZE.
44474         * sysdeps/unix/sysv/linux/ldsodefs.h
44475         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
44476         * sysdeps/generic/ldsodefs.h: ... here.
44478 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
44480         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
44482         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
44483         math/test-snan.c.
44484         * math/test-snan.c: Renamed from
44485         sysdeps/powerpc/fpu/test-powerpc-snan.c.
44486         * math/Makefile (tests): Add test-snan.
44487         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
44488         test-powerpc-snan.
44490         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
44491         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
44492         functions.
44493         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
44494         __builtin_nan family of functions.
44495         * math/libm-test.inc (initialize): Initialize qnan_value with
44496         __builtin_nan family of functions.
44497         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
44498         Remove variables.
44499         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
44500         Remove functions.
44501         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
44502         storage class.  Initialize qNaN_var and sNaN_var with
44503         __builtin_nan and __builtin_nans families of functions,
44504         respectively.
44506         * math/libm-test.inc (acosh_test): Also test with qNaN input.
44507         (sqrt_test): Remove duplicate test with qNaN input.
44508         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
44509         (round_test, signbit_test, significand_test): Note missing +/-Inf
44510         as well as qNaN tests.
44512         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
44513         qNaN_var.  Fix a few strings, too.
44514         * math/libm-test.inc (nan_value): Rename to qnan_value.
44515         * math/gen-libm-test.pl (%beautify): Adjust to that.
44516         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
44517         * math/test-misc.c (main): Likewise.
44518         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
44519         to __qnan_bytes, and __qnan_union, respectively.
44520         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
44521         Likewise.
44522         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
44523         and lqnanval, respectively.
44524         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
44525         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
44526         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
44527         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
44529         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
44530         * math/test-misc.c (main) [__x86_64__]: Enable test for long
44531         doubles.
44533         * math/test-misc.c (main): Fix copy'n'pastos.
44534         * misc/tst-efgcvt.c (special): Likewise.
44536         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
44537         Remove declarations.
44539 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
44541         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
44542         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
44543         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
44544         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
44546 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44548         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
44549         macro to return vdso values correctly in IFUNC implementations.
44550         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
44551         Optimization by using IFUNC.
44553 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
44554             Richard Henderson  <rth@redhat.com>
44555             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
44557         * Makefile.in (bench): New target.
44558         * NEWS: Mention the benchmark framework.
44559         * Rules (bench): Likewise.
44560         (binaries-bench): Generate binaries for functions to
44561         benchmark.
44562         * benchtests/Makefile: New makefile for benchmark tests.
44563         * benchtests/bench-skeleton.c: New skeleton file for benchmark
44564         programs.
44565         * benchtests/exp-inputs: New input file for EXP function.
44566         * benchtests/pow-inputs: New input file for POW function.
44567         * scripts/bench.pl: New script to generate source files for
44568         benchmark programs.
44570 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
44572         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
44573         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
44574         computations on mantissa.  Use macros for rounding and
44575         division.
44576         (denorm): Likewise.
44577         (__dbl_mp): Likewise.
44578         (add_magnitudes): Likewise.
44579         (sub_magnitudes): Likewise.
44580         (__mul): Likewise.
44581         (__sqr): Likewise.
44582         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
44583         powers of two in terms of TWOPOW macro.
44584         (mp_no): Make type of mantissa as MANTISSA_T.
44585         [!RADIXI]: Define RADIXI.
44586         [!TWO52]: Define TWO52.
44587         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
44589         * manual/nptl.texi (cindex): Modify threads to pthreads.
44591 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
44593         * sysdeps/x86_64/preconfigure: Regenerated.
44595 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
44597         [BZ #14155]
44598         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
44599         0x1p28 and above.
44600         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
44601         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
44602         0x1p28 and above.
44603         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
44604         * math/libm-test.inc (j0_test): Do not allow one spurious
44605         underflow exception.
44606         (y1_test): Likewise.
44608 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
44610         * manual/Makefile (chapters): Add nptl.
44611         * manual/debug.texi (Debugging Support): Add link to Threads
44612         chapter.
44613         * manual/nptl.texi: New file.
44615         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
44617 2013-03-14  Petr Baudis  <pasky@ucw.cz>
44619         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
44620         for non-NULL pointer before the memory validity test. Pointed
44621         out by Holger Brunck <holger.brunck@keymile.com>.
44623 2013-03-13  Andreas Schwab  <schwab@suse.de>
44625         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
44626         instead of .os.
44628 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
44630         * timezone/zic.c: Update from tzcode 2013b.
44632 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
44634         * manual/install.texi (Configuring and compiling):
44635         Mention i686 and i586.
44636         * INSTALL: Regenerate.
44638 2013-03-12  Roland McGrath  <roland@hack.frob.com>
44640         * sysdeps/init_array/elf-init.c: New file.
44641         * csu/elf-init.c
44642         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
44643         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
44645         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
44646         __gmon_start__ as global, but as static with a .preinit_array pointer.
44647         * sysdeps/init_array/gmon-start.c: New file.  Use that.
44648         * sysdeps/init_array/crti.S: New file, empty except for comments.
44649         * sysdeps/init_array/crtn.S: Likewise.
44651 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
44653         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
44654         definining bcopy.
44655         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
44656         Remove Prefer_SSE_for_memop.
44657         * sysdeps/x86_64/multiarch/init-arch.h: Remove
44658         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
44659         HAS_PREFER_SSE_FOR_MEMOP.
44660         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
44661         memset-x86-64.
44662         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
44663         Remove bzero, memset ifunc support.
44664         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
44665         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
44666         * sysdeps/x86_64/multiarch/memset.S: Likewise.
44667         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
44669 2013-03-11  Andreas Schwab  <schwab@suse.de>
44671         [BZ #15234]
44672         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
44673         by SHLIB_COMPAT.
44674         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
44675         (GLIBC_2.16): Remove pthread_atfork.
44677 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
44679         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
44680         (ptestcases.h): Likewise.
44682 2013-03-08  Roland McGrath  <roland@hack.frob.com>
44684         * Makeconfig ($(common-objpfx)config.status): Depend on
44685         sysdeps/*/preconfigure{,.in} too.
44687 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
44689         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
44690         (__free_hook): Use void * instead of __malloc_ptr_t.
44691         (__malloc_hook): Likewise.
44692         (__realloc_hook): Likewise.
44693         (__memalign_hook): Likewise.
44694         (__after_morecore_hook): Likewise.
44695         * malloc/arena.c (save_malloc_hook): Likewise.
44696         (save_free_hook): Likewise.
44697         * malloc/hooks.c (malloc_hook_ini): Likewise.
44698         (realloc_hook_ini): Likewise.
44699         (memalign_hook_ini): Likewise.
44700         * malloc/malloc.c (malloc_hook_ini): Likewise.
44701         (realloc_hook_ini): Likewise.
44702         (memalign_hook_ini): Likewise.
44703         (__free_hook): Likewise.
44704         (__malloc_hook): Likewise.
44705         (__realloc_hook): Likewise.
44706         (__memalign_hook): Likewise.
44707         (__libc_malloc): Likewise.
44708         (__libc_free): Likewise.
44709         (__libc_realloc): Likewise.
44710         (__libc_memalign): Likewise.
44711         (__libc_valloc): Likewise.
44712         (__libc_pvalloc): Likewise.
44713         (__libc_calloc): Likewise.
44714         (__posix_memalign): Likewise.
44715         * malloc/morecore.c (__sbrk): Likewise.
44716         (__default_morecore): Likewise.
44718         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
44720         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
44721         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
44722         __malloc_ptrdiff_t.
44724         * malloc/malloc.h (__malloc_size_t): Remove macro.
44725         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
44726         __malloc_size_t.
44727         (old_memalign_hook): Likewise.
44728         (old_realloc_hook): Likewise.
44729         (struct hdr): Likewise.
44730         (flood): Likewise.
44731         (mallochook): Likewise.
44732         (memalignhook): Likewise.
44733         (reallochook): Likewise.
44734         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
44735         (tr_old_realloc_hook): Likewise.
44736         (tr_old_memalign_hook): Likewise.
44737         (tr_mallochook): Likewise.
44738         (tr_reallochook): Likewise.
44739         (tr_memalignhook): Likewise.
44741 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44743         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
44744         default_ldbl_pack and using as default implementation.
44745         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
44746         implementation.
44747         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
44748         redundant definition.
44749         (ldbl_insert_mantissa): Likewise.
44750         (ldbl_canonicalize): Likewise.
44751         (ldbl_nearbyint): Likewise.
44752         (ldbl_pack): Rename to ldbl_pack_ppc.
44753         (ldbl_unpack): Rename to ldbl_unpack_ppc.
44754         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
44755         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
44757 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
44759         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
44760         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
44761         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
44762         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
44763         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
44764         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
44765         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
44766         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
44768 2013-03-07  Andreas Jaeger  <aj@suse.de>
44770         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44771         bits/mman-linux.h.
44773 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
44775         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
44776         Include mpa.h and declare __MPEXP.
44777         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
44778         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
44779         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
44780         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
44781         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
44782         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
44783         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
44785         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
44786         (__slowpow): Use long double EXPL and LOGL functions to
44787         compute POW.
44788         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
44789         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
44790         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
44791         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
44792         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
44793         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
44795         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
44796         intermediate variable to calculate exponent.
44797         (__sqr): Likewise.
44798         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
44799         Likewise.
44800         (__sqr): Likewise.
44802         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
44803         [!NO__SQR]: Define __sqr.
44804         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
44805         and NO__SQR.  Remove all code except __mul and __sqr.  Include
44806         sysdeps/ieee754/dbl-64/mpa.c.
44807         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
44809         [BZ #12723]
44810         * posix/Makefile (tests): Add tst-pathconf.
44811         * posix/tst-pathconf.c: New test case.
44812         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
44813         _PC_PIPE_BUF.
44814         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
44816 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
44818         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
44820 2013-03-06  Andreas Jaeger  <aj@suse.de>
44822         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
44823         definition via __MAP_ANONYMOUS.
44825         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
44826         it's not part of Linux headers.
44828         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
44829         (MAP_HUGE_MASK): Define.
44831         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
44832         Define.
44833         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
44834         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
44835         Define.
44836         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
44837         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
44838         Define.
44839         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
44840         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
44841         Define.
44842         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
44844         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
44845         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
44846         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
44847         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
44848         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
44849         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
44851         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
44852         Handle f2fs.
44854         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
44855         Handle f2fs and efivarfs.
44857         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
44858         f2fs.
44860         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
44861         (EFIVARFS_MAGIC): Add.
44862         (F2FS_LINK_MAX): Add.
44864 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
44866         * stdio-common/vfprintf.c: Replace __builtin_expect with
44867         __glibc_unlikely.
44869 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
44871         [BZ #13550]
44872         * sysdeps/generic/bp-sym.h: Remove file.
44873         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
44874         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
44875         <bp-sym.h> and <bp-asm.h>.
44876         (__longjmp): Don't use BP_SYM.
44877         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
44878         and <bp-asm.h>.
44879         (memcpy): Don't use BP_SYM.
44880         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
44881         <bp-sym.h> and <bp-asm.h>.
44882         (memcpy): Don't use BP_SYM.
44883         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
44884         <bp-asm.h>.
44885         (memcpy): Don't use BP_SYM.
44886         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
44887         <bp-asm.h>.
44888         (memset): Don't use BP_SYM.
44889         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
44890         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
44891         (__bzero): Don't use BP_SYM.
44892         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
44893         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
44894         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
44895         <bp-sym.h> and <bp-asm.h>.
44896         (memcmp): Don't use BP_SYM.  Remove comment about bounded
44897         pointers.
44898         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
44899         <bp-sym.h> and <bp-asm.h>.
44900         (memcpy): Don't use BP_SYM.
44901         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
44902         <bp-sym.h> and <bp-asm.h>.
44903         (memset): Don't use BP_SYM.
44904         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
44905         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
44906         (__bzero): Don't use BP_SYM.
44907         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
44908         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
44909         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
44910         <bp-sym.h> and <bp-asm.h>.
44911         (strncmp): Don't use BP_SYM.  Remove comment about bounded
44912         pointers.
44913         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
44914         <bp-sym.h> and <bp-asm.h>.
44915         (memcpy): Don't use BP_SYM.
44916         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
44917         <bp-sym.h> and <bp-asm.h>.
44918         (memset): Don't use BP_SYM.
44919         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
44920         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
44921         (__bzero): Don't use BP_SYM.
44922         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
44923         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
44924         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
44925         <bp-sym.h> and <bp-asm.h>.
44926         (__memchr): Don't use BP_SYM.
44927         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
44928         <bp-sym.h> and <bp-asm.h>.
44929         (memcmp): Don't use BP_SYM.  Remove comment about bounded
44930         pointers.
44931         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
44932         <bp-sym.h> and <bp-asm.h>.
44933         (memcpy): Don't use BP_SYM.
44934         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
44935         <bp-sym.h> and <bp-asm.h>.
44936         (__mempcpy): Don't use BP_SYM.
44937         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
44938         <bp-sym.h> and <bp-asm.h>.
44939         (__memrchr): Don't use BP_SYM.
44940         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
44941         <bp-sym.h> and <bp-asm.h>.
44942         (memset): Don't use BP_SYM.
44943         (__bzero): Likewise.
44944         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
44945         <bp-sym.h> and <bp-asm.h>.
44946         (__rawmemchr): Don't use BP_SYM.
44947         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
44948         <bp-sym.h> and <bp-asm.h>.
44949         (__STRCMP): Don't use BP_SYM.
44950         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
44951         <bp-sym.h> and <bp-asm.h>.
44952         (strchr): Don't use BP_SYM.
44953         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
44954         <bp-sym.h> and <bp-asm.h>.
44955         (__strchrnul): Don't use BP_SYM.
44956         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
44957         <bp-sym.h> and <bp-asm.h>.
44958         (strlen): Don't use BP_SYM.
44959         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
44960         <bp-sym.h> and <bp-asm.h>.
44961         (strncmp): Don't use BP_SYM.  Remove comment about bounded
44962         pointers.
44963         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
44964         <bp-sym.h> and <bp-asm.h>.
44965         (__strnlen): Don't use BP_SYM.
44966         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
44967         <bp-sym.h> and <bp-asm.h>.
44968         (__GI__setjmp): Don't use BP_SYM.
44969         (_setjmp): Likewise.
44970         (__sigsetjmp): Likewise.
44971         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
44972         (L(start_addresses)): Don't use BP_SYM.
44973         (_start): Likewise.
44974         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
44975         <bp-asm.h>.
44976         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
44977         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
44978         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
44979         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
44980         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
44981         <bp-asm.h>.
44982         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
44983         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
44984         about bounded pointers.
44985         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
44986         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
44987         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
44988         <bp-asm.h>.
44989         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
44990         about bounded pointers.  Remove GKM FIXME comments.
44991         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
44992         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
44993         <bp-asm.h>.
44994         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
44995         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
44996         Remove GKM FIXME comments.
44997         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
44998         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
44999         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
45000         <bp-asm.h>.
45001         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
45002         about bounded pointers.  Remove GKM FIXME comment.
45003         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
45004         and <bp-asm.h>.
45005         (strncmp): Don't use BP_SYM.  Remove comment about bounded
45006         pointers.
45007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
45008         <bp-sym.h> and <bp-asm.h>.
45009         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
45010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
45011         <bp-sym.h> and <bp-asm.h>.
45012         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
45013         comment.
45015 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
45017         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
45018         call free(NULL).
45020 2013-03-05  David S. Miller  <davem@davemloft.net>
45022         * po/es.po: Update from translation team.
45024 2013-03-05  Andreas Jaeger  <aj@suse.de>
45026         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
45027         <bits/mman-linux.h>.
45028         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
45029         is fine.
45030         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
45031         <bits/mman-linux.h> to end of file.
45032         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
45033         is fine.
45034         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
45035         <bits/mman-linux.h> to end of file.
45036         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
45037         is fine.
45038         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
45039         <bits/mman-linux.h> to end of file.
45041         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
45042         (MCL_CURRENT, MCL_FUTURE): Define here.
45044 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45046         [BZ #15232]
45047         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
45048         attribute_hidden.
45049         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
45051 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45053         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
45054         fourth parameter needed for rt_sigprocmask syscall.
45055         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
45056         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
45057         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
45058         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
45059         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
45060         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
45062 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
45064         [BZ #13550]
45065         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
45066         comment about bounded pointers.
45067         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
45068         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
45070 2013-03-04  Andreas Jaeger  <aj@suse.de>
45072         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
45073         common definitions.
45075         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
45076         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
45077         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
45078         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45079         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
45080         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45082 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45084         [BZ #15055]
45085         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
45086         __ieee754_sqrl instead of __sqrl.
45088 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
45090         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
45091         * sysdeps/powerpc/fpu_control.h: ... here.
45092         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
45093         * sysdeps/powerpc/bits/fenvinline.h: ... here.
45094         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
45095         * sysdeps/powerpc/bits/mathinline.h: ... here.
45097 2013-03-01  Roland McGrath  <roland@hack.frob.com>
45099         * elf/dl-hwcaps.c (_dl_important_hwcaps):
45100         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
45101         to just [NEED_DL_SYSINFO_DSO].
45102         * elf/dl-support.c: Likewise.
45103         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
45104         * elf/rtld.c (dl_main): Likewise.
45105         * elf/setup-vdso.h (setup_vdso): Likewise.
45106         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
45107         * sysdeps/unix/sysv/linux/dl-sysdep.c
45108         (_dl_discover_osversion): Likewise.
45110 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
45112         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
45113         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
45115 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
45117         * NEWS: Mention libm performance improvements and non-x86 PI
45118         futex support.
45120         * csu/libc-start.c (__pthread_initialize_minimal): Change
45121         function arguments.
45122         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
45124 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
45126         [BZ #13550]
45127         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
45128         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
45129         <bp-sym.h> and <bp-asm.h>.
45130         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
45131         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
45132         and <bp-asm.h>.
45133         (memcpy): Don't use BP_SYM.
45134         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
45135         <bp-asm.h>.
45136         (__mpn_add_n): Don't use BP_SYM.
45137         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
45138         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
45139         and <bp-asm.h>.
45140         (__mpn_addmul_1): Don't use BP_SYM.
45141         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
45142         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
45143         <bp-sym.h>.
45144         (_setjmp): Don't use BP_SYM.
45145         (__novmx_setjmp): Likewise.
45146         (__GI__setjmp): Likewise.
45147         (__vmx_setjmp): Likewise.
45148         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
45149         <bp-sym.h>.
45150         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
45151         (__bzero): Don't use BP_SYM.
45152         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
45153         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
45154         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
45155         <bp-sym.h> and <bp-asm.h>.
45156         (memcpy): Don't use BP_SYM.
45157         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
45158         <bp-sym.h> and <bp-asm.h>.
45159         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
45160         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
45161         <bp-sym.h> and <bp-asm.h>.
45162         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
45163         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
45164         <bp-asm.h>.
45165         (__mpn_lshift): Don't use BP_SYM.
45166         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
45167         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
45168         <bp-asm.h>.
45169         (memset): Don't use BP_SYM.
45170         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
45171         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
45172         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
45173         <bp-asm.h>.
45174         (__mpn_mul_1): Don't use BP_SYM.
45175         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
45176         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
45177         <bp-sym.h> and <bp-asm.h>.
45178         (memcmp): Don't use BP_SYM.
45179         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
45180         <bp-sym.h> and <bp-asm.h>.
45181         (memcpy): Don't use BP_SYM.
45182         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
45183         <bp-sym.h> and <bp-asm.h>.
45184         (memset): Don't use BP_SYM.
45185         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
45186         <bp-sym.h> and <bp-asm.h>.
45187         (strncmp): Don't use BP_SYM.
45188         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
45189         <bp-sym.h> and <bp-asm.h>.
45190         (memcpy): Don't use BP_SYM.
45191         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
45192         <bp-sym.h> and <bp-asm.h>.
45193         (memset): Don't use BP_SYM.
45194         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
45195         <bp-sym.h> and <bp-asm.h>.
45196         (__memchr): Don't use BP_SYM.
45197         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
45198         <bp-sym.h> and <bp-asm.h>.
45199         (memcmp): Don't use BP_SYM.
45200         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
45201         <bp-sym.h> and <bp-asm.h>.
45202         (memcpy): Don't use BP_SYM.
45203         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
45204         <bp-sym.h> and <bp-asm.h>.
45205         (__mempcpy): Don't use BP_SYM.
45206         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
45207         <bp-sym.h> and <bp-asm.h>.
45208         (__memrchr): Don't use BP_SYM.
45209         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
45210         <bp-sym.h> and <bp-asm.h>.
45211         (memset): Don't use BP_SYM.
45212         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
45213         <bp-sym.h> and <bp-asm.h>.
45214         (__rawmemchr): Don't use BP_SYM.
45215         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
45216         <bp-sym.h> and <bp-asm.h>.
45217         (__STRCMP): Don't use BP_SYM.
45218         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
45219         <bp-sym.h> and <bp-asm.h>.
45220         (strchr): Don't use BP_SYM.
45221         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
45222         <bp-sym.h> and <bp-asm.h>.
45223         (__strchrnul): Don't use BP_SYM.
45224         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
45225         <bp-sym.h> and <bp-asm.h>.
45226         (strlen): Don't use BP_SYM.
45227         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
45228         <bp-sym.h> and <bp-asm.h>.
45229         (strncmp): Don't use BP_SYM.
45230         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
45231         <bp-sym.h> and <bp-asm.h>.
45232         (__strnlen): Don't use BP_SYM.
45233         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
45234         <bp-asm.h>.
45235         (__mpn_rshift): Don't use BP_SYM.
45236         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
45237         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
45238         <bp-sym.h> and <bp-asm.h>.
45239         (__sigsetjmp): Don't use BP_SYM.
45240         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
45241         (L(start_addresses)): Don't use BP_SYM.
45242         (_start): Likewise.
45243         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
45244         <bp-asm.h>.
45245         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
45246         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
45247         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
45248         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
45249         <bp-asm.h>.
45250         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
45251         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
45252         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
45253         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
45254         <bp-asm.h>.
45255         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
45256         comments.
45257         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
45258         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
45259         <bp-asm.h>.
45260         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
45261         FIXME comments.
45262         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
45263         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
45264         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
45265         <bp-asm.h>.
45266         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
45267         comment.
45268         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
45269         and <bp-asm.h>.
45270         (strncmp): Don't use BP_SYM,
45271         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
45272         <bp-asm.h>.
45273         (__mpn_sub_n): Don't use BP_SYM.
45274         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
45275         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
45276         and <bp-asm.h>.
45277         (__mpn_submul_1): Don't use BP_SYM.
45278         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
45279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
45280         <bp-sym.h> and <bp-asm.h>.
45281         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
45282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
45283         <bp-sym.h> and <bp-asm.h>.
45284         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
45285         comment.
45287 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
45289         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
45290         Use ZK to minimize writes to Z.
45291         (sub_magnitudes): Simplify code a bit.
45292         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
45293         Use ZK to minimize writes to Z.
45294         (sub_magnitudes): Simplify code a bit.
45296 2013-02-27  Roland McGrath  <roland@hack.frob.com>
45298         * csu/gmon-start.c: Add special exception to license text.
45300 2013-02-27  Richard Henderson  <rth@redhat.com>
45302         * scripts/config.guess: Update from config.git.
45303         * scripts/config.sub: Likewise.
45305 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
45307         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
45309         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
45311         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
45313         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
45315         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
45317 2013-02-26  Roland McGrath  <roland@hack.frob.com>
45319         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
45320         [$(build-shared = yes].
45322 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45324         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
45325         (__mul): Reduce iterations for calculating mantissa.
45327         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
45328         MPTWO.
45329         (__mpranred): Likewise.
45331         [BZ #15160]
45332         * malloc/memusagestat.c (main): Draw graphs for heap and stack
45333         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
45335 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
45337         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
45338         Define __attribute__.
45340 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45342         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
45343         unused.
45344         * posix/regex_internal.h (__attribute): Remove.
45345         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
45346         (re_string_context_at): Likewise.
45347         (bitset_not): Use __attribute__ and mark function as possibly
45348         unused.
45349         (bitset_merge): Likewise.
45350         (bitset_mask): Likewise.
45351         (re_string_char_size_at): Likewise.
45352         (re_string_wchar_at): Likewise.
45353         (re_string_elem_size_at): Likewise.
45355 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45357         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
45358         code.
45359         (cc32): Likewise.
45361         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
45362         (__acr): Likewise.
45363         (__cpy): Likewise.
45364         (norm): Likewise.
45365         (denorm): Likewise.
45366         (__dbl_mp): Likewise.
45367         (add_magnitudes): Likewise.
45368         (sub_magnitudes): Likewise.
45369         (__mul): Likewise.
45370         (__inv): Likewise.
45372         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
45373         style.
45375         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
45376         style.
45378         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
45379         code.
45381         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
45382         up changes with default code.
45383         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
45384         Likewise.
45386 2013-02-24  Allan McRae  <allan@archlinux.org>
45388         * manual/socket.texi (The Internet Namespace): Order menu items
45389         to match that in the file.
45391         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
45392         node listing of the info page menu.
45394 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
45396         [BZ #13550]
45397         * sysdeps/i386/bp-asm.h: Remove file.
45398         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
45399         (PARMS): Do not use macros from bp-asm.h.
45400         (S1): Likewise.
45401         (S2): Likewise.
45402         (SIZE): Likewise.
45403         (__mpn_add_n): Do not use BP_SYM
45404         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
45405         "bp-asm.h".
45406         (PARMS): Do not use macros from bp-asm.h.
45407         (S1): Likewise.
45408         (SIZE): Likewise.
45409         (__mpn_addmul_1): Do not use BP_SYM
45410         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
45411         "bp-asm.h".
45412         (PARMS): Do not use macros from bp-asm.h.
45413         (SIGMSK): Likewise.
45414         (_setjmp): Likewise.  Do not use BP_SYM.
45415         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
45416         "bp-asm.h".
45417         (PARMS): Do not use macros from bp-asm.h.
45418         (SIGMSK): Likewise.
45419         (setjmp): Likewise.  Do not use BP_SYM.
45420         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
45421         "bp-asm.h".
45422         (PARMS): Do not use macros from bp-asm.h.
45423         (__frexp): Do not use BP_SYM.
45424         (frexp): Likewise.
45425         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
45426         "bp-asm.h".
45427         (PARMS): Do not use macros from bp-asm.h.
45428         (__frexpf): Do not use BP_SYM.
45429         (frexpf): Likewise.
45430         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
45431         "bp-asm.h".
45432         (PARMS): Do not use macros from bp-asm.h.
45433         (__frexpl): Do not use BP_SYM.
45434         (frexpl): Likewise.
45435         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
45436         "bp-asm.h".
45437         (PARMS): Do not use macros from bp-asm.h.
45438         (__remquo): Do not use BP_SYM.
45439         (remquo): Likewise.
45440         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
45441         "bp-asm.h".
45442         (PARMS): Do not use macros from bp-asm.h.
45443         (__remquof): Do not use BP_SYM.
45444         (remquof): Likewise.
45445         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
45446         "bp-asm.h".
45447         (PARMS): Do not use macros from bp-asm.h.
45448         (__remquol): Do not use BP_SYM.
45449         (remquol): Likewise.
45450         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
45451         "bp-asm.h".
45452         (PARMS): Do not use macros from bp-asm.h.
45453         (DEST): Likewise.
45454         (SRC): Likewise.
45455         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
45456         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
45457         "bp-asm.h".
45458         (PARMS): Do not use macros from bp-asm.h.
45459         (strlen): Do not use BP_SYM.
45460         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
45461         "bp-asm.h".
45462         (PARMS): Do not use macros from bp-asm.h.
45463         (S1): Likewise.
45464         (S2): Likewise.
45465         (SIZE): Likewise.
45466         (__mpn_add_n): Do not use BP_SYM.
45467         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
45468         "bp-asm.h".
45469         (PARMS): Do not use macros from bp-asm.h.
45470         (S1): Likewise.
45471         (SIZE): Likewise.
45472         (__mpn_addmul_1): Do not use BP_SYM.
45473         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
45474         weak_alias.
45475         (bzero): Likewise.
45476         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
45477         "bp-asm.h".
45478         (PARMS): Do not use macros from bp-asm.h.
45479         (S): Likewise.
45480         (SIZE): Likewise.
45481         (__mpn_lshift): Do not use BP_SYM.
45482         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
45483         "bp-asm.h".
45484         (PARMS): Do not use macros from bp-asm.h.
45485         (DEST): Likewise.
45486         (SRC): Likewise.
45487         (LEN): Likewise.
45488         (memcpy): Likewise.  Do not use BP_SYM.
45489         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
45490         libc_hidden_def and weak_alias.
45491         (mempcpy): Do not use BP_SYM in weak_alias.
45492         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
45493         "bp-asm.h".
45494         (PARMS): Do not use macros from bp-asm.h.
45495         (DEST): Likewise.
45496         (LEN): Likewise.
45497         [!BZERO_P] (CHR): Likewise.
45498         (memset): Likewise.  Do not use BP_SYM.
45499         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
45500         "bp-asm.h".
45501         (PARMS): Do not use macros from bp-asm.h.
45502         (S1): Likewise.
45503         (SIZE): Likewise.
45504         (__mpn_mul_1): Do not use BP_SYM.
45505         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
45506         "bp-asm.h".
45507         (PARMS): Do not use macros from bp-asm.h.
45508         (S): Likewise.
45509         (SIZE): Likewise.
45510         (__mpn_rshift): Do not use BP_SYM.
45511         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
45512         "bp-asm.h".
45513         (PARMS): Do not use macros from bp-asm.h.
45514         (STR): Likewise.
45515         (CHR): Likewise.
45516         (strchr): Likewise.  Do not use BP_SYM.
45517         (index): Do not use BP_SYM in weak_alias.
45518         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
45519         "bp-asm.h".
45520         (PARMS): Do not use macros from bp-asm.h.
45521         (DEST): Likewise.
45522         (SRC): Likewise.
45523         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
45524         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
45525         "bp-asm.h".
45526         (PARMS): Do not use macros from bp-asm.h.
45527         (strlen): Do not use BP_SYM.
45528         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
45529         "bp-asm.h".
45530         (PARMS): Do not use macros from bp-asm.h.
45531         (S1): Likewise.
45532         (S2): Likewise.
45533         (SIZE): Likewise.
45534         (__mpn_sub_n): Do not use BP_SYM.
45535         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
45536         "bp-asm.h".
45537         (PARMS): Do not use macros from bp-asm.h.
45538         (S1): Likewise.
45539         (SIZE): Likewise.
45540         (__mpn_submul_1): Do not use BP_SYM.
45541         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
45542         "bp-asm.h".
45543         (PARMS): Do not use macros from bp-asm.h.
45544         (S1): Likewise.
45545         (S2): Likewise.
45546         (SIZE): Likewise.
45547         (__mpn_add_n): Do not use BP_SYM.
45548         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
45549         weak_alias.
45550         (bzero): Likewise.
45551         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
45552         "bp-asm.h".
45553         (PARMS): Do not use macros from bp-asm.h.
45554         (BLK2): Likewise.
45555         (LEN): Likewise.
45556         (memcmp): Do not use BP_SYM.
45557         (bcmp): Do not use BP_SYM in weak_alias.
45558         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
45559         "bp-asm.h".
45560         (PARMS): Do not use macros from bp-asm.h.
45561         (DEST): Likewise.
45562         (SRC): Likewise.
45563         (LEN): Likewise.
45564         (memcpy): Likewise.  Do not use BP_SYM.
45565         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
45566         "bp-asm.h".
45567         (PARMS): Do not use macros from bp-asm.h.
45568         (DEST): Likewise.
45569         (SRC): Likewise.
45570         (LEN): Likewise.
45571         (memmove): Likewise.  Do not use BP_SYM.
45572         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
45573         "bp-asm.h".
45574         (PARMS): Do not use macros from bp-asm.h.
45575         (DEST): Likewise.
45576         (SRC): Likewise.
45577         (LEN): Likewise.
45578         (__mempcpy): Likewise.  Do not use BP_SYM.
45579         (mempcpy): Do not use BP_SYM in weak_alias.
45580         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
45581         "bp-asm.h".
45582         (PARMS): Do not use macros from bp-asm.h.
45583         (DEST): Likewise.
45584         (LEN): Likewise.
45585         [!BZERO_P] (CHR): Likewise.
45586         (memset): Likewise.  Do not use BP_SYM.
45587         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
45588         "bp-asm.h".
45589         (PARMS): Do not use macros from bp-asm.h.
45590         (STR2): Likewise.
45591         (strcmp): Do not use BP_SYM.
45592         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
45593         "bp-asm.h".
45594         (PARMS): Do not use macros from bp-asm.h.
45595         (STR): Likewise.
45596         (DELIM): Likewise.
45597         [USE_AS_STRTOK_R] (SAVE): Likewise.
45598         (FUNCTION): Likewise.  Do not use BP_SYM.
45599         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
45600         aliases.
45601         (strtok_r): Likewise.
45602         (__GI___strtok_r): Likewise.
45603         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
45604         (PARMS): Do not use macros from bp-asm.h.
45605         (S): Likewise.
45606         (SIZE): Likewise.
45607         (__mpn_lshift): Do not use BP_SYM.
45608         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
45609         (PARMS): Do not use macros from bp-asm.h.
45610         (STR): Likewise.
45611         (CHR): Likewise.
45612         (__memchr): Do not use BP_SYM.
45613         (memchr): Do not use BP_SYM in weak_alias.
45614         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
45615         (PARMS): Do not use macros from bp-asm.h.
45616         (BLK2): Likewise.
45617         (LEN): Likewise.
45618         (memcmp): Do not use BP_SYM.
45619         (bcmp): Do not use BP_SYM in weak_alias.
45620         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
45621         (PARMS): Do not use macros from bp-asm.h.
45622         (S1): Likewise.
45623         (SIZE): Likewise.
45624         (__mpn_mul_1): Do not use BP_SYM.
45625         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
45626         "bp-asm.h".
45627         (PARMS): Do not use macros from bp-asm.h.
45628         (STR): Likewise.
45629         (CHR): Likewise.
45630         (__rawmemchr): Do not use BP_SYM.
45631         (rawmemchr): Do not use BP_SYM in weak_alias.
45632         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
45633         (PARMS): Do not use macros from bp-asm.h.
45634         (S): Likewise.
45635         (SIZE): Likewise.
45636         (__mpn_rshift): Do not use BP_SYM.
45637         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
45638         (PARMS): Do not use macros from bp-asm.h.
45639         (SIGMSK): Likewise.
45640         (__sigsetjmp): Likewise.  Do not use BP_SYM.
45641         * sysdeps/i386/start.S: Do not include "bp-sym.h".
45642         (_start): Do not use BP_SYM.
45643         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
45644         (PARMS): Do not use macros from bp-asm.h.
45645         (DEST): Likewise.
45646         (SRC): Likewise.
45647         (__stpcpy): Likewise.  Do not use BP_SYM.
45648         (stpcpy): Do not use BP_SYM in weak_alias.
45649         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
45650         "bp-asm.h".
45651         (PARMS): Do not use macros from bp-asm.h.
45652         (DEST): Likewise.
45653         (SRC): Likewise.
45654         (LEN): Likewise.
45655         (__stpncpy): Likewise.  Do not use BP_SYM.
45656         (stpncpy): Do not use BP_SYM in weak_alias.
45657         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
45658         (PARMS): Do not use macros from bp-asm.h.
45659         (STR): Likewise.
45660         (CHR): Likewise.
45661         (strchr): Likewise.  Do not use BP_SYM.
45662         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
45663         "bp-asm.h".
45664         (PARMS): Do not use macros from bp-asm.h.
45665         (STR): Likewise.
45666         (CHR): Likewise.
45667         (__strchrnul): Likewise.  Do not use BP_SYM.
45668         (strchrnul): Do not use BP_SYM in weak_alias.
45669         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
45670         "bp-asm.h".
45671         (PARMS): Do not use macros from bp-asm.h.
45672         (STOP): Likewise.
45673         (strcspn): Do not use BP_SYM.
45674         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
45675         "bp-asm.h".
45676         (PARMS): Do not use macros from bp-asm.h.
45677         (STR): Likewise.
45678         (STOP): Likewise.
45679         (strpbrk): Likewise.  Do not use BP_SYM.
45680         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
45681         "bp-asm.h".
45682         (PARMS): Do not use macros from bp-asm.h.
45683         (STR): Likewise.
45684         (CHR): Likewise.
45685         (strrchr): Likewise.  Do not use BP_SYM.
45686         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
45687         (PARMS): Do not use macros from bp-asm.h.
45688         (SKIP): Likewise.
45689         (strspn): Do not use BP_SYM.
45690         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
45691         (PARMS): Do not use macros from bp-asm.h.
45692         (STR): Likewise.
45693         (DELIM): Likewise.
45694         (SAVE): Likewise.
45695         (FUNCTION): Likewise.  Do not use BP_SYM.
45696         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
45697         aliases.
45698         (strtok_r): Likewise.
45699         (__GI___strtok_r): Likewise.
45700         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
45701         (PARMS): Do not use macros from bp-asm.h.
45702         (S1): Likewise.
45703         (S2): Likewise.
45704         (SIZE): Likewise.
45705         (__mpn_sub_n): Do not use BP_SYM.
45706         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
45707         "bp-asm.h".
45708         (PARMS): Do not use macros from bp-asm.h.
45709         (S1): Likewise.
45710         (SIZE): Likewise.
45711         (__mpn_submul_1): Do not use BP_SYM.
45712         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
45713         <bp-sym.h>.
45714         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
45715         and <bp-asm.h>.
45716         (PARMS): Do not use macros from bp-asm.h.
45717         (FLAGS): Likewise.
45718         (PTID): Likewise.
45719         (TLS): Likewise.
45720         (CTID): Likewise.
45721         (__clone): Do not use BP_SYM.
45722         (clone): Do not use BP_SYM in weak_alias.
45723         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
45724         and <bp-asm.h>.
45725         (PARMS): Do not use macros from bp-asm.h.
45726         (LEN): Likewise.
45727         (__mmap64): Do not use BP_SYM.
45728         (mmap64): Do not use BP_SYM in weak_alias.
45729         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
45730         <bp-sym.h> and <bp-asm.h>.
45731         (PARMS): Do not use macros from bp-asm.h.
45732         (__posix_fadvise64_l64): Do not use BP_SYM.
45733         * sysdeps/unix/sysv/linux/i386/semtimedop.S
45734         (PARMS): Do not use macros from bp-asm.h.
45735         (NSOPS): Likewise.
45736         (semtimedop): Do not use BP_SYM.
45737         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
45738         and <bp-asm.h>.
45740 2013-02-21  Allan McRae  <allan@archlinux.org>
45742         * manual/message.texi (Charset conversion in gettext):
45743         Move @end statement to beginning of line.
45745 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
45747         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
45748         static.
45749         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
45750         Likewise.
45752         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
45753         (denorm): Likewise.
45754         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
45755         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
45757 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45759         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
45760         tail-call to the resolved function if pltexit isn't needed.
45762 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
45764         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
45765         or Y being zero as being unlikely.
45766         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
45767         Likewise.
45769 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
45771         * manual/nss.texi (System Databases and Name Service Switch):
45772         Remove frobnicate @pxref.
45774 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
45776         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
45777         __attribute__ ((unused)) to __attribute__ ((__unused__)).
45779 2013-02-20  Petr Machata  <pmachata@redhat.com>
45781         * elf/elf.h (R_ARM_TARGET1): New macro.
45782         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
45783         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
45784         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
45785         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
45786         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
45787         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
45788         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
45789         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
45790         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
45791         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
45792         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
45793         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
45794         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
45795         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
45796         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
45797         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
45798         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
45799         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
45800         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
45801         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
45802         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
45803         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
45804         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
45805         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
45806         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
45807         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
45808         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
45809         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
45810         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
45811         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
45812         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
45813         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
45814         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
45815         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
45816         (R_ARM_THM_GOT_BREL12): Likewise.
45817         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
45818         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
45819         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
45820         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
45821         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
45822         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
45823         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
45824         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
45825         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
45827 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
45829         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
45830         __attribute_used__ to __attribute__ ((unused)).
45832 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
45834         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
45835         powerpc mpa.c.
45836         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
45837         comment formatting.
45838         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
45840 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
45842         [BZ #13550]
45843         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
45844         Remove macro.
45845         (ENTER): Remove both macro definitions.
45846         (LEAVE): Likewise.
45847         (CHECK_BOUNDS_LOW): Likewise.
45848         (CHECK_BOUNDS_HIGH): Likewise.
45849         (CHECK_BOUNDS_BOTH): Likewise.
45850         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
45851         (RETURN_BOUNDED_POINTER): Likewise.
45852         (RETURN_NULL_BOUNDED_POINTER): Likewise.
45853         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
45854         (POP_ERRNO_LOCATION_RETURN): Likewise.
45855         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
45856         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
45857         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
45858         macros.
45859         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
45860         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
45861         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
45862         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
45863         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
45864         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
45865         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
45866         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
45867         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
45868         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
45869         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
45870         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
45871         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
45872         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
45873         removed macros.
45874         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
45875         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
45876         macros.
45877         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
45878         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
45879         * sysdeps/i386/i586/memset.S (memset): Likewise.
45880         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
45881         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
45882         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
45883         macros.
45884         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
45885         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
45886         Change uses of L(2) to L(out).
45887         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
45888         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
45889         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
45890         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
45891         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
45892         removed macros.
45893         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
45894         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
45895         macros.
45896         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
45897         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
45898         (RETURN): Do not use macro LEAVE.
45899         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
45900         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
45901         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
45902         * sysdeps/i386/i686/memset.S (memset): Likewise.
45903         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
45904         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
45905         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
45906         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
45907         Likewise.
45908         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
45909         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
45910         L(1_2) and L(1_3) into L(1).
45911         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
45912         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
45913         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
45914         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
45915         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
45916         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
45917         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
45918         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
45919         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
45920         macros.
45921         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
45922         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
45923         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
45924         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
45925         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
45926         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
45927         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
45928         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
45929         * sysdeps/i386/strcspn.S (strcspn): Likewise.
45930         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
45931         * sysdeps/i386/strrchr.S (strrchr): Likewise.
45932         * sysdeps/i386/strspn.S (strspn): Likewise.
45933         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
45934         conditional code.
45935         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
45936         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
45937         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
45938         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
45939         L(1_3) into L(1_1).
45940         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
45941         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
45942         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
45943         macros.
45944         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
45946 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
45948         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
45949         macro.
45951 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
45953         * math/atest-exp.c (exp_mpn): Remove ROUND.
45954         * math/atest-exp2.c (exp_mpn): Likewise.
45955         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
45957         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
45958         * stdlib/tst-tls-atexit-lib.c: Likewise.
45959         * stdlib/tst-tls-atexit.c: Likewise.
45961 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
45963         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
45964         and __attribute_alloc_size__.
45966 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
45968         * include/programs/xmalloc.h: Change __attribute_alloc_size to
45969         __attribute_alloc_size__.
45970         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
45971         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
45973 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
45975         * include/programs/xmalloc.h: New file.
45976         * catgets/gencat.c: Include it.
45977         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
45978         * elf/pldd.c: Likewise.
45979         * iconv/iconv_charmap.c: Likewise.
45980         * iconv/iconvconfig.c: Likewise.
45981         * iconv/strtab.c: Likewise.
45982         * locale/programs/locale.c: Likewise.
45983         * locale/programs/localedef.h: Likewise.
45984         * locale/programs/simple-hash.c: Likewise.
45985         * nscd/nscd.h: Likewise.
45986         * nss/makedb.c: Likewise.
45987         * sysdeps/generic/ldconfig.h: Likewise.
45989 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
45991         * Versions.def: Add GLIBC_2.18.
45992         * include/link.h (struct link_map): New member l_tls_dtor_count.
45993         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
45994         (__call_tls_dtors): Likewise.
45995         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
45996         __cxa_thread_atexit_impl.
45997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45998         Likewise.
45999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
46000         Likewise.
46001         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
46002         Likewise.
46003         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
46004         Likewise.
46005         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
46006         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
46007         Likewise.
46008         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
46009         Likewise.
46010         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
46011         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
46012         Likewise.
46013         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
46014         (tests): Add test case tst-tls-atexit.
46015         (modules-names): Add shared library for tst-tls-atexit.
46016         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
46017         (GLIBC_PRIVATE): Add __call_tls_dtors.
46018         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
46019         for libstdc++.
46020         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
46021         * stdlib/tst-tls-atexit.c: New test case.
46022         * stdlib/tst-tls-atexit-lib.c: New test case.
46024         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
46026         * elf/Versions (ld): Add _dl_find_dso_for_object.
46027         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
46028         * elf/dl-open.c (_dl_find_dso_for_object): New function.
46029         (dl_open_worker): Use _dl_find_dso_for_object.
46030         * elf/dl-sym.c (do_sym): Likewise.
46031         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
46033 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46035         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
46036         Syntactic changes only.
46037         (_dl_runtime_profile): Do a tail-call to the resolved function.
46039 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
46041         [BZ #13550]
46042         * sysdeps/x86_64/bp-asm.h: Remove file.
46043         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
46044         <bp-sym.h> and <bp-asm.h>.
46045         (__clone): Do not use BP_SYM.
46046         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
46047         <bp-sym.h> and <bp-asm.h>.
46048         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46049         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
46050         "bp-asm.h".
46051         (_setjmp): Do not use BP_SYM.
46052         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
46053         "bp-asm.h".
46054         (setjmp): Do not use BP_SYM.
46055         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
46056         libc_hidden_def.
46057         (mempcpy): Do not use BP_SYM in weak_alias.
46058         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
46059         "bp-asm.h".
46060         (strchr): Do not use BP_SYM.
46061         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
46062         "bp-asm.h".
46063         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
46064         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
46065         (_start): Do not use BP_SYM.
46066         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
46067         "bp-asm.h".
46068         (strcat): Do not use BP_SYM.
46069         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
46070         "bp-asm.h".
46071         (STRCMP): Do not use BP_SYM.
46072         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
46073         "bp-asm.h".
46074         (STRCPY): Do not use BP_SYM.
46075         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
46076         "bp-asm.h".
46077         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
46078         "bp-asm.h".
46079         (FUNCTION): Do not use BP_SYM.
46080         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
46081         weak_alias.
46082         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
46084 2013-02-17  Andreas Jaeger  <aj@suse.de>
46086         * time/Versions: Sort entries.
46087         * string/Versions: Likewise.
46088         * resolv/Versions: Likewise.
46089         * posix/Versions: Likewise.
46090         * iconv/Versions: Likewise.
46091         * elf/Versions: Likewise.
46092         * wcsmbs/Versions: Likewise.
46094 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
46096         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
46097         loop termination condition.
46099         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
46100         variable to calculate EZ.
46101         (__sqr): Likewise.
46103         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
46104         the lower precision input.
46106 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
46108         [BZ #13550]
46109         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
46110         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
46111         (run-via-rtld-prefix): Do not handle %-bp tests.
46112         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
46113         (all-object-suffixes): Remove .ob.
46114         (bppfx): Remove variable.
46115         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
46116         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
46117         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
46118         [$(build-bounded) = yes] (libtype.ob): Likewise.
46119         * Makerules (elide-routines.ob): Remove variable.
46120         (do-tests-clean): Do not handle *-bp.out.
46121         (common-mostlyclean): Do not handle *-bp and *-bp.out.
46122         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
46123         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
46124         (tests): Do not include $(tests-bp.out).
46125         (xtests): Do not include $(xtests-bp.out).
46126         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
46127         [$(build-bounded) = yes] ($(addprefix
46128         $(objpfx),$(binaries-bounded))): Remove rule.
46129         ($(objpfx)%-bp.out): Remove rule.
46130         * config.make.in (build-bounded): Remove variable.
46131         * crypt/Makefile [$(build-bounded) = yes]
46132         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
46133         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
46134         append to variable.
46135         [$(build-bounded) = yes] (install-lib): Likewise.
46136         [$(build-bounded) = yes] (generated): Likewise.
46137         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
46138         Remove rule.
46139         * intl/Makefile [$(build-bounded) = yes]
46140         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
46141         * math/Makefile [$(build-bounded) = yes]
46142         ($(tests:%=$(objpfx)%-bp): Likewise.
46143         * misc/Makefile [$(build-bounded) = yes]
46144         ($(objpfx)tst-tsearch-bp): Likewise.
46145         * nptl/Makeconfig (bounded-thread-library): Remove variable.
46146         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
46147         Remove dependency.
46148         * string/Makefile (o-objects.ob): Remove variable.
46149         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
46150         (CFLAGS-.ob): Remove variable.
46151         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
46152         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
46153         both definitions of variable.
46154         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
46155         (ASFLAGS-.ob): Remove variable.
46157 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
46159         [BZ #13550]
46160         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
46161         Remove __BOUNDED_POINTERS__ from condition.
46162         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
46163         * string/bits/string2.h [!__NO_STRING_INLINES &&
46164         !__BOUNDED_POINTERS__]: Likewise.
46165         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
46166         Likewise.
46167         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
46168         Remove conditional code.
46169         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
46170         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
46171         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
46172         condition.
46174         [BZ #13550]
46175         * csu/libc-start.c: Do not include <bp-sym.h>.
46176         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
46177         * elf/dl-open.c: Do not include <bp-sym.h>.
46178         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
46179         * math/fegetenv.c: Do not include <bp-sym.h>.
46180         (fegetenv): Do not use BP_SYM in versioned symbols.
46181         * nptl/sysdeps/pthread/bits/libc-lockP.h
46182         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
46183         <bp-sym.h>.
46184         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46185         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
46186         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46187         (__pthread_mutex_destroy): Likewise.
46188         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46189         (__pthread_mutex_lock): Likewise.
46190         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46191         (__pthread_mutex_trylock): Likewise.
46192         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46193         (__pthread_mutex_unlock): Likewise.
46194         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46195         (__pthread_mutexattr_init): Likewise.
46196         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46197         (__pthread_mutexattr_destroy): Likewise.
46198         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46199         (__pthread_mutexattr_settype): Likewise.
46200         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46201         (__pthread_rwlock_init): Likewise.
46202         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46203         (__pthread_rwlock_destroy): Likewise.
46204         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46205         (__pthread_rwlock_rdlock): Likewise.
46206         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46207         (__pthread_rwlock_tryrdlock): Likewise.
46208         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46209         (__pthread_rwlock_wrlock): Likewise.
46210         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46211         (__pthread_rwlock_trywrlock): Likewise.
46212         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46213         (__pthread_rwlock_unlock): Likewise.
46214         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46215         (__pthread_key_create): Likewise.
46216         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46217         (__pthread_setspecific): Likewise.
46218         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46219         (__pthread_getspecific): Likewise.
46220         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
46221         Likewise.
46222         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46223         (_pthread_cleanup_push_defer): Likewise.
46224         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46225         (_pthread_cleanup_pop_restore): Likewise.
46226         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
46227         (pthread_setcancelstate): Likewise.
46228         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
46229         <bp-sym.h>.
46230         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
46231         (memchr): Do not use BP_SYM in weak_alias.
46232         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
46233         (fegetenv): Do not use BP_SYM in versioned symbols.
46234         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
46235         (fesetenv): Do not use BP_SYM in versioned symbols.
46236         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
46237         (feupdateenv): Do not use BP_SYM in versioned symbols.
46238         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
46239         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
46240         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
46241         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
46242         (open64): Do not use BP_SYM in weak_alias.
46243         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
46244         (fegetenv): Do not use BP_SYM in versioned symbols.
46245         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
46246         (fesetenv): Do not use BP_SYM in versioned symbols.
46247         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
46248         (feupdateenv): Do not use BP_SYM in versioned symbols.
46249         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
46250         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
46251         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
46252         (feraiseexcept): Do not use BP_SYM in versioned symbols.
46253         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
46254         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
46255         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
46256         <bp-sym.h>.
46257         (__libc_start_main): Do not use BP_SYM.
46259 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
46261         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
46262         redundant return line.
46263         (norm): Likewise.
46264         (denorm): Likewise.
46265         (dbl_mp): Likewise.
46266         (sub_magnitudes): Likewise.
46267         (__add): Likewise.
46268         (__sub): Likewise.
46269         (__mul): Likewise.
46270         (__inv): Likewise.
46271         (__dvd): Likewise.
46272         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
46273         (norm): Likewise.
46274         (denorm): Likewise.
46275         (dbl_mp): Likewise.
46276         (sub_magnitudes): Likewise.
46277         (__add): Likewise.
46278         (__sub): Likewise.
46279         (__mul): Likewise.
46280         (__inv): Likewise.
46281         (__dvd): Likewise.
46283         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
46284         instead of __mul.
46285         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
46286         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
46287         (cc32): Likewise.
46289         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
46290         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
46291         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
46292         of __mul for squares.
46293         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
46294         function
46295         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
46296         Likewise.
46297         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
46298         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
46300 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
46302         [BZ #13550]
46303         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
46304         code.
46305         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
46306         prototype or function definition.  Rename ubp_* variables and
46307         parameters.  Remove argv definitions conditional on
46308         [__BOUNDED_POINTERS__].
46309         * debug/backtrace.c (__backtrace): Do not use __unbounded.
46310         * elf/dl-runtime.c (_dl_fixup): Likewise.
46311         * include/set-hooks.h (RUN_HOOK): Likewise.
46312         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
46313         definition.
46314         * string/strcpy.c (strcpy): Do not use __unbounded.
46315         * sysdeps/generic/frame.h (struct layout): Likewise.
46316         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
46317         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
46318         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
46319         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
46320         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
46321         (__backtrace): Likewise.
46322         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
46323         use __ptrvalue.
46324         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
46325         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
46326         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
46327         Likewise.
46328         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
46329         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
46330         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
46331         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
46332         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
46333         Do not use __unbounded.
46334         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
46335         Rename __unboundedrlimits parameter to rlimits in prototype.
46336         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
46337         Do not use __unbounded.
46338         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
46339         not use __ptrvalue.
46340         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
46341         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
46342         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
46343         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
46344         __ptrvalue or __unbounded.
46345         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
46346         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
46347         use __unbounded.
46348         (__new_msgctl): Do not use __ptrvalue.
46349         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
46350         __unbounded.
46351         (__libc_msgrcv): Do not use __ptrvalue.
46352         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
46353         startup_info): Do not use __unbounded.
46354         (__libc_start_main): Likewise.  Rename ubp_* variables and
46355         parameters.  Remove argv definitions conditional on
46356         [__BOUNDED_POINTERS__].
46357         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
46358         __ptrvalue.
46359         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
46360         use __unbounded.
46361         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
46362         or __ptrvalue.
46363         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
46364         use __unbounded.
46365         (__new_shmctl): Do not use __ptrvalue.
46366         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
46367         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
46368         Likewise.
46369         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
46370         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
46371         (__libc_sigaction): Likewise.
46372         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
46373         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
46374         Likewise.
46375         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
46377 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
46379         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
46381         * string/mempcpy.c: Implement by calling memcpy.
46383 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
46385         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
46387         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
46388         evaluation.
46390         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
46391         values in the mantissa.
46393         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
46394         minimize writes to Z.
46395         (sub_magnitudes): Simplify code a bit.
46397 2013-02-12  Roland McGrath  <roland@hack.frob.com>
46399         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
46400         from the message.  The linker prefixes all warnings with that already.
46402 2013-02-12  Andreas Schwab  <schwab@suse.de>
46404         [BZ #15078]
46405         * posix/regexec.c (extend_buffers): Add parameter min_len.
46406         (check_matching): Pass minimum needed length.
46407         (clean_state_log_if_needed): Likewise.
46408         (get_subexp): Likewise.
46409         * posix/Makefile (tests): Add bug-regex34.
46410         (bug-regex34-ENV): Define.
46411         * posix/bug-regex34.c: New file.
46413         [BZ #11561]
46414         * posix/regcomp.c (parse_bracket_exp): When looking up collating
46415         elements compare against the byte sequence of it, not its name.
46416         * posix/Makefile (tests): Add bug-regex35.
46417         (bug-regex35-ENV): Define.
46418         * posix/bug-regex35.c: New file.
46420 2013-02-11  Tom de Vries  <tom@codesourcery.com>
46422         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
46423         comment.
46424         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
46425         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
46426         (CHECK_EOL): Add undef.
46428 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
46430         * bits/stdlib-bsearch.h: New file.
46431         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
46432         * stdlib/stdlib.h: Likewise.
46434 2013-02-11  Roland McGrath  <roland@hack.frob.com>
46436         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
46437         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
46438         declaration.
46439         * manual/search.texi (Array Search Function): Add missing const in
46440         lfind prototype.
46441         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
46442         declaration to use rlim_t.
46443         (Basic Scheduling Functions): Remove erroneous const from
46444         sched_getparam prototype.  Remove erroneous * from
46445         sched_get_priority_max and sched_get_priority_min prototypes.
46446         (Resource Usage): Fix summary @comment on vtimes to refer to
46447         sys/vtimes.h rather than vtimes.h.
46448         Add missing *s in vtimes prototype.
46449         (Limits on Resources): Fix ulimit prototype to return long int.
46450         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
46451         prototypes to use long int rather than double.
46452         (BSD Random): Fix initstate and setstate to use char *, not void *.
46453         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
46454         prototype to make second argument 'struct aiocb64 *const[]'.
46455         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
46456         (Status of AIO Operations): Remove erroneous const in aio_return and
46457         aio_return64 prototypes.
46458         (Synchronizing I/O): Fix sync prototype to return void.
46459         * manual/startup.texi (Suboptions): Remove an erroneous const in
46460         getsubopt prototype.
46461         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
46462         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
46463         use size_t rather than int.
46464         (Scanning All Users): Likewise for getpwent_r.
46465         (Setting Groups): Add missing const to setgroups prototype.
46466         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
46467         * manual/socket.texi (Host Names): Fix gethostbyaddr and
46468         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
46469         'const void *' rather than 'const char *'.
46470         (Host Address Functions): Likewise for inet_ntop.
46471         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
46472         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
46473         ssize_t for return value.
46474         (Sending Data): Likewise for send, sendto, sendmsg.
46475         (Socket Option Functions): Add a missing const in setsockopt prototype.
46476         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
46477         use wchar_t for the argument.
46478         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
46479         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
46480         take no arguments.
46481         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
46482         double/float/long double for second argument.
46483         Fix return types of significand, significandf, significandl.
46484         * manual/filesys.texi (Setting Permissions): Use mode_t for second
46485         argument in fchmod prototype.
46486         (File Owner): Use uid_t and gid_t in fchown prototype.
46487         (File Times): Add const to utimes, futimes, and lutimes prototypes.
46488         (Making Special Files): Use mode_t and dev_t in mknod prototype.
46489         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
46490         use 'const struct dirent **' as argument types to CMP function pointer
46491         argument.
46492         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
46493         (File Times): Fix summary magic @comment for struct utimbuf and utime
46494         to refer to utime.h, not time.h.
46495         * manual/string.texi (Argz Functions): Add missing const in
46496         argz_extract and argz_next prototypes.
46497         (Finding Tokens in a String): Likewise for basename.
46498         (String/Array Comparison): Fix typo in wcscasecmp prototype.
46499         (Copying and Concatenation): Fix typo in wmemmove prototype.
46500         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
46501         (Signal Stack): Remove erroneous const in sigstack prototype.
46502         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
46503         prototype.
46504         (Simple Calendar Time): Likewise for stime.
46505         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
46506         prototype.
46507         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
46508         say sys/sysctl.h instead.
46509         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
46510         and vsyslog prototypes.
46512 2013-02-11  Tom de Vries  <tom@codesourcery.com>
46514         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
46515         Remove.
46517 2013-02-11  Roland McGrath  <roland@hack.frob.com>
46519         * misc/sys/mman.h: Fix typo in mremap comment.
46521 2013-02-08  Roland McGrath  <roland@hack.frob.com>
46523         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
46524         the '\0' terminator.
46526 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
46528         [BZ #13550]
46529         * debug/segfault.c: Don't include <bp-checks.h>.
46530         * sysdeps/generic/bp-checks.h: Remove file.
46531         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
46532         (__GETDENTS): Don't use CHECK_N.
46533         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
46534         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
46535         (__getgroups): Don't use CHECK_N.
46536         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
46537         (setgroups): Don't use CHECK_N.
46538         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
46539         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
46540         (__libc_msgrcv): Don't use CHECK_N.
46541         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
46542         (__libc_msgsnd): Don't use CHECK_N.
46543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
46544         <bp-checks.h>.
46545         (__libc_pread): Don't use CHECK_N.
46546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
46547         include <bp-checks.h>.
46548         (__libc_pread64): Don't use CHECK_N.
46549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
46550         include <bp-checks.h>.
46551         (__libc_pwrite): Don't use CHECK_N.
46552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
46553         include <bp-checks.h>.
46554         (__libc_pwrite64): Don't use CHECK_N.
46555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
46556         <bp-checks.h>.
46557         (__libc_pread): Don't use CHECK_N.
46558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
46559         include <bp-checks.h>.
46560         (__libc_pread64): Don't use CHECK_N.
46561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
46562         include <bp-checks.h>.
46563         (__libc_pwrite): Don't use CHECK_N.
46564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
46565         include <bp-checks.h>.
46566         (__libc_pwrite64): Don't use CHECK_N.
46567         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
46568         (do_pread): Don't use CHECK_N.
46569         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
46570         (do_pread64): Don't use CHECK_N.
46571         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
46572         (do_pwrite): Don't use CHECK_N.
46573         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
46574         (do_pwrite64): Don't use CHECK_N.
46575         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
46576         (__libc_readv): Don't use CHECK_N.
46577         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
46578         (semop): Don't use CHECK_N.
46579         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
46580         <bp-checks.h>.
46581         (semtimedop): Don't use CHECK_N.
46582         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
46583         (__libc_pread): Don't use CHECK_N.
46584         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
46585         <bp-checks.h>.
46586         (__libc_pread64): Don't use CHECK_N.
46587         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
46588         <bp-checks.h>.
46589         (__libc_pwrite): Don't use CHECK_N.
46590         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
46591         <bp-checks.h>.
46592         (__libc_pwrite64): Don't use CHECK_N.
46593         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
46594         <bp-checks.h>.
46595         (__libc_msgrcv): Don't use CHECK_N.
46596         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
46597         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
46598         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
46599         (__libc_writev): Don't use CHECK_N.
46601 2013-02-08  Roland McGrath  <roland@hack.frob.com>
46603         * string/strcpy.c: Removed unused variable.
46605         * Makeconfig (+sysdep-includes): Define with := rather than =.
46606         Use an existing include/ subdir of each sysdeps dir before it.
46608 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
46610         * nscd/connection.c (register_traced_file): Comment function.
46611         [HAVE_INOTIFY] (union __inev): Define.
46612         [HAVE_INOTIFY] (inotify_check_files): New function.
46613         [HAVE_INOTIFY] (clear_db_cache): Likewise.
46614         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
46615         clear_db_cache.
46616         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
46618 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
46620         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
46621         loaded if not already and that a failure is permanent.
46623 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
46625         [BZ #15006]
46626         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
46627         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
46629 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
46631         [BZ #13550]
46632         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
46633         (CHECK_1_NULL_OK): Likewise.
46634         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
46635         (__fxstat): Do not use CHECK_1.
46636         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
46637         <bp-checks.h>.
46638         (___fxstat64): Do not use CHECK_1.
46639         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
46640         <bp-checks.h>.
46641         (__fxstatat): Do not use CHECK_1.
46642         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
46643         <bp-checks.h>.
46644         (__fxstatat64): Do not use CHECK_1.
46645         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
46646         <bp-checks.h>.
46647         (__fxstat): Do not use CHECK_1.
46648         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
46649         <bp-checks.h>.
46650         (__fxstatat): Do not use CHECK_1.
46651         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
46652         <bp-checks.h>.
46653         (__getresgid): Do not use CHECK_1.
46654         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
46655         <bp-checks.h>.
46656         (__getresuid): Do not use CHECK_1.
46657         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
46658         <bp-checks.h>.
46659         (__lxstat): Do not use CHECK_1.
46660         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
46661         <bp-checks.h>.
46662         (__old_msgctl): Do not use CHECK_1.
46663         (__new_msgctl): Likewise.
46664         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
46665         <bp-checks.h>.
46666         (__new_setrlimit): Do not use CHECK_1.
46667         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
46668         <bp-checks.h>.
46669         (__old_shmctl): Do not use CHECK_1.
46670         (__new_shmctl): Likewise.
46671         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
46672         <bp-checks.h>.
46673         (__xstat): Do not use CHECK_1.
46674         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
46675         (__lxstat): Do not use CHECK_1.
46676         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
46677         <bp-checks.h>.
46678         (___lxstat64): Do not use CHECK_1.
46679         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
46680         (__old_msgctl): Do not use CHECK_1.
46681         (__new_msgctl): Likewise.
46682         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
46683         <bp-checks.h>.
46684         (__gettimeofday): Do not use CHECK_1.
46685         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
46686         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
46687         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
46688         <bp-checks.h>.
46689         (__gettimeofday): Do not use CHECK_1.
46690         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
46691         (__old_shmctl): Do not use CHECK_1_NULL_OK.
46692         (__new_shmctl): Do not use CHECK_1.
46693         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
46694         <bp-checks.h>.
46695         (do_sigtimedwait): Do not use CHECK_1.
46696         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
46697         <bp-checks.h>.
46698         (do_sigwaitinfo): Do not use CHECK_1.
46699         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
46700         <bp-checks.h>.
46701         (msgctl): Do not use CHECK_1.
46702         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
46703         <bp-checks.h>.
46704         (shmctl): Do not use CHECK_1.
46705         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
46706         (ustat): Do not use CHECK_1.
46707         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
46708         <bp-checks.h>.
46709         (__fxstat): Do not use CHECK_1.
46710         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
46711         <bp-checks.h>.
46712         (__fxstatat): Do not use CHECK_1.
46713         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
46714         <bp-checks.h>.
46715         (__lxstat): Do not use CHECK_1.
46716         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
46717         <bp-checks.h>.
46718         (__xstat): Do not use CHECK_1.
46719         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
46720         (__xstat): Do not use CHECK_1.
46721         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
46722         (___xstat64): Do not use CHECK_1.
46724         [BZ #13550]
46725         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
46726         definitions.
46727         (CHECK_BOUNDS_HIGH): Likewise.
46728         * string/strcpy.c: Do not include <bp-checks.h>.
46729         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
46731 2013-02-07  Roland McGrath  <roland@hack.frob.com>
46733         * nscd/nscd-client.h (__nscd_drop_map_ref):
46734         Add __attribute__ ((unused)).
46735         * nis/nss-nisplus.h (niserr2nss): Likewise.
46737         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
46738         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
46740         * csu/libc-tls.c (init_static_tls, init_slotinfo):
46741         Remove inline keyword.
46742         * include/rounding-mode.h (round_away): Likewise.
46743         * libio/wfileops.c (adjust_wide_data): Likewise.
46744         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
46745         (__m128i_strloadu_tolower): Likewise.
46746         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
46747         (__m128i_strloadu_tolower): Likewise.
46748         * time/mktime.c (ydhms_diff): Likewise.
46749         * locale/elem-hash.h (elem_hash): Likewise.
46750         * locale/setlocale.c (setdata): Likewise.
46751         * posix/regex_internal.h (re_string_char_size_at): Likewise.
46752         (re_string_wchar_at): Likewise.
46753         (bitset_not, bitset_merge, bitset_mask): Likewise.
46754         [!(__GNUC__ > 3)] (inline): Remove macro.
46755         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
46756         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
46757         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
46758         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
46759         * string/memcmp.c (memcmp_bytes): Likewise.
46760         * locale/programs/locarchive.c (compute_hashval): Likewise.
46761         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
46762         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
46763         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
46764         * nss/getent.c (print_rpc, print_protocols): Likewise.
46765         (print_passwd, print_group, print_aliases): Likewise.
46766         * nis/nss-nisplus.h (niserr2nss): Likewise.
46767         * nscd/connections.c (restart_p): Likewise.
46768         Change return type to bool.
46770 2013-02-05  Roland McGrath  <roland@hack.frob.com>
46772         * Makeconfig (all-Depend-files): Add existing
46773         $(sorted-subdirs:=/Depend) files.
46774         (all-subdirs): Remove nss.
46775         * sysdeps/unix/inet/Subdirs: Add it here instead.
46776         * hesiod/Depend: New file.
46778         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
46779         instead of calling alloca.
46781         * io/lseek.c (__lseek): Rename to __libc_lseek.
46782         Define __lseek as an alias.
46784         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
46786 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
46788         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
46789         else clause and remove check for non-standard endianness.
46791 2013-02-04  David S. Miller  <davem@davemloft.net>
46793         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46795 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
46797         [BZ #13550]
46798         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
46799         (__ubp_memchr): Remove prototype.
46800         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
46801         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
46802         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
46803         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
46804         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
46805         Remove alias.
46806         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
46807         (__ubp_memchr): Likewise.
46808         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
46809         (__ubp_memchr): Likewise.
46810         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
46811         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
46812         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
46813         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
46814         CHECK_STRING.
46815         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
46816         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
46817         (__getcwd): Do not use CHECK_STRING.
46818         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
46819         <bp-checks.h>.
46820         (__real_chown): Do not use CHECK_STRING.
46821         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
46822         <bp-checks.h>.
46823         (fchownat): Do not use CHECK_STRING.
46824         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
46825         CHECK_STRING.
46826         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
46827         <bp-checks.h>.
46828         (__lchown): Do not use CHECK_STRING.
46829         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
46830         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
46831         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
46832         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
46833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
46834         include <bp-checks.h>.
46835         (truncate64): Do not use CHECK_STRING.
46836         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
46837         <bp-checks.h>.
46838         (__real_chown): Do not use CHECK_STRING.
46839         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
46840         <bp-checks.h>.
46841         (__lchown): Do not use CHECK_STRING.
46842         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
46843         <bp-checks.h>.
46844         (__chown): Do not use CHECK_STRING.
46845         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
46846         <bp-checks.h>.
46847         (truncate64): Do not use CHECK_STRING.
46848         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
46849         Likewise.
46850         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
46851         (__xmknod): Do not use CHECK_STRING.
46852         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
46853         <bp-checks.h>.
46854         (__xmknodat): Do not use CHECK_STRING.
46855         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
46856         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
46858 2013-02-04  Andreas Schwab  <schwab@suse.de>
46860         [BZ #14142]
46861         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
46862         * include/netdb.h: Likewise for h_errno.
46863         * elf/tst-stackguard1.c: Include <tls.h>.
46865 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
46867         * elf/link.h (struct link_map): Extend the l_addr comment.
46868         * include/link.h (struct link_map): Likewise.
46870 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
46872         [BZ #13550]
46873         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
46874         (BOUNDED_1): Remove macro.
46875         * debug/backtrace.c: Don't include <bp-checks.h>.
46876         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
46877         (__backtrace): Likewise.
46878         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
46879         <bp-checks.h>.
46880         (__backtrace): Don't use BOUNDED_1.
46881         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
46882         <bp-checks.h>.
46883         (__backtrace): Don't use BOUNDED_1.
46884         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
46885         (__backtrace): Don't use BOUNDED_1.
46886         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
46887         (shmat): Don't use BOUNDED_N.
46889 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
46891         [BZ #13550]
46892         * sysdeps/generic/bp-start.h: Remove file.
46893         * csu/libc-start.c: Don't include <bp-start.h>.
46894         (LIBC_START_MAIN): Set up __environ directly instead of using
46895         INIT_ARGV_and_ENVIRON.
46896         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
46897         <bp-start.h>.
46899         [BZ #13550]
46900         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
46901         definitions.
46902         (CHECK_FCNTL): Likewise.
46903         (CHECK_N_PAGES): Likewise.
46905         [BZ #13550]
46906         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
46907         definitions.
46908         (CHECK_SIGSET_NULL_OK): Likewise.
46909         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
46910         <bp-checks.h>.
46911         (sigpending): Don't use CHECK_SIGSET.
46912         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
46913         <bp-checks.h>.
46914         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
46915         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
46916         <bp-checks.h>.
46917         (do_sigsuspend): Don't use CHECK_SIGSET.
46918         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
46919         use CHECK_SIGSET.
46920         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
46921         (do_sigwait): Don't use CHECK_SIGSET.
46922         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
46923         use CHECK_SIGSET.
46924         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
46925         include <bp-checks.h>.
46926         (sigpending): Don't use CHECK_SIGSET.
46927         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
46928         include <bp-checks.h>.
46929         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
46930         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
46931         <bp-checks.h>.
46932         (sigpending): Don't use CHECK_SIGSET.
46933         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
46934         <bp-checks.h>.
46935         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
46937         [BZ #13550]
46938         * sysdeps/generic/bp-semctl.h: Remove file.
46939         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
46940         <bp-checks.h> and <bp-semctl.h>.
46941         (__old_semctl): Don't use CHECK_SEMCTL.
46942         (__new_semctl): Likewise.
46943         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
46944         and <bp-semctl.h>.
46945         (__old_semctl): Don't use CHECK_SEMCTL.
46946         (__new_semctl): Likewise.
46947         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
46948         <bp-checks.h> and <bp-semctl.h>.
46949         (__old_semctl): Don't use CHECK_SEMCTL.
46950         (__new_semctl): Likewise.
46951         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
46952         <bp-checks.h> and <bp-semctl.h>.
46953         (semctl): Don't use CHECK_SEMCTL.
46955         [BZ #13550]
46956         * Makerules (elide-bp-thunks): Remove variable.
46957         (elide-routines.oS): Don't use $(elide-bp-thunks).
46958         (elide-routines.os): Likewise.
46959         (elide-routines.o): Likewise.
46960         (elide-routines.op): Likewise.
46961         (elide-routines.og): Likewise.
46962         (objects): Don't use $(bp-thunks).
46963         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
46964         include.
46965         (common-generated): Do not add s-proto-bp.d.
46966         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
46967         (int): Likewise.
46968         (typ): Likewise.
46969         Do not generate makefile rules for bounded-pointer thunks.
46970         * sysdeps/generic/bp-thunks.h: Remove file.
46971         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
46972         * sysdeps/unix/s-proto-bp.S: Likewise.
46974         [BZ #15062]
46975         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
46976         parts of result separately when argument is not close to line from
46977         -i to i and one part of argument is small.
46978         * math/k_casinhf.c (__kernel_casinhf): Likewise.
46979         * math/k_casinhl.c (__kernel_casinhl): Likewise.
46980         * math/libm-test.inc (cacos_test): Add more tests.
46981         (casin_test): Likewise.
46982         (casinh_test): Likewise.
46983         * sysdeps/i386/fpu/libm-test-ulps: Update.
46984         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46986 2013-01-31  David S. Miller  <davem@davemloft.net>
46988         * po/de.po: Update from translation team.
46990 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
46992         * time/tzfile.c: Include stdint.h for SIZE_MAX.
46994 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
46996         * configure.in (_AC_PROG_CC_C89): New definition.
46997         * configure: Regenerate.
46999         * configure.in (AC_PROG_CPP): New definition.
47000         * configure: Regenerate.
47002 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
47004         * debug/tst-backtrace.h: New file.
47005         * debug/tst-backtrace2.c: Include tst-backtrace.h.
47006         (ret): Remove variable.
47007         (x): Likewise.
47008         (FAIL): Remove macro.
47009         (NO_INLINE): Likewise.
47010         (fn1): Use match function instead of strstr.
47011         * debug/tst-backtrace3.c: Include tst-backtrace.h.
47012         (ret): Remove variable.
47013         (x): Likewise.
47014         (FAIL): Remove macro.
47015         (NO_INLINE): Likewise.
47016         (fn): Use match function instead of strstr.
47017         * debug/tst-backtrace4.c: Include tst-backtrace.h.
47018         (ret): Remove variable.
47019         (x): Likewise.
47020         (FAIL): Remove macro.
47021         (NO_INLINE): Likewise.
47022         (handle_signal): Use match function instead of strstr.
47023         * debug/tst-backtrace5.c: Include tst-backtrace.h.
47024         (ret): Remove variable.
47025         (x): Likewise.
47026         (FAIL): Remove macro.
47027         (NO_INLINE): Likewise.
47028         (handle_signal): Use match function instead of strstr.
47030 2013-01-23  Roland McGrath  <roland@hack.frob.com>
47032         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
47034 2013-01-23  David S. Miller  <davem@davemloft.net>
47036         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
47037         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
47038         argument of CAS if possible.
47039         * sysdeps/sparc/sparc64/bits/atomic.h
47040         (__arch_compare_and_exchange_val_32_acq): Likewise.
47041         (__arch_compare_and_exchange_val_64_acq): Likewise.
47043 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
47045         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
47046         * sysdeps/posix/ulimit.c: ... this.
47047         Include <limits.h>.
47048         * sysdeps/unix/bsd/ulimit.c: Remove file.
47050 2013-01-23  Adam Conrad  <adconrad@0c3.net>
47052         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
47053         (LDFLAGS-tst-array5): Likewise.
47055 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
47057         [BZ #15036]
47058         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
47059         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
47060         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
47061         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
47063 2013-01-21  David S. Miller  <davem@davemloft.net>
47065         * sysdeps/sparc/backtrace.c: New file.
47066         * sysdeps/sparc/sparc32/backtrace.h: New file.
47067         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
47068         * sysdeps/sparc/sparc64/backtrace.h: New file.
47069         * sysdeps/sparc/sparc64/backtrace.c: Delete.
47070         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
47071         -funwind-tables.
47073 2013-01-21  Andreas Schwab  <schwab@suse.de>
47075         [BZ #15020]
47076         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
47077         closed its stdout.
47079 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
47081         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
47082         "mpa2.h".
47083         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
47085 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
47086             Mark Mitchell  <mark@codesourcery.com>
47087             Tom de Vries  <tom@codesourcery.com>
47088             Paul Pluzhnikov  <ppluzhnikov@google.com>
47090         * debug/tst-backtrace2.c: New file.
47091         * debug/tst-backtrace3.c: Likewise.
47092         * debug/tst-backtrace4.c: Likewise.
47093         * debug/tst-backtrace5.c: Likewise.
47094         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
47095         (CFLAGS-tst-backtrace3.c): Likewise.
47096         (CFLAGS-tst-backtrace4.c): Likewise.
47097         (CFLAGS-tst-backtrace5.c): Likewise.
47098         (LDFLAGS-tst-backtrace2): Likewise.
47099         (LDFLAGS-tst-backtrace3): Likewise.
47100         (LDFLAGS-tst-backtrace4): Likewise.
47101         (LDFLAGS-tst-backtrace5): Likewise.
47102         (tests): Add new tests tst-backtrace2, tst-backtrace3,
47103         tst-backtrace4 and tst-backtrace5.
47105 2013-01-18  Anton Blanchard  <anton@samba.org>
47106             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
47108         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
47109         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
47110         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
47111         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
47112         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
47113         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
47114         "+r" and remove output regs list as redundant.  Add explicit inline
47115         asm to specify register of return val to work around compiler codegen
47116         bug.  Remove (int) cast on return value.  Add return type parameter to
47117         use in macro so that this macro does not truncate return value for
47118         64-bit values.
47119         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
47120         pass to INTERNAL_VSYSCALL_NCS.
47121         (INLINE_VSYSCALL): Add 'long int' as return type to
47122         INTERNAL_VSYSCALL_NCS macro invocation.
47123         (INTERNAL_VSYSCALL): Add 'long int' as return type to
47124         INTERNAL_VSYSCALL_NCS macro invocation.
47125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47127 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
47129         [BZ #14496]
47130         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
47131         Fix application of SIMD FP exception mask.
47133         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
47134         mp_no from a power of two.
47135         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
47136         __mpexp_twomm1.  Use __pow_mp.
47138         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
47139         multiplication.
47141 2013-01-17  David S. Miller  <davem@davemloft.net>
47143         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47145 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
47147         [BZ #15023]
47148         * include/complex.h: Condition contents on [!_COMPLEX_H].
47149         (__kernel_casinhf): New prototype.
47150         (__kernel_casinh): Likewise.
47151         (__kernel_casinhl): Likewise.
47152         * math/Makefile (libm_calls): Add k_casinh.
47153         * math/k_casinh.c: New file.
47154         * math/k_casinhf.c: Likewise.
47155         * math/k_casinhl.c: Likewise.
47156         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
47157         finite nonzero arguments.
47158         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
47159         finite nonzero arguments.
47160         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
47161         finite nonzero arguments.
47162         * math/s_casinh.c: Do not include <float.h>.
47163         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
47164         * math/s_casinhf.c: Do not include <float.h>.
47165         (__casinhf): Move code for finite nonzero arguments to
47166         k_casinhf.c.
47167         * math/s_casinhl.c: Do not include <float.h>.
47168         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
47169         redefine.
47170         (__casinhl): Move code for finite nonzero arguments to
47171         k_casinhl.c.
47172         * math/libm-test.inc (cacos_test): Add more tests.
47173         * sysdeps/i386/fpu/libm-test-ulps: Update.
47174         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47176 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
47178         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
47179         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
47180         [!HAVE_MREMAP]: Remove [defined linux] case.
47181         * malloc/arena.c: Do not include <malloc-sysdep.h>.
47183 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
47185         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
47187 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
47189         * elf/elf.h (R_386_SIZE32): New relocation.
47190         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
47191         R_386_SIZE32.
47192         (elf_machine_rela): Likewise.
47193         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
47194         R_X86_64_SIZE64 and R_X86_64_SIZE32.
47196 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
47198         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
47199         (FP_FAST_FMA): Do not define.
47200         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
47201         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
47202         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
47203         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
47204         !_SOFT_FLOAT]: Likewise.
47205         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
47206         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
47207         value.
47208         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
47209         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
47210         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
47211         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
47212         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
47213         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
47214         file.
47216 2013-01-16  Andreas Schwab  <schwab@suse.de>
47218         [BZ #14327]
47219         * include/stdlib.h (__mktemp): Add declaration.
47220         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
47221         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
47223 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
47225         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
47226         definitions.
47227         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
47228         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
47229         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
47230         definitions here.
47231         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
47232         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
47233         definitions.
47234         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
47235         and ONE.
47236         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
47237         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
47238         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
47239         definitions.
47240         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
47241         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
47242         definitions.
47243         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
47245         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
47247 2013-01-15  David S. Miller  <davem@davemloft.net>
47249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
47250         trunc{,f} to libm-sysdep_routes.
47251         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
47252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
47253         file.
47254         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
47255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
47256         file.
47257         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
47258         file.
47259         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
47260         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
47261         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
47262         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
47263         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
47264         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
47265         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
47266         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
47268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
47269         nearbyint{,f} to libm-sysdep_routes.
47270         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
47271         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
47272         New file.
47273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
47274         file.
47275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
47276         New file.
47277         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
47278         file.
47279         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
47280         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
47281         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
47282         file.
47283         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
47284         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
47285         file.
47286         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
47287         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
47288         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
47290         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
47291         libc_feholdexcept and libc_fesetenv.
47293 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
47295         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
47297 2013-01-14  David S. Miller  <davem@davemloft.net>
47299         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
47300         (SPARC_ASM_VIS2_IFUNC): Likewise.
47301         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
47302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
47303         use of 'siam' instruction.
47304         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
47305         Likewise.
47306         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
47307         Likewise.
47308         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
47309         Likewise.
47310         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
47311         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
47312         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
47313         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
47314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
47315         file.
47316         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
47317         file.
47318         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
47319         file.
47320         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
47321         file.
47322         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
47323         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
47324         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
47325         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
47326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
47327         new VIS2 routines.
47328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47331         Likewise.
47332         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47333         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47334         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47335         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
47337         routines to libm-sysdep_routines.
47338         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
47340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
47341         fdim/fdimf to libm-sysdep_routines.
47342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
47343         file.
47344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
47345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
47346         file.
47347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
47348         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
47349         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
47350         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
47351         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
47352         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
47353         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
47355 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
47357         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
47358         to optimize copies.
47360         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
47361         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
47362         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
47364         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
47365         local variable MPTWO.
47366         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
47367         Likewise.
47369 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
47371         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
47372         GLOB_NOESCAPE.
47374 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
47376         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
47378 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
47380         * manual/pattern.texi (glob_t): Document gl_flags.
47381         (glob64_t): Likewise.
47383 2013-01-11  David S. Miller  <davem@davemloft.net>
47385         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
47386         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
47387         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
47388         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
47389         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
47390         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
47391         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
47392         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
47393         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
47394         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
47395         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
47396         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
47397         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
47399         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
47400         sparc V9 rather than using V8 code.
47401         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
47402         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
47404         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47405         Move to...
47406         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
47407         Here.
47409 2013-01-11  Roland McGrath  <roland@hack.frob.com>
47411         [BZ #14941]
47412         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
47413         not in the main loop.
47414         * configure: Regenerated.
47416 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
47418         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
47419         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
47420         to just #else.
47421         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
47422         [!__GLIBC_HAVE_LONG_LONG] case.
47423         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
47424         condition to just #else.
47425         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
47426         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
47427         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
47428         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
47429         unconditional.
47430         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
47431         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
47432         #elif condition to just #else.
47433         * sysdeps/unix/sysv/linux/sys/sysmacros.h
47434         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
47435         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
47436         #elif condition to just #else.
47438 2013-01-11  Steve Ellcey  <sellcey@mips.com>
47440         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
47441         (EF_MIPS_ARCH_64): Fix value.
47442         (EF_MIPS_ARCH_32R2): New.
47443         (EF_MIPS_ARCH_64R2): New.
47445 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
47447         * Makeconfig (+link-pie-before-libc): New.
47448         (+link-pie-after-libc): Likewise.
47449         (+link-pie-tests): Likewise.
47450         (+link-pie): Rewritten.
47451         (link-before-libc): Remove $(config-LDFLAGS).
47452         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
47453         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
47454         (config-LDFLAGS): Renamed to ...
47455         (rtld-LDFLAGS): This.
47456         (rtld-tests-LDFLAGS): New macro.
47457         (link-libc-rpath-link): Likewise.
47458         (link-libc-tests-rpath-link): Likewise.
47459         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
47460         (link-libc): Prepand $(link-libc-rpath-link).
47461         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
47462         (test-program-prefix): New macro.
47463         (test-via-rtld-prefix): Likewise.
47464         (test-program-cmd): Likewise.
47465         (host-test-program-cmd): Likewise.
47466         * Makefile ($(common-objpfx)testrun.sh): Replace
47467         $(run-program-prefix) with $(test-program-prefix).
47468         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
47469         $(rtld-LDFLAGS).
47470         ($(common-objpfx)shlib.lds): Likewise.
47471         (build-module-helper): Likewise.
47472         ($(common-objpfx)format.lds): Likewise.
47473         * Rules (binaries-pie-tests): New.
47474         (binaries-pie-notests): Likewise.
47475         (binaries-pie): Rewritten.
47476         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
47477         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
47478         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
47479         (make-test-out): Replace $(host-built-program-cmd) with
47480         $(host-test-program-cmd).
47481         * config.make.in (build-hardcoded-path-in-tests): New variable.
47482         * configure.in (--enable-hardcoded-path-in-tests): New configure
47483         option.
47484         (hardcoded_path_in_tests): New AC_SUBST.
47485         * configure: Regenerated.
47486         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
47487         $(built-program-cmd) with $(test-program-cmd).
47488         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
47489         (test_program_cmd): This.
47490         * elf/Makefile ($(objpfx)order.out): Run test with
47491         $(test-program-prefix).
47492         ($(objpfx)order2.out): Likewise.
47493         ($(objpfx)tst-initorder.out): Likewise.
47494         ($(objpfx)tst-initorder2.out): Likewise.
47495         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
47496         $(test-program-cmd).
47497         ($(objpfx)tst-array1-static.out): Likewise.
47498         ($(objpfx)tst-array2.out): Likewise.
47499         ($(objpfx)tst-array3.out): Likewise.
47500         ($(objpfx)tst-array4.out): Likewise.
47501         ($(objpfx)tst-array5.out): Likewise.
47502         ($(objpfx)tst-array5-static.out): Likewise.
47503         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
47504         $(test-program-cmd).
47505         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
47506         $(run-program-prefix) with $(test-program-prefix).
47507         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
47508         (test_program_prefix): This.
47509         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
47510         $(run-program-prefix) with $(test-program-prefix).
47511         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
47512         (test_program_prefix): This.
47513         * iconvdata/tst-tables.sh: Likewise.
47514         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
47515         $(run-program-prefix) with $(test-program-prefix).
47516         ($(objpfx)tst-translit.out): Likewise.
47517         ($(objpfx)tst-gettext2.out): Likewise.
47518         ($(objpfx)tst-gettext4.out): Likewise.
47519         ($(objpfx)tst-gettext6.out): Likewise.
47520         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
47521         (test_program_prefix): This.
47522         * intl/tst-gettext2.sh: Likewise.
47523         * intl/tst-gettext4.sh  Likewise.
47524         * intl/tst-gettext6.sh: Likewise.
47525         * intl/tst-translit.sh: Likewise.
47526         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
47527         with $(test-program-cmd).
47528         * libio/Makefile ($(objpfx)test-freopen.out): Replace
47529         $(run-program-prefix) with $(test-program-prefix).
47530         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
47531         (test_program_prefix): This.
47532         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
47533         $(run-program-prefix) with $(test-program-prefix).
47534         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
47535         (test_program_prefix): This.
47536         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
47537         * posix/Makefile ($(objpfx)globtest.out): Replace
47538         $(run-via-rtld-prefix) and $(test-wrapper) with
47539         $(test-program-prefix) and $(test-via-rtld-prefix).
47540         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
47541         $(test-program-prefix).
47542         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
47543         $(host-test-program-cmd).
47544         (tst-spawn-ARGS): Likewise.
47545         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
47546         $(test-program-prefix).
47547         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
47548         (test_via_rtld_prefix): This.
47549         (test_wrapper): Renamed to ...
47550         (test_program_prefix): This.
47551         (run_program_prefix): Replaced by test_program_prefix.
47552         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
47553         (test_program_prefix): This.
47554         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
47555         with $(host-test-program-cmd).
47556         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
47557         $(run-program-prefix) with $(test-program-prefix).
47558         ($(objpfx)tst-printf.out): Likewise.
47559         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
47560         $(test-program-cmd).
47561         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
47562         (test_program_prefix): This.
47563         * stdio-common/tst-unbputc.sh: Likewise.
47564         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
47565         $(run-program-prefix) with $(test-program-prefix).
47566         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
47567         (test_program_prefix): This.
47568         * string/Makefile ($(objpfx)tst-svc.out):  Replace
47569         $(built-program-cmd) with $(test-program-cmd).
47571 2013-01-11  Andreas Jaeger  <aj@suse.de>
47573         [BZ #15003]
47574         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
47575         value. Sync with Linux 3.7.
47577 2013-01-10  David S. Miller  <davem@davemloft.net>
47579         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
47580         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
47581         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
47583 2013-01-10  Roland McGrath  <roland@hack.frob.com>
47585         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
47586         never set.
47587         * configure: Regenerated.
47589 2013-01-10  David S. Miller  <davem@davemloft.net>
47591         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
47592         sparc V9 rather than using V8 code.
47593         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
47594         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
47596 2013-01-10  Roland McGrath  <roland@hack.frob.com>
47598         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
47599         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
47600         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
47601         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
47602         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
47603         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
47604         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
47605         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
47606         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
47607         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
47608         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
47609         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
47610         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
47611         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
47612         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
47613         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
47614         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
47615         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
47616         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
47617         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
47618         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
47619         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
47620         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
47621         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
47622         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
47623         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
47624         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
47626 2013-01-10  David S. Miller  <davem@davemloft.net>
47628         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47630 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
47632         * posix/Makefile (tests-static): New variable.
47633         (tests): Add $(tests-static).
47634         (tst-exec-static-ARGS): New variable.
47635         (tst-spawn-static-ARGS): Likewise.
47636         * posix/tst-exec-static.c: New file.
47637         * posix/tst-spawn-static.c: Likewise.
47638         * posix/tst-exec.c: Support run directly.
47639         * posix/tst-spawn.c: Likewise.
47641 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
47643         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
47644         long.
47645         * math/bits/mathcalls.h (llrint): Likewise.
47646         (llround): Likewise.
47647         * stdlib/stdlib.h (struct drand48_data): Likewise.
47648         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
47649         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
47650         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
47651         Likewise.
47652         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
47653         Likewise.
47654         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
47655         (elf_greg_t): Likewise.
47656         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
47657         (__jmp_buf): Likewise.
47658         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
47659         definitions.
47660         (llrint): Likewise, for all definitions.
47661         (llrintl): Likewise.
47663         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
47664         Remove [__GNUC__] condition.
47665         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
47666         condition to just [__USE_ISOC99].
47667         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
47669 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
47671         [BZ #14200]
47672         * sysdeps/unix/sysv/linux/x86/bits/environments.h
47673         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
47674         defined.
47675         (_POSIX_V6_ILP32_OFF32): Likewise.
47676         (_XBS5_ILP32_OFF32): Likewise.
47677         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
47678         (__ILP32_OFFBIG_LDFLAGS): Likewise.
47680 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
47682         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
47684         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
47685         doubles __mpexp_twomm1.  Adjust usage.
47686         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
47687         Remove.
47689 2013-01-10  Andreas Schwab  <schwab@suse.de>
47691         [BZ #14964]
47692         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
47693         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
47695 2013-01-09  David S. Miller  <davem@davemloft.net>
47697         [BZ #15003]
47698         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
47699         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
47700         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
47701         (TCP_FASTOPEN): Define.
47702         (tcp_repair_opt): New structure.
47703         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
47704         enum values.
47705         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
47706         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
47707         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
47708         (tcp_cookie_transactions): New structure.
47710 2013-01-09  Anton Blanchard  <anton@samba.org>
47712         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
47713         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
47714         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
47715         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
47717 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
47719         * include/features.h (__USE_ANSI): Remove.
47721 2013-01-09  Roland McGrath  <roland@hack.frob.com>
47723         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
47725         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
47727 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
47729         * sysdeps/s390/fpu/libm-test-ulps: Update.
47731         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47733         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
47734         (__acr): Likewise.
47735         (__cpy): Likewise.
47736         (norm): Likewise.
47737         (denorm): Likewise.
47738         (__mp_dbl): Likewise.
47739         (__dbl_mp): Likewise.
47740         (add_magnitudes): Likewise.
47741         (sub_magnitudes): Likewise.
47742         (__add): Likewise.
47743         (__sub): Likewise.
47744         (__mul): Likewise.
47745         (__inv): Likewise.
47746         (__dvd): Likewise.
47747         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
47748         (__acr): Likewise.
47749         (__cpy): Likewise.
47750         (norm): Likewise.
47751         (denorm): Likewise.
47752         (__mp_dbl): Likewise.
47753         (__dbl_mp): Likewise.
47754         (add_magnitudes): Likewise.
47755         (sub_magnitudes): Likewise.
47756         (__add): Likewise.
47757         (__sub): Likewise.
47758         (__mul): Likewise.
47759         (__inv): Likewise.
47760         (__dvd): Likewise.
47761         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
47762         (__acr): Likewise.
47763         (__cpy): Likewise.
47764         (norm): Likewise.
47765         (denorm): Likewise.
47766         (__mp_dbl): Likewise.
47767         (__dbl_mp): Likewise.
47768         (add_magnitudes): Likewise.
47769         (sub_magnitudes): Likewise.
47770         (__add): Likewise.
47771         (__sub): Likewise.
47772         (__mul): Likewise.
47773         (__inv): Likewise.
47774         (__dvd): Likewise.
47776 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
47778         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
47779         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
47780         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
47781         2 && __USE_EXTERN_INLINES]: Likewise.
47783 2013-01-08  Andreas Jaeger  <aj@suse.de>
47785         [BZ# 14985]
47786         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
47787         Remove.
47788         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
47789         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
47791 2013-01-07  Anton Blanchard  <anton@samba.org>
47793         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
47794         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
47795         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
47796         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
47797         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
47798         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47799         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
47800         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
47801         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
47802         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47803         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47804         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47805         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47806         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
47807         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
47808         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47809         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47810         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
47811         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
47812         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
47813         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
47814         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
47815         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
47816         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
47817         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
47818         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
47819         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
47820         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
47821         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
47822         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47823         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
47824         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
47825         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47826         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
47827         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
47828         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
47829         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
47830         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
47831         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
47832         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
47833         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
47834         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
47835         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
47837 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
47839         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
47840         (__MALLOC_PMT): Likewise.
47841         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
47842         [__GNUC__], only on [_LIBC].
47843         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
47844         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
47845         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
47846         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
47847         forward declaration.
47848         (realloc_hook_ini): Likewise.
47849         (memalign_hook_ini): Likewise.
47850         (__libc_memalign): Do not use __MALLOC_PMT in variable
47851         declaration.
47852         (__libc_valloc): Likewise.
47853         (__libc_pvalloc): Likewise.
47854         (__libc_calloc): Likewise.
47855         (__posix_memalign): Likewise.
47857         [BZ #14996]
47858         * math/s_casinh.c: Include <float.h>.
47859         (__casinh): Do not do computation with squaring and square root
47860         for large arguments.
47861         * math/s_casinhf.c: Include <float.h>.
47862         (__casinhf): Do not do computation with squaring and square root
47863         for large arguments.
47864         * math/s_casinhl.c: Include <float.h>.
47865         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
47866         (__casinhl): Do not do computation with squaring and square root
47867         for large arguments.
47868         * math/libm-test.inc (casin_test): Add more tests.
47869         (casinh_test): Likewise.
47870         * sysdeps/i386/fpu/libm-test-ulps: Update.
47871         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47873 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
47875         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
47876         (__x86_64_raw_data_cache_size): Likewise.
47877         (__x86_64_data_cache_size_half): Likewise.
47878         (__x86_64_raw_data_cache_size_half): Likewise.
47879         (__x86_64_shared_cache_size): Likewise.
47880         (__x86_64_raw_shared_cache_size): Likewise.
47881         (__x86_64_shared_cache_size_half): Likewise.
47882         (__x86_64_raw_shared_cache_size_half): Likewise.
47883         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
47884         to ...
47885         (__x86_data_cache_size): This.
47886         (__x86_64_raw_data_cache_size): Renamed to ...
47887         (__x86_raw_data_cache_size): This.
47888         (__x86_64_data_cache_size_half): Renamed to ...
47889         (__x86_data_cache_size_half): This.
47890         (__x86_64_raw_data_cache_size_half): Renamed to ...
47891         (__x86_raw_data_cache_size_half): This.
47892         (__x86_64_shared_cache_size): Renamed to ...
47893         (__x86_shared_cache_size): This.
47894         (__x86_64_raw_shared_cache_size): Renamed to ...
47895         (__x86_raw_shared_cache_size): This.
47896         (__x86_64_shared_cache_size_half): Renamed to ...
47897         (__x86_shared_cache_size_half): This.
47898         (__x86_64_raw_shared_cache_size_half): Renamed to ...
47899         (__x86_raw_shared_cache_size_half): This.
47900         * sysdeps/x86_64/memcpy.S: Updated.
47901         * sysdeps/x86_64/memset.S: Likewise.
47902         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
47903         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
47904         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
47906 2013-01-04  David S. Miller  <davem@davemloft.net>
47908         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47910 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
47912         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
47913         1 to avoid redefinition warning.
47914         (__USE_GNU): Don't define.
47915         (init_signaling_nan): Protoize.
47917         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47919 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
47921         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
47922         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
47923         (__cpymn): Likewise.
47924         (norm): Remove commented code.
47925         (denorm): Likewise.
47926         (__mp_dbl): Likewise.
47927         (__inv): Likewise.
47928         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
47929         (__cpymn): Likewise.
47930         (norm): Remove commented code.
47931         (denorm): Likewise.
47932         (__mp_dbl): Likewise.
47933         (__inv): Likewise.
47935         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
47936         mp_no value for 1.0 and 2.0.
47937         (norm): Use RADIXI instead of radixi.d.
47938         (denorm): Likewise.
47939         (__mul): Use 0.0 instead of zero.d.
47940         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
47941         mp_no value for 1.0 and 2.0.
47942         (norm): Use RADIXI instead of radixi.d.
47943         (denorm): Likewise.
47944         (__mul): Use 0.0 instead of zero.d.
47946 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
47948         [BZ #14994]
47949         * math/s_casinh.c (__casinh): Reduce finite argument to first
47950         quadrant then set signs of results at the end.
47951         * math/s_casinhf.c (__casinhf): Likewise.
47952         * math/s_casinhl.c (__casinhl): Likewise.
47953         * math/libm-test.inc (casin_test): Add more tests.
47954         (casinh_test): Likewise.
47955         * sysdeps/i386/fpu/libm-test-ulps: Update.
47956         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47958 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
47960         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
47962         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
47964         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
47965         declarations.
47966         (denorm): Likewise.
47967         (__mp_dbl): Likewise.
47968         (__inv): Likewise.
47970         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
47971         and adjust the header comment.
47973         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
47974         variable name from declaration.
47976 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
47978         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47979         Initialize COMMON_CPUID_INDEX_7 element.
47980         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
47981         (CPUID_RTM): Likewise.
47982         (HAS_RTM): Likewise.
47983         (COMMON_CPUID_INDEX_7): New enum.
47985 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
47987         [BZ #14981]
47988         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
47989         size is zero, record memory as freed.
47991 2013-01-03  Andreas Jaeger  <aj@suse.de>
47993         * po/ia.po: Add new Interlingua translation.
47995 2012-01-03  Allan McRae  <allan@archlinux.org>
47997         * locale/programs/localedef.c: Fix description of '--posix' flag.
47999 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
48001         * NEWS: Update dates in second copyright notice.
48002         * README: Update copyright dates in example.
48003         * manual/libc.texinfo: Update copyright dates.
48004         * scripts/test-installation.pl: Update copyright date in --version
48005         output.
48007         * hurd/ctty-input.c: Fix copyright notice formatting.
48008         * hurd/ctty-output.c: Likewise.
48009         * hurd/dtable.c: Likewise.
48010         * hurd/hurd-raise.c: Likewise.
48011         * hurd/hurdprio.c: Likewise.
48012         * hurd/msgportdemux.c: Likewise.
48013         * misc/sys/file.h: Likewise.
48014         * misc/sys/ioctl.h: Likewise.
48015         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
48016         * sysdeps/mach/hurd/chdir.c: Likewise.
48017         * sysdeps/mach/hurd/fchdir.c: Likewise.
48018         * sysdeps/mach/hurd/rename.c: Likewise.
48019         * sysdeps/mach/hurd/rmdir.c: Likewise.
48020         * sysdeps/mach/hurd/seekdir.c: Likewise.
48021         * sysdeps/mach/hurd/setsid.c: Likewise.
48022         * sysdeps/posix/wait3.c: Likewise.
48024         * All files with FSF copyright notices: Update copyright dates
48025         using scripts/update-copyrights.
48026         * intl/plural.c: Regenerated.
48027         * locale/programs/charmap-kw.h: Likewise.
48028         * locale/programs/locfile-kw.h: Likewise.
48030 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
48032         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
48033         four values.
48035         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
48036         calculation loop and add branch prediction.
48038         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
48039         check access beyond bounds of m1np.
48041         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
48042         MPTWO.
48043         (__inv): Remove local variable MPTWO to use the global
48044         constant.
48045         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
48046         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
48047         variable MPTWO.
48048         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
48049         MP3HALFS static const.
48051 2013-01-01  David S. Miller  <davem@davemloft.net>
48053         * po/ca.po: Update from translation team.
48055 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
48057         * scripts/update-copyrights: New file.
48058         * Makeconfig: Reformat copyright notice.
48059         * ctype/ctype.h: Likewise.
48060         * debug/swprintf_chk.c: Likewise.
48061         * elf/dl-cache.c: Likewise.
48062         * elf/dl-debug.c: Likewise.
48063         * elf/dl-object.c: Likewise.
48064         * grp/initgroups.c: Likewise.
48065         * hurd/Makefile: Likewise.
48066         * hurd/hurd/signal.h: Likewise.
48067         * hurd/hurdfault.c: Likewise.
48068         * hurd/hurdioctl.c: Likewise.
48069         * hurd/hurdlookup.c: Likewise.
48070         * hurd/intr-msg.c: Likewise.
48071         * iconv/gconv_open.c: Likewise.
48072         * libio/swprintf.c: Likewise.
48073         * locale/lc-ctype.c: Likewise.
48074         * locale/nl_langinfo.c: Likewise.
48075         * mach/Machrules: Likewise.
48076         * mach/Makefile: Likewise.
48077         * malloc/obstack.h: Likewise.
48078         * manual/Makefile: Likewise.
48079         * manual/tsort.awk: Likewise.
48080         * misc/bits/stab.def: Likewise.
48081         * nis/nis_print_group_entry.c: Likewise.
48082         * nis/nis_table.c: Likewise.
48083         * nis/nss_compat/compat-pwd.c: Likewise.
48084         * nis/nss_compat/compat-spwd.c: Likewise.
48085         * po/Makefile: Likewise.
48086         * posix/fnmatch.c: Likewise.
48087         * posix/regex.h: Likewise.
48088         * resolv/Makefile: Likewise.
48089         * resolv/nss_dns/dns-network.c: Likewise.
48090         * resolv/res_hconf.c: Likewise.
48091         * scripts/gen-sorted.awk: Likewise.
48092         * soft-fp/soft-fp.h: Likewise.
48093         * stdio-common/printf.h: Likewise.
48094         * stdlib/monetary.h: Likewise.
48095         * stdlib/random.c: Likewise.
48096         * stdlib/random_r.c: Likewise.
48097         * sysdeps/generic/Makefile: Likewise.
48098         * sysdeps/gnu/Makefile: Likewise.
48099         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48100         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48101         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48102         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48103         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48104         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48105         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48106         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48107         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48108         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48109         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48110         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48111         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48112         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48113         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
48114         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48115         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48116         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48117         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48118         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48119         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48120         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48121         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48122         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
48123         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
48124         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48125         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
48126         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
48127         * sysdeps/mach/hurd/errnos.awk: Likewise.
48128         * sysdeps/mach/hurd/fork.c: Likewise.
48129         * sysdeps/mach/hurd/getcwd.c: Likewise.
48130         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
48131         * sysdeps/mach/hurd/mmap.c: Likewise.
48132         * sysdeps/mach/hurd/utimes.c: Likewise.
48133         * sysdeps/mach/hurd/xmknod.c: Likewise.
48134         * sysdeps/posix/profil.c: Likewise.
48135         * sysdeps/posix/readdir_r.c: Likewise.
48136         * sysdeps/powerpc/bits/mathdef.h: Likewise.
48137         * sysdeps/powerpc/bits/setjmp.h: Likewise.
48138         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
48139         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
48140         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
48141         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48142         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48143         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48144         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
48145         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48146         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48147         * sysdeps/pthread/lio_listio.c: Likewise.
48148         * sysdeps/sparc/dl-procinfo.h: Likewise.
48149         * sysdeps/unix/i386/sysdep.S: Likewise.
48150         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
48151         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
48152         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
48153         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
48154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
48155         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
48156         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
48157         * sysdeps/unix/sysv/linux/speed.c: Likewise.
48158         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
48159         * sysdeps/wordsize-32/divdi3.c: Likewise.
48160         * time/sys/time.h: Likewise.
48161         * wcsmbs/Makefile: Likewise.
48163 2013-01-01  David S. Miller  <davem@davemloft.net>
48165         * po/fr.po: Update from translation team.
48167         * catgets/gencat.c: Update copyright year.
48168         * csu/version.c: Likewise.
48169         * debug/catchsegv.sh: Likewise.
48170         * debug/pcprofiledump.c: Likewise.
48171         * debug/xtrace.sh: Likewise.
48172         * elf/ldconfig.c: Likewise.
48173         * elf/ldd.bash.in: Likewise.
48174         * elf/pldd.c: Likewise.
48175         * elf/sotruss.ksh: Likewise.
48176         * elf/sprof.c: Likewise.
48177         * iconv/iconv_prog.c: Likewise.
48178         * iconv/iconvconfig.c: Likewise.
48179         * locale/programs/locale.c: Likewise.
48180         * locale/programs/localedef.c: Likewise.
48181         * login/programs/pt_chown.c: Likewise.
48182         * malloc/memusage.sh: Likewise.
48183         * malloc/memusagestat.c: Likewise.
48184         * malloc/mtrace.pl: Likewise.
48185         * nscd/nscd.c: Likewise.
48186         * nss/getent.c: Likewise.
48187         * nss/makedb.c: Likewise.
48188         * posix/getconf.c: Likewise.
48190 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
48192         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
48193         numbers.
48195 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
48197         * math/bits/mathcalls.h (modf): Use __nonnull.
48199 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
48201         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
48202         (split): Use macro CN instead of the bare value.
48203         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
48204         could be used.
48205         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
48206         instead of the bare value.
48207         (power1): Likewise.
48209 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
48211         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
48212         __ATAN_TWOM.
48213         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48215         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
48216         their values.
48217         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
48218         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
48219         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
48220         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
48222 2012-12-28  Andreas Jaeger  <aj@suse.de>
48224         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
48225         values are from Linux 3.7.
48227         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
48228         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
48230 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
48232         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
48233         TRUE case.
48235         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
48236         (norm): Likewise.
48237         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
48238         variables with preprocessor constants.
48239         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48240         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48241         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48243 2012-12-27  Bruno Haible  <bruno@clisp.org>
48245         [BZ #14317]
48246         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
48247         only if needed.
48249 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
48251         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
48252         and use variable directly.
48253         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
48255         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
48256         MPONE.
48257         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
48258         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
48259         variable MPONE.
48260         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
48261         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
48262         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
48263         include directive.  Remove local variable MPONE.
48264         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
48265         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
48266         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48268 2012-12-25  David S. Miller  <davem@davemloft.net>
48270         * version.h (RELEASE): Set to "development".
48271         (VERSION): Set to "2.17.90".
48272         * NEWS: Add 2.18 section.
48274 2012-12-21  David S. Miller  <davem@davemloft.net>
48276         * po/hr.po: Update from translation team.
48278 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48280         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
48282 2012-12-19  Steve Ellcey  <sellcey@mips.com>
48284         * NEWS:  Mention new memcpy for MIPS.
48286 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
48288         * manual/contrib.texi (Contributors): Spelling correction.
48290 2012-12-15  David S. Miller  <davem@davemloft.net>
48292         * po/ru.po: Update from translation team.
48294 2012-12-13  David S. Miller  <davem@davemloft.net>
48296         * NEWS: Mention IFUNC testsuite enhancements.
48298         * po/pl.po: Update from translation team.
48299         * po/bg.po: Likewise.
48301         * manual/contrib.texi (Contributors): Update entries for Hongjiu
48302         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
48304 2012-12-11  David S. Miller  <davem@davemloft.net>
48306         * po/sv.po: Update from translation team.
48308         * po/vi.po: Update from translation team.
48310         * po/cs.po: Update from translation team.
48312         * po/de.po: Update from translation team.
48313         * po/eo.po: Likewise.
48314         * po/nl.po: Likewise.
48316 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
48318         [BZ #14246]
48319         * manual/argp.texi (Argp Helper Functions): Move node to follow
48320         Argp Parsing State.
48322         [BZ #14872]
48323         * manual/conf.texi (Limits on File System Capacity): Mention if
48324         terminating null is included in the max size.
48326 2012-12-10  Andreas Jaeger  <aj@suse.de>
48328         * po/cs.po: Update from translation team.
48330 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
48332         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
48333         void pointer and cast to uintptr_t.
48334         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
48335         path.
48336         * sysdeps/s390/s390-64/memcpy.S: Likewise.
48337         * sysdeps/s390/s390-64/memset.S: Likewise.
48339 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
48341         [BZ #14833]
48342         * menual/message.texi (Message Translation): Fix typos.
48343         (Helper programs for gettext): Likewise.
48345 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
48347         [BZ #14898]
48348         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
48349         Change to -1.
48351 2012-12-07  David S. Miller  <davem@davemloft.net>
48353         * po/libc.pot: Update.
48355 2012-12-07  Richard Henderson  <rth@redhat.com>
48357         [BZ #10114]
48358         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
48359         normal/normal case to before the switch.
48360         (_FP_DIV): Likewise.
48362 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
48363             Mike Frysinger  <vapier@gentoo.org>
48365         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
48366         check for __NR_fadvise64_64.
48368 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
48370         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
48371         0, not just to plain "0" as a statement.
48372         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
48373         with cw.
48375 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
48377         * NEWS: Use sourceware.org in Bugzilla URL.
48379 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
48381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
48382         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
48384         * stdio-common/tst-put-error.c (do_test): Add newline to the
48385         padded test to ensure flush.
48387 2012-12-05  Jeff Law  <law@redhat.com>
48389         * sunrpc/etc.rpc (fedfs_admin): Add entry.
48391 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
48393         * README: Don't refer to ports add-on as distributed separately.
48394         Mention AArch64 in list of systems supported in the ports add-on.
48396         * LICENSES: Add more non-FSF copyright and license notices.
48398         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
48399         ((unused)).
48401         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
48403         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
48404         10000 as width of padded output.
48406 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
48408         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
48410         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
48411         variable LX with __attribute__ ((unused)).
48412         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
48413         Likewise.
48414         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
48415         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
48416         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
48417         with __attribute__ ((unused)).
48419 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
48421         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
48423 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
48425         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
48426         (CFLAGS-nldbl-acos.c): New variable.
48427         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
48428         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
48429         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
48430         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
48431         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
48432         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
48433         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
48434         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
48435         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
48436         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
48437         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
48438         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
48439         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
48440         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
48441         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
48442         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
48443         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
48444         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
48445         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
48446         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
48447         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
48448         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
48449         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
48450         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
48451         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
48452         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
48453         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
48454         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
48455         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
48456         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
48457         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
48458         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
48459         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
48460         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
48461         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
48462         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
48463         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
48464         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
48465         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
48466         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
48467         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
48468         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
48469         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
48470         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
48471         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
48472         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
48473         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
48474         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
48475         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
48476         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
48477         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
48478         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
48479         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
48480         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
48481         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
48482         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
48483         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
48484         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
48485         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
48486         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
48487         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
48488         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
48489         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
48490         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
48491         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
48492         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
48493         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
48494         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
48495         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
48496         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
48497         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
48498         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
48499         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
48500         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
48501         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
48502         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
48503         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
48504         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
48505         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
48506         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
48507         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
48508         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
48509         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
48510         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
48511         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
48512         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
48513         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
48514         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
48515         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
48516         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
48517         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
48518         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
48519         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
48520         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
48521         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
48522         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
48523         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
48525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
48526         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
48528         [BZ #14914]
48529         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
48530         whole low double instead of just low 47 bits when splitting values
48531         into two parts.
48533 2012-12-03  Allan McRae  <allan@archlinux.org>
48535         * manual/stdio.texi (Predefined Printf Handlers): Remove
48536         @hsep and @vsep usage.
48538 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
48540         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
48541         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
48543 2012-12-03  Jeff Law  <law@redhat.com>
48545         * time/sys/time.h (settimeofday): Do not mark TV argument
48546         as __nonnull.
48548 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
48550         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
48551         when currently writing and seek to current position when not.
48552         * libio/Makefile (tests): Remove bug-fclose1.
48553         * libio/bug-fclose1.c: Delete.
48555 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
48557         * manual/arith.texi (feenableexcept): Fix typo.
48558         (fedisableexcept): Likewise.
48560 2012-11-30  Roland McGrath  <roland@hack.frob.com>
48562         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
48563         second, differently-typed declaration, rather than a cast.
48565 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
48567         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
48568         * include/rpc/svc.h: ... here.
48570 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
48572         [BZ #13013]
48573         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
48574         depending n and resplen2 to catch cases where answer
48575         equals answerp2.
48577 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
48579         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
48580         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
48582 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
48584         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
48586 2012-11-29  Roland McGrath  <roland@hack.frob.com>
48588         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
48590 2012-11-28  Jeff Law  <law@redhat.com>
48592         [BZ #13761]
48593         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
48594         dataset_temporary.  Track alloca usage into alloca_used.
48595         If dataset is large allocate and release it via malloc/free.
48597 2012-06-04  Florian Weimer  <fweimer@redhat.com>
48599         [BZ #14197]
48600         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
48602 2012-11-28  David S. Miller  <davem@davemloft.net>
48604         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48606 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
48608         [BZ #14803]
48609         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
48610         of pi/2 rounded to nearest to 64 bits.
48611         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
48612         nearest to 64 bits.
48613         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
48614         bits.
48616 2012-11-28  Jeff Law <law@redhat.com>
48617             Martin Osvald <mosvald@redhat.com>
48619         [BZ #14889]
48620         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
48621         * sunrpc/svc.c: Include time.h.
48622         (__svc_accept_failed): New function.
48623         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
48624         any reason other than EINTR, call __svc_accept_failed.
48625         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
48626         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
48628 2012-11-28  Andreas Schwab  <schwab@suse.de>
48630         * scripts/abilist.awk: Also handle indirect functions in .opd
48631         section.
48633 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
48635         [BZ #13881]
48636         * sysdeps/x86/fpu/powl_helper.c: New file.
48637         * sysdeps/x86/fpu/Makefile: Likewise.
48638         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
48639         (p3): New object.
48640         (__ieee754_powl): Use __powl_helper for finite arguments except
48641         integer exponents below 8.
48642         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
48643         (p3): New object.
48644         (__ieee754_powl): Use __powl_helper for finite arguments except
48645         integer exponents below 8.
48646         * math/libm-test.inc (pow_test): Add more tests and enable some
48647         previously disabled tests.
48648         * sysdeps/i386/fpu/libm-test-ulps: Update.
48649         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48651 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
48652             Carlos O'Donell  <carlos_odonell@mentor.com>
48654         * nss/makedb.c (is_prime): Assert that input is odd and greater
48655         than 4.  Note that fact in a comment too.
48656         (next_prime): Add 4 to input.
48658 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
48660         [BZ #11741]
48661         * libio/Makefile (tests): Add test case tst-fwrite-error.
48662         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
48663         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
48664         * libio/tst-fwrite-error.c: New test case.
48666 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
48668         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
48669         before casting to void *.
48670         * include/libc-internal.h (__pointer_type): New macro.
48671         (__integer_if_pointer_type_sub): Likewise.
48672         (__integer_if_pointer_type): Likewise.
48673         (cast_to_integer): Likewise.
48674         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
48675         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
48676         before casting to atomic64_t.
48677         (atomic_exchange_acq): Likewise.
48678         (__arch_exchange_and_add_body): Likewise.
48679         (__arch_add_body): Likewise.
48680         (atomic_add_negative): Likewise.
48681         (atomic_add_zero): Likewise.
48683 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
48685         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
48686         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
48687         (add_fdes): Likewise.
48688         (linear_search_fdes): Likewise.
48689         (binary_search_unencoded_fdes): Likewise.
48691 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
48693         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
48695 2012-11-24  Adam Conrad  <adconrad@0c3.net>
48697         * configure.in: Autodetect C++ header directories.
48698         * configure: Regenerated.
48700 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
48702         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
48704 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
48706         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48708 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
48710         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
48711         LDBL_MANT_DIG == 106]: Disable some tests.
48712         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
48713         Likewise.
48714         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
48715         Likewise.
48717         [BZ #14871]
48718         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
48719         input for small inputs.  Return +/- pi/2 for large inputs.
48720         * math/libm-test.inc (atan_test): Add more tests.
48722         * sysdeps/generic/unwind-dw2-fde-glibc.c
48723         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
48724         __attribute__ ((unused)).
48726         [BZ #14645]
48727         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
48728         x * y if x and y are nonzero and z is zero.
48730         [BZ #14811]
48731         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
48732         nonzero exponents with absolute value below 0x1p-117 to +/-
48733         0x1p-117.
48735         [BZ #14869]
48736         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
48737         up arguments below 2**-450, not just those below 2**-500.
48738         * math/libm-test.inc (hypot_test): Add another test.
48740         [BZ #14868]
48741         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
48742         Return a+b for ratio over 2**120, not 2**60.
48743         * math/libm-test.inc (hypot_test): Add another test.
48745         * math/libm-test.inc (clog_test): Use
48746         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
48747         (clog10_test): Likewise.
48749         [BZ #6778]
48750         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
48752 2012-11-22  Andreas Schwab  <schwab@suse.de>
48754         * sysdeps/i386/fpu/libm-test-ulps: Update.
48756 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
48758         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
48759         printf output with newline.
48761 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
48763         [BZ #14865]
48764         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
48765         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
48766         -z nodlopen, -z initfirst and -z execstack support.
48767         * configure: Regenerated.
48769         * elf/elf.h (DF_1_NODIRECT): New macro.
48770         (DF_1_IGNMULDEF): Likewise.
48771         (DF_1_NOKSYMS): Likewise.
48772         (DF_1_NOHDR): Likewise.
48773         (DF_1_EDITED): Likewise.
48774         (DF_1_NORELOC): Likewise.
48775         (DF_1_SYMINTPOSE): Likewise.
48776         (DF_1_GLOBAUDIT): Likewise.
48777         (DF_1_SINGLETON): Likewise.
48778         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
48779         DT_1_SUPPORTED_MASK bits.
48780         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
48782 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
48784         * sysdeps/unix/make-syscalls.sh: Document prefixes.
48786 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
48788         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
48789         macro.
48791         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
48792         (sendmmsg): Move declarations...
48793         * socket/sys/socket.h: ... here.
48794         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
48795         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
48796         include it from...
48797         * socket/recvmmsg.c: ... this new file.
48798         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
48799         (sendmmsg): Rename to __sendmmsg, create weak alias and make
48800         definition of __sendmmsg hidden.
48801         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
48802         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
48803         Move ENOSYS stub into and include it from...
48804         * socket/sendmmsg.c: ... this new file.
48805         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
48806         (sysdep_routines): Move recvmmsg and sendmmsg...
48807         * socket/Makefile (routines): ... here.
48808         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
48809         (GLIBC_PRIVATE): Add __sendmmsg.
48810         * include/sys/socket.h (__sendmmsg): Add declarations.
48811         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
48812         sendmmsg.
48814 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
48816         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
48817         variable I1 with __attribute__ ((unused)).
48818         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
48820 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
48822         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
48823         DUMMY variables with __attribute__ ((unused)).
48825         * bits/byteswap.h: Include <bits/types.h>.
48826         (__bswap_64): Use __uint64_t instead of unsigned long long int.
48828 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
48830         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
48831         string_t.  Do not manually set errno.
48832         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
48833         length with __strnlen.  Make sure to both set errno and return it on
48834         failure.
48836 2012-11-19  David S. Miller  <davem@davemloft.net>
48838         With help from Joseph Myers.
48839         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
48840         very large arguments properly.
48841         * math/libm-test.inc (atan_test): New tests.
48842         (atan2_test): New tests.
48843         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48844         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48846 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
48848         [BZ #14856]
48849         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
48850         Define to 3.
48852         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
48853         [POSIX] (EADDRNOTAVAIL): Likewise.
48854         [POSIX] (EAFNOSUPPORT): Likewise.
48855         [POSIX] (EALREADY): Likewise.
48856         [POSIX] (ECONNABORTED): Likewise.
48857         [POSIX] (ECONNREFUSED): Likewise.
48858         [POSIX] (ECONNRESET): Likewise.
48859         [POSIX] (EDESTADDRREQ): Likewise.
48860         [POSIX] (EDQUOT): Likewise.
48861         [POSIX] (EHOSTUNREACH): Likewise.
48862         [POSIX] (EIDRM): Likewise.
48863         [POSIX] (EISCONN): Likewise.
48864         [POSIX] (ELOOP): Likewise.
48865         [POSIX] (EMULTIHOP): Likewise.
48866         [POSIX] (ENETDOWN): Likewise.
48867         [POSIX] (ENETUNREACH): Likewise.
48868         [POSIX] (ENOBUFS): Likewise.
48869         [POSIX] (ENODATA): Likewise.
48870         [POSIX] (ENOLINK): Likewise.
48871         [POSIX] (ENOMSG): Likewise.
48872         [POSIX] (ENOPROTOOPT): Likewise.
48873         [POSIX] (ENOSR): Likewise.
48874         [POSIX] (ENOSTR): Likewise.
48875         [POSIX] (ENOTCONN): Likewise.
48876         [POSIX] (ENOTSOCK): Likewise.
48877         [POSIX] (EOPNOTSUPP): Likewise.
48878         [POSIX] (EOVERFLOW): Likewise.
48879         [POSIX] (EPROTO): Likewise.
48880         [POSIX] (EPROTONOSUPPORT): Likewise.
48881         [POSIX] (EPROTOTYPE): Likewise.
48882         [POSIX] (ESTALE): Likewise.
48883         [POSIX] (ETIME): Likewise.
48884         [POSIX] (ETXTBSY): Likewise.
48885         [POSIX] (EWOULDBLOCK): Likewise.
48886         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
48887         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
48888         [POSIX] (SEEK_CUR): Likewise.
48889         [POSIX] (SEEK_END): Likewise.
48890         [POSIX || UNIX98] (mode_t): Do not require.
48891         [POSIX] (off_t): Likewise.
48892         [POSIX] (pid_t): Likewise.
48893         [POSIX] (sys/stat.h): Do not allow header.
48894         [POSIX] (unistd.h): Likewise.
48895         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
48896         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
48897         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
48898         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
48899         require.
48900         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
48901         sigevent): Specify elements.
48902         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
48903         entry.
48904         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
48905         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
48907         * conform/data/cpio.h-data [POSIX]: Disable whole file.
48908         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
48909         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
48910         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
48911         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
48912         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
48913         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
48914         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
48915         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
48916         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
48917         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
48918         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
48919         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
48920         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
48921         Likewise.
48922         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
48923         Likewise.
48924         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
48925         Likewise.
48926         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
48927         Likewise.
48928         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
48929         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
48930         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
48931         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
48932         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
48933         Specify lower bound on value.
48934         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
48935         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
48936         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
48937         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
48938         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
48939         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
48940         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
48941         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
48942         value.
48943         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
48944         as optional.
48945         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
48946         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
48947         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
48948         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
48949         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
48950         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
48951         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
48952         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
48953         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
48954         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
48955         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
48956         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
48957         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
48958         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
48959         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
48960         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
48961         entry.
48962         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
48963         optional.
48964         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
48965         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
48966         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
48967         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
48968         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
48969         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
48970         Likewise.
48971         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
48972         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
48973         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
48974         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
48975         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
48976         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
48977         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
48978         as optional.
48979         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
48980         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
48981         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
48982         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
48983         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
48984         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
48985         specify as optional.
48986         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
48987         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
48988         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
48989         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
48990         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
48991         [XPG3] (NL_LANGMAX): Likewise.
48992         [POSIX || XPG3] (NL_MSGMAX): Likewise.
48993         [POSIX || XPG3] (NL_NMAX): Likewise.
48994         [POSIX || XPG3] (NL_SETMAX): Likewise.
48995         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
48996         [XPG3] (NZERO): Likewise.
48997         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
48998         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
48999         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
49000         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
49001         (REG_ERANGE): Expect.
49002         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
49003         optional-constant.
49004         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
49005         Use (void) in prototype.
49006         [POSIX] (*_t): Allow.
49007         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
49008         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
49009         (WRDE_BADVAL): Expect.
49011         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
49012         expect.
49013         [XPG3 || XPG4] (O_RSYNC): Likewise.
49014         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
49015         Likewise.
49016         [XPG3 || XPG4] (pthread_sigmask): Likewise.
49017         [XPG3 || XPG4] (sigqueue): Likewise.
49018         [XPG3 || XPG4] (sigtimedwait): Likewise.
49019         [XPG3 || XPG4] (sigwaitinfo): Likewise.
49020         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
49021         [XPG3 || XPG4] (vsnprintf): Likewise.
49022         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
49023         Likewise.
49024         [XPG3 || XPG4] (blksize_t): Likewise.
49025         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
49026         Likewise.
49027         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
49028         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
49029         [XPG3 || XPG4] (struct itimerspec): Likewise.
49030         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
49031         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
49032         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
49033         [XPG3 || XPG4] (clockid_t): Likewise.
49034         [XPG3 || XPG4] (timer_t): Likewise.
49035         [XPG3 || XPG4] (clock_getres): Likewise.
49036         [XPG3 || XPG4] (clock_gettime): Likewise.
49037         [XPG3 || XPG4] (clock_settime): Likewise.
49038         [XPG3 || XPG4] (nanosleep): Likewise.
49039         [XPG3 || XPG4] (timer_create): Likewise.
49040         [XPG3 || XPG4] (timer_delete): Likewise.
49041         [XPG3 || XPG4] (timer_gettime): Likewise.
49042         [XPG3 || XPG4] (timer_getoverrun): Likewise.
49043         [XPG3 || XPG4] (timer_settime): Likewise.
49044         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
49045         [XPG3 || XPG4] (getlogin_r): Likewise.
49046         [XPG3 || XPG4] (pread): Likewise.
49047         [XPG3 || XPG4] (pthread_atfork): Likewise.
49048         [XPG3 || XPG4] (pwrite): Likewise.
49050         [BZ #14835]
49051         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
49052         <bits/siginfo.h>.
49054 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
49056         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
49057         finalizing MALLSTREAM.
49059         * sysdeps/mach/hurd/syncfs.c: New file.
49061 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
49063         [BZ #14719]
49064         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
49065         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
49066         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
49067         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
49068         (_nss_dns_gethostbyname4_r): Likewise.
49069         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
49070         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
49072 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
49074         [BZ #13763]
49075         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
49077 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
49079         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
49080         * elf/cache.c (print_entry): Print ",AArch64" for
49081         FLAG_AARCH64_LIB64
49083         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
49084         * elf/cache.c (print_entry): Print ",hard-float" for
49085         FLAG_ARM_LIBHF.
49087 2012-11-18  David S. Miller  <davem@davemloft.net>
49089         With help from Joseph Myers.
49090         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
49091         cutoff to 2**-13.
49092         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
49093         cutoff to 2**-25.
49094         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
49095         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
49096         small.
49097         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
49098         * math/libm-test.inc (y0_test): New tests.
49099         (y1_test): New tests.
49100         * sysdeps/i386/fpu/libm-test-ulps: Update.
49101         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
49102         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49104 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
49106         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
49107         64-bit targets.
49108         * configure: Regenerated.
49110 2012-11-17  David S. Miller  <davem@davemloft.net>
49112         [BZ #14811]
49113         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
49114         nonzero exponents with absolute value below 0x1p-128 to +/-
49115         0x1p-128.
49117 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
49119         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
49121         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
49123         * posix/getconf-speclist.c: New file.
49124         * posix/posix-envs.def: Likewise.
49125         * posix/confstr.c (START_ENV_GROUP): New macro.
49126         (END_ENV_GROUP): Likewise.
49127         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
49128         (KNOWN_PRESENT_ENV_STRING): Likewise.
49129         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
49130         (UNKNOWN_ENVIRONMENT): Likewise.
49131         (confstr): Include posix-envs.def instead of handling
49132         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
49133         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
49134         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
49135         (END_ENV_GROUP): Likewise.
49136         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
49137         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
49138         (UNKNOWN_ENVIRONMENT): Likewise.
49139         (__sysconf): Include posix-envs.def instead of handling associated
49140         cases directly here.
49141         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
49142         preprocessing getconf-speclist.c rather than running getconf or
49143         generating empty file.
49145 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
49147         * scripts/check-local-headers.sh: Ignore 'mach' headers.
49149 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
49151         [BZ #14672]
49152         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
49154 2012-11-16  David S. Miller  <davem@davemloft.net>
49156         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
49157         smaller than LDBL_EPSILON/2.0L, just return xm1.
49159 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
49161         * elf/tst-array1.c (init): Set constructor priority to 1000.
49162         (fini): Set destructor priority to 1000.
49163         * elf/tst-array2dep.c: Likewise.
49165 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
49167         [BZ #11741]
49168         * libio/fileops.c (_IO_new_file_write): Correctly return error.
49169         (_IO_new_file_xsputn): Also return EOF if none of the input
49170         data was written when overflow failed.
49171         * libio/iopadn.c (_IO_padn): Likewise.
49172         * libio/iowpadn.c (_IO_wpadn): Likewise.
49173         * stdio-common/tst-put-error.c: Add copyright notice.
49174         (do_test): Add case for printing padded string.
49175         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
49176         _IO_padn returned error.
49177         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
49178         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
49179         return EOF.
49181 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
49183         * libio/libioP.h: Add comment note that the references to C++
49184         bits are now obsolete.
49186 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
49188         * math/libm-test.inc (check_complex): Use asprintf.
49190 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
49192         * debug/pcprofiledump.c (print_version): Update copyright year.
49193         * malloc/memusagestat.c (print_version): Likewise.
49195 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
49197         [BZ #14831]
49198         * elf/Makefile (tests): Add tst-audit8.
49199         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
49200         ($(objpfx)tst-audit8.out): New target.
49201         (tst-audit8-ENV): New variable.
49202         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
49203         audit if l_reloc_result is NULL.
49204         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
49205         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
49206         * elf/tst-audit8.c: New file.
49208 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
49210         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
49211         * misc/Makefile (CFLAGS-select.c): Define.
49212         * posix/Makefile (CFLAGS-pause.c): Define.
49214 2012-11-13  David S. Miller  <davem@davemloft.net>
49216         * crypt/Makefile: Move test targets after toplevel Rules
49217         inclusion.  Grab any necessary sysdep routines when linking.
49218         * crypt/md5.c (md5_process_block): Remove define, we will always
49219         name it __md5_process_block.
49220         (md5_finish_ctx): Update md5_process_block call.
49221         (md5_stream): Likewise.
49222         (md5_process_bytes): Likewise.
49223         (md5_process_block): Rename to __md5_process_block and move to ...
49224         * crypt/md5-block.c: ... here.
49225         * crypt/sha256.c (sha256_process_block): Move to ...
49226         * crypt/sha256-block.c: ... here.
49227         * crypt/sha512.c (sha512_process_block): Move to ...
49228         * crypt/sha512-block.c: ... here.
49229         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
49230         path.
49231         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
49232         * sysdeps/sparc/sparc64/multiarch/Makefile
49233         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
49234         crypt subdir.
49235         (localedef-aux): Add md5 crypto assembler when in locale subdir.
49236         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
49237         multiarch changes.
49238         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
49239         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
49240         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
49241         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
49242         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
49243         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
49244         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
49245         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
49246         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
49247         file.
49248         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
49249         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
49250         file.
49251         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
49253 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
49255         * timezone/tzselect.ksh: Update from tzcode git revision
49256         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
49257         * timezone/zdump.c: Likewise.
49258         * timezone/zic.c: Likewise.
49259         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
49260         in TZVERSION setting, not $(PKGVERSION).
49261         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
49262         REPORT_BUGS_TO settings.
49264         [BZ #14838]
49265         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
49266         macro.
49268 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
49270         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
49271         detection to immediately after _FP_ROUND().
49272         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
49273         bits are 0.
49275 2012-11-11  David S. Miller  <davem@davemloft.net>
49277         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
49278         inttypes.h
49279         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
49280         __close rather than their public counterparts.
49282 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
49284         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
49285         file.
49286         [UNIX98] (sem_timedwait): Do not expect.
49287         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
49288         [XPG4 || UNIX98] (sockatmark): Do not expect.
49289         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
49290         (clock_getcpuclockid): Do not expect.
49291         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
49292         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
49293         Do not expect.
49294         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
49295         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
49296         [UNIX98] (vwscanf): Likewise.
49297         [UNIX98] (vswscanf): Likewise.
49299 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
49301         * timezone/version.h: Remove file.
49302         * timezone/README: Do not refer to version.h.
49303         * timezone/Makefile ($(objpfx)zic.o): New dependency on
49304         $(objpfx)version.h.
49305         ($(objpfx)zdump.o): Likewise.
49306         ($(objpfx)version.h): New target.
49308         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
49309         2012i.
49310         * timezone/README: Don't mention modification to tzselect.ksh.
49311         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
49312         work on unmodified tzselect.ksh.  Substitute version numbers in
49313         tzselect.ksh.
49315         * Makefile (format-me): Remove.
49316         (INSTALL): Adjust indentation.  Use commands directly instead of
49317         using $(format-me).
49319         * aclocal.m4 (ACX_PKGVERSION): New macro.
49320         (ACX_BUGURL): Likewise.
49321         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
49322         (PKGVERSION): New AC_DEFINE_UNQUOTED.
49323         (REPORT_BUGS_TO): Likewise.
49324         * configure: Regenerated.
49325         * config.h.in (PKGVERSION): New macro.
49326         (REPORT_BUGS_TO): Likewise.
49327         * config.make.in (PKGVERSION): New variable.
49328         (PKGVERSION_TEXI): Likewise.
49329         (REPORT_BUGS_TO): Likewise.
49330         (REPORT_BUGS_TEXI): Likewise.
49331         * Makefile (format-me): Use -I$(common-objpfx)manual.
49332         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
49333         ($(common-objpfx)manual/%): New target.
49334         (manual/%): Remove target.
49335         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
49336         (print_version): Use PKGVERSION.
49337         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
49338         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
49339         and REPORT_BUGS_TO.
49340         ($(objpfx)xtrace): Likewise.
49341         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
49342         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
49343         (print_version): Use PKGVERSION.
49344         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
49345         (do_version): Use PKGVERSION.
49346         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
49347         REPORT_BUGS_TO.
49348         (common-ldd-rewrite): Likewise.
49349         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
49350         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
49351         (print_version): Use PKGVERSION.
49352         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
49353         * elf/pldd.c (argp_program_bug_address): Remove variable.
49354         (more_help): New function.
49355         (argp): Use more_help.
49356         (print_version): Use PKGVERSION.
49357         * elf/sln.c (main): Use PKGVERSION.
49358         (usage): Use REPORT_BUGS_TO.
49359         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
49360         (top level): Use PKGVERSION.
49361         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
49362         (print_version): Use PKGVERSION.
49363         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
49364         (print_version): Use PKGVERSION.
49365         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
49366         (print_version): Use PKGVERSION.
49367         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
49368         (print_version): Use PKGVERSION.
49369         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
49370         (print_version): Use PKGVERSION.
49371         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
49372         (print_version): Use PKGVERSION.
49373         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
49374         and BUGURL.
49375         ($(objpfx)memusage): Likewise.
49376         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
49377         (do_version): Use PKGVERSION.
49378         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
49379         (print_version): Use PKGVERSION.
49380         * malloc/mtrace.pl ($PACKAGE): Remove variable.
49381         ($PKGVERSION): New variable.
49382         ($REPORT_BUGS_TO): Likewise.
49383         (usage): Use $REPORT_BUGS_TO.
49384         (top level): Use $PKGVERSION.
49385         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
49386         ($(objpfx)pkgvers.texi): New rule.
49387         ($(objpfx)stamp-pkgvers): Likewise.
49388         * manual/install.texi: Include pkgvers.texi.
49389         (--with-pkgversion): Document new configure option.
49390         (--with-bugurl): Likewise.
49391         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
49392         than necessarily for this particular distribution.  Use
49393         REPORT_BUGS_TO for where to report bugs.
49394         * INSTALL: Regenerated.
49395         * manual/libc.texinfo: Include pkgvers.texi.
49396         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
49397         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
49398         (print_version): Use PKGVERSION.
49399         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
49400         (print_version): Use PKGVERSION.
49401         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
49402         (print_version): Use PKGVERSION.
49403         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
49404         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
49405         macro.
49406         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
49407         (print_version): Use PKGVERSION.
49408         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
49409         (print_version): Use PKGVERSION.
49410         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
49411         and PKGVERSION.
49413         * timezone/checktab.awk: Update from tzcode 2012i.
49414         * timezone/ialloc.c: Likewise.
49415         * timezone/private.h: Likewise.
49416         * timezone/scheck.c: Likewise.
49417         * timezone/tzfile.h: Likewise.
49418         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
49419         (TZVERSION): Hardcode tzcode version number.
49420         * timezone/zdump.c: Update from tzcode 2012i.
49421         * timezone/zic.c: Likewise.
49422         * timezone/version.h: New file.
49423         * timezone/README: Describe version.h.  Update upstream location.
49425         [BZ #14824]
49426         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
49427         (mktemp): Enable declaration.
49428         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
49429         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
49430         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
49431         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
49432         Likewise.
49433         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
49434         Likewise.
49435         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
49436         Likewise.
49437         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
49438         Likewise.
49439         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
49440         Likewise.
49441         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
49442         Likewise.
49444         [BZ #14821]
49445         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
49446         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
49447         for copies of such integer values.
49448         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
49449         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
49451 2012-11-09  Andreas Jaeger  <aj@suse.de>
49453         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
49454         definitions and declarations that are provided by
49455         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
49457 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49459         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
49460         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
49461         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
49462         definition.
49464 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
49466         * elf/elf.h: Update comment before AArch64 relocations.
49468 2012-11-07  David S. Miller  <davem@davemloft.net>
49470         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
49471         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
49472         (__start_context): Declare.
49473         (__makecontext_ret): Delete.
49474         (__makecontext): Hook up __start_context instead of
49475         __makecontext_ret.
49476         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
49477         (sysdep_routines): Add __start_context when in stdlib.
49479 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
49481         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
49482         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
49483         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
49484         hardcoded "nm".
49485         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
49486         (READELF): New variable.  Use it instead of hardcoded "readelf".
49488 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
49490         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
49491         * sysdeps/x86/Makefile: Here.
49492         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
49493         * sysdeps/x86/tst-xmmymm.sh: This.
49495 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
49497         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
49498         expectations.
49499         [UNIX98] (pthread_barrier_t): Do not expect.
49500         [UNIX98] (pthread_barrierattr_t): Likewise.
49501         [UNIX98] (pthread_spinlock_t): Likewise.
49502         [UNIX98] (pthread_barrier_destroy): Likewise.
49503         [UNIX98] (pthread_barrier_init): Likewise.
49504         [UNIX98] (pthread_barrier_wait): Likewise.
49505         [UNIX98] (pthread_barrierattr_destroy): Likewise.
49506         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
49507         [UNIX98] (pthread_barrierattr_init): Likewise.
49508         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
49509         [UNIX98] (pthread_getcpuclockid): Likewise.
49510         [UNIX98] (pthread_mutex_timedlock): Likewise.
49511         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
49512         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
49513         [UNIX98] (pthread_sigmask): Likewise.
49514         [UNIX98] (pthread_spin_destroy): Likewise.
49515         [UNIX98] (pthread_spin_init): Likewise.
49516         [UNIX98] (pthread_spin_lock): Likewise.
49517         [UNIX98] (pthread_spin_trylock): Likewise.
49518         [UNIX98] (pthread_spin_unlock): Likewise.
49519         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
49520         Do not expect.
49521         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
49522         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
49523         [XPG3 || XPG4] (pthread_cond_t): Likewise.
49524         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
49525         [XPG3 || XPG4] (pthread_key_t): Likewise.
49526         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
49527         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
49528         [XPG3 || XPG4] (pthread_once_t): Likewise.
49529         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
49530         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
49531         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
49532         [XPG3 || XPG4] (pthread_t): Likewise.
49534         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
49535         not expect.
49536         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
49538         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
49539         Change function return type to int.
49541         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
49542         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
49543         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
49544         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
49545         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
49546         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
49547         [!POSIX] (posix_madvise): Likewise.
49548         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
49549         && !UNIX98].
49550         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
49551         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
49552         (mode_t): Likewise.
49553         (posix_mem_offset): Likewise.
49554         (posix_typed_mem_get_info): Likewise.
49555         (posix_typed_mem_open): Likewise.
49557         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
49558         Change condition to [XOPEN2K8].
49560         * conform/conformtest.pl: Preprocess allow-header data with -x c
49561         instead of from stdin.
49562         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
49563         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
49564         [C99-based standards] (cerfc): Likewise.
49565         [C99-based standards] (cexp2): Likewise.
49566         [C99-based standards] (cexpm1): Likewise.
49567         [C99-based standards] (clog10): Likewise.
49568         [C99-based standards] (clog1p): Likewise.
49569         [C99-based standards] (clog2): Likewise.
49570         [C99-based standards] (clgamma): Likewise.
49571         [C99-based standards] (ctgamma): Likewise.
49572         [C99-based standards] (cerff): Likewise.
49573         [C99-based standards] (cerfcf): Likewise.
49574         [C99-based standards] (cexp2f): Likewise.
49575         [C99-based standards] (cexpm1f): Likewise.
49576         [C99-based standards] (clog10f): Likewise.
49577         [C99-based standards] (clog1pf): Likewise.
49578         [C99-based standards] (clog2f): Likewise.
49579         [C99-based standards] (clgammaf): Likewise.
49580         [C99-based standards] (ctgammaf): Likewise.
49581         [C99-based standards] (cerfl): Likewise.
49582         [C99-based standards] (cerfcl): Likewise.
49583         [C99-based standards] (cexp2l): Likewise.
49584         [C99-based standards] (cexpm1l): Likewise.
49585         [C99-based standards] (clog10l): Likewise.
49586         [C99-based standards] (clog1pl): Likewise.
49587         [C99-based standards] (clog2l): Likewise.
49588         [C99-based standards] (clgammal): Likewise.
49589         [C99-based standards] (ctgammal): Likewise.
49590         * conform/data/inttypes.h-data [C99-based standards]: Include
49591         stdint.h-data.  Remove all expectations for stdint.h contents.
49592         [C99-based standards] (PRI*): Do not allow.
49593         [C99-based standards] (SCN*): Likewise.
49594         [C99-based standards] (*_t): Likewise.
49595         [C99-based-standards] (PRId8): Expect macro.
49596         [C99-based-standards] (PRIi8): Likewise.
49597         [C99-based-standards] (PRIo8): Likewise.
49598         [C99-based-standards] (PRIu8): Likewise.
49599         [C99-based-standards] (PRIx8): Likewise.
49600         [C99-based-standards] (PRIX8): Likewise.
49601         [C99-based-standards] (SCNd8): Likewise.
49602         [C99-based-standards] (SCNi8): Likewise.
49603         [C99-based-standards] (SCNo8): Likewise.
49604         [C99-based-standards] (SCNu8): Likewise.
49605         [C99-based-standards] (SCNx8): Likewise.
49606         [C99-based-standards] (PRIdLEAST8): Likewise.
49607         [C99-based-standards] (PRIiLEAST8): Likewise.
49608         [C99-based-standards] (PRIoLEAST8): Likewise.
49609         [C99-based-standards] (PRIuLEAST8): Likewise.
49610         [C99-based-standards] (PRIxLEAST8): Likewise.
49611         [C99-based-standards] (PRIXLEAST8): Likewise.
49612         [C99-based-standards] (SCNdLEAST8): Likewise.
49613         [C99-based-standards] (SCNiLEAST8): Likewise.
49614         [C99-based-standards] (SCNoLEAST8): Likewise.
49615         [C99-based-standards] (SCNuLEAST8): Likewise.
49616         [C99-based-standards] (SCNxLEAST8): Likewise.
49617         [C99-based-standards] (PRIdFAST8): Likewise.
49618         [C99-based-standards] (PRIiFAST8): Likewise.
49619         [C99-based-standards] (PRIoFAST8): Likewise.
49620         [C99-based-standards] (PRIuFAST8): Likewise.
49621         [C99-based-standards] (PRIxFAST8): Likewise.
49622         [C99-based-standards] (PRIXFAST8): Likewise.
49623         [C99-based-standards] (SCNdFAST8): Likewise.
49624         [C99-based-standards] (SCNiFAST8): Likewise.
49625         [C99-based-standards] (SCNoFAST8): Likewise.
49626         [C99-based-standards] (SCNuFAST8): Likewise.
49627         [C99-based-standards] (SCNxFAST8): Likewise.
49628         [C99-based-standards] (PRId16): Likewise.
49629         [C99-based-standards] (PRIi16): Likewise.
49630         [C99-based-standards] (PRIo16): Likewise.
49631         [C99-based-standards] (PRIu16): Likewise.
49632         [C99-based-standards] (PRIx16): Likewise.
49633         [C99-based-standards] (PRIX16): Likewise.
49634         [C99-based-standards] (SCNd16): Likewise.
49635         [C99-based-standards] (SCNi16): Likewise.
49636         [C99-based-standards] (SCNo16): Likewise.
49637         [C99-based-standards] (SCNu16): Likewise.
49638         [C99-based-standards] (SCNx16): Likewise.
49639         [C99-based-standards] (PRIdLEAST16): Likewise.
49640         [C99-based-standards] (PRIiLEAST16): Likewise.
49641         [C99-based-standards] (PRIoLEAST16): Likewise.
49642         [C99-based-standards] (PRIuLEAST16): Likewise.
49643         [C99-based-standards] (PRIxLEAST16): Likewise.
49644         [C99-based-standards] (PRIXLEAST16): Likewise.
49645         [C99-based-standards] (SCNdLEAST16): Likewise.
49646         [C99-based-standards] (SCNiLEAST16): Likewise.
49647         [C99-based-standards] (SCNoLEAST16): Likewise.
49648         [C99-based-standards] (SCNuLEAST16): Likewise.
49649         [C99-based-standards] (SCNxLEAST16): Likewise.
49650         [C99-based-standards] (PRIdFAST16): Likewise.
49651         [C99-based-standards] (PRIiFAST16): Likewise.
49652         [C99-based-standards] (PRIoFAST16): Likewise.
49653         [C99-based-standards] (PRIuFAST16): Likewise.
49654         [C99-based-standards] (PRIxFAST16): Likewise.
49655         [C99-based-standards] (PRIXFAST16): Likewise.
49656         [C99-based-standards] (SCNdFAST16): Likewise.
49657         [C99-based-standards] (SCNiFAST16): Likewise.
49658         [C99-based-standards] (SCNoFAST16): Likewise.
49659         [C99-based-standards] (SCNuFAST16): Likewise.
49660         [C99-based-standards] (SCNxFAST16): Likewise.
49661         [C99-based-standards] (PRId32): Likewise.
49662         [C99-based-standards] (PRIi32): Likewise.
49663         [C99-based-standards] (PRIo32): Likewise.
49664         [C99-based-standards] (PRIu32): Likewise.
49665         [C99-based-standards] (PRIx32): Likewise.
49666         [C99-based-standards] (PRIX32): Likewise.
49667         [C99-based-standards] (SCNd32): Likewise.
49668         [C99-based-standards] (SCNi32): Likewise.
49669         [C99-based-standards] (SCNo32): Likewise.
49670         [C99-based-standards] (SCNu32): Likewise.
49671         [C99-based-standards] (SCNx32): Likewise.
49672         [C99-based-standards] (PRIdLEAST32): Likewise.
49673         [C99-based-standards] (PRIiLEAST32): Likewise.
49674         [C99-based-standards] (PRIoLEAST32): Likewise.
49675         [C99-based-standards] (PRIuLEAST32): Likewise.
49676         [C99-based-standards] (PRIxLEAST32): Likewise.
49677         [C99-based-standards] (PRIXLEAST32): Likewise.
49678         [C99-based-standards] (SCNdLEAST32): Likewise.
49679         [C99-based-standards] (SCNiLEAST32): Likewise.
49680         [C99-based-standards] (SCNoLEAST32): Likewise.
49681         [C99-based-standards] (SCNuLEAST32): Likewise.
49682         [C99-based-standards] (SCNxLEAST32): Likewise.
49683         [C99-based-standards] (PRIdFAST32): Likewise.
49684         [C99-based-standards] (PRIiFAST32): Likewise.
49685         [C99-based-standards] (PRIoFAST32): Likewise.
49686         [C99-based-standards] (PRIuFAST32): Likewise.
49687         [C99-based-standards] (PRIxFAST32): Likewise.
49688         [C99-based-standards] (PRIXFAST32): Likewise.
49689         [C99-based-standards] (SCNdFAST32): Likewise.
49690         [C99-based-standards] (SCNiFAST32): Likewise.
49691         [C99-based-standards] (SCNoFAST32): Likewise.
49692         [C99-based-standards] (SCNuFAST32): Likewise.
49693         [C99-based-standards] (SCNxFAST32): Likewise.
49694         [C99-based-standards] (PRId64): Likewise.
49695         [C99-based-standards] (PRIi64): Likewise.
49696         [C99-based-standards] (PRIo64): Likewise.
49697         [C99-based-standards] (PRIu64): Likewise.
49698         [C99-based-standards] (PRIx64): Likewise.
49699         [C99-based-standards] (PRIX64): Likewise.
49700         [C99-based-standards] (SCNd64): Likewise.
49701         [C99-based-standards] (SCNi64): Likewise.
49702         [C99-based-standards] (SCNo64): Likewise.
49703         [C99-based-standards] (SCNu64): Likewise.
49704         [C99-based-standards] (SCNx64): Likewise.
49705         [C99-based-standards] (PRIdLEAST64): Likewise.
49706         [C99-based-standards] (PRIiLEAST64): Likewise.
49707         [C99-based-standards] (PRIoLEAST64): Likewise.
49708         [C99-based-standards] (PRIuLEAST64): Likewise.
49709         [C99-based-standards] (PRIxLEAST64): Likewise.
49710         [C99-based-standards] (PRIXLEAST64): Likewise.
49711         [C99-based-standards] (SCNdLEAST64): Likewise.
49712         [C99-based-standards] (SCNiLEAST64): Likewise.
49713         [C99-based-standards] (SCNoLEAST64): Likewise.
49714         [C99-based-standards] (SCNuLEAST64): Likewise.
49715         [C99-based-standards] (SCNxLEAST64): Likewise.
49716         [C99-based-standards] (PRIdFAST64): Likewise.
49717         [C99-based-standards] (PRIiFAST64): Likewise.
49718         [C99-based-standards] (PRIoFAST64): Likewise.
49719         [C99-based-standards] (PRIuFAST64): Likewise.
49720         [C99-based-standards] (PRIxFAST64): Likewise.
49721         [C99-based-standards] (PRIXFAST64): Likewise.
49722         [C99-based-standards] (SCNdFAST64): Likewise.
49723         [C99-based-standards] (SCNiFAST64): Likewise.
49724         [C99-based-standards] (SCNoFAST64): Likewise.
49725         [C99-based-standards] (SCNuFAST64): Likewise.
49726         [C99-based-standards] (SCNxFAST64): Likewise.
49727         [C99-based-standards] (PRIdMAX): Likewise.
49728         [C99-based-standards] (PRIiMAX): Likewise.
49729         [C99-based-standards] (PRIoMAX): Likewise.
49730         [C99-based-standards] (PRIuMAX): Likewise.
49731         [C99-based-standards] (PRIxMAX): Likewise.
49732         [C99-based-standards] (PRIXMAX): Likewise.
49733         [C99-based-standards] (SCNdMAX): Likewise.
49734         [C99-based-standards] (SCNiMAX): Likewise.
49735         [C99-based-standards] (SCNoMAX): Likewise.
49736         [C99-based-standards] (SCNuMAX): Likewise.
49737         [C99-based-standards] (SCNxMAX): Likewise.
49738         [C99-based-standards] (PRIdPTR): Likewise.
49739         [C99-based-standards] (PRIiPTR): Likewise.
49740         [C99-based-standards] (PRIoPTR): Likewise.
49741         [C99-based-standards] (PRIuPTR): Likewise.
49742         [C99-based-standards] (PRIxPTR): Likewise.
49743         [C99-based-standards] (PRIXPTR): Likewise.
49744         [C99-based-standards] (SCNdPTR): Likewise.
49745         [C99-based-standards] (SCNiPTR): Likewise.
49746         [C99-based-standards] (SCNoPTR): Likewise.
49747         [C99-based-standards] (SCNuPTR): Likewise.
49748         [C99-based-standards] (SCNxPTR): Likewise.
49749         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
49750         allow.
49751         * conform/data/stdint.h-data: Update comments to clarify
49752         requirements.
49753         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
49754         type.
49755         [C99-based standards] (INT8_MAX): Likewise.
49756         [C99-based standards] (INT16_MIN): Likewise.
49757         [C99-based standards] (INT16_MAX): Likewise.
49758         [C99-based standards] (INT32_MIN): Likewise.
49759         [C99-based standards] (INT32_MAX): Likewise.
49760         [C99-based standards] (INT64_MIN): Likewise.
49761         [C99-based standards] (INT64_MAX): Likewise.
49762         [C99-based standards] (UINT8_MAX): Likewise.
49763         [C99-based standards] (UINT16_MAX): Likewise.
49764         [C99-based standards] (UINT32_MAX): Likewise.
49765         [C99-based standards] (UINT64_MAX): Likewise.
49766         [C99-based standards] (INT_LEAST8_MIN): Likewise.
49767         [C99-based standards] (INT_LEAST8_MAX): Likewise.
49768         [C99-based standards] (INT_LEAST16_MIN): Likewise.
49769         [C99-based standards] (INT_LEAST16_MAX): Likewise.
49770         [C99-based standards] (INT_LEAST32_MIN): Likewise.
49771         [C99-based standards] (INT_LEAST32_MAX): Likewise.
49772         [C99-based standards] (INT_LEAST64_MIN): Likewise.
49773         [C99-based standards] (INT_LEAST64_MAX): Likewise.
49774         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
49775         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
49776         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
49777         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
49778         [C99-based standards] (INT_FAST8_MIN): Likewise.
49779         [C99-based standards] (INT_FAST8_MAX): Likewise.
49780         [C99-based standards] (INT_FAST16_MIN): Likewise.
49781         [C99-based standards] (INT_FAST16_MAX): Likewise.
49782         [C99-based standards] (INT_FAST32_MIN): Likewise.
49783         [C99-based standards] (INT_FAST32_MAX): Likewise.
49784         [C99-based standards] (INT_FAST64_MIN): Likewise.
49785         [C99-based standards] (INT_FAST64_MAX): Likewise.
49786         [C99-based standards] (UINT_FAST8_MAX): Likewise.
49787         [C99-based standards] (UINT_FAST16_MAX): Likewise.
49788         [C99-based standards] (UINT_FAST32_MAX): Likewise.
49789         [C99-based standards] (UINT_FAST64_MAX): Likewise.
49790         [C99-based standards] (INTPTR_MIN): Likewise.
49791         [C99-based standards] (INTPTR_MAX): Likewise.
49792         [C99-based standards] (UINTPTR_MAX): Likewise.
49793         [C99-based standards] (INTMAX_MIN): Likewise.
49794         [C99-based standards] (INTMAX_MAX): Likewise.
49795         [C99-based standards] (UINTMAX_MAX): Likewise.
49796         [C99-based standards] (PTRDIFF_MIN): Likewise.
49797         [C99-based standards] (PTRDIFF_MAX): Likewise.
49798         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
49799         [C99-based standards] (SIZE_MAX): Likewise.
49800         [C99-based standards] (WCHAR_MAX): Likewise.
49801         [C99-based standards] (WINT_MAX): Likewise.
49802         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
49803         constraint on value.
49804         [C99-based standards] (WCHAR_MIN): Likewise.
49805         [C99-based standards] (WINT_MIN): Likewise.
49806         [C99-based standards] (*_t): Allow.
49807         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
49808         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
49809         Include math.h-data and complex.h-data.  Remove all expectations
49810         of math.h and complex.h contents.
49811         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
49812         at end of line.
49813         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
49814         (struct tm): Expect tag.
49815         [C99-based-standards] (wcstof): Expect function.
49816         [C99-based-standards] (wcstold): Likewise.
49817         [C99-based-standards] (wcstoll): Likewise.
49818         [C99-based-standards] (wcstoull): Likewise.
49819         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
49820         macro-int-constant.  Specify type.
49821         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
49822         constraint on value.
49823         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
49824         Specify type.
49825         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
49826         Specify value.
49827         [ISO C standards]: Do not allow headers.
49828         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
49829         wcs[abcdefghijklmnopqrstuvwxyz]*.
49830         [ISO C standards] (*_t): Do not allow.
49831         * conform/data/wctype.h-data [C99-based standards] (iswblank):
49832         Expect function.
49833         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
49834         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
49835         Specify type.
49836         [ISO C standards]: Do not allow headers.
49837         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
49838         is[abcdefghijklmnopqrstuvwxyz]*.
49839         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
49840         to[abcdefghijklmnopqrstuvwxyz]*.
49841         [ISO C standards] (*_t): Do not allow.
49842         * conform/data/stdalign.h-data: New file.
49843         * conform/data/stdbool.h-data: Likewise.
49844         * conform/data/stdnoreturn.h-data: Likewise.
49846 2012-11-07  Roland McGrath  <roland@hack.frob.com>
49848         [BZ #14815]
49849         * manual/filesys.texi (Directory Entries): Typo fix.
49850         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
49852 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
49854         * elf/elf.h (EM_AARCH64): New macro.
49855         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
49856         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
49857         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
49858         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
49859         (R_AARCH64_TLSDESC): Likewise.
49860         (NT_ARM_TLS): Likewise.
49861         (NT_ARM_HW_BREAK): Likewise.
49862         (NT_ARM_HW_WATCH): Likewise.
49864 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
49866         [BZ #14811]
49867         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
49868         (__ieee754_powl): Saturate nonzero exponents with absolute value
49869         below 0x1p-79 to +/- 0x1p-79.
49870         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
49871         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
49872         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
49873         nonzero exponents with absolute value below 0x1p-32 to +/-
49874         0x1p-32.
49875         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
49876         (__ieee754_powl): Saturate nonzero exponents with absolute value
49877         below 0x1p-79 to +/- 0x1p-79.
49878         * math/libm-test.inc (pow_test): Add more tests.
49880 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49882         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
49883         _dl_s390_cap_flags with kernel. Increase string length.
49884         (_dl_s390_platforms): Add z196 and zEC12.
49886 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
49888         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
49889         Change XOPEN21K to XOPEN2K.
49891 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
49893         * string/memmove.c: Use memcpy when possible.
49895 2012-11-06  Andreas Jaeger  <aj@suse.de>
49897         * po/eo.po: Update from translation team.
49899 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
49901         [BZ #14793]
49902         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
49903         exponent and small x and y exponents, scale x or y up.  Increase
49904         by 2 the exponent used in scaling up.
49905         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
49906         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
49907         * math/libm-test.inc (fma_test): Add more tests.
49908         (fma_test_towardzero): Likewise.
49909         (fma_test_downward): Likewise.
49910         (fma_test_upward): Likewise.
49912 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
49914         [BZ #14805]
49915         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
49916         fenv_t *.
49918         [BZ #14801]
49919         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
49920         namespace for names of struct fields.
49921         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
49922         fenv_t fields.
49923         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
49924         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
49926 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49928         [BZ #3665]
49929         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
49931 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
49933         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
49934         PTR_DEMANGLE.
49936         [BZ #5246]
49937         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
49938         PTR_DEMANGLE.
49940 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
49942         [BZ #14797]
49943         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
49944         definitely overflow as x * y not x * y + z.
49945         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
49946         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
49947         * math/libm-test.inc (fma_test): Add more tests.
49948         (fma_test_towardzero): Likewise.
49949         (fma_test_downward): Likewise.
49950         (fma_test_upward): Likewise.
49952 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
49954         [BZ #157]
49956         * include/stub-tag.h: Remove file.
49957         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
49958         '#include' of it.
49959         * manual/maint.texi (Porting): Don't reference it.
49960         * Makerules ($(objpfx)stubs): Likewise.
49961         * dirent/closedir.c: Don't include <stub-tag.h>.
49962         * dirent/dirfd.c: Likewise.
49963         * dirent/fdopendir.c: Likewise.
49964         * dirent/getdents.c: Likewise.
49965         * dirent/getdents64.c: Likewise.
49966         * dirent/opendir.c: Likewise.
49967         * dirent/readdir.c: Likewise.
49968         * dirent/readdir64.c: Likewise.
49969         * dirent/readdir64_r.c: Likewise.
49970         * dirent/readdir_r.c: Likewise.
49971         * dirent/rewinddir.c: Likewise.
49972         * dirent/seekdir.c: Likewise.
49973         * dirent/telldir.c: Likewise.
49974         * gmon/profil.c: Likewise.
49975         * grp/setgroups.c: Likewise.
49976         * inet/if_index.c: Likewise.
49977         * io/access.c: Likewise.
49978         * io/chdir.c: Likewise.
49979         * io/chmod.c: Likewise.
49980         * io/chown.c: Likewise.
49981         * io/close.c: Likewise.
49982         * io/dup.c: Likewise.
49983         * io/dup2.c: Likewise.
49984         * io/dup3.c: Likewise.
49985         * io/euidaccess.c: Likewise.
49986         * io/faccessat.c: Likewise.
49987         * io/fchdir.c: Likewise.
49988         * io/fchmod.c: Likewise.
49989         * io/fchmodat.c: Likewise.
49990         * io/fchown.c: Likewise.
49991         * io/fchownat.c: Likewise.
49992         * io/fcntl.c: Likewise.
49993         * io/flock.c: Likewise.
49994         * io/fstatfs.c: Likewise.
49995         * io/fstatfs64.c: Likewise.
49996         * io/fstatvfs.c: Likewise.
49997         * io/fstatvfs64.c: Likewise.
49998         * io/futimens.c: Likewise.
49999         * io/fxstat.c: Likewise.
50000         * io/fxstat64.c: Likewise.
50001         * io/fxstatat.c: Likewise.
50002         * io/fxstatat64.c: Likewise.
50003         * io/getcwd.c: Likewise.
50004         * io/isatty.c: Likewise.
50005         * io/lchmod.c: Likewise.
50006         * io/lchown.c: Likewise.
50007         * io/link.c: Likewise.
50008         * io/linkat.c: Likewise.
50009         * io/lseek.c: Likewise.
50010         * io/lseek64.c: Likewise.
50011         * io/lxstat64.c: Likewise.
50012         * io/mkdir.c: Likewise.
50013         * io/mkdirat.c: Likewise.
50014         * io/mkfifo.c: Likewise.
50015         * io/mkfifoat.c: Likewise.
50016         * io/open.c: Likewise.
50017         * io/open64.c: Likewise.
50018         * io/openat.c: Likewise.
50019         * io/openat64.c: Likewise.
50020         * io/pipe.c: Likewise.
50021         * io/pipe2.c: Likewise.
50022         * io/poll.c: Likewise.
50023         * io/posix_fadvise.c: Likewise.
50024         * io/posix_fadvise64.c: Likewise.
50025         * io/posix_fallocate.c: Likewise.
50026         * io/posix_fallocate64.c: Likewise.
50027         * io/read.c: Likewise.
50028         * io/readlink.c: Likewise.
50029         * io/readlinkat.c: Likewise.
50030         * io/rmdir.c: Likewise.
50031         * io/sendfile.c: Likewise.
50032         * io/sendfile64.c: Likewise.
50033         * io/statfs.c: Likewise.
50034         * io/statfs64.c: Likewise.
50035         * io/statvfs.c: Likewise.
50036         * io/statvfs64.c: Likewise.
50037         * io/symlink.c: Likewise.
50038         * io/symlinkat.c: Likewise.
50039         * io/ttyname.c: Likewise.
50040         * io/ttyname_r.c: Likewise.
50041         * io/umask.c: Likewise.
50042         * io/unlink.c: Likewise.
50043         * io/unlinkat.c: Likewise.
50044         * io/utime.c: Likewise.
50045         * io/utimensat.c: Likewise.
50046         * io/write.c: Likewise.
50047         * io/xmknod.c: Likewise.
50048         * io/xmknodat.c: Likewise.
50049         * io/xstat.c: Likewise.
50050         * io/xstat64.c: Likewise.
50051         * login/getpt.c: Likewise.
50052         * login/grantpt.c: Likewise.
50053         * login/unlockpt.c: Likewise.
50054         * math/e_acoshl.c: Likewise.
50055         * math/e_acosl.c: Likewise.
50056         * math/e_asinl.c: Likewise.
50057         * math/e_atan2l.c: Likewise.
50058         * math/e_atanhl.c: Likewise.
50059         * math/e_coshl.c: Likewise.
50060         * math/e_expl.c: Likewise.
50061         * math/e_fmodl.c: Likewise.
50062         * math/e_gammal_r.c: Likewise.
50063         * math/e_hypotl.c: Likewise.
50064         * math/e_j0l.c: Likewise.
50065         * math/e_j1l.c: Likewise.
50066         * math/e_jnl.c: Likewise.
50067         * math/e_lgammal_r.c: Likewise.
50068         * math/e_log10l.c: Likewise.
50069         * math/e_log2l.c: Likewise.
50070         * math/e_logl.c: Likewise.
50071         * math/e_powl.c: Likewise.
50072         * math/e_rem_pio2l.c: Likewise.
50073         * math/e_sinhl.c: Likewise.
50074         * math/e_sqrtl.c: Likewise.
50075         * math/fclrexcpt.c: Likewise.
50076         * math/fedisblxcpt.c: Likewise.
50077         * math/feenablxcpt.c: Likewise.
50078         * math/fegetenv.c: Likewise.
50079         * math/fegetexcept.c: Likewise.
50080         * math/fegetround.c: Likewise.
50081         * math/feholdexcpt.c: Likewise.
50082         * math/fesetenv.c: Likewise.
50083         * math/fesetround.c: Likewise.
50084         * math/feupdateenv.c: Likewise.
50085         * math/fgetexcptflg.c: Likewise.
50086         * math/fraiseexcpt.c: Likewise.
50087         * math/fsetexcptflg.c: Likewise.
50088         * math/ftestexcept.c: Likewise.
50089         * math/k_cosl.c: Likewise.
50090         * math/k_rem_pio2l.c: Likewise.
50091         * math/k_sinl.c: Likewise.
50092         * math/k_tanl.c: Likewise.
50093         * math/s_asinhl.c: Likewise.
50094         * math/s_atanl.c: Likewise.
50095         * math/s_cbrtl.c: Likewise.
50096         * math/s_erfl.c: Likewise.
50097         * math/s_expm1l.c: Likewise.
50098         * math/s_log1pl.c: Likewise.
50099         * math/s_tanhl.c: Likewise.
50100         * misc/acct.c: Likewise.
50101         * misc/brk.c: Likewise.
50102         * misc/chflags.c: Likewise.
50103         * misc/chroot.c: Likewise.
50104         * misc/fchflags.c: Likewise.
50105         * misc/fgetxattr.c: Likewise.
50106         * misc/flistxattr.c: Likewise.
50107         * misc/fremovexattr.c: Likewise.
50108         * misc/fsetxattr.c: Likewise.
50109         * misc/fsync.c: Likewise.
50110         * misc/ftruncate.c: Likewise.
50111         * misc/futimes.c: Likewise.
50112         * misc/futimesat.c: Likewise.
50113         * misc/getdomain.c: Likewise.
50114         * misc/getdtsz.c: Likewise.
50115         * misc/gethostid.c: Likewise.
50116         * misc/gethostname.c: Likewise.
50117         * misc/getloadavg.c: Likewise.
50118         * misc/getpagesize.c: Likewise.
50119         * misc/getsysstats.c: Likewise.
50120         * misc/getxattr.c: Likewise.
50121         * misc/gtty.c: Likewise.
50122         * misc/ioctl.c: Likewise.
50123         * misc/lgetxattr.c: Likewise.
50124         * misc/listxattr.c: Likewise.
50125         * misc/llistxattr.c: Likewise.
50126         * misc/lremovexattr.c: Likewise.
50127         * misc/lsetxattr.c: Likewise.
50128         * misc/lutimes.c: Likewise.
50129         * misc/madvise.c: Likewise.
50130         * misc/mincore.c: Likewise.
50131         * misc/mlock.c: Likewise.
50132         * misc/mlockall.c: Likewise.
50133         * misc/mmap.c: Likewise.
50134         * misc/mprotect.c: Likewise.
50135         * misc/msync.c: Likewise.
50136         * misc/munlock.c: Likewise.
50137         * misc/munlockall.c: Likewise.
50138         * misc/munmap.c: Likewise.
50139         * misc/preadv.c: Likewise.
50140         * misc/preadv64.c: Likewise.
50141         * misc/ptrace.c: Likewise.
50142         * misc/pwritev.c: Likewise.
50143         * misc/pwritev64.c: Likewise.
50144         * misc/readv.c: Likewise.
50145         * misc/reboot.c: Likewise.
50146         * misc/remap_file_pages.c: Likewise.
50147         * misc/removexattr.c: Likewise.
50148         * misc/revoke.c: Likewise.
50149         * misc/select.c: Likewise.
50150         * misc/setdomain.c: Likewise.
50151         * misc/setegid.c: Likewise.
50152         * misc/seteuid.c: Likewise.
50153         * misc/sethostid.c: Likewise.
50154         * misc/sethostname.c: Likewise.
50155         * misc/setregid.c: Likewise.
50156         * misc/setreuid.c: Likewise.
50157         * misc/setxattr.c: Likewise.
50158         * misc/sstk.c: Likewise.
50159         * misc/stty.c: Likewise.
50160         * misc/swapoff.c: Likewise.
50161         * misc/swapon.c: Likewise.
50162         * misc/sync.c: Likewise.
50163         * misc/syncfs.c: Likewise.
50164         * misc/syscall.c: Likewise.
50165         * misc/truncate.c: Likewise.
50166         * misc/ualarm.c: Likewise.
50167         * misc/usleep.c: Likewise.
50168         * misc/ustat.c: Likewise.
50169         * misc/utimes.c: Likewise.
50170         * misc/vhangup.c: Likewise.
50171         * misc/writev.c: Likewise.
50172         * posix/_exit.c: Likewise.
50173         * posix/alarm.c: Likewise.
50174         * posix/execve.c: Likewise.
50175         * posix/fexecve.c: Likewise.
50176         * posix/fork.c: Likewise.
50177         * posix/fpathconf.c: Likewise.
50178         * posix/getaddrinfo.c: Likewise.
50179         * posix/getegid.c: Likewise.
50180         * posix/geteuid.c: Likewise.
50181         * posix/getgid.c: Likewise.
50182         * posix/getgroups.c: Likewise.
50183         * posix/getlogin.c: Likewise.
50184         * posix/getlogin_r.c: Likewise.
50185         * posix/getpgid.c: Likewise.
50186         * posix/getpid.c: Likewise.
50187         * posix/getppid.c: Likewise.
50188         * posix/getresgid.c: Likewise.
50189         * posix/getresuid.c: Likewise.
50190         * posix/getsid.c: Likewise.
50191         * posix/getuid.c: Likewise.
50192         * posix/glob64.c: Likewise.
50193         * posix/nanosleep.c: Likewise.
50194         * posix/pathconf.c: Likewise.
50195         * posix/pause.c: Likewise.
50196         * posix/posix_madvise.c: Likewise.
50197         * posix/pread.c: Likewise.
50198         * posix/pread64.c: Likewise.
50199         * posix/pwrite.c: Likewise.
50200         * posix/pwrite64.c: Likewise.
50201         * posix/sched_getaffinity.c: Likewise.
50202         * posix/sched_getp.c: Likewise.
50203         * posix/sched_gets.c: Likewise.
50204         * posix/sched_primax.c: Likewise.
50205         * posix/sched_primin.c: Likewise.
50206         * posix/sched_rr_gi.c: Likewise.
50207         * posix/sched_setaffinity.c: Likewise.
50208         * posix/sched_setp.c: Likewise.
50209         * posix/sched_sets.c: Likewise.
50210         * posix/sched_yield.c: Likewise.
50211         * posix/setgid.c: Likewise.
50212         * posix/setlogin.c: Likewise.
50213         * posix/setpgid.c: Likewise.
50214         * posix/setresgid.c: Likewise.
50215         * posix/setresuid.c: Likewise.
50216         * posix/setsid.c: Likewise.
50217         * posix/setuid.c: Likewise.
50218         * posix/sleep.c: Likewise.
50219         * posix/spawni.c: Likewise.
50220         * posix/sysconf.c: Likewise.
50221         * posix/times.c: Likewise.
50222         * posix/wait.c: Likewise.
50223         * posix/wait3.c: Likewise.
50224         * posix/wait4.c: Likewise.
50225         * posix/waitpid.c: Likewise.
50226         * resolv/gai_sigqueue.c: Likewise.
50227         * resource/getpriority.c: Likewise.
50228         * resource/getrlimit.c: Likewise.
50229         * resource/getrusage.c: Likewise.
50230         * resource/nice.c: Likewise.
50231         * resource/setpriority.c: Likewise.
50232         * resource/setrlimit.c: Likewise.
50233         * resource/ulimit.c: Likewise.
50234         * rt/aio_cancel.c: Likewise.
50235         * rt/aio_fsync.c: Likewise.
50236         * rt/aio_read.c: Likewise.
50237         * rt/aio_sigqueue.c: Likewise.
50238         * rt/aio_suspend.c: Likewise.
50239         * rt/aio_write.c: Likewise.
50240         * rt/clock_getres.c: Likewise.
50241         * rt/clock_gettime.c: Likewise.
50242         * rt/clock_nanosleep.c: Likewise.
50243         * rt/clock_settime.c: Likewise.
50244         * rt/lio_listio.c: Likewise.
50245         * rt/mq_close.c: Likewise.
50246         * rt/mq_getattr.c: Likewise.
50247         * rt/mq_notify.c: Likewise.
50248         * rt/mq_open.c: Likewise.
50249         * rt/mq_receive.c: Likewise.
50250         * rt/mq_send.c: Likewise.
50251         * rt/mq_setattr.c: Likewise.
50252         * rt/mq_timedreceive.c: Likewise.
50253         * rt/mq_timedsend.c: Likewise.
50254         * rt/mq_unlink.c: Likewise.
50255         * rt/shm_open.c: Likewise.
50256         * rt/shm_unlink.c: Likewise.
50257         * rt/timer_create.c: Likewise.
50258         * rt/timer_delete.c: Likewise.
50259         * rt/timer_getoverr.c: Likewise.
50260         * rt/timer_gettime.c: Likewise.
50261         * rt/timer_settime.c: Likewise.
50262         * setjmp/__longjmp.c: Likewise.
50263         * setjmp/setjmp.c: Likewise.
50264         * signal/kill.c: Likewise.
50265         * signal/killpg.c: Likewise.
50266         * signal/raise.c: Likewise.
50267         * signal/sigaction.c: Likewise.
50268         * signal/sigaltstack.c: Likewise.
50269         * signal/sigblock.c: Likewise.
50270         * signal/sigignore.c: Likewise.
50271         * signal/sigintr.c: Likewise.
50272         * signal/signal.c: Likewise.
50273         * signal/sigpause.c: Likewise.
50274         * signal/sigpending.c: Likewise.
50275         * signal/sigqueue.c: Likewise.
50276         * signal/sigreturn.c: Likewise.
50277         * signal/sigset.c: Likewise.
50278         * signal/sigsetmask.c: Likewise.
50279         * signal/sigstack.c: Likewise.
50280         * signal/sigsuspend.c: Likewise.
50281         * signal/sigtimedwait.c: Likewise.
50282         * signal/sigvec.c: Likewise.
50283         * signal/sigwait.c: Likewise.
50284         * signal/sigwaitinfo.c: Likewise.
50285         * signal/sysv_signal.c: Likewise.
50286         * socket/accept.c: Likewise.
50287         * socket/accept4.c: Likewise.
50288         * socket/bind.c: Likewise.
50289         * socket/connect.c: Likewise.
50290         * socket/getpeername.c: Likewise.
50291         * socket/getsockname.c: Likewise.
50292         * socket/getsockopt.c: Likewise.
50293         * socket/isfdtype.c: Likewise.
50294         * socket/listen.c: Likewise.
50295         * socket/recv.c: Likewise.
50296         * socket/recvfrom.c: Likewise.
50297         * socket/recvmsg.c: Likewise.
50298         * socket/send.c: Likewise.
50299         * socket/sendmsg.c: Likewise.
50300         * socket/sendto.c: Likewise.
50301         * socket/setsockopt.c: Likewise.
50302         * socket/shutdown.c: Likewise.
50303         * socket/sockatmark.c: Likewise.
50304         * socket/socket.c: Likewise.
50305         * socket/socketpair.c: Likewise.
50306         * stdio-common/ctermid.c: Likewise.
50307         * stdio-common/cuserid.c: Likewise.
50308         * stdio-common/remove.c: Likewise.
50309         * stdio-common/rename.c: Likewise.
50310         * stdio-common/renameat.c: Likewise.
50311         * stdio-common/tempname.c: Likewise.
50312         * stdlib/getcontext.c: Likewise.
50313         * stdlib/makecontext.c: Likewise.
50314         * stdlib/setcontext.c: Likewise.
50315         * stdlib/swapcontext.c: Likewise.
50316         * stdlib/system.c: Likewise.
50317         * streams/fattach.c: Likewise.
50318         * streams/fdetach.c: Likewise.
50319         * streams/getmsg.c: Likewise.
50320         * streams/getpmsg.c: Likewise.
50321         * streams/putmsg.c: Likewise.
50322         * streams/putpmsg.c: Likewise.
50323         * sysdeps/unix/bsd/getpt.c: Likewise.
50324         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
50325         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
50326         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
50327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
50328         Likewise.
50329         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
50330         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
50331         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
50332         * sysvipc/msgctl.c: Likewise.
50333         * sysvipc/msgget.c: Likewise.
50334         * sysvipc/msgrcv.c: Likewise.
50335         * sysvipc/msgsnd.c: Likewise.
50336         * sysvipc/semctl.c: Likewise.
50337         * sysvipc/semget.c: Likewise.
50338         * sysvipc/semop.c: Likewise.
50339         * sysvipc/semtimedop.c: Likewise.
50340         * sysvipc/shmat.c: Likewise.
50341         * sysvipc/shmctl.c: Likewise.
50342         * sysvipc/shmdt.c: Likewise.
50343         * sysvipc/shmget.c: Likewise.
50344         * termios/tcdrain.c: Likewise.
50345         * termios/tcflow.c: Likewise.
50346         * termios/tcflush.c: Likewise.
50347         * termios/tcgetattr.c: Likewise.
50348         * termios/tcgetpgrp.c: Likewise.
50349         * termios/tcsendbrk.c: Likewise.
50350         * termios/tcsetattr.c: Likewise.
50351         * termios/tcsetpgrp.c: Likewise.
50352         * time/adjtime.c: Likewise.
50353         * time/clock.c: Likewise.
50354         * time/getitimer.c: Likewise.
50355         * time/gettimeofday.c: Likewise.
50356         * time/setitimer.c: Likewise.
50357         * time/settimeofday.c: Likewise.
50358         * time/stime.c: Likewise.
50359         * time/time.c: Likewise.
50361 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
50363         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
50364         /usr/old/bin.
50366         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
50367         instead of spaces.
50368         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
50370 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
50372         [BZ #14796]
50373         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
50374         FE_TONEAREST before applying Dekker multiplication and Knuth
50375         addition.  Clear inexact exceptions and check for exact zero
50376         results afterwards.
50377         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
50378         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
50379         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
50380         * math/libm-test.inc (fma_test): Add more tests.
50381         (fma_test_towardzero): Likewise.
50382         (fma_test_downward): Likewise.
50383         (fma_test_upward): Likewise.
50384         * sysdeps/generic/math_private.h (default_libc_fesetround): New
50385         function.
50386         (libc_fesetround): New macro.
50387         (libc_fesetroundf): Likewise.
50388         (libc_fesetroundl): Likewise.
50389         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
50390         function.
50391         (libc_fesetround_387): Likewise.
50392         (libc_fesetroundf): New macro.
50393         (libc_fesetround): Likewise.
50394         (libc_fesetroundl): Likewise.
50395         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
50396         function.
50397         (libc_fesetroundf): New macro.
50398         (libc_fesetround): Likewise.
50399         (libc_fesetroundl): Likewise.
50400         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
50401         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
50402         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
50403         libm_hidden_ver.
50404         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
50405         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
50406         libm_hidden_def.
50407         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
50408         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
50409         libm_hidden_ver.
50410         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
50411         libm_hidden_def.
50413         [BZ #3439]
50414         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
50415         integer constant usable in #if and use that to give value to enum
50416         constant.
50417         (FE_DIVBYZERO): Likewise.
50418         (FE_UNDERFLOW): Likewise.
50419         (FE_OVERFLOW): Likewise.
50420         (FE_INVALID): Likewise.
50421         (FE_INVALID_SNAN): Likewise.
50422         (FE_INVALID_ISI): Likewise.
50423         (FE_INVALID_IDI): Likewise.
50424         (FE_INVALID_ZDZ): Likewise.
50425         (FE_INVALID_IMZ): Likewise.
50426         (FE_INVALID_COMPARE): Likewise.
50427         (FE_INVALID_SOFTWARE): Likewise.
50428         (FE_INVALID_SQRT): Likewise.
50429         (FE_INVALID_INTEGER_CONVERSION): Likewise.
50430         (FE_TONEAREST): Likewise.
50431         (FE_TOWARDZERO): Likewise.
50432         (FE_UPWARD): Likewise.
50433         (FE_DOWNWARD): Likewise.
50434         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
50435         (FE_DIVBYZERO): Likewise.
50436         (FE_OVERFLOW): Likewise.
50437         (FE_UNDERFLOW): Likewise.
50438         (FE_INEXACT): Likewise.
50439         (FE_TONEAREST): Likewise.
50440         (FE_DOWNWARD): Likewise.
50441         (FE_UPWARD): Likewise.
50442         (FE_TOWARDZERO): Likewise.
50443         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
50444         (FE_UNDERFLOW): Likewise.
50445         (FE_OVERFLOW): Likewise.
50446         (FE_DIVBYZERO): Likewise.
50447         (FE_INVALID): Likewise.
50448         (FE_TONEAREST): Likewise.
50449         (FE_TOWARDZERO): Likewise.
50450         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
50451         (FE_OVERFLOW): Likewise.
50452         (FE_UNDERFLOW): Likewise.
50453         (FE_DIVBYZERO): Likewise.
50454         (FE_INEXACT): Likewise.
50455         (FE_TONEAREST): Likewise.
50456         (FE_TOWARDZERO): Likewise.
50457         (FE_UPWARD): Likewise.
50458         (FE_DOWNWARD): Likewise.
50459         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
50460         (FE_DIVBYZERO): Likewise.
50461         (FE_OVERFLOW): Likewise.
50462         (FE_UNDERFLOW): Likewise.
50463         (FE_INEXACT): Likewise.
50464         (FE_TONEAREST): Likewise.
50465         (FE_DOWNWARD): Likewise.
50466         (FE_UPWARD): Likewise.
50467         (FE_TOWARDZERO): Likewise.
50469 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
50471         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
50473 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
50475         * scripts/cross-test-ssh.sh (command): Use newlines to separate
50476         commands.  Quote $PWD.
50477         (blacklist_exports): Don't use remove_newlines.  Replace "declare
50478         -x" by "export".
50479         (remove_newlines): Remove.
50481 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
50483         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
50484         * stdlib/stdlib.h (atof): Moved to ...
50485         * include/bits/stdlib-float.h: Here.  New file.
50486         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
50487         * stdlib/bits/stdlib-float.h: New file.
50488         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
50489         -mno-sse -mno-mmx.
50490         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
50491         <xmmintrin.h>.
50493 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
50495         * conform/conformtest.pl (@headers): Add fenv.h.
50496         * conform/data/fenv.h-data: New file.
50497         * include/fenv.h [_ISOMAC]: Disable all contents of file except
50498         include of <math/fenv.h>.
50500         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
50501         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
50502         && !UNIX98].  Enables tests for XOPEN2K8.
50503         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
50504         POSIX2008]: Likewise.
50506         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
50507         (struct rusage): Do not expect type or its members.
50509         [BZ #3439]
50510         * math/math.h (FP_NAN): Define macro to integer constant usable in
50511         #if and use that to give value to enum constant.
50512         (FP_INFINITE): Likewise.
50513         (FP_ZERO): Likewise.
50514         (FP_SUBNORMAL): Likewise.
50515         (FP_NORMAL): Likewise.
50517 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
50519         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
50520         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
50521         arguments.
50523 2012-11-02  Roland McGrath  <roland@hack.frob.com>
50525         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
50526         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
50527         autoconf-time if not.
50528         * configure.in: Remove AC_PREREQ.
50530 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
50532         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
50533         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
50534         of the internal implementation.
50536 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
50538         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
50539         except include of <misc/sys/syslog.h>.
50541 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
50543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
50544         function returns with a NULL context exit with zero.
50546 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
50548         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
50550 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
50552         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
50553         (run_program_cmd): This.
50554         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
50555         (tst_langinfo): New variable.  Use it.
50557 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
50559         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
50560         floating point opcodes.
50562 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
50564         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
50565         variable.
50567         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
50569         * sysdeps/mach/hurd/powerpc: Remove directory.
50570         * sysdeps/mach/powerpc: Likewise.
50572 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
50574         * scripts/check-local-headers.sh: Ignore c++ headers.
50576 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
50578         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
50579         __libc_cleanup_region_start argument.
50581 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
50583         [BZ #14784]
50584         [BZ #14785]
50585         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
50586         x * y using scaling, not as x * y + z.
50587         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
50588         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
50589         * math/libm-test.inc (fma_test): Add more tests.
50590         (fma_test_towardzero): Likewise.
50591         (fma_test_downward): Likewise.
50592         (fma_test_upward): Likewise.
50594 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
50596         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
50598 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
50600         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
50601         New variable.
50603 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
50605         * rt/tst-shm.c (worker): Correct checking for mmap failure.
50607 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
50609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
50610         Fix sort order.
50611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
50612         Likewise.
50614 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
50616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
50617         Fix the order of the list for glibc 2.17.
50618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
50619         Likewise.
50621 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
50623         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
50625 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
50627         [BZ #14610]
50628         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
50629         for low part of x being zero before using __atanl (y).
50630         * math/libm-test.inc (atan2_test): Add another test.
50632         * manual/install.texi (Configuring and compiling): Document
50633         general use of test-wrapper and test-wrapper-env.
50634         * INSTALL: Regenerated.
50636         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
50637         (__fma): Do not extract and scale down low bits on after-rounding
50638         systems when result rounded to normal precision would have normal
50639         exponent.
50640         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
50641         (__fmal): Do not extract and scale down low bits on after-rounding
50642         systems when result rounded to normal precision would have normal
50643         exponent.
50644         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
50645         (__fmal): Do not extract and scale down low bits on after-rounding
50646         systems when result rounded to normal precision would have normal
50647         exponent.
50648         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
50649         macro.
50650         (fma_test): Add more tests.
50651         (fma_test_towardzero): Likewise.
50652         (fma_test_downward): Likewise.
50653         (fma_test_upward): Likewise.
50655 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
50657         * sysdeps/i386/tininess.h: Renamed to ...
50658         * sysdeps/x86/tininess.h: This.
50659         * sysdeps/x86_64/tininess.h: Removed.
50661 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
50663         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
50664         input.  Use $(build-program-cmd).
50665         ($(objpfx)tst-array1-static.out): Likewise.
50666         ($(objpfx)tst-array2.out): Likewise.
50667         ($(objpfx)tst-array3.out): Likewise.
50668         ($(objpfx)tst-array4.out): Likewise.
50669         ($(objpfx)tst-array5.out): Likewise.
50670         ($(objpfx)tst-array5-static.out): Likewise.
50672 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
50674         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
50675         if defined.
50677         * nss/nsswitch.h (nss_interface_function): Provide new
50678         macro for use with NSS functions.
50679         * grp/initgroups.c: Use new macro.
50680         * nss/getXXbyYY.c: Likewise.
50681         * nss/getXXbyYY_r.c: Likewise.
50682         * nss/getXXent.c: Likewise.
50683         * nss/getXXent_r.c: Likewise.
50684         * sysdeps/posix/getaddrinfo.c: Likewise.
50686 2012-10-30  Andreas Jaeger  <aj@suse.de>
50688         * po/ru.po: Update Russion translation from translation project.
50690 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
50692         [BZ #14152]
50693         [BZ #14783]
50694         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
50695         result and shift together with sticky bit instead of replicating
50696         round-to-nearest rounding.
50697         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
50698         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
50699         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
50700         missing underflow exceptions.
50701         (fma_test_towardzero): Add more tests.
50702         (fma_test_downward): Likewise.
50703         (fma_test_upward): Likewise.
50705         [BZ #14047]
50706         * sysdeps/generic/tininess.h: New file.
50707         * sysdeps/i386/tininess.h: Likewise.
50708         * sysdeps/sh/tininess.h: Likewise.
50709         * sysdeps/x86_64/tininess.h: Likewise.
50710         * stdlib/tst-strtod-underflow.c: Likewise.
50711         * stdlib/tst-tininess.c: Likewise.
50712         * stdlib/strtod_l.c: Include <tininess.h>.
50713         (round_and_return): Do not set errno for exact underflow cases.
50714         Force an underflow exception when setting errno for underflow.
50715         Determine underflow based on rounding to normal precision if
50716         TININESS_AFTER_ROUNDING.
50717         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
50718         ERANGE for exact underflow cases.
50719         * stdlib/Makefile (tests): Add tst-tininess and
50720         tst-strtod-underflow.
50721         ($(objpfx)tst-tininess): Use $(link-libm).
50722         ($(objpfx)tst-strtod-underflow): Likewise.
50724 2012-10-30  Andreas Jaeger  <aj@suse.de>
50726         [BZ#14767]
50727         * elf/Makefile (tests): Remove conditional for have-initfini-array
50728         since this is now always required and the variable does not exist
50729         anymore.
50730         (tests-static): Likewise.
50731         (modules-names): Likewise.
50733         * po/eo.po: Add Esperanto translation from translation project.
50735         * elf/tst-array1.c (fini_array): Make writeable so that it can be
50736         merged with constructor/destructor.
50737         (init_array): Likewise.
50738         * elf/tst-array2dep.c (fini_array): Likewise.
50739         (init_array): Likewise.
50741 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
50743         * manual/message.texi: Delete @cartouche tags.
50745 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
50747         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
50748         EOPNOTSUPP.
50749         * sysdeps/mach/hurd/fsync.c: Likewise.
50751         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
50752         [_POSIX_REALTIME_SIGNALS]: Change condition to
50753         [_POSIX_REALTIME_SIGNALS > 0].
50755 2012-10-27  Andreas Jaeger  <aj@suse.de>
50757         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
50758         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
50759         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
50760         [__WORDSIZE != 64]: Likewise.
50762 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
50764         *  iconvdata/tst-table.sh: Remove ${SHELL}.
50765         *  iconvdata/tst-tables.sh: Likewise.
50767 2012-10-25  David S. Miller  <davem@davemloft.net>
50769         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
50770         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
50771         of strtoull.
50773         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
50774         ifunc-impl-list.c
50775         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50776         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
50777         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
50778         file.
50780 2012-10-25  Roland McGrath  <roland@hack.frob.com>
50782         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
50783         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
50784         __getdirentries.
50786 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
50787             Jim Blandy  <jimb@codesourcery.com>
50789         * scripts/cross-test-ssh.sh: New file.
50790         * manual/install.texi (Configuring and compiling): Document use of
50791         cross-test-ssh.sh.
50792         * INSTALL: Regenerated.
50794 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
50796         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
50797         EOPNOTSUPP.
50799 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
50801         * Makeconfig (run-program-prefix): Fix comment.
50803 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
50804             Jim Blandy  <jimb@codesourcery.com>
50806         * Makeconfig (test-wrapper): New variable,
50807         (test-wrapper-env): Likewise.
50808         [$(cross-compiling) = yes && $(test-wrapper) != ""]
50809         (run-built-tests): Define to yes.
50810         (run-program-prefix): Use $(test-wrapper).
50811         (built-program-cmd): Likewise.
50812         * Rules (make-test-out): Use $(test-wrapper-env) and
50813         $(host-built-program-cmd).
50814         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
50815         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
50816         tst-pathopt.sh.
50817         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
50818         $(test-wrapper-env) to tst-rtld-load-self.sh.
50819         ($(objpfx)order2.out): Use $(test-wrapper).
50820         ($(objpfx)tst-initorder.out): Likewise.
50821         ($(objpfx)tst-initorder2.out): Likewise.
50822         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
50823         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
50824         (test_wrapper_env): New variable.  Use it to run ld.so.
50825         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
50826         Use it to run ld.so.
50827         (test_wrapper_env): Likewise.
50828         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
50829         $(test-wrapper) to run-iconv-test.sh.
50830         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
50831         (ICONV): Use $test_wrapper.
50832         * posix/Makefile ($(objpfx)globtest.out): Pass
50833         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
50834         globtest.sh, not $(run-program-prefix).
50835         * posix/globtest.sh (run_via_rtld_prefix): New variable.
50836         (test_wrapper): Likewise.
50837         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
50838         set together with run_via_rtld_prefix.
50839         (run_program_prefix): Define in terms of test_wrapper and
50840         run_via_rtld_prefix.
50842 2012-10-24  Roland McGrath  <roland@hack.frob.com>
50844         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
50845         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
50846         Targets removed.
50848         [BZ #14743]
50849         * include/time.h: Remove librt_hidden_proto (clock_gettime).
50850         Declare __clock_getres, __clock_gettime, __clock_settime,
50851         __clock_nanosleep, and __clock_getcpuclockid.
50852         * rt/clock_gettime.c: Define __clock_gettime as an alias.
50853         Remove librt_hidden_def (clock_gettime).
50854         * sysdeps/unix/clock_gettime.c: Likewise.
50855         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
50856         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
50857         * rt/clock_getres.c: Define __clock_getres as an alias.
50858         * sysdeps/posix/clock_getres.c: Likewise.
50859         * rt/clock_settime.c: Define __clock_settime as an alias.
50860         * sysdeps/unix/clock_settime.c: Likewise.
50861         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
50862         * sysdeps/unix/clock_nanosleep.c: Likewise.
50863         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
50864         * rt/clock-compat.c: New file.
50865         * rt/Makefile (librt-routines): Add clock-compat and move
50866         $(clock-routines) to ...
50867         (routines): ... here, new variable.
50868         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
50869         Don't add get_clockfreq here.
50870         * rt/Versions (libc: GLIBC_2.17): New version set.
50871         Add clock_* symbols here.
50872         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
50873         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
50874         (GLIBC_2.17): Add clock_* symbols.
50875         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
50876         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
50877         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
50878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
50879         Likewise.
50880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
50881         Likewise.
50882         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
50883         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
50884         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
50885         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
50886         * NEWS: Mention the move.
50888         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
50889         Use __open, __read, __close rather than their public counterparts.
50890         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
50891         (__get_clockfreq_via_cpuinfo): Likewise.
50892         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
50893         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
50895         * config.h.in (HAVE_IFUNC): New #undef.
50896         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
50897         was successful.
50898         * configure: Regenerated.
50900 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
50902         * configure.in: Move READELF check to start of file.
50903         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
50904         libc_cv_asm_gnu_indirect_function in the process.
50905         * configure: Regenerated.
50907 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
50909         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
50910         send the output to /dev/null.
50911         (libc_cv_cc_with_libunwind): Likewise.
50912         (libc_cv_as_noexecstack): Likewise.
50913         * configure: Regenerate.
50915 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
50917         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
50919         * posix/globtest.sh (TMPDIR): Do not set.
50920         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
50921         (testout): Likewise.
50923 2012-10-24  Andreas Jaeger  <aj@suse.de>
50925         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
50926         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
50927         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
50928         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
50929         posix_fadvise64, posix_fallocate64.
50931         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
50932         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
50933         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
50934         Likewise.
50935         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
50936         Likewise.
50937         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
50939         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
50940         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
50941         <bits/fcntl-linux.h>.
50942         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
50944         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
50945         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
50946         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
50947         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
50948         [__WORDSIZE != 64]: Likewise.
50950 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
50952         * Makeconfig (run-built-tests): New variable.
50953         * Rules [$(cross-compiling) = yes]: Change condition to
50954         [$(run-built-tests) = no].
50955         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
50956         to [$(run-built-tests) = yes].
50957         * elf/Makefile [$(cross-compiling) = no]: Likewise
50958         * grp/Makefile [$(cross-compiling) = no]: Likewise.
50959         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
50960         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
50961         * intl/Makefile [$(cross-compiling) = no]: Likewise.
50962         * io/Makefile [$(cross-compiling) = no]: Likewise.
50963         * libio/Makefile [$(cross-compiling) = no]: Likewise.
50964         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
50965         * misc/Makefile [$(cross-compiling) = no]: Likewise.
50966         * posix/Makefile [$(cross-compiling) = no]: Likewise.
50967         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
50968         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
50969         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
50970         * string/Makefile [$(cross-compiling) = no]: Likewise.
50972         * posix/Makefile ($(objpfx)globtest.out): Pass
50973         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
50974         $(rtld-installed-name).
50975         * posix/globtest.sh (elf_objpfx): Remove variable.
50976         (rtld_installed_name): Likewise.
50977         (library_path): Likewise.
50978         (run_program_prefix): New variable.  Use for running globtest
50979         binary.
50981 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
50982             Joseph Myers  <joseph@codesourcery.com>
50984         * Makeconfig (host-built-program-cmd): New variable.
50985         * elf/Makefile (tst-stackguard1-ARGS): Use
50986         $(host-built-program-cmd).
50987         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
50988         (tst-spawn-ARGS): Likewise.
50989         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
50991 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
50992             Jim Blandy  <jimb@codesourcery.com>
50994         * Makeconfig (run-via-rtld-prefix): New variable.
50995         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
50996         (built-program-cmd): Likewise.
50998 2012-10-22  Andreas Jaeger  <aj@suse.de>
51000         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
51001         __O_RSYNC if it exists, otherwise to O_SYNC.
51003 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
51004             Joseph Myers  <joseph@codesourcery.com>
51006         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
51007         /dev/null.
51008         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
51009         from /dev/null
51010         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
51011         /dev/null.
51013 2012-10-22  Andreas Jaeger  <aj@suse.de>
51015         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
51016         Define always.
51017         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
51019         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51020         bits/fcntl-linux.h.
51022         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
51023         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
51025         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
51026         to __O_LARGEFILE.
51027         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
51028         to __O_LARGEFILE.
51030 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
51031             Joseph Myers  <joseph@codesourcery.com>
51033         * config.make.in (NM): New variable.
51035 2012-10-21  Andreas Jaeger  <aj@suse.de>
51037         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
51038         definitions and declarations that are provided by
51039         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
51041 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
51043         [BZ #14683]
51044         * elf/Makefile (tests-static): Add tst-leaks1-static.
51045         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
51046         ($(objpfx)tst-leaks1-static): New rule.
51047         ($(objpfx)tst-leaks1-static-mem): Likewise.
51048         (tst-leaks1-static-ENV): New macro.
51049         * elf/dl-open.c (dl_open_worker): Check the main application
51050         only if SHARED is defined.
51051         * elf/tst-leaks1-static.c: New file.
51053 2012-10-20  Andreas Jaeger  <aj@suse.de>
51055         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
51056         generic values for Linux.
51057         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
51058         and declarations that are provided by <bits/fcntl-linux.h> and
51059         include <bits/fcntl-linux.h>.
51060         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51061         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51063 2012-10-20  Roland McGrath  <roland@hack.frob.com>
51065         * io/fcntl.h: Move include of <bits/types.h> to the top and
51066         include it unconditionally.
51068 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
51070         * wcsmbs/Makefile (tests-ifunc): New variable.
51071         (tests): Add $(tests-ifunc).
51072         * wcsmbs/test-wcschr-ifunc.c: New file.
51073         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
51074         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
51075         * wcsmbs/test-wcslen-ifunc.c: Likewise.
51076         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
51077         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
51079         * string/Makefile (tests-ifunc): New variable.
51080         (tests): Add $(tests-ifunc).
51081         * string/test-memccpy.c (TEST_NAME): New macro.
51082         * string/test-memchr.c (TEST_NAME): Likewise.
51083         * string/test-memcmp.c (TEST_NAME): Likewise.
51084         * string/test-memcpy.c (TEST_NAME): Likewise.
51085         * string/test-memmem.c (TEST_NAME): Likewise.
51086         * string/test-memmove.c (TEST_NAME): Likewise.
51087         * string/test-memset.c (TEST_NAME): Likewise.
51088         * string/test-rawmemchr.c (TEST_NAME): Likewise.
51089         * string/test-stpcpy.c (TEST_NAME): Likewise.
51090         * string/test-stpncpy.c (TEST_NAME): Likewise.
51091         * string/test-strcasecmp.c (TEST_NAME): Likewise.
51092         * string/test-strcasestr.c (TEST_NAME): Likewise.
51093         * string/test-strcat.c (TEST_NAME): Likewise.
51094         * string/test-strchr.c (TEST_NAME): Likewise.
51095         * string/test-strcmp.c(TEST_NAME): Likewise.
51096         * string/test-strcpy.c (TEST_NAME): Likewise.
51097         * string/test-strcspn.c (TEST_NAME): Likewise.
51098         * string/test-strlen.c (TEST_NAME): Likewise.
51099         * string/test-strncasecmp.c (TEST_NAME): Likewise.
51100         * string/test-strncmp.c (TEST_NAME): Likewise.
51101         * string/test-strncpy.c (TEST_NAME): Likewise.
51102         * string/test-strnlen.c (TEST_NAME): Likewise.
51103         * string/test-strpbrk.c (TEST_NAME): Likewise.
51104         * string/test-strrchr.c (TEST_NAME): Likewise.
51105         * string/test-strspn.c (TEST_NAME): Likewise.
51106         * string/test-strstr.c (TEST_NAME): Likewise.
51107         * string/test-bcopy-ifunc.c: New file.
51108         * string/test-bzero-ifunc.c: Likewise.
51109         * string/test-memccpy-ifunc.c: Likewise.
51110         * string/test-memchr-ifunc.c: Likewise.
51111         * string/test-memcmp-ifunc.c: Likewise.
51112         * string/test-memcpy-ifunc.c: Likewise.
51113         * string/test-memmem-ifunc.c: Likewise.
51114         * string/test-memmove-ifunc.c: Likewise.
51115         * string/test-mempcpy-ifunc.c: Likewise.
51116         * string/test-memset-ifunc.c: Likewise.
51117         * string/test-rawmemchr-ifunc.c: Likewise.
51118         * string/test-stpcpy-ifunc.c: Likewise.
51119         * string/test-stpncpy-ifunc.c: Likewise.
51120         * string/test-strcasecmp-ifunc.c: Likewise.
51121         * string/test-strcasestr-ifunc.c: Likewise.
51122         * string/test-strcat-ifunc.c: Likewise.
51123         * string/test-strchr-ifunc.c: Likewise.
51124         * string/test-strchrnul-ifunc.c: Likewise.
51125         * string/test-strcmp-ifunc.c: Likewise.
51126         * string/test-strcpy-ifunc.c: Likewise.
51127         * string/test-strcspn-ifunc.c: Likewise.
51128         * string/test-strlen-ifunc.c: Likewise.
51129         * string/test-strncasecmp-ifunc.c: Likewise.
51130         * string/test-strncat-ifunc.c: Likewise.
51131         * string/test-strncmp-ifunc.c: Likewise.
51132         * string/test-strncpy-ifunc.c: Likewise.
51133         * string/test-strnlen-ifunc.c: Likewise.
51134         * string/test-strpbrk-ifunc.c: Likewise.
51135         * string/test-strrchr-ifunc.c: Likewise.
51136         * string/test-strspn-ifunc.c: Likewise.
51137         * string/test-strstr-ifunc.c: Likewise.
51139         * debug/Makefile (tests-ifunc): New variable.
51140         (tests): Add $(tests-ifunc).
51141         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
51142         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
51143         * debug/test-stpcpy_chk-ifunc.c: New file.
51144         * debug/test-strcpy_chk-ifunc.c: Likewise.
51146 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
51148         [BZ #13601]
51149         * elf/dl-load.c (open_verify): Retry read if the entire ELF
51150         header is not read in.
51152 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
51154         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
51155         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
51156         directly.  Pass built executable to script as
51157         $(built-program-cmd).
51158         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
51159         $testprogram without using LD_LIBRARY_PATH and $ldso.
51161         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
51162         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
51163         $(rtld-installed-name).
51164         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
51165         (rtld_installed_name): Likewise.
51166         (library_path): Likewise.
51167         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
51168         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
51169         $(run-program-prefix) to tst-tables.sh.
51170         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
51171         it to run tst-table-from and tst-table-to.
51172         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
51173         Pass it to tst-table.sh.
51174         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
51175         $(run-program-prefix) to tst-gettext.sh.
51176         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
51177         tst-translit.sh.
51178         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
51179         tst-gettext2.sh.
51180         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
51181         to run tst-gettext.
51182         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
51183         to run tst-gettext2.
51184         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
51185         to run tst-translit.
51186         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
51187         $(run-program-prefix) to tst-mtrace.sh.
51188         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
51189         to run tst-mtrace.
51190         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
51191         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
51192         $(rtld-installed-name).
51193         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
51194         (rtld_installed_name): Likewise.
51195         (run_program_prefix): New variable.  Use it to run wordexp-test.
51197         * Makeconfig (ARCH): Remove all definitions.
51198         (machine): Likewise.
51199         [ARCH]: Remove conditional code.
51200         [!objdir]: Give error.
51201         [!objdir] (objpfx): Remove.
51202         [!objdir] (common-objpfx): Likewise.
51203         [!objdir] (common-objdir): Likewise.
51204         * configure.in (config_makefile): Remove.  Hardcode Makefile in
51205         AC_CONFIG_FILES call.
51206         * configure: Regenerated.
51208         [BZ #13888]
51209         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
51210         or TMPDIR.
51211         (testout): Likewise.
51213         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
51214         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
51215         $(rtld-installed-name).
51216         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
51217         (rtld_installed_name): Likwise.
51218         (runit): Remove function.
51219         (run_getconf): New variable,  Use it for running getconf binary.
51221 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
51223         [BZ #14716]
51224         * string/test-memmem.c (check_result): New function.
51225         (do_one_test): Use it.
51226         (check1): New function.
51227         (test_main): Use it.
51229 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
51231         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
51233 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
51235         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
51236         (_G_LSEEK64): Likewise.
51237         (_G_MMAP64): Likewise.
51238         (_G_FSTAT64): Likewise.
51239         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
51240         (_G_LSEEK64): Likewise.
51241         (_G_MMAP64): Likewise.
51242         (_G_FSTAT64): Likewise.
51243         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
51244         unconditional.  Call __mmap64 directly.
51245         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
51246         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
51247         __lseek64 directly.
51248         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
51249         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
51250         __mmap64 directly.
51251         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
51252         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
51253         __lseek64 directly.
51254         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
51255         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
51256         __lseek64 directly.
51257         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
51258         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
51259         __lseek64 directly.
51260         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
51261         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
51262         __fxstat64 directly.
51263         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
51264         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
51265         unconditional.
51266         (freopen64) [!_G_OPEN64]: Remove conditional code.
51267         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
51268         unconditional.
51269         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
51270         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
51271         unconditional.
51272         (ftello64) [!_G_LSEEK64]: Remove conditional code.
51273         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
51274         unconditional.
51275         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
51276         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
51277         unconditional.
51278         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
51279         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
51280         unconditional.
51281         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
51282         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
51283         unconditional.
51284         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
51285         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
51286         unconditional.
51287         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
51289 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
51291         [BZ #12140]
51292         * manual/memory.texi (Malloc Tunable Parameters): Add note
51293         about free list pointers overwriting some perturb bytes.
51294         Wording suggested by Roland McGrath.
51296 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
51298         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
51299         (lgamma_test): Likewise.
51300         (tgamma_test): Likewise.
51302 2012-10-16  Florian Weimer  <fweimer@redhat.com>
51304         [BZ #14700]
51305         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
51306         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
51308 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
51310         * NEWS: Mention BZ #14716.
51311         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
51312         when removing AVAILABLE1_USES_J macro.
51314 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
51316         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
51317         (__bswap_64): __uint64_t for unsigned 64-bit int.
51319 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
51321         * include/string.h (memmem): Declare libc hidden alias.
51322         * string/memmem.c (memmem): Define libc hidden alias.
51323         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
51324         __read, __close instead of open, read, close.
51326 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
51328         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
51329         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
51330         global and hidden.
51331         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
51332         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
51333         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
51334         Likewise.
51335         (__rawmemchr_sse2): Likewise.
51336         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
51337         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
51338         (__strchr_sse2): Likewise.
51339         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
51340         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
51341         (__strcasecmp_sse2): Likewise.
51342         (__strncasecmp_sse2): Likewise.
51343         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
51344         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
51345         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
51346         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
51347         (__strrchr_sse2): Likewise.
51348         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
51349         ifunc-impl-list.c.
51350         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
51351         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
51352         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
51353         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
51354         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
51355         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
51356         * sysdeps/x86_64/multiarch/memset.S: Likewise.
51357         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
51358         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
51359         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
51360         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
51361         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
51362         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
51363         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
51364         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
51365         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
51366         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
51367         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
51368         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
51369         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
51370         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
51371         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
51372         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
51373         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
51374         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
51375         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
51376         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
51377         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
51378         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
51379         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
51381         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
51382         global and hidden.
51383         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
51384         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
51385         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
51386         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
51387         Likewise.
51388         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
51389         Likewise.
51390         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
51391         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
51392         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
51393         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
51394         ifunc-impl-list.c.
51395         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
51396         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
51397         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
51398         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
51399         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
51400         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
51401         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
51402         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
51403         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
51404         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
51405         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
51406         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
51407         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
51408         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
51409         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
51410         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
51411         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
51412         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
51413         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
51414         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
51415         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51416         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
51417         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
51418         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
51419         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51420         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
51421         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
51422         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
51423         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
51424         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
51425         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
51426         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
51427         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
51428         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
51429         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
51430         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
51431         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
51432         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
51433         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
51434         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
51435         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
51437         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
51438         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
51439         * include/ifunc-impl-list.h: New file.
51440         * misc/ifunc-impl-list.c: Likewise.
51441         * misc/Makefile (routines): Add ifunc-impl-list.
51442         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
51443         * string/test-string.h: Include <ifunc-impl-list.h>.
51444         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
51445         TEST_NAME]: New variables.
51446         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
51447         are defined.
51448         (test_init): Call __libc_ifunc_impl_list to initialize
51449         func_list if TEST_IFUNC and TEST_NAME are defined.
51451         * string/Makefile (strop-tests): Add bcopy and bzero.
51452         * string/test-bcopy.c: New file.
51453         * string/test-bzero.c: Likewise.
51454         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
51455         defined.
51456         * string/test-memset.c: Support bzero test if TEST_BZERO is
51457         defined.
51458         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
51459         __libc_memmove.
51460         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
51461         __libc_memset.
51462         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
51463         of memset.
51465 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
51467         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
51468         * configure: Regenerated.
51470         * Makeconfig (+link-static-before-libc): Don't include
51471         $(link-static-libc).
51473         * libio/libio.h (_IO_pos_t): Remove.
51475 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
51477         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
51478         McGrath.
51480 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
51482         * crypt/crypt-entry.c: Include fips-private.h.
51483         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
51484         * crypt/md5c-test.c (main): Tolerate disabled MD5.
51485         * sysdeps/unix/sysv/linux/fips-private.h: New file.
51486         * sysdeps/generic/fips-private.h: New file, dummy fallback.
51488 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
51490         * crypt/crypt-private.h: Include stdbool.h.
51491         (_ufc_setup_salt_r): Return bool.
51492         * crypt/crypt-entry.c: Include errno.h.
51493         (__crypt_r): Return NULL with EINVAL for bad salt.
51494         * crypt/crypt_util.c (bad_for_salt): New.
51495         (_ufc_setup_salt_r): Check that salt is long enough and within
51496         the specified alphabet.
51497         * crypt/badsalttest.c: New file.
51498         * crypt/Makefile (tests): Add it.
51499         ($(objpfx)badsalttest): New.
51501 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
51503         * NEWS: Add entry for BZ #14602.
51505 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
51507         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
51508         type-generic.
51509         * math/libm-test.inc: Update comment listing what functions and
51510         macros are tested.
51511         (isgreater_test): New function.
51512         (isgreaterequal_test): Likewise.
51513         (isless_test): Likewise.
51514         (islessequal_test): Likewise.
51515         (islessgreater_test): Likewise.
51516         (isunordered_test): Likewise.
51517         (main): Call the new functions.
51519 2012-10-09  Roland McGrath  <roland@hack.frob.com>
51521         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
51522         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
51523         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
51524         * sysdeps/i386/configure: Regenerated.
51525         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
51526         * sysdeps/mach/configure: Regenerated.
51527         * sysdeps/mach/hurd/configure: Regenerated.
51528         * sysdeps/powerpc/configure: Regenerated.
51529         * sysdeps/powerpc/powerpc32/configure: Regenerated.
51530         * sysdeps/powerpc/powerpc64/configure: Regenerated.
51531         * sysdeps/s390/s390-32/configure: Regenerated.
51532         * sysdeps/s390/s390-64/configure: Regenerated.
51533         * sysdeps/sh/configure: Regenerated.
51534         * sysdeps/sparc/configure: Regenerated.
51535         * sysdeps/unix/sysv/linux/configure: Regenerated.
51536         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
51537         * sysdeps/x86_64/configure: Regenerated.
51539         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
51540         defined.  Don't check if MAP is NULL.
51542 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
51544         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
51545         (_G_stat64): Likewise.
51546         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
51547         (_G_stat64): Likewise.
51548         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
51549         instead of struct _G_stat64.
51550         * libio/fileops.c (mmap_remap_check): Likewise.
51551         (decide_maybe_mmap): Likewise.
51552         (_IO_new_file_seekoff): Likewise.
51553         (_IO_file_stat): Likewise.
51554         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
51555         _G_off64_t.
51556         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
51557         instead of struct _G_stat64.
51558         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
51560 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
51562         [BZ #14602]
51563         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
51564         Replace with ...
51565         (CHECK_EOL): New macro.
51566         (two_way_short_needle): Check beginning of haystack for EOL.  Use
51567         CHECK_EOL.
51568         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
51569         Replace with CHECK_EOL.
51570         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
51571         Replace with CHECK_EOL.
51573 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
51575         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
51576         type-generic.
51577         * math/libm-test.inc: Update comment listing what functions and
51578         macros are tested.
51579         (finite_test): New function.
51580         (isinf_test): Likewise.
51581         (isnan_test): Likewise.
51582         (fpclassify_test): Test subnormal input.
51583         (isfinite_test): Likewise.
51584         (isnormal_test): Likewise.
51585         (main): Call the new functions.
51587 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
51589         [BZ #14660]
51590         * Makerules (%.dynsym): Force C locale when running
51591         $(OBJDUMP) --dynamic-syms.
51593 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
51595         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
51596         <stdint.h>.
51598 2012-10-06  David S. Miller  <davem@davemloft.net>
51600         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
51601         upper 32-bits of the length value in %o2 since we use branch-on-register
51602         tests which consider the entire 64-bit register.
51604 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
51606         * string/test-strstr.c (check2): Add a test for page boundary.
51608 2012-10-05  David S. Miller  <davem@davemloft.net>
51610         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
51611         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
51612         file.
51613         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
51614         sysdep_routines.
51615         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
51616         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
51617         and bzero when HWCAP_SPARC_CRYPTO is present.
51619 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
51621         [BZ #14602]
51622         * string/test-strstr.c (check2): New function.
51623         (test_main): Call check2.
51625         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
51626         and bug-strchr1.
51627         * string/bug-strcasestr1.c (do_test): Moved to ...
51628         * string/test-strcasestr.c (check1): Here.  New function.
51629         (do_one_test): Break out result checking code into ...
51630         (check_result): This.  New function.
51631         (do_one_test): Call check_result.
51632         (test_main): Call check1.
51633         * string/bug-strchr1.c (do_test): Moved to ...
51634         * string/test-strchr.c (check1): Here.  New function.
51635         (do_one_test): Break out result checking code into ...
51636         (check_result): This.  New function.
51637         (do_one_test): Call check_result.
51638         (test_main): Call check1.
51639         * string/bug-strstr1.c (main): Moved to ...
51640         * string/test-strstr.c (check1): Here.  New function.
51641         (do_one_test): Break out result checking code into ...
51642         (check_result): This.  New function.
51643         (do_one_test): Call check_result.
51644         (test_main): Call check1.
51645         * string/bug-strcasestr1.c: Removed.
51646         * string/bug-strchr1.c: Likewise.
51647         * string/bug-strstr1.c: Likewise.
51649         * elf/Makefile (dl-routines): Add hwcaps.
51650         * elf/dl-support.c (_dl_important_hwcaps): Removed.
51651         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
51652         (_dl_important_hwcaps): Moved to ...
51653         * elf/dl-hwcaps.c: Here.  New file.
51654         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
51656         [BZ #14557]
51657         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
51658         if IS_IN_rtld isn't defined.
51660         * elf/dl-support.c (_dl_sysinfo_map): New.
51661         Include "get-dynamic-info.h" and "setup-vdso.h".
51662         (_dl_non_dynamic_init): Call setup_vdso.
51663         * elf/dynamic-link.h: Don't include <assert.h>.
51664         (elf_get_dynamic_info): Moved to ...
51665         * elf/get-dynamic-info.h: Here.  New file.
51666         * elf/dynamic-link.h: Include "get-dynamic-info.h".
51667         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
51668         * elf/setup-vdso.h: Here.  New file.
51669         * elf/rtld.c: Include "setup-vdso.h".
51670         (dl_main): Call setup_vdso.
51672 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
51674         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
51675         creal in comment listing functions tested.  List finite, isinf,
51676         isnan, isless, islessequal, isgreater, isgreaterequal,
51677         islessgreater, isunordered, lgamma_r and pow10 as functions and
51678         macros not tested.  Mention which functions not tested are aliases
51679         for other functions.  Fix typo.  Note that signs of NaNs are not
51680         tested.
51682         * scripts/config.guess: Update from config.git.
51683         * scripts/config.sub: Likewise.
51685 2012-10-04  Roland McGrath  <roland@hack.frob.com>
51687         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
51688         * misc/madvise.c (madvise): Renamed to __madvise.
51689         Make madvise a weak alias.
51690         * include/sys/mman.h: Declare __madvise.
51691         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
51692         * sysdeps/unix/syscalls.list
51693         (madvise): Make __madvise the strong name, and madvise a weak alias.
51694         * sysdeps/unix/sysv/linux/syscalls.list
51695         (madvise, mmap): Remove redundant entries.
51696         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
51697         * malloc/malloc.c (mtrim): Likewise.
51698         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
51700 2012-10-03  Roland McGrath  <roland@hack.frob.com>
51702         * sysdeps/mach/hurd/dl-cache.c: File removed.
51703         * config.h.in (USE_LDCONFIG): New #undef.
51704         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
51705         * configure: Regenerated.
51706         * elf/Makefile (dl-routines): Add dl-cache only under
51707         [$(use-ldconfig) = yes].
51708         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
51709         cache on [USE_LDCONFIG].
51710         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
51711         [USE_LDCONFIG].
51712         * elf/rtld.c (dl_main): Likewise.
51714 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
51716         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
51717         _SC_LEVEL4_CACHE_LINESIZE.
51719 2012-10-03  Roland McGrath  <roland@hack.frob.com>
51721         * sysdeps/unix/bsd/confstr.h: File removed.
51723 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
51725         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
51726         sys/sdt-config.h.
51728 2012-10-02  Roland McGrath  <roland@hack.frob.com>
51730         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
51731         Make 'mapoff' field ElfW(Off) rather than off_t.
51733 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
51735         * nscd/Makefile: Remove nscd-cflags and all its users.
51736         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
51737         (CFLAGS-nonlib): Add compiler flags for nscd modules.
51739         [BZ #10631]
51740         * malloc.c (malloc_printerr): Clarify error message.
51742 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
51744         [BZ #14648]
51745         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51746         Set bit_FMA_Usable if FMA is supported.
51747         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
51748         macro.
51749         (bit_FMA4_Usable): Updated.
51750         (index_FMA_Usable): New macro.
51751         (CPUID_FMA): Likewise
51752         (HAS_FMA): Defined with bit_FMA_Usable.
51754 2012-10-01  Roland McGrath  <roland@hack.frob.com>
51756         * bits/types.h (__swblk_t): Type removed.
51757         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
51758         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
51759         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
51760         (__SWBLK_T_TYPE): Likewise.
51761         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
51762         (__SWBLK_T_TYPE): Likewise.
51763         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
51764         (__SWBLK_T_TYPE): Likewise.
51765         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
51766         (__SWBLK_T_TYPE): Likewise.
51768 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
51769             Honza Horak <hhorak@redhat.com>
51771         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
51772         (xdr_mapname): Use YPMAXMAP as maxsize.
51773         (xdr_peername): Use YPMAXPEER as maxsize.
51774         (xdr_keydat): Use YPAXRECORD as maxsize.
51775         (xdr_valdat): Use YPMAXRECORD as maxsize.
51777 2012-10-01  Roland McGrath  <roland@hack.frob.com>
51779         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
51781         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
51782         * csu/init-first.c: ... here.
51783         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
51784         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
51785         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
51786         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
51787         * sysdeps/i386/init-first.c: File removed.
51788         * sysdeps/sh/init-first.c: File removed.
51790 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
51792         [BZ #14645]
51793         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
51794         if x * y might underflow to zero and z is zero.
51795         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
51796         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
51797         * math/libm-test.inc (min_subnorm_value): New variable.
51798         (fma_test): Add more tests.
51799         (fma_test_towardzero): Likewise.
51800         (fma_test_downward): Likewise
51801         (fma_test_upward): Likewise.
51802         (initialize): Set min_subnorm_value.
51804 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
51806         [BZ #14638]
51807         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
51808         0 + 0.
51809         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
51810         mode for addition resulting in exact zero.
51811         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
51812         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
51813         exact 0 + 0.
51814         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
51815         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
51816         * math/libm-test.inc (fma_test): Add more tests.
51817         (fma_test_towardzero): New function.
51818         (fma_test_downward): Likewise.
51819         (fma_test_upward): Likewise.
51820         (main): Call the new functions.
51822 2012-09-28  David S. Miller  <davem@davemloft.net>
51824         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
51826 2012-09-28  Roland McGrath  <roland@hack.frob.com>
51828         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
51829         instead of SIGALRM.
51831         * sysdeps/gnu/_G_config.h: Moved to ...
51832         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
51833         * sysdeps/mach/hurd/_G_config.h: Moved to ...
51834         * sysdeps/generic/_G_config.h: ... here.
51836         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
51838         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
51840         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
51841         Conditionalize target on [libnss_test1.so-version].
51843         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
51845         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
51846         (elfobjdir): Move out of conditionals.
51848         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
51849         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
51850         (__nss_lookup_function): Conditionalize label remove_from_tree on
51851         [!DO_STATIC_NSS || SHARED], matching its only use.
51853 2012-09-28  David S. Miller  <davem@davemloft.net>
51855         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
51856         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
51857         file.
51858         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
51859         sysdep_routines.
51860         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
51861         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
51862         when HWCAP_SPARC_CRYPTO is present.
51864 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
51866         * io/tst-mknodat.c: Create a FIFO instead of a socket.
51868 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
51870         [BZ #6530]
51871         * stdio-common/vfprintf.c (process_string_arg): Revert
51872         2000-07-22 change.
51874 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
51876         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
51877         for testcase.
51878         * stdio-common/tst-sprintf.c: Include <locale.h>
51879         (main): Test sprintf's handling of incomplete multibyte
51880         characters.
51882 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
51884         * elf/dl-runtime.c (VERSYMIDX): Removed.
51885         * elf/dl-version.c (VERSYMIDX): Likewise.
51886         * elf/do-rel.h (VERSYMIDX): Likewise.
51887         (VALIDX): Likewise.
51888         * elf/dynamic-link.h (VERSYMIDX): Likewise.
51889         * elf/rtld.c (VALIDX): Likewise.
51890         (ADDRIDX): Likewise.
51891         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
51892         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
51893         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
51894         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
51895         (VALIDX): Likewise.
51896         (ADDRIDX): Likewise.
51898 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
51900         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
51902 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
51904         [BZ #11438]
51905         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
51906         to global scope.
51907         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
51908         addresses are in the same scope as 192.0.2/24.
51909         * posix/gai.conf: Document new scope table defaults.
51911 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
51913         [BZ #5298]
51914         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
51915         for ftell.  Compute offsets from write pointers instead.
51916         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
51918 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
51920         [BZ #14543]
51921         * libio/Makefile (tests): New test case tst-fseek.
51922         * libio/tst-fseek.c: New test case to verify that fseek/ftell
51923         combination works in wide mode.
51924         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
51925         state when the external buffer state changes.
51927 2012-09-27  David S. Miller  <davem@davemloft.net>
51929         [BZ #14376]
51930         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
51931         pass reloc->r_addend in as the 'high' argument to
51932         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
51934         * sysdeps/sparc/fpu/libm-test-ulps: Update.
51936 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
51938         * rt/tst-aio2.c: Include <pthread.h>.
51939         * rt/tst-aio3.c: Likewise.
51941 2012-09-27  Steve Ellcey  <sellcey@mips.com>
51943         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
51945 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
51947         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
51948         contents on [SHARED].
51950 2012-09-26  Marek Polacek  <polacek@redhat.com>
51952         [BZ #14530]
51953         [BZ #13741]
51954         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
51955         for C++ and GCC <4.3 as well as for non GCC compilers.
51957 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
51959         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51961 2012-09-25  Roland McGrath  <roland@hack.frob.com>
51963         * Makefile.in (all, install): Declare with .PHONY.
51964         Reported by Michael Hope <michael.hope@linaro.org>.
51966 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
51968         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
51969         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
51970         system header.
51971         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
51972         Likewise.
51973         (sydep_routines): Add the new and the internal functions.
51974         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
51975         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
51976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
51977         (GLIBC_2.17): Add the new function.
51978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
51979         (GLIBC_2.17): Likewise.
51980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
51981         (GLIBC_2.17): Likewise.
51982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
51983         (GLIBC_2.17): Likewise.
51984         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
51986 2012-09-25  Alan Modra  <amodra@gmail.com>
51988         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
51989         Add release barrier before setting once_control to say
51990         initialisation is done.  Add hints on lwarx.  Use macro in
51991         place of isync.
51992         (clear_once_control): Add release barrier.
51994 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
51996         [BZ #13629]
51997         * math/s_clog.c (__clog): Handle more values close to |z| = 1
51998         specially.
51999         * math/s_clog10.c (__clog10): Likewise.
52000         * math/s_clog10f.c (__clog10f): Likewise.
52001         * math/s_clog10l.c (__clog10l): Likewise.
52002         * math/s_clogf.c (__clogf): Likewise.
52003         * math/s_clogl.c (__clogl): Likewise.
52004         * math/Makefile (libm-calls): Add x2y2m1.
52005         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
52006         (__x2y2m1): Likewise.
52007         (__x2y2m1l): Likewise.
52008         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
52009         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
52010         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
52011         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
52012         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
52013         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
52014         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
52015         * sysdeps/i386/fpu/libm-test-ulps: Update.
52016         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52018         [BZ #14621]
52019         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
52020         int as type of variable DEPTH.
52021         (glob): Use size_t instead of int as type of variables NEWCOUNT
52022         and OLD_PATHC.
52024 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52026         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
52027         Add s_sincosf-sse2.
52028         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
52029         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
52030         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
52031         macros for using routine as __sincosf_ia32.
52032         Use macro for function declaration and weak_alias.
52033         * sysdeps/i386/fpu/libm-test-ulps: Update.
52035         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
52036         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52038         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
52039         subnormal argument.
52040         * math/s_cexpf.c (__cexpf): Likewise.
52041         * math/s_csinf.c (__csinf): Likewise.
52042         * math/s_csinhf.c (__csinhf): Likewise.
52043         * math/s_ctanf.c (__ctanf): Likewise.
52044         * math/s_ctanhf.c (__ctanhf): Likewise.
52045         * math/s_ccosh.c (__ccoshf): Likewise.
52046         * math/s_cexp.c (__cexpl): Likewise.
52047         * math/s_csin.c (__csin): Likewise.
52048         * math/s_csinh.c (__csinh): Likewise.
52049         * math/s_ctan.c (__ctan): Likewise.
52050         * math/s_ctanh.c (ctanh): Likewise.
52051         * math/s_ccoshl.c (__ccoshl): Likewise.
52052         * math/s_cexpl.c (__cexpl): Likewise.
52053         * math/s_csinl.c (__csinl): Likewise.
52054         * math/s_csinhl.c (__csinhl): Likewise.
52055         * math/s_ctanl.c (__ctanl): Likewise.
52056         * math/s_ctanhl.c (__ctanhl): Likewise.
52058 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
52060         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
52061         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
52062         (_IO_off_t): Define to __off_t, not _G_off_t.
52063         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
52064         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
52065         (_IO_wint_t): Define to wint_t, not _G_wint_t.
52066         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
52067         type of __dummy and __dummy2 fields.
52068         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
52069         (_G_ssize_t): Likewise.
52070         (_G_off_t): Likewise.
52071         (_G_pid_t): Likewise.
52072         (_G_uid_t): Likewise.
52073         (_G_wchar_t): Likewise.
52074         (_G_wint_t): Likewise.
52075         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
52076         (_G_ssize_t): Likewise.
52077         (_G_off_t): Likewise.
52078         (_G_pid_t): Likewise.
52079         (_G_uid_t): Likewise.
52080         (_G_wchar_t): Likewise.
52081         (_G_wint_t): Likewise.
52082         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
52083         (_G_ssize_t): Likewise.
52084         (_G_off_t): Likewise.
52085         (_G_pid_t): Likewise.
52086         (_G_uid_t): Likewise.
52087         (_G_wchar_t): Likewise.
52088         (_G_wint_t): Likewise.
52090 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
52092         * malloc/arena.c: Include malloc-sysdep.h.
52093         (shrink_heap): Use check_may_shrink_heap to decide if madvise
52094         is sufficient to shrink the heap or an unmap is needed.
52095         * sysdeps/generic/malloc-sysdep.h: New file.  Define
52096         new function check_may_shrink_heap.
52097         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
52098         new function check_may_shrink_heap.
52100 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
52102         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
52103         comments.
52105 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
52107         * catgets/test-gencat.sh: Add "set -e".
52108         * elf/tst-pathopt.sh: Likewise.
52109         * grp/tst_fgetgrent.sh: Likewise.
52110         * iconvdata/run-iconv-test.sh: Likewise.
52111         * intl/tst-gettext.sh: Likewise.
52112         * intl/tst-gettext2.sh: Likewise.
52113         * intl/tst-gettext4.sh: Likewise.
52114         * intl/tst-gettext6.sh: Likewise.
52115         * intl/tst-translit.sh: Likewise.
52116         * io/ftwtest-sh: Likewise.
52117         * libio/test-freopen.sh: Likewise.
52118         * malloc/tst-mtrace.sh: Likewise.
52119         * posix/globtest.sh: Likewise.
52120         * posix/tst-getconf.sh: Likewise.
52121         * posix/wordexp-tst.sh: Likewise.
52122         * stdio-common/tst-printf.sh: Likewise.
52123         * stdio-common/tst-unbputc.sh: Likewise.
52124         * stdlib/tst-fmtmsg.sh: Likewise.
52125         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
52126         * catgets/Makefile: Do not specify -e option when running
52127         testsuite shell scripts.
52128         * elf/Makefile: Likewise.
52129         * grp/Makefile: Likewise.
52130         * iconvdata/Makefile: Likewise.
52131         * intl/Makefile: Likewise.
52132         * io/Makefile: Likewise.
52133         * libio/Makefile: Likewise.
52134         * malloc/Makefile: Likewise.
52135         * posix/Makefile: Likewise.
52136         * stdio-common/Makefile: Likewise.
52137         * stdlib/Makefile: Likewise.
52138         * sysdeps/x86_64/Makefile: Likewise.
52140         * io/ftwtest-sh: Add copyright header.
52141         * posix/globtest.sh: Likewise.
52142         * posix/tst-getconf.sh: Likewise.
52143         * posix/wordexp-tst.sh: Likewise.
52144         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
52146 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
52148         [BZ #13679]
52149         * Makeconfig (+link): Defined as $(+link-static) if
52150         $(build-shared) isn't yes.
52151         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
52152         isn't yes.
52153         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
52155         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
52157         [BZ #14562]
52158         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
52159         new chunk size with MALLOC_ALIGN_MASK.
52161 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
52163         [BZ #5044]
52164         * stdio-common/printf_fphex.c: Include <stdbool.h> and
52165         <rounding-mode.h>.
52166         (__printf_fphex): Determine rounding using get_rounding_mode and
52167         round_away.
52168         * stdio-common/tst-printf-round.c (struct hex_test): New
52169         structure.
52170         (hex_tests): New variable.
52171         (test_hex_in_one_mode): New function.
52172         (do_test): Also run tests for hex float output.
52174 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
52176         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
52177         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
52178         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
52179         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
52180         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
52181         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
52182         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
52183         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
52185 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
52187         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
52188         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
52189         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
52190         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
52192 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
52194         [BZ #14579]
52195         * elf/rtld.c (dl_main): Limit the check for self loading to normal
52196         mode only.
52197         * elf/tst-rtld-load-self.sh: New test.
52198         * elf/Makefile: Run it.
52200 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
52202         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
52203         (tst-writev-ENV): Remove.
52204         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
52206 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
52208         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
52210 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
52212         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
52213         unconditional.
52214         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
52215         Likewise.
52216         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
52217         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
52218         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
52219         Likewise.
52221 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
52223         [BZ #14587]
52224         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
52225         * config.make.in (have-cpp-asm-debuginfo): Removed.
52226         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
52227         * configure: Regenerated.
52229 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
52231         [BZ #5044]
52232         * stdio-common/printf_fp.c: Include <stdbool.h> and
52233         <rounding-mode.h>.
52234         (___printf_fp): Determine rounding using get_rounding_mode and
52235         round_away.
52236         * stdio-common/tst-printf-round.c: New file.
52237         * stdio-common/Makefile (tests): Add tst-printf-round.
52238         (link-libm): New variable.
52239         ($(objpfx)tst-printf-round): Depend in $(link-libm).
52241 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
52243         [BZ #14576]
52244         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
52245         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
52246         Likewise.
52247         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
52248         Likewise.
52250 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
52252         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
52253         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
52254         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
52255         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
52257 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
52259         [BZ #14518]
52260         * include/rounding-mode.h: New file.
52261         * sysdeps/generic/get-rounding-mode.h: Likewise.
52262         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
52263         * stdlib/strtod_l.c: Include <rounding-mode.h>.
52264         (MAX_VALUE): New macro.
52265         (MIN_VALUE): Likewise.
52266         (overflow_value): New function.
52267         (underflow_value): Likewise.
52268         (round_and_return): Use overflow_value and underflow_value to
52269         determine return values in overflow and underflow cases.  Use
52270         round_away to determine rounding depending on rounding mode.
52271         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
52272         determine return values in overflow and underflow cases.
52273         * stdlib/tst-strtod-round.c: Include <fenv.h>.
52274         (struct test_results): New structure.
52275         (struct test): Use struct test_results to store expected results
52276         for all rounding modes.
52277         (TEST): Include expected results for all rounding modes.
52278         (test_in_one_mode): New function.
52279         (do_test): Use test_in_one_mode to compute and check results.
52280         Check results for all rounding modes.
52281         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
52282         $(link-libm).
52284 2012-12-09  Allan McRae  <allan@archlinux.org>
52286         * sysdeps/i386/fpu/libm-test-ulps: Update
52288 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
52290         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
52291         (_G_int32_t): Likewise.
52292         (_G_uint16_t): Likewise.
52293         (_G_uint32_t): Likewise.
52294         (_G_HAVE_BOOL): Likewise.
52295         (_G_HAVE_ATEXIT): Likewise.
52296         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
52297         (_G_HAVE_IO_FILE_OPEN): Likewise.
52298         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
52299         (_G_int32_t): Likewise.
52300         (_G_uint16_t): Likewise.
52301         (_G_uint32_t): Likewise.
52302         (_G_HAVE_BOOL): Likewise.
52303         (_G_HAVE_ATEXIT): Likewise.
52304         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
52305         (_G_HAVE_IO_FILE_OPEN): Likewise.
52306         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
52307         (_G_int32_t): Likewise.
52308         (_G_uint16_t): Likewise.
52309         (_G_uint32_t): Likewise.
52310         (_G_HAVE_BOOL): Likewise.
52311         (_G_HAVE_ATEXIT): Likewise.
52312         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
52313         (_G_HAVE_IO_FILE_OPEN): Likewise.
52315 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
52317         * csu/libc-tls.c: Update copyright years.
52319 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
52321         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
52322         [!_G_USING_THUNKS]: Remove conditional code.
52323         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
52324         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
52326         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
52327         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
52328         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
52329         (_G_VTABLE_LABEL_PREFIX): Likewise.
52330         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
52331         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
52332         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
52333         (_G_VTABLE_LABEL_PREFIX): Likewise.
52334         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
52335         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
52336         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
52337         (_G_VTABLE_LABEL_PREFIX): Likewise.
52338         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
52340 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
52342         * libio/Makefile: Include ../Makeconfig before tests.
52343         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
52344         only if $(build-shared) is yes.
52346         * iconv/gconv_db.c: Update copyright years.
52348 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52350         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
52351         unwind info if defined PIC. Fix special cases description.
52352         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
52354         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
52355         DP_HI_MASK entry.
52356         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
52358 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
52360         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
52362         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
52363         is NULL.
52365         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
52366         (LDLIBS-tst-chk4): This.
52367         (LDFLAGS-tst-chk5): Renamed to ...
52368         (LDLIBS-tst-chk5): This.
52369         (LDFLAGS-tst-chk6): Renamed to ...
52370         (LDLIBS-tst-chk6): This.
52371         (LDFLAGS-tst-lfschk4): Renamed to ...
52372         (LDLIBS-tst-lfschk4): This.
52373         (LDFLAGS-tst-lfschk5): Renamed to ...
52374         (LDLIBS-tst-lfschk5): This.
52375         (LDFLAGS-tst-lfschk6): Renamed to ...
52376         (LDLIBS-tst-lfschk6): This.
52378         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
52379         on $(common-objpfx)soversions.mk.
52381 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
52383         [BZ #10014]
52384         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
52385         example host name.
52387 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
52389         * malloc/arena.c (arena_get_retry): New function that gets
52390         another arena for the caller to try its request on.
52391         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
52392         current arena cannot fulfill the request.
52393         (__libc_memalign): Likewise.
52394         (__libc_memalign): Likewise.
52395         (__libc_pvalloc): Likewise.
52396         (__libc_calloc): Likewise.
52398 2012-09-05  John Tobey  <john.tobey@gmail.com>
52400         [BZ #13542]
52401         * manual/arith.texi (Operations on Complex): Fix description
52402         of carg branch cut.
52404 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
52406         [BZ #10014]
52407         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
52408         host name.
52410         [BZ #10038]
52411         * manual/memory.texi (Memory): Make order of menu items match
52412         order of sections.
52414 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
52416         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
52417         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
52418         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
52420 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
52422         * csu/libc-tls.c (static_dtv): Renamed to ...
52423         (_dl_static_dtv): This.  Make it global.
52424         (_dl_initial_dtv): Removed.
52425         (__libc_setup_tls): Updated.
52426         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
52427         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
52428         DL_INITIAL_DTV.
52430 2012-09-06  Petr Machata  <pmachata@redhat.com>
52432         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
52433         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
52434         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
52435         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
52437 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
52439         [BZ #14545]
52440         * csu/libc-tls.c (_dl_initial_dtv): New variable.
52441         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
52442         freeing dtv[-1].
52444 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
52446         [BZ #14544]
52447         * Makeconfig (link-static-before-libc): Replace $(+prector)
52448         with $(+prectorT).
52449         (link-static-after-libc): Replace $(+postctor) with
52450         $(+postctorT).
52451         (link-bounded): Replace $(+prector)/$(+postctor) with
52452         $(+prectorT)/$(+postctorT).
52453         (+prectorT): New macro.
52454         (+postctorT): Likewise.
52456 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
52458         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
52459         (round_str): Handle values above the maximum for IBM long double
52460         as inexact.
52461         * stdlib/tst-strtod-round.c (tests): Regenerated.
52463 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52465         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
52466         assembler flag.
52467         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
52468         zarch_nohighgprs around the zarch optimized routines.
52469         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
52470         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
52471         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
52472         for zarch.
52474 2012-09-05  David S. Miller  <davem@davemloft.net>
52476         * sysdeps/sparc/fpu/libm-test-ulps: Update.
52478         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
52479         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
52480         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
52481         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52482         entries.
52484 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
52486         * malloc/arena.c: Fold copyright years.
52487         * malloc/mcheck.c, malloc/memusage.c: Likewise.
52489 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
52491         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
52493 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
52495         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
52497 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
52499         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
52500         change internal state upon failure.
52502 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
52504         * malloc/mcheck.c (mcheck_check_all): Fix typo.
52505         * malloc/memusage.c (mmap): Likewise.
52506         (mmap64, mremap): Likewise.  Adjust name in comment.
52508 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
52510         * libio/fileops.c: Fix typos in comments.
52511         * libio/oldfileops.c: Likewise.
52512         * libio/wfileops.c: Likewise.
52514 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
52516         [BZ #1349]
52517         * malloc/Makefile (tests): Add tst-malloc-usable test case.
52518         (tst-malloc-usable-ENV): Set environment for test case.
52519         * malloc/hooks.c (malloc_check_get_size): New function to get
52520         requested size.
52521         * malloc/malloc.c (musable): Use malloc_check_get_size.
52522         * malloc/tst-malloc-usable.c: New test case.
52524 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
52526         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
52528 2012-09-05  Allan McRae  <allan@archlinux.org>
52530         [BZ #13966]
52531         * configure.in (CXX_SYSINCLUDES): Use compiler output to
52532         determine header location.
52533         * configure: Regenerated.
52535 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
52537         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
52538         float format.
52539         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
52540         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
52541         format.
52542         (test): Regenerate.
52544 2012-09-04  David S. Miller  <davem@davemloft.net>
52546         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
52547         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
52548         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
52550 2012-09-04  Florian Weimer  <fweimer@redhat.com>
52552         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
52553         failures.
52555         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
52557 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
52559         [BZ #9914]
52560         * libio/iogetdelim.c: Include <limits.h>.
52561         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
52562         + len + 1 would overflow.
52564 2012-09-03  Andreas Jaeger  <aj@suse.de>
52566         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52567         * sysdeps/i386/fpu/libm-test-ulps: Update.
52569 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52571         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
52572         Add s_sinf-sse2, s_conf-sse2.
52574         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
52575         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
52576         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
52577         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
52579         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
52580         for using routine as __sinf_ia32.
52581         Use macro for function declaration and weak_alias.
52582         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
52583         for using routine as __cosf_ia32.
52584         Use macro for function declaration and weak_alias.
52586         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
52587         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
52589         * sysdeps/x86_64/fpu/s_sinf.S: New file.
52590         * sysdeps/x86_64/fpu/s_cosf.S: New file.
52591         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52593         * math/libm-test.inc (cos_test): Add more test cases.
52594         (sin_test): Likewise.
52595         (sincos_test): Likewise.
52597 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52599         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
52600         (IFUNC_RESOLVE): Make pointers to the specialized implementations
52601         hidden.
52602         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
52604 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
52606         [BZ #14538]
52607         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
52608         first element of the GOT.
52609         (elf_machine_load_address): Return the difference between
52610         the runtime address of _DYNAMIC and elf_machine_dynamic ().
52612 2012-09-01  Allan McRae  <allan@archlinux.org>
52614         [BZ #13412]
52615         * configure.in (AWK): Require gawk version 3.0 or later.
52616         * configure: Regenerated.
52618 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
52620         * sysdeps/unix/sysv/linux/kernel-features.h
52621         (__ASSUME_POSIX_CPU_TIMERS): Remove.
52622         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
52623         [__NR_clock_getres]: Make code unconditional.
52624         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
52625         (clock_getcpuclockid): Remove code left unreachable by removal of
52626         conditionals.
52627         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
52628         code unconditional.
52629         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
52630         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
52631         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
52632         Make code unconditional.
52633         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
52634         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
52635         * sysdeps/unix/sysv/linux/clock_settime.c
52636         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
52637         conditional code.
52638         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
52639         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
52641 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
52643         [BZ #14476]
52644         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
52645         scripts/test-installation.pl.
52647         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
52648         and $ld_so_version if it is set.
52650 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
52652         [BZ #14516]
52653         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
52654         failure if reading from procfs failed.
52655         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
52657 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
52659         * sysdeps/unix/sysv/linux/kernel-features.h
52660         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
52661         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
52662         Remove conditional code.
52663         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
52664         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
52665         Remove conditional code.
52666         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
52667         * sysdeps/unix/sysv/linux/i386/fxstat.c
52668         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
52669         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
52670         * sysdeps/unix/sysv/linux/i386/fxstatat.c
52671         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
52672         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
52673         * sysdeps/unix/sysv/linux/i386/lxstat.c
52674         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
52675         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
52676         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
52677         Remove conditional code.
52678         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
52679         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
52680         Remove conditional code.
52681         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
52682         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
52683         <kernel-features.h>.
52684         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
52685         Remove.
52686         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
52687         Remove conditional code.
52688         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
52689         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
52690         Remove conditional.
52692 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
52694         [BZ #5400]
52695         * NEWS: Add fixed bug number.
52697 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
52699         [BZ #14519]
52700         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
52701         underflowing exponent in case of negative sign.
52702         * stdlib/tst-strtod-round-data: Add more tests.
52703         * stdlib/tst-strtod-round.c (tests): Regenerated.
52705         [BZ #3479]
52706         * stdlib/strtod_l.c (NDIG): Remove.
52707         (HEXNDIG): Likewise.
52708         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
52709         smallest representable value.
52710         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
52711         lie within an exact representation of 1/2 ulp of the result.
52712         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
52713         unconditionally.
52714         (TENS_P9_IDX): Define unconditionally.
52715         (TENS_P9_SIZE): Likewise.
52716         (TENS_P10_IDX): Likewise.
52717         (TENS_P10_SIZE): Likewise.
52718         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
52719         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
52720         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
52721         entries for 10^2^13 and 10^2^14.
52722         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
52723         (TENS_P13_IDX): Define.
52724         (TENS_P13_SIZE): Likewise.
52725         (TENS_P14_IDX): Likewise.
52726         (TENS_P14_SIZE): Likewise.
52727         (_fpioconst_pow10): Change array size to
52728         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
52729         unconditional.
52730         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
52731         1024]: Add entries for 10^2^13 and 10^2^14.
52732         [LAST_POW10 > _LAST_POW10]: Remove #error.
52733         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
52734         (_fpioconst_pow10): Change array size to
52735         FPIOCONST_POW10_ARRAY_SIZE.
52736         * stdlib/gen-fpioconst.c: New file.
52737         * stdlib/gen-tst-strtod-round.c: Likewise.
52738         * stdlib/tst-strtod-round-data: Likewise.
52739         * stdlib/tst-strtod-round.c: Likewise.
52740         * stdlib/Makefile (tests): Add tst-strtod-round.
52742         [BZ #14459]
52743         * stdlib/strtod_l.c: Include <stdint.h>.
52744         (NDEBUG): Do not define.
52745         (round_and_return): Change EXPONENT parameter to type intmax_t.
52746         Rearrange calculations to avoid internal overflow possibilities.
52747         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
52748         Rearrange calculations to avoid internal overflow possibilities.
52749         Assert that number fits inside MPNSIZE limbs.
52750         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
52751         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
52752         calculations and add assertions to avoid internal overflow
52753         possibilities.  Add casts to avoid signed/unsigned operations.
52754         * stdlib/tst-strtod-overflow.c: New file.
52755         * stdlib/Makefile (tests): Add tst-strtod-overflow.
52757 2012-08-25  Marek Polacek  <polacek@redhat.com>
52759         * time/time.h: Fix some typos in comments.
52761 2012-08-23  Roland McGrath  <roland@hack.frob.com>
52763         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
52764         * posix/tst-rfc3484-2.c: Likewise.
52765         * posix/tst-rfc3484-3.c: Likewise.
52767 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
52769         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
52770         (EF_ARM_ABI_FLOAT_HARD): Likewise.
52772 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
52774         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
52775         #include of fxstatat64.c.
52777 2012-08-22  Roland McGrath  <roland@hack.frob.com>
52779         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
52780         * shadow/getspent_r.c: Likewise.
52781         * shadow/getspnam.c: Likewise.
52782         * shadow/getspnam_r.c: Likewise.
52783         * gshadow/getsgent.c: Likewise.
52784         * gshadow/getsgent_r.c: Likewise.
52785         * gshadow/getsgnam.c: Likewise.
52786         * gshadow/getsgnam_r.c: Likewise.
52787         * inet/getnetbyad.c: Likewise.
52788         * inet/getnetbyad_r.c: Likewise.
52789         * inet/getnetbynm.c: Likewise.
52790         * inet/getnetbynm_r.c: Likewise.
52791         * inet/getnetent.c: Likewise.
52792         * inet/getnetent_r.c: Likewise.
52793         * inet/getproto.c: Likewise.
52794         * inet/getproto_r.c: Likewise.
52795         * inet/getprtent.c: Likewise.
52796         * inet/getprtent_r.c: Likewise.
52797         * inet/getprtname.c: Likewise.
52798         * inet/getprtname_r.c: Likewise.
52799         * inet/getrpcbyname.c: Likewise.
52800         * inet/getrpcbyname_r.c: Likewise.
52801         * inet/getrpcbynumber.c: Likewise.
52802         * inet/getrpcbynumber_r.c: Likewise.
52803         * inet/getrpcent.c: Likewise.
52804         * inet/getrpcent_r.c: Likewise.
52805         * inet/getaliasent.c: Likewise.
52806         * inet/getaliasent_r.c: Likewise.
52807         * inet/getaliasname.c: Likewise.
52808         * inet/getaliasname_r.c: Likewise.
52809         * nscd/getgrgid_r.c: Likewise.
52810         * nscd/getgrnam_r.c: Likewise.
52811         * nscd/gethstbyad_r.c: Likewise.
52812         * nscd/gethstbynm3_r.c: Likewise.
52813         * nscd/getpwnam_r.c: Likewise.
52814         * nscd/getpwuid_r.c: Likewise.
52815         * nscd/getsrvbynm_r.c: Likewise.
52816         * nscd/getsrvbypt_r.c: Likewise.
52817         * nscd/gai.c: Likewise.
52819         * configure.in (build_nscd): New substituted variable, set
52820         by --disable-build-nscd and defaults to $use_nscd.
52821         * configure: Regenerated.
52822         * config.make.in (build-nscd): New substituted variable.
52823         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
52824         Change conditional to require [$(build-nscd) = yes] as well.
52825         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
52827         [BZ# 13696]
52828         * configure.in (use_nscd): New substituted variable, set by
52829         --disable-nscd.  If enabled, define USE_NSCD.
52830         * configure: Regenerated.
52831         * config.h.in: Add USE_NSCD.
52832         * config.make.in (use-nscd): New substituted variable.
52833         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
52834         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
52835         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
52836         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
52837         (CFLAGS-getgrnam_r.c): Likewise.
52838         (CFLAGS-initgroups.c): Likewise.
52839         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
52840         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
52841         Variables removed.
52842         * inet/getnetgrent_r.c
52843         (nscd_setnetgrent): New function, broken out of ...
52844         (setnetgrent): ... here.  Call it.
52845         (innetgr): Conditionalize nscd bits on [USE_NSCD].
52846         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
52847         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
52848         * nscd/Makefile (routines, aux): Move definitions after include of
52849         Makeconfig.  Conditionalize on [$(use-nscd) != no].
52850         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
52851         Conditionalize on [USE_NSCD].
52852         (is_nscd, nscd_init_cb): Likewise.
52853         (nss_load_library): Conditionalize init callback on [USE_NSCD].
52854         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
52855         * nss/nss_db/db-init.c: Likewise.
52856         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
52857         [USE_NSCD].
52858         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
52859         (make_request): Use it.
52860         (cache_valid_p): New function.
52861         (__check_pf): Use it.
52862         * NEWS: Add item for --disable-nscd.
52864 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
52866         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
52867         to support sed >= 4.2.1-20-ga9bf076.
52868         * configure: Regenerated.
52870 2012-08-22  Roland McGrath  <roland@hack.frob.com>
52872         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
52873         Conditionalize whole body on [IREL].
52875 2012-08-22  Jeff Law <law@redhat.com>
52877         [BZ #14505]
52878         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
52879         if the family is PF_UNSPEC.
52881 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
52883         * Makerules (lib-version): Rename from V.
52884         (install-lib-nosubdir): Change V to lib-version.
52886 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
52888         [BZ #14252]
52889         * powerpc32/power6/wcschr.c: New file.
52890         * powerpc32/power6/wcscpy.c: New file.
52891         * powerpc32/power6/wcsrchr.c: New file.
52892         * powerpc64/power6/wcschr.c: New file.
52893         * powerpc64/power6/wcscpy.c: New file.
52894         * powerpc64/power6/wcsrchr.c: New file.
52896 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
52898         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
52899         (two_way_short_needle): Use it.
52900         * string/strstr.c (AVAILABLE1_USES_J): Define.
52901         * string/strcasestr.c: Likewise.
52903         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
52904         array references.
52905         * string/strcasestr.c (TOLOWER): Make side-effect safe.
52907         [BZ #11607]
52908         * NEWS: Add an entry.
52909         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
52910         define their defaults.
52911         (two_way_short_needle): Detect end-of-string on-the-fly.
52912         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
52913         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
52914         * string/bug-strcasestr1.c: New test.
52915         * string/Makefile: Run it.
52917 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
52919         [BZ #11607]
52920         * string/str-two-way.h (two_way_short_needle): Optimize matching of
52921         the first character.
52923 2012-08-21  Roland McGrath  <roland@hack.frob.com>
52925         * csu/elf-init.c (__libc_csu_irel): Function removed.
52926         * csu/libc-start.c (apply_irel): New function.
52927         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
52929 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
52931         * sysdeps/unix/sysv/linux/kernel-features.h
52932         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
52933         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
52934         <kernel-features.h>.
52935         [__NR_fadvise64_64]: Make code unconditional.
52936         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
52937         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
52938         !__NR_fadvise64_64)]: Likewise.
52939         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
52940         !__NR_fadvise64_64))]: Likewise.
52941         [__NR_fadvise64]: Make code unconditional.
52942         [!__NR_fadvise64]: Remove conditional code.
52943         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
52944         <kernel-features.h>.
52945         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
52946         unconditional.
52947         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
52948         conditional code.
52949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
52950         not include <kernel-features.h>.
52951         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
52952         unconditional.
52953         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
52954         conditional code.
52955         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
52956         include <kernel-features.h>.
52957         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
52958         unconditional.
52959         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
52960         conditional code.
52962 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
52964         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
52965         slight instruction rearrangements per scrollpipe analysis.
52966         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
52968 2012-08-20  Roland McGrath  <roland@hack.frob.com>
52970         * manual/syslog.texi (syslog; vsyslog, closelog):
52971         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
52972         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
52974         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
52975         DSOCAPS to match condition on defining it.
52977 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
52979         * sysdeps/unix/sysv/linux/kernel-features.h
52980         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
52981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
52982         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
52983         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
52984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
52985         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
52986         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
52987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
52988         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
52989         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
52991         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
52992         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
52994         * sysdeps/unix/sysv/linux/kernel-features.h
52995         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
52996         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
52997         unconditional.
52998         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
52999         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
53000         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
53001         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
53002         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
53003         Make code unconditional.
53004         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
53005         (__mmap64) [!__NR_mmap2]: Likewise.
53006         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
53007         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
53008         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
53009         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
53010         [__NR_mmap2]: Make code unconditional.
53011         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
53012         (__mmap64) [!__NR_mmap2]: Likewise.
53014 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53016         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
53018 2012-08-18  Andreas Jaeger  <aj@suse.de>
53020         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
53022 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
53024         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
53025         * include/unistd.h (__have_sock_cloexec): Likewise.
53026         (__have_pipe2): Likewise.
53027         (__have_dup3): Likewise.
53029 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
53031         [BZ #9685]
53032         * include/unistd.h (__have_pipe2): Change define into an extern int.
53033         (__have_dup3): Likewise.
53034         * socket/have_sock_cloexec.c: Include fcntl.h.
53035         (__have_pipe2): New variable.
53036         (__have_dup3): Likewise.
53038 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
53040         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
53042 2012-08-17  Marek Polacek  <polacek@redhat.com>
53044         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
53045         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
53047 2012-08-17  Roland McGrath  <roland@hack.frob.com>
53049         * configure.in: Add AC_SUBST for sysheaders.
53050         * configure: Regenerated.
53051         * config.make.in (sysheaders): New substituted variable.
53053         * sysdeps/unix/mkfifo.c: Moved ...
53054         * sysdeps/posix/mkfifo.c: ... here.
53055         * sysdeps/unix/mkfifoat.c: Moved ...
53056         * sysdeps/posix/mkfifoat.c: ... here.
53058         * sysdeps/unix/utime.c: Moved ...
53059         * sysdeps/posix/utime.c: ... here.
53061         * sysdeps/unix/time.c: Moved ...
53062         * sysdeps/posix/time.c: ... here.
53063         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
53064         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
53066         * sysdeps/unix/nice.c: Moved ...
53067         * sysdeps/posix/nice.c: ... here.
53069         * sysdeps/unix/alarm.c: Moved ...
53070         * sysdeps/posix/alarm.c: ... here.
53072         * intl/Makefile ($(codeset_mo)): Depend on the input file.
53074 2012-08-17  Jeff Law <law@redhat.com>
53076         * intl/Makefile (codeset_mo): New variable.
53077         ($(codeset_mo)): New target.
53078         (tst-codeset.out): Depend on that.  Remove explicit rule.
53079         (tst-gettext3.out, tst-gettext5.out): Likewise.
53080         (LOCPATH-ENV, tst-codeset-ENV): New variables.
53081         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
53082         * intl/tst-codeset.sh: Remove.
53083         * intl/tst-gettext3.sh: Likewise.
53084         * intl/tst-gettext5.sh: Likewise.
53086 2012-08-17  Roland McGrath  <roland@hack.frob.com>
53088         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
53089         * sysdeps/unix/syscalls.list: ... here.
53091         * sysdeps/posix/getaddrinfo.c
53092         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
53093         (gaiconf_init, gaiconf_reload): Use them.
53094         [!_STATBUF_ST_NSEC]
53095         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
53096         Define using time_t rather than struct timespec.
53098         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
53099         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
53100         Macros removed.
53101         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
53102         [!NO_THREADS].
53103         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
53104         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
53105         Likewise.
53107         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
53108         __libc_cleanup_push argument.
53110         * bits/param.h: New file.
53111         * misc/sys/param.h: New file.
53112         * include/sys/param.h: New file.
53113         * misc/Makefile (headers): Add bits/param.h.
53114         * sysdeps/generic/sys/param.h: File removed.
53115         * sysdeps/unix/sysv/linux/bits/param.h: New file.
53116         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
53117         * sysdeps/mach/hurd/bits/param.h: New file.
53118         * sysdeps/mach/hurd/sys/param.h: File removed.
53120         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
53121         last change.
53123         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
53124         [_IO_MTSAFE_IO].
53125         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
53126         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
53127         New macros.
53129         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
53130         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
53131         rather than -D_IO_MTSAFE_IO conditionally.
53132         * stdio-common/Makefile (CPPFLAGS): Likewise.
53133         * wcsmbs/Makefile (CPPFLAGS): Likewise.
53134         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
53135         Use $(libio-mtsafe).
53136         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
53137         of -D_IO_MTSAFE_IO.
53138         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
53139         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
53140         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
53141         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
53142         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
53143         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
53144         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
53145         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
53146         (CFLAGS-fread_u_chk.c): Likewise.
53147         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
53148         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
53149         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
53150         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
53151         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
53152         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
53153         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
53154         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
53155         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
53157         * libio/Makefile: Test [$(libc-reentrant) = yes]
53158         instead of [$(filter %REENTRANT, $(defines)) nonempty].
53160         * Makeconfig
53161         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
53162         * sysdeps/pthread/configure: File removed.
53163         * sysdeps/pthread/Makeconfig: New file.
53164         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
53165         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
53167 2012-08-16  Gary Benson  <gbenson@redhat.com>
53169         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
53170         unmapping the first object in a namespace.
53172 2012-08-16  Roland McGrath  <roland@hack.frob.com>
53174         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
53175         (__internal_setnetgrent): ... this.  Add internal_function to
53176         definition.  Add libc_hidden_def.
53177         (setnetgrent): Update caller.
53178         (internal_endnetgrent): Renamed to ...
53179         (__internal_endnetgrent): ... this.  Add internal_function to
53180         definition.  Add libc_hidden_def.
53181         (endnetgrent): Update caller.
53182         (internal_getnetgrent_r): Renamed to ...
53183         (__internal_getnetgrent_r): ... this.  Add internal_function to
53184         definition.  Add libc_hidden_def.
53185         (__getnetgrent_r): Update caller.
53186         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
53188 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
53190         * stdlib/longlong.h: Update from GCC.
53192 2012-08-16  Roland McGrath  <roland@hack.frob.com>
53194         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
53195         on _QL, which is set by umul_ppmm but never used.
53196         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
53197         variables, which are set by GMP macros but never used.
53198         * stdio-common/_itowa.c (_itowa): Likewise.
53199         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
53200         * stdlib/mod_1.c (mpn_mod_1): Likewise.
53202 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
53204         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
53205         struct La_sh_regs is not constant.
53206         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
53207         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
53208         and struct La_sparc64_regs are not constant.
53210 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
53212         * sysdeps/unix/sysv/linux/kernel-features.h
53213         (__ASSUME_POSIX_TIMERS): Remove.
53214         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
53215         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
53216         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
53217         Make code unconditional.
53218         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
53219         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
53220         Make code unconditional.
53221         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
53222         * sysdeps/unix/sysv/linux/clock_nanosleep.c
53223         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
53224         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
53225         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
53226         Make code unconditional.
53227         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
53228         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
53229         (__libc_missing_posix_timers): Remove.
53231 2012-08-15  Roland McGrath  <roland@hack.frob.com>
53233         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
53234         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
53236         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
53238         * elf/dl-sym.c: Include <stdlib.h>.
53240         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
53241         constants, which avoids warnings in 32-bit builds.
53243         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
53244         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
53246         * misc/lseek.c: File moved to ...
53247         * io/lseek.c: ... here.
53249         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
53251         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
53252         shifting LEN more than 31 bits at once.
53254 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53256         [BZ #14195]
53257         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
53258         segmentation fault for a case of two empty input strings.
53259         * string/test-strncasecmp.c (check1): Renamed to...
53260         (bz12205): ...this.
53261         (bz14195): Add new testcase for two empty input strings and N > 0.
53262         (test_main): Call new testcase, adapt for renamed function.
53264 2012-08-15  Andreas Jaeger  <aj@suse.de>
53266         [BZ #14090]
53267         * crypt/md5test2.c: New test, based on test supplied by Serge
53268         Belyshev <belyshev@depni.sinp.msu.ru>.
53269         * crypt/Makefile (xtests): Add md5test-giant..
53270         * crypt/Makefile ($(objpfx)md5test-giant): Add.
53272 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
53274         [BZ #14090]
53275         * crypt/md5.c (md5_process_block): Don't assume the buffer
53276         length is less than 2**32.
53277         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
53278         length is less than 2**64.
53280 2012-08-15  Roland McGrath  <roland@hack.frob.com>
53282         * string/str-two-way.h: Include <sys/param.h>.
53283         (MAX): Macro removed.
53285         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
53286         Move #define and #undef of memmove to just before and after
53287         including <string.h>.
53289         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
53290         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
53291         and after including <string.h>.  Move declarations of
53292         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
53293         to before #include "string/memmove.c".
53295         * include/dirent.h: Declare __getdirentries.
53297         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
53298         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
53300 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
53302         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
53303         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
53304         * sysdeps/i386/configure: Regenerated.
53305         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
53306         STABS_CURRENT_FILE, and STABS_FUN.
53307         (END): Remove call to STABS_FUN_END.
53308         (STABS_CURRENT_FILE1): Delete.
53309         (STABS_CURRENT_FILE): Likewise.
53310         (STABS_FUN): Likewise.
53311         (STABS_FUN_END): Likewise.
53312         (STABS_FUN2): Likewise.
53313         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
53314         * sysdeps/x86_64/configure: Regenerated.
53316 2012-08-14  Roland McGrath  <roland@hack.frob.com>
53318         * elf/dl-open.c: Include <atomic.h>.
53319         * elf/dl-lookup.c: Likewise.
53321 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
53323         * sysdeps/unix/sysv/linux/kernel-features.h
53324         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
53325         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
53326         unconditionally.
53327         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
53328         unconditionally.
53329         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
53330         condition on __ASSUME_CLONE_THREAD_FLAGS.
53332 2012-08-14  Andreas Jaeger  <aj@suse.de>
53334         * sysdeps/i386/fpu/libm-test-ulps: Update.
53336 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
53338         * include/atomic.h (atomic_exchange_and_add): Split into ...
53339         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
53340         New atomic macros.
53342 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
53344         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53346 2012-08-13  Jeff Law <law@redhat.com>
53348         * manual/stdio.texi (snprintf): Clarify handling of the trailing
53349         null byte in the output string.
53351 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
53353         * sysdeps/unix/sysv/linux/kernel-features.h
53354         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
53355         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
53356         (__ASSUME_ARG_MAX_STACK_BASED): Define.
53357         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
53358         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
53359         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
53360         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
53362 2012-08-09  Jeff Law <law@redhat.com>
53364         [BZ #13939]
53365         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
53366         When avoid_arena is set, don't retry in the that arena.  Pick the
53367         next one, whatever it might be.
53368         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
53369         (arena_lock): Pass in new parameter to arena_get2.
53370         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
53371         arena_get2.
53372         (__libc_malloc): Unify retrying after main arena failure with
53373         __libc_memalign version.
53374         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
53376 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
53378         [BZ #14166]
53379         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
53380         to __redirect_strstr.
53381         (__strstr_sse42): Use typeof __redirect_strstr.
53382         (__strstr_ia32): Likewise.
53383         (__libc_strstr): New prototype.
53384         (strstr): Renamed to ...
53385         (__libc_strstr): This.
53386         (strstr): New strong alias of __libc_strstr.
53387         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
53388         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
53389         __redirect_time.
53390         Include <time.h>.
53391         (__libc_time): New prototype.
53392         (time_ifunc): Replace time with __libc_time.
53393         (time): New strong alias and hidden definition of __libc_time.
53394         (__GI_time): Remove strong alias.
53395         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
53396         Include <stddef.h>.
53397         (memmove): Redefined to __redirect_memmove.
53398         (__memmove_sse2): Use typeof __redirect_memmove.
53399         (__memmove_ssse3): Likewise.
53400         (__memmove_ssse3_back): Likewise.
53401         (__libc_memmove): New prototype.
53402         (memmove): Renamed to ...
53403         (__libc_memmove): This.
53404         (memmove): New strong alias of __libc_memmove.
53406 2012-08-08  Mark Salter  <msalter@redhat.com>
53408         * elf/elf.h
53409         (R_MN10300_TLS_GD): Define.
53410         (R_MN10300_TLS_LD): Likewise.
53411         (R_MN10300_TLS_LDO): Likewise.
53412         (R_MN10300_TLS_GOTIE): Likewise.
53413         (R_MN10300_TLS_IE): Likewise.
53414         (R_MN10300_TLS_LE): Likewise.
53415         (R_MN10300_TLS_DTPMOD): Likewise.
53416         (R_MN10300_TLS_DTPOFF): Likewise.
53417         (R_MN10300_TLS_TPOFF): Likewise.
53418         (R_MN10300_SYM_DIFF): Likewise.
53419         (R_MN10300_ALIGN): Likewise.
53420         (R_MN10300_NUM): Update.
53422 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
53424         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
53425         Remove.
53427 2012-08-08  Roland McGrath  <roland@hack.frob.com>
53429         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
53431         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
53432         sysdeps/unix -> sysdeps/posix move.
53433         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
53435 2012-08-07      Allan McRae     <allan@archlinux.org>
53437         [BZ #14303]
53438         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
53439         (SUNOS_CPP): Likewise.
53440         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
53441         not found.
53442         (open_input): Call CPP using execvp.
53444 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
53446         * sysdeps/unix/sysv/linux/kernel-features.h
53447         (__ASSUME_PROT_GROWSUPDOWN): Remove.
53448         (__ASSUME_NO_CLONE_DETACHED): Likewise.
53449         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
53450         (__ASSUME_WAITID_SYSCALL): Likewise.
53451         * sysdeps/unix/sysv/linux/dl-execstack.c
53452         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
53453         code unconditional.
53454         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
53455         conditional code.
53456         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
53457         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
53458         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
53459         code.
53460         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
53461         unconditional.
53462         [__ASSUME_WAITID_SYSCALL]: Likewise.
53463         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
53465 2012-08-07  Roland McGrath  <roland@hack.frob.com>
53467         * sysdeps/unix/closedir.c: Renamed to ...
53468         * sysdeps/posix/closedir.c: ... here.
53469         * sysdeps/unix/dirfd.c: Renamed to ...
53470         * sysdeps/posix/dirfd.c: ... here.
53471         * sysdeps/unix/dirstream.h: Renamed to ...
53472         * sysdeps/posix/dirstream.h: ... here.
53473         * sysdeps/unix/fdopendir.c: Renamed to ...
53474         * sysdeps/posix/fdopendir.c: ... here.
53475         * sysdeps/unix/opendir.c: Renamed to ...
53476         * sysdeps/posix/opendir.c: ... here.
53477         * sysdeps/unix/readdir.c: Renamed to ...
53478         * sysdeps/posix/readdir.c: ... here.
53479         * sysdeps/unix/readdir_r.c: Renamed to ...
53480         * sysdeps/posix/readdir_r.c: ... here.
53481         * sysdeps/unix/rewinddir.c: Renamed to ...
53482         * sysdeps/posix/rewinddir.c: ... here.
53483         * sysdeps/unix/seekdir.c: Renamed to ...
53484         * sysdeps/posix/seekdir.c: ... here.
53485         * sysdeps/unix/telldir.c: Renamed to ...
53486         * sysdeps/posix/telldir.c: ... here.
53487         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
53488         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
53489         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
53490         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
53492         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
53493         * bits/fcntl.h: ... here.
53495         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
53496         not 0.
53497         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
53498         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
53499         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
53500         (struct flock): Move l_start, l_len to the beginning.
53501         Use __pid_t for l_pid.
53502         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
53503         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
53504         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
53505         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
53506         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
53507         [__USE_LARGEFILE64] (struct flock64): New type.
53508         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
53510         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
53511         * bits/dirent.h: ... here.
53513         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
53514         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
53516 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
53518         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
53519         Change from 2.6.0 to 2.6.16.
53520         * sysdeps/unix/sysv/linux/configure: Regenerated.
53521         * sysdeps/unix/sysv/linux/kernel-features.h
53522         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
53523         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
53524         version.
53525         (__ASSUME_UTIMES): Likewise.
53526         (__ASSUME_CLONE_STOPPED): Remove.
53527         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
53528         architectures, not kernel version.
53529         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
53530         (__ASSUME_NO_CLONE_DETACHED): Likewise.
53531         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
53532         (__ASSUME_WAITID_SYSCALL): Likewise.
53533         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
53534         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
53535         * README: State 2.6.16 as minimum Linux kernel version.  Do not
53536         refer to older versions.
53538 2012-08-06  Roland McGrath  <roland@hack.frob.com>
53540         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
53541         Define alphasort64 as an alias.
53542         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
53543         Define versionsort64 as an alias.
53544         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
53545         Define scandir64 as an alias.
53546         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
53547         Define scandirat64 as an alias.
53548         * dirent/alphasort64.c (alphasort64):
53549         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
53550         * dirent/versionsort64.c: Likewise.
53551         * dirent/scandir64.c: Likewise.
53552         * dirent/scandirat64.c: Likewise.
53553         * sysdeps/wordsize-64/alphasort.c: File removed.
53554         * sysdeps/wordsize-64/alphasort64.c: File removed.
53555         * sysdeps/wordsize-64/scandir.c: File removed.
53556         * sysdeps/wordsize-64/scandir64.c: File removed.
53557         * sysdeps/wordsize-64/scandirat.c: File removed.
53558         * sysdeps/wordsize-64/scandirat64.c: File removed.
53559         * sysdeps/wordsize-64/versionsort.c: File removed.
53560         * sysdeps/wordsize-64/versionsort64.c: File removed.
53561         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
53562         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
53563         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
53564         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
53565         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
53566         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
53567         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
53568         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
53570         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
53571         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
53572         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
53573         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
53574         [defined __arch64__ || defined __sparcv9]
53575         (__INO_T_MATCHES_INO64_T): New macro.
53576         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
53577         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
53578         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
53579         * sysdeps/unix/sysv/linux/bits/dirent.h
53580         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
53581         (_DIRENT_MATCHES_DIRENT64): New macro.
53583         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
53584         Define lockf64 as an alias.
53585         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
53586         Define fseeko64 as an alias.
53587         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
53588         Define ftello64 as an alias.
53589         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
53590         Define _IO_fgetpos64 and fgetpos64 as aliases.
53591         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
53592         Define _IO_fsetpos64 and fsetpos64 as aliases.
53593         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
53594         Conditionalize body on this.
53595         * libio/fseeko64.c: Likewise.
53596         * libio/ftello64.c: Likewise.
53597         * libio/iofgetpos64.c: Likewise.
53598         * libio/iofsetpos64.c: Likewise.
53599         * sysdeps/wordsize-64/lockf.c: File removed.
53600         * sysdeps/wordsize-64/lockf64.c: File removed.
53601         * sysdeps/wordsize-64/fseeko.c: File removed.
53602         * sysdeps/wordsize-64/fseeko64.c: File removed.
53603         * sysdeps/wordsize-64/ftello.c: File removed.
53604         * sysdeps/wordsize-64/ftello64.c: File removed.
53605         * sysdeps/wordsize-64/iofgetpos.c: File removed.
53606         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
53607         * sysdeps/wordsize-64/iofsetpos.c: File removed.
53608         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
53609         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
53610         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
53611         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
53612         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
53613         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
53614         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
53615         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
53616         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
53617         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
53618         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
53620         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
53621         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
53622         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
53623         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
53624         [defined __arch64__ || defined __sparcv9]
53625         (__OFF_T_MATCHES_OFF64_T): New macro.
53626         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
53627         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
53628         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
53629         (__OFF_T_MATCHES_OFF64_T): New macro.
53631 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
53633         * stdlib/secure-getenv.c (__secure_getenv): Replace
53634         GLIBC_2_16 with GLIBC_2_17.
53636 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
53638         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
53639         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
53641 2012-08-03  David S. Miller  <davem@davemloft.net>
53643         * sysdeps/sparc/fpu/libm-test-ulps: Update.
53645 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
53647         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
53648         Remove.
53649         (__ASSUME_CORRECT_SI_PID): Likewise.
53650         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
53651         (__ASSUME_TMPFS_NAME): Likewise.
53652         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
53653         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
53654         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
53655         (HAVE_AUX_SECURE): Make definition unconditional.
53656         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
53657         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
53659 2012-08-03  Roland McGrath  <roland@hack.frob.com>
53661         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
53662         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
53663         * sysdeps/mach/hurd/eloop-threshold.h: New file.
53664         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
53665         __eloop_threshold instead of SYMLOOP_MAX.
53667         * sysdeps/generic/eloop-threshold.h: New file.
53668         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
53669         of MAXSYMLINKS.
53670         * elf/chroot_canon.c (chroot_canon): Likewise.
53672 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
53674         [BZ #13717]
53675         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
53676         Change to 2.6.0 everywhere.
53677         * sysdeps/unix/sysv/linux/configure: Regenerated.
53678         * sysdeps/unix/sysv/linux/kernel-features.h
53679         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
53680         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
53681         kernel versions.
53682         (__ASSUME_POSIX_TIMERS): Define unconditionally.
53683         (__ASSUME_FUTEX_REQUEUE): Remove.
53684         (__ASSUME_STATFS64): Define unconditionally.
53685         (__ASSUME_AT_SECURE): Likewise.
53686         (__ASSUME_CORRECT_SI_PID): Likewise.
53687         (__ASSUME_TGKILL): Define without depending on kernel version for
53688         i386.
53689         (__ASSUME_UTIMES): Likewise.
53690         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
53691         kernel version.
53692         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
53693         (__ASSUME_TMPFS_NAME): Likewise.
53694         * README: Update reference to Linux kernel versions.
53696 2012-08-02  Marek Polacek  <polacek@redhat.com>
53698         [BZ# 14150]
53699         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
53700         libc_cv_asm_type_prefix with %.
53701         * configure: Regenerated.
53702         * include/libc-symbols.h: Remove comment about
53703         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
53704         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
53705         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
53706         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
53707         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
53708         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
53709         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
53710         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
53711         * elf/tst-unique2mod1.c: Likewise.
53712         * elf/tst-unique1mod2.c: Likewise.
53713         * elf/tst-unique1mod1.c: Likewise.
53714         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
53715         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
53716         Replace ASM_TYPE_DIRECTIVE with .type.
53717         * sysdeps/s390/s390-64/sysdep.h: Likewise.
53718         * sysdeps/i386/sysdep.h: Likewise.
53719         * sysdeps/x86_64/sysdep.h: Likewise.
53720         * sysdeps/sh/sysdep.h: Likewise.
53721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
53722         Do not define ASM_TYPE_DIRECTIVE.
53723         * sysdeps/powerpc/sysdep.h: Likewise.
53724         * sysdeps/powerpc/powerpc32/sysdep.h:
53725         Replace ASM_TYPE_DIRECTIVE with .type.
53726         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
53727         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
53728         * sysdeps/i386/fpu/e_powf.S: Likewise.
53729         * sysdeps/i386/fpu/e_expl.S: Likewise.
53730         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53731         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53732         * sysdeps/i386/fpu/e_pow.S: Likewise.
53733         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
53734         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53735         * sysdeps/i386/fpu/s_expm1.S: Likewise.
53736         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
53737         * sysdeps/i386/fpu/e_log2.S: Likewise.
53738         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53739         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53740         * sysdeps/i386/fpu/e_powl.S: Likewise.
53741         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53742         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
53743         * sysdeps/i386/fpu/e_logl.S: Likewise.
53744         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
53745         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
53746         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
53747         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53748         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53749         * sysdeps/i386/fpu/e_log.S: Likewise.
53750         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53751         * sysdeps/i386/fpu/e_logf.S: Likewise.
53752         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53753         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53754         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
53755         * sysdeps/i386/fpu/e_log10.S: Likewise.
53756         * sysdeps/i386/fpu/s_frexp.S: Likewise.
53757         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53758         * sysdeps/i386/fpu/s_asinh.S: Likewise.
53759         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
53760         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53761         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
53762         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
53763         * sysdeps/i386/i686/strtok.S: Likewise.
53764         * sysdeps/i386/i386-mcount.S: Likewise.
53765         * sysdeps/i386/strtok.S: Likewise.
53766         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
53767         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53768         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53769         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53770         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
53771         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53772         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
53773         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
53774         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53775         * sysdeps/x86_64/_mcount.S: Likewise.
53776         * sysdeps/x86_64/strtok.S: Likewise.
53777         * sysdeps/sh/_mcount.S: Likewise.
53779 2012-08-01  Roland McGrath  <roland@hack.frob.com>
53781         * libio/iofopen.c: Include <fcntl.h>.
53782         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
53783         (_IO_fopen64, fopen64): Define as aliases.
53784         * libio/iofopen64.c: Include <fcntl.h>.
53785         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
53786         Conditionalize body on this.
53787         * sysdeps/wordsize-64/iofopen.c: File removed.
53788         * sysdeps/wordsize-64/iofopen64.c: File removed.
53790 2012-08-01  Marek Polacek  <polacek@redhat.com>
53792         * libc/Makeconfig: Use elf in place of binfmt-subdir.
53793         Use dlfcn directly instead of a variable.
53794         (binfmt-subdir): Do not define.
53795         (dlfcn): Likewise.
53797 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
53799         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
53800         Remove all definitions.
53801         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
53802         <kernel-features.h>.
53803         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
53804         (miss_F_GETOWN_EX): Remove all definitions.
53805         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
53806         macro definition.
53807         [!__ASSUME_FCNTL64]: Remove conditional code.
53808         [__ASSUME_FCNTL64]: Make code unconditional.
53809         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
53810         <kernel-features.h>.
53811         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
53812         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
53813         (lockf64) [__NR_fcntl64]: Make code unconditional.
53814         (lockf64) [__ASSUME_FCNTL64]: Likewise.
53816         * sysdeps/unix/sysv/linux/kernel-features.h
53817         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
53818         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
53819         Make code unconditional.
53820         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
53821         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
53822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
53823         [__NR_vfork]: Make code unconditional.
53824         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
53825         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
53826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
53827         [__NR_vfork]: Make code unconditional.
53828         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
53829         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
53831 2012-08-01  Roland McGrath  <roland@hack.frob.com>
53833         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
53834         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
53836         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
53837         Define mkstemp64 as an alias.
53838         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
53839         Define mkstemps64 as an alias.
53840         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
53841         Define mkostemp64 as an alias.
53842         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
53843         Define mkostemps64 as an alias.
53844         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
53845         Conditionalize body on this.
53846         * misc/mkostemp64.c: Likewise.
53847         * misc/mkostemps64.c: Likewise.
53848         * misc/mkstemps64.c: Likewise.
53849         * sysdeps/wordsize-64/mkstemp64.c: File removed.
53850         * sysdeps/wordsize-64/mkostemp64.c: File removed.
53851         * sysdeps/wordsize-64/mkostemp.c: File removed.
53852         * sysdeps/wordsize-64/mkstemp.c: File removed.
53853         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
53854         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
53855         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
53856         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
53858         [BZ #14138]
53859         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
53860         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
53861         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
53862         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
53864         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
53865         compat_symbol macros from <shlib-compat.h> rather than the underlying
53866         default_symbol_version and symbol_version macros, so that DEFAULT
53867         lines in shlib-versions are respected.
53868         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
53870 2012-08-01  Florian Weimer  <fweimer@redhat.com>
53872         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
53873         Declare with warn_unused_result.
53874         (setgid, setregid, setegid, setresgid): Likewise.
53875         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
53876         Likewise.
53877         * WUR-REPORT: Remove set*id functions.
53879 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
53881         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
53883 2012-07-31  Roland McGrath  <roland@hack.frob.com>
53885         [BZ #10191]
53886         * include/sys/socket.h (__libc_accept, __libc_accept4):
53887         Add attribute_hidden.
53888         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
53890         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
53891         use of PTR_MANGLE.
53892         * inet/getnetgrent_r.c (setup): Likewise.
53894         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
53896 2012-07-31  David S. Miller  <davem@davemloft.net>
53898         * sysdeps/sparc/fpu/libm-test-ulps: Update.
53900 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
53902         [BZ #13629]
53903         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
53904         value between 1.0 and 2.0 and smaller part has absolute value less
53905         than 1.0.
53906         * math/s_clog10.c (__clog10): Likewise.
53907         * math/s_clog10f.c (__clog10f): Likewise.
53908         * math/s_clog10l.c (__clog10l): Likewise.
53909         * math/s_clogf.c (__clogf): Likewise.
53910         * math/s_clogl.c (__clogl): Likewise.
53911         * math/libm-test.inc (clog_test): Add more tests.
53912         (clog10_test): Likewise.
53913         * sysdeps/i386/fpu/libm-test-ulps: Update.
53914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53916 2012-07-31  Florian Weimer  <fweimer@redhat.com>
53918         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
53919         Exit with zero in case no suitable GID is found, and write a
53920         message to standard error.
53922 2012-07-30  Roland McGrath  <roland@hack.frob.com>
53924         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
53925         rather than to 1.
53926         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
53927         (MAXPATHLEN): Removed.
53928         (NOGROUP, NODEV): New macros.
53929         (setbit, clrbit, isset, isclr): New macros.
53930         (howmany, roundup, powerof2): New macros.
53931         (DEV_BSIZE): New macro.
53933         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
53934         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
53936         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
53937         definition on [!__NO_LONG_DOUBLE_MATH].
53939         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
53940         PTR_MANGLE and PTR_DEMANGLE.
53942         * socket/accept4.c (accept4): Rename to __libc_accept4.
53943         Define accept4 as a weak alias.
53945         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
53946         on [_DIRENT_HAVE_D_TYPE].
53947         * io/ftw.c (ftw_dir): Likewise.
53949         * io/xmknod.c (__xmknod): Don't check PATH for being null.
53951         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
53953         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
53954         Use the BSD numbers rather than the arbitrary ones we had.
53955         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
53956         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
53957         (SIGXCPU, SIGXFSZ): New macros.
53958         (_NSIG): Now 32.
53960         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
53961         initializer on [_LIBC_REENTRANT].
53963         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
53964         definitions inside [_POSIX_MAPPED_FILES].
53966         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
53968         * dirent/opendir.c: Include <fcntl.h>.
53970         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
53971         (__libc_getspecific): Likewise.
53972         (__libc_key_create): Likewise.
53974         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
53975         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
53976         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
53977         (tmpfile64): Define as alias.
53978         * sysdeps/wordsize-64/tmpfile.c: File removed.
53979         * sysdeps/wordsize-64/tmpfile64.c: File removed.
53980         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
53981         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
53983         * stdio-common/vfscanf.c: Include <stdbool.h>.
53984         * nss/makedb.c: Likewise.
53985         * stdio-common/_i18n_number.h: Likewise.
53986         * argp/argp-help.c: Likewise.
53987         * posix/wordexp.c: Likewise.
53988         * sysdeps/posix/spawni.c: Likewise.
53989         * nss/nss_files/files-initgroups.c: Likewise.
53990         * stdio-common/reg-modifier.c: Include <stdlib.h>.
53991         * nss/nss_files/files-initgroups.c: Likewise.
53992         * nss/nss_db/db-netgrp.c: Likewise.
53993         * nss/nss_db/db-initgroups.c: Likewise.
53994         * io/fchmodat.c: Include <sys/stat.h>.
53996         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
53997         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
53999         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
54000         [HAVE_MMAP].
54002         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
54003         Add multiple inclusion protection.
54005 2012-07-27  David S. Miller  <davem@davemloft.net>
54007         * sysdeps/sparc/fpu/libm-test-ulps: Update.
54009 2012-07-27  Gary Benson  <gbenson@redhat.com>
54011         [BZ #14298]
54012         * elf/rtld.c: Include <stap-probe.h>.
54013         (dl_main): Added static probes "init_start" and "init_complete".
54014         * elf/dl-load.c: Include <stap-probe.h>.
54015         (lose): Take new parameter "nsid".
54016         Added static probe "map_failed".
54017         (_dl_map_object_from_fd): Pass namespace id to lose.
54018         Added static probe "map_start".
54019         (open_verify): Pass namespace id to lose.
54020         * elf/dl-open.c: Include <stap-probe.h>.
54021         (dl_open_worker) Added static probes "map_complete", "reloc_start"
54022         and "reloc_complete".
54023         * elf/dl-close.c: Include <stap-probe.h>.
54024         (_dl_close_worker): Added static probes "unmap_start" and
54025         "unmap_complete".
54026         * elf/rtld-debugger-interface.txt: New file documenting the above.
54028 2012-07-26  Roland McGrath  <roland@hack.frob.com>
54030         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
54031         rather than a string variable.
54032         * sunrpc/rpc_main.c (h_output): Likewise.
54033         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
54035 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
54037         * inet/check_native.c: New file.
54039 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
54041         [BZ #13629]
54042         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
54043         if larger part has absolute value 1.0.
54044         * math/s_clog10.c (__clog10): Likewise.
54045         * math/s_clog10f.c (__clog10f): Likewise.
54046         * math/s_clog10l.c (__clog10l): Likewise.
54047         * math/s_clogf.c (__clogf): Likewise.
54048         * math/s_clogl.c (__clogl): Likewise.
54049         * math/libm-test.inc (clog_test): Add more tests.
54050         (clog10_test): Likewise.
54051         * sysdeps/i386/fpu/libm-test-ulps: Update.
54052         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54054         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
54055         (pltexit): Likewise.
54056         (La_regs): Likewise.
54057         (La_retval): Likewise.
54058         (int_retval): Likewise.
54059         Update #error for removed macros to refer only to definitions in
54060         tst-audit.h.
54061         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
54062         macro.
54063         (pltexit): Likewise.
54064         (La_regs): Likewise.
54065         (La_retval): Likewise.
54066         (int_retval): Likewise.
54067         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
54068         macro.
54069         (pltexit): Likewise.
54070         (La_regs): Likewise.
54071         (La_retval): Likewise.
54072         (int_retval): Likewise.
54073         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
54074         macro.
54075         (pltexit): Likewise.
54076         (La_regs): Likewise.
54077         (La_retval): Likewise.
54078         (int_retval): Likewise.
54079         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
54080         macro.
54081         (pltexit): Likewise.
54082         (La_regs): Likewise.
54083         (La_retval): Likewise.
54084         (int_retval): Likewise.
54085         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
54086         macro.
54087         (pltexit): Likewise.
54088         (La_regs): Likewise.
54089         (La_retval): Likewise.
54090         (int_retval): Likewise.
54091         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
54092         macro.
54093         (pltexit): Likewise.
54094         (La_regs): Likewise.
54095         (La_retval): Likewise.
54096         (int_retval): Likewise.
54097         * sysdeps/generic/tst-audit.h: Update comment to refer only to
54098         macro definitions in tst-audit.h.
54099         * sysdeps/i386/tst-audit.h: New file.
54100         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
54101         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
54102         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
54103         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
54104         * sysdeps/sh/tst-audit.h: Likewise.
54105         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
54106         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
54107         * sysdeps/x86_64/tst-audit.h: Likewise.
54109 2012-07-26  Andreas Jaeger  <aj@suse.de>
54111         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
54112         ptrace.
54114         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
54115         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
54116         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
54117         PTRACE_O_MASK.
54118         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
54119         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
54120         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
54122         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
54123         value.
54125         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
54126         _sigsys.
54127         (si_call_addr, si_syscall, si_arch): Define new macro.
54128         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
54129         _sigsys.
54130         (si_call_addr, si_syscall, si_arch): Define new marcro.
54131         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
54132         _sigsys.
54133         (si_call_addr, si_syscall, si_arch): Define new macro.
54134         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
54135         _sigsys.
54136         (si_call_addr, si_syscall, si_arch): Define new macro.
54138 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
54140         [BZ #13717]
54141         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
54142         Change to 2.4.21 where previously 2.4.1.
54143         * sysdeps/unix/sysv/linux/configure: Regenerated.
54144         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
54145         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
54146         Linux kernel version.
54147         (__ASSUME_STD_AUXV): Remove.
54148         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
54149         kernel version.
54150         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
54151         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
54152         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
54153         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
54154         (__ASSUME_NETLINK_SUPPORT): Likewise.
54155         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
54156         (__no_netlink_support): Remove conditional definition.
54157         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
54158         Remove.
54159         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
54160         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
54161         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
54162         (if_nameindex_ioctl): Remove.
54163         (if_nameindex_netlink): Do not handle __no_netlink_support.
54164         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
54165         code.
54166         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
54167         Remove conditional code.
54168         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
54169         code.
54170         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
54171         unconditional.
54172         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
54173         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
54174         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
54175         Remove.
54176         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
54177         [!__ASSUME_STD_AUXV]: Remove conditional code.
54178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
54179         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
54180         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
54181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
54182         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
54183         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
54184         code.
54185         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
54186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
54187         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
54188         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
54189         conditional code.
54190         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
54191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
54192         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
54193         code.
54194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
54195         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
54196         conditional code.
54197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
54198         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
54199         code unconditional.
54200         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54201         conditional code.
54202         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
54203         unconditional.
54204         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54205         conditional code.
54206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54207         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
54208         unconditional.
54209         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54210         conditional code.
54211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
54212         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
54213         code unconditional.
54214         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54215         conditional code.
54216         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
54217         unconditional.
54218         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54219         conditional code.
54220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
54221         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
54222         code unconditional.
54223         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54224         conditional code.
54225         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
54226         unconditional.
54227         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
54228         conditional code.
54230 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
54232         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
54233         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
54234         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
54235         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
54236         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
54237         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
54238         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
54239         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
54240         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
54241         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
54242         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
54243         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
54244         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
54245         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
54246         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
54247         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
54248         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
54249         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
54250         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
54251         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
54252         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
54253         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
54254         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
54256 2012-07-25  Florian Weimer  <fweimer@redhat.com>
54258         * Versions.def: Add GLIBC_2.17.
54259         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
54260         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
54261         Introduce __libc_secure_getenv.
54262         * stdlib/Versions (2.17): Add secure_getenv
54263         (GLIBC_PRIVATE): Add __libc_secure_getenv.
54264         * stdlib/secure-getenv.c: Rename __secure_getenv to
54265         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
54266         symbol __secure_getenv for GLIBC_2.0.
54267         * stdlib/tst-secure-getenv.c: New.
54268         * stdlib/Makefile (tests): Add testcase.
54269         * manual/startup.texi (Environment Access): Document
54270         secure_getenv.
54271         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
54272         __libc_secure_getenv.
54273         * inet/ruserpass.c (ruserpass): Likewise.
54274         * malloc/mtrace.c (mtrace): Likewise.
54275         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
54276         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
54277         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
54278         * sysdeps/posix/tempname.c: Likewise.  Evaluate
54279         HAVE_SECURE_GETENV.
54280         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
54281         __secure_getenv to __libc_secure_getenv.
54282         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
54283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
54284         Likewise.
54285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
54286         Likewise.
54287         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
54288         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
54289         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
54290         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
54291         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
54292         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
54293         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
54295 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
54297         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
54298         (struct La_i86_retval): Likewise.
54299         (struct La_x86_64_regs): Likewise.
54300         (struct La_x86_64_retval): Likewise.
54301         (struct La_x32_regs): Likewise.
54302         (struct La_x32_retval): Likewise.
54303         (struct La_ppc32_regs): Likewise.
54304         (struct La_ppc32_retval): Likewise.
54305         (struct La_ppc64_regs): Likewise.
54306         (struct La_ppc64_retval): Likewise.
54307         (struct La_sh_regs): Likewise.
54308         (struct La_sh_retval): Likewise.
54309         (struct La_s390_32_regs): Likewise.
54310         (struct La_s390_32_retval): Likewise.
54311         (struct La_s390_64_regs): Likewise.
54312         (struct La_s390_64_retval): Likewise.
54313         (struct La_sparc32_regs): Likewise.
54314         (struct La_sparc32_retval): Likewise.
54315         (struct La_sparc64_regs): Likewise.
54316         (struct La_sparc64_retval): Likewise.
54317         (struct audit_ifaces): Remove architecture-specific pltenter and
54318         pltexit members.
54319         * sysdeps/i386/ldsodefs.h: New file.
54320         * sysdeps/powerpc/ldsodefs.h: Likewise.
54321         * sysdeps/s390/ldsodefs.h: Likewise.
54322         * sysdeps/sh/ldsodefs.h: Likewise.
54323         * sysdeps/sparc/ldsodefs.h: Likewise.
54324         * sysdeps/x86_64/ldsodefs.h: Likewise.
54326 2012-07-25  Marek Polacek  <polacek@redhat.com>
54328         [BZ #6808]
54329         * math/libm-test.inc (yn_test): Add another test.
54330         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
54331         to ERANGE when the result is +-Inf.
54332         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
54333         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
54334         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
54335         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
54337 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
54339         * conform/data/time.h-data (NULL): Use macro-constant.  Require
54340         equal to 0.
54341         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
54342         clock_t.
54343         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
54345 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
54347         * configure.in <sysdeps resolving>: Correct printing
54348         Implies_before.
54349         * configure: Regenerate.
54351 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
54353         * math/w_ilogb.c: Include <limits.h>.
54354         * math/w_ilogbl.c: Likewise.
54356 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
54358         * manual/lang.texi (__va_copy): Document primarily as ISO C99
54359         va_copy.  Document allowing for unavailable va_copy only as
54360         pre-C99 compatibility.
54361         * manual/string.texi (Copying and Concatenation): Use va_copy
54362         instead of __va_copy in concat example.
54364 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
54366         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
54367         (__sendto): Use create_address_port.  Initialize APORT and deallocate
54368         it if not null.
54370         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
54371         with O_NOLINK passed to __file_name_lookup.
54373         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
54374         with O_NOLINK passed to __file_name_lookup.
54376         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
54377         negative N or less than NGIDS.
54379         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
54380         type to string_t.  Set ERANGE as errno and return it if NAME is not big
54381         enough.  Use memcpy instead of strncpy.
54383 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
54385         * elf/Makefile (check-data): Remove.
54386         (localplt.data): New vpath directive.
54387         ($(objpfx)check-localplt.out): Use localplt.data from vpath
54388         instead of $(check-data).
54389         * scripts/data/localplt-generic.data: Move to ...
54390         * sysdeps/generic/localplt.data: ... here.
54391         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
54392         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
54393         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
54394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
54395         ... here.
54396         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
54397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
54398         ... here.
54399         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
54400         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
54401         ... here.
54402         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
54403         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
54404         ... here.
54405         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
54406         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
54407         ... here.
54408         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
54409         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
54410         ... here.
54412 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54414         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
54415         PPC32 and PPC64 files.
54416         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
54417         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
54419 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54421         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
54422         __makecontext_ret to ...
54423         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
54424         ... here and call exit if uc_link is NULL.  New file.
54425         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
54426         __makecontext_ret.S.
54427         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
54428         __makecontext_ret to ...
54429         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
54430         ... here and call exit if uc_link is NULL.  New file.
54431         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
54432         __makecontext_ret.S.
54434 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54436         * elf/elf.h (R_390_IRELATIVE): New definition.
54437         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
54438         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
54439         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
54440         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
54441         (elf_machine_lazy_rel): Likewise.
54442         * sysdeps/s390/dl-irel.h: New file.
54443         * sysdeps/s390/s390-64/memcpy.S: New asm code.
54444         * sysdeps/s390/s390-64/memset.S: New asm code.
54445         * sysdeps/s390/s390-64/memcmp.S: New asm code.
54446         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
54447         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
54448         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
54449         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
54450         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
54451         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
54452         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
54453         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
54454         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
54455         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
54456         * sysdeps/s390/s390-32/memcpy.S: New asm code.
54457         * sysdeps/s390/s390-32/memset.S: New asm code.
54458         * sysdeps/s390/s390-32/memcmp.S: New asm code.
54460 2012-07-17  Marek Polacek  <polacek@redhat.com>
54462         [BZ #14349]
54463         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
54464         * sysdeps/s390/s390-64/configure.in: Likewise.
54465         * sysdeps/sparc/configure.in: Likewise.
54466         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
54467         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
54468         * sysdeps/i386/configure.in: Likewise.
54469         * sysdeps/x86_64/configure.in: Likewise.
54470         * sysdeps/sh/configure.in: Likewise.
54471         * sysdeps/s390/s390-32/configure: Regenerated.
54472         * sysdeps/s390/s390-64/configure: Likewise.
54473         * sysdeps/x86_64/configure: Likewise.
54474         * sysdeps/sh/configure: Likewise.
54475         * sysdeps/powerpc/powerpc64/configure: Likewise.
54476         * sysdeps/powerpc/powerpc32/configure: Likewise.
54477         * sysdeps/sparc/configure: Likwise.
54478         * sysdeps/i386/configure: Likewise.
54480         * elf/dl-open.c: Comment fixes.
54482 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
54484         * Makefile [CXX] (check-data): Remove.
54485         [CXX] (c++-types.data): New vpath directive.
54486         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
54487         vpath.  Do not allow for C++ type data being missing.
54488         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
54489         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
54490         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
54491         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
54492         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
54493         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
54494         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
54495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
54496         ... here.
54497         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
54498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
54499         ... here.
54500         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
54501         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
54502         ... here.
54503         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
54504         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
54505         ... here.
54506         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
54507         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
54508         ... here.
54509         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
54510         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
54511         ... here.
54512         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
54513         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
54514         ... here.
54515         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
54516         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
54518         * elf/tls-macros.h (TLS_LE): Move architecture-specific
54519         definitions to architecture-specific files.
54520         (TLS_IE): Likewise.
54521         (TLS_LD): Likewise.
54522         (TLS_GD): Likewise.
54523         * sysdeps/i386/tls-macros.h: New file.
54524         * sysdeps/powerpc/tls-macros.h: Likewise.
54525         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
54526         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
54527         * sysdeps/sh/tls-macros.h: Likewise.
54528         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
54529         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
54530         * sysdeps/x86_64/tls-macros.h: Likewise.
54532 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
54534         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
54535         zero value for regular exit case.
54537         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
54538         (__start_context): Preserve zero value for regular exit case.
54540 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
54541             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54543         * manual/setjmp.texi (setcontext): Clarify normal process
54544         termination when uc_link is the null pointer.
54545         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
54546         exit call.
54548 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
54550         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
54551         preprocessor.  Test for each exception mask separately.
54553 2012-07-16  Andreas Jaeger  <aj@suse.de>
54555         * po/ru.po: Update from translation team.
54557 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
54559         * conform/data/string.h-data (NULL): Use macro-constant.  Require
54560         equal to 0.
54561         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
54562         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
54563         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
54564         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
54565         [ISO || ISO99 || ISO11] (*_t): Do not allow.
54567 2012-07-13  Andreas Jaeger  <aj@suse.de>
54569         * po/fr.po: Update from translation team.
54571 2012-07-12  Marek Polacek  <polacek@redhat.com>
54573         [BZ #14173]
54574         * math/libm-test.inc (yn_test): Add test for BZ #14173.
54575         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
54576         loop condition.
54578 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
54580         [BZ #13717]
54581         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
54582         Change to 2.4.1 where previously 2.4.0.
54583         * sysdeps/unix/sysv/linux/configure: Regenerated.
54584         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
54585         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
54586         version.
54587         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
54588         (__ASSUME_AT_CLKTCK): Remove.
54589         (__ASSUME_AT_PAGESIZE): Likewise.
54590         (__ASSUME_AT_XID): Likewise.
54591         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
54592         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
54593         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
54594         unconditionally.
54595         (HAVE_AUX_PAGESIZE): Likewise.
54596         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
54597         [__ASSUME_AT_CLKTCK]: Make code unconditional.
54598         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
54600 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
54602         [BZ #14307]
54603         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
54604         the temporary buffer used to invoke __gethostbyname2_r,
54605         __gethostbyaddr_r and gethostbyname4_r to make room for struct
54606         host_data / struct gaih_addrtuple.
54607         * resolv/nss_dns/dns-host.c (global scope): Move definition of
54608         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
54609         header file nss/nsswitch.h.
54610         * nss/nsswitch.h (global scope): Add definition of implementation
54611         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
54612         resolv/nss_dns/dns-host.c).
54614 2012-07-11  Andreas Jaeger  <aj@suse.de>
54616         * po/fr.po: Update from translation team.
54618         * po/sv.po: Update from translation team
54619         * po/fr.po: Another update from translation team.
54621 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54623         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
54624         for subnormals or multiply small sinh result by itself.
54625         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
54626         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
54628 2012-07-11  David S. Miller  <davem@davemloft.net>
54630         * sysdeps/sparc/fpu/libm-test-ulps: Update.
54632 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
54634         [BZ #14347]
54635         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
54636         (INTERNAL_MARK): Shift it here.
54638 2012-07-10  Marek Polacek  <polacek@redhat.com>
54640         [BZ #14151]
54641         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
54642         libc_cv_asm_global_directive with .globl.
54643         * configure: Regenerated.
54644         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
54645         with .globl.
54646         * sysdeps/i386/configure: Regenerated.
54647         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
54648         with .globl.
54649         * sysdeps/x86_64/configure: Regenerated.
54650         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
54651         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
54652         * elf/tst-unique2mod2.c: Likewise.
54653         * elf/tst-unique2mod1.c: Likewise.
54654         * elf/tst-unique1mod2.c: Likewise.
54655         * elf/tst-unique1mod1.c: Likewise.
54656         * sysdeps/s390/s390-32/sysdep.h: Likewise.
54657         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
54658         * sysdeps/s390/s390-64/sysdep.h: Likewise.
54659         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
54660         * sysdeps/mach/sysdep.h: Likewise.
54661         * sysdeps/i386/sysdep.h: Likewise.
54662         * sysdeps/i386/i386-mcount.S: Likewise.
54663         * sysdeps/x86_64/_mcount.S: Likewise.
54664         * sysdeps/x86_64/sysdep.h: Likewise.
54665         * sysdeps/sh/_mcount.S: Likewise.
54666         * sysdeps/sh/sysdep.h: Likewise.
54667         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
54668         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
54669         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
54670         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
54671         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
54672         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
54673         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
54674         * locale/localeinfo.h: Likewise.
54675         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
54676         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
54678 2012-07-09  Roland McGrath  <roland@hack.frob.com>
54680         [BZ #14336]
54681         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
54682         system".
54683         * manual/message.texi (The Uniforum approach): Likewise.
54684         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
54685         (glibc iconv Implementation): Likewise.
54687 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
54689         [BZ #14337]
54690         * math/s_clog.c (__clog): Avoid scaling a value down where that
54691         could result in underflow.
54692         * math/s_clog10.c (__clog10): Likewise.
54693         * math/s_clog10f.c (__clog10f): Likewise.
54694         * math/s_clog10l.c (__clog10l): Likewise.
54695         * math/s_clogf.c (__clogf): Likewise.
54696         * math/s_clogl.c (__clogl): Likewise.
54697         * math/libm-test.inc (clog_test): Add more tests.
54698         (clog10_test): Likewise.
54699         * sysdeps/i386/fpu/libm-test-ulps: Update.
54700         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54702 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
54704         [BZ #14283]
54705         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
54706         by 7 not 8 to examine high bit of fractional part.
54708         [BZ #14042]
54709         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
54710         for call to __mcount_internal.
54711         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
54712         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
54713         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
54715 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
54717         [BZ #14154]
54718         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
54719         approximation for values within 0x1p-13f of an odd multiple of
54720         pi/4.
54721         * math/libm-test.inc (tan_test): Do not allow spurious underflow
54722         exception.  Add more tests.
54723         * sysdeps/i386/fpu/libm-test-ulps: Update.
54725         [BZ #6778]
54726         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
54727         inputs and return -1 for them.  Do not check for +Inf in case not
54728         reachable for +Inf.
54729         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
54730         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
54731         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
54732         and return -1 for them.  Do not check for +Inf in case not
54733         reachable for +Inf.
54734         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
54735         define.
54736         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
54737         and return -1 for them.  Do not check for +Inf in case not
54738         reachable for +Inf.
54739         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
54740         spurious underflow.
54741         * sysdeps/i386/fpu/libm-test-ulps: Update.
54742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54744 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
54746         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
54748 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
54750         [BZ #14157]
54751         [BZ #14331]
54752         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
54753         could result in spurious underflow.  Scale down values above
54754         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
54755         * math/s_csqrtf.c (__csqrtf): Likewise.
54756         * math/s_csqrtl.c (__csqrtl): Likewise.
54757         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
54758         spurious underflow.
54759         * sysdeps/i386/fpu/libm-test-ulps: Update.
54760         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54762 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
54764         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
54765         xopen-msg.sed.
54766         * catgets/xopen-msg.awk: New file.
54767         * catgets/xopen-msg.sed: Removed.
54769         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
54770         po2text.sed.
54771         * intl/po2test.awk: New file.
54772         * intl/po2test.sed: Removed.
54774 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
54776         [BZ #14328]
54777         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
54778         or multiply small sinh result by itself.
54779         * math/s_ctanf.c (__ctanf): Likewise.
54780         * math/s_ctanh.c (__ctanh): Likewise.
54781         * math/s_ctanhf.c (__ctanhf): Likewise.
54782         * math/s_ctanhl.c (__ctanhl): Likewise.
54783         * math/s_ctanl.c (__ctanl): Likewise.
54784         * math/libm-test.inc (ctan_test_tonearest): New function.
54785         (ctan_test_towardzero): Likewise.
54786         (ctan_test_downward): Likewise.
54787         (ctan_test_upward): Likewise.
54788         (ctanh_test_tonearest): Likewise.
54789         (ctanh_test_towardzero): Likewise.
54790         (ctanh_test_downward): Likewise.
54791         (ctanh_test_upward): Likewise.
54792         (main): Call these new functions.
54793         * sysdeps/i386/fpu/libm-test-ulps: Update.
54794         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54796 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
54798         * .gitignore: Delete /ports entry.
54800 2012-07-03  Andreas Jaeger  <aj@suse.de>
54802         * po/bg.po: Update from translation team.
54803         * po/cs.po: Likewise.
54804         * po/de.po: Likewise.
54805         * po/hr.po: Likewise.
54806         * po/nl.pl: Likewise.
54807         * po/pl.po: Likewise.
54808         * po/vi.po: Likewise.
54810 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
54812         * Makeconfig [!+link] (+link-before-libc): New variable.
54813         [!+link] (+link-after-libc): Likewise.
54814         [!+link] (+link-tests): Likewise.
54815         [!+link] (+link): Define in terms of $(+link-before-libc) and
54816         $(+link-after-libc).
54817         [!+link-static] (+link-static-before-libc): New variable.
54818         [!+link-static] (+link-static-after-libc): Likewise.
54819         [!+link-static] (+link-static-tests): Likewise.
54820         [!+link-static] (+link-static): Define in terms of
54821         $(+link-static-before-libc) and $(+link-static-after-libc).
54822         [build-shared] (link-libc-before-gnulib): New variable.
54823         [build-shared] (link-libc-tests): Likewise.
54824         [build-shared] (link-libc): Define in terms of
54825         $(link-libc-before-gnulib).
54826         [!build-shared] (link-libc-tests): New variable.
54827         (link-libc-static-tests): New variable.
54828         [!gnulib] (gnulib-arch): New variable.
54829         [!gnulib] (gnulib-tests): Likewise.
54830         [!gnulib] (static-gnulib-arch): Likewise.
54831         [!gnulib] (static-gnulib-tests): Likewise.
54832         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
54833         Define with "=" instead of ":=".
54834         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
54835         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
54836         * Rules (binaries-all-notests): New variable.
54837         (binaries-all-tests): Likewise.
54838         (binaries-static-notests): Likewise.
54839         (binaries-static-tests): Likewise.
54840         (binaries-all): Define using $(binaries-all-notests) and
54841         $(binaries-all-tests).
54842         (binaries-static): Define using $(binaries-static-notests) and
54843         $(binaries-static-tests).
54844         (binaries-shared-tests): New variable.
54845         (binaries-shared-notests): Likewise.
54846         (binaries-shared): Remove variable.
54847         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
54848         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
54849         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
54850         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
54851         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
54852         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
54853         * elf/Makefile (sln-modules): New variable.
54854         (extra-objs): Add $(sln-modules:=.o).
54855         (ldconfig-modules): Add static-stubs.
54856         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
54857         * elf/static-stubs.c: New file.
54859         [BZ #14283]
54860         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
54861         by 7 not 8 to examine high bit of fractional part.  Use volatile
54862         variables when splitting into final array of floats if
54863         __FLT_EVAL_METHOD__ != 0.
54864         * math/libm-test.inc (cos_test): Add another test.
54865         (sin_test): Likewise.
54866         * sysdeps/i386/fpu/libm-test-ulps: Update.
54868         [BZ #14273]
54869         * math/libm-test.inc (cosh_test): Add more tests.
54871         * version.h (RELEASE): Set to "development".
54872         (VERSION): Set to "2.16.90".
54874 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
54876         * NEWS: Update copyright. Remove last-updated date.
54877         Mention math library bug fixes and timezone data changes.
54878         * README: Mention GNU/Hurd, x32, and HPPA support status.
54880 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
54882         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
54884 2012-06-27  Andreas Jaeger  <aj@suse.de>
54886         * manual/contrib.texi (Contributors): Add Samuel Thibault.
54888 2012-06-25  Andreas Jaeger  <aj@suse.de>
54890         * sysdeps/s390/fpu/libm-test-ulps: Update.
54892 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
54893             Thomas Schwinge  <thomas@codesourcery.com>
54895         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
54896         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
54897         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
54898         fanotify_mark.
54900 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
54902         * sysdeps/mach/start.c: Remove file.
54903         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
54904         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
54905         * sysdeps/sh/init-first.c: Likewise.
54907         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
54908         registers for frame unwinding purposes, add CFI directives.
54909         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
54910         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
54911         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
54912         Likewise.
54914         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
54915         __fortify_fail returning.
54916         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
54918         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
54919         sysdeps/sh/____longjmp_chk.S.
54920         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
54921         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
54922         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
54923         (gen-as-const-headers): Append sigaltstack-offsets.sym.
54925         * sysdeps/sh/abort-instr.h: New file.
54926         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
54927         process in case exit returns.
54929         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
54930         initialize the GOT register before use.
54932         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
54933         calculation of ARGC > 4.
54935         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
54936         meaningful names to some local labels.
54938 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
54939             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
54941         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
54942         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
54943         (__arch_compare_and_exchange_val_16_acq): Likewise.
54944         (__arch_compare_and_exchange_val_32_acq): Likewise.
54945         (atomic_exchange_and_add): Fix gUSA sequence.
54946         (atomic_add): Likewise.
54947         (atomic_add_negative): Likewise.
54948         (atomic_add_zero): Likewise.
54949         (atomic_bit_test_set): Likewise.
54951 2012-06-22  Andreas Schwab  <schwab@redhat.com>
54953         [BZ #13579]
54954         * include/link.h (struct link_map): Add l_free_initfini.
54955         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
54956         l_initfini.
54957         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
54958         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
54959         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
54960         set.
54962 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
54964         * configure.in: Use AC_LANG_SOURCE.
54965         * configure: Regenerate.
54967 2012-06-22  Roland McGrath  <roland@hack.frob.com>
54969         * configure.in (libc_cv_localstatedir): New substituted variable.
54970         * configure: Regenerated.
54971         * config.make.in (localstatedir): New variable, substituted from
54972         libc_cv_localstatedir.
54973         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
54974         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
54975         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
54976         * sysdeps/gnu/configure: Regenerated.
54978 2012-06-21  Jeff Law  <law@redhat.com>
54980         [BZ #14277]
54981         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
54982         free.  Simplify list management for _LIBC case.
54984 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
54986         [BZ #14273]
54987         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
54988         Clear sign bit of 64-bit integer value before comparing against
54989         overflow value.
54991         * sysdeps/mach/configure: Regenerated.
54993 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
54995         [BZ #14278]
54996         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
54998 2012-06-21  Jeff Law  <law@redhat.com>
55000         [BZ #13882]
55001         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
55002         uint16_t for elements in the "seen" array to avoid char overflows.
55003         * elf/dl-fini.c (_dl_sort_fini): Likewise.
55004         * elf/dl-open.c (dl_open_worker): Likewise.
55006 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
55008         * scripts/list-sources.sh: Scan PORTS for translations.
55009         * po/libc.pot: Regenerated.
55011 2012-06-21  Andreas Jaeger  <aj@suse.de>
55013         [BZ #12194]
55014         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
55015         warning.
55016         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
55017         * bits/byteswap-16.h (__bswap_16): Likewise.
55018         * bits/byteswap.h (__bswap_constant_16): Likewise.
55020 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
55022         [BZ #14117]
55023         * sysdeps/i386/fpu_control.h: Removed.
55024         * sysdeps/x86_64/fpu_control.h: Moved to ...
55025         * sysdeps/x86/fpu_control.h: Here.
55027         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
55028         (_FPU_SETCW): Likewise.
55030 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
55032         [BZ #14117]
55033         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
55034         * sysdeps/x86/fpu/bits/mathinline.h: This.
55035         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
55037         [BZ #14050]
55038         [BZ #14117]
55039         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
55040         functions if __x86_64__ is defined.
55042 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
55044         * string/endian.h: Add !__ASSEMBLER__ condition for including
55045         conversion interfaces.
55047 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
55049         [BZ #14241]
55050         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
55051         of ABS(x) in calculating zero to negative powers other than odd
55052         integers.
55053         * math/libm-test.inc (pow_test): Add more tests.
55055 2012-06-15  Andreas Jaeger  <aj@suse.de>
55057         * manual/contrib.texi (Contributors): Update entry of Liubov
55058         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
55059         Machado Filho.
55061 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
55063         * string/string.h: Add __wur to GNU version of strerror_r.
55065 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
55067         [BZ #14229]
55068         * string/Makefile (tests): Add tst-strtok_r.
55069         * string/tst-strtok_r.c: New file.
55070         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
55071         RAX_LP/RDX_LP on SAVE_PTR.
55073 2012-06-14  Roland McGrath  <roland@hack.frob.com>
55075         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
55077 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
55079         * libm_test.inc (csqrt_test): Allow more spurious underflow
55080         exceptions.
55081         (j0_test): Likewise.
55082         (j1_test): Likewise.
55083         (y0_test): Likewise.
55084         (y1_test): Likewise.
55086 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
55088         * po/Makefile (libc.pot): Use UTF-8 charset.
55090 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
55092         [BZ #14210]
55093         Suppress sign-conversion warning from FD_SET.
55094         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
55095         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
55096         not unsigned long int.
55097         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
55099 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
55101         [BZ #14050]
55102         [BZ #14117]
55103         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
55104         __extern_always_inline instead of __extern_inline.
55105         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
55106         (__signbit): Likewise.
55107         (__signbitl): Support C++ namespace.
55108         (lrintf): New inline function.
55109         (lrint): Likewise.
55110         (llrintf): Likewise.
55111         (llrint): Likewise.
55112         (fmaxf): Likewise.
55113         (fmax): Likewise.
55114         (fminf): Likewise.
55115         (fmin): Likewise.
55116         (rint): Likewise.
55117         (rintf): Likewise.
55118         (ceil): Likewise.
55119         (ceilf): Likewise.
55120         (floor): Likewise.
55121         (floorf): Likewise.
55122         (nearbyint): Likewise.
55123         (nearbyintf): Likewise.
55125 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
55127         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
55128         non-default versions.
55130 2012-06-11  Roland McGrath  <roland@hack.frob.com>
55132         [BZ #14218]
55133         * manual/argp.texi (Argp): Reword argp_parse description slightly.
55135 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
55137         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
55138         (FE_UPWARD, FE_DOWNWARD): Don't define.
55139         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
55140         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
55142         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
55143         reading it.
55144         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
55145         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55147 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
55149         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
55150         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
55151         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
55152         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
55154 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
55156         [BZ #14117]
55157         * sysdeps/i386/fpu/bits/fenv.h: Removed.
55158         * sysdeps/i386/fpu/Implies: New file.
55159         * sysdeps/x86_64/fpu/Implies: Likewise.
55160         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
55161         * sysdeps/x86/fpu/bits/fenv.h: This.
55163         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
55164         __SSE_MATH__.
55166 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
55168         [BZ #14134]
55169         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
55170         character 0xffff that matches the last element of the
55171         conversion table.
55173 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55175         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
55176         fmodl commit.
55178 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55180         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
55181         values higher than 25.6283.
55183 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55185         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
55186         subnormal exponent extraction and add some __builtin_expect.
55187         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
55188         Fix for subnormal mantissa calculation.
55190 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
55192         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
55193         cpu2 is -1 and errno is not ENOSYS.
55195 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
55197         [BZ #14117]
55198         * sysdeps/i386/i486/bits/string.h: Renamed to ...
55199         * sysdeps/x86/bits/string.h: This.
55200         * sysdeps/x86_64/bits/string.h: Removed.
55202         * sysdeps/i386/i486/bits/string.h: Define inline functions only
55203         if not compiling for x86-64, but compiling for >= i486.
55205         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
55206         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
55208         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
55209         New macro from Linux kernel 3.4.0.
55210         (FP_XSTATE_MAGIC2): Likewise.
55211         (FP_XSTATE_MAGIC2_SIZE): Likewise.
55212         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
55213         (struct _fpx_sw_bytes): New struct.
55214         (struct _xsave_hdr): Likewise.
55215         (struct _ymmh_state): Likewise.
55216         (struct _xstate): Likewise.
55218         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
55219         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
55220         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
55221         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
55222         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
55223         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
55225         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
55226         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
55227         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
55228         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
55229         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
55230         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
55232 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
55234         [BZ #13743]
55235         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
55236         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
55237         (sysdep_headers): Include sys/platform/ppc.h.
55238         * sysdeps/powerpc/test-gettimebase.c: Test for
55239         __ppc_get_timebase() to catch future ISA opcode/insn changes.
55240         * manual/Makefile (appendices): Include platform.texi.
55241         * manual/contrib.texi (Contributors): Update @node pointers.
55242         * manual/maint.texi (Maintenance): Likewise.
55243         (Platform): New node.
55244         * manual/platform.texi: New file.  Document the new features.
55246 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
55247             Jakub Jelinek  <jakub@redhat.com>
55249         [BZ #14188]
55250         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
55251         where __builtin_expect is unavailable.
55253 2012-06-03  David S. Miller  <davem@davemloft.net>
55255         * stdlib/longlong.h: Updated from GCC.
55257 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
55259         [BZ #14042]
55260         * sysdeps/powerpc/powerpc32/mcount.c: New file.
55261         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
55262         __mcount_internal.
55263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
55264         (GLIBC_2.16): Likewise.
55266 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
55268         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
55270 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
55272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
55273         (default-abi): New variable.
55274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
55275         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
55276         variable.
55277         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
55278         Likewise.
55279         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
55280         Likewise.
55281         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
55282         Likewise.
55284         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
55285         definition.  Document in comment.
55287 2012-06-01  David S. Miller  <davem@davemloft.net>
55289         * stdlib/longlong.h: Updated from GCC.
55291 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
55293         [BZ #14117]
55294         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
55295         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
55296         sys/debugreg.h sys/io.h here.
55297         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
55298         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
55299         sys/io.h.
55300         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
55301         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
55302         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
55303         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
55304         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
55305         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
55307         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
55308         Define only if __x86_64__ is defined.
55310 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
55312         [BZ #14048]
55313         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
55314         Use int64_t for variable i.
55315         * math/libm-test.inc (fmod_test): Add more tests.
55317         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
55318         z computation is not scheduled after fetestexcept.
55319         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
55320         Use math_force_eval instead of asm to ensure calculation scheduled
55321         before exception test.
55322         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
55323         Ensure a1 + u.d computation is not scheduled after fetestexcept.
55325 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
55327         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
55328         computation is not scheduled after fetestexcept.
55330 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
55332         [BZ #14117]
55333         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
55334         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
55336 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55338         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
55339         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
55341 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
55343         [BZ #14117]
55344         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
55345         <bits/wordsize.h>.
55346         (__WCHAR_MIN): Support __WORDSIZE == 64.
55347         (__WCHAR_MAX): Likewise.
55349         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
55350         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
55352         [BZ #14183]
55353         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
55354         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
55356         [BZ #14117]
55357         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
55358         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
55360         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
55361         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
55363         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
55364         Defined to 1 if __x86_64__ isn't defined.
55365         (_STAT_VER_LINUX_OLD): New.
55366         (st_atime): Remove duplicate.
55367         (st_mtime): Likewise.
55368         (st_ctime): Likewise.
55370 2012-05-31  David S. Miller  <davem@davemloft.net>
55372         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
55373         entries.
55375 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
55377         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
55378         gen-libm-test.pl.
55380         [BZ #14132]
55381         * elf/dl-reloc.c: Include <_itoa.h>.
55382         (_dl_reloc_bad_type): Remove use of INTUSE.
55383         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
55384         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
55385         * stdio-common/psiginfo.c (psiginfo): Likewise.
55386         * stdio-common/psignal.c (psignal): Likewise.
55387         * string/strsignal.c (strsignal): Likewise.
55388         * include/signal.h (_sys_siglist): Declare hidden proto.
55389         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
55390         INTVARDEF with libc_hidden_data_def.
55391         * stdio-common/itoa-udigits.c: Likewise.
55392         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
55393         (_itoa_lower_digits_internal): Remove declaration.
55394         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
55395         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
55396         (_sys_sigabbrev_internal): Remove aliases.
55397         (_sys_siglist): Define hidden alias.
55399 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
55401         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55402         bits/sysctl.h.
55404 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
55406         [BZ #14117]
55407         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
55408         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
55410         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
55411         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
55412         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
55413         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
55414         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
55415         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
55417         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
55418         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
55419         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
55421         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
55422         with __addr.
55423         (insw): Likewise.
55424         (insl): Likewise.
55425         (outsb): Likewise.
55426         (outsw): Likewise.
55427         (outsl): Likewise.
55429         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
55430         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
55431         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
55433         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
55434         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
55435         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
55436         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
55437         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
55438         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
55440         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
55441         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
55443         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
55444         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
55446         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
55447         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
55448         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
55450         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
55451         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
55452         to ...
55453         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
55455         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
55456         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
55457         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
55459         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
55460         for x86-64.
55461         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
55463 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
55465         * math/math.h (M_El): Use two more decimal places.
55466         (M_LOG2El): Likewise.
55467         (M_LOG10El): Likewise.
55468         (M_LN2l): Likewise.
55469         (M_LN10l): Likewise.
55470         (M_PIl): Likewise.
55471         (M_PI_2l): Likewise.
55472         (M_PI_4l): Likewise.
55473         (M_1_PIl): Likewise.
55474         (M_2_PIl): Likewise.
55475         (M_2_SQRTPIl): Likewise.
55476         (M_SQRT2l): Likewise.
55477         (M_SQRT1_2l): Likewise.
55479 2012-05-31  David S. Miller  <davem@davemloft.net>
55481         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
55482         values between float registers.
55483         * sysdeps/sparc/sparc64/memset.S: Likewise.
55484         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
55486 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
55488         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
55489         -D_FORTIFY_SOURCE=1.
55490         (CPPFLAGS-tst-longjmp_chk.c): Define.
55491         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
55492         (CPPFLAGS-tst-longjmp_chk2.c): Define.
55493         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
55494         CFLAGS-tst-wchar-h.c.
55496 2012-05-31  Marek Polacek  <polacek@redhat.com>
55498         [BZ #14132]
55499         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
55500         __endmntent_internal): Remove declaration.
55501         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
55502         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
55503         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
55505 2012-05-30  David S. Miller  <davem@davemloft.net>
55507         * sysdeps/sparc/sparc32/soft-fp/q_util.c
55508         (___Q_simulate_exceptions): Use real FP ops rather than writing
55509         into the %fsr.
55510         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
55511         Likewise.
55513 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
55515         [BZ #14117]
55516         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
55517         * sysdeps/x86/bits/xtitypes.h: This.
55519         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
55520         * sysdeps/x86/bits/wordsize.h: This.
55522         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
55523         * sysdeps/x86/bits/huge_vall.h: This.
55525         * sysdeps/i386/bits/select.h: Removed.
55526         * sysdeps/x86_64/bits/select.h: Renamed to ...
55527         * sysdeps/x86/bits/select.h: This.
55529         * sysdeps/i386/bits/setjmp.h: Removed.
55530         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
55531         * sysdeps/x86/bits/setjmp.h: This.
55533         * sysdeps/i386/bits/mathdef.h: Removed.
55534         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
55535         * sysdeps/x86/bits/mathdef.h: This.
55537 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
55539         [BZ #14132]
55540         * include/sys/socket.h (__connect_internal)
55541         (__libc_sa_len_internal): Remove declaration.
55542         (__connect, __libc_sa_len): Declare hidden_proto.
55543         (SA_LEN): Remove use of INTUSE.
55544         * socket/connect.c: Add libc_hidden_def.
55545         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
55546         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
55547         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
55548         alias.
55549         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
55550         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
55551         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
55552         of adding _internal alias.
55554 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
55556         [BZ #14117]
55557         * sysdeps/i386/bits/link.h: Removed.
55558         * sysdeps/i386/bits/linkmap.h: Likewise.
55559         * sysdeps/x86_64/bits/link.h: Renamed to ...
55560         * sysdeps/x86/bits/link.h: This.
55561         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
55562         * sysdeps/x86/bits/linkmap.h: This.
55564         * sysdeps/i386/bits/endian.h: Removed.
55565         * sysdeps/x86_64/bits/endian.h: Renamed to ...
55566         * sysdeps/x86/bits/endian.h: This.
55568         * sysdeps/i386/bits/byteswap.h: Removed.
55569         * sysdeps/i386/bits/byteswap-16.h: Likewise.
55570         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
55571         * sysdeps/x86/bits/byteswap.h: This.
55572         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
55573         * sysdeps/x86/bits/byteswap-16.h: This.
55574         * sysdeps/i386/Implies: Add x86.
55575         * sysdeps/x86_64/Implies: Likewise.
55577 2012-05-30  David S. Miller  <davem@davemloft.net>
55579         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
55580         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
55581         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
55582         (FP_TRAPPING_EXCEPTIONS): Define.
55583         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
55584         (FP_TRAPPING_EXCEPTIONS): Define.
55585         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
55586         subnormals only when inexact has been signalled or underflow
55587         exceptions are enabled.
55588         (_FP_PACK_CANONICAL): Likewise.
55590 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
55592         [BZ #14183]
55593         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
55594         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
55596 2012-05-30  Richard Henderson  <rth@twiddle.net>
55598         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
55599         with #ifndef NOT_IN_libc.
55601         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
55602         marked to avoid plt entry.
55604 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
55606         [BZ #14112]
55607         * Makeconfig (default-abi): New macro.
55608         (abi-includes): Likewise.
55609         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
55610         $(abi-$(default-abi)-lib-soname) for soname if defined.
55611         ($(common-objpfx)gnu/lib-names.stmp): Generate from
55612         abi-variants.
55613         * Makefile (installed-stubs): Likewise.
55614         * include/stubs-biarch.h: Removed.
55615         * scripts/lib-names.awk: Only handle one library at a time.
55616         * scripts/soversions.awk: Remove WORDSIZE support.
55617         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
55618         entries.
55619         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
55620         Removed.
55621         (syscall-list-default-condition): Likewise.
55622         (syscall-list-default-condition): Likewise.
55623         (syscall-list-includes): Likewise.
55624         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
55625         syscall-list-* with abi-*.  Handle undefined abi-variants.
55626         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
55627         * sysdeps/unix/sysv/linux/i386/Implies: New file.
55628         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
55629         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
55630         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
55631         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
55632         Removed.
55633         (syscall-list-32-options): Likewise.
55634         (syscall-list-32-condition): Likewise.
55635         (syscall-list-64-options): Likewise.
55636         (syscall-list-64-condition): Likewise.
55637         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
55638         macro.
55639         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
55640         Renamed to ...
55641         (abi-*): This.
55642         (abi-64-ld-soname): New macro.
55643         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
55644         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
55645         Renamed to ...
55646         (abi-*): This.
55647         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
55648         * sysdeps/x86_64/x32/shlib-versions: Likewise.
55650 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
55652         * sysdeps/unix/sysv/linux/kernel-features.h
55653         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
55654         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
55655         include <kernel-features.h>.
55656         [!__NR_ftruncate64]: Remove conditional code.
55657         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
55658         [__NR_ftruncate64]: Make code unconditional.
55659         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
55660         * sysdeps/unix/sysv/linux/truncate64.c: Do not
55661         include <kernel-features.h>.
55662         [!__NR_ftruncate64]: Remove conditional code.
55663         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
55664         [__NR_ftruncate64]: Make code unconditional.
55665         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
55666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
55667         include <kernel-features.h>.
55668         [!__NR_ftruncate64]: Remove conditional code.
55669         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
55670         [__NR_ftruncate64]: Make code unconditional.
55671         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
55672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
55673         include <kernel-features.h>.
55674         [!__NR_ftruncate64]: Remove conditional code.
55675         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
55676         [__NR_ftruncate64]: Make code unconditional.
55677         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
55679         * configure.in (libc_cv_fpie): Weaken to a compile test using
55680         LIBC_TRY_CC_OPTION.
55681         * configure: Regenerated.
55683 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55685         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
55686         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
55687         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
55688         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
55689         Refreshed.
55690         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
55691         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
55692         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
55693         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
55694         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
55695         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
55696         Refreshed.
55698 2012-05-27  David S. Miller  <davem@davemloft.net>
55700         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
55701         (___Q_zero): New.
55702         (__Q_simulate_exceptions): Return void.  Change to simulate
55703         exceptions by writing into the %fsr.
55704         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
55705         (__Qp_handle_exceptions): Likewise.
55706         (numbers): Delete.
55707         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
55708         __Qp_handle_exceptions.
55709         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
55710         __Qp_handle_exceptions.
55711         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
55712         as unused and give dummy FP_RND_NEAREST initializer.
55713         (FP_INHIBIT_RESULTS): Define.
55714         (___Q_simulate_exceptions): Update declaration.
55715         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
55716         formatting.
55717         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
55718         as unused and give dummy FP_RND_NEAREST initializer.
55719         (__Qp_handle_exceptions): Update declaration.
55720         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
55721         formatting.
55723 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
55725         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
55726         the temporary FPU control word.
55727         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
55728         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
55729         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
55730         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
55731         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
55732         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
55733         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
55734         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
55735         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
55736         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
55737         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55739 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
55741         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
55742         fields.
55744 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
55746         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
55747         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
55748         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
55749         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
55750         Likewise.
55751         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
55752         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
55753         Likewise.
55755 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
55757         * po/h.po: Update from translation team.
55759 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
55761         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
55763         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
55764         handling of denormals.
55765         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
55766         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
55767         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
55768         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
55769         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
55770         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
55771         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
55772         Likewise.
55774 2012-05-26  Marek Polacek  <polacek@redhat.com>
55776         [BZ #14152]
55777         * math/libm-test.inc (fma_test): Don't always expect underflow
55778         exception.
55780 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
55782         [BZ #12416]
55783         * elf/tst-execstack.c: Include stackinfo.h.
55784         (do_test): Adjust test case to ensure that pthread_getattr_np
55785         behaviour remains the same after marking stack executable.
55787 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
55789         * sysdeps/unix/sysv/linux/kernel-features.h
55790         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
55791         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
55792         kernel-features.h.
55793         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
55794         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
55795         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
55796         kernel-features.h.
55797         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
55798         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
55800 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
55802         * configure.in: Define the default includes to being none.
55803         * configure: Regenerated.
55805 2012-05-25  Roland McGrath  <roland@hack.frob.com>
55807         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
55808         * sysdeps/x86_64/setjmp.S: Likewise.
55809         * sysdeps/i386/bsd-setjmp.S: Likewise.
55810         * sysdeps/i386/bsd-_setjmp.S: Likewise.
55811         * sysdeps/i386/setjmp.S: Likewise.
55812         * sysdeps/i386/__longjmp.S: Likewise.
55813         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
55814         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
55816         * include/stap-probe.h: New file.
55817         * configure.in: Handle --enable-systemtap.
55818         * configure: Regenerated.
55819         * config.h.in (USE_STAP_PROBE): New #undef.
55820         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
55821         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
55822         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
55824 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
55826         [BZ #13717]
55827         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
55828         to 2.4.0 where earlier.
55829         * sysdeps/unix/sysv/linux/configure: Regenerated.
55830         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
55831         <kernel-features.h>.
55832         [__ASSUME_32BITUIDS]: Make code unconditional.
55833         [!__ASSUME_32BITUIDS]: Remove conditional code.
55834         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
55835         <kernel-features.h>.
55836         [__ASSUME_32BITUIDS]: Make code unconditional.
55837         [!__ASSUME_32BITUIDS]: Remove conditional code.
55838         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
55839         [__ASSUME_32BITUIDS]: Make code unconditional.
55840         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
55841         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
55842         <kernel-features.h>.
55843         [__ASSUME_32BITUIDS]: Make code unconditional.
55844         [!__ASSUME_32BITUIDS]: Remove conditional code.
55845         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
55846         <kernel-features.h>.
55847         [__ASSUME_32BITUIDS]: Make code unconditional.
55848         [!__ASSUME_32BITUIDS]: Remove conditional code.
55849         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
55850         <kernel-features.h>.
55851         [__ASSUME_32BITUIDS]: Make code unconditional.
55852         [!__ASSUME_32BITUIDS]: Remove conditional code.
55853         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
55854         <kernel-features.h>.
55855         [__ASSUME_32BITUIDS]: Make code unconditional.
55856         [!__ASSUME_32BITUIDS]: Remove conditional code.
55857         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
55858         <kernel-features.h>.
55859         [__ASSUME_32BITUIDS]: Make code unconditional.
55860         [!__ASSUME_32BITUIDS]: Remove conditional code.
55861         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
55862         <kernel-features.h>.
55863         [__ASSUME_32BITUIDS]: Make code unconditional.
55864         [!__ASSUME_32BITUIDS]: Remove conditional code.
55865         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
55866         <kernel-features.h>.
55867         [__ASSUME_32BITUIDS]: Make code unconditional.
55868         [!__ASSUME_32BITUIDS]: Remove conditional code.
55869         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
55870         <kernel-features.h>.
55871         [__ASSUME_32BITUIDS]: Make code unconditional.
55872         [!__ASSUME_32BITUIDS]: Remove conditional code.
55873         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
55874         <kernel-features.h>.
55875         [__ASSUME_32BITUIDS]: Make code unconditional.
55876         [!__ASSUME_32BITUIDS]: Remove conditional code.
55877         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
55878         <kernel-features.h>.
55879         [__ASSUME_32BITUIDS]: Make code unconditional.
55880         [!__ASSUME_32BITUIDS]: Remove conditional code.
55881         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
55882         <kernel-features.h>.
55883         [__NR_setresgid] (__setresgid): Do not declare.
55884         [__ASSUME_32BITUIDS]: Make code unconditional.
55885         [!__ASSUME_32BITUIDS]: Remove conditional code.
55886         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
55887         <kernel-features.h>.
55888         [__NR_setresuid] (__setresuid): Do not declare.
55889         [__ASSUME_32BITUIDS]: Make code unconditional.
55890         [!__ASSUME_32BITUIDS]: Remove conditional code.
55891         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
55892         <kernel-features.h>.
55893         [__ASSUME_32BITUIDS]: Make code unconditional.
55894         [!__ASSUME_32BITUIDS]: Remove conditional code.
55895         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
55896         <kernel-features.h>.
55897         [__ASSUME_32BITUIDS]: Make code unconditional.
55898         [!__ASSUME_32BITUIDS]: Remove conditional code.
55899         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
55900         <kernel-features.h>.
55901         [__ASSUME_32BITUIDS]: Make code unconditional.
55902         [!__ASSUME_32BITUIDS]: Remove conditional code.
55903         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
55904         <kernel-features.h>.
55905         [__ASSUME_32BITUIDS]: Make code unconditional.
55906         [!__ASSUME_32BITUIDS]: Remove conditional code.
55907         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
55908         <kernel-features.h>.
55909         [__ASSUME_32BITUIDS]: Make code unconditional.
55910         [!__ASSUME_32BITUIDS]: Remove conditional code.
55911         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
55912         <kernel-features.h>.
55913         [__ASSUME_32BITUIDS]: Make code unconditional.
55914         [!__ASSUME_32BITUIDS]: Remove conditional code.
55915         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
55916         <kernel-features.h>.
55917         [__ASSUME_32BITUIDS]: Make code unconditional.
55918         [!__ASSUME_32BITUIDS]: Remove conditional code.
55919         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
55920         <kernel-features.h>.
55921         [__ASSUME_32BITUIDS]: Make code unconditional.
55922         [!__ASSUME_32BITUIDS]: Remove conditional code.
55923         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
55924         <kernel-features.h>.
55925         [__ASSUME_32BITUIDS]: Make code unconditional.
55926         [!__ASSUME_32BITUIDS]: Remove conditional code.
55927         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
55928         <kernel-features.h>.
55929         [__ASSUME_32BITUIDS]: Make code unconditional.
55930         [!__ASSUME_32BITUIDS]: Remove conditional code.
55931         * sysdeps/unix/sysv/linux/kernel-features.h
55932         (__ASSUME_SETRESUID_SYSCALL): Remove.
55933         (__ASSUME_SETRESGID_SYSCALL): Likewise.
55934         (__ASSUME_32BITUIDS): Likewise.
55935         (__ASSUME_LDT_WORKS): Likewise.
55936         (__ASSUME_O_DIRECTORY): Likewise.
55937         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
55938         architecture but not kernel version.
55939         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
55940         (__ASSUME_MMAP2_SYSCALL): Likewise.
55941         (__ASSUME_STAT64_SYSCALL): Likewise.
55942         (__ASSUME_IPC64): Likewise.
55943         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
55944         <kernel-features.h>.
55945         [__ASSUME_32BITUIDS]: Make code unconditional.
55946         [!__ASSUME_32BITUIDS]: Remove conditional code.
55947         * sysdeps/unix/sysv/linux/opendir.c: Do not include
55948         <kernel-features.h>.
55949         [__ASSUME_O_DIRECTORY]: Make code unconditional.
55950         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
55951         132096]: Remove conditional code.
55952         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
55953         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
55954         <kernel-features.h>.
55955         [__ASSUME_32BITUIDS]: Make code unconditional.
55956         [!__ASSUME_32BITUIDS]: Remove conditional code.
55957         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
55958         <kernel-features.h>.
55959         [__ASSUME_32BITUIDS]: Make code unconditional.
55960         [!__ASSUME_32BITUIDS]: Remove conditional code.
55961         * sysdeps/unix/sysv/linux/setegid.c: Do not include
55962         <kernel-features.h>.
55963         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
55964         unconditional.
55965         (__setresgid): Do not declare.
55966         [__ASSUME_32BITUIDS]: Make code unconditional.
55967         [!__ASSUME_32BITUIDS]: Remove conditional code.
55968         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
55969         <kernel-features.h>.
55970         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
55971         unconditional.
55972         (__setresuid): Do not declare.
55973         [__ASSUME_32BITUIDS]: Make code unconditional.
55974         [!__ASSUME_32BITUIDS]: Remove conditional code.
55975         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
55976         <kernel-features.h>.
55977         [__ASSUME_32BITUIDS]: Make code unconditional.
55978         [!__ASSUME_32BITUIDS]: Remove conditional code.
55979         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
55980         <kernel-features.h>.
55981         [__ASSUME_32BITUIDS]: Make code unconditional.
55982         [!__ASSUME_32BITUIDS]: Remove conditional code.
55984 2012-05-25  Richard Henderson  <rth@twiddle.net>
55986         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
55987         dl_hwcap to ifunc resolver.
55988         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
55989         elf_ifunc_invoke.
55990         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
55991         dl_hwcap to ifunc resolver.
55992         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
55994 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
55996         [BZ #14153]
55997         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
55998         for |x| <= 2**-26, not 2**-57.
55999         * math/libm-test.inc (acos_test): Do not allow spurious underflow
56000         exception.
56002 2012-05-24  Jeff Law  <law@redhat.com>
56004         * stdio-common/Makefile (tests): Add bug25.
56005         * stdio-common/bug25.c: New test.
56007 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
56009         [BZ #13576]
56010         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
56011         multiple of MALLOC_ALIGNMENT in size.
56012         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
56014 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
56016         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
56017         Require >= 256.
56018         (FILENAME_MAX): Use macro-int-constant.
56019         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
56020         (_IOFBF): Use macro-int-constant.
56021         (_IOLBF): Likewise.
56022         (_IONBF): Likewise.
56023         (SEEK_CUR): Likewise.
56024         (SEEK_END): Likewise.
56025         (SEEK_SET): Likewise.
56026         (TMP_MAX): Likewise.
56027         (EOF): Use macro-int-constant.  Require < 0.
56028         (NULL): Use macro-constant.  Require == 0.
56029         (stdin): Require type to be FILE *.
56030         (stdout): Likewise.
56031         (stderr): Likewise.
56032         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
56033         macro-int-constant.
56034         (EXIT_SUCCESS): Likewise.
56035         (NULL): Use macro-constant.  Require == 0.
56036         (RAND_MAX): Use macro-int-constant.
56037         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
56038         [C99-based standards] (strtof): Require function.
56039         [C99-based standards] (strtold): Likewise.
56040         [C99-based standards] (strtoll): Likewise.
56041         [C99-based standards] (strtoull): Likewise.
56042         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
56043         [ISO || ISO99 || ISO11] (limits.h): Likewise.
56044         [ISO || ISO99 || ISO11] (math.h): Likewise.
56045         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
56046         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
56047         [ISO || ISO99 || ISO11] (*_t): Do not allow.
56049 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
56051         [BZ #14132]
56052         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
56053         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
56054         * intl/dgettext.c (DCGETTEXT): Likewise.
56055         * intl/gettext.c (DCGETTEXT): Likewise.
56056         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
56057         * posix/regex_internal.h (gettext): Likewise.
56058         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
56059         Remove declaration.
56060         * include/argz.h (__argz_count_internal)
56061         (__argz_stringify_internal): Remove declaration.
56062         (__argz_count, __argz_stringify): Declare hidden proto.
56063         * intl/dcgettext.c: Remove use of INTDEF.
56064         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
56065         * string/argz-stringify.c: Likewise.
56066         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
56067         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
56068         Declare hidden proto.
56069         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
56070         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
56071         Declare hidden proto.
56072         * include/stdio.h (__asprintf_internal): Don't declare.
56073         (__asprintf): Don't define as macro.  Declare hidden proto.
56074         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
56075         (__fsetlocking): Declare hidden proto.
56076         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
56077         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
56078         hidden proto.
56079         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
56080         (_IO_setlinebuf): Remove use of INTUSE.
56081         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
56082         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
56083         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
56084         Remove declaration.
56085         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
56086         (_IO_do_flush): Remove use of INTUSE.
56087         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
56088         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
56089         (_IO_adjust_column, _IO_least_wmarker)
56090         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
56091         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
56092         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
56093         (_IO_default_doallocate, _IO_wdefault_doallocate)
56094         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
56095         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
56096         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
56097         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
56098         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
56099         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
56100         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
56101         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
56102         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
56103         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
56104         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
56105         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
56106         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
56107         proto.
56108         (_IO_flush_all_internal, _IO_adjust_column_internal)
56109         (_IO_default_uflow_internal, _IO_default_finish_internal)
56110         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
56111         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
56112         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
56113         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
56114         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
56115         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
56116         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
56117         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
56118         (_IO_file_close_internal, _IO_file_close_it_internal)
56119         (_IO_file_underflow_internal, _IO_file_overflow_internal)
56120         (_IO_file_init_internal, _IO_file_attach_internal)
56121         (_IO_file_fopen_internal, _IO_file_read_internal)
56122         (_IO_file_sync_internal, _IO_file_seek_internal)
56123         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
56124         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
56125         (_IO_str_underflow_internal, _IO_str_overflow_internal)
56126         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
56127         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
56128         (_IO_list_all_internal, _IO_link_in_internal)
56129         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
56130         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
56131         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
56132         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
56133         (_IO_do_write_internal, _IO_padn_internal)
56134         (_IO_getline_info_internal, _IO_getline_internal)
56135         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
56136         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
56137         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
56138         (_IO_vfscanf_internal, _IO_vfprintf_internal)
56139         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
56140         (_IO_init_internal, _IO_un_link_internal): Don't declare.
56141         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
56142         with libc_hidden_ver, remove use of INTUSE.
56143         * libio/genops.c: Likewise.
56144         * libio/freopen.c: Likewise.
56145         * libio/freopen64.c: Likewise.
56146         * libio/iofclose.c: Likewise.
56147         * libio/iofdopen.c: Likewise.
56148         * libio/iofflush.c: Likewise.
56149         * libio/iofflush_u.c: Likewise.
56150         * libio/iofgets.c: Likewise.
56151         * libio/iofgets_u.c: Likewise.
56152         * libio/iofopen.c: Likewise.
56153         * libio/iofopncook.c: Likewise.
56154         * libio/iofread.c: Likewise.
56155         * libio/iofread_u.c: Likewise.
56156         * libio/ioftell.c: Likewise.
56157         * libio/iofwrite.c: Likewise.
56158         * libio/iogetline.c: Likewise.
56159         * libio/iogets.c: Likewise.
56160         * libio/iogetwline.c: Likewise.
56161         * libio/iopadn.c: Likewise.
56162         * libio/iopopen.c: Likewise.
56163         * libio/ioseekoff.c: Likewise.
56164         * libio/ioseekpos.c: Likewise.
56165         * libio/iosetbuffer.c: Likewise.
56166         * libio/iosetvbuf.c: Likewise.
56167         * libio/ioungetc.c: Likewise.
56168         * libio/ioungetwc.c: Likewise.
56169         * libio/iovdprintf.c: Likewise.
56170         * libio/iovsprintf.c: Likewise.
56171         * libio/iovsscanf.c: Likewise.
56172         * libio/memstream.c: Likewise.
56173         * libio/obprintf.c: Likewise.
56174         * libio/oldfileops.c: Likewise.
56175         * libio/oldiofclose.c: Likewise.
56176         * libio/oldiofdopen.c: Likewise.
56177         * libio/oldiofopen.c: Likewise.
56178         * libio/oldiopopen.c: Likewise.
56179         * libio/oldstdfiles.c: Likewise.
56180         * libio/putc.c: Likewise.
56181         * libio/setbuf.c: Likewise.
56182         * libio/setlinebuf.c: Likewise.
56183         * libio/stdfiles.c: Likewise.
56184         * libio/strops.c: Likewise.
56185         * libio/vasprintf.c: Likewise.
56186         * libio/vscanf.c: Likewise.
56187         * libio/vsnprintf.c: Likewise.
56188         * libio/vswprintf.c: Likewise.
56189         * libio/wfiledoalloc.c: Likewise.
56190         * libio/wfileops.c: Likewise.
56191         * libio/wgenops.c: Likewise.
56192         * libio/wmemstream.c: Likewise.
56193         * libio/wstrops.c: Likewise.
56194         * libio/__fpurge.c: Likewise.
56195         * libio/__fsetlocking.c: Likewise.
56196         * assert/assert.c: Likewise.
56197         * debug/fgets_chk.c: Likewise.
56198         * debug/fgets_u_chk.c: Likewise.
56199         * debug/fread_chk.c: Likewise.
56200         * debug/fread_u_chk.c: Likewise.
56201         * debug/gets_chk.c: Likewise.
56202         * debug/obprintf_chk.c: Likewise.
56203         * debug/vasprintf_chk.c: Likewise.
56204         * debug/vdprintf_chk.c: Likewise.
56205         * debug/vsnprintf_chk.c: Likewise.
56206         * debug/vsprintf_chk.c: Likewise.
56207         * malloc/mtrace.c: Likewise.
56208         * misc/error.c: Likewise.
56209         * misc/syslog.c: Likewise.
56210         * stdio-common/asprintf.c: Likewise.
56211         * stdio-common/fxprintf.c: Likewise.
56212         * stdio-common/getw.c: Likewise.
56213         * stdio-common/isoc99_fscanf.c: Likewise.
56214         * stdio-common/isoc99_scanf.c: Likewise.
56215         * stdio-common/isoc99_vfscanf.c: Likewise.
56216         * stdio-common/isoc99_vscanf.c: Likewise.
56217         * stdio-common/isoc99_vsscanf.c: Likewise.
56218         * stdio-common/printf-prs.c: Likewise.
56219         * stdio-common/printf_fp.c: Likewise.
56220         * stdio-common/printf_fphex.c: Likewise.
56221         * stdio-common/printf_size.c: Likewise.
56222         * stdio-common/putw.c: Likewise.
56223         * stdio-common/scanf.c: Likewise.
56224         * stdio-common/sprintf.c: Likewise.
56225         * stdio-common/tmpfile.c: Likewise.
56226         * stdio-common/vfprintf.c: Likewise.
56227         * stdio-common/vfscanf.c: Likewise.
56228         * stdlib/strfmon_l.c: Likewise.
56229         * sunrpc/openchild.c: Likewise.
56230         * sunrpc/xdr_stdio.c: Likewise.
56231         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
56232         * sysdeps/mach/hurd/tmpfile.c: Likewise.
56234 2012-05-24  Roland McGrath  <roland@hack.frob.com>
56236         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
56238         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
56239         in the third column, to generate for the shared library an IFUNC
56240         that uses _dl_vdso_vsym.
56241         * Makerules (COMPILE.c, compile-stdin.c): New variables.
56242         * Makeconfig (object-suffixes-noshared): New variable.
56244         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
56245         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
56246         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
56247         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
56249         [BZ #14132]
56250         * include/sys/time.h (__gettimeofday): Remove macro.
56251         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
56252         * time/gettimeofday.c (__gettimeofday): Remove #undef.
56253         Remove INTDEF.
56254         (__gettimeofday): Add libc_hidden_def.
56255         (gettimeofday): Add libc_hidden_weak.
56256         * sysdeps/mach/gettimeofday.c: Likewise.
56257         * sysdeps/posix/gettimeofday.c: Likewise.
56258         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
56259         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
56260         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
56261         (__gettimeofday_internal): Remove strong_alias.
56262         (__gettimeofday): Add libc_hidden_def.
56263         (gettimeofday): Add libc_hidden_weak.
56264         * sysdeps/unix/syscalls.list (gettimeofday):
56265         Remove __gettimeofday_internal alias.
56267 2012-05-24  Daniel Jacobowitz  <drow@false.org>
56268             H.J. Lu  <hongjiu.lu@intel.com>
56270         [BZ #12495]
56271         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
56272         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
56273         (largebin_index_32_big): New.
56274         (largebin_index): Use it for 16-byte alignment.
56275         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
56276         correction with front_misalign.
56278 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
56280         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
56281         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
56282         Likewise.
56283         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
56284         Likewise.
56285         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
56286         Likewise.
56287         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
56288         Likewise.
56289         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
56290         Likewise.
56291         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
56292         Likewise.
56293         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
56294         Likewise.
56295         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
56296         Likewise.
56297         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
56298         Likewise.
56299         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
56300         Likewise.
56301         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
56302         Likewise.
56303         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
56304         Likewise.
56306         * scripts/data/c++-types-x32-linux-gnu.data: New file.
56307         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
56309 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
56311         [BZ #10846]
56312         [BZ #14036]
56313         * math/libm-test.inc (exp_test): Add test from bug 14036.
56314         (pow_test): Add test from bug 10846.
56316         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
56317         and other flags.
56318         (special_function): Do not include flags in test name.
56319         (parse_args): Likewise.
56320         * sysdeps/i386/fpu/libm-test-ulps: Update.
56321         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
56322         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
56323         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
56324         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
56326         * math/gen-libm-test.pl (%beautify): Add entries for underflow
56327         exceptions.
56328         * math/libm-test.inc ("Philosophy"): Update comment about
56329         exception testing.
56330         (UNDERFLOW_EXCEPTION): New macro.
56331         (UNDERFLOW_EXCEPTION_OK): Likewise.
56332         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
56333         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
56334         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
56335         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
56336         (INVALID_EXCEPTION_OK): Update value.
56337         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
56338         (OVERFLOW_EXCEPTION_OK): Likewise.
56339         (IGNORE_ZERO_INF_SIGN): Likewise.
56340         (test_exceptions): Handle underflow exceptions.
56341         (acos_test): Update for underflow exception expectations.
56342         (cexp_test): Likewise.
56343         (clog_test): Likewise.
56344         (clog10_test): Likewise.
56345         (csqrt_test): Likewise.
56346         (ctan_test): Likewise.
56347         (ctanh_test): Likewise.
56348         (exp_test): Likewise.
56349         (exp10_test): Likewise.
56350         (exp2_test): Likewise.
56351         (expm1_test): Likewise.
56352         (fma_test): Likewise.
56353         (j0_test): Likewise.
56354         (jn_test): Likewise.
56355         (nexttoward_test): Likewise.
56356         (pow_test): Likewise.
56357         (scalbn_test): Likewise.
56358         (scalbln_test): Likewise.
56359         (tan_test): Likewise.
56360         (y1_test): Likewise.
56361         * sysdeps/i386/fpu/libm-test-ulps: Update.
56362         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
56364 2012-05-23  David S. Miller  <davem@davemloft.net>
56366         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
56367         (__libc_sigaction): Remove unused local variables.
56369 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
56371         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
56373 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
56375         mktime: avoid signed integer overflow
56376         * time/mktime.c (__mktime_internal): Do not mishandle the case
56377         where diff == INT_MIN.
56379         mktime: simplify computation of average
56380         * time/mktime.c (ranged_convert): Use new time_t_avg function
56381         instead of rolling our own (probably-slower) code.
56383         mktime: do not assume signed right shift propagates sign bit
56384         * time/mktime.c (isdst_differ): New static function.
56385         (__mktime_internal): No need to normalize tm_isdst now.
56386         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
56387         tm_isdst values.
56389         mktime: merge another wrapv change from gnulib
56390         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
56391         from some compilers.
56393         mktime: remove incorrect attempt at unusual arithmetics
56394         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
56395         The code didn't really work on such machines anyway.
56396         (TYPE_MINIMUM): Assume two's complement.
56397         (twos_complement_arithmetic): Verify that long_int and time_t
56398         are two's complement (or unsigned, in the latter case).
56400         mktime: check signed shifts on long_int and time_t, too
56401         * time/mktime.c (SHR): Check that shifts work as desired
56402         on the types long_int and time_t too, as SHR is used on
56403         such types.
56405         mktime: do not assume 'long' is wide enough
56406         * time/mktime.c (verify): Move decl up.
56407         (long_int): New type.
56408         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
56409         to remove assumption in the code that 'long' is wide enough to
56410         store year values.  This assumption is not true on x32 and on
56411         some non-glibc platforms.
56413         mktime: merge wrapv change from gnulib
56414         * time/mktime.c (WRAPV): New macro.
56415         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
56416         (guess_time_tm, __mktime_internal): Do not assume that signed
56417         integer overflow wraps around; modern compilers generate code
56418         where this assumption is no longer valid.
56420 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
56422         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
56423         Replace "jmp L(pseudo_end)" with "ret".
56424         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
56425         Likewise.
56427 2012-05-23  Andreas Jaeger  <aj@suse.de>
56429         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
56430         * sysdeps/unix/sysv/linux/poll.c: Remove file.
56432 2012-05-23  Andreas Jaeger  <aj@suse.de>
56433             Maximilian Attems  <max@stro.at>
56435         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
56436         New macros.
56438 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
56440         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
56441         code so that pseudo_end is just ret and the stack pointer is
56442         correct also for static library in error case.
56444 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
56446         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
56447         move to syscalls.list.
56448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
56449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
56450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
56451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
56453         * manual/install.texi (Running make install): Do not mention Linux
56454         kernel version for which pt_chown is not needed.
56455         (Linux): Do not mention problems with nscd with 2.0 kernels.
56456         * INSTALL: Regenerated.
56458 2012-05-23  Andreas Jaeger  <aj@suse.de>
56460         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
56461         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
56462         macro.
56463         * sysdeps/unix/sysv/linux/s390/bits/mman.h
56464         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
56465         * sysdeps/unix/sysv/linux/sh/bits/mman.h
56466         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
56467         * sysdeps/unix/sysv/linux/i386/bits/mman.h
56468         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
56469         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
56470         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
56471         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
56472         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
56473         * sysdeps/unix/sysv/linux/bits/in.h
56474         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
56476 2012-05-22  Roland McGrath  <roland@hack.frob.com>
56478         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
56479         (PREPARE_VERSION): Just use assert instead, it will be elided
56480         under [NDEBUG] anyway.
56482 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
56484         * sysdeps/unix/sysv/linux/Makefile: Include
56485         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
56486         (sysdep_routines): Remove sysctl.
56487         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
56488         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
56489         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
56490         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
56491         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
56493 2012-05-22  Andreas Jaeger  <aj@suse.de>
56495         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
56496         that pseudo_end is just ret and the stack pointer is correct also
56497         for static library in error case.
56499 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
56501         [BZ #14122]
56502         * nss/nsswitch.c (defconfig_entries): New variable.
56503         (__nss_database_lookup): Don't leak defconfig entries.
56504         (nss_parse_service_list): Don't leak on error paths.
56505         (free_database_entries): New function.
56506         (free_defconfig): New function.
56507         (free_mem): Move common code to free_database_entries.
56509 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
56511         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
56512         Add arch_prctl.
56513         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
56515         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
56516         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
56517         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
56518         New macro.
56519         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
56520         (INTERNAL_SYSCALL_TYPES): Likewise.
56521         (LOAD_ARGS_TYPES_[1-6]): Likewise.
56522         (LOAD_REGS_TYPES_[1-6]): Likewise.
56523         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
56524         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
56526 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56528         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
56529         copysignl for GLIBC_2_0.
56530         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
56531         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
56532         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
56533         logbl for GLIBC_2_0.
56534         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
56535         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
56537 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
56539         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
56540         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
56542         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
56543         Use "neg %eax".
56545         * time/mktime.c: Update copyright years.
56547 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
56549         mktime: merge comment-quoting-style change from gnulib
56550         * time/mktime.c: Quote 'like this' in comments.
56551         The GNU coding standards suggest that we no longer quote `like this',
56552         as "`" and "'" are typically rendered asymmetrically nowadays.
56553         The typical gnulib style is to quote 'like this' when quoting
56554         code, and "like this" when quoting English.
56556         * time/mktime.c (compile-command): Add "-I.".
56558         mktime: merge mktime-internal.h change from gnulib
56559         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
56561         mktime: merge time_r change from gnulib
56562         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
56564         mktime: merge DEBUG change from gnulib
56565         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
56566         case system <time.h> has a #define.
56568         mktime: merge <sys/types.h> change from gnulib
56569         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
56570         since <time.t> is now guaranteed to define time_t.
56572         mktime: merge HAVE_CONFIG_H change from gnulib
56573         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
56575 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
56577         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
56578         Use "neg %eax".
56580         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
56581         __rlim_t cast.
56582         (struct rusage): Use anonymous union to pad each field to
56583         __syscall_slong_t.
56585 2012-05-21  David S. Miller  <davem@davemloft.net>
56587         * Makefules (o-iterator): Remove .s cases.
56588         (compile-command.s): Delete.
56589         (COMPILE.s): Delete.
56590         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
56592 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
56594         * configure.in (libc_cv_predef_stack_protector): Only consider
56595         "foobar" and "__stack_chk_fail" lines in libc_undefs.
56596         * configure: Regenerated.
56598 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
56600         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
56601         New macro.  Use R*LP on int and pointer.
56602         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
56603         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
56604         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
56605         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
56607         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
56608         [__WORDSIZE_TIME64_COMPAT32] instead of
56609         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
56610         (struct utmp): Likewise.
56611         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
56612         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
56613         Renamed to ...
56614         (__WORDSIZE_TIME64_COMPAT32): This.
56615         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
56616         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
56617         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
56618         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
56619         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
56620         (__WORDSIZE_TIME64_COMPAT32): New macro.
56622 2012-05-21  Andreas Jaeger  <aj@suse.de>
56624         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
56625         only if [SHARED]. Add prototype for __wcschr_ia32.
56627 2012-05-21  Roland McGrath  <roland@hack.frob.com>
56629         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
56630         of %rbp unmolested in the jmp_buf while mangling the low bits.
56631         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
56632         unmolested high bits of %rbp while demangling the low bits.
56633         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
56635 2012-05-21  Andreas Jaeger  <aj@suse.de>
56637         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
56638         * sunrpc/svc_simple.c: Use it for registerrpc.
56639         * sunrpc/xcrypt.c: Use it for passwd2des.
56641         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
56643 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
56645         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
56646         Don't define if [__SYSCALL_WORDSIZE != 32].
56647         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
56648         New macro.
56650 2012-05-21  Bruno Haible  <bruno@clisp.org>
56651             Andreas Jaeger  <aj@suse.de>
56653         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
56654         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
56655         inptr and inend for must_buffer_ch.
56656         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
56657         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
56658         * stdio-common/Makefile (tests): Remove bug15.
56659         (bug15-ENV): Remove macro.
56660         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
56661         anymore.
56663 2012-05-19  Andreas Jaeger  <aj@suse.de>
56664             Roland McGrath  <roland@hack.frob.com>
56666         * manual/contrib.texi: Completely rewritten. It contains now an
56667         alphabetical list of contributors and their contributions.
56669 2012-05-21  Richard Henderson  <rth@twiddle.net>
56671         * misc/getauxval.c (__getauxval): Use unsigned long int.
56672         * misc/sys/auxv.h: Include <sys/cdefs.h>.
56673         (getauxval): Use unsigned long int.
56675 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
56677         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
56679 2012-05-21  Roland McGrath  <roland@hack.frob.com>
56681         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
56682         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
56683         __alignof__ (long double).
56685 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56687         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
56689 2012-05-20  Richard Henderson  <rth@twiddle.net>
56691         * misc/getauxval.c: New file.
56692         * misc/sys/auxv.h: New file.
56693         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
56694         (routines): Add getauxval.
56695         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
56696         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
56697         * elf/dl-sysdep.c (_dl_auxv): Remove.
56698         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
56699         * elf/dl-support.c (_dl_auxv): New variable.
56700         (_dl_aux_init): Initialize it.
56701         * manual/startup.texi (Auxiliary Vector): New node.
56702         * sysdeps/generic/bits/hwcap.h: New file.
56703         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
56704         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
56705         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
56706         * sysdeps/sparc/sysdep.h: ... here.  Include it.
56707         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
56708         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
56709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
56710         Update.
56711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
56712         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
56713         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
56714         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
56715         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
56716         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
56717         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
56718         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
56720 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56722         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
56724 2012-05-19  David S. Miller  <davem@davemloft.net>
56726         * sysdeps/sparc/fpu/libm-test-ulps: Update.
56728 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
56730         [BZ #14123]
56731         * math/s_ccosh.c: Include <float.h>
56732         (__ccosh): Avoid internal overflow calculating sinh and cosh
56733         values before multiplying by sin and cos values.
56734         * math/s_ccoshf.c: Likewise.
56735         * math/s_ccoshl.c: Likewise.
56736         * math/s_csin.c: Likewise.
56737         * math/s_csinf.c: Likewise.
56738         * math/s_csinl.c: Likewise.
56739         * math/s_csinh.c: Likewise.
56740         * math/s_csinhf.c: Likewise.
56741         * math/s_csinhl.c: Likewise.
56742         * math/libm-test.inc (ccos_test): Add more tests.
56743         (ccosh_test): Likewise.
56744         (csin_test): Likewise.
56745         (csinh_test): Likewise.
56746         * sysdeps/i386/fpu/libm-test-ulps: Update.
56747         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
56749 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
56751         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
56752         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
56754         * sysdeps/x86_64/x32/_itoa.h: Add comment.
56756 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
56758         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
56759         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
56760         * sysdeps/powerpc/soft-fp/Versions: Likewise.
56761         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
56762         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
56763         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
56764         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
56765         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
56766         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
56767         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
56768         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
56769         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
56770         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
56771         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
56772         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
56773         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
56774         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
56775         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
56776         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
56777         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
56778         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
56779         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
56780         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
56781         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
56782         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
56783         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
56784         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
56785         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
56786         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
56787         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
56788         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
56790 2012-05-18  Andreas Jaeger  <aj@suse.de>
56792         * csu/.gitignore: Delete.
56794 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
56796         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
56797         (timex): Use __syscall_slong_t.
56799 2012-05-18  Andreas Jaeger  <aj@suse.de>
56800             Carlos O'Donell  <carlos_odonell@mentor.com>
56802         * manual/install.texi (Configuring and compiling): Update
56803         description about files modified in the source directory.
56804         * INSTALL: Regenerated.
56806 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
56808         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
56809         value.  Use "or" to set return value to -1.
56810         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
56811         negate return value.
56813 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
56815         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
56816         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
56817         failure if the compiler has Graphite support disabled.
56818         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
56819         Likewise.
56820         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
56821         (CFLAGS-memmove.c): Likewise.
56822         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
56823         Likewise.
56825 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
56827         * sysdeps/x86_64/x32/_itoa.h: New file.
56829         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
56830         getdents system call only if kernel and user dirents have the
56831         same d_ino and d_off.
56833         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
56834         LLONG_MAX != LONG_MAX.
56835         (_itoa_word): Use _ITOA_WORD_TYPE on value.
56836         (_fitoa_word): Likewise.
56838         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
56839         years.
56840         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
56841         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
56842         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
56844         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
56845         include <bits/wordsize.h>.  Check __x86_64__ instead of
56846         __WORDSIZE.
56847         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
56848         if __x86_64__ is defined.  Use anonymous union on fpstate.
56850         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
56851         anonymous union.
56853 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
56855         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
56856         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
56857         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
56858         Refer to _rtld_local_ro instead of _rtld_global_ro.
56859         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
56860         Likewise.
56861         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
56862         Likewise.
56863         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
56864         Likewise.
56865         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
56866         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
56867         of _rtld_global, and rtld_progname instead of _dl_argv[0].
56869         [BZ #10882]
56870         * sysdeps/powerpc/powerpc32/dl-machine.c
56871         (__elf_machine_runtime_setup) [PROF]: Don't reference
56872         _dl_prof_resolve.
56874 2012-05-18  Andreas Jaeger  <aj@suse.de>
56876         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
56877         function only available for GCCs before 3.4 since GCC 3.4
56878         introduced a builtin.
56879         (lrint): Likewise.
56880         (llrintf): Likewise.
56881         (llrint): Likewise.
56882         (fmaxf): Likewise.
56883         (fmax): Likewise.
56884         (fminf): Likewise.
56885         (fmin): Likewise.
56886         (rint): Likewise.
56887         (rintf): Likewise.
56888         (nearbyint): Likewise.
56889         (nearbyintf): Likewise.
56890         (ceil): Likewise.
56891         (ceilf): Likewise.
56892         (floor): Likewise.
56893         (floorf): Likewise.
56895 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
56897         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
56898         on both fields and cast pointer to __syscall_ulong_t.
56900         * bits/types.h (__fsword_t): New type.
56901         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
56902         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
56903         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
56904         (__FSWORD_T_TYPE): Likewise.
56905         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
56906         (__FSWORD_T_TYPE): Likewise.
56907         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
56908         (__FSWORD_T_TYPE): Likewise.
56909         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
56910         (__FSWORD_T_TYPE): Likewise.
56911         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
56912         __SWORD_TYPE with __fsword_t.
56913         (statfs64): Likewise.
56915 2012-05-17  David S. Miller  <davem@davemloft.net>
56917         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
56919 2012-05-17  Andreas Jaeger  <aj@suse.de>
56921         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
56922         warning.
56924 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
56926         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
56928 2012-05-17  Andreas Jaeger  <aj@suse.de>
56930         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
56931         when it is used.
56933 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
56935         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
56937 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
56939         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
56940         * sysdeps/x86_64/tst-mallocalign1.c: New file.
56942 2012-05-17  Andreas Jaeger  <aj@suse.de>
56943             Carlos O'Donell  <carlos_odonell@mentor.com>
56945         [BZ #14059]
56946         * sysdeps/x86_64/multiarch/init-arch.h
56947         (bit_YMM_Usable): Rename to...
56948         (bit_AVX_Usable): ... this.
56949         (bit_FMA4_Usable): New macro.
56950         (bit_XMM_state): New macro.
56951         (bit_YMM_state): New macro.
56952         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
56953         [__ASSEMBLER__] (index_AVX_Usable): ... this.
56954         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
56955         (CPUID_OSXSAVE): New macro.
56956         (CPUID_AVX): New macro.
56957         (CPUID_FMA4): New macro.
56958         (index_YMM_Usable): Rename to...
56959         (index_AVX_Usable): ... this.
56960         (HAS_AVX): Use HAS_ARCH_FEATURE.
56961         (HAS_FMA4): Likewise.
56962         (HAS_YMM_USABLE): Remove.
56963         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56964         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
56965         are present.
56966         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
56967         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
56968         * sysdeps/x86_64/multiarch/Makefile: Likewise.
56969         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
56970         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
56972 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
56974         * math/libm-test.c: Support platforms without multiple rounding modes.
56975         * math/bug-nextafter.c: Support platforms without FP exceptions.
56976         * math/bug-nexttoward.c: Likewise.
56977         * math/test-fenv.c: Likewise.
56978         * math/test-misc.c: Likewise.
56979         * stdlib/bug-getcontext.c: Likewise.
56981 2012-05-17  Andreas Jaeger  <aj@suse.de>
56983         * manual/examples/search.c (critter_cmp): Change signature to
56984         avoid warnings.
56985         * manual/string.texi (Collation Functions): Likewise.
56987 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
56989         * bits/types.h: Fold copyright years.
56990         * bits/typesizes.h: Likewise.
56991         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
56992         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
56993         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
56994         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
56995         * time/time.h: Likewise.
56997 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
56999         [BZ #208]
57000         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
57001         in instead of returning them.  Return void.
57002         (__libc_mallinfo): Accumulate over all arenas.
57003         (__malloc_stats): Adjust for change in int_mallinfo interface.
57005 2012-05-16  Roland McGrath  <roland@hack.frob.com>
57007         [BZ #10375]
57008         * configure.in (NM): Add AC_CHECK_TOOL for it.
57009         (libc_extra_cflags): New substituted variable.
57010         Check for -fstack-protector being used implicitly.
57011         * configure: Regenerated.
57012         * config.make.in (config-extra-cflags): New variable,
57013         gets @libc_extra_cflags@.
57014         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
57016         [BZ #10375]
57017         * configure.in: Check for _FORTIFY_SOURCE being predefined.
57018         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
57019         * configure: Regenerated.
57020         * config.make.in (CPPUNDEFS): New substituted variable.
57021         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
57022         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
57023         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
57025 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57027         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
57028         (mq_attr): Use __syscall_slong_t.
57030 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57032         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
57033         Check __x86_64__ instead of __WORDSIZE.
57034         (_STAT_VER_LINUX): Likewise.
57035         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
57036         __syscall_ulong_t and __syscall_slong_t.
57037         (stat64): Likewise.
57039 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57041         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
57043 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57045         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
57047 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57049         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
57050         __syscall_ulong_t.
57052         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
57053         include <bits/wordsize.h>.  Check __x86_64__ instead of
57054         __WORDSIZE.
57055         (greg_t): Use "__extension__ long long int" if __x86_64__ is
57056         defined.
57057         (mcontext_t): Replace "unsigned long" with "unsigned long long".
57059         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
57060         include <bits/wordsize.h>.  Check __x86_64__ instead of
57061         __WORDSIZE.
57062         (user_regs_struct): Use "__extension__ unsigned long long"
57063         instead of "unsigned long" if __x86_64__ is defined.
57064         (user): Likewise.  Pad after pointer field if __ILP32__ is
57065         defined.
57067 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
57069         * configure.in (makeinfo): Require version 4.5 or later.  Allow
57070         versions 5 to 9.
57071         * configure: Regenerated.
57072         * manual/install.texi (texinfo): Increase version requirement to
57073         4.5 or later.
57074         * INSTALL: Regenerated.
57076         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
57078 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
57080         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
57082         * sysdeps/x86_64/x32/ffs.c: New file.
57084         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
57085         __syscall_ulong_t.
57086         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
57087         defined.  Use __syscall_ulong_t.
57088         (shminfo): Use __syscall_ulong_t.
57089         (shm_info): Likewise.
57091         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
57092         __syscall_ulong_t.
57094         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
57095         <bits/wordsize.h>.
57096         (msgqnum_t): Use __syscall_ulong_t.
57097         (msglen_t): Likewise.
57098         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
57099         __syscall_ulong_t.
57101         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
57102         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
57104         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
57106         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
57107         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
57109         * sysvipc/sys/msg.h (msgbuf): Replace long int with
57110         __syscall_slong_t.
57112         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
57113         include <bits/wordsize.h>.  Check __x86_64__ instead of
57114         __WORDSIZE.
57116         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
57117         "unsigned long long int" if __x86_64__ is defined.
57118         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
57120         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
57121         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
57122         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
57124         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
57125         <stdint.h>.
57126         (GET_PC): Cast to uintptr_t first.
57127         (GET_FRAME): Likewise.
57128         (GET_STACK): Likewise.
57130         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
57131         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
57132         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
57133         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
57134         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
57135         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
57136         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
57137         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
57138         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
57139         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
57140         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
57141         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
57142         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
57143         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
57144         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
57145         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
57146         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
57147         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
57148         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
57149         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
57150         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
57151         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
57152         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
57153         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
57154         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
57155         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
57156         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
57157         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
57158         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
57160 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
57162         * Makerules (+depfiles): Also collect depfiles from .oS in
57163         $(extra-objs).
57164         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
57165         .oS, $(libnldbl-routines)).
57167         * Makerules (native-compile-mkdep-flags): Define.
57168         * sunrpc/Makefile (extra-objs): Add $(addprefix
57169         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
57170         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
57171         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
57172         calling $(make-target-directory).
57174 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57176         * bits/types.h (__snseconds_t): Removed.
57177         * time/time.h (struct timespec): Replace __snseconds_t with
57178         __syscall_slong_t.
57179         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
57180         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
57181         Likewise.
57182         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
57183         (__SNSECONDS_T_TYPE): Likewise.
57184         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
57185         (__SNSECONDS_T_TYPE): Likewise.
57186         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
57187         (__SNSECONDS_T_TYPE): Likewise.
57189 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57191         * sysdeps/mach/hurd/bits/typesizes.h
57192         (__SYSCALL_SLONG_TYPE): New macro.
57193         (__SYSCALL_ULONG_TYPE): Likewise.
57195 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57197         * bits/types.h (__syscall_slong_t): New type.
57198         (__syscall_ulong_t): Likewise.
57200         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
57201         (__SYSCALL_ULONG_TYPE): Likewise.
57202         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
57203         (__SYSCALL_SLONG_TYPE): Likewise.
57204         (__SYSCALL_ULONG_TYPE): Likewise.
57205         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
57206         (__SYSCALL_SLONG_TYPE): Likewise.
57207         (__SYSCALL_ULONG_TYPE): Likewise.
57208         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
57209         (__SYSCALL_SLONG_TYPE): Likewise.
57210         (__SYSCALL_ULONG_TYPE): Likewise.
57212 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57214         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
57215         Add sigaltstack-offsets.sym.
57216         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
57217         <sigaltstack-offsets.h>.
57218         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
57219         longjmp_msg pointer.
57220         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
57221         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
57222         signal stack.
57223         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
57225 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
57227         * elf/stackguard-macros.h: Remove file.
57228         * sysdeps/generic/stackguard-macros.h: New file.
57229         * sysdeps/i386/stackguard-macros.h: Likewise.
57230         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
57231         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
57232         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
57233         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
57234         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
57235         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
57236         * sysdeps/x86_64/stackguard-macros.h: Likewise.
57237         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
57238         <elf/stackguard-macros.h>.
57240         [BZ #14109]
57241         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
57242         __aligned__ in attribute.
57243         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
57244         (gregset_t): Likewise.
57246 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57248         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
57249         * sysdeps/x86_64/64/Implies-after: Here.  New file.
57250         * sysdeps/x86_64/x32/Implies-after: New file.
57252 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57254         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
57255         and access return value for _dl_profile_fixup.  Use R10_LP to
57256         load frame size.
57258 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57260         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
57262 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57264         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
57265         * sysdeps/x86_64/x32/sysdep.h: New file.
57267 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57269         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
57270         * sysdeps/x86_64/setjmp.S: Likewise.
57272 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57274         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
57275         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
57276         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
57277         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
57278         remove unused global constant.
57280 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
57282         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
57283         include of <not-cancel.h>.
57285 2012-05-15  Roland McGrath  <roland@hack.frob.com>
57287         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
57289 2012-05-15  Jeff Law  <law@redhat.com>
57290             Andreas Jaeger  <aj@suse.de>
57292         [BZ #13594]
57293         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
57294         out from...
57295         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
57296         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
57297         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
57298         code changing __hst_map_handle.map.
57300 2012-05-15  Roland McGrath  <roland@hack.frob.com>
57302         * configure.in (sysnames): Look for Implies-before and Implies-after
57303         files.
57304         * configure: Regenerated.
57306 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57308         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
57309         8-byte data alignment with LP_SIZE alignment.
57311 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57313         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
57314         into R10_LP.
57316 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57318         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
57320 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57322         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
57323         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
57324         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
57325         Likewise.
57326         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
57328 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57330         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
57331         (stackinfo_sub_sp): Likewise.
57333 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57335         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
57336         RAX_LP.
57338 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57340         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
57341         into R*_LP.
57343 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57345         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
57346         sizes into R*_LP.
57348 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57350         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
57352 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57354         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
57355         into R11_LP and load __x86_64_shared_cache_size_half into
57356         R8_LP.
57358 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
57360         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
57361         R8_LP.
57363 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57365         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
57366         logb for POWER7.
57367         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
57368         logbf for POWER7.
57369         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
57370         logbl for POWER7.
57371         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
57372         powerpc32/power7/fpu/s_logb.c via #include.
57373         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
57374         powerpc32/power7/fpu/s_logbf.c via #include.
57375         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
57376         powerpc32/power7/fpu/s_logbl.c via #include.
57378 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
57380         * README.libm: Remove file.
57382 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57384         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
57385         count for x32.  Use R*_LP and omit operand-size suffix.
57387 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57389         * shlib-versions: Move x86_64-.*-linux.* entries to ...
57390         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
57391         * sysdeps/x86_64/x32/shlib-versions: New file.
57393 2012-05-14  Roland McGrath  <roland@hack.frob.com>
57395         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
57396         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
57397         Use _dl_fatal_printf instead.
57399 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
57401         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
57402         set if not set by the user.  Do not allow for being unset.
57403         * sysdeps/unix/sysv/linux/configure: Regenerated.
57405 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57407         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
57408         the `q' suffix from lea and replace .quad with ASM_ADDR.
57410 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57412         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
57413         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
57414         instead of $17.
57415         (PTR_DEMANGLE): Likewise.
57417 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57419         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
57420         (LP_OP): Likewise.
57421         (ASM_ADDR): Likewise.
57422         (RAX_LP): Likewise.
57423         (RBP_LP): Likewise.
57424         (RBX_LP): Likewise.
57425         (RCX_LP): Likewise.
57426         (RDI_LP): Likewise.
57427         (RSI_LP): Likewise.
57428         (RSP_LP): Likewise.
57429         (R8_LP): Likewise.
57430         (R9_LP): Likewise.
57431         (R10_LP): Likewise.
57432         (R10_LP): Likewise.
57433         (R11_LP): Likewise.
57434         (R12_LP): Likewise.
57435         (R13_LP): Likewise.
57436         (R14_LP): Likewise.
57437         (R15_LP): Likewise.
57439 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57441         * sysdeps/x86_64/x32/dl-machine.h: New file.
57443 2012-05-14  Andreas Jaeger  <aj@suse.de>
57445         * manual/Makefile (subdir): Remove export of subdir.
57446         (all): Remove target.
57447         (.PHONY): Remove all from list.
57448         (mkinstalldirs): Remove.
57449         (.PHONY): Remove installdirs from list.
57450         ($(inst_infodir)/libc.info): Use make-target-directory.
57451         (installdirs): Remove.
57452         (subdir_%): Remove.
57453         (glibc-targets): Remove.
57454         (lib): Remove.
57455         (stubs): Remove.
57456         ($(objpfx)stubs ../po/manual.pot): Remove.
57457         ($(objpfx)stamp%): Remove.
57458         (make-target-directory): Remove.
57459         (subdir_install): Remove.
57460         (routines): Remove.
57461         (aux): Remove.
57462         (sources): Remove.
57463         (objects): Remove.
57464         (headers): Remove.
57466         [BZ #13750]
57467         * manual/.gitignore: Remove, it's not needed anymore.
57468         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
57469         all files in it.
57470         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
57471         directory.
57472         (texis): Renamed to $(objpfx)texis.
57473         (texis-path): New, contains path to generated files.
57474         (chapters.%): Use texis-path for complete path, add extra argument
57475         libc-texinfo.sh.
57476         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
57477         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
57478         (summary,texi, stamp-summary): Use complete path of
57479         files. Generate files in build dir.
57480         (dir-add.texi): Build in build dir.
57481         (libm-err.texi,stamp-libm-err): Likewise.
57482         (version.texi, stamp-version): Likewise.
57483         (.%c.texi): Likewise.
57484         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
57485         (mostlyclean): Remove target.
57486         (realclean): Remove target.
57487         (generated): Add new variable with contents from mostlyclean and
57488         realclean, remove entries duplicated in common-mostlyclean, add
57489         stamp-libm-err and stamp-version.
57490         (generated-dirs): Add libc directory.
57491         ($(inst_infodir)/libc.info): Install files from build dir.
57493         * manual/install.texi (Configuring and compiling): Adjust since
57494         the info files are not part of the tar ball anymore.
57496 2012-05-14  Andreas Jaeger  <aj@suse.de>
57498         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
57499         variable.
57501 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
57503         [BZ #13717]
57504         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
57505         to 2.2.0 where earlier.
57506         * sysdeps/unix/sysv/linux/configure: Regenerated.
57507         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
57508         Remove conditional code.
57509         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
57510         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
57511         Remove conditional code.
57512         [!__NR_lchown]: Likewise.
57513         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
57514         [__NR_lchown]: Likewise.
57515         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
57516         comment referencing __ASSUME_LCHOWN_SYSCALL.
57517         * sysdeps/unix/sysv/linux/i386/sigaction.c
57518         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
57519         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
57520         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
57521         Remove conditional code.
57522         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
57523         (__protocol_available): Remove #if 0 code.
57524         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
57525         conditional code.
57526         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
57527         * sysdeps/unix/sysv/linux/kernel-features.h
57528         (__ASSUME_GETCWD_SYSCALL): Don't define.
57529         (__ASSUME_REALTIME_SIGNALS): Likewise.
57530         (__ASSUME_PREAD_SYSCALL): Likewise.
57531         (__ASSUME_PWRITE_SYSCALL): Likewise.
57532         (__ASSUME_POLL_SYSCALL): Likewise.
57533         (__ASSUME_LCHOWN_SYSCALL): Likewise.
57534         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
57535         non-SPARC.
57536         (__ASSUME_SIOCGIFNAME): Don't define.
57537         (__ASSUME_MSG_NOSIGNAL): Likewise.
57538         (__ASSUME_SENDFILE): Define unconditionally.
57539         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
57540         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
57541         conditional code.
57542         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
57543         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
57544         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
57545         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
57546         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
57547         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
57548         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
57549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
57550         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
57551         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
57552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
57553         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
57554         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
57555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
57556         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
57557         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
57558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
57559         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
57560         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
57561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
57562         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
57563         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
57564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
57565         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
57566         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
57567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
57568         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
57569         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
57570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
57571         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
57572         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
57573         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
57574         Remove conditional code.
57575         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
57576         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
57577         Remove conditional code.
57578         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
57579         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
57580         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
57581         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
57582         Remove conditional code.
57583         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
57584         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
57585         Remove conditional code.
57586         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
57587         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
57588         Remove conditional code.
57589         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
57590         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
57591         Remove conditional code.
57592         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
57593         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
57594         Remove conditional code.
57595         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
57596         * sysdeps/unix/sysv/linux/sh/pwrite64.c
57597         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
57598         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
57599         * sysdeps/unix/sysv/linux/sigaction.c
57600         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
57601         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
57602         * sysdeps/unix/sysv/linux/sigpending.c
57603         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
57604         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
57605         * sysdeps/unix/sysv/linux/sigprocmask.c
57606         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
57607         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
57608         * sysdeps/unix/sysv/linux/sigsuspend.c
57609         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
57610         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
57611         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
57612         (__libc_missing_rt_sigs): Remove.
57613         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
57614         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
57615         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
57616         Remove conditional code.
57617         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
57618         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
57619         return 1.
57620         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
57621         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
57622         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
57623         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
57625 2012-05-14  Andreas Jaeger  <aj@suse.de>
57627         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
57628         it's not used in glibc.
57629         (__coshm1): Likewise.
57630         (__acosh1p): Likewise.
57631         (__sgn): Likewise.
57633         * manual/string.texi (Copying and Concatenation): Add missing
57634         variable in concat example.
57635         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
57637 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57639         [BZ #14103]
57640         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
57641         __builtin_clzl with __builtin_clzll.
57643 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
57645         [BZ #14104]
57646         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
57647         libc_freeres_ptr.
57649 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
57651         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
57652         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
57653         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
57654         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
57656 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
57658         * NEWS: Update ia64 info.
57660 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
57662         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
57663         used as bcopy.
57665 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
57667         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
57668         * sysdeps/unix/syscalls.list (dup3): Likewise.
57669         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
57670         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
57672 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
57674         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
57675         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
57677 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
57679         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
57680         thread pointer.
57681         (TLS_IE): Use mov/add instead of movq/addq to load thread
57682         pointer.
57683         (TLS_GD_PREFIX): New.
57684         (TLS_GD): Use it.
57686 2012-05-11  David S. Miller  <davem@davemloft.net>
57688         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
57689         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
57690         (_FPU_SETCW): Likewise.
57692 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
57694         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
57695         is 32-byte aligned.
57697 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
57699         [BZ #11837]
57700         * iconvdata/gb18030.c: Update tables.
57701         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
57702         characters specially.
57703         (BODY for TO_LOOP): Add encoding of missing ranges.
57705 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
57707         [BZ #13673]
57708         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
57709         * sysdeps/mach/hurd/dup3.c: Likewise.
57710         * sysdeps/mach/hurd/readlinkat.c: Likewise.
57711         * sysdeps/powerpc/memmove.c:: Likewise.
57713 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
57715         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
57716         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
57718 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
57720         * elf/elf.h (R_X86_64_RELATIVE64): New.
57721         (R_X86_64_NUM): Updated.
57722         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
57723         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
57724         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
57725         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
57726         tst-quad1pie tst-quad2pie
57727         (modules-names): Add tst-quadmod1 tst-quadmod2.
57728         ($(objpfx)tst-quad1): New dependency.
57729         ($(objpfx)tst-quad2): Likewise.
57730         ($(objpfx)tst-quad1pie): Likewise.
57731         ($(objpfx)tst-quad2pie): Likewise.
57732         * sysdeps/x86_64/tst-quad1.c: New file.
57733         * sysdeps/x86_64/tst-quad1pie.c: New file.
57734         * sysdeps/x86_64/tst-quad2.c: Likewise.
57735         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
57736         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
57737         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
57738         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
57739         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
57741 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57743         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
57744         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
57745         * streams/stropts.h (t_scalar_t): Define type.
57747         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
57748         (_PATH_PRESERVE): Set to "/var/lib".
57749         (_PATH_RWHODIR): Set to "/var/spool/rwho".
57751         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
57752         instead of int.
57754         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
57755         if __dir_mkfile succeeded.
57757         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
57758         checking for _hurd_dtablesize.  Unlock it right after having
57759         finished _hurd_dtable allocation.
57761 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
57763         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
57764         * sysdeps/mach/hurd/configure: Regenerated.
57765         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
57766         special-casing to...
57767         * sysdeps/gnu/configure.in: ... this new file.
57768         * sysdeps/unix/sysv/linux/configure: Regenerated.
57769         * sysdeps/gnu/configure: New generated file.
57771         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
57772         for Linux: use nsec instead of usec, as well as:
57773         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
57774         members of type struct timespec.
57775         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
57776         New macros.
57777         (struct stat64): Likewise.
57778         (_STATBUF_ST_NSEC): New macro.
57779         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
57781         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
57782         __strtoul_internal rather than strtoul.
57784 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
57786         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
57787         and reject them.
57789 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57791         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
57792         which preserves existing values.
57793         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
57795 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
57797         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
57798         TIMEOUT values.  Return EINVAL for NFDS values either negative or
57799         greater than FD_SETSIZE.
57801 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57803         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
57804         allocated, call __vm_protect to finish enabling the existing space, and
57805         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
57806         allocate the remainder.
57808 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
57810         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
57811         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
57813 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57815         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
57816         sysdeps/mach/hurd/readlink.c.
57818         * posix/tst-sysconf.c (posix_options): Only use
57819         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
57820         _POSIX_SYNCHRONIZED_IO when they are defined
57821         * sysdeps/mach/hurd/bits/posix_opt.h:
57822         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
57823         (_XOPEN_REALTIME): Undefine macro.
57824         (_XOPEN_REALTIME_THREADS): Undefine macro.
57825         (_XOPEN_SHM): Undefine macro.
57826         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
57827         macro to -1.
57828         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
57829         macro to -1.
57830         (_POSIX_ASYNC_IO): Undefine macro.
57831         (_POSIX_PRIORITIZED_IO): Undefine macro.
57832         (_POSIX_SPIN_LOCKS): Define macro to -1.
57834         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
57835         SA_NODEFER, SA_RESETHAND.
57836         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
57837         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
57838         F_DUPFD_CLOEXEC.
57840 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
57842         * elf/Makefile (pldd-modules): Define unconditionally.
57844 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
57846         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
57848 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57850         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
57851         Return ENOENT when name is empty.
57852         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
57854 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
57856         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
57858         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
57860 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57862         Fix mlock in all cases except non-readable pages.
57863         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
57864         instead of VM_PROT_ALL as parameter to __vm_wire function.
57866         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
57867         (__mkdir): When path is `/', just fail with EEXIST.
57868         * sysdeps/mach/hurd/mkdirat.c: Likewise.
57870 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
57872         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
57873         <sys/uio.h> (for writev).
57874         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
57875         and <sys/param.h> (for MIN).
57877 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
57879         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
57880         REQUESTED_TIME.  Properly set the remaining time and return EINTR
57881         if interrupted.
57883 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
57885         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
57886         Depend on against $(link-rpcuserlibs).
57888 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57890         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
57891         (__libc_stack_end): Do not use attribute_relro.
57892         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
57893         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
57894         to libthread-provided value.
57895         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
57896         attribute_relro.
57898 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
57900         [BZ #3748]
57901         * bits/libc-lock.h (__libc_once_get): New macro.
57902         * sysdeps/mach/bits/libc-lock.h: Likewise.
57903         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
57904         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
57905         instead of using implementation details.
57907         * libio/fileops.c: Unconditionally include <kernel-features.h>.
57908         * libio/freopen.c: Likewise.
57909         * libio/freopen64.c: Likewise.
57910         * misc/syslog.c: Likewise.
57911         * nscd/connections.c: Likewise.
57912         * nscd/netgroupcache.c: Likewise.
57913         * sysdeps/posix/getcwd.c: Likewise.
57915 2012-05-10  Roland McGrath  <roland@hack.frob.com>
57917         * math/w_ilogbf.c: Add #include <limits.h>.
57919 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57921         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
57922         path instead of returning without unlocking.
57924         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
57925         immediate-write ioctls.
57926         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
57928 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
57930         * sysdeps/mach/hurd/i386/init-first.c (init): Use
57931         __builtin_frame_address instead of making assumptions about the
57932         location of the return address relative to DATA.  Force early load of
57933         the return address.
57934         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
57935         __builtin_frame_address.
57937         dup3 for GNU Hurd.
57938         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
57939         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
57940         implement dup3 and do some further code clean-ups.
57941         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
57942         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
57944 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57946         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
57948         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
57949         HURD_CRITICAL_END around holding _hurd_dtable_lock.
57950         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
57951         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
57952         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
57953         d->port.lock.
57955         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
57956         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
57957         when handler == SIG_ERR, not when handler != SIG_ERR.
57959 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
57961         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
57962         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
57963         definitions.
57965         accept4 for GNU Hurd.
57966         * include/sys/socket.h (__libc_accept4): New prototype.
57967         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
57968         to implement __libc_accept4.
57969         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
57970         __libc_accept4.
57971         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
57973         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
57974         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
57975         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
57976         signal-defines.sym.
57978 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57980         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
57982 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
57984         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
57985         assertion on O_CLOEXEC flag.
57986         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
57987         * hurd/intern-fd.c: Likewise.
57988         * hurd/port2fd.c: Likewise.
57990 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57992         [BZ #3906]
57993         * bits/in.h (IPV6_PKTINFO): Define new macro.
57994         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
57996 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57998         [BZ #13954]
57999         [BZ #13955]
58000         [BZ #13956]
58001         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
58002         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
58003         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
58004         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
58005         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
58006         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
58007         * math/libm-test.inc (logb_test) : Additional logb tests.
58009 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
58010             Andreas Jaeger  <aj@suse.de>
58012         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
58013         * configure: Regenerated.
58014         * config.h.in (LINK_OBSOLETE_RPC): New macro.
58015         * config.make.in (link-obsolete-rpc): New substituted variable.
58016         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
58017         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
58018         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
58019         (shared-only-routines): Don't set it under [link-obsolete-rpc],
58020         so that libc.a contains the symbols.
58021         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
58022         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
58023         * sunrpc/auth_none.c: Likewise.
58024         * sunrpc/auth_unix.c: Likewise.
58025         * sunrpc/authdes_prot.c: Likewise.
58026         * sunrpc/authuxprot.c: Likewise.
58027         * sunrpc/clnt_gen.c: Likewise.
58028         * sunrpc/clnt_perr.c: Likewise.
58029         * sunrpc/clnt_raw.c: Likewise.
58030         * sunrpc/clnt_simp.c: Likewise.
58031         * sunrpc/clnt_tcp.c: Likewise.
58032         * sunrpc/clnt_udp.c: Likewise.
58033         * sunrpc/clnt_unix.c: Likewise.
58034         * sunrpc/des_crypt.c: Likewise.
58035         * sunrpc/des_soft.c: Likewise.
58036         * sunrpc/get_myaddr.c: Likewise.
58037         * sunrpc/key_call.c: Likewise.
58038         * sunrpc/key_prot.c: Likewise.
58039         * sunrpc/netname.c: Likewise.
58040         * sunrpc/pm_getmaps.c: Likewise.
58041         * sunrpc/pm_getport.c: Likewise.
58042         * sunrpc/pmap_clnt.c: Likewise.
58043         * sunrpc/pmap_prot.c: Likewise.
58044         * sunrpc/pmap_prot2.c: Likewise.
58045         * sunrpc/pmap_rmt.c: Likewise.
58046         * sunrpc/publickey.c: Likewise.
58047         * sunrpc/rpc_cmsg.c: Likewise.
58048         * sunrpc/rpc_common.c: Likewise.
58049         * sunrpc/rpc_dtable.c: Likewise.
58050         * sunrpc/rpc_prot.c: Likewise.
58051         * sunrpc/rpc_thread.c: Likewise.
58052         * sunrpc/rtime.c: Likewise.
58053         * sunrpc/svc.c: Likewise.
58054         * sunrpc/svc_auth.c: Likewise.
58055         * sunrpc/svc_raw.c: Likewise.
58056         * sunrpc/svc_run.c: Likewise.
58057         * sunrpc/svc_tcp.c: Likewise.
58058         * sunrpc/svc_udp.c: Likewise.
58059         * sunrpc/svc_unix.c: Likewise.
58060         * sunrpc/svcauth_des.c: Likewise.
58061         * sunrpc/xcrypt.c: Likewise.
58062         * sunrpc/xdr.c: Likewise.
58063         * sunrpc/xdr_array.c: Likewise.
58064         * sunrpc/xdr_float.c: Likewise.
58065         * sunrpc/xdr_intXX_t.c: Likewise.
58066         * sunrpc/xdr_mem.c: Likewise.
58067         * sunrpc/xdr_rec.c: Likewise.
58068         * sunrpc/xdr_ref.c: Likewise.
58069         * sunrpc/xdr_sizeof.c: Likewise.
58070         * sunrpc/xdr_stdio.c: Likewise.
58072 2012-05-10  Roland McGrath  <roland@hack.frob.com>
58074         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
58075         change.  Update copyright years.
58077 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
58079         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
58081 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
58082             Joseph Myers  <joseph@codesourcery.com>
58083             Paul Pluzhnikov  <ppluzhnikov@google.com>
58085         [BZ #14012]
58086         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
58087         requiring rpcgen.
58088         [cross-compiling] (extra-libs): Likewise.
58089         [cross-compiling] (extra-libs-others): Likewise.
58090         [cross-compiling] (librpcsvc-routines): Likewise.
58091         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
58092         [cross-compiling] (omit-deps): Likewise.
58093         (sunrpc-CPPFLAGS): New variable.
58094         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
58095         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
58096         (cross-rpcgen-objs): New variable.
58097         (extra-objs): Append $(cross-rpcgen-objs).
58098         ($(cross-rpcgen-objs)): New rule.
58099         ($(objpfx)cross-rpcgen): Likewise.
58100         (rpcgen-cmd): Define to use $(built-program-file).  Expand
58101         comment.
58102         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
58103         ($(objpfx)x%.stmp): Likewise.
58104         * sunrpc/proto.h [IS_IN_build] (_): Define.
58105         [IS_IN_build] (_libc_intl_domainname): Likewise.
58107 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
58109         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
58110         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
58111         and R_X86_64_TPOFF64.
58113 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
58115         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
58116         sysdeps/unix/sysv/syscalls.list.
58117         (stime): Likewise.
58118         (utime): Likewise.
58119         * sysdeps/unix/sysv/syscalls.list: Remove file.
58121 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
58123         [BZ #3440]
58124         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
58125         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
58126         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
58127         (__LC_IDENTIFICATION): Make these macros useful in #if
58128         expressions, as required by C99.
58130 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
58132         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
58133         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
58134         after this.
58136 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
58138         * stdlib/longlong.h: Updated from GCC.
58140 2012-05-09  Andreas Jaeger  <aj@suse.de>
58142         * nscd/nscd.c (run_modes): Make named enum, reorder so that
58143         default is first entry.
58144         (run_mode): Set type.
58145         (main): Remove informal message about syslog.
58146         (options): Fix typo.
58148         [BZ #14053]
58149         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
58150         to asm.
58151         (lrint): Likewise.
58152         (llrintf): Likewise.
58153         (llrint): Likewise.
58154         (rint): Likewise.
58155         (rintf): Likewise.
58156         (nearbyint): Likewise.
58157         (nearbyintf): Likewise.
58159 2012-05-09  Andreas Jaeger  <aj@suse.de>
58160             Pedro Alves  <palves@redhat.com>
58162         * nscd/nscd.c (run_mode): Use enum.
58163         (main): Cleanup coding style issue.
58165 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
58166             Andreas Jaeger  <aj@suse.de>
58168         * nscd/nscd.c (go_background): Replaced with...
58169         (run_mode): ... this.
58170         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
58171         (options): Add -F --foreground.
58172         (main): Implement it.
58173         (parse_opt): Parse it.
58175 2012-05-09  Andreas Jaeger  <aj@suse.de>
58177         [BZ #14083]
58178         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
58179         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
58180         -Wconversion warning.
58181         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
58182         Likewise.
58184 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
58186         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
58187         == 0.
58188         (LC_ALL): Use macro-int-constant.
58189         (LC_COLLATE): Likewise.
58190         (LC_CTYPE): Likewise.
58191         (LC_MESSAGES): Likewise.
58192         (LC_MONETARY): Likewise.
58193         (LC_NUMERIC): Likewise.
58194         (LC_TIME): Likewise.
58195         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
58196         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
58197         [ISO || ISO99 || ISO11] (*_t): Do not allow.
58198         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
58199         Specify type.
58200         [C99-based standards] (float_t): Expect type.
58201         [C99-based standards] (double_t): Expect type.
58202         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
58203         type.
58204         [C99-based standards] (HUGE_VALL): Likewise.
58205         [C99-based standards] (INFINITY): Likewise.
58206         [C99-based standards] (NAN): Likewise.
58207         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
58208         [C99-based standards] (FP_NAN): Likewise.
58209         [C99-based standards] (FP_NORMAL): Likewise.
58210         [C99-based standards] (FP_SUBNORMAL): Likewise.
58211         [C99-based standards] (FP_ZERO): Likewise.
58212         [C99-based standards] (FP_FAST_FMA): Use
58213         optional-macro-int-constant.  Specify type.  Require == 1.
58214         [C99-based standards] (FP_FAST_FMAF): Likewise.
58215         [C99-based standards] (FP_FAST_FMAL): Likewise.
58216         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
58217         [C99-based standards] (FP_ILOGBNAN): Likewise.
58218         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
58219         Specify type.
58220         [C99-based standards] (MATH_ERREXCEPT): Likewise.
58221         [C99-based standards] (math_errhandling): Specify type.
58222         [ISO99 || ISO11] (signgam): Do not allow.
58223         [non-C99-based standards] (copysignf): Do not allow.
58224         [non-C99-based standards] (exp2f): Likewise.
58225         [non-C99-based standards] (log2f): Likewise.
58226         [non-C99-based standards] (modff): Allow.
58227         [non-C99-based standards] (erff): Do not allow.
58228         [non-C99-based standards] (erfcf): Likewise.
58229         [non-C99-based standards] (gammaf): Likewise.
58230         [non-C99-based standards] (hypotf): Likewise.
58231         [non-C99-based standards] (j0f): Likewise.
58232         [non-C99-based standards] (j1f): Likewise.
58233         [non-C99-based standards] (jnf): Likewise.
58234         [non-C99-based standards] (lgammaf): Likewise.
58235         [non-C99-based standards] (tgammaf): Likewise.
58236         [non-C99-based standards] (y0f): Likewise.
58237         [non-C99-based standards] (y1f): Likewise.
58238         [non-C99-based standards] (ynf): Likewise.
58239         [non-C99-based standards] (isnanf): Likewise.
58240         [non-C99-based standards] (acoshf): Likewise.
58241         [non-C99-based standards] (asinhf): Likewise.
58242         [non-C99-based standards] (atanhf): Likewise.
58243         [non-C99-based standards] (cbrtf): Likewise.
58244         [non-C99-based standards] (expm1f): Likewise.
58245         [non-C99-based standards] (ilogbf): Likewise.
58246         [non-C99-based standards] (log1pf): Likewise.
58247         [non-C99-based standards] (logbf): Likewise.
58248         [non-C99-based standards] (nextafterf): Likewise.
58249         [non-C99-based standards] (remainderf): Likewise.
58250         [non-C99-based standards] (rintf): Likewise.
58251         [non-C99-based standards] (scalbf): Likewise.
58252         [non-C99-based standards] (copysignl): Likewise.
58253         [non-C99-based standards] (exp2l): Likewise.
58254         [non-C99-based standards] (log2l): Likewise.
58255         [non-C99-based standards] (modfl): Allow.
58256         [non-C99-based standards] (erfl): Do not allow.
58257         [non-C99-based standards] (erfcl): Likewise.
58258         [non-C99-based standards] (gammal): Likewise.
58259         [non-C99-based standards] (hypotl): Likewise.
58260         [non-C99-based standards] (j0l): Likewise.
58261         [non-C99-based standards] (j1l): Likewise.
58262         [non-C99-based standards] (jnl): Likewise.
58263         [non-C99-based standards] (lgammal): Likewise.
58264         [non-C99-based standards] (tgammal): Likewise.
58265         [non-C99-based standards] (y0l): Likewise.
58266         [non-C99-based standards] (y1l): Likewise.
58267         [non-C99-based standards] (ynl): Likewise.
58268         [non-C99-based standards] (isnanl): Likewise.
58269         [non-C99-based standards] (acoshl): Likewise.
58270         [non-C99-based standards] (asinhl): Likewise.
58271         [non-C99-based standards] (atanhl): Likewise.
58272         [non-C99-based standards] (cbrtl): Likewise.
58273         [non-C99-based standards] (expm1l): Likewise.
58274         [non-C99-based standards] (ilogbl): Likewise.
58275         [non-C99-based standards] (log1pl): Likewise.
58276         [non-C99-based standards] (logbl): Likewise.
58277         [non-C99-based standards] (nextafterl): Likewise.
58278         [non-C99-based standards] (remainderl): Likewise.
58279         [non-C99-based standards] (rintl): Likewise.
58280         [non-C99-based standards] (scalbl): Likewise.
58281         [ISO || ISO99 || ISO11] (*_t): Do not allow.
58282         [non-C99-based standards] (FP_*): Do not allow.
58283         [C99-based standards] (FP_*): Change to
58284         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
58285         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
58286         allow.
58287         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
58288         (SIG_ERR): Likewise.
58289         [X/Open-based standards] (SIG_HOLD): Likewise.
58290         (SIG_IGN): Likewise.
58291         (SIGABRT): Use macro-int-constant.  Specify type.  Require
58292         positive value.
58293         (SIGFPE): Likewise.
58294         (SIGILL): Likewise.
58295         (SIGINT): Likewise.
58296         (SIGSEGV): Likewise.
58297         (SIGTER): Likewise.
58298         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
58299         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
58300         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
58301         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
58302         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
58303         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
58304         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
58305         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
58306         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
58307         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
58308         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
58309         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
58310         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
58311         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
58312         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
58313         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
58314         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
58315         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
58316         [X/Open-based standards] (SIGTRAP): Likewise.
58317         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
58318         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
58319         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
58320         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
58321         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
58322         allow.
58324 2012-05-08  Ian Wienand  <ianw@vmware.com>
58326         [BZ #14080]
58327         * time/tzset.c (__tzset_parse_tz): Update default rules for
58328         daylight time changes in the Energy Policy Act of 2005.
58330 2012-05-09  Andreas Jaeger  <aj@suse.de>
58332         [BZ #13983]
58333         * elf/ldconfig.c (parse_conf): Change string to make clear that
58334         ldconfig only issued a warning if ld.so.conf does not exist.
58336 2012-05-08  David S. Miller  <davem@davemloft.net>
58338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
58339         movxtod instead of popping the value on the stack.
58341         * sysdeps/sparc/fpu/libm-test-ulps: Update.
58343 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
58345         * config.h.in: Add HAVE_ARM_PCS_VFP.
58347 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
58349         [BZ #13979]
58350         * include/features.h: Warn if user requests __FORTIFY_SOURCE
58351         checking but the checks are disabled for any reason.
58353 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
58355         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
58356         and ELF64_R_TYPE with ELFW(R_TYPE).
58358 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
58360         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
58361         (ulimit): Likewise.
58363         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
58364         (settimeofday): Likewise.
58366 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
58368         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
58369         a struct th_u2 inside the union, and move tu_block/tu_code into
58370         a new th_u3 union of tu_block/tu_code inside of that.  Move
58371         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
58372         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
58373         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
58374         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
58375         (th_stuff): Change to th_u1.tu_stuff.
58376         (th_data): Define.
58377         (th_msg): Change to th_u1.th_u2.tu_data.
58379 2012-05-07  David S. Miller  <davem@davemloft.net>
58381         * sysdeps/sparc/fpu/libm-test-ulps: Update.
58383         [BZ #14074]
58384         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
58385         (SETUP_PIC_REG): Use it.
58386         (SETUP_PIC_REG_LEAF): Use it.
58388 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
58390         [BZ #13885]
58391         [BZ #13923]
58392         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
58393         USE_AS_EXPM1L.
58394         (EXPL_FINITE): Likewise.
58395         (FLDLOG): Likewise.
58396         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
58397         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
58398         e_expl.S.
58399         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
58400         USE_AS_EXPM1L.
58401         (EXPL_FINITE): Likewise.
58402         (FLDLOG): Likewise.
58403         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
58404         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
58405         e_expl.S.
58406         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
58407         test of -max_value argument for long double.
58408         * sysdeps/i386/fpu/libm-test-ulps: Update.
58409         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
58411 2012-05-06  David S. Miller  <davem@davemloft.net>
58413         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
58414         quad soft-float symbols whose references which are compiler
58415         generated.
58416         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
58418 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
58420         [BZ #13884]
58421         [BZ #13914]
58422         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
58423         USE_AS_EXP10L.
58424         (EXPL_FINITE): Likewise.
58425         (FLDLOG): Likewise.
58426         (c0): Likewise.
58427         (c1): Likewise.
58428         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
58429         Adjust comments for base varying.
58430         (__expl_finite): Change alias to EXPL_FINITE.
58431         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
58432         e_expl.S.
58433         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
58434         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
58435         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
58436         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
58437         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
58438         USE_AS_EXP10L.
58439         (EXPL_FINITE): Likewise.
58440         (FLDLOG): Likewise.
58441         (c0): Likewise.
58442         (c1): Likewise.
58443         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
58444         Adjust comments for base varying.
58445         (__expl_finite): Change alias to EXPL_FINITE.
58446         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
58447         tests for bugs.
58448         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
58450         [BZ #14064]
58451         * math/libm-test.inc (check_float_internal): Correct ulp
58452         calculation for subnormal expected results.
58454 2012-05-06  Andreas Jaeger  <aj@suse.de>
58456         * Makeconfig (+math-flags): New, set to -frounding-math.
58457         (+cflags): Add +math-flags so that all of glibc gets compiled with
58458         it.
58460         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
58462 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
58464         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
58465         Disable one test.
58467         [BZ #13787]
58468         [BZ #13922]
58469         [BZ #14036]
58470         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
58471         (__ieee754_expl): Allow for and saturate large arguments.
58472         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
58473         (u_threshold): Likewise.
58474         (__exp): Call __ieee754_exp before checking for overflow and
58475         underflow.
58476         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
58477         (u_threshold): Likewise.
58478         (__expf): Call __ieee754_expf before checking for overflow and
58479         underflow.
58480         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
58481         (u_threshold): Likewise.
58482         (__expl): Call __ieee754_expl before checking for overflow and
58483         underflow.
58484         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
58485         (__ieee754_expl): Allow for and saturate large arguments.
58486         * math/libm-test.inc (exp_test): Add another test.  Do not allow
58487         missing overflow exception on overflow.
58488         (expm1_test): Do not allow missing overflow exception on overflow.
58490         * sysdeps/i386/fpu/e_expl.c: Move to ...
58491         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
58492         rather than using inline asm.
58493         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
58494         * sysdeps/x86_64/fpu/e_expl.S: Copy from
58495         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
58497         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
58498         (nice): Likewise.
58499         (poll): Likewise.
58500         (signal): Likewise.
58501         (time): Likewise.
58502         (times): Likewise.
58504 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
58506         * sysdeps/unix/syscalls.list (adjtime): Add entry from
58507         sysdeps/unix/common/syscalls.list.
58508         (fchmod): Likewise.
58509         (fchown): Likewise.
58510         (ftruncate): Likewise.
58511         (getrusage): Likewise.
58512         (gettimeofday): Likewise.
58513         (setpgid): Likewise.
58514         (setregid): Likewise.
58515         (setreuid): Likewise.
58516         (sigaction): Likewise.
58517         (truncate): Likewise.
58518         (vhangup): Likewise.
58519         * sysdeps/unix/common/syscalls.list: Remove file.
58520         * sysdeps/unix/bsd/Implies: Don't include unix/common.
58521         * sysdeps/unix/sysv/linux/Implies: Likewise.
58523 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
58525         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
58526         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
58527         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
58528         Moved to ...
58529         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
58530         Here.
58531         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
58532         to ...
58533         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
58534         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
58535         to ...
58536         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
58537         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
58538         to ...
58539         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
58540         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
58541         to ...
58542         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
58543         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
58544         to ...
58545         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
58546         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
58547         to ...
58548         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
58549         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
58550         to ...
58551         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
58552         Here.
58553         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
58554         to ...
58555         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
58556         Here.
58557         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
58558         to ...
58559         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
58560         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
58561         Moved to ...
58562         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
58563         Here.
58564         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
58565         to ...
58566         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
58568 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
58570         * sysdeps/unix/common/bits/dirent.h: Remove file.
58571         * sysdeps/unix/common/bits/fcntl.h: Likewise.
58573         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
58574         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
58575         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
58576         * sysdeps/unix/bsd/isatty.c: Likewise.
58577         * sysdeps/unix/bsd/tcdrain.c: Likewise.
58578         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
58579         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
58581 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58583         [BZ #13563]
58584         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
58585         long double comparison inaccuracies.
58586         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
58587         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
58589 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
58591         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
58592         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
58594 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
58596         [BZ #14049]
58597         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
58598         nonzero digits before rounding a hex value.
58599         * stdlib/tst-strtod.c (tests): Add another test.
58601 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58603         * sysdeps/s390/fpu/libm-test-ulps: Update.
58605 2012-05-03  Andreas Jaeger  <aj@suse.de>
58607         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
58608         does not get optimized out.
58609         (malloc_opt_barrier): New.
58611 2012-05-03  Andreas Jaeger  <aj@suse.de>
58612             Roland McGrath  <roland@hack.frob.com>
58614         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
58615         intermediate file deletion.
58616         (generated): Add .symlist files.
58618 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
58620         [BZ #13775]
58621         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
58622         Redirect under this condition.
58623         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
58624         [__USE_GNU] (__dprintf_chk): Not under this condition.
58625         [__USE_GNU] (__vdprintf_chk): Likewise.
58626         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
58627         under this condition.
58628         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
58629         [__USE_XOPEN2K8] (dprintf): Define under this condition.
58630         [__USE_XOPEN2K8] (vdprintf): Likewise.
58631         [__USE_GNU] (__dprintf_chk): Not under this condition.
58632         [__USE_GNU] (__vdprintf_chk): Likewise.
58633         [__USE_GNU] (dprintf): Likewise.
58634         [__USE_GNU] (vdprintf): Likewise.
58636 2012-05-03  Roland McGrath  <roland@hack.frob.com>
58638         * elf/Makefile (common-generated): Set this instead of generated for
58639         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
58640         $(all-built-dso)-derived lists.
58642 2012-05-03  Andreas Jaeger  <aj@suse.de>
58644         * sysdeps/i386/fpu/libm-test-ulps: Update.
58646         * FAQ: Removed.
58647         * FAQ.in: Likewise.
58648         * scripts/gen-FAQ.pl: Likewise.
58649         * manual/install.texi (Installation): Point to online location of
58650         FAQ.
58651         * Makefile (files-for-dist): Remove FAQ.
58652         (FAQ): Remove.
58654 2012-05-02  Allan McRae  <allan@archlinux.org>
58656         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
58657         (LDFLAGS-reldepmod5.so): Likewise.
58658         (LDFLAGS-reldep6mod1.so): Likewise.
58659         (LDFLAGS-reldep6mod4.so): Likewise.
58660         (LDFLAGS-reldep8mod3.so): Likewise.
58661         (LDFLAGS-unload4mod1.so): Likewise.
58662         (LDFLAGS-unload4mod2.so): Likewise.
58663         (LDFLAGS-tst-initorder): Likewise.
58664         (LDFLAGS-tst-initordera2.so): Likewise.
58665         (LDFLAGS-tst-initordera3.so): Likewise.
58666         (LDFLAGS-tst-initordera4.so): Likewise.
58667         (LDFLAGS-tst-initorderb2.so): Likewise.
58668         (LDFLAGS-noload): Likewise.
58669         (LDFLAGS-next): Likewise.
58670         (LDFLAGS-order2mod1.so): Likewise.
58671         (LDFLAGS-order2mod2.so): Likewise.
58672         (LDFLAGS-tst-initorder2): Likewise.
58673         (LDFLAGS-tst-initorder2a.so): Likewise.
58674         (LDFLAGS-tst-initorder2b.so): Likewise.
58675         (LDFLAGS-tst-initorder2c.so): Likewise.
58676         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
58678 2012-05-02  David S. Miller  <davem@davemloft.net>
58680         * sysdeps/sparc/fpu/libm-test-ulps: Update.
58682 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
58684         [BZ #14055]
58685         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
58687 2012-05-02  Andreas Jaeger  <aj@suse.de>
58689         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
58690         since we manipulate rounding mode.
58691         (CPPFLAGS-test-idouble.c): Likewise.
58692         (CPPFLAGS-test-ifloat.c): Likewise.
58693         (CFLAGS-test-ldouble.c): Likewise.
58694         (CFLAGS-test-double.c): Likewise.
58695         (CFLAGS-test-float.c): Likewise.
58696         (CFLAGS-test-misc.c): Likewise.
58697         (CFLAGS-test-test-fenv.c): Likewise.
58699 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58701         [BZ #2550]
58702         [BZ #2570]
58703         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
58704         comparisons to determine direction to adjust input.
58706 2012-05-01  Roland McGrath  <roland@hack.frob.com>
58708         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
58709         output to the target.
58711         * scripts/localplt.awk: New file.
58712         * elf/Makefile ($(objpfx)check-localplt): Target removed.
58713         (check-localplt-CFLAGS): Variable removed.
58714         ($(all-built-dso:=.jmprel)): New static pattern rule.
58715         (generated): Add those targets.
58716         (localplt-built-dso): New variable.
58717         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
58719         * elf/check-localplt.c: File removed.
58721         * scripts/check-execstack.awk: New file.
58722         * elf/Makefile ($(objpfx)check-execstack): Target removed.
58723         (check-execstack-CFLAGS): Variable removed.
58724         ($(objpfx)check-execstack.h): Target removed.
58725         ($(objpfx)execstack-default): New target.
58726         (generated): Add that instead of check-execstack.h.
58727         ($(all-built-dso:=.phdr)): New static pattern rule.
58728         (generated): Add those targets.
58729         * elf/check-execstack.c: File removed.
58731         * scripts/check-textrel.awk: New file.
58732         * elf/Makefile ($(objpfx)check-textrel): Target removed.
58733         (check-textrel-CFLAGS): Variable removed.
58734         (all-built-dso): Use := to define.o
58735         ($(all-built-dso:=.dyn)): New static pattern rule.
58736         (generated): Add those targets.
58737         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
58738         * config.make.in (READELF): New substituted variable.
58739         * elf/check-textrel.c: File removed.
58741 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
58743         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
58744         allow.
58745         * conform/data/ctype.h-data [C99-based standards] (isblank):
58746         Expect function.
58747         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
58748         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
58749         [ISO || ISO99 || ISO11] (*_t): Do not allow.
58750         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
58751         Specify type.  Require positive value.
58752         (EILSEQ): Likewise.
58753         (ERANGE): Likewise.
58754         [ISO || POSIX] (EILSEQ): Do not expect.
58755         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
58756         Specify type.  Require positive value.
58757         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
58758         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
58759         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
58760         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
58761         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
58762         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
58763         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
58764         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
58765         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
58766         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
58767         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
58768         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
58769         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
58770         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
58771         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
58772         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
58773         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
58774         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
58775         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
58776         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
58777         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
58778         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
58779         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
58780         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
58781         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
58782         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
58783         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
58784         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
58785         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
58786         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
58787         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
58788         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
58789         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
58790         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
58791         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
58792         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
58793         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
58794         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
58795         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
58796         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
58797         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
58798         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
58799         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
58800         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
58801         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
58802         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
58803         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
58804         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
58805         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
58806         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
58807         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
58808         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
58809         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
58810         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
58811         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
58812         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
58813         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
58814         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
58815         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
58816         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
58817         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
58818         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
58819         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
58820         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
58821         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
58822         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
58823         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
58824         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
58825         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
58826         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
58827         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
58828         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
58829         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
58830         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
58831         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
58832         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
58833         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
58834         Require >= 2.
58835         (FLT_ROUNDS): Expect as macro, not constant.
58836         (FLT_MANT_DIG): Use macro-int-constant.
58837         (DBL_MANT_DIG): Likewise.
58838         (LDBL_MANT_DIG): Likewise.
58839         (FLT_DIG): Likewise.
58840         (DBL_DIG): Likewise.
58841         (LDBL_DIG): Likewise.
58842         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
58843         (DBL_MIN_EXP): Likewise.
58844         (LDBL_MIN_EXP): Likewise.
58845         (FLT_MAX_EXP): Use macro-int-constant.
58846         (DBL_MAX_EXP): Likewise.
58847         (LDBL_MAX_EXP): Likewise.
58848         (FLT_MAX_10_EXP): Likewise.
58849         (DBL_MAX_10_EXP): Likewise.
58850         (LDBL_MAX_10_EXP): Likewise.
58851         (FLT_MAX): Use macro-constant.
58852         (DBL_MAX): Likewise.
58853         (LDBL_MAX): Likewise.
58854         (FLT_EPSILON): Use macro-constant.  Give upper bound.
58855         (DBL_EPSILON): Likewise.
58856         (LDBL_EPSILON): Likewise.
58857         (FLT_MIN): Likewise.
58858         (DBL_MIN): Likewise.
58859         (LDBL_MIN): Likewise.
58860         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
58861         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
58862         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
58863         [ISO11] (FLT_HAS_SUBNORM): Likewise.
58864         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
58865         [ISO11] (DBL_DECIMAL_DIG): Likewise.
58866         [ISO11] (FLT_DECIMAL_DIG): Likewise.
58867         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
58868         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
58869         [ISO11] (FLT_TRUE_MIN): Likewise.
58870         [ISO11] (LDBL_TRUE_MIN): Likewise.
58871         [ISO || ISO99 || ISO11] (*_t): Do not allow.
58872         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
58873         (SCHAR_MIN): Use macro-int-constant.  Specify type.
58874         (SCHAR_MAX): Likewise.
58875         (UCHAR_MAX): Likewise.
58876         (CHAR_MIN): Likewise.
58877         (CHAR_MAX): Likewise.
58878         (MB_LEN_MAX): Use macro-int-constant.
58879         (SHRT_MIN): Use macro-int-constant.  Specify type.
58880         (SHRT_MAX): Likewise.
58881         (USHRT_MAX): Likewise.
58882         (INT_MAX): Likewise.
58883         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
58884         bound negative.
58885         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
58886         bound with "U".
58887         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
58888         bound with "L".
58889         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
58890         bound negative.  Suffix upper bound with "L".
58891         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
58892         bound with "UL".
58893         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
58894         Specify type.
58895         [C99-based standards] (LLONG_MAX): Likewise.
58896         [C99-based standards] (ULLONG_MAX): Likewise.
58897         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
58898         == 0.
58899         [ISO11] (max_align_t): Require type.
58900         [ISO || ISO99 || ISO11] (*_t): Do not allow.
58902         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
58903         from $CFLAGS, without defining away __attribute__ calls.
58904         (checknamespace): Use $CFLAGS_namespace.
58906         * conform/conformtest.pl (@keywords): Only include C99 keywords
58907         for standards based on C99 or C11.
58909         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
58910         Disable tests.
58911         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
58912         UNIX98]: Likewise.
58914         * conform/conformtest.pl: Handle "macro-int-constant" and test for
58915         usability of symbols in #if.
58917         * conform/conformtest.pl: If macro or constant types start
58918         "promoted:", expect the symbol to be of the following type
58919         promoted by the integer promotions.
58921         * conform/conformtest.pl: Parse all "constant" and "macro" lines
58922         in one place.  Also handle "macro-constant".
58924         * conform/conformtest.pl: Only accept expected macro values with
58925         "==".  Parse all "macro" lines in one place.
58926         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
58928         * conform/conformtest.pl: Handle braced types on "constant" lines
58929         instead of handling "typed-constant".
58930         * conform/data/signal.h-data: Use "constant" instead of
58931         "typed-constant".
58933         * conform/conformtest.pl: Handle "optional-" at start of lines in
58934         one place rather than duplicating several cases.  Handle each
58935         format of "macro" line with initial "optional-".
58937         * conform/conformtest.pl: Only accept expected constant or
58938         optional-constant values with "==".  Parse all "constant" lines in
58939         one place.  Parse all "optional-constant" lines in one place.
58940         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
58941         * conform/data/fmtmsg.h-data: Likewise.
58942         * conform/data/netinet/in.h-data: Likewise.
58943         * conform/data/tar.h-data: Likewise.
58944         * conform/data/limits.h-data: Use "==" form on "constant" and
58945         "optional-constant" lines.
58947         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
58948         Use -std=c99 for XOPEN2K.
58949         (@knownproblems): Remove.
58950         (newtoken): Don't check %isknown.
58952         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
58953         Do not expect macro.
58954         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
58955         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
58956         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
58957         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
58958         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
58959         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
58960         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
58961         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
58962         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
58963         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
58964         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
58965         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
58966         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
58967         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
58968         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
58969         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
58970         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
58971         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
58972         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
58973         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
58974         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
58975         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
58976         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
58977         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
58978         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
58979         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
58980         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
58981         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
58982         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
58983         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
58984         [XPG3] (acosh): Likewise.
58985         [XPG3] (asinh): Likewise.
58986         [XPG3] (atanh): Likewise.
58987         [XPG3] (cbrt): Likewise.
58988         [XPG3] (expm1): Likewise.
58989         [XPG3] (ilogb): Likewise.
58990         [XPG3] (log1p): Likewise.
58991         [XPG3] (logb): Likewise.
58992         [XPG3] (nextafter): Likewise.
58993         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
58994         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
58995         [XPG3] (remainder): Likewise.
58996         [XPG3] (rint): Likewise.
58997         [XPG3 || XPG4 || UNIX98] (round): Likewise.
58998         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
58999         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
59000         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
59001         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
59002         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
59003         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
59004         [UNIX98 || XOPEN2K] (scalb): Expect.
59005         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
59006         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
59007         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
59008         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
59009         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
59010         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
59011         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
59012         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
59013         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
59014         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
59015         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
59016         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
59017         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
59018         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
59019         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
59020         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
59021         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
59022         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
59023         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
59024         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
59025         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
59026         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
59027         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
59028         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
59029         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
59030         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
59031         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
59032         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
59033         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
59034         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
59035         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
59036         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
59037         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
59038         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
59039         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
59040         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
59041         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
59042         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
59043         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
59044         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
59045         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
59046         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
59047         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
59048         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
59049         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
59050         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
59051         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
59052         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
59053         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
59054         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
59055         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
59056         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
59057         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
59058         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
59059         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
59060         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
59061         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
59062         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
59063         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
59064         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
59065         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
59066         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
59067         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
59068         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
59069         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
59070         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
59071         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
59072         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
59073         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
59074         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
59075         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
59076         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
59077         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
59078         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
59079         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
59080         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
59081         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
59082         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
59083         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
59084         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
59085         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
59086         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
59087         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
59088         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
59089         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
59090         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
59091         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
59092         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
59093         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
59094         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
59095         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
59096         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
59097         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
59098         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
59099         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
59100         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
59101         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
59102         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
59103         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
59104         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
59105         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
59106         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
59107         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
59108         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
59109         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
59110         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
59111         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
59112         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
59113         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
59114         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
59115         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
59116         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
59117         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
59118         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
59119         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
59120         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
59121         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
59122         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
59123         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
59124         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
59125         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
59126         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
59127         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
59128         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
59129         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
59130         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
59131         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
59132         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
59133         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
59134         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
59135         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
59136         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
59137         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
59138         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
59139         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
59140         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
59141         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
59143         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
59144         _XOPEN_SOURCE_EXTENDED for XPG4.
59146         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
59148         * Makeconfig (localtime): Remove variable.
59149         (inst_localtime-file): Likewise.
59151 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
59153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
59154         Update.
59155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
59156         Update.
59157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
59158         Update.
59159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
59160         Update.
59161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
59162         Update.
59163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
59164         Update.
59165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
59166         Update.
59167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
59168         Update.
59169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
59170         Update.
59172 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
59174         [BZ #2550]
59175         [BZ #2570]
59176         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
59177         comparisons to determine direction to adjust input.
59178         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
59179         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
59180         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
59181         Likewise.
59182         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
59183         Likewise.
59184         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
59185         Likewise.
59186         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
59187         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
59188         Likewise.
59189         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
59190         Likewise.
59191         * math/libm-test.inc (nexttoward_test): Add more tests.
59193 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
59195         [BZ #14040]
59196         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
59197         in version GLIBC_2.1, not GLIBC_2.0.
59198         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
59199         Likewise.
59201 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
59203         [BZ #13942]
59204         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
59205         (1 - x) * (1 + x).
59206         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
59207         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
59208         * math/libm-test.inc (acos_test): Add more tests.
59209         (asin_test): Likewise.
59210         * sysdeps/i386/fpu/libm-test-ulps: Update.
59211         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
59213         [BZ #14034]
59214         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
59215         of square root.
59216         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
59217         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
59218         * math/libm-test.inc (acos_test_tonearest): New function.
59219         (acos_test_towardzero): Likewise.
59220         (acos_test_downward): Likewise.
59221         (acos_test_upward): Likewise.
59222         (asin_test_tonearest): Likewise.
59223         (asin_test_towardzero): Likewise.
59224         (asin_test_downward): Likewise.
59225         (asin_test_upward): Likewise.
59226         (main): Call the new functions.
59227         * sysdeps/i386/fpu/libm-test-ulps: Update.
59228         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
59230         [BZ #13884]
59231         [BZ #13924]
59232         * math/e_exp10.c: Include <float.h>.
59233         (__ieee754_exp10): Handle underflow here rather than multiplying
59234         large negative argument by M_LN10.
59235         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
59236         of __ieee754_expf.
59237         * math/e_exp10l.c: Include <float.h>.
59238         (__ieee754_exp10l): Handle underflow here rather than multiplying
59239         large negative argument by M_LN10l.
59240         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
59241         spurious overflow exception on underflow.
59243 2012-04-29  Marek Polacek  <polacek@redhat.com>
59245         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
59246         (__fortify_function): New macro.
59247         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
59248         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
59249         __extern_always_inline.
59250         * libio/bits/stdio2.h: Likewise.
59251         * libio/bits/stdio.h: Likewise.
59252         * string/string.h: Likewise.
59253         * string/bits/string3.h: Likewise.
59254         * include/stdio.h: Likewise.
59255         * stdlib/bits/stdlib.h: Likewise.
59256         * stdlib/stdlib.h: Likewise.
59257         * rt/bits/mqueue2.h: Likewise.
59258         * rt/mqueue.h: Likewise.
59259         * posix/bits/unistd.h: Likewise.
59260         * posix/unistd.h: Likewise.
59261         * io/bits/poll2.h: Likewise.
59262         * io/bits/fcntl2.h: Likewise.
59263         * io/fcntl.h: Likewise.
59264         * io/sys/poll.h: Likewise.
59265         * misc/bits/syslog.h: Likewise.
59266         * misc/bits/syslog-ldbl.h: Likewise.
59267         * misc/sys/syslog.h: Likewise.
59268         * socket/bits/socket2.h: Likewise.
59269         * socket/sys/socket.h: Likewise.
59270         * debug/tst-chk1.c: Likewise.
59271         * wcsmbs/bits/wchar2.h: Likewise.
59272         * wcsmbs/bits/wchar-ldbl.h: Likewise.
59273         * wcsmbs/wchar.h: Likewise.
59275 2012-04-29  Andreas Jaeger  <aj@suse.de>
59277         * Makerules (tests): Remove enable-check-abi protection.
59278         (check-abi-warn): Remove.
59279         (check-abi-%): Remove check-abi-warn usage.
59281         * configure.in: Remove check-abi configure option.
59282         * configure: Regenerated.
59283         * config.make.in (enable-check-abi): Remove.
59285 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
59287         [BZ #14033]
59288         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
59289         double functions to double *_finite functions.
59291         [BZ #13941]
59292         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
59293         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
59294         LDBL_MIN_EXP.
59295         * stdio-common/Makefile (tests): Add tst-sprintf3.
59296         * stdio-common/tst-sprintf3.c: New file.
59298         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
59299         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
59301 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
59303         * conform/conformtest.pl: Remove duplicate typed-constant
59304         handling.
59306 2012-04-28  David S. Miller  <davem@davemloft.net>
59308         * Makerules (%.abilist): Add vpath on sysdep_dirs.
59309         (check-abi-%): Remove AWK script prerequisite and explicit
59310         abilist directory.
59311         (check-abi): Rewrite to just diff the symlist with the abilist.
59312         (config-tls, config-abi-config): Delete, no longer used.
59313         (update-abi-%): Remove AWK script and explicit abilist directory.
59314         (update-abi): Rewrite to simply compare and conditionally copy the
59315         symlist and the sysdep abilist file.  Remove update-abi-config
59316         checks.
59317         * abilist/ld.abilist: Remove.
59318         * abilist/libBrokenLocale.abilist: Remove.
59319         * abilist/libanl.abilist: Remove.
59320         * abilist/libcrypt.abilist: Remove.
59321         * abilist/libdl.abilist: Remove.
59322         * abilist/librt.abilist: Remove.
59323         * abilist/libthread_db.abilist: Remove.
59324         * abilist/libutil.abilist: Remove.
59325         * scripts/extract-abilist.awk: Remove.
59326         * scripts/merge-abilist.awk: Remove.
59327         * sysdeps/generic/libcidn.abilist: New file.
59328         * sysdeps/generic/libnss_compat.abilist: New file.
59329         * sysdeps/generic/libnss_db.abilist: New file.
59330         * sysdeps/generic/libnss_dns.abilist: New file.
59331         * sysdeps/generic/libnss_files.abilist: New file.
59332         * sysdeps/generic/libnss_hesiod.abilist: New file.
59333         * sysdeps/generic/libnss_nis.abilist: New file.
59334         * sysdeps/generic/libnss_nisplus.abilist: New file.
59335         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
59336         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
59337         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
59338         file.
59339         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
59340         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
59341         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
59342         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
59343         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
59344         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
59345         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
59346         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
59347         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
59348         file.
59349         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
59350         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
59351         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
59352         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
59353         file.
59354         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
59355         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
59356         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
59357         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
59358         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
59359         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
59360         file.
59361         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
59362         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
59363         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
59364         file.
59365         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
59366         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
59367         New file.
59368         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
59369         New file.
59370         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
59371         New file.
59372         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
59373         New file.
59374         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
59375         New file.
59376         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
59377         New file.
59378         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
59379         New file.
59380         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
59381         New file.
59382         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
59383         New file.
59384         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
59385         New file.
59386         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
59387         New file.
59388         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
59389         New file.
59390         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
59391         New file.
59392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
59393         file.
59394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
59395         New file.
59396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
59397         New file.
59398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
59399         file.
59400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
59401         New file.
59402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
59403         New file.
59404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
59405         file.
59406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
59407         New file.
59408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
59409         New file.
59410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
59411         New file.
59412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
59413         New file.
59414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
59415         New file.
59416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
59417         New file.
59418         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
59419         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
59420         file.
59421         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
59422         New file.
59423         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
59424         file.
59425         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
59426         file.
59427         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
59428         file.
59429         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
59430         file.
59431         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
59432         file.
59433         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
59434         New file.
59435         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
59436         file.
59437         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
59438         file.
59439         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
59440         New file.
59441         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
59442         file.
59443         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
59444         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
59445         file.
59446         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
59447         New file.
59448         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
59449         file.
59450         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
59451         file.
59452         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
59453         file.
59454         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
59455         file.
59456         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
59457         file.
59458         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
59459         New file.
59460         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
59461         file.
59462         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
59463         file.
59464         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
59465         New file.
59466         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
59467         file.
59468         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
59469         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
59470         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
59471         file.
59472         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
59473         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
59474         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
59475         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
59476         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
59477         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
59478         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
59479         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
59480         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
59481         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
59482         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
59483         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
59484         file.
59485         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
59486         New file.
59487         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
59488         file.
59489         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
59490         file.
59491         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
59492         file.
59493         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
59494         file.
59495         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
59496         file.
59497         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
59498         New file.
59499         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
59500         New file.
59501         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
59502         file.
59503         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
59504         New file.
59505         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
59506         file.
59507         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
59508         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
59509         file.
59510         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
59511         New file.
59512         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
59513         file.
59514         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
59515         file.
59516         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
59517         file.
59518         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
59519         file.
59520         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
59521         file.
59522         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
59523         New file.
59524         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
59525         New file.
59526         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
59527         file.
59528         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
59529         New file.
59530         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
59531         file.
59533 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
59535         * conform/conformtest.pl: Fix typo in handling typed-constant from
59536         allow-header.
59538 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
59540         * README: Cut down references to pre-2.6 Linux kernels and
59541         Linuxthreads.  Update lists of configurations in libc and ports
59542         and sort alphabetically.  Say "or newer" with Linux kernel version
59543         requirements.
59545         * config.h.in [IS_IN_build]: Allow compiling without optimization.
59547 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
59549         [BZ #887]
59550         * math/libm-test.inc (logb_test_downward): New test to expose
59551         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
59552         rounding mode.
59554 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
59556         [BZ #14027]
59557         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
59558         to be done.
59559         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
59560         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
59562 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
59564         * sysdeps/unix/i386/brk.S: Remove file.
59565         * sysdeps/unix/i386/dl-brk.S: Likewise.
59566         * sysdeps/unix/i386/pipe.S: Likewise.
59567         * sysdeps/unix/i386/sigreturn.S: Likewise.
59568         * sysdeps/unix/i386/syscall.S: Likewise.
59569         * sysdeps/unix/i386/vfork.S: Likewise.
59570         * sysdeps/unix/i386/wait.S: Likewise.
59572         * sysdeps/unix/common/tcsendbrk.c: Move to ...
59573         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
59575         * configure.in (arm*-none*): Do not allow without
59576         --enable-hacker-mode.
59577         (netbsd*): Remove case setting base_os.
59578         (386bsd*): Likewise.
59579         (freebsd*): Likewise.
59580         (bsdi*): Likewise.
59581         (osf*): Likewise.
59582         (sunos*): Likewise.
59583         (ultrix*): Likewise.
59584         (newsos*): Likewise.
59585         (dynix*): Likewise.
59586         (*bsd*): Likewise.
59587         (sysv*): Likewise.
59588         (isc*): Likewise.
59589         (esix*): Likewise.
59590         (sco*): Likewise.
59591         (minix*): Likewise.
59592         (irix4*): Likewise.
59593         (irix6*): Likewise.
59594         (solaris[2-9]*): Likewise.
59595         (none): Likewise.
59596         * configure: Regenerated.
59598 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59600         [BZ #11521]
59601         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
59602         overflow or cancellation in calculating denominator.
59603         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
59604         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
59605         down expression to avoid unexpected rounding in newer GCCs.
59606         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
59608 2012-04-26  David S. Miller  <davem@davemloft.net>
59610         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
59611         long-double compat symbols.
59612         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
59613         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
59614         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
59615         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
59616         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
59617         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
59618         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
59619         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
59620         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
59621         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
59622         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
59623         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
59624         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
59626 2012-04-25  David S. Miller  <davem@davemloft.net>
59628         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
59629         HWCAP_* values only after the memory barriers have been defined.
59630         (atomic_full_barrier): Define.
59631         (atomic_read_barrier): Define.
59632         (atomic_write_barrier): Define.
59634 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
59636         * shlib-versions: Add libgcc_s version information.
59637         * sysdeps/generic/libgcc_s.h: Remove.
59638         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
59639         libgcc_s.h.
59640         * sysdeps/gnu/unwind-resume.c: Likewise.
59641         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
59643 2012-04-25  David S. Miller  <davem@davemloft.net>
59645         * sysdeps/unix/sparc/brk.S: Delete.
59646         * sysdeps/unix/sparc/dl-brk.S: Delete.
59647         * sysdeps/unix/sparc/pipe.S: Delete.
59648         * sysdeps/unix/sparc/sysdep.S: Delete.
59649         * sysdeps/unix/sparc/sysdep.h: Delete.
59650         * sysdeps/unix/sparc/vfork.S: Delete.
59651         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
59652         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
59653         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
59654         (ret_ERRVAL, r0, r1, MOVE): Define.
59655         (JUMPTARGET): Remove.
59656         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
59657         sysdeps/unix/sparc/sysdep.h
59658         (ENTRY, END): Remove.
59659         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
59661 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
59663         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
59664         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
59665         -DIS_IN_build.
59667         * timezone/README: Update upstream location and email address for
59668         tzcode and tzdata.
59669         * timezone/zdump.c: Update from tzcode 2012b.
59670         * timezone/zic.c: Likewise.
59672         * configure.in (libc_cv_as_needed): Remove test.
59673         * configure: Regenerated.
59674         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
59675         conditional definition.
59676         [$(have-as-needed) != yes] (no-as-needed): Likewise.
59677         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
59678         * config.make.in (have-as-needed): Remove variable.
59680 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
59681             Paul Pluzhnikov  <ppluzhnikov@google.com>
59683         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
59684         strings correctly.
59686 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
59688         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
59689         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
59690         * sysdeps/sh/strlen.S: Likewise.
59692 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
59694         * sysdeps/unix/fork.S: Remove file.
59695         * sysdeps/unix/i386/fork.S: Likewise.
59696         * sysdeps/unix/sparc/fork.S: Likewise.
59698         * sysdeps/unix/system.c: Remove file.
59699         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
59701         * sysdeps/unix/getegid.S: Remove file.
59702         * sysdeps/unix/geteuid.S: Likewise.
59704 2012-04-24  Roland McGrath  <roland@hack.frob.com>
59706         * scripts/check-localplt.awk: New file.
59707         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
59708         of diff.
59709         * scripts/data/localplt-generic.data: Add a comment.
59711         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
59712         NODE when __dir_mkfile failed.
59713         * sysdeps/mach/hurd/symlinkat.c: Likewise.
59714         Reported by Ludovic Courtès <ludo@gnu.org>.
59716 2012-04-24  Andreas Jaeger  <aj@suse.de>
59718         * Makerules (common-clean): Also remove gen-as-const-headers
59719         files.
59721 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
59723         * Makerules (native-compile): Do not change working directory for
59724         build.  Use $(OUTPUT_OPTION) in command.
59725         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
59727 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59729         [BZ #13886]
59730         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
59731         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
59732         * math/libm-test.inc (floor_test): Add more tests.
59733         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
59735 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
59737         * sysdeps/unix/getdents.c: Remove file.
59738         * sysdeps/unix/sysv/getdents.c: Likewise.
59739         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
59741         * sysdeps/unix/syscalls.list (madvise): Add syscall from
59742         sysdeps/unix/mman/syscalls.list.
59743         (mmap): Likewise.
59744         (mprotect): Likewise.
59745         (msync): Likewise.
59746         (munmap): Likewise.
59747         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
59748         * sysdeps/unix/mman/syscalls.list: Remove.
59749         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
59751         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
59752         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
59753         * configure: Regenerated.
59754         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
59755         $(libgcc_s_suffix).
59756         * config.make.in (libgcc_s_suffix): Remove variable.
59758 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
59760         * sysdeps/unix/sysv/gethostname.c: Move to ...
59761         * sysdeps/posix/gethostname.c: ... here.
59763         * sysdeps/unix/execve.S: Remove file.
59765         * sysdeps/unix/_exit.S: Remove file.
59767 2012-04-23  Andreas Jaeger  <aj@suse.de>
59769         [BZ #13739]
59770         * manual/Makefile: Remove make dist support, there's no
59771         need for a stand-alone documentation tar ball.
59772         (TEXI2DVI): Define always, it's not in Makeconfig.
59773         (dist): Removed.
59774         (tar-it): Removed.
59775         (edition): Removed.
59776         (glibc-doc-$(edition).tar): Removed
59777         (%.Z): Removed.
59778         (%.gz): Removed.
59779         (%.uu): Removed.
59780         (ETAGS): Remove, it's in Makeconfig.
59781         (move-if-change): Remove, it's in Makeconfig.
59783 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
59785         [BZ #13970]
59786         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
59787         (strtod, strtof, strtold, strtol, strtoul, strtoq)
59788         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
59789         (strtod_l, strtof_l, strtold_l): Remove __wur.
59790         It is not necessarily an error to ignore strtol's return value.
59791         One can reliably look at the stored endptr to decide whether
59792         the number had valid syntax.
59794 2012-04-21  Andreas Jaeger  <aj@suse.de>
59796         [BZ #13739]
59797         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
59799 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
59801         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
59802         * sysdeps/unix/sysv/Versions: Remove file.
59804 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
59806         [BZ #13927]
59807         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
59809 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
59811         [BZ #7064]
59812         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
59813         version from __vm86.
59815 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
59817         * sysdeps/unix/common/lxstat.c: Remove file.
59818         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
59820         * sysdeps/unix/sysv/Makefile: Remove file.
59822         * sysdeps/unix/sysv/direct.h: Remove file.
59824         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
59825         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
59826         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
59827         * sysdeps/unix/sysv/bits/signum.h: Likewise.
59828         * sysdeps/unix/sysv/bits/stat.h: Likewise.
59829         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
59830         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
59832         * sysdeps/unix/sysv/setrlimit.c: Remove file.
59834         * sysdeps/unix/xmknod.c: Remove file.
59835         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
59837         * sysdeps/unix/sysv/settimeofday.c: Remove file.
59839         * sysdeps/unix/sysv/i386/time.S: Remove file.
59841         * sysdeps/unix/fxstat.c: Remove file.
59842         * sysdeps/unix/xstat.c: Likewise.
59843         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
59845         * sysdeps/unix/sysv/sigaction.c: Remove file.
59847         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
59848         (sysdep_headers): Remove variable.
59849         [termio.h not in sysdep_headers] (generated): Likewise.
59850         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
59851         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
59852         * sysdeps/unix/sysv/tcdrain.c: Likewise.
59853         * sysdeps/unix/sysv/tcflow.c: Likewise.
59854         * sysdeps/unix/sysv/tcflush.c: Likewise.
59855         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
59856         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
59857         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
59858         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
59859         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
59861         * sysdeps/unix/siglist.c: Remove file.
59863         * sysdeps/unix/getppid.S: Remove file.
59865         * sysdeps/unix/mkdir.c: Remove file.
59866         * sysdeps/unix/rmdir.c: Likewise.
59868 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
59870         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
59871         ERR_MAX value.
59872         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
59873         errlist-compat value.
59875 2012-04-18  David S. Miller  <davem@davemloft.net>
59877         * sysdeps/generic/memcopy.h (reg_char): Delete.
59878         * debug/strcat_chk.c: Use char, not reg_char.
59879         * debug/strcpy_chk.c: Likewise.
59880         * debug/strncat_chk.c: Likewise.
59881         * debug/strncpy_chk.c: Likewise.
59882         * string/memchr.c: Likewise.
59883         * string/memrchr.c: Likewise.
59884         * string/rawmemchr.c: Likewise.
59885         * string/strcat.c: Likewise.
59886         * string/strchr.c: Likewise.
59887         * string/strchrnul.c: Likewise.
59888         * string/strcmp.c: Likewise.
59889         * string/strcpy.c: Likewise.
59890         * string/strncat.c: Likewise.
59891         * string/strncmp.c: Likewise.
59892         * string/strncpy.c: Likewise.
59894 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
59896         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
59897         __builtin_memcopy is called when src and dest ranges are known to not
59898         overlap.
59900 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
59902         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
59903         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
59904         fwd_align_merge macro call.
59905         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
59906         bwd_align_merge macro call.
59907         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
59909 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
59911         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
59912         bwd_align_merge macros.
59913         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
59914         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
59915         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
59917 2012-04-18  David S. Miller  <davem@davemloft.net>
59919         * sysdeps/sparc/sparc64/memcopy.h: Delete.
59921 2012-04-18  Andreas Jaeger  <aj@suse.de>
59923         [BZ# 6794]
59924         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
59925         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
59926         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
59928         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
59929         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
59930         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
59932         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
59933         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
59934         Adjust for changed ldbl-128 files.
59936         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
59937         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
59938         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
59940 2012-04-17  David S. Miller  <davem@davemloft.net>
59942         * sysdeps/sparc/sparc32/memcopy.h: Delete.
59944 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
59946         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
59947         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
59948         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
59949         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
59950         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
59951         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
59953 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59955         [BZ #6794]
59956         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
59957         * math/libm-test.inc: Add ilogb errno and exception tests.
59958         * math/w_ilogb.c: New file: ilogb wrapper.
59959         * math/w_ilogbf.c: New file: ilogbf wrapper.
59960         * math/w_ilogbl.c: New file: ilogbl wrapper.
59961         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
59962         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
59963         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
59964         exception being thrown with 0.0 as argument.
59965         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
59966         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
59967         exception being thrown with 0.0 as argument.
59968         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
59969         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
59970         exception being thrown with 0.0 as argument.
59971         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
59972         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
59973         exception being thrown with 0.0 as argument.
59974         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
59975         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
59976         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
59977         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
59978         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
59979         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
59980         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
59981         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
59982         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
59984 2012-04-17  Petr Baudis  <pasky@ucw.cz>
59986         * include/sys/uio.h: Change __vector to __iovec to avoid clash
59987         with altivec.
59989 2012-04-16  Marek Polacek  <polacek@redhat.com>
59991         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
59993 2012-04-16  Marek Polacek  <polacek@redhat.com>
59995         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
59996         operands of fdivp instruction.
59998 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
60000         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
60001         * elf/tst-auditmod3b.c: Likewise.
60002         * elf/tst-auditmod4b.c: Likewise.
60003         * elf/tst-auditmod5b.c: Likewise.
60004         * elf/tst-auditmod6b.c: Likewise.
60005         * elf/tst-auditmod6c.c: Likewise.
60006         * elf/tst-auditmod7b.c: Likewise.
60007         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
60008         * sysdeps/x86_64/preconfigure.in: Likewise.
60009         * sysdeps/x86_64/preconfigure: Regenerated.
60011 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
60013         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
60014         __ILP32__.
60016 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
60018         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
60019         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
60021 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
60023         [BZ #13973]
60024         * locale/iso-639.def: Fix gl language name. Spotted by
60025         Yaron Shahrabani.
60027 2012-04-12  Roland McGrath  <roland@hack.frob.com>
60029         [BZ #2074]
60030         * libio/libio.h (__io_write_fn): Update comment.
60032 2012-04-12  Petr Baudis  <pasky@ucw.cz>
60034         [BZ #2074]
60035         * stdio.texi (Hook Functions): The user provided writer function
60036         is not allowed to return -1.
60038 2012-04-11  David S. Miller  <davem@davemloft.net>
60040         * sysdeps/sparc/fpu/libm-test-ulps: Update.
60042 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
60044         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
60045         Add a leading slash to rtkaio.
60047 2012-04-11  Jim Meyering  <meyering@redhat.com>
60049         [BZ #11959]
60050         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
60051         It is not necessarily an error to ignore fwrite's return
60052         value.  One can reliably use ferror to test for errors after
60053         the fact.
60055 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
60057         * bits/types.h (__snseconds_t): New type.
60058         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
60060         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
60061         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
60062         (__SNSECONDS_T_TYPE): Likewise.
60063         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
60064         (__SNSECONDS_T_TYPE): Likewise.
60065         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
60066         (__SNSECONDS_T_TYPE): Likewise.
60068 2012-04-10  Andreas Jaeger  <aj@suse.de>
60070         [BZ #2636]
60071         * manual/time.texi (Processor Time): Return type of times is
60072         elapsed real time since an arbitrary point in the past.
60073         (CPU Time): Move CLK_TCK from here...
60074         (Processor Time): ...to here.  Correct description.
60075         * manual/conf.texi (Constants for Sysconf): Correct description of
60076         _SC_CLK_TCK.
60078 2012-04-10  David S. Miller  <davem@davemloft.net>
60080         [BZ #13967]
60081         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
60082         where the is a gap between DT_REL(A) and DT_JMPREL.
60084 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
60086         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
60087         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
60088         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
60090 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
60092         * elf/dl-support.c (_dl_inhibit_cache): New variable.
60093         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
60094         (dl_main): Handle --inhibit-cache.
60095         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
60096         _dl_inhibit_cache.
60097         * elf/dl-load.c (_dl_map_object): Use it.
60098         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
60100 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
60102         [BZ #13872]
60103         * sysdeps/i386/fpu/e_powl.S (p78): New object.
60104         (__ieee754_powl): Saturate large exponents rather than testing for
60105         overflow of y*log2(x).
60106         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
60107         * math/libm-test.inc (pow_test): Do not permit spurious overflow
60108         exceptions.
60110         [BZ #11521]
60111         * math/s_ctan.c: Include <float.h>.
60112         (__ctan): Avoid internal overflow or cancellation in calculating
60113         denominator.
60114         * math/s_ctanf.c: Likewise.
60115         * math/s_ctanl.c: Likewise.
60116         * math/s_ctanh.c: Likewise.
60117         * math/s_ctanhf.c: Likewise.
60118         * math/s_ctanhl.c: Likewise.
60119         * math/libm-test.inc (ctan_test): Add more tests.
60120         (ctanh_test): Likewise.
60121         * sysdeps/i386/fpu/libm-test-ulps: Update.
60122         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
60124 2012-04-09  Andreas Jaeger  <aj@suse.de>
60126         [BZ #6894]
60127         * manual/filesys.texi (Directory Entries): Mention that d_namlen
60128         is an optional BSD extension.
60130         [BZ #10254]
60131         * manual/stdio.texi (Opening Streams): Document additional fopen
60132         parameters.
60134 2012-04-09  Roland McGrath  <roland@hack.frob.com>
60136         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
60137         %eax without telling the compiler.
60139 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
60141         [BZ # 13963]
60142         * manual/install.texi: Use sourceware.org.
60144 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
60146         [BZ #13873]
60147         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
60148         (__ieee754_pow): Generate overflow and underflow using huge*huge
60149         and tiny*tiny rather than just returning constant infinity or zero
60150         for large exponents.
60151         * math/libm-test.inc (pow_test): Require overflow exceptions for
60152         applicable cases of large exponents.
60154         [BZ #706]
60155         * sysdeps/i386/fpu/e_pow.S (p10): New object.
60156         (__ieee754_pow): Use iterative multiplication algorithm only for
60157         integer exponents with absolute value below 1024.  Check for odd
60158         integer exponents when using algorithm for real exponents.
60159         * math/libm-test.inc (pow_test): Add more tests.
60160         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
60162 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
60164         [BZ #13705]
60165         * math/libm-test.inc (exp_test): Do not allow overflow exception
60166         on underflow test.
60168 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
60170         [BZ #13705]
60171         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
60172         instead of __kernel_standard_f.
60174 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
60176         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
60177         * sysdeps/x86_64/memset_chk.S: Likewise.
60179 2012-04-08  Andreas Jaeger  <aj@suse.de>
60181         [BZ #10153]
60182         * manual/startup.texi (Environment Access): Describe return value
60183         for putenv and setenv.
60185         [BZ #6895]
60186         * manual/filesys.texi (Directory Entries): Add description for
60187         DT_LNK.
60189         [BZ #6890]
60190         * manual/filesys.texi (Directory Entries): Clarify that it's file
60191         system not operating system in the description of DT_UNKNOWN.
60193         [BZ #6578]
60194         * manual/syslog.texi (closelog): Fix reference, it's openlog.
60196 2012-04-08  Stephen Compall  <s11@member.fsf.org>
60198         [BZ #6649]
60199         * manual/llio.texi (Opening and Closing Files): Add cross
60200         reference to explain mode argument.
60202 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
60204         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
60205         * sysdeps/x86_64/memset_chk.S: Likewise.
60207 2012-04-07  David S. Miller  <davem@davemloft.net>
60209         * elf/elf.h (R_SPARC_WDISP10): Define.
60210         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
60211         R_SPARC_SIZE32.
60212         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
60213         R_SPARC_SIZE64 and R_SPARC_H34.
60215 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
60217         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
60218         conditions and remove no longer applicable assertion.
60220 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
60222         * bits/byteswap.h: Include <features.h>.
60223         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
60224         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
60226 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
60228         * bits/byteswap.h (__bswap_16): Removed.
60229         Include <bits/byteswap-16.h> to get __bswap_16.
60230         * sysdeps/i386/bits/byteswap.h: Likewise.
60231         * sysdeps/s390/bits/byteswap.h: Likewise.
60232         * sysdeps/x86_64/bits/byteswap.h: Likewise.
60233         * bits/byteswap-16.h: New file.
60234         * sysdeps/i386/bits/byteswap-16.h: Likewise.
60235         * sysdeps/s390/bits/byteswap-16.h: Likewise.
60236         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
60237         * string/Makefile (headers): Add bits/byteswap-16.h.
60239 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
60241         [BZ #13895]
60242         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
60243         extra indirection.
60244         * nss/Makefile (tests-static, tests): Add tst-nss-static.
60245         * nss/tst-nss-static.c: New.
60247 2012-04-06  Robert Millan  <rmh@gnu.org>
60249         [BZ #6486]
60250         * manual/llio.texi (File Position Primitive): lseek
60251         refers to WHENCE when it really means OFFSET.
60253 2012-04-06  Andreas Jaeger  <aj@suse.de>
60255         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
60256         strncmp declarations.
60258         * abilist/libc.abilist: Add __poll and __ppoll.
60260 2012-04-05  David S. Miller  <davem@davemloft.net>
60262         * scripts/check-local-headers.sh: Accept a host triplet in the
60263         path matched by the exclude regexp.
60265         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
60266         definition.
60267         * sysdeps/powerpc/powerpc32/dl-machine.h
60268         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
60269         * sysdeps/s390/s390-32/dl-machine.h
60270         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
60271         * sysdeps/sparc/sparc32/dl-machine.h
60272         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
60273         * sysdeps/sparc/sparc64/dl-machine.h
60274         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
60276         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
60277         lazy binding.
60278         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
60279         undefined symbol errors.
60281         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
60282         DT_NEEDED entries.
60284 2012-04-05  Michael Matz  <matz@suse.de>
60286         [BZ #13592]
60287         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
60289 2012-04-05  Andreas Jaeger  <aj@suse.de>
60291         [BZ #13908]
60292         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
60293         comment.
60295 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
60297         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
60298         which ROUND is no valid rounding mode.
60300 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
60302         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
60303         read again.
60304         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
60306 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
60308         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
60309         an exception using FPU order intentionally.
60311 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
60313         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
60314         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
60315         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
60316         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
60318 2012-04-05  Simon Josefsson  <simon@josefsson.org>
60320         [BZ #12340]
60321         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
60322         EINVAL when BUFLEN is too smal.
60324 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
60326         [BZ #13553]
60327         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
60328         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
60330 2012-04-03  Andreas Jaeger  <aj@suse.de>
60332         [BZ #13938]
60333         * manual/setjmp.texi (System V contexts): Fix sentence.
60335         [BZ #13926]
60336         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
60337         New macro for this case.
60338         [!__GNUC__] (__bswap_64): New inline function for this case.
60339         * sysdeps/x86_64/bits/byteswap.h: Likewise.
60340         * bits/byteswap.h: Likewise.
60341         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
60342         ull, guard with __GLIBC_HAVE_LONG_LONG.
60344         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
60345         __GLIBC_HAVE_LONG_LONG.
60347         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
60348         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
60350 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
60352         [BZ #13691]
60353         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
60354         inptr and inend, rather than using last_ch.
60356 2012-04-02  David S. Miller  <davem@davemloft.net>
60358         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
60359         * stdio-common/printf-parse.h (read_int): Change return type to
60360         'int', return -1 on INT_MAX overflow.
60361         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
60362         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
60363         overflows INT_MAX.  Check for overflow of in-format-string precision
60364         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
60365         SIZE_MAX not INT_MAX for integer overflow test.
60366         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
60367         skip the construct in the format string but do not record anything.
60368         * stdio-common/bug22.c: Adjust to test both width/prevision
60369         INT_MAX overflow as well as total length INT_MAX overflow.  Check
60370         explicitly for proper errno values.
60372 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
60374         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
60375         CHAR_MAX.
60376         * string/test-strcmp.c [! WIDE]: Likewise.
60377         * time/tst-mktime2.c: Likewise for INT_MAX.
60378         * string/test-string.h: #include <sys/param.h> for MIN.
60380         * csu/init-first.c (__libc_init_first): Call __ctype_init.
60381         * sysdeps/i386/init-first.c (init): Likewise.
60382         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
60383         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
60384         * sysdeps/sh/init-first.c (init): Likewise.
60386 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
60388         * po/ru.po: Update from translation team.
60389         * po/vi.po: Likewise.
60391 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
60393         * resolv/nss_dns/dns-host.c: Merge copyright years.
60395 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
60397         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
60398         Optimize memcpy with prefetch if
60399         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
60400         src, dst pointers have unequal 16 byte alignments.
60402 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
60404         [BZ #13928]
60405         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
60406         from a CNAME entry and return the minimum ttl for the query.
60407         (gaih_getanswer_slice): Likewise.
60409 2012-03-30  Jeff Law  <law@redhat.com>
60411         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
60412         due to long keys.
60413         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
60414         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
60416         * resolv/nss_dns/dns-host.c: Update copyright year.
60418 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
60420         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
60421         requests to save a system call.  Fix check that all bytes are sent.
60423         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
60424         comments for sendmmsg.
60426 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
60428         [BZ #13691]
60429         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
60430         with only 1 character between 0x0041 and 0x01b0.
60431         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
60432         * wcsmbs/tst-mbsnrtowcs.c: New file.
60434 2012-03-29  David S. Miller  <davem@davemloft.net>
60436         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
60437         small copies by hand.
60439 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
60441         [BZ #13761]
60442         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
60443         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
60444         group memberships.
60446 2012-03-28  David S. Miller  <davem@davemloft.net>
60448         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
60449         that branches into memcpy.
60450         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
60451         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
60452         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
60453         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
60454         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
60455         bits.
60456         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
60457         implementation too.
60458         * sysdeps/sparc/mempcpy.S: New file.
60460         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
60461         the IFUNC routine in the libc case.
60462         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
60464         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
60465         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
60466         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
60467         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
60468         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
60469         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
60470         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
60471         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
60473         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
60474         loop to 256 bytes instead of 64 bytes and fix test signedness.
60476         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
60477         * sysdeps/sparc/sparc32/Makefile: rather than here...
60478         * sysdeps/sparc/sparc64/Makefile: and here.
60480 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
60482         * malloc/mallocbug.c: Avoid warnings about unused variables.
60484 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
60486         [BZ #13760]
60487         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
60488         in the right place. Discard and retry query if response is
60489         larger than input buffer size.
60491 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
60493         [BZ #369]
60494         [BZ #2678]
60495         [BZ #3866]
60496         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
60497         x for large integer exponent.
60498         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
60499         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
60500         sign of result as needed afterwards.
60501         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
60502         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
60503         result for underflowing pow the same as for overflow.
60504         (__kernel_standard_l): Handle powl overflow and underflow here
60505         rather than calling __kernel_standard.
60506         * math/libm-test.inc (pow_test): Add more tests.
60508         [BZ #3868]
60509         [BZ #13879]
60510         [BZ #13910]
60511         [BZ #13911]
60512         [BZ #13912]
60513         [BZ #13913]
60514         [BZ #13915]
60515         [BZ #13916]
60516         [BZ #13917]
60517         [BZ #13918]
60518         [BZ #13919]
60519         [BZ #13920]
60520         [BZ #13921]
60521         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
60522         * sysdeps/ieee754/k_standard.c: Include <float.h>.
60523         (__kernel_standard_l): New function.
60524         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
60525         __kernel_standard.
60526         * math/w_acosl.c (__acosl): Likewise.
60527         * math/w_asinl.c (__asinl): Likewise.
60528         * math/w_atan2l.c (__atan2l): Likewise.
60529         * math/w_atanhl.c (__atanhl): Likewise.
60530         * math/w_coshl.c (__coshl): Likewise.
60531         * math/w_exp10l.c (__exp10l): Likewise.
60532         * math/w_exp2l.c (__exp2l): Likewise.
60533         * math/w_fmodl.c (__fmodl): Likewise.
60534         * math/w_hypotl.c (__hypotl): Likewise.
60535         * math/w_j0l.c (__j0l, __y0l): Likewise.
60536         * math/w_j1l.c (__j1l, __y1l): Likewise.
60537         * math/w_jnl.c (__jnl, __ynl): Likewise.
60538         * math/w_lgammal.c (__lgammal): Likewise.
60539         * math/w_log10l.c (__log10l): Likewise.
60540         * math/w_log2l.c (__log2l): Likewise.
60541         * math/w_logl.c (__logl): Likewise.
60542         * math/w_powl.c (__powl): Likewise.
60543         * math/w_remainderl.c (__remainderl): Likewise.
60544         * math/w_scalbl.c (sysv_scalbl): Likewise.
60545         * math/w_sinhl.c (__sinhl): Likewise.
60546         * math/w_sqrtl.c (__sqrtl): Likewise.
60547         * math/w_tgammal.c (__tgammal): Likewise.
60548         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
60549         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
60550         * math/libm-test.inc (acos_test): Add more tests.
60551         (acosh_test): Likewise.
60552         (asin_test): Likewise.
60553         (atanh_test): Likewise.
60554         (exp_test): Likewise.
60555         (exp10_test): Likewise.
60556         (exp2_test): Likewise.
60557         (expm1_test): Likewise.
60558         (lgamma_test): Likewise.
60559         (log_test): Likewise.
60560         (log10_test): Likewise.
60561         (log1p_test): Likewise.
60562         (log2_test): Likewise.
60563         (pow_test): Do not allow some spurious overflow exceptions.
60564         (sqrt_test): Add more tests.
60565         (tgamma_test): Likewise.
60566         (y0_test): Likewise.
60567         (y1_test): Likewise.
60568         (yn_test): Likewise.
60570 2012-03-27  Anton Blanchard  <anton@samba.org>
60572         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
60573         MAP_HUGETLB.
60574         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
60575         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
60576         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
60578 2012-03-27  David S. Miller  <davem@davemloft.net>
60580         * conform/Makefile: Run run-conformtest.sh using $(BASH).
60582         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
60583         have-as-vis3 check.
60585 2012-03-27  Andreas Jaeger  <aj@suse.de>
60587         * sysdeps/x86_64/elf/configure.in: Moved to ...
60588         * sysdeps/x86_64/configure.in: ... here.
60589         * sysdeps/x86_64/elf/start.S: Moved to ...
60590         * sysdeps/x86_64/start.S: ... here.
60591         * sysdeps/x86_64/elf/configure: Delete.
60593         * sysdeps/x86_64/configure.in: Merge contents from
60594         sysdeps/i386/configure.in (without i686 check).
60596         * sysdeps/i386/elf/Versions: Merge into ...
60597         * sysdeps/i386/Versions: ... this.
60598         * sysdeps/i386/elf/Versions: Delete file.
60599         * sysdeps/i386/elf/start.S: Moved to ...
60600         * sysdeps/i386/start.S: ...here.
60601         * sysdeps/i386/elf/configure.in: Merge into...
60602         * sysdeps/i386/configure.in: ...here.
60603         * sysdeps/i386/elf/configure.in: Delete file.
60604         * sysdeps/i386/elf/configure: Delete file.
60606         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
60607         * debug/backtracesyms.c: ... here.
60608         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
60609         * debug/backtracesymsfd.c: ... here.
60610         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
60611         * sysdeps/generic/ifunc-sel.h: ... here.
60613         * sysdeps/unix/i386/start.c: Delete file.
60614         * sysdeps/unix/sparc/start.c: Delete file.
60615         * sysdeps/unix/start.c: Delete file.
60617         * sysdeps/sh/elf/configure.in: Moved to ...
60618         * sysdeps/sh/configure.in: ... here.
60619         * sysdeps/sh/elf/start.S: Moved to ...
60620         * sysdeps/sh/start.S: ... here.
60621         * sysdeps/sh/elf/configure: Delete file.
60623         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
60624         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
60625         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
60626         * sysdeps/powerpc/powerpc64/entry.h: ... here.
60627         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
60628         * sysdeps/powerpc/powerpc64/start.S: here.
60629         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
60630         * sysdeps/powerpc/powerpc64/Makefile: ... this.
60631         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
60632         * sysdeps/powerpc/powerpc64/configure.in: ... this.
60633         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
60635         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
60636         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
60637         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
60638         * sysdeps/powerpc/powerpc32/start.S: ... here.
60639         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
60640         * sysdeps/powerpc/powerpc32/configure.in: ... this.
60641         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
60643         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
60644         * sysdeps/powerpc/ifunc-sel.h: ... here.
60645         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
60646         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
60648         * sysdeps/sparc/elf/configure.in: Moved to ...
60649         * sysdeps/sparc/configure.in: ... here.
60650         * sysdeps/sparc/elf/configure: Delete file.
60651         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
60652         * sysdeps/sparc/sparc32/start.S: ... here.
60653         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
60654         * sysdeps/sparc/sparc64/start.S: ... here.
60655         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
60656         * sysdeps/sparc/sparc32/Makefile: ... this.
60657         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
60658         * sysdeps/sparc/sparc64/Makefile: ... this.
60660         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
60661         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
60662         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
60663         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
60664         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
60665         * sysdeps/s390/s390-32/setjmp.S: ... here.
60666         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
60667         * sysdeps/s390/s390-32/configure.in: ... here.
60668         * sysdeps/s390/s390-32/elf/configure: Delete file.
60669         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
60670         * sysdeps/s390/s390-32/start.S: ... here.
60672         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
60673         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
60674         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
60675         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
60676         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
60677         * sysdeps/s390/s390-64/setjmp.S: ... here.
60678         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
60679         * sysdeps/s390/s390-64/configure.in: ... here
60680         * sysdeps/s390/s390-64/elf/configure: Delete file.
60681         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
60682         * sysdeps/s390/s390-64/start.S: ... here.
60683         * sysdeps/s390/s390-64/elf/configure: Delete.
60685         * configure.in: Remove support for elf directories in sysdeps.
60687         * configure: Regenerated.
60688         * sysdeps/i386/configure: Regenerated.
60689         * sysdeps/powerpc/powerpc32/configure: Regenerated.
60690         * sysdeps/powerpc/powerpc64/configure: Regenerated.
60691         * sysdeps/s390/s390-32/configure: Regenerated.
60692         * sysdeps/s390/s390-64/configure: Regenerated.
60693         * sysdeps/sh/configure: Regenerated.
60694         * sysdeps/sparc/configure: Regenerated.
60695         * sysdeps/x86_64/configure: Regenerated.
60697 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
60699         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
60701         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
60702         denormal result into account.
60704 2012-03-25  Roland McGrath  <roland@hack.frob.com>
60706         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
60707         Reported by Allan McRae <allan@archlinux.org>.
60709 2012-03-23  Jeff Law  <law@redhat.com>
60711         * nss/getnssent.c (__nss_getent): Fix typo.
60713 2012-03-23  David S. Miller  <davem@davemloft.net>
60715         * sysdeps/sparc/fpu/libm-test-ulps: Update.
60717 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
60719         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
60720         to pad to uint64_t for each field.
60721         (dl_tls_index): Replace unsigned long with uint64_t.
60723 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
60724         Paul Pluzhnikov  <ppluzhnikov@google.com>
60726         [BZ #6528]
60727         * grp/Makefile (otherlibs): Don't set it.
60728         * inet/Makefile (otherlibs): Likewise.
60729         * login/Makefile (otherlibs): Likewise.
60730         * nscd/Makefile (otherlibs): Likewise.
60731         * posix/Makefile (otherlibs): Likewise.
60732         * pwd/Makefile (otherlibs): Likewise.
60733         * rt/Makefile (otherlibs): Likewise.
60734         * sunrpc/Makefile (otherlibs): Likewise.
60735         * nss/Makefile (otherlibs): Likewise.
60736         Add libnss_files to routines and static-only-routines.
60737         ($(objpfx)getent): Remove rule.
60738         * resolv/Makefile: Add libnss_dns and libresolv to routines and
60739         static-only-routines.
60741 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
60743         [BZ #13892]
60744         * math/s_cexp.c: Include <float.h>.
60745         (__cexp): Handle exp result overflowing not necessarily
60746         overflowing both real and imaginary parts of result.
60747         * math/s_cexpf.c: Likewise.
60748         * math/s_cexpl.c: Likewise.
60749         * math/libm-test.inc (cexp_test): Add more tests.
60750         * sysdeps/i386/fpu/libm-test-ulps: Update.
60751         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
60753 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
60755         * include/link.h (ELFW): New macro.
60756         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
60757         Replace ELF64_R_TYPE with ELFW(R_TYPE).
60759 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
60761         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
60762         with uint64_t.
60764 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
60766         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
60767         declaration.
60768         (struct La_x32_retval): Likewise.
60770 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
60772         * sysdeps/x86_64/preconfigure.in: New file.
60773         * sysdeps/x86_64/preconfigure: New generated file.
60775 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
60777         [BZ #13824]
60778         * math/e_exp2l.c: Include <float.h>.
60779         (__ieee754_exp2l): Handle overflow and underflow cases
60780         separately.  Only pass fractional part of argument to
60781         __ieee754_expl.
60782         * math/libm-test.inc (exp2_test): Add more tests.
60784         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
60785         negating x to take absolute value.
60786         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
60787         Likewise.
60788         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
60789         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
60790         Likewise.
60791         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
60792         computing low part if x was negated.
60793         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
60795 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
60797         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
60798         la_x32_gnu_pltexit.
60799         (pltexit): Cast int_retval to ptrdiff_t.
60800         * elf/tst-auditmod3b.c: Likewise.
60801         * elf/tst-auditmod4b.c: Likewise.
60802         * elf/tst-auditmod5b.c: Likewise.
60803         * elf/tst-auditmod6b.c: Likewise.
60804         * elf/tst-auditmod6c.c: Likewise.
60805         * elf/tst-auditmod7b.c: Likewise.
60807         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
60808         and x32_gnu_pltexit.
60810         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
60811         __ELF_NATIVE_CLASS.
60812         (La_x32_regs): New macro.
60813         (La_x32_retval): Likewise.
60814         (la_x32_gnu_pltenter): New function prototype.
60815         (la_x32_gnu_pltexit): Likewise.
60817 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
60819         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
60820         exponent.
60822         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
60824         * configure.in (libc_cv_cc_nofma): Check for option to disable
60825         generation of FMA instructions.
60826         * configure: Regenerate.
60827         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
60828         * sysdeps/ieee754/dbl-64/Makefile: New file.
60829         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
60830         Remove brandred-fma4.
60831         (CFLAGS-brandred-fma4.c): Remove.
60832         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
60833         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
60834         define.
60835         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
60836         define.
60838 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
60840         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
60841         LLONG_MAX != LONG_MAX.
60842         (_itoa_word): Use _ITOA_WORD_TYPE on value.
60843         (_fitoa_word): Likewise.
60844         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
60845         LLONG_MAX != LONG_MAX.
60846         * stdio-common/_itowa.h: Include <_itoa.h>.
60847         (_itowa_word): Use _ITOA_WORD_TYPE on value.
60848         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
60849         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
60850         only if not defined.
60851         (_ITOA_WORD_TYPE): Likewise.
60852         (_itoa_word): Use _ITOA_WORD_TYPE on value.
60853         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
60855 2012-03-21  David S. Miller  <davem@davemloft.net>
60857         * sysdeps/sparc/fpu/libm-test-ulps: Update.
60859 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
60861         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
60862         of x86_64 when setting libc_cv_slibdir, libdir and
60863         libc_cv_localedir.
60864         * sysdeps/unix/sysv/linux/configure: Regenerated.
60866 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
60868         * manual/lang.texi (Old Varargs): Remove section.
60869         (How Variadic): Update menu.
60870         (va_start): Do not mention varargs.h.
60872 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
60873             Joseph Myers  <joseph@codesourcery.com>
60875         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
60876         link test.
60877         * configure: Regenerated.
60879 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
60881         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
60882         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
60883         conformtest.pl
60885 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
60887         * NOTES: Remove.
60888         * Makefile (files-for-dist): Remove NOTES.
60889         (NOTES): Remove rule.
60890         * README: Don't refer to NOTES.
60891         * manual/creature.texi: Don't include macros.texi.
60892         * manual/intro.texi (creature.texi): Remove comment referring to
60893         NOTES.
60895         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
60896         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
60897         * configure: Regenerated.
60898         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
60899         LIBC_TRY_CC_OPTION.
60900         (libc_cv_as_i686): Likewise.
60901         (libc_cv_cc_avx): Likewise.
60902         (libc_cv_cc_sse2avx): Likewise.
60903         (libc_cv_cc_fma4): Likewise.
60904         (libc_cv_cc_novzeroupper): Likewise.
60905         * sysdeps/i386/configure: Regenerated.
60907         [BZ #13883]
60908         * sysdeps/i386/fpu/s_cexp.S: Remove.
60909         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
60910         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
60911         * math/libm-test.inc (cexp_test): Add more tests.
60912         * sysdeps/i386/fpu/libm-test-ulps: Update.
60913         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
60915 2012-03-21  Allan McRae  <allan@archlinux.org>
60917         * timezone/Makefile: Do not install iso3166.tab and zone.tab
60919 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
60921         [BZ #13871]
60922         * math/w_exp2.c: Do not include <float.h>.
60923         (o_threshold, u_threshold): Remove.
60924         (__exp2): Calculate result before checking finiteness and calling
60925         __kernel_standard.
60926         * math/w_exp2f.c: Likewise.
60927         * math/w_exp2l.c: Likewise.
60928         * math/libm-test.inc (exp2_test): Require overflow exception for
60929         1e6 input.
60931         [BZ #3866]
60932         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
60933         range of signed 64-bit integers before using fistpll.  Remove
60934         checks for whether integers fit in mantissa bits.
60935         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
60936         the range of signed 32-bit integers before using fistpl.  Remove
60937         checks for whether integers fit in mantissa bits.
60938         * sysdeps/i386/fpu/e_powl.S (p64): New object.
60939         (__ieee754_powl): Test for y outside the range of signed 64-bit
60940         integers before using fistpll.  Reduce 64-bit values to 63-bit
60941         ones as needed.
60942         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
60943         divide-by-zero is raised for zero to large negative powers.
60944         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
60945         (__ieee754_powl): Test for y outside the range of signed 64-bit
60946         integers before using fistpll.  Reduce 64-bit values to 63-bit
60947         ones as needed.
60948         * math/libm-test.inc (pow_test): Add more tests.
60950 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
60952         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
60953         <stdio-common/_itoa.h>.
60954         * debug/segfault.c: Likewise.
60955         * elf/dl-cache.c: Likewise.
60956         * elf/dl-minimal.c: Likewise.
60957         * elf/dl-misc.c: Likewise.
60958         * elf/dl-sysdep.c: Likewise.
60959         * elf/dl-version.c: Likewise.
60960         * elf/rtld.c: Likewise.
60961         * hurd/hurdsock.c: Likewise.
60962         * hurd/lookup-retry.c: Likewise.
60963         * malloc/malloc.c: Likewise.
60964         * malloc/mtrace.c: Likewise.
60965         * nscd/nscd_getgr_r.c: Likewise.
60966         * nscd/nscd_getpw_r.c: Likewise.
60967         * nscd/nscd_getserv_r.c: Likewise.
60968         * posix/getopt_init.c: Likewise.
60969         * posix/wordexp.c: Likewise.
60970         * stdio-common/_itoa.c: Likewise.
60971         * stdio-common/printf_fphex.c: Likewise.
60972         * stdio-common/vfprintf.c: Likewise.
60973         * string/_strerror.c: Likewise.
60974         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
60975         * sysdeps/i386/i686/hp-timing.h: Likewise.
60976         * sysdeps/mach/_strerror.c: Likewise.
60977         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
60978         * sysdeps/mach/hurd/sethostid.c: Likewise.
60979         * sysdeps/mach/hurd/xmknodat.c: Likewise.
60980         * sysdeps/mach/xpg-strerror.c: Likewise.
60981         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
60982         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
60983         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
60984         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
60985         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
60986         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
60987         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
60988         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
60989         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
60990         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
60991         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
60992         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
60993         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
60994         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
60995         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
60996         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
60997         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
60998         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
60999         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
61000         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
61001         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
61003         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
61005         * stdio-common/_itoa.h: Moved to ...
61006         * sysdeps/generic/_itoa.h: Here.
61008         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
61010         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
61011         instead of "_itoa.h" and "_itowa.h".
61012         * stdio-common/vfprintf.: Likewise.
61014 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
61016         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
61017         <bits/wordsize.h>.
61018         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
61019         (__signbit): Likwise.
61020         (llrintf): Likwise.
61021         (llrint): Likwise.
61023 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
61025         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
61026         __WORDSIZE != 64.
61028 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
61030         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
61031         OVERFLOW_EXCEPTION_OK.
61032         * math/libm-test.inc ("Philosophy"): Update comment about
61033         exception testing.
61034         (OVERFLOW_EXCEPTION): Define.
61035         (OVERFLOW_EXCEPTION_OK): Likewise.
61036         (INVALID_EXCEPTION_OK): Renumber.
61037         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
61038         (IGNORE_ZERO_INF_SIGN): Likewise.
61039         (test_exceptions): Handle FE_OVERFLOW.
61040         (exp10_test): Expect overflow exceptions.
61041         (exp2_test): Likewise.
61042         (expm1_test): Likewise.
61043         (nextafter_test): Likewise.
61044         (pow_test): Likewise.
61045         (scalbn_test): Likewise.
61046         (scalbln_test): Likewise.
61048 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61050         * sysdeps/x86_64/bits/atomic.h
61051         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
61052         64bit integer.
61053         (atomic_exchange_acq): Likewise.
61054         (__arch_exchange_and_add_body): Likewise.
61055         (__arch_add_body): Likewise.
61056         (atomic_add_negative): Likewise.
61057         (atomic_add_zero): Likewise.
61059 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61061         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
61062         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
61064 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61066         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
61067         Check __x86_64__ instead of __WORDSIZE.
61069 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61071         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
61073 2012-03-19  David S. Miller  <davem@davemloft.net>
61075         * sysdeps/sparc/fpu/libm-test-ulps: Update.
61077         * sysdeps/sparc/fpu/fenv_private.h: New file.
61078         * sysdeps/sparc/fpu/math_private.h: Use it.
61079         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
61080         Remove.
61081         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
61082         (libc_feholdexcept_setroundl): Remove.
61083         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
61084         Remove.
61085         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
61086         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
61088 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61090         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
61091         int64_t instead of long int.
61092         (INSERT_WORDS64): Likwise.
61094 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
61096         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
61097         _Unwind_GetCFA return to _Unwind_Ptr first.
61099 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
61101         [BZ #13629]
61102         * math/s_clog.c: Include <float.h>.
61103         (__clog): Scale large or subnormal inputs.
61104         * math/s_clogf.c: Likewise.
61105         * math/s_clogl.c: Likewise.
61106         * math/s_clog10.c: Include <float.h>.
61107         (M_LOG10_2): Define.
61108         (__clog10): Scale large or subnormal inputs.
61109         * math/s_clog10f.c: Likewise.
61110         * math/s_clog10l.c: Likewise.
61111         * math/libm-test.inc (clog_test): Add more tests.
61112         (clog10_test): Likewise.
61113         * sysdeps/i386/fpu/libm-test-ulps: Update.
61114         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61116         [BZ #11451]
61117         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
61118         x and y.
61119         * math/libm-test.inc (atan2_test): Add another test.
61121         * Makerules (common-objdir-compile): Remove.
61122         * sysdeps/unix/Makefile (config-generated): Do not add
61123         $(unix-generated) to variable.
61124         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
61125         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
61126         Remove rule.
61127         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
61128         Likewise.
61129         [generic bits/local_lim.h] (before-compile): Do not append to
61130         variable.
61131         [generic bits/local_lim.h] (common-generated): Likewise.
61132         [generic sys/param.h] (before-compile): Do not append to variable.
61133         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
61134         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
61135         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
61136         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
61137         include.
61138         [generic sys/param.h] (sys/param.h-includes): Remove variable.
61139         [generic sys/param.h] (sys/param.h-includes): Remove rule.
61140         [generic sys/param.h] ($(addprefix
61141         $(common-objpfx),$(sys/param.h-includes))): Likewise.
61142         [generic sys/param.h] (common-generated): Do not append to
61143         variable.
61144         [generic sys/param.h] (sysdep_headers): Likewise.
61145         [generic bits/errno.h] (before-compile): Do not append to
61146         variable.
61147         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
61148         rule.
61149         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
61150         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
61151         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
61152         [generic bits/errno.h] (common-generated): Do not append to
61153         variable.
61154         [generic bits/ioctls.h] (before-compile): Do not append to
61155         variable.
61156         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
61157         rule.
61158         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
61159         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
61160         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
61161         rule.
61162         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
61163         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
61164         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
61165         [generic bits/ioctls.h] (common-generated): Do not append to
61166         variable.
61167         [generic sys/syscall.h] (syscall.h): Remove variable.
61168         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
61169         rule.
61170         [generic sys/syscall.h] (before-compile): Do not append to
61171         variable.
61172         [generic sys/syscall.h] (common-generated): Likewise.
61173         * sysdeps/unix/errnos-tmpl.c: Remove file.
61174         * sysdeps/unix/errnos.awk: Likewise.
61175         * sysdeps/unix/ioctls-tmpl.c: Likewise.
61176         * sysdeps/unix/ioctls.awk: Likewise.
61177         * sysdeps/unix/mk-local_lim.c: Likewise.
61178         * sysdeps/unix/snarf-ioctls: Likewise.
61180 2012-03-19  Richard Henderson  <rth@twiddle.net>
61182         * sysdeps/i386/fpu/fenv_private.h: New file.
61183         * sysdeps/i386/fpu/math_private.h: Use it.
61184         (math_opt_barrier, math_force_eval): Remove.
61185         (libc_feholdexcept_setround_53bit): Remove.
61186         (libc_feupdateenv_53bit): Remove.
61187         * sysdeps/x86_64/fpu/math_private.h: Likewise.
61188         (math_opt_barrier, math_force_eval): Remove.
61189         (libc_feholdexcept): Remove.
61190         (libc_feholdexcept_setround): Remove.
61191         (libc_fetestexcept, libc_fesetenv): Remove.
61192         (libc_feupdateenv_test): Remove.
61193         (libc_feupdateenv, libc_feholdsetround): Remove.
61194         (libc_feresetround): Remove.
61196         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
61197         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
61199         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
61200         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
61201         (libc_feupdateenv_testl): New.
61202         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
61203         (libc_feupdateenv_testf): New.
61204         (libc_feupdateenv): Use libc_feupdateenv_test.
61205         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
61206         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
61208         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
61209         (libc_feholdsetroundf, libc_feholdsetroundl): New.
61210         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
61211         (libc_feresetround_noex): New.
61212         (libc_feresetround_noexf): New.
61213         (libc_feresetround_noexl): New.
61214         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
61215         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
61216         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
61217         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
61218         SET_RESTORE_ROUND.
61219         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
61220         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
61221         (__cos): Likewise.
61222         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
61223         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
61224         SET_RESTORE_ROUND_NOEX.
61225         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
61226         SET_RESTORE_ROUND_NOEXF.
61227         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
61228         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
61229         (libc_feholdsetroundf): New.
61230         (libc_feresetround, libc_feresetroundf): New.
61232         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
61233         (libc_feholdexcept_setround_53bit): Convert from macro to function.
61234         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
61236         * sysdeps/generic/math_private.h: Include <fenv.h>.
61237         (default_libc_feholdexcept): New.
61238         (default_libc_feholdexcept_setround): New.
61239         (default_libc_fesetenv, default_libc_feupdateenv): New.
61240         (libc_feholdexcept): Only define if undefined.
61241         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
61242         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
61243         (libc_feholdexcept_setroundl): Likewise.
61244         (libc_feholdexcept_setround_53bit): Likewise.
61245         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
61246         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
61247         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
61248         (libc_feupdateenv_53bit): Likewise.
61249         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
61250         (libc_feholdexcept): Convert from macro to inline function.
61251         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
61252         (libc_fesetenv, libc_feupdateenv): Likewise.
61254         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
61255         not previously defined.
61256         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
61257         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
61258         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
61259         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
61260         * sysdeps/ieee754/flt-32/math_private.h: New file.
61261         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
61262         math_private.h below SET_FLOAT_WORD.
61263         (__isnan, __isinf_ns, __finite): Remove.
61264         (__isnanf, __isinf_nsf, __finitef): Remove.
61266 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
61268         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
61270 2012-03-17  David S. Miller  <davem@davemloft.net>
61272         [BZ #6471]
61273         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
61274         for 2.16.
61276 2012-03-16  David S. Miller  <davem@davemloft.net>
61278         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
61279         warnings.
61281         [BZ #6471]
61282         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
61283         properly.
61284         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
61285         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
61286         sysdep_routines when subdir is sysvipc.
61287         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
61288         __getshmlba helper.
61290         * sysdeps/sparc/fpu/libm-test/ulps: Update.
61292 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
61294         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
61295         [__LP64__].
61297 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
61299         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
61300         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
61301         (__lround): Renamed to ...
61302         (__llround): This.  Replace long int with long long int.
61303         Define lround functions as aliases of llround functions.
61304         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
61306 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
61308         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
61309         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
61310         adresses to uintptr_t.  Replace "long int" and "unsigned long
61311         int" with "greg_t" on va_arg.
61313 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
61315         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
61316         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
61318         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
61319         Move e_machine check before EI_CLASS check.  Handle x32
61320         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
61321         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
61322         SKIP_EM_IA_64 and include
61323         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
61325         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
61326         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
61327         (add_system_dir): New macro.
61329         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
61330         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
61332 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
61334         [BZ #2551]
61335         [BZ #2552]
61336         [BZ #2553]
61337         [BZ #2554]
61338         [BZ #2562]
61339         [BZ #2563]
61340         [BZ #2565]
61341         [BZ #2566]
61342         [BZ #2576]
61343         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
61344         (y0): Likewise.
61345         * math/w_j0f.c (j0f): Likewise.
61346         (y0f): Likewise.
61347         * math/w_j0l.c (__j0l): Likewise.
61348         (__y0l): Likewise.
61349         * math/w_j1.c (j1): Likewise.
61350         (y1): Likewise.
61351         * math/w_j1f.c (j1f): Likewise.
61352         (y1f): Likewise.
61353         * math/w_j1l.c (__j1l): Likewise.
61354         (__y1l): Likewise.
61355         * math/w_jn.c (jn): Likewise.
61356         (yn): Likewise.
61357         * math/w_jnf.c (jnf): Likewise.
61358         (ynf): Likewise.
61359         * math/w_jnl.c (__jnl): Likewise.
61360         (__ynl): Likewise.
61361         * math/libm-test.inc (j0_test): Add more tests.
61362         (j1_test): Likewise.
61363         (jn_test): Likewise.  Add trailing semicolon to existing test.
61364         (y0_test): Likewise.
61365         (y1_test): Likewise.
61366         * sysdeps/i386/fpu/libm-test-ulps: Update.
61367         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61369         [BZ #13851]
61370         [BZ #13854]
61371         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
61372         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
61373         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
61374         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
61375         (__tanl): Set errno for infinite argument.
61376         * sysdeps/i386/fpu/mptan.c: Remove.
61377         * sysdeps/i386/fpu/s_tan.S: Likewise.
61378         * sysdeps/i386/fpu/s_tanl.S: Likewise.
61379         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
61380         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
61381         * math/libm-test.inc (tan_test): Add more tests and enable more
61382         tests for double and long double.
61383         * sysdeps/i386/fpu/libm-test-ulps: Update.
61384         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61386 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
61388         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
61389         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
61391 2012-03-16  Roland McGrath  <roland@hack.frob.com>
61393         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
61394         * configure.in: Use it for both main tree and add-ons.
61395         * configure: Regenerated.
61397 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
61399         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
61401 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
61403         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
61404         in comment.
61406         [BZ #13851]
61407         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
61408         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
61409         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
61410         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
61411         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
61412         infinite argument.
61413         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
61414         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
61415         != 0 for prec == 2.
61416         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
61417         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
61418         * sysdeps/i386/fpu/s_cosl.S: Likewise.
61419         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
61420         * sysdeps/i386/fpu/s_sinl.S: Likewise.
61421         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
61422         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
61423         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
61424         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
61425         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
61426         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
61427         * math/libm-test.inc (cos_test): Add more tests and enable more
61428         tests for long double.
61429         (sin_test): Likewise.
61430         (sincos_test): Likewise.
61431         * sysdeps/i386/fpu/libm-test-ulps: Update.
61432         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61434 2012-03-16  David S. Miller  <davem@davemloft.net>
61436         * sysdeps/sparc/fpu/math_private.h: New file.
61438 2012-03-15  David S. Miller  <davem@davemloft.net>
61440         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
61441         file.
61442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
61443         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
61444         file.
61445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
61446         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
61447         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
61448         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
61449         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
61450         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
61451         sysdep routines.
61452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
61454         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
61455         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
61457         * sysdeps/sparc/sparc-ifunc.h: New file.
61458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
61459         sparc-ifunc.h
61460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
61461         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
61462         Likewise.
61463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
61464         Likewise.
61465         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
61466         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
61467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
61468         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
61469         Likewise.
61470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
61471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
61472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
61473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
61474         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
61475         Likewise.
61476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
61477         Likewise.
61478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
61479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
61480         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
61481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
61482         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
61483         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
61484         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
61485         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
61486         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
61487         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
61488         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
61489         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
61490         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
61491         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
61492         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
61493         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
61494         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
61495         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
61496         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
61497         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
61498         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
61499         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
61500         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
61501         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
61503 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
61505         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
61506         scaling.
61507         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
61509 2012-03-15  Andreas Jaeger  <aj@suse.de>
61511         [BZ #13852]
61512         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
61513         ieee754/flt-32 implementation for sin, cos and sincos.
61514         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
61515         * sysdeps/i386/fpu/s_cosf.S: Likewise.
61516         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
61517         * sysdeps/i386/fpu/s_sinf.S: Likewise.
61518         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
61519         ieee754/flt-32 implementation for tan.
61521         * math/libm-test.inc (cos_test): Enable some large input tests for
61522         float as well
61523         (sin_test): Likewise.
61524         (sincos_test): Likewise.
61525         (tan_test): Add tests for large input.
61527         * sysdeps/i386/fpu/libm-test-ulps: Update.
61529 2012-03-15  Andreas Jaeger  <aj@suse.de>
61531         [BZ #13658]
61532         * math/libm-test.inc (cos_test): Add more test cases.
61533         (sin_test): Likewise.
61534         (sincos_test): Likewise.
61536 2012-03-15  Andreas Jaeger  <aj@suse.de>
61538         [BZ #13837]
61539         * math/libm-test.inc (cos_test): Add a test case for large input
61540         value.
61541         (sin_test): Likewise.
61542         (sincos_test): Likewise.
61544 2012-03-15  Andreas Jaeger  <aj@suse.de>
61545             Joseph Myers  <joseph@codesourcery.com>
61547         [BZ #13658]
61548         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
61549         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
61550         * sysdeps/i386/fpu/branred.c: Likewise.
61551         * sysdeps/i386/fpu/dosincos.c: Likewise.
61552         * sysdeps/i386/fpu/mpa.c: Likewise.
61553         * sysdeps/i386/fpu/s_cos.S: Likewise.
61554         * sysdeps/i386/fpu/s_sin.S: Likewise.
61555         * sysdeps/i386/fpu/s_sincos.S: Likewise.
61556         * sysdeps/i386/fpu/sincos32.c: Likewise.
61558         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
61559         Define.
61560         (libc_feupdateenv_53bit): Define.
61561         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
61562         Define.
61563         (libc_feupdateenv_53bit): Define.
61565         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
61566         53 bit (without extend i386 double precision).
61568         * math/libm-test.inc (sincos_test): Add tests for large input.
61569         (sin): Likewise.
61570         (cos): Likewise.
61572         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
61574 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
61576         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
61578 2012-03-15  David S. Miller  <davem@davemloft.net>
61580         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
61581         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
61582         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
61583         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
61584         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
61585         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
61586         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
61587         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
61588         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
61589         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
61590         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
61591         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
61592         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
61593         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
61594         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
61595         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
61596         file.
61597         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
61598         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
61599         file.
61600         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
61601         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
61602         file.
61603         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
61604         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
61605         file.
61606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
61607         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
61608         fmin/fmax sysdep routines.
61609         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
61611 2012-03-14  David S. Miller  <davem@davemloft.net>
61613         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
61614         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
61615         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
61616         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
61617         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
61618         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
61619         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
61620         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
61621         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
61622         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
61623         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
61624         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
61625         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
61626         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
61627         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
61628         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
61629         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
61630         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
61631         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
61632         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
61633         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
61634         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
61635         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
61636         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
61637         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
61638         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
61639         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
61640         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
61641         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
61642         routines.
61643         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
61644         file.
61645         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
61646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
61647         file.
61648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
61649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
61650         file.
61651         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
61652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
61653         file.
61654         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
61655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
61656         file.
61657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
61658         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
61659         file.
61660         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
61661         file.
61662         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
61663         file.
61664         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
61665         file.
61666         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
61667         New file.
61668         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
61669         file.
61670         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
61671         file.
61672         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
61673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
61674         file.
61675         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
61676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
61677         file.
61678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
61679         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
61680         file.
61681         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
61682         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
61683         VIS3 routines.
61685         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
61686         New file.
61688         * sysdeps/sparc/fpu/libm-test-ulps: Update.
61690         * sysdeps/sparc/configure.in: New file.
61691         * sysdeps/sparc/configure: Generate.
61692         * configure.in (libc_cv_sparc_as_vis3): Substitute.
61693         * configure: Regenerate.
61694         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
61695         * config.make.in (have-as-vis3): New.
61696         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
61697         available use -Av9d instead of -Av9a.
61698         * sysdeps/sparc/sparc64/Makefile: Likewise.
61699         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
61700         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
61701         New file.
61702         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
61703         file.
61704         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
61705         New file.
61706         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
61707         file.
61708         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
61709         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
61710         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
61711         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
61712         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
61714         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
61715         fzeros/fnegs to load 0x80000000 into a float register instead of
61716         using the stack.
61717         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
61719 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
61721         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
61722         bits/syscall.h.
61723         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
61724         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
61725         ($(inst_includedir)/bits/syscall.h): Remove rule.
61726         ($(objpfx)bits/syscall.d): Include instead of
61727         $(objpfx)syscall-list.d.
61728         (generated): Change syscall-list.h and syscall-list.d to
61729         bits/syscall.h and bits/syscall.d.
61731 2012-03-14  Roland McGrath  <roland@hack.frob.com>
61733         [BZ #13846]
61734         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
61736 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
61738         [BZ #13841]
61739         * math/s_csqrt.c: Include <float.h>.
61740         (__csqrt): Scale large or subnormal inputs.
61741         * math/s_csqrtf.c: Likewise.
61742         * math/s_csqrtl.c: Likewise.
61743         * math/libm-test.inc (csqrt_test): Add more tests.
61744         * sysdeps/i386/fpu/libm-test-ulps: Update.
61745         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61747         [BZ #13840]
61748         * math/libm-test.inc (hypot_test): Add more tests.
61750 2012-03-13  David S. Miller  <davem@davemloft.net>
61752         [BZ #13840]
61753         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
61754         double-precision for the calculation instead of scaling.
61756 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
61758         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
61759         manipulate bits before adding and subtracting TWO52[sx].
61760         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
61761         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
61762         Likewise.
61763         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
61765 2012-03-13  David S. Miller  <davem@davemloft.net>
61767         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
61768         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
61769         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
61770         rtld-global-offsets.h
61771         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
61773         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
61774         large parameters.
61776         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
61778         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
61779         'err' in the ifdef scope in which it is actually used.
61781         * nss/nss_db/db-init.c: Include string.h
61783 2012-03-12  David S. Miller  <davem@davemloft.net>
61785         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
61786         masking out of the most significant byte of random value used.
61787         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
61788         Fix coding style in previous change.
61790         * sysdeps/unix/sysv/linux/kernel-features.h
61791         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
61792         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
61793         expression.
61794         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
61795         later.
61797 2012-03-11  David S. Miller  <davem@davemloft.net>
61799         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
61800         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
61801         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
61802         for 'resultvar' otherwise things get truncated on 64-bit.
61804         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
61805         Fix masking out of the most significant byte of random value used.
61807         * sysdeps/sparc/fpu/libm-test-ulps: Update.
61809 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
61811         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
61813 2012-03-09  David S. Miller  <davem@davemloft.net>
61815         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
61816         variables with appropriate CPP guards.
61817         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
61818         from the frame pointer, not the stack pointer.  Correct layout
61819         comments.  Fix test on resulting framesize and the management of
61820         the outregs buffer for pltexit.  Preserve floating point return
61821         values across _dl_call_pltexit call.
61822         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
61823         framesize and the management of the outregs buffer for pltexit.
61824         Preserve floating point return values across _dl_call_pltexit
61825         call.
61826         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
61827         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
61828         (la_sparc64_gnu_pltexit): New functions.
61829         (print_exit): Fix format string for return register value.
61831 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
61833         * sunrpc/Makefile (others): Add rpcgen.
61834         ($(objpfx)rpcgen): Remove special build rule and dependency on
61835         libc.
61836         * sunrpc/rpcgen.c: New file.
61838 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
61840         [BZ #13673]
61841         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
61842         * stdio-common/bug-vfprintf-nargs.c: Likewise.
61843         * sysdeps/i386/crti.S: Likewise.
61844         * sysdeps/i386/crtn.S: Likewise.
61845         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
61846         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
61847         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
61848         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
61849         * sysdeps/sh/crti.S: Likewise.
61850         * sysdeps/sh/crtn.S: Likewise.
61851         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
61853         [BZ #13673]
61854         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
61855         with URL.
61856         * locale/programs/locfile-kw.gperf: Likewise.
61857         * locale/programs/charmap-kw.h: Regenerated.
61858         * locale/programs/locfile-kw.h: Likewise.
61860         [BZ #13673]
61861         * intl/plural.y: Replace FSF snail mail address with URL.
61862         * intl/plural.c: Regenerated.
61864 2012-03-09  Richard Henderson  <rth@twiddle.net>
61866         * include/math_private.h: Remove file.
61867         * math/math_private.h: Move file ...
61868         * sysdeps/generic/math_private.h: ... here.
61870         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
61871         * sysdeps/powerpc/fpu/math_private.h: Likewise.
61872         * sysdeps/x86_64/fpu/math_private.h: Likewise.
61874         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
61875         and <math_private.h>.
61876         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
61877         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
61878         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
61879         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
61880         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
61881         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
61882         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
61883         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
61884         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
61885         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
61886         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
61887         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
61888         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
61889         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
61890         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
61891         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
61892         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
61893         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
61894         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
61895         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
61896         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
61897         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
61898         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
61899         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
61900         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
61901         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
61902         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
61903         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
61904         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
61905         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
61906         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
61907         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
61908         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
61909         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
61910         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
61911         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
61912         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
61913         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
61914         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
61915         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
61916         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
61917         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
61918         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
61919         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
61920         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
61921         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
61922         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
61923         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
61924         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
61925         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
61926         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
61927         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
61928         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
61929         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
61930         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
61931         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
61932         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
61933         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
61934         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
61935         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
61936         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
61937         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
61938         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
61939         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
61940         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
61941         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
61942         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
61943         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
61944         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
61945         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
61946         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
61947         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
61948         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
61949         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
61950         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
61951         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
61952         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
61953         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
61954         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
61955         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
61956         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
61957         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
61958         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
61959         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
61960         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
61961         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
61962         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
61963         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
61964         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
61965         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
61966         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
61967         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
61968         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
61969         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
61970         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
61971         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
61972         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
61973         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
61974         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
61975         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
61976         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
61977         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
61978         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
61979         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
61980         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
61981         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
61982         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
61983         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
61984         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
61985         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
61986         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
61987         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
61988         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
61989         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
61990         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
61991         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
61992         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
61993         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
61994         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
61995         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
61996         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
61997         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
61998         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
61999         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
62000         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
62001         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
62002         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
62003         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
62004         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
62005         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
62006         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
62007         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
62008         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
62009         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
62010         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
62011         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
62012         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
62013         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
62014         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
62015         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
62016         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
62017         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
62018         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
62019         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
62020         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
62021         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
62022         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
62023         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
62024         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
62025         * sysdeps/ieee754/k_standard.c: Likewise.
62026         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
62027         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
62028         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
62029         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
62030         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
62031         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
62032         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
62033         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
62034         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
62035         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
62036         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
62037         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
62038         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
62039         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
62040         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
62041         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
62042         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
62043         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
62044         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
62045         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
62046         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
62047         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
62048         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
62049         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
62050         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
62051         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
62052         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
62053         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
62054         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
62055         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
62056         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
62057         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
62058         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
62059         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
62060         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
62061         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
62062         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
62063         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
62064         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
62065         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
62066         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
62067         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
62068         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
62069         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
62070         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
62071         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
62072         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
62073         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
62074         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
62075         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
62076         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
62077         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
62078         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
62079         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
62080         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
62081         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
62082         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
62083         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
62084         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
62085         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
62086         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
62087         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
62088         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
62089         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
62090         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
62091         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
62092         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
62093         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
62094         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
62095         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
62096         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
62097         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
62098         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
62099         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
62100         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
62101         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
62102         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
62103         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
62104         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
62105         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
62106         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
62107         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
62108         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
62109         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
62110         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
62111         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
62112         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
62113         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
62114         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
62115         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
62116         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
62117         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
62118         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
62119         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
62120         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
62121         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
62122         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
62123         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
62124         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
62125         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
62126         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
62127         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
62128         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
62129         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
62130         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
62131         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
62132         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
62133         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
62134         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
62135         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
62136         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
62137         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
62138         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
62139         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
62140         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
62141         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
62142         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
62143         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
62144         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
62145         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
62146         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
62147         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
62148         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
62149         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
62150         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
62151         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
62152         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
62153         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
62154         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
62155         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
62156         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
62157         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
62158         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
62159         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
62160         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
62161         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
62162         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
62163         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
62164         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
62165         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
62166         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
62167         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
62168         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
62169         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
62170         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
62171         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
62172         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
62173         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
62174         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
62175         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
62176         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
62177         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
62178         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
62179         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
62180         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
62181         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
62182         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
62183         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
62184         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
62185         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
62186         * sysdeps/ieee754/s_lib_version.c: Likewise.
62187         * sysdeps/ieee754/s_matherr.c: Likewise.
62188         * sysdeps/ieee754/s_signgam.c: Likewise.
62189         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
62190         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
62191         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
62192         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
62193         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
62194         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
62195         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
62196         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
62197         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
62198         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
62199         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
62200         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
62201         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
62202         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
62203         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
62204         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
62205         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
62206         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
62207         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
62208         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
62209         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
62211 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
62213         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
62214         * sunrpc/rpc_main.c: Likewise.
62215         * sunrpc/rpc_svcout.c: Likewise.
62217 2012-03-09  David S. Miller  <davem@davemloft.net>
62219         * include/math_private.h: New file.
62221 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
62223         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
62224         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
62225         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
62226         from <bits/socket_type.h>.
62227         (enum __socket_type): Don't define here.
62228         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
62229         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
62230         bits/socket_type.h.
62232         [BZ #13566]
62233         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
62234         checking __USE_GNU.
62236         * Makerules ($(inst_includedir)/%.h): New rule.
62237         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
62238         (install-others): Remove variable setting.
62239         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
62241 2012-03-08  Richard Henderson  <rth@twiddle.net>
62243         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
62244         from macro to inline function; merge with the
62245         !__LIBC_INTERNAL_MATH_INLINES version.
62246         (__ieee754_sqrtf): Likewise.
62248         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
62249         to inline function.
62250         (__rintf, __floor, __floorf): Likewise.
62252         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
62253         macro to inline function.
62254         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
62256         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
62257         not <math/math_private.h>.
62259 2012-03-08  David S. Miller  <davem@davemloft.net>
62261         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
62262         copyright year.
62263         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
62265 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
62267         * resolv/gai_misc.c (handle_requests): Fix struct timespec
62268         normalization.
62269         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
62270         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
62272 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
62274         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
62275         be defined individually, they must be defined as a block.  Define
62276         S for printing a string instead of hidint the different by using a
62277         macro for adding the 'l'.
62278         * stdio-common/tst-fphex-wide.c: Adjust.
62280 2012-03-07  Marek Polacek  <polacek@redhat.com>
62282         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
62284 2012-03-08  Marek Polacek  <polacek@redhat.com>
62286         [BZ #13806]
62287         * stdio-common/Makefile (tests): Add tst-fphex-wide.
62288         * stdio-common/tst-fphex.c: Define a few macros to make the
62289         test reusable.  Use them.
62290         * stdio-common/tst-fphex-wide.c: New file.
62292 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
62294         [BZ #6911]
62295         * manual/macros.texi (gnusystems): New macro.
62296         (nongnusystems): Likewise.
62297         (gnulinuxhurdsystems): Likewise.
62298         (gnuhurdsystems): Likewise..
62299         (gnulinuxsystems): Likewise.
62300         * manual/charset.texi: Use new macros or @theglibc{} to refer to
62301         variants of the GNU system, not "GNU system".
62302         * manual/conf.texi: Likewise.
62303         * manual/errno.texi: Likewise.  Update example of errno macro
62304         expansion.
62305         * manual/filesys.texi: Likewise.
62306         (getumask): Document as specific to GNU/Hurd.
62307         * manual/install.texi: Likewise.  Reword some references to
62308         GNU/Linux.
62309         * manual/intro.texi: Likewise.
62310         * manual/io.texi: Likewise.
62311         (File Name Portability): Detail which constraints are inapplicable
62312         to all GNU systems and which are only inapplicable to GNU/Hurd.
62313         * manual/job.texi: Likewise.
62314         * manual/llio.texi: Likewise.
62315         (O_NOCTTY): Document as present on GNU/Linux.
62316         * manual/maint.texi: Likewise.
62317         * manual/memory.texi: Likewise.
62318         * manual/pattern.texi: Likewise.
62319         * manual/pipe.texi: Likewise.
62320         * manual/process.texi: Likewise.
62321         * manual/resource.texi: Likewise.
62322         (RUSAGE_CHILDREN): Remove statement about specifying a particular
62323         child on GNU/Hurd.
62324         * manual/setjmp.texi: Likewise.
62325         * manual/signal.texi: Likewise.
62326         * manual/startup.texi: Likewise.
62327         * manual/stdio.texi: Likewise.
62328         * manual/terminal.texi: Likewise.
62329         (ONLCR): Document as POSIX.
62330         (OXTABS): Document availability on GNU/Linux as XTABS.
62331         (ONOEOT): Document availability separately from other bits.
62332         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
62333         * manual/time.texi: Likewise.
62334         * manual/users.texi: Likewise.
62335         * INSTALL: Regenerated.
62336         * sysdeps/gnu/errlist.c: Regenerated.
62338         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
62339         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
62340         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
62341         puts.
62342         * configure: Regenerated.
62344 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
62346         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
62347         default includes instead of AC_HEADER_CHECK.
62348         * sysdeps/i386/configure: Regenerated.
62350         [BZ #10716]
62351         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
62352         * math/s_cacoshf.c (__cacoshf): Likewise.
62353         * math/s_cacoshl.c (__cacoshl): Likewise.
62354         * math/s_casinh.c (__casinh): Set signs of result from argument.
62355         * math/s_casinhf.c (__casinhf): Likewise.
62356         * math/s_casinhl.c (__casinhl): Likewise.
62357         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
62358         (casinh_test): Add more tests.
62359         * sysdeps/i386/fpu/libm-test-ulps: Update.
62360         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
62362 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
62364         * po/zh_TW.po: Update from translation team.
62366         * login/Makefile (distribute): Remove variable.
62367         * catgets/Makefile: Likewise.
62368         * mach/Makefile: Likewise.
62369         * malloc/Makefile: Likewise.
62370         * misc/Makefile: Likewise.
62371         * iconv/Makefile: Likewise.
62372         * nscd/Makefile: Likewise.
62373         * hurd/Makefile: Likewise.
62374         * manual/Makefile: Likewise.
62375         * locale/Makefile: Likewise.
62376         * intl/Makefile: Likewise.
62377         * conform/Makefile: Likewise.
62378         * nss/Makefile: Likewise.
62379         * time/Makefile: Likewise.
62380         * soft-fp/Makefile: Likewise.
62381         * dirent/Makefile: Likewise.
62382         * gmon/Makefile: Likewise.
62383         * po/Makefile: Likewise.
62384         * rt/Makefile: Likewise.
62385         * socket/Makefile: Likewise.
62386         * math/Makefile: Likewise.
62387         * signal/Makefile: Likewise.
62388         * debug/Makefile: Likewise.
62389         * elf/Makefile: Likewise.
62390         * timezone/Makefile: Likewise.
62391         * stdlib/Makefile: Likewise.
62392         * iconvdata/Makefile: Likewise.
62393         * sunrpc/Makefile: Likewise.
62394         * io/Makefile: Likewise.
62395         * argp/Makefile: Likewise.
62396         * inet/Makefile: Likewise.
62397         * hesiod/Makefile: Likewise.
62398         * grp/Makefile: Likewise.
62399         * csu/Makefile: Likewise.
62400         * wctype/Makefile: Likewise.
62401         * crypt/Makefile: Likewise.
62402         * libio/Makefile: Likewise.
62403         * string/Makefile: Likewise.
62404         * nis/Makefile: Likewise.
62405         * resolv/Makefile: Likewise.
62406         * stdio-common/Makefile: Likewise.
62407         * wcsmbs/Makefile: Likewise.
62408         * dlfcn/Makefile: Likewise.
62409         * posix/Makefile: Likewise.
62411         [BZ #6959]
62412         * timezone/Makefile: Don't install timezone files, just the programs
62413         and scripts.
62415 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
62417         * nss/databases.def: Add missing gshadow entry.
62419         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
62421 2012-03-06  Marek Polacek  <polacek@redhat.com>
62423         [BZ #13726]
62424         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
62425         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
62426         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
62427         * stdio-common/tst-long-dbl-fphex.c: New file.
62429 2012-03-06  David S. Miller  <davem@davemloft.net>
62431         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
62432         (set_obp_int): New function.
62433         (get_obp_int): New function.
62434         (__get_clockfreq_via_dev_openprom): Likewise.
62435         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
62436         Avoid unused variable warnings on 'val' and use builtin_expect.
62437         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
62438         __builtin_expect.
62439         (INLINE_CLONE_SYSCALL): Likewise.
62441 2012-03-05  David S. Miller  <davem@davemloft.net>
62443         * sysdeps/sparc/fpu/libm-test-ulps: Update.
62445 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
62447         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
62449         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
62450         only for |x| >= 40.
62451         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
62453 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
62455         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
62456         Replace gettimeofday with __vdso_gettimeofday.
62458         * sysdeps/unix/sysv/linux/x86_64/init-first.c
62459         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
62460         __vdso_clock_gettime and __vdso_getcpu.
62462         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
62463         time with __vdso_time.
62465 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
62467         * manual/lang.texi (size_t): Note types to which size_t may be
62468         equivalent with the GNU C Library, but do not describe when
62469         differences between them are significant.
62471 2012-03-05  Andreas Jaeger  <aj@suse.de>
62473         * sysdeps/i386/fpu/libm-test-ulps: Update.
62475 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
62477         [BZ #3976]
62478         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
62479         (__ieee754_pow): Save and restore rounding mode and use
62480         round-to-nearest for main computations.
62481         * math/libm-test.inc (pow_test_tonearest): New function.
62482         (pow_test_towardzero): Likewise.
62483         (pow_test_downward): Likewise.
62484         (pow_test_upward): Likewise.
62485         (main): Call the new functions.
62486         * sysdeps/i386/fpu/libm-test-ulps: Update.
62487         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
62489         [BZ #3976]
62490         * math/libm-test.inc (cosh_test_tonearest): New function.
62491         (cosh_test_towardzero): Likewise.
62492         (cosh_test_downward): Likewise.
62493         (cosh_test_upward): Likewise.
62494         (sinh_test_tonearest): Likewise.
62495         (sinh_test_towardzero): Likewise.
62496         (sinh_test_downward): Likewise.
62497         (sinh_test_upward): Likewise.
62498         (main): Call the new functions.
62499         * sysdeps/i386/fpu/libm-test-ulps: Update.
62500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
62502 2012-03-05  Tom de Vries  <tom@codesourcery.com>
62504         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
62505         default stack guard is set in last bytes.
62506         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
62508 2012-03-05  Kees Cook  <keescook@chromium.org>
62510         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
62512         [BZ #13656]
62513         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
62514         possibly allocate from heap instead of stack.
62515         * stdio-common/bug-vfprintf-nargs.c: New file.
62516         * stdio-common/Makefile (tests): Add nargs overflow test.
62518 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
62520         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
62522 2012-03-03  Marek Polacek  <polacek@redhat.com>
62524         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
62525         * math/math_private.h: Likewise.
62526         * stdlib/tst-strtod.c: Likewise.
62527         * sysdeps/i386/i486/bits/atomic.h: Likewise.
62528         * sysdeps/x86_64/bits/atomic.h: Likewise.
62530 2012-03-02  David S. Miller  <davem@davemloft.net>
62532         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
62533         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
62534         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
62535         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
62536         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
62537         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
62538         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
62539         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
62541 2012-03-02  Roland McGrath  <roland@hack.frob.com>
62543         [BZ #13792]
62544         * manual/examples/README: New file, says the example source files
62545         can be used under GPL>=2.
62546         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
62547         line containing just "*/".
62548         * manual/examples/add.c: Add copyright header (GPL>=2).
62549         * manual/examples/argp-ex1.c: Likewise.
62550         * manual/examples/argp-ex2.c: Likewise.
62551         * manual/examples/argp-ex3.c: Likewise.
62552         * manual/examples/argp-ex4.c: Likewise.
62553         * manual/examples/atexit.c: Likewise.
62554         * manual/examples/db.c: Likewise.
62555         * manual/examples/dir.c: Likewise.
62556         * manual/examples/dir2.c: Likewise.
62557         * manual/examples/execinfo.c: Likewise.
62558         * manual/examples/filecli.c: Likewise.
62559         * manual/examples/filesrv.c: Likewise.
62560         * manual/examples/fmtmsgexpl.c: Likewise.
62561         * manual/examples/genpass.c: Likewise.
62562         * manual/examples/inetcli.c: Likewise.
62563         * manual/examples/inetsrv.c: Likewise.
62564         * manual/examples/isockad.c: Likewise.
62565         * manual/examples/longopt.c: Likewise.
62566         * manual/examples/memopen.c: Likewise.
62567         * manual/examples/memstrm.c: Likewise.
62568         * manual/examples/mkfsock.c: Likewise.
62569         * manual/examples/mkisock.c: Likewise.
62570         * manual/examples/mygetpass.c: Likewise.
62571         * manual/examples/pipe.c: Likewise.
62572         * manual/examples/popen.c: Likewise.
62573         * manual/examples/rprintf.c: Likewise.
62574         * manual/examples/search.c: Likewise.
62575         * manual/examples/select.c: Likewise.
62576         * manual/examples/setjmp.c: Likewise.
62577         * manual/examples/sigh1.c: Likewise.
62578         * manual/examples/sigusr.c: Likewise.
62579         * manual/examples/stpcpy.c: Likewise.
62580         * manual/examples/strdupa.c: Likewise.
62581         * manual/examples/strftim.c: Likewise.
62582         * manual/examples/strncat.c: Likewise.
62583         * manual/examples/subopt.c: Likewise.
62584         * manual/examples/swapcontext.c: Likewise.
62585         * manual/examples/termios.c: Likewise.
62586         * manual/examples/testopt.c: Likewise.
62587         * manual/examples/testpass.c: Likewise.
62588         * manual/examples/timeval_subtract.c: Likewise.
62590         [BZ #13792]
62591         * manual/time.texi (Elapsed Time): Move timeval_subtract example
62592         function to ...
62593         * manual/timeval_subtract.c.texi: ... here, new file.
62595 2012-03-02  David S. Miller  <davem@davemloft.net>
62597         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
62599 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
62601         [BZ #3976]
62602         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
62603         (__sin): Save and restore rounding mode and use round-to-nearest
62604         for all computations.
62605         (__cos): Save and restore rounding mode and use round-to-nearest
62606         for all computations.
62607         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
62608         <fenv.h>.
62609         (tan): Save and restore rounding mode and use round-to-nearest for
62610         all computations.
62611         * math/libm-test.inc (cos_test_tonearest): New function.
62612         (cos_test_towardzero): Likewise.
62613         (cos_test_downward): Likewise.
62614         (cos_test_upward): Likewise.
62615         (sin_test_tonearest): Likewise.
62616         (sin_test_towardzero): Likewise.
62617         (sin_test_downward): Likewise.
62618         (sin_test_upward): Likewise.
62619         (tan_test_tonearest): Likewise.
62620         (tan_test_towardzero): Likewise.
62621         (tan_test_downward): Likewise.
62622         (tan_test_upward): Likewise.
62623         (main): Call the new functions.
62624         * sysdeps/i386/fpu/libm-test-ulps: Update.
62625         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
62627         [BZ #10135]
62628         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
62629         small n, then large n, before computing and testing k+n.
62630         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
62631         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
62632         Likewise.
62633         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
62634         Likewise.
62635         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
62636         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
62637         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
62638         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
62639         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
62640         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
62641         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
62642         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
62643         * math/libm-test.inc (scalbn_test): Add more tests.
62644         (scalbln_test): Likewise.
62646         * manual/filesys.texi (mode_t): Describe constraints on size and
62647         signedness, not exact equivalence to a particular type.
62648         (ino_t): Likewise.
62649         (ino64_t): Likewise.
62650         (dev_t): Likewise.
62651         (nlink_t): Likewise.
62652         (blkcnt_t): Likewise.
62653         (blkcnt64_t): Likewise.
62654         * manual/llio.texi (off_t): Likewise.
62656         [BZ #3976]
62657         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
62658         (__ieee754_exp): Save and restore rounding mode and use
62659         round-to-nearest for all computations.
62660         * math/libm-test.inc (exp_test_tonearest): New function.
62661         (exp_test_towardzero): Likewise.
62662         (exp_test_downward): Likewise.
62663         (exp_test_upward): Likewise.
62664         (main): Call the new functions.
62665         * sysdeps/i386/fpu/libm-test-ulps: Update.
62666         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
62668 2012-03-01  Chris Demetriou  <cgd@google.com>
62670         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
62671         have predictable order.
62673 2012-03-01  David S. Miller  <davem@davemloft.net>
62675         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
62677         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
62678         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
62679         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
62680         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
62682         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
62683         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
62684         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
62685         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
62686         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
62687         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
62688         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
62689         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
62690         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
62692         * sysdeps/sparc/fpu/libm-test-ulps: Update.
62694         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
62695         * sysdeps/sparc/fpu/libm-test-ulps: to here.
62696         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
62698         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
62699         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
62700         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
62701         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
62702         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
62703         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
62704         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
62705         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
62706         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
62707         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
62708         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
62709         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
62710         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
62711         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
62712         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
62713         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
62714         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
62715         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
62716         * sysdeps/sparc/elf/configure: Regenerated.
62718 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
62720         * configure.in (AS, LD): Require binutils 2.20 or later.
62721         * configure: Regenerated.
62722         * manual/install.texi (Tools for Compilation): Give binutils 2.20
62723         as required minimum version.
62724         * INSTALL: Regenerated.
62726         [BZ #2541]
62727         [BZ #4108]
62728         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
62729         before squaring exponent.
62730         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
62731         bottom long double and 27 bits of top long double before squaring
62732         exponent.
62733         * math/libm-test.inc (erfc_test): Add more tests.
62734         * sysdeps/i386/fpu/libm-test-ulps: Update.
62735         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
62736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
62738 2012-03-01  Kai Tietz  <ktietz@redhat.com>
62740         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
62741         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
62742         containing bit-fields.
62743         * soft-fp/extended.h (_FP_UNION_E): Likewise.
62744         * soft-fp/single.h (_FP_UNION_S): Likewise.
62745         * soft-fp/double.h (_FP_UNION_D): Likewise.
62747 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
62749         [BZ #13786]
62750         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
62751         not include ../strcmp.S.
62752         [USE_AS_STRNCASECMP_L]: Likewise.
62753         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
62754         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
62755         * sysdeps/i386/i686/multiarch/strncase_l-c.c
62756         (__strncasecmp_l_ia32): Define as alias to
62757         __strncasecmp_l_nonascii.
62759         [BZ #5794]
62760         * math/libm-test.inc (expm1_test): Add test for bug 5794.
62761         * sysdeps/i386/fpu/libm-test-ulps: Update.
62762         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
62764         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
62765         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
62767 2012-02-29  Jeff Law  <law@redhat.com>
62769         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
62770         out of bounds read.
62772 2012-02-29  Marek Polacek  <polacek@redhat.com>
62774         [BZ #13706]
62775         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
62776         * elf/Makefile: Add rules to run tst-unused-dep.out.
62778 2012-02-28  David S. Miller  <davem@davemloft.net>
62780         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
62781         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
62782         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
62783         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
62784         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
62785         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
62787 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
62789         * math/libm-test.inc (llround_test): Move one test from
62790         lround_test.  Use TEST_f_L in moved test.
62791         (lround_test): Move misplaced test to llround_test.  Add testcase
62792         from bug 2561.
62794 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
62796         * sysdeps/x86_64/fpu/e_expf.S: New file.
62797         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
62799 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
62801         [BZ #13637]
62802         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
62803         of remain_len that may cause incomplete multi-byte character and
62804         false match.
62805         * posix/bug-regex33.c: New file.
62806         * posix/Makefile (tests): Add bug-regex33.
62808 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
62810         * manual/macros.texi: New file.
62811         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
62812         * manual/libc.texinfo: Include macros.texi.
62813         * manual/creatute.texi: Likewise.
62814         * manual/install.texi: Likewise.
62815         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
62816         @glibcadj{} in references to the GNU C Library.
62817         * manual/charset.texi: Likewise.
62818         * manual/conf.texi: Likewise.
62819         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
62820         when not using those macros.
62821         * manual/creature.texi: Likewise.
62822         * manual/crypt.texi: Likewise.
62823         * manual/errno.texi: Likewise.
62824         * manual/filesys.texi: Likewise.
62825         * manual/header.texi: Likewise.
62826         * manual/install.texi: Likewise.
62827         * manual/intro.texi: Likewise.
62828         * manual/io.texi: Likewise.
62829         * manual/job.texi: Likewise.
62830         * manual/lang.texi: Likewise.
62831         * manual/libc.texiinfo: Likewise.
62832         * manual/llio.texi: Likewise.
62833         * manual/locale.texi: Likewise.
62834         * manual/maint.texi: Likewise.
62835         * manual/math.texi: Likewise.
62836         * manual/memory.texi: Likewise.
62837         * manual/message.texi: Likewise.
62838         * manual/nss.texi: Likewise.
62839         * manual/pattern.texi: Likewise.
62840         * manual/process.texi: Likewise.
62841         * manual/resource.texi: Likewise.
62842         * manual/search.texi: Likewise.
62843         * manual/setjmp.texi: Likewise.
62844         * manual/signal.texi: Likewise.
62845         * manual/socket.texi: Likewise.
62846         * manual/startup.texi: Likewise.
62847         * manual/stdio.texi: Likewise.
62848         * manual/string.texi: Likewise.
62849         * manual/sysinfo.texi: Likewise.
62850         * manual/syslog.texi: Likewise.
62851         * manual/terminal.texi: Likewise.
62852         * manual/time.texi: Likewise.
62853         * manual/users.texi: Likewise.
62854         * INSTALL: Regenerated.
62855         * NOTES: Regenerated.
62856         * sysdeps/gnu/errlist.c: Regenerated.
62858 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
62860         * include/dirent.h: Include <dirstream.h> before
62861         <dirent/dirent.h>.
62863 2012-02-28  David S. Miller  <davem@davemloft.net>
62865         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
62866         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
62867         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
62868         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
62870 2012-02-27  David S. Miller  <davem@davemloft.net>
62872         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
62873         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
62874         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
62875         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
62877         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
62878         frame pointer instead of stack pointer relative arg slot.
62879         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
62880         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
62881         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
62883 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
62885         [BZ #3992]
62886         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
62888 2012-02-27  David S. Miller  <davem@davemloft.net>
62890         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
62891         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
62892         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
62893         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
62894         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
62895         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
62896         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
62897         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
62899 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
62901         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
62902         later.  Allow versions 5-9.
62903         * configure: Regenerated.
62904         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
62905         required minimum version and 4.6 as recommended version.  Do not
62906         mention bugs in GCC 2.7 and 2.8.
62907         * INSTALL: Regenerated.
62909 2012-02-27  David S. Miller  <davem@davemloft.net>
62911         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
62912         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
62913         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
62914         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
62915         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
62916         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
62917         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
62918         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
62920         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
62921         manipulate bits before adding and subtracting TWO112[sx].
62922         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
62924 2012-02-27  Roland McGrath  <roland@hack.frob.com>
62926         [BZ #13775]
62927         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
62928         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
62929         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
62930         being in POSIX, because they are in 1003.1-2008.
62932         * rt/tst-aio.c: Include <fcntl.h>.
62933         * rt/tst-aio7.c: Likewise.
62934         * rt/tst-aio64.c: Likewise.
62936         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
62938 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
62940         * manual/install.texi (--with-headers): Describe headers as
62941         interface headers, not private headers.
62942         (Specific advice for GNU/Linux systems): Describe use of headers
62943         from "make headers_install", not private headers from older
62944         kernels.
62945         * INSTALL: Regenerated.
62946         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
62947         Change to 2.6.19.
62948         * sysdeps/unix/sysv/linux/configure: Regenerated.
62950         * manual/llio.texi (fclean): Remove documentation.
62952         * manual/Makefile (libc-texi-generated): New variable.  Include
62953         version.texi.
62954         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
62955         $(libc-texi-generated), not duplicated list of files.
62956         (version.texi, stamp-version): New rules.
62957         (realclean): Remove $(libc-texi-generated), not individual files
62958         from that list.  Do not remove dir-add.texinfo.
62959         * manual/libc.texinfo: Comment out uses of edition numbers and
62960         references to printed manual.  Remove last-updated dates.
62961         (EDITION): Comment out.
62962         (ISBN): Likewise.
62963         (VERSION, UPDATED): Remove.
62964         (version.texi): Include.
62966 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
62968         * sysdeps/posix/spawni.c: Include <signal.h>.
62969         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
62970         * sysdeps/pthread/aio_fsync.c: Likewise.
62972 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
62974         * conform/Makefile (tests): Run only when not cross-compiling and
62975         when fast-check is not defined.
62977         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
62978         * conform/data/limits.h-data: Fixes for POSIX2008.
62979         * conform/run-conformtest.sh: Run all tests.
62980         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
62981         headers.
62982         * include/bits/dlfcn.h: Likewise.
62983         * include/langinfo.h: Likewise.
62984         * include/monetary.h: Likewise.
62985         * include/sys/poll.h: Likewise.
62987         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
62988         for __USE_GNU.
62989         * posix/spawn.h: Define __need_sigset_t.
62990         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
62991         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
62992         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
62993         to get sigevent_t only.
62994         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
62995         only for __USE_GNU.
62996         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
62997         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
62998         process_vm_writev only for __USE_GNU.
62999         * termios/termios.h: Declare tcgetsid also for POSIX2008.
63001         * conform/Makefile: For now ignore errors from run-conformtest.
63002         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
63003         POSIX to avoid namespace pollution.  Don't prepend headers.
63004         * conform/data/aio.h-data: Fixes for POSIX testing.
63005         * conform/data/fcntl.h-data: Likewise.
63006         * conform/data/glob.h-data: Likewise.
63007         * conform/data/grp.h-data: Likewise.
63008         * conform/data/pthread.h-data: Likewise.
63009         * conform/data/pwd.h-data: Likewise.
63010         * conform/data/signal.h-data: Likewise.
63011         * conform/data/spawn.h-data: Likewise.
63012         * conform/data/stdio.h-data: Likewise.
63013         * conform/data/stdlib.h-data: Likewise.
63014         * conform/data/stropts.h-data: Likewise.
63015         * conform/data/sys/mman.h-data: Likewise.
63016         * conform/data/sys/stat.h-data: Likewise.
63017         * conform/data/sys/types.h-data: Likewise.
63018         * conform/data/sys/wait.h-data: Likewise.
63019         * conform/data/time.h-data: Likewise.
63020         * conform/data/unistd.h-data: Likewise.
63021         * conform/data/utime.h-data: Likewise.
63023         * io/sys/stat.h: fchmod was always in POSIX.
63024         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
63025         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
63026         * rt/aio.h: Define __need_timespec before including <time.h>.
63027         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
63028         struct.  Add forward declaration of pthread_attr_t and use it in
63029         sigevent.
63030         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
63031         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
63032         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
63033         always remove CLK_TCK definition.
63035 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
63037         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
63039 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
63041         * conform/run-conformtest.sh: New file.
63042         * conform/Makefile: Run run-conformtest for tests.
63043         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
63044         support.
63046         * conform/data/uchar.h-data: New file.
63047         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
63048         * conform/data/arpa/inet.h-data: Likewise.
63049         * conform/data/assert.h-data: Likewise.
63050         * conform/data/complex.h-data: Likewise.
63051         * conform/data/cpio.h-data: Likewise.
63052         * conform/data/ctype.h-data: Likewise.
63053         * conform/data/dirent.h-data: Likewise.
63054         * conform/data/dlfcn.h-data: Likewise.
63055         * conform/data/errno.h-data: Likewise.
63056         * conform/data/fcntl.h-data: Likewise.
63057         * conform/data/float.h-data: Likewise.
63058         * conform/data/fmtmsg.h-data: Likewise.
63059         * conform/data/fnmatch.h-data: Likewise.
63060         * conform/data/ftw.h-data: Likewise.
63061         * conform/data/glob.h-data: Likewise.
63062         * conform/data/grp.h-data: Likewise.
63063         * conform/data/iconv.h-data: Likewise.
63064         * conform/data/inttypes.h-data: Likewise.
63065         * conform/data/langinfo.h-data: Likewise.
63066         * conform/data/libgen.h-data: Likewise.
63067         * conform/data/limits.h-data: Likewise.
63068         * conform/data/locale.h-data: Likewise.
63069         * conform/data/math.h-data: Likewise.
63070         * conform/data/monetary.h-data: Likewise.
63071         * conform/data/mqueue.h-data: Likewise.
63072         * conform/data/ndbm.h-data: Likewise.
63073         * conform/data/net/if.h-data: Likewise.
63074         * conform/data/netdb.h-data: Likewise.
63075         * conform/data/netinet/in.h-data: Likewise.
63076         * conform/data/nl_types.h-data: Likewise.
63077         * conform/data/poll.h-data: Likewise.
63078         * conform/data/pthread.h-data: Likewise.
63079         * conform/data/pwd.h-data: Likewise.
63080         * conform/data/regex.h-data: Likewise.
63081         * conform/data/sched.h-data: Likewise.
63082         * conform/data/search.h-data: Likewise.
63083         * conform/data/semaphore.h-data: Likewise.
63084         * conform/data/setjmp.h-data: Likewise.
63085         * conform/data/signal.h-data: Likewise.
63086         * conform/data/spawn.h-data: Likewise.
63087         * conform/data/stdarg.h-data: Likewise.
63088         * conform/data/stdio.h-data: Likewise.
63089         * conform/data/stdlib.h-data: Likewise.
63090         * conform/data/string.h-data: Likewise.
63091         * conform/data/strings.h-data: Likewise.
63092         * conform/data/stropts.h-data: Likewise.
63093         * conform/data/sys/ipc.h-data: Likewise.
63094         * conform/data/sys/mman.h-data: Likewise.
63095         * conform/data/sys/msg.h-data: Likewise.
63096         * conform/data/sys/resource.h-data: Likewise.
63097         * conform/data/sys/select.h-data: Likewise.
63098         * conform/data/sys/sem.h-data: Likewise.
63099         * conform/data/sys/shm.h-data: Likewise.
63100         * conform/data/sys/socket.h-data: Likewise.
63101         * conform/data/sys/stat.h-data: Likewise.
63102         * conform/data/sys/statvfs.h-data: Likewise.
63103         * conform/data/sys/time.h-data: Likewise.
63104         * conform/data/sys/timeb.h-data: Likewise.
63105         * conform/data/sys/times.h-data: Likewise.
63106         * conform/data/sys/types.h-data: Likewise.
63107         * conform/data/sys/uio.h-data: Likewise.
63108         * conform/data/sys/un.h-data: Likewise.
63109         * conform/data/sys/utsname.h-data: Likewise.
63110         * conform/data/sys/wait.h-data: Likewise.
63111         * conform/data/syslog.h-data: Likewise.
63112         * conform/data/tar.h-data: Likewise.
63113         * conform/data/termios.h-data: Likewise.
63114         * conform/data/utime.h-data: Likewise.
63115         * conform/data/utmpx.h-data: Likewise.
63116         * conform/data/varargs.h-data: Likewise.
63117         * conform/data/wchar.h-data: Likewise.
63118         * conform/data/wctype.h-data: Likewise.
63119         * conform/data/wordexp.h-data: Likewise.
63121         * include/stropts.h: New file.
63122         * include/uchar.h: New file.
63123         * include/aio.h: Changes to allow conformtest.pl to use the headers.
63124         * include/assert.h: Likewise.
63125         * include/ctype.h: Likewise.
63126         * include/dirent.h: Likewise.
63127         * include/dlfcn.h: Likewise.
63128         * include/fcntl.h: Likewise.
63129         * include/fnmatch.h: Likewise.
63130         * include/glob.h: Likewise.
63131         * include/grp.h: Likewise.
63132         * include/libio.h: Likewise.
63133         * include/locale.h: Likewise.
63134         * include/math.h: Likewise.
63135         * include/net/if.h: Likewise.
63136         * include/netdb.h: Likewise.
63137         * include/netinet/in.h: Likewise.
63138         * include/pthread.h: Likewise.
63139         * include/pwd.h: Likewise.
63140         * include/regex.h: Likewise.
63141         * include/sched.h: Likewise.
63142         * include/search.h: Likewise.
63143         * include/setjmp.h: Likewise.
63144         * include/signal.h: Likewise.
63145         * include/stdio.h: Likewise.
63146         * include/stdlib.h: Likewise.
63147         * include/string.h: Likewise.
63148         * include/sys/cdefs.h: Likewise.
63149         * include/sys/mman.h: Likewise.
63150         * include/sys/msg.h: Likewise.
63151         * include/sys/resource.h: Likewise.
63152         * include/sys/select.h: Likewise.
63153         * include/sys/socket.h: Likewise.
63154         * include/sys/stat.h: Likewise.
63155         * include/sys/statvfs.h: Likewise.
63156         * include/sys/time.h: Likewise.
63157         * include/sys/times.h: Likewise.
63158         * include/sys/uio.h: Likewise.
63159         * include/sys/utsname.h: Likewise.
63160         * include/sys/wait.h: Likewise.
63161         * include/termios.h: Likewise.
63162         * include/time.h: Likewise.
63163         * include/ulimit.h: Likewise.
63164         * include/unistd.h: Likewise.
63165         * include/utime.h: Likewise.
63166         * include/wchar.h: Likewise.
63167         * include/wctype.h: Likewise.
63168         * include/wordexp.h: Likewise.
63170         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
63172         * time/time.h: TIME_UTC must be a macro.
63173         Make timespec_get available for ISO C11 only as well.
63175 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
63177         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
63178         Reported by Peng Haitao <penght@cn.fujitsu.com>.
63180 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
63182         * configure.in: Use -o not -a in test for unsupported multi-arch.
63184 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
63186         * manual/texinfo.tex: Update to version 2012-01-19.16.
63188 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
63190         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
63192 2012-02-24  Roland McGrath  <roland@hack.frob.com>
63194         [BZ #13738]
63195         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
63196         * manual/fdl-1.3.texi: New file.
63197         * manual/fdl-1.1.texi: File removed.
63199         [BZ #13738]
63200         * manual/libc.texinfo (FDL_VERSION): New @set.
63201         Use it for mention of FDL in cover text.
63202         (Documentation License): Use it in @include file name.
63204 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
63205             Roland McGrath  <roland@hack.frob.com>
63207         [BZ #5461]
63208         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
63209         (not LONG_LONG_MAX and LONG_LONG_MIN.
63210         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
63211         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
63212         name.
63213         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
63215 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
63217         [BZ #2547]
63218         [BZ #11365]
63219         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
63220         manipulate bits before adding and subtracting TWO23[sx].
63221         * math/libm-test.inc (nearbyint_test): Add more tests.
63223 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
63225         [BZ #2548]
63226         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
63227         bits before adding and subtracting TWO23[sx].
63228         * math/libm-test.inc (rint_test): Add more tests.
63229         (rint_test_tonearest): Likewise.
63230         (rint_test_towardzero): Likewise.
63231         (rint_test_downward): Likewise.
63232         (rint_test_upward: Likewise.
63234 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
63236         [BZ #10110]
63237         * include/stdc-predef.h: New file.  Extracted from features.h.
63238         * include/features.h: Include stdc-predef.h.
63239         * Makefile (headers): Add stdc-predef.h.
63240         * CONFORMANCE (Compiler limitations): Update.
63242 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
63244         * manual/libc.texinfo (VERSION, UPDATED): Revert.
63246 2012-02-21  David S. Miller  <davem@davemloft.net>
63248         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
63249         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
63251 2012-02-20  David S. Miller  <davem@davemloft.net>
63253         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
63254         using a normal save/restore sequence, rather than allocating a
63255         dummy stack frame just to store a frame pointer and restore.
63256         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
63258 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
63260         * manual/install.texi: Fix stray word in line-wrapped comment.
63262 2012-02-20  David S. Miller  <davem@davemloft.net>
63264         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
63265         both binutils and gcc support GOTDATA.
63267         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
63268         "rd %pc" in the PIC register setup sequences.
63270         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
63271         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
63272         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
63273         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
63274         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
63275         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
63276         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
63277         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
63278         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
63279         (SYSCALL_ERROR_HANDLER): Likewise.
63280         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
63281         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
63282         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
63283         (SYSCALL_ERROR_HANDLER): Likewise.
63285         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
63286         (HAVE_GCC_GOTDATA): New.
63287         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
63288         relocation support in both binutils and gcc.
63289         * sysdeps/sparc/elf/configure: Regenerate.
63291         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
63292         * sysdeps/sparc/sparc32/elf/configure: Delete.
63293         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
63294         * sysdeps/sparc/sparc64/elf/configure: Delete.
63295         * sysdeps/sparc/elf/configure.in: New file.
63296         * sysdeps/sparc/elf/configure: Generate.
63298         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
63299         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
63300         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
63301         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
63302         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
63304 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
63306         * manual/install.texi: Do not mention specific glibc version
63307         numbers.
63308         * manual/libc.texinfo (VERSION, UPDATED): Update.
63309         (@copying): Use @copyright{} and range of years.
63311 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
63313         [BZ #13695]
63314         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
63315         [crti.S not in sysdirs] (generated): Do not append.
63316         [crti.S not in sysdirs] (omit-deps): Likewise.
63317         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
63318         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
63319         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
63320         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
63321         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
63322         Likewise.
63323         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
63324         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
63325         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
63326         * csu/defs.awk: Remove file.
63327         * sysdeps/generic/initfini.c: Likewise.
63328         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
63329         variable.
63330         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
63331         Likewise.
63333 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
63335         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
63336         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
63337         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
63338         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
63339         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
63340         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
63341         <bits/epoll.h>.
63342         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
63343         (__EPOLL_PACKED): Define to empty if not defined by
63344         <bits/epoll.h>.
63345         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
63346         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
63347         bits/epoll.h.
63349 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
63351         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
63352         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
63353         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
63354         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
63355         <bits/timerfd.h>.
63356         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
63357         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
63358         bits/timerfd.h.
63360 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
63362         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
63363         in C locale.
63364         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
63365         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
63366         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
63367         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63369 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
63371         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
63372         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
63374 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
63376         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
63377         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
63378         defined.
63379         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
63380         Likewise.
63381         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
63382         entry for 2.16.
63384 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
63386         * math/w_acos.c: Use non-signaling floating-point comparisons.
63387         * math/w_acosf.c: Likewise.
63388         * math/w_acosh.c: Likewise.
63389         * math/w_acoshf.c: Likewise.
63390         * math/w_acoshl.c: Likewise.
63391         * math/w_acosl.c: Likewise.
63392         * math/w_asin.c: Likewise.
63393         * math/w_asinf.c: Likewise.
63394         * math/w_asinl.c: Likewise.
63395         * math/w_atanh.c: Likewise.
63396         * math/w_atanhf.c: Likewise.
63397         * math/w_atanhl.c: Likewise.
63398         * math/w_exp2.c: Likewise.
63399         * math/w_exp2f.c: Likewise.
63400         * math/w_exp2l.c: Likewise.
63401         * math/w_j0.c: Likewise.
63402         * math/w_j0f.c: Likewise.
63403         * math/w_j0l.c: Likewise.
63404         * math/w_j1.c: Likewise.
63405         * math/w_j1f.c: Likewise.
63406         * math/w_j1l.c: Likewise.
63407         * math/w_jn.c: Likewise.
63408         * math/w_jnf.c: Likewise.
63409         * math/w_log.c: Likewise.
63410         * math/w_log10.c: Likewise.
63411         * math/w_log10f.c: Likewise.
63412         * math/w_log10l.c: Likewise.
63413         * math/w_log2.c: Likewise.
63414         * math/w_log2f.c: Likewise.
63415         * math/w_log2l.c: Likewise.
63416         * math/w_logf.c: Likewise.
63417         * math/w_logl.c: Likewise.
63418         * math/w_sqrt.c: Likewise.
63419         * math/w_sqrtf.c: Likewise.
63420         * math/w_sqrtl.c: Likewise.
63421         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
63422         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
63423         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
63424         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
63425         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
63427 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
63429         [BZ #9739]
63430         * manual/string.texi (strnlen): Use correct parameter name in
63431         equivalent expression.
63433 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
63435         [BZ #11174]
63436         * manual/users.texi (seteuid): Consistently use neweuid for
63437         argument name.
63439 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
63441         [BZ #13704]
63442         * manual/nss.texi (Services in the NSS configuration): Correct
63443         list of services in example configuration file.
63445 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
63447         [BZ #11322]
63448         * manual/arith.texi: Remove statements about negative zero
63449         behaving identically to zero.
63451 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
63453         [BZ #5993]
63454         * manual/install.texi: Do not document upgrading from libc5.
63456 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
63458         [BZ #4596]
63459         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
63461 2012-02-18  David S. Miller  <davem@davemloft.net>
63463         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
63464         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
63465         %o7 across the call.
63466         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
63467         instead.
63468         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
63469         SETUP_PIC_REG_LEAF.
63470         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
63471         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
63472         * sysdeps/sparc/crtn.S: Likewise.
63474 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
63476         * aout/Makefile: Remove.
63478 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
63480         [BZ #13058]
63481         * manual/examples/argp-ex1.c (main): Format definition in GNU
63482         style.
63483         * manual/examples/argp-ex2.c (main): Likewise.
63484         * manual/examples/argp-ex3.c (main): Likewise.
63485         * manual/examples/argp-ex4.c (main): Likewise.
63486         * manual/examples/longopt.c (main): Use new-style prototype
63487         definition.
63488         * manual/examples/strncat.c (main): Specify return type and use
63489         (void) for arguments.
63490         * manual/examples/subopt.c (main): Use char **argv argument.
63492 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
63494         [BZ #5077]
63495         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
63496         rounding modes.
63498 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
63500         [BZ #6907]
63501         * manual/string.texi (strchr): Change when strchrnul is
63502         recommended.
63504 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
63506         [BZ #174]
63507         * manual/locale.texi (setlocale): Document LOCPATH.
63509 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
63511         [BZ #10210]
63512         * manual/process.texi (execle): Move @dots{} before last argument.
63514 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
63516         [BZ #12047]
63517         * manual/charset.texi (Generic Charset Conversion): Fix typo
63518         (LC_TYPE -> LC_CTYPE).
63520 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
63522         [BZ #5805]
63523         * manual/arith.texi (scalbn): Use @var{} on parameter names.
63524         (scalbnf): Likewise.
63525         (scalbnl): Likewise.
63526         (scalbln): Likewise.
63527         (scalblnf): Likewise.
63528         (scalblnl): Likewise.
63529         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
63530         (vwarnx): Likewise.
63531         (verr): Likewise.
63532         (verrx): Likewise.
63533         * manual/filesys.texi (telldir): Use braces around return type.
63534         * manual/llio.texi (mmap): Add space after comma.
63535         (mmap64): Likewise.
63536         * manual/math.texi (jn): Use @var{} on parameter names.
63537         (jnf): Likewise.
63538         (jnl): Likewise.
63539         (yn): Likewise.
63540         (ynf): Likewise.
63541         (ynl): Likewise.
63542         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
63543         line.
63544         * manual/resource.texi (ulimit): Use @dots{} instead of literal
63545         "...".
63546         (sched_get_priority_min): Remove semicolon on @deftypefun line.
63547         (sched_get_priority_max): Likewise.
63548         * manual/signal.texi (sigvec): Add space after comma.
63549         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
63550         names.
63551         (if_indextoname): Likewise.
63552         (if_freenameindex): Likewise.
63553         (sendto): Use ',' instead of '.' in prototype.
63554         * manual/startup.texi (syscall): Use @dots{} instead of literal
63555         "...".
63556         * manual/stdio.texi (__fpending): Separate initial words of
63557         paragraph from @deftypefun line.
63558         * manual/syslog.texi (syslog): Use @dots{} instead of literal
63559         "...".
63560         (vsyslog): Use @var{} on parameter names.
63561         * manual/terminal.texi (stty): Use @var{} on parameter names.
63562         * manual/users.texi (getutmp): Use @var{} on parameter names.
63563         (getutmpx): Likewise.
63565 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
63567         [BZ #6884]
63568         * manual/stdio.texi (fopen): Fix typos in description of
63569         ",ccs=STRING".
63571 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
63573         [BZ #4026]
63574         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
63575         get clock_id definition.
63577 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
63579         [BZ #4822]
63580         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
63581         (madvise): Cast every argument to void on its own.
63583 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
63585         [BZ #9902]
63586         * manual/startup.texi (Exit Status): Fix typo.
63588 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
63590         [BZ #10140]
63591         * manual/examples/argp-ex1.c: Include <stdlib.h>.
63592         * manual/examples/argp-ex2.c: Likewise.
63593         * manual/examples/argp-ex3.c: Likewise.
63595 2012-02-16  Richard Henderson  <rth@redhat.com>
63597         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
63598         * sysdeps/s390/s390-32/initfini.c: Remove.
63599         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
63600         * sysdeps/s390/s390-64/initfini.c: Remove.
63602 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
63604         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
63605         compiler output for sysdeps/generic/initfini.c.
63606         * sysdeps/sh/elf/initfini.c: Remove file.
63608 2012-02-16  David S. Miller  <davem@davemloft.net>
63610         [BZ #11494]
63611         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
63613         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
63614         * sysdeps/sparc/crti.S: New file.
63615         * sysdeps/sparc/crtn.S: New file.
63616         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
63617         * sysdeps/sparc/sparc64/Makefile: Likewise.
63619 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
63621         [BZ #3335]
63622         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
63624 2012-02-15  Roland McGrath  <roland@hack.frob.com>
63626         [BZ #4822]
63627         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
63629         * mach/devstream.c (cookie_io_functions_t): Macro removed.
63630         (write, read, close): Likewise.
63631         Patch by Aurelien Jarno <aurelien@aurel32.net>.
63633 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
63635         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
63636         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
63637         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
63638         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
63639         <bits/signalfd.h>.
63640         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
63641         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
63642         bits/signalfd.h.
63644 2012-02-14  Marek Polacek  <polacek@redhat.com>
63646         * sysdeps/x86_64/crti.S: New file.
63647         * sysdeps/x86_64/crtn.S: New file.
63648         * sysdeps/x86_64/elf/initfini.c: Remove file.
63650 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
63652         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
63653         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
63654         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
63655         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
63656         <bits/inotify.h>.
63657         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
63658         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
63659         bits/inotify.h.
63661 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
63663         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
63664         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
63665         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
63666         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
63667         <bits/eventfd.h>.
63668         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
63669         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
63670         bits/eventfd.h.
63672 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
63674         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
63675         __feraiseexcept instead of feraiseexcept.
63677         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
63678         nanosleep invocations.
63679         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
63680         strings, and add error checking for a nanosleep invocations.
63682 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
63684         Replace FSF snail mail address with URLs, as per GNU coding standards.
63685         Most of the snail mail addresses were wrong anyway, and omitting
63686         them makes the source code easier to maintain.  Almost all of the
63687         changes are to license notices and to locale LC_IDENTIFICATION
63688         addresses, except for this one:
63689         * manual/libc.texinfo: In "Published by", give the FSF's URL,
63690         not its snail mail address.
63692 2012-02-09  Richard Henderson  <rth@twiddle.net>
63694         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
63695         of kernel-features.h.
63697         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
63699 2012-02-08  Marek Polacek  <polacek@redhat.com>
63701         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
63702         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
63703         * sysdeps/gnu/_G_config.h: Likewise.
63704         * sysdeps/generic/_G_config.h: Likewise.
63706 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
63708         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
63709         tests.
63710         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63712         * sysdeps/powerpc/powerpc32/crti.S: New file.
63713         * sysdeps/powerpc/powerpc32/crtn.S: New file.
63714         * sysdeps/powerpc/powerpc64/crti.S: New file.
63715         * sysdeps/powerpc/powerpc64/crtn.S: New file.
63717         * Makeconfig (have-initfini): Don't set.
63718         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
63719         * configure.in (nopic_initfini): Don't substitute.
63720         * config.h.in (HAVE_INITFINI): Don't #undef.
63721         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
63722         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
63724 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
63726         Support crti.S and crtn.S provided directly by architectures.
63727         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
63728         [crti.S in sysdirs] (omit-deps): Likewise.
63729         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
63730         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
63731         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
63732         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
63733         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
63734         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
63735         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
63736         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
63737         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
63738         compiler output for sysdeps/generic/initfini.c.
63739         * sysdeps/i386/elf/Makefile: Remove file.
63740         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
63742 2012-02-07  Marek Polacek  <polacek@redhat.com>
63744         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
63745         * sysdeps/gnu/_G_config.h: Likewise.
63746         * sysdeps/mach/hurd/_G_config.h: Likewise.
63748 2012-02-07  Marek Polacek  <polacek@redhat.com>
63750         * math/Makefile (tests): Add tst-CMPLX2.
63751         * math/tst-CMPLX2.c: New file.
63753 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
63755         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
63757         * math/libm-test.inc (jn_test): Add missing L suffix.
63759 2012-02-06  Marek Polacek  <polacek@redhat.com>
63761         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
63762         * sysdeps/i386/fpu/e_powf.S: Likewise.
63763         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
63764         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
63765         * sysdeps/i386/fpu/e_acosh.S: Likewise.
63766         * sysdeps/i386/fpu/e_pow.S: Likewise.
63767         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
63768         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
63769         * sysdeps/i386/fpu/s_expm1.S: Likewise.
63770         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
63771         * sysdeps/i386/fpu/e_log2.S: Likewise.
63772         * sysdeps/i386/fpu/e_log2l.S: Likewise.
63773         * sysdeps/i386/fpu/e_scalb.S: Likewise.
63774         * sysdeps/i386/fpu/e_powl.S: Likewise.
63775         * sysdeps/i386/fpu/s_log1p.S: Likewise.
63776         * sysdeps/i386/fpu/e_log10f.S: Likewise.
63777         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
63778         * sysdeps/i386/fpu/e_logl.S: Likewise.
63779         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
63780         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
63781         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
63782         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
63783         * sysdeps/i386/fpu/e_log2f.S: Likewise.
63784         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
63785         * sysdeps/i386/fpu/e_log.S: Likewise.
63786         * sysdeps/i386/fpu/s_cexp.S: Likewise.
63787         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
63788         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
63789         * sysdeps/i386/fpu/e_logf.S: Likewise.
63790         * sysdeps/i386/fpu/e_log10l.S: Likewise.
63791         * sysdeps/i386/fpu/e_atanh.S: Likewise.
63792         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
63793         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
63794         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
63795         * sysdeps/i386/fpu/e_log10.S: Likewise.
63796         * sysdeps/i386/fpu/s_frexp.S: Likewise.
63797         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
63798         * sysdeps/i386/fpu/s_asinh.S: Likewise.
63799         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
63800         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
63801         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
63802         * sysdeps/i386/asm-syntax.h: Likewise.
63803         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
63804         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
63805         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
63806         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
63807         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
63808         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
63809         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
63810         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
63811         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
63812         * sysdeps/powerpc/sysdep.h: Likewise.
63813         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
63814         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
63816 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
63818         [BZ #411]
63819         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
63821 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
63823         * sysdeps/i386/sysdep.h: Include <features.h>.
63824         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
63825         version.
63827 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
63829         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
63830         Define.
63831         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
63832         LOAD_PIC_REG_STR.
63834 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
63836         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
63837         (SETUP_PIC_REG): Use GET_PC_THUNK.
63838         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
63839         macro.
63841 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
63843         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
63844         for non-PIC compilation.
63845         (SETUP_PIC_REG): Add .p2align directive.
63846         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
63847         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
63848         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
63849         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
63850         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
63851         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
63852         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
63853         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
63854         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
63855         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
63856         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
63857         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
63858         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
63859         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
63860         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
63861         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
63862         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
63863         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
63864         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
63865         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
63866         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
63867         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
63868         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
63869         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
63870         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
63871         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
63872         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
63873         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
63874         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
63875         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
63876         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
63877         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
63878         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
63879         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
63880         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
63881         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
63882         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
63883         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
63884         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
63885         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
63886         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
63888 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
63890         * math/tst-CMPLX.c: Include <stdio.h>.
63892 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
63894         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
63895         float.
63896         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
63897         * sysdeps/sparc/bits/mathdef.h: Likewise.
63899 2012-01-31  Marek Polacek  <polacek@redhat.com>
63901         * libio/libio.h: Don't define _PARAMS.
63902         * locale/programs/config.h: Don't define PARAMS.
63903         * stdlib/strtol_l.c: Likewise.
63904         (__strtol_l): Remove PARAMS from the prototype.
63906 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
63908         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
63909         names.  Just use the correct names.  Remove unnecessary wrapper
63910         functions.
63911         * malloc/arena.c: Likewise.
63912         * malloc/hooks.c: Likewise.
63914         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
63915         ARENA_TEST says not to.  Simplify test for creation of a new arena.
63916         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
63918 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
63920         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
63921         into tail calls.
63922         (update_get_addr): New function.
63923         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
63924         GET_ADDR_MODULE parameter.
63926 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
63928         * crypt/cert.c: Remove __STDC__ conditionals.
63929         * crypt/crypt-entry.c: Likewise.
63930         * crypt/crypt_util.c: Likewise.
63931         * libio/filedoalloc.c: Likewise.
63932         * libio/fileops.c: Likewise.
63933         * libio/genops.c: Likewise.
63934         * libio/iofclose.c: Likewise.
63935         * libio/iofdopen.c: Likewise.
63936         * libio/iofopen.c: Likewise.
63937         * libio/iofopen64.c: Likewise.
63938         * libio/iogetdelim.c: Likewise.
63939         * libio/iopopen.c: Likewise.
63940         * libio/obprintf.c: Likewise.
63941         * libio/oldfileops.c: Likewise.
63942         * libio/oldiofclose.c: Likewise.
63943         * libio/oldiofdopen.c: Likewise.
63944         * libio/oldiofopen.c: Likewise.
63945         * libio/oldiopopen.c: Likewise.
63946         * libio/wfiledoalloc.c: Likewise.
63947         * libio/wgenops.c: Likewise.
63948         * locale/programs/xmalloc.c: Likewise.
63949         * misc/syslog.c: Likewise.
63950         * stdio-common/xbug.c: Likewise.
63951         * string/memchr.c: Likewise.
63952         * string/memcmp.c: Likewise.
63953         * string/memrchr.c: Likewise.
63954         * string/rawmemchr.c: Likewise.
63955         * sysdeps/posix/getcwd.c: Likewise.
63956         * time/strftime_l.c: Likewise.
63958 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
63960         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
63961         * config.make.in (config-cflags-sse2avx): Define.
63962         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
63963         Fix typo.
63965 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
63967         * scripts/config.guess: Update from upstream config git repository.
63968         * scripts/config.sub: Likewise.
63970 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
63972         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
63973         (EM_NUM): Update.
63974         (R_TILEPRO_*, R_TILEGX_*): New macros.
63976         * scripts/firstversions.awk: Fix bug in version range handling.
63978         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
63980         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
63982         * include/sys/epoll.h: New file.
63983         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
63984         libc_hidden_def.
63986 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
63988         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
63989         Avoid unnecessary __WORDSIZE == 64 test.
63990         (fmaxf): Use VEX format if possible.
63991         (fmax): Likewise.
63992         (fminf): Likewise.
63993         (fmin): Likewise.
63995         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
63996         * math/math_private.h: Remove libc_fegetround* and
63997         libc_fesetround*.
63998         * sysdeps/i386/configure.in: Check for -msse2avx.
63999         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
64000         also if SSE2AVX is defined.
64001         Remove libc_fegetround* and libc_fesetround*.
64002         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
64003         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
64004         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
64005         of HAS_YMM_USABLE.
64006         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
64007         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
64008         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
64009         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
64010         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
64012         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
64014 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64016         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
64017         size is not set.
64018         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
64020 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
64022         [BZ #13618]
64023         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
64024         relocation.
64025         * Makeconfig (libm): Define.
64026         * elf/Makefile: Add rules to build and run tst-relsort1.
64027         * elf/tst-relsort1.c: New file.
64028         * elf/tst-relsort1mod1.c: New file.
64029         * elf/tst-relsort1mod2.c: New file.
64031 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
64033         * math/s_ldexp.c: Remove __STDC__ conditionals.
64034         * math/s_ldexpf.c: Likewise.
64035         * math/s_ldexpl.c: Likewise.
64036         * math/s_nextafter.c: Likewise.
64037         * math/s_nexttowardf.c: Likewise.
64038         * math/s_significand.c: Likewise.
64039         * math/s_significandf.c: Likewise.
64040         * math/s_significandl.c: Likewise.
64041         * math/w_jnl.c: Likewise.
64042         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
64043         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
64044         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
64045         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
64046         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
64047         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
64048         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
64049         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
64050         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
64051         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
64052         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
64053         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
64054         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
64055         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
64056         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
64057         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
64058         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
64059         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
64060         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
64061         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
64062         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
64063         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
64064         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
64065         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
64066         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
64067         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
64068         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
64069         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
64070         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
64071         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
64072         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
64073         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
64074         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
64075         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
64076         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
64077         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
64078         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
64079         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
64080         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
64081         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
64082         * sysdeps/ieee754/k_standard.c: Likewise.
64083         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
64084         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
64085         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
64086         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
64087         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
64088         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
64089         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
64090         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
64091         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
64092         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
64093         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
64094         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
64095         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
64096         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
64097         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
64098         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
64099         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
64100         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
64101         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
64102         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
64103         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
64104         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
64105         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
64106         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
64107         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
64108         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
64109         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
64110         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
64111         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
64112         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
64113         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
64114         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
64115         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
64116         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
64117         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
64118         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
64119         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
64120         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
64121         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
64122         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
64123         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
64124         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
64125         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
64126         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
64127         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
64128         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
64129         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
64130         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
64131         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
64132         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
64133         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
64134         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
64135         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
64136         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
64137         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
64138         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
64139         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
64140         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
64141         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
64142         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
64143         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
64144         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
64145         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
64146         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
64147         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
64148         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
64149         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
64150         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
64151         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
64152         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
64153         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
64154         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
64155         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
64156         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
64157         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
64158         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
64159         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
64160         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
64161         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
64162         * sysdeps/ieee754/s_matherr.c: Likewise.
64163         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
64164         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
64165         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
64166         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
64168 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
64170         * crypt/md5.h: Remove __STDC__ conditionals.
64171         * libio/libioP.h: Likewise.
64172         * locale/programs/config.h: Likewise.
64173         * sysdeps/generic/sysdep.h: Likewise.
64174         * sysdeps/i386/asm-syntax.h: Likewise.
64175         * sysdeps/s390/asm-syntax.h: Likewise.
64176         * sysdeps/unix/sysdep.h: Likewise.
64177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
64178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
64180 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
64182         * libio/libio.h: Remove __STDC__ conditionals.
64183         * malloc/obstack.h: Likewise.
64184         * math/complex.h: Likewise.
64185         * math/math.h: Likewise.
64186         * sysdeps/generic/_G_config.h: Likewise.
64187         * sysdeps/gnu/_G_config.h: Likewise.
64188         * sysdeps/mach/hurd/_G_config.h: Likewise.
64189         * sysdeps/powerpc/bits/mathdef.h: Likewise.
64190         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
64191         * sysdeps/sparc/bits/mathdef.h: Likewise.
64193 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
64195         [BZ #13583]
64196         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
64197         Clean up HAS_* macros.
64198         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
64199         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
64200         possible.
64201         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
64202         HAS_AVX.
64203         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
64204         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
64205         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
64206         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
64207         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
64209 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
64211         * elf/tst-unique3.cc (gets): Remove declaration.
64212         * elf/tst-unique3lib.cc (gets): Likewise.
64213         * elf/tst-unique3lib2.cc (gets): Likewise.
64214         * elf/tst-unique4.cc (gets): Likewise.
64216 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
64218         * include/stdio.h: Add C++ protection.  Add gets declarations and
64219         definitions.
64220         * debug/tst-chk1.c: Don't declare gets here.
64221         * stdio-common/tst-gets.c: Likewise.
64223 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
64225         * posix/glob: Remove directory.
64227 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
64229         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
64231 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
64233         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
64234         of the non-standard EPFNOSUPPORT.
64236 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
64238         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
64239         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
64240         ANYWHERE set to 1 only on KERN_NO_SPACE error.
64242 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
64244         * wcsmbs/uchar.h: Test __STDC_VERSION__.
64246 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
64248         * nscd/aicache.c (addhstaiX): Do not cache negative results of
64249         transient errors.
64250         * nscd/grpcache.c (cache_addgr): Likewise.
64251         * nscd/hstcache.c (cache_addhst): Likewise.
64252         * nscd/initgrcache.c (addinitgroupsX): Likewise.
64253         * nscd/pwdcache.c (cache_addpw): Likewise.
64254         * nscd/servicescache.c (cache_addserv): Likewise.
64256 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
64258         * malloc/malloc.c: Various cleanups.
64259         * malloc/hooks.c: Likewise.
64261         * stdlib/Makefile (tests): Add bug-fmtmsg1.
64262         * stdlib/bug-fmtmsg1.c: New file.
64264         * stdlib/fmtmsg.c (init): Add missing unlock.
64265         Patch by Peng Haitao <penght@cn.fujitsu.com>.
64267 2012-01-12  Marek Polacek  <polacek@redhat.com>
64269         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
64270         and _GNU_SOURCE.
64272 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
64274         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
64275         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
64276         macro to ensure uniqueness of label name.
64277         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
64278         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
64280 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
64282         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
64284         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
64285         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
64286         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
64287         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
64289 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
64291         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
64293         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
64294         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
64295         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
64297         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
64299         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
64300         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
64301         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
64302         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
64304         * math/bits/math-finite.h: Add ldexp support.
64306 2012-01-10  Marek Polacek  <polacek@redhat.com>
64308         * locale/programs/localedef.h (show_archive_content): Add noreturn
64309         attribute.
64311 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
64313         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
64315 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
64317         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
64319         * io/Makefile (headers): Add bits/poll2.h.
64321 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
64323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
64324         typo #include statement.
64326 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
64328         * include/sys/cdefs.h: Define __attribute_alloc_size.
64329         * catgets/gencat.c: Add alloc_size attribute and apply consistently
64330         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
64331         * elf/pldd.c: Likewise.
64332         * iconv/iconv_charmap.c: Likewise.
64333         * iconv/iconvconfig.c: Likewise.
64334         * iconv/strtab.c: Likewise.
64335         * locale/programs/locale.c: Likewise.
64336         * locale/programs/localedef.h: Likewise.
64337         * locale/programs/simple-hash.c: Likewise.
64338         * nscd/nscd.h: Likewise.
64339         * nss/makedb.c: Likewise.
64340         * sysdeps/generic/ldconfig.h: Likewise.
64341         * locale/programs/localedef.c: Remove xmalloc prototype.
64342         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
64344 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
64346         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
64347         appropriate.
64349 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
64351         * math/Makefile (tests): Add tst-CMPLX.
64352         * math/tst-CMPLX.c: New file.
64354         * math/complex.h (CMPLXL): Fix typo.
64356         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
64357         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
64358         GLIBC_2.16.
64359         * debug/tst-chk1.c: Add poll and ppoll tests.
64360         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
64361         * include/sys/poll.h: Add hidden proto for ppoll.
64362         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
64363         * sysdeps/mach/hurd/ppoll.c: Likewise.
64364         * io/ppoll.c: Likewise.
64365         * debug/poll_chk.c: New file.
64366         * debug/ppoll_chk.c: New file.
64367         * include/bits/poll2.h: New file.
64368         * io/bits/poll2.h: New file.
64370         [BZ #1350]
64371         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
64373         * configure.in: static is always set to yes.  Remove.
64374         * config.make.in: Don't set build-static.
64375         * Makeconfig: Remove use of build-static.
64376         * dlfcn/Makefile: Likewise.
64377         * elf/Makefile: Likewise.
64378         * math/Makefile: Likewise.
64379         * misc/Makefile: Likewise.
64380         * nptl/Makefile: Likewise.
64381         * sysdeps/mach/hurd/Makefile: Likewise.
64383         * configure.in: PWD_P is not used anymore.
64384         * config.make.in: Remove PWD_P entry.
64386         * configure.in: Remove last remnants of RANLIB.
64387         No need to check for signed size_t anymore.
64388         Don't set libc_commonpagesize and libc_relro_required here for Alpha
64389         and IA-64.
64390         Remove __builtin_expect test because we require at least gcc 3.4.
64391         * aclocal.m4: Likewise.
64393         * wcsmbs/mbrtoc16.c: Implement using towc function.
64394         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
64395         * wcsmbs/wcsmbsload.c: Likewise.
64396         * iconv/gconv_simple.c: Likewise.
64397         * iconv/gconv_int.h: Likewise.
64398         * iconv/gconv_builtin.h: Likewise.
64399         * iconv/iconv_prog.c: Remove CHAR16 handling.
64401         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
64403         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
64405         * configure.in: Remove --with-elf and --enable-bounded options.
64406         Dont set base_machine for ia64.  More non-ELF conditions removed.
64407         Remove testing and setting of leading underscore information.
64408         * config.make.in (build-bounded): Set to no.
64409         * config.h.in: Remove NO_UNDERSCORES entry.
64410         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
64411         them.
64412         * csu/start.c: Remove !NO_UNDERSCORE code.
64413         * locale/localeinfo.h: Likewise.
64414         * sysdeps/generic/machine-gmon.h: Likewise.
64415         * sysdeps/generic/sysdep.h: Likewise.
64416         * sysdeps/i386/sysdep.h: Likewise.
64417         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
64418         * sysdeps/mach/sysdep.h: Likewise.
64419         * sysdeps/s390/s390-32/sysdep.h: Likewise.
64420         * sysdeps/s390/s390-64/sysdep.h: Likewise.
64421         * sysdeps/sh/sysdep.h: Likewise.
64422         * sysdeps/sparc/sparc32/alloca.S: Likewise.
64423         * sysdeps/unix/i386/sysdep.S: Likewise.
64424         * sysdeps/unix/sparc/start.c: Likewise.
64425         * sysdeps/unix/sparc/sysdep.S: Likewise.
64426         * sysdeps/unix/sparc/sysdep.h: Likewise.
64427         * sysdeps/unix/start.c: Likewise.
64428         * sysdeps/unix/x86_64/sysdep.S: Likewise.
64429         * sysdeps/x86_64/sysdep.h: Likewise.
64431 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
64433         [BZ #13553]
64434         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
64435         for non-gcc.
64436         * argp/argp-fmtstream.h: Use const instead __const.
64437         * argp/argp.h: Likewise.
64438         * assert/assert.h: Likewise.
64439         * bits/fenv.h: Likewise.
64440         * bits/sched.h: Likewise.
64441         * bits/sigset.h: Likewise.
64442         * bits/sigthread.h: Likewise.
64443         * catgets/nl_types.h: Likewise.
64444         * conform/data/pthread.h-data: Likewise.
64445         * crypt/crypt-private.h: Likewise.
64446         * crypt/crypt.h: Likewise.
64447         * crypt/crypt_util.c: Likewise.
64448         * ctype/ctype.h: Likewise.
64449         * debug/execinfo.h: Likewise.
64450         * debug/mbsnrtowcs_chk.c: Likewise.
64451         * debug/mbsrtowcs_chk.c: Likewise.
64452         * debug/wcsnrtombs_chk.c: Likewise.
64453         * debug/wcsrtombs_chk.c: Likewise.
64454         * debug/wcstombs_chk.c: Likewise.
64455         * dirent/dirent.h: Likewise.
64456         * dlfcn/dlfcn.h: Likewise.
64457         * elf/neededtest4.c: Likewise.
64458         * grp/grp.h: Likewise.
64459         * gshadow/gshadow.h: Likewise.
64460         * iconv/gconv.h: Likewise.
64461         * iconv/gconv_int.h: Likewise.
64462         * iconv/gconv_simple.c: Likewise.
64463         * iconv/iconv.h: Likewise.
64464         * iconv/loop.c: Likewise.
64465         * iconv/skeleton.c: Likewise.
64466         * include/aio.h: Likewise.
64467         * include/aliases.h: Likewise.
64468         * include/argz.h: Likewise.
64469         * include/arpa/inet.h: Likewise.
64470         * include/assert.h: Likewise.
64471         * include/dirent.h: Likewise.
64472         * include/dlfcn.h: Likewise.
64473         * include/execinfo.h: Likewise.
64474         * include/fcntl.h: Likewise.
64475         * include/fenv.h: Likewise.
64476         * include/glob.h: Likewise.
64477         * include/grp.h: Likewise.
64478         * include/libintl.h: Likewise.
64479         * include/mntent.h: Likewise.
64480         * include/netdb.h: Likewise.
64481         * include/pwd.h: Likewise.
64482         * include/rpc/netdb.h: Likewise.
64483         * include/sched.h: Likewise.
64484         * include/search.h: Likewise.
64485         * include/shadow.h: Likewise.
64486         * include/signal.h: Likewise.
64487         * include/stdio.h: Likewise.
64488         * include/stdlib.h: Likewise.
64489         * include/string.h: Likewise.
64490         * include/sys/socket.h: Likewise.
64491         * include/sys/stat.h: Likewise.
64492         * include/sys/statfs.h: Likewise.
64493         * include/sys/statvfs.h: Likewise.
64494         * include/sys/syslog.h: Likewise.
64495         * include/sys/time.h: Likewise.
64496         * include/sys/uio.h: Likewise.
64497         * include/time.h: Likewise.
64498         * include/unistd.h: Likewise.
64499         * include/utmp.h: Likewise.
64500         * include/wchar.h: Likewise.
64501         * include/wctype.h: Likewise.
64502         * inet/aliases.h: Likewise.
64503         * inet/arpa/inet.h: Likewise.
64504         * inet/netinet/ether.h: Likewise.
64505         * inet/netinet/in.h: Likewise.
64506         * intl/libintl.h: Likewise.
64507         * io/bits/fcntl2.h: Likewise.
64508         * io/fcntl.h: Likewise.
64509         * io/ftw.h: Likewise.
64510         * io/sys/poll.h: Likewise.
64511         * io/sys/stat.h: Likewise.
64512         * io/sys/statfs.h: Likewise.
64513         * io/sys/statvfs.h: Likewise.
64514         * io/utime.h: Likewise.
64515         * libio/bits/stdio.h: Likewise.
64516         * libio/bits/stdio2.h: Likewise.
64517         * libio/libio.h: Likewise.
64518         * libio/libioP.h: Likewise.
64519         * libio/stdio.h: Likewise.
64520         * locale/lc-ctype.c: Likewise.
64521         * locale/locale.h: Likewise.
64522         * login/utmp.h: Likewise.
64523         * malloc/arena.c: Likewise.
64524         * malloc/malloc.c: Likewise.
64525         * malloc/malloc.h: Likewise.
64526         * malloc/mcheck.c: Likewise.
64527         * malloc/mtrace.c: Likewise.
64528         * math/bits/mathcalls.h: Likewise.
64529         * math/fenv.h: Likewise.
64530         * math/math_private.h: Likewise.
64531         * misc/bits/error.h: Likewise.
64532         * misc/bits/syslog.h: Likewise.
64533         * misc/err.h: Likewise.
64534         * misc/error.h: Likewise.
64535         * misc/fstab.h: Likewise.
64536         * misc/mntent.h: Likewise.
64537         * misc/regexp.h: Likewise.
64538         * misc/search.h: Likewise.
64539         * misc/sgtty.h: Likewise.
64540         * misc/sys/mman.h: Likewise.
64541         * misc/sys/syslog.h: Likewise.
64542         * misc/sys/uio.h: Likewise.
64543         * misc/sys/xattr.h: Likewise.
64544         * misc/ttyent.h: Likewise.
64545         * nis/rpcsvc/ypclnt.h: Likewise.
64546         * nss/nss.h: Likewise.
64547         * posix/bits/unistd.h: Likewise.
64548         * posix/fnmatch.h: Likewise.
64549         * posix/glob.h: Likewise.
64550         * posix/sched.h: Likewise.
64551         * posix/spawn.h: Likewise.
64552         * posix/sys/wait.h: Likewise.
64553         * posix/unistd.h: Likewise.
64554         * posix/wordexp.h: Likewise.
64555         * pwd/pwd.h: Likewise.
64556         * resolv/netdb.h: Likewise.
64557         * resource/sys/resource.h: Likewise.
64558         * rt/aio.h: Likewise.
64559         * rt/bits/mqueue2.h: Likewise.
64560         * rt/mqueue.h: Likewise.
64561         * shadow/shadow.h: Likewise.
64562         * signal/signal.h: Likewise.
64563         * socket/send.c: Likewise.
64564         * socket/sendto.c: Likewise.
64565         * socket/sys/socket.h: Likewise.
64566         * stdio-common/printf.h: Likewise.
64567         * stdlib/bits/stdlib.h: Likewise.
64568         * stdlib/fmtmsg.h: Likewise.
64569         * stdlib/monetary.h: Likewise.
64570         * stdlib/stdlib.h: Likewise.
64571         * stdlib/ucontext.h: Likewise.
64572         * streams/stropts.h: Likewise.
64573         * string/argz.h: Likewise.
64574         * string/bits/string2.h: Likewise.
64575         * string/string.h: Likewise.
64576         * string/strings.h: Likewise.
64577         * sunrpc/rpc/auth.h: Likewise.
64578         * sunrpc/rpc/auth_des.h: Likewise.
64579         * sunrpc/rpc/clnt.h: Likewise.
64580         * sunrpc/rpc/netdb.h: Likewise.
64581         * sunrpc/rpc/pmap_clnt.h: Likewise.
64582         * sunrpc/rpc/xdr.h: Likewise.
64583         * sysdeps/generic/inttypes.h: Likewise.
64584         * sysdeps/generic/net/if.h: Likewise.
64585         * sysdeps/generic/sys/swap.h: Likewise.
64586         * sysdeps/gnu/net/if.h: Likewise.
64587         * sysdeps/gnu/utmpx.h: Likewise.
64588         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
64589         * sysdeps/i386/i486/bits/string.h: Likewise.
64590         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
64591         * sysdeps/s390/bits/string.h: Likewise.
64592         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
64593         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
64594         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
64595         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
64596         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
64597         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
64598         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
64599         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
64600         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
64601         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
64602         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
64603         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
64604         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
64605         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
64606         * sysdeps/unix/sysv/linux/readv.c: Likewise.
64607         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
64608         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
64609         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
64610         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
64611         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
64612         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
64613         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
64614         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
64615         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
64616         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
64617         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
64618         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
64619         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
64620         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
64621         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
64622         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
64623         * sysvipc/sys/ipc.h: Likewise.
64624         * sysvipc/sys/msg.h: Likewise.
64625         * sysvipc/sys/sem.h: Likewise.
64626         * sysvipc/sys/shm.h: Likewise.
64627         * termios/termios.h: Likewise.
64628         * time/sys/time.h: Likewise.
64629         * time/time.h: Likewise.
64630         * wcsmbs/bits/wchar2.h: Likewise.
64631         * wcsmbs/uchar.h: Likewise.
64632         * wcsmbs/wchar.h: Likewise.
64633         * wctype/wctype.h: Likewise.
64635         [BZ #13551]
64636         * Makeconfig: Remove all but ELF support including AIX support.
64637         * Makerules: Likewise.
64638         * config.h.in: Likewise.
64639         * config.make.in: Likewise.
64640         * configure: Likewise.
64641         * configure.in: Likewise.
64642         * csu/Makefile: Likewise.
64643         * csu/version.c: Likewise.
64644         * debug/Makefile: Likewise.
64645         * dlfcn/Makefile: Likewise.
64646         * elf/Makefile: Likewise.
64647         * extra-lib.mk: Likewise.
64648         * iconv/Makefile: Likewise.
64649         * include/libc-symbols.h: Likewise.
64650         * include/shlib-compat.h: Likewise.
64651         * resolv/Makefile: Likewise.
64652         * resolv/res_libc.c: Likewise.
64653         * rt/Makefile: Likewise.
64654         * sysdeps/i386/asm-syntax.h: Likewise.
64655         * sysdeps/i386/sysdep.h: Likewise.
64656         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
64657         * sysdeps/mach/sysdep.h: Likewise.
64658         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
64659         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
64660         * sysdeps/s390/asm-syntax.h: Likewise.
64661         * sysdeps/s390/s390-32/sysdep.h: Likewise.
64662         * sysdeps/s390/s390-64/sysdep.h: Likewise.
64663         * sysdeps/sh/sysdep.h: Likewise.
64664         * sysdeps/unix/sparc/sysdep.h: Likewise.
64665         * sysdeps/wordsize-32/divdi3.c: Likewise.
64666         * sysdeps/x86_64/sysdep.h: Likewise.
64668         * argp/Versions: Remove _argp_unlock_xxx.
64670         [BZ #13559]
64671         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
64672         * abilist/libBrokenLocale.abilist: Likewise.
64673         * abilist/libanl.abilist: Likewise.
64674         * abilist/libc.abilist: Likewise.
64675         * abilist/libcrypt.abilist: Likewise.
64676         * abilist/libdl.abilist: Likewise.
64677         * abilist/libm.abilist: Likewise.
64678         * abilist/libnsl.abilist: Likewise.
64679         * abilist/libpthread.abilist: Likewise.
64680         * abilist/libresolv.abilist: Likewise.
64681         * abilist/librt.abilist: Likewise.
64682         * abilist/libthread_db.abilist: Likewise.
64683         * abilist/libutil.abilist: Likewise.
64684         * abilist/libnss_db.abilist: New file.
64686         * scripts/abilist.awk: Add support for indirect functions.
64688         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
64690         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
64692         * shlib-versions: Remove entries for ports architectures.
64694         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
64695         files in ports.
64696         * elf/stackguard-macros.h: Remove support for IA-64.
64697         * elf/tst-auditmod1.c: Likewise.
64698         * sysdeps/generic/ldsodefs.h: Likewise.
64700         * sysdeps/unix/sysv/linux/configure.in: Ports should define
64701         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
64702         configure files.
64704         [BZ #13552]
64705         * configure.in: Remove --enable-omitfp support.
64706         * FAQ.in: Adjust.
64707         * config.make.in: Likewise.
64708         * Makeconfig: Likewise.
64709         * manual/install.texi: Likewise.
64711         In case anyone cares, the IA-64 architecture could move to ports.
64712         * sysdeps/ia64/*: Removed.
64713         * sysdeps/unix/sysv/linux/ia64/*: Removed.
64714         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
64716         [BZ #13555]
64717         * configure.in: Remove entries for unsupported architectures.
64719         [BZ #13533]
64720         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
64721         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
64722         routines.
64723         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
64724         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
64725         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
64726         fall back to using wcrtomb.
64727         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
64728         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
64729         renaming.
64730         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
64731         * wcsmbs/tst-c16c32-1.c: New file.
64733         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
64734         local variable.
64736         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
64738         * elf/tst-unique3.cc: Add explicit declaration of gets.
64739         * elf/tst-unique3lib.cc: Likewise.
64740         * elf/tst-unique3lib2.cc: Likewise.
64741         * elf/tst-unique4.cc: Likewise.
64743         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
64745 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
64747         [BZ #13566]
64748         * assert/assert.h (static_assert): Don't define for C++.
64749         * libio/stdio.h (gets): Do declare for C++ <= C++11.
64750         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
64752 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
64754         * iconv/loop.c (single loop): Fix assertion in storing of
64755         remaining bytes.
64757         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
64759 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
64761         * posix/getconf.c: Update copyright year.
64762         * nss/getent.c: Likewise.
64763         * nss/makedb.c: Likewise.
64764         * iconv/iconvconfig.c: Likewise.
64765         * iconv/iconv_prog.c: Likewise.
64766         * elf/ldconfig.c: Likewise.
64767         * elf/pldd.c: Likewise.
64768         * elf/sotruss.ksh: Likewise.
64769         * catgets/gencat.c: Likewise.
64770         * csu/version.c: Likewise.
64771         * elf/ldd.bash.in: Likewise.
64772         * elf/sprof.c (print_version): Likewise.
64773         * locale/programs/locale.c: Likewise.
64774         * locale/programs/localedef.c: Likewise.
64775         * login/programs/pt_chown.c: Likewise.
64776         * nscd/nscd.c (print_version): Likewise.
64777         * debug/xtrace.sh: Likewise.
64778         * malloc/memusage.sh: Likewise.
64779         * malloc/mtrace.pl: Likewise.
64780         * debug/catchsegv.sh: Likewise.
64782 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
64784         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
64785         pure attribute.
64787 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
64789         [BZ #13533]
64790         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
64791         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
64792         transformations.
64793         * iconv/gconv_int.h: Likewise.
64794         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
64795         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
64796         from libc for GLIBC_2.16.
64797         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
64798         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
64799         * wcsmbs/uchar.h: Really define mbstate_t.
64800         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
64801         * wcsmbs/c16rtomb.c: New file.
64802         * wcsmbs/mbrtoc16.c: New file.
64803         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
64804         for C/POSIX locale.
64805         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
64806         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
64808         * wcsmbs/wchar.h: Add missing __restrict.
64810 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
64812         [BZ #13532]
64813         * time/Makefile (routines): Add timespec_get.
64814         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
64815         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
64816         timespec for ISO C11.
64817         * time/timespec_get.c: New file.
64818         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
64819         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
64821         [BZ #13531]
64822         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
64823         * stdlib/stdlib.h: Declare aligned_alloc.
64824         * Versions.def: Add GLIBC_2.16 for libc.
64825         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
64827         [BZ 13527]
64828         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
64829         ISO C11.
64831         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
64832         code.
64834         [BZ #13528]
64835         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
64837         [BZ #13529]
64838         * assert/assert.h (static_assert): Define.
64840         * version.h: Update for 2.16 development version.
64842         [BZ #13526]
64843         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
64844         _ISOC11_SOURCE.
64846         * version.h (RELEASE): Bump for 2.15 release.
64847         * include/features.h (__GLIBC_MINOR__): Bump to 15.
64849         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
64850         Patch by Marek Polacek <mpolacek@redhat.com>.
64852         * bits/byteswap.h: Protect long long constants with __extension__.
64853         * sysdeps/i386/bits/byteswap.h: Likewise.
64854         * sysdeps/ia64/bits/byteswap.h: Likewise.
64855         * sysdeps/s390/bits/byteswap.h: Likewise.
64856         * sysdeps/x86_64/bits/byteswap.h: Likewise.
64858 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
64860         [BZ #13540]
64861         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
64862         destination buffer.
64863         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
64865 2011-12-23  Marek Polacek  <polacek@redhat.com>
64867         * elf/dl-addr.c (determine_info): Add inline keyword.
64868         * elf/tst-auditmod4b.c (check_avx): Likewise.
64869         * elf/tst-auditmod6b.c (check_avx): Likewise.
64870         * elf/tst-auditmod6c.c (check_avx): Likewise.
64871         * elf/tst-auditmod7b.c (check_avx): Likewise.
64873 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
64875         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
64876         !__SSE_MATH__.
64878 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
64880         [BZ #13540]
64881         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
64882         processing for last bytes.
64884 2011-08-06  Bruno Haible  <bruno@clisp.org>
64886         [BZ #13061]
64887         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
64888         U+0385, not to U+1FEE.
64890         [BZ #13062]
64891         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
64892         entry for U+00A5 U+0301.
64894 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
64896         [BZ #13166]
64897         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
64898         buffer for the output is too small.
64900         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
64901         optimization.
64903         [BZ #13185]
64904         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
64905         SSE flags if possible.
64907 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
64909         [BZ #13540]
64910         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
64911         processing for last bytes.
64913 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
64915         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
64916         (syscall-list-default-options, syscall-list-default-condition)
64917         (syscall-list-includes): Define.
64918         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
64919         list of ABIs and options and #if conditions for each ABI.  Do not
64920         handle common syscalls between ABIs specially.
64921         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
64922         Remove.
64923         (syscall-list-variants, syscall-list-32bit-options)
64924         (syscall-list-32bit-condition, syscall-list-64bit-options)
64925         (syscall-list-64bit-condition): Define.
64926         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
64927         (syscall-list-variants, syscall-list-32bit-options)
64928         (syscall-list-32bit-condition, syscall-list-64bit-options)
64929         (syscall-list-64bit-condition): Define.
64930         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
64931         Remove.
64932         (syscall-list-variants, syscall-list-32bit-options)
64933         (syscall-list-32bit-condition, syscall-list-64bit-options)
64934         (syscall-list-64bit-condition): Define.
64935         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
64936         Remove.
64937         (syscall-list-variants, syscall-list-32bit-options)
64938         (syscall-list-32bit-condition, syscall-list-64bit-options)
64939         (syscall-list-64bit-condition): Define.
64941 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
64943         * locale/iso-639.def: Add brx entry.
64945         [BZ #13328]
64946         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
64947         Proposed by Mariusz_Cukr <marcukr@op.pl>.
64949         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
64950         __feraiseexcept_renamed.
64952 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
64954         [BZ #13538]
64955         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
64956         EPOLLET with unsigned values.
64957         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
64958         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
64960         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
64961         to large cancellation.
64962         * math/s_cacoshf.c: Likewise.
64963         * math/s_cacoshl.c: Likewise.
64965 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
64967         [BZ #13305]
64968         [BZ #12786]
64969         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
64970         * math/s_cacoshf.c: Likewise.
64971         * math/s_cacoshl.c: Likewise.
64973 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
64975         [BZ #13439]
64976         * iconv/gconv.h: Define __GCONV_SWAP.
64977         * iconvdata/unicode.c: The swap bit must be stored in __flags.
64978         * iconvdata/utf-16.c: Likewise.
64979         * iconvdata/utf-32.c: Likewise.
64981 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
64983         [BZ #13524]
64984         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
64985         numerator after shifting it by one limb.
64987 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
64989         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
64990         under [__USE_EXTERN_INLINES].
64992 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
64994         [BZ #13446]
64995         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
64997 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64999         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
65000         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
65001         optimized code.
65002         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
65003         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
65004         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
65005         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
65006         for strncasecmp/strncasecmp_l compilation.
65007         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
65008         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
65010 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
65012         [BZ #13484]
65013         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
65014         of __asm__.
65016 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
65018         [BZ #13506]
65019         * time/tzfile.c (__tzfile_read): Check values from file header.
65021 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
65023         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
65024         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
65025         * powerpc/powerpc32/dl-start.S: Likewise.
65026         * powerpc/powerpc32/elf/start.S: Likewise.
65027         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
65028         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
65029         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
65030         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
65031         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
65032         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
65033         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
65034         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
65035         * powerpc/powerpc32/fpu/s_round.S: Likewise.
65036         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
65037         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
65038         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
65039         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
65040         * powerpc/powerpc32/memset.S: Likewise.
65041         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
65042         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
65043         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
65044         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
65045         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
65046         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
65047         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
65048         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
65049         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
65050         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
65051         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
65052         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
65053         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
65055 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
65057         * math/libm-test.inc: Added more nearbyint tests.
65058         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
65059         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
65060         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
65061         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
65063 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
65065         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
65066         FD_CLOEXEC.
65068 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
65070         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
65071         Add wcscpy-ssse3 wcscpy-c.
65072         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
65073         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
65074         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
65075         * sysdeps/x86_64/wcschr.S: New file.
65076         * sysdeps/x86_64/wcsrchr.S: New file.
65077         * string/test-strcmp.c: Remove checking of wcscmp function for
65078         wrong alignments.
65079         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
65080         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
65081         wcsrchr-sse2 wcsrchr-c.
65082         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
65083         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
65084         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
65085         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
65086         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
65087         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
65088         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
65089         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
65090         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
65091         * wcsmbc/wcschr.c (WCSCHR): New macro.
65093 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
65095         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
65096         * wcsmbs/test-wcsrchr.c: New file.
65097         * string/test-strrchr.c: Add wcsrchr support.
65098         (WIDE): New macro.
65099         * wcsmbs/test-wcscpy.c: New file.
65100         * string/test-strcpy.c: Add wcscpy support.
65101         (WIDE): New macro.
65103 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
65105         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
65106         the inner loop.
65108 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
65110         [BZ #13472]
65111         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
65113 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
65115         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
65116         Minor optimizations.
65118         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
65119         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
65120         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
65122 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
65124         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
65125         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
65126         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
65127         for gcc to avoid warnings.
65128         * inet/Makefile (tests): Add tst-checks.
65129         * inet/tst-checks.c: New file.
65131         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
65132         warning.
65134         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
65135         __wmemcmp_sse2.
65137         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
65138         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
65140         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
65142 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
65144         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
65145         problem.
65147         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
65149 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
65151         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
65152         conditional on GCC version.
65153         (__arch_compare_and_exchange_val_8_acq)
65154         (__arch_compare_and_exchange_val_16_acq)
65155         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
65156         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
65157         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
65159 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
65161         * sysdeps/sh/backtrace.c: New file.
65163 2011-12-02  Andreas Schwab  <schwab@redhat.com>
65165         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
65166         parenthesis.
65168 2011-12-01  Andreas Schwab  <schwab@redhat.com>
65170         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
65171         falling back to utime.
65173 2011-11-30  Andreas Schwab  <schwab@redhat.com>
65175         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
65176         expectations for float.
65178 2011-11-29  Andreas Schwab  <schwab@redhat.com>
65180         * locale/weight.h (findidx): Add parameter len.
65181         * locale/weightwc.h (findidx): Likewise.
65182         * posix/fnmatch_loop.c (FCT): Adjust caller.
65183         * posix/regcomp.c (build_equiv_class): Likewise.
65184         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
65185         * posix/regexec.c (check_node_accept_bytes): Likewise.
65186         * string/strcoll_l.c (STRCOLL): Likewise.
65187         * string/strxfrm_l.c (STRXFRM): Likewise.
65189 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
65191         * Makefile.in: Remove CVSOPT handling.
65192         * configure.in: Remove use of AC_REVISION.
65193         * iconvdata/Makefile (distribute): No need to filter out CVS.
65194         * scripts/list-sources.sh: Remove CVS, subversion and monotone
65195         handling.
65197 2011-11-16  Andreas Schwab  <schwab@redhat.com>
65199         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
65200         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
65201         [USE_AS_STRNCASECMP_L]: Likewise.
65202         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
65203         NO_TLS_DIRECT_SEG_REFS.
65204         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
65205         Fix argument offsets for non-PIC.
65206         [USE_AS_STRNCASECMP_L]: Likewise.
65207         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
65208         NO_TLS_DIRECT_SEG_REFS.
65210 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
65212         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
65213         O_CLOEXEC.
65214         * locale/loadlocale.c (_nl_load_locale): Likewise.
65216 2011-11-15  Andreas Schwab  <schwab@redhat.com>
65218         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
65219         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
65220         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
65221         (SYSCALL_GETTIME): Set errno on error.
65223         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
65224         count references to noai6ai_cached.
65226 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
65228         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
65230         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
65231         FD_CLOEXEC for /proc/self/maps.
65233         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
65234         FD_CLOEXEC for /proc/meminfo.
65236         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
65237         gai.conf.
65239         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
65240         FD_CLOEXEC for given file.
65242         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
65244         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
65245         FD_CLOEXEC for /etc/hosts.
65246         (_gethtent): Likewise.
65248         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
65250         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
65251         cancellation and set FD_CLOEXEC for /etc/netgroup.
65253         * nss/nss_files/files-key.c (search): Don't allow cancellation when
65254         reading /etc/publickey.
65256         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
65257         allow cancellation when reading /etc/group.
65259         * nss/nss_files/files-alias.c (internal_setent): Don't allow
65260         cancellation.
65261         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
65263         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
65264         when using data file.
65266         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
65268         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
65269         (write_nis_obj): Use "c" and "e" in fopen.
65271         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
65273         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
65275         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
65277         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
65279         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
65280         locale.alias.
65282         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
65284         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
65286         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
65288         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
65289         file parsing and set FD_CLOEXEC.
65291 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
65293         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
65295 2011-11-14  Andreas Schwab  <schwab@redhat.com>
65297         * malloc/arena.c (arena_get2): Don't call reused_arena when
65298         _int_new_arena failed.
65300 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
65302         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
65303         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
65304         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
65305         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
65306         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
65307         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
65308         to compile strcasecmp and strncasecmp.
65309         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
65310         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
65312         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
65314 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
65316         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
65317         locale-defines.sym to gen-as-const-headers.
65318         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
65319         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
65320         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
65321         to compile strcasecmp and strncasecmp.
65322         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
65323         strcasecmp_l and strncasecmp_l.
65324         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
65325         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
65326         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
65327         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
65328         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
65329         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
65330         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
65331         * sysdeps/i386/i686/multiarch/strncase.S: New file.
65332         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
65333         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
65334         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
65336 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
65338         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
65339         result of SYSDEP_GETTIME_CPU to retval.
65340         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
65341         parameter list to macro.  Remove trailing semicolon.  Adjust users.
65343         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
65344         variable.
65346         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
65347         mantissa words.
65348         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
65350         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
65351         from unused variable.
65353         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
65354         DWARF definitions.
65355         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
65356         for assembling.
65358         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
65359         over namespaces.
65361         * sunrpc/rpc_prot.c (rejected): Fix case value.
65363         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
65364         unsigned long long int to avoid warnings in shift.
65366         * posix/regex_internal.c (re_string_reconstruct): Actually use result
65367         of use of trans.
65368         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
65369         variable tmp.
65371         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
65372         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
65373         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
65375         * nis/nis_table.c (nis_list): Use variable of correct type for
65376         result of __follow_path call.
65378 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
65380         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
65381         of math functions ceil, trunc, floor, round, and sqrt, when
65382         avaliable on the platform.
65383         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
65384         name clash.
65385         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
65386         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
65387         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
65389 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
65391         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
65392         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
65394 2011-11-11  Roland McGrath  <roland@hack.frob.com>
65396         * include/unistd.h: Fix __readlink return type.
65397         Reported by Chris Metcalf <cmetcalf@tilera.com>.
65399 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
65401         * stdlib/ucontext.h: Undo last change for makecontext.
65403 2011-11-11  Andreas Schwab  <schwab@redhat.com>
65405         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
65407         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
65408         * setjmp/setjmp.h: Mark functions as non-leaf.
65409         * setjmp/bits/setjmp2.h: Likewise.
65410         * stdlib/ucontext.h: Likewise.
65412 2011-11-10  Andreas Schwab  <schwab@redhat.com>
65414         * malloc/arena.c (_int_new_arena): Don't increment narenas.
65415         (reused_arena): Don't check arena limit.
65416         (arena_get2): Atomically check arena limit.
65418 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
65420         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
65421         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
65423         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
65424         instructions.
65426 2011-11-07  Andreas Schwab  <schwab@redhat.com>
65428         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
65429         handler when locking.
65431         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
65432         Fix size of allocated buffer.
65434 2011-11-04  Andreas Schwab  <schwab@redhat.com>
65436         [BZ #10103]
65437         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
65438         declarations for long double functions.
65439         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
65441         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
65443 2011-11-03  Andreas Schwab  <schwab@redhat.com>
65445         * nscd/nscd.c (main): Don't start AVC thread until credentials are
65446         installed.
65448         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
65449         is disabled.
65451 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
65453         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
65455 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
65457         * include/alloca.h (stackinfo_alloca_round): Define.
65458         (extend_alloca): Use it.
65459         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
65460         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
65461         here.
65463         * scripts/check-local-headers.sh: Ignore libaudit.h.
65465         * nscd/Makefile (extra-objs): Make recursively expanded.
65467 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
65469         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
65470         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
65472         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
65473         * posix/tst-rfc3484-2.c: Likewise.
65474         * posix/tst-rfc3484-3.c: Likewise.
65476         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
65477         process_vm_writev.
65478         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
65479         process_vm_writev.
65480         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
65481         process_vm_writev from libc using GLIBC_2.15 version.
65483         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
65485 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
65487         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
65488         stack usage.
65490 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
65492         [BZ #13367]
65493         * nss/getent.c (initgroups_keys): Show error message in case no group
65494         names are given.
65496         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
65497         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
65498         __bump_nl_timestamp.
65499         * nscd/connections (nscd_init): When host database is served open
65500         netlink socket and request notification about configuration changes.
65501         (main_loop_poll): Track netlink file descriptor and bump timestamp
65502         in case data becomes available.
65503         (main_loop_epoll): Likewise.
65504         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
65505         (database_pers_head): Add extra_data fileds.
65506         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
65507         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
65508         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
65509         Adjust caller.
65510         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
65511         in6ai data, call __free_in6ai.
65512         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
65513         Add -DHAVE_NETLINK.
65514         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
65515         interface information.  Reuse previous data if netlink timestamp
65516         is not changed.
65517         (__bump_nl_timestamp): New function.
65518         (__free_in6ai): New function.
65520 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
65522         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
65523         close_not_cancel_no_status here.
65524         (__check_pf): Reorganize code a bit to not call close twice if OOM.
65526 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
65528         [BZ #13276]
65529         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
65530         return value.
65532         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
65533         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
65534         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
65536 2011-07-03  Andreas Jaeger  <aj@suse.de>
65538         [BZ #10709]
65539         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
65540         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
65541         * math/libm-test.inc (sin_test): Add test case.
65543 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
65545         [BZ #13337]
65546         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
65547         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
65549         * elf/chroot_canon.c (chroot_canon): Cleanups.
65551         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
65553         [BZ #13335]
65554         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
65555         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
65557         * string/test-strchr.c: Make usable for strchrnul testing.
65558         * string/test-strchrnul.c: New file.
65559         * string/Makefile (strop-tests): Add strchrnul.
65561         * po/it.po: Update from translation team.
65562         * po/es.po: Likewise.
65564 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
65566         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
65567         the three constants needed as parameters.  Drop the others.
65568         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
65569         __m128i_strloadu_tolower.
65570         Create and initialize variable zero and use it in all the places
65571         where _mm_setzero_si128 was used.
65573         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
65574         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
65575         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
65576         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
65577         anymore.
65578         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
65579         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
65580         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
65581         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
65582         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
65583         __mpranred, __mptan.
65584         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
65585         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
65586         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
65587         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
65588         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
65589         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
65590         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
65591         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
65592         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
65594 2011-10-28  Andreas Schwab  <schwab@redhat.com>
65596         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
65597         redefine if SHARED.
65598         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
65600         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
65601         wide char related routines to wcsmbs subdir.
65603 2011-10-27  Andreas Schwab  <schwab@redhat.com>
65605         [BZ #13344]
65606         * misc/sys/cdefs.h (__THROWNL): Define.
65607         * posix/unistd.h: Use __THREADNL instead of __THREAD
65608         for memory synchronization functions.
65610 2011-10-26  Roland McGrath  <roland@hack.frob.com>
65612         [BZ #13349]
65613         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
65614         doesn't exist.
65615         * manual/stdio.texi (Obstack Streams): Node removed.
65617 2011-10-26  Andreas Schwab  <schwab@redhat.com>
65619         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
65620         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
65621         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
65623         * math/math_private.h (math_force_eval): Allow non-addressable
65624         arguments.
65625         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
65627 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
65629         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
65630         file is not needed.
65632         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
65633         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
65634         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
65635         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
65636         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
65637         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
65638         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
65639         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
65640         Add AVX variants.
65641         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
65642         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
65643         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
65644         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
65645         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
65646         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
65647         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
65648         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
65649         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
65650         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
65651         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
65652         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
65653         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
65654         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
65655         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
65656         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
65657         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
65658         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
65659         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
65661         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
65662         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
65664         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
65665         place.  Use VEX encoding when compiling for AVX.
65667 2011-10-25  Andreas Schwab  <schwab@redhat.com>
65669         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
65670         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
65672         * string/test-strchr.c (do_test): Don't generate NUL bytes.
65674 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
65676         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
65677         useless if() expression.
65678         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
65679         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
65680         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
65681         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
65682         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
65683         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
65684         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
65685         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
65686         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
65687         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
65688         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
65689         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
65690         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
65691         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
65692         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
65693         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
65694         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
65695         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
65696         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
65698         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
65700 2011-10-25  Andreas Schwab  <schwab@redhat.com>
65702         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
65703         condition.
65704         * elf/dl-fini.c (_dl_sort_fini): Likewise.
65706 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
65708         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
65709         .text section.  Avoid duplicate constants.
65710         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
65711         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
65712         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
65713         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
65714         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
65715         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
65716         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
65717         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
65718         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
65719         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
65720         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
65721         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
65722         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
65723         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
65724         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
65725         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
65726         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
65727         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
65728         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
65729         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
65730         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
65731         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
65732         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
65733         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
65734         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
65735         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
65736         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
65737         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
65738         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
65739         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
65740         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
65741         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
65742         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
65743         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
65744         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
65745         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
65746         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
65747         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
65748         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
65749         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
65750         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
65751         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
65752         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
65753         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
65754         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
65756 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
65758         * sysdeps/x86_64/dla.h: Move to ...
65759         * sysdeps/x86_64/fpu/dla.h: ...here.
65760         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
65761         situations.  Use __builtin_fma only for gcc 4.6 and up.
65763         * config.make.in: Add have-mfma4 entry.
65764         * configure.in: Substitute libc_cv_cc_fma4.
65765         * math/Makefile (dbl-only-routines): Add sincostab.
65766         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
65767         Use __sincostab not sincos.
65768         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
65769         name is a macro.
65770         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
65771         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
65772         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
65773         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
65774         using __copysign.
65775         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
65776         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
65777         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
65778         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
65779         and __inv.
65780         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
65781         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
65782         __copysign.
65783         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
65784         define aliases when function name is a macro.
65785         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
65786         sysdeps/ieee754/dbl-64/sincos.tbl.
65787         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
65788         fma4-enabled routines.
65789         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
65790         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
65791         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
65792         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
65793         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
65794         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
65795         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
65796         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
65797         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
65798         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
65799         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
65800         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
65801         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
65802         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
65803         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
65804         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
65805         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
65806         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
65807         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
65808         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
65809         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
65810         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
65811         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
65812         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
65813         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
65814         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
65815         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
65816         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
65817         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
65818         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
65820         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
65821         rename.
65822         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
65823         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
65824         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
65825         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
65826         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
65827         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
65828         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
65829         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
65831 2011-10-24  Andreas Schwab  <schwab@redhat.com>
65833         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
65835 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
65837         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
65839         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
65840         prediction.
65841         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
65843         * string/strnlen.c: Don't define STRNLEN, reverse logic.
65844         Remove unused variable magic_bits.
65845         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
65847         * string/strnlen.c: Define and use STRNLEN macro.
65848         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
65849         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
65850         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
65851         * wcsmbs/wcslen.c: Define and use WCSLEN.
65852         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
65853         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
65854         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
65855         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
65856         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
65857         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
65858         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
65860 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
65862         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
65863         strnlen-sse2-no-bsf.
65864         Rename strlen-no-bsf to strlen-sse2-no-bsf.
65865         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
65866         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
65867         Add strnlen support.
65868         (USE_AS_STRNLEN): New macro.
65869         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
65870         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
65871         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
65872         * sysdeps/x86_64/wcslen.S: New file.
65874 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
65876         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
65877         XMM-moves are used for copying on small sizes.
65879 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
65881         * wcsmbs/Makefile (strop-tests): Add wcschr.
65882         * wcsmbs/test-wcschr.c: New file.
65883         * string/test-strchr.c: Update.
65884         Add wcschr support.
65885         (WIDE): New macro.
65887 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
65889         * wcsmbs/Makefile (strop-tests): Add wcslen.
65890         * wcsmbs/test-wcslen.c: New file.
65891         * string/test-strlen.c: Update.
65892         Add wcslen support.
65893         (WIDE): New macro.
65895 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
65897         * po/it.po: Update from translation team.
65899 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
65901         * sysdeps/x86_64/wcscmp.S: Update.
65902         Fix wrong comparison semantics.
65903         wcscmp shall use signed comparison not unsigned.
65904         Don't use substraction to avoid overflow bug.
65905         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
65906         * wcsmbc/wcscmp.c: Likewise.
65907         * string/test-strcmp.c: Likewise.
65908         Add new tests to check cases with negative values.
65910 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
65912         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
65913         * sysdeps/x86_64/dla.h: ...here.  New file.
65914         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
65915         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
65916         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
65917         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
65918         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
65919         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
65920         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
65921         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
65922         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
65924 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
65926         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
65927         __ynl_finite aliases.
65929 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
65931         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
65933         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
65934         define DLA_FMA.
65935         [DLA_FMA] (EMULV): Use DLA_FMA.
65936         [DLA_FMA] (MUL12): Use EMULV.
65937         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
65938         that are not needed.
65939         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
65940         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
65941         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
65942         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
65943         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
65944         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
65945         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
65947 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
65949         * math/s_nan.c: Undef __nan.
65950         * math/s_nanf.c: Undef __nanf.
65951         * math/s_nanl.c: Undef __nanl.
65952         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
65953         "math_private.h".
65955 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
65957         * math/s_catan.c: Add branch predictions.
65958         * math/s_catanf.c: Likewise.
65959         * math/s_catanh.c: Likewise.
65960         * math/s_catanhf.c: Likewise.
65961         * math/s_catanhl.c: Likewise.
65962         * math/s_catanl.c: Likewise.
65963         * math/s_cexp.c: Likewise.
65964         * math/s_cexpf.c: Likewise.
65965         * math/s_cexpl.c: Likewise.
65966         * math/s_clog.c: Likewise.
65967         * math/s_clog10.c: Likewise.
65968         * math/s_clog10f.c: Likewise.
65969         * math/s_clog10l.c: Likewise.
65970         * math/s_clogf.c: Likewise.
65971         * math/s_clogl.c: Likewise.
65972         * math/s_csqrt.c: Likewise.
65973         * math/s_csqrtf.c: Likewise.
65974         * math/s_csqrtl.c: Likewise.
65975         * math/s_ctanf.c: Likewise.
65976         * math/s_ctanh.c: Likewise.
65977         * math/s_ctanhf.c: Likewise.
65978         * math/s_ctanhl.c: Likewise.
65979         * math/s_ctanl.c: Likewise.
65981         * math/math_private.h: Define __nan, __nanf, __nanl.
65982         * math/s_cacosh.c: Include <math_private.h>.
65983         * math/s_cacoshl.c: Likewise.
65984         * math/s_casinh.c: Likewise.
65985         * math/s_casinhf.c: Likewise.
65986         * math/s_casinhl.c: Likewise.
65987         * math/s_ccos.c: Rely entire on ccosh.
65988         * math/s_ccosf.c: Rely entire on ccoshf.
65989         * math/s_ccosl.c: Rely entirely on ccoshl.
65990         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
65991         Remove tests for FE_INVALID.
65992         * math/s_ccoshf.c: Likewise.
65993         * math/s_ccoshl.c: Likewise.
65994         * math/s_csin.c: Likewise.
65995         * math/s_csinf.c: Likewise.
65996         * math/s_csinh.c Likewise.
65997         * math/s_csinhf.c: Likewise.
65998         * math/s_csinhl.c: Likewise.
65999         * math/s_csinl.c: Likewise.
66000         * math/s_ctan.c: Likewise.
66001         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
66002         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
66003         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
66005 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
66007         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
66008         compilation problems.
66010         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
66011         __builtin_expect.
66013 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
66015         * sysdeps/i386/configure.in: Test for -mfma4 option.
66016         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
66017         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
66018         COMMON_CPUID_INDEX_80000001.
66019         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
66020         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
66021         use it if FMA3 is not supported.
66022         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
66024         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
66025         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
66027 2011-10-20  Andreas Schwab  <schwab@redhat.com>
66029         [BZ #12892]
66030         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
66031         it would create a cycle with a link time dependency.
66033 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
66035         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
66036         instruction.
66037         * string/Makefile (strop-tests): Add rawmemchr.
66038         * string/test-rawmemchr.c: New file.
66040         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
66041         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
66042         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
66043         when compiling str{,n}casecmp and when AVX is available.  Hook up
66044         new optimized code in initializers.
66046 2011-10-19  Andreas Schwab  <schwab@redhat.com>
66048         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
66049         __feraiseexcept instead of feraiseexcept.
66051 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
66053         * math/math_private.h: Define defaults for libc_fetestexcept and
66054         libc_feupdateenv.
66055         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
66056         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
66057         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
66058         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
66059         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
66060         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
66061         libc_fetestexcept and libc_feupdateenv.
66063         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
66064         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
66065         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
66066         * sysdeps/x86_64/fpu/math_private.h: Define special version of
66067         libc_feholdexcept_setround.
66069         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
66070         Add s_nearbyint-c and s_nearbyintf-c.
66071         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
66072         nearbyintf inlines.
66073         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
66074         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
66075         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
66076         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
66078         * math/math_private.h: Define defaults for libc_fegetround,
66079         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
66080         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
66081         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
66082         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
66083         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
66084         standard functions.
66085         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
66086         Remove comments and hacks for old compiler versions.
66087         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
66088         libc_fegetround, libc_fesetround, libc_feholdexcept, and
66089         libc_feholdexceptl.
66091 2011-10-18  Andreas Schwab  <schwab@redhat.com>
66093         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
66094         (__feraiseexcept_renamed): Add __NTH.
66095         (feraiseexcept): Add __NTH.  Rename local variables to fix
66096         namespace violations.
66098 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
66100         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
66102         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
66104         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
66105         recently added interfaces.
66106         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
66108         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
66109         about macro parameter expansion.
66111         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
66112         __NO_MATH_INLINES is defined.  Cleanups.
66114         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
66115         and __floorf is target has SSE4.1.
66116         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
66117         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
66118         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
66119         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
66121         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
66122         name.
66123         (floorf): Likewise.
66125         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
66127 2011-10-17  Andreas Schwab  <schwab@redhat.com>
66129         * misc/sys/cdefs.h: Fix last change.
66131         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
66132         database lookup.
66134 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
66136         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
66138         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
66139         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
66140         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
66141         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
66142         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
66143         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
66144         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
66145         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
66146         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
66147         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
66148         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
66149         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
66150         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
66151         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
66152         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
66153         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
66154         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
66155         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
66156         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
66157         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
66158         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
66159         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
66161         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
66162         ceil, ceilf, floor, floorf.
66164         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
66165         Perform IRELATIVE relocations last.
66167         * elf/do-rel.h: Add another parameter nrelative, replacing the
66168         local variable with the same name.  Change name of the function
66169         to end in Rel or Rela (uppercase).
66170         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
66171         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
66172         elf_dynamic_do_##reloc function.
66174 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
66176         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
66177         is sufficient, at least on modern CPUs.
66179         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
66181         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
66182         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
66184         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
66185         __expl_finite.
66186         * math/bits/math-finite.h: Add entries for exp.
66187         * math/e_expl.c: Add __*_finite alias.
66188         * sysdeps/i386/fpu/e_exp.S: Likewise.
66189         * sysdeps/i386/fpu/e_expf.S: Likewise.
66190         * sysdeps/i386/fpu/e_expl.c: Likewise.
66191         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
66192         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
66193         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
66194         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
66195         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
66196         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
66197         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
66199         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
66200         is sufficient, at least on modern CPUs.
66202         * ctype/ctype-info.c (__ctype_init): Define.
66203         * include/ctype.h (__ctype_init): Declare.
66204         (__ctype_b_loc): The variable is always initialized.
66205         (__ctype_toupper_loc): Likewise.
66206         (__ctype_tolower_loc): Likewise.
66207         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
66208         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
66210 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
66212         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
66214         * configure.in: Also look in $cxxmachine/include for C++ system
66215         headers.
66217 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
66219         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
66220         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
66221         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
66222         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
66223         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
66224         (USE_AS_WMEMCMP): New macro.
66225         Fixing indents.
66226         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
66227         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
66228         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
66229         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
66230         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
66231         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
66232         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
66233         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
66234         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
66235         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
66236         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
66237         (USE_AS_WMEMCMP): New macro.
66238         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
66239         * sysdeps/string/test-memcmp.c: Update.
66240         Fix simple_wmemcmp.
66241         Add new tests.
66242         * wcsmbs/wmemcmp.c: Update.
66243         (WMEMCMP): New macro.
66244         Fix overflow bug.
66246 2011-10-12  Andreas Jaeger  <aj@suse.de>
66248         [BZ #13268]
66249         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
66251 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
66253         * libio/iofwide.c (do_length): Avoid warning.
66255         * ctype/ctype.h (__isctype_f): Add missing __THROW.
66257 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
66259         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
66261         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
66262         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
66263         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
66264         * sysdeps/i386/i686/fpu/e_log.S: New file.
66265         * sysdeps/i386/i686/fpu/e_logf.S: New file.
66266         * sysdeps/i386/i686/fpu/e_logl.S: New file.
66268         * ctype/ctype.h: Add support for inlined isXXX functions when
66269         compiling C++ code.
66271 2011-10-14  Andreas Schwab  <schwab@redhat.com>
66273         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
66275         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
66277 2011-10-13  Roland McGrath  <roland@hack.frob.com>
66279         [BZ #13291]
66280         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
66282 2011-10-13  Andreas Schwab  <schwab@redhat.com>
66284         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
66285         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
66286         feraiseexcept.
66288         * sysdeps/x86_64/memrchr.S: Check for zero size.
66290         * string/stratcliff.c: Add memrchr tests.
66292 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
66294         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
66295         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
66296         rawmemchr-sse2 rawmemchr-sse2-bsf.
66297         * sysdeps/i386/i686/multiarch/memchr.S: New file.
66298         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
66299         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
66300         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
66301         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
66302         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
66303         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
66304         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
66305         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
66306         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
66307         * string/memrchr.c (MEMRCHR): New macro.
66309 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
66311         Add integration with gcc's -ffinite-math-only and optimize wrapper
66312         functions in libm.
66313         * Versions.def: Define GLIBC_2.15 version for libm.
66314         * math/Makefile (headers): Add bits/math-finite.h.
66315         * math/bits/math-finite.h: New file.
66316         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
66317         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
66318         * math/e_acoshl.c: Add __*_finite alias.
66319         * math/e_acosl.c: Likewise.
66320         * math/e_asinl.c: Likewise.
66321         * math/e_atan2l.c: Likewise.
66322         * math/e_atanhl.c: Likewise.
66323         * math/e_coshl.c: Likewise.
66324         * math/e_exp10.c: Likewise.
66325         * math/e_exp10f.c: Likewise.
66326         * math/e_exp10l.c: Likewise.
66327         * math/e_exp2l.c: Likewise.
66328         * math/e_fmodl.c: Likewise.
66329         * math/e_gammal_r.c: Likewise.
66330         * math/e_hypotl.c: Likewise.
66331         * math/e_j0l.c: Likewise.
66332         * math/e_j1l.c: Likewise.
66333         * math/e_jnl.c: Likewise.
66334         * math/e_lgammal_r.c: Likewise.
66335         * math/e_log10l.c: Likewise.
66336         * math/e_log2l.c: Likewise.
66337         * math/e_logl.c: Likewise.
66338         * math/e_powl.c: Likewise.
66339         * math/e_sinhl.c: Likewise.
66340         * math/e_sqrtl.c: Likewise.
66341         * math/e_scalb.c: Completely rewritten and optimized.
66342         * math/e_scalbf.c: Likewise.
66343         * math/e_scalbl.c: Likewise.
66344         * math/w_acos.c: Likewise.
66345         * math/w_acosf.c: Likewise.
66346         * math/w_acosl.c: Likewise.
66347         * math/w_acosh.c: Likewise.
66348         * math/w_acoshf.c: Likewise.
66349         * math/w_acoshl.c: Likewise.
66350         * math/w_asin.c: Likewise.
66351         * math/w_asinf.c: Likewise.
66352         * math/w_asinl.c: Likewise.
66353         * math/w_atan2.c: Likewise.
66354         * math/w_atan2f.c: Likewise.
66355         * math/w_atan2l.c: Likewise.
66356         * math/w_atanh.c: Likewise.
66357         * math/w_atanhf.c: Likewise.
66358         * math/w_atanhl.c: Likewise.
66359         * math/w_exp10.c: Likewise.
66360         * math/w_exp10f.c: Likewise.
66361         * math/w_exp10l.c: Likewise.
66362         * math/w_fmod.c: Likewise.
66363         * math/w_fmodf.c: Likewise.
66364         * math/w_fmodl.c: Likewise.
66365         * math/w_j0.c: Likewise.
66366         * math/w_j0f.c: Likewise.
66367         * math/w_j0l.c: Likewise.
66368         * math/w_j1.c: Likewise.
66369         * math/w_j1f.c: Likewise.
66370         * math/w_j1l.c: Likewise.
66371         * math/w_jn.c: Likewise.
66372         * math/w_jnf.c: Likewise.
66373         * math/w_log.c: Likewise.
66374         * math/w_logf.c: Likewise.
66375         * math/w_logl.c: Likewise.
66376         * math/w_log10.c: Likewise.
66377         * math/w_log10f.c: Likewise.
66378         * math/w_log10l.c: Likewise.
66379         * math/w_log2.c: Likewise.
66380         * math/w_log2f.c: Likewise.
66381         * math/w_log2l.c: Likewise.
66382         * math/w_pow.c: Likewise.
66383         * math/w_powf.c: Likewise.
66384         * math/w_powl.c: Likewise.
66385         * math/w_remainder.c: Likewise.
66386         * math/w_remainderf.c: Likewise.
66387         * math/w_remainderl.c: Likewise.
66388         * math/w_scalb.c: Likewise.
66389         * math/w_scalbf.c: Likewise.
66390         * math/w_scalbl.c: Likewise.
66391         * math/w_sqrt.c: Likewise.
66392         * math/w_sqrtf.c: Likewise.
66393         * math/w_sqrtl.c: Likewise.
66394         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
66395         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
66396         used.
66397         * math/math_private.h: Declare __kernel_standard_f.
66398         * math/w_cosh.c: Remove cruft and optimize a bit.
66399         * math/w_coshf.c: Likewise.
66400         * math/w_coshl.c: Likewise.
66401         * math/w_exp2.c: Likewise.
66402         * math/w_exp2f.c: Likewise.
66403         * math/w_exp2l.c: Likewise.
66404         * math/w_hypot.c: Likewise.
66405         * math/w_hypotf.c: Likewise.
66406         * math/w_hypotl.c: Likewise.
66407         * math/w_lgamma.c: Likewise.
66408         * math/w_lgamma_r.c: Likewise.
66409         * math/w_lgammaf.c: Likewise.
66410         * math/w_lgammaf_r.c: Likewise.
66411         * math/w_lgammal.c: Likewise.
66412         * math/w_lgammal_r.c: Likewise.
66413         * math/w_sinh.c: Likewise.
66414         * math/w_sinhf.c: Likewise.
66415         * math/w_sinhl.c: Likewise.
66416         * math/w_tgamma.c: Likewise.
66417         * math/w_tgammaf.c: Likewise.
66418         * math/w_tgammal.c: Likewise.
66419         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
66420         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
66421         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
66422         Minor optimizations.  Pretty printing.  Remove cruft.
66423         * sysdeps/i386/fpu/e_acosf.S: Likewise.
66424         * sysdeps/i386/fpu/e_acosh.S: Likewise.
66425         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
66426         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
66427         * sysdeps/i386/fpu/e_acosl.c: Likewise.
66428         * sysdeps/i386/fpu/e_asin.S: Likewise.
66429         * sysdeps/i386/fpu/e_asinf.S: Likewise.
66430         * sysdeps/i386/fpu/e_atan2.S: Likewise.
66431         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
66432         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
66433         * sysdeps/i386/fpu/e_atanh.S: Likewise.
66434         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
66435         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
66436         * sysdeps/i386/fpu/e_exp10.S: Likewise.
66437         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
66438         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
66439         * sysdeps/i386/fpu/e_exp2.S: Likewise.
66440         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
66441         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
66442         * sysdeps/i386/fpu/e_fmod.S: Likewise.
66443         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
66444         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
66445         * sysdeps/i386/fpu/e_hypot.S: Likewise.
66446         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
66447         * sysdeps/i386/fpu/e_log.S: Likewise.
66448         * sysdeps/i386/fpu/e_log10.S: Likewise.
66449         * sysdeps/i386/fpu/e_log10f.S: Likewise.
66450         * sysdeps/i386/fpu/e_log10l.S: Likewise.
66451         * sysdeps/i386/fpu/e_log2.S: Likewise.
66452         * sysdeps/i386/fpu/e_log2f.S: Likewise.
66453         * sysdeps/i386/fpu/e_log2l.S: Likewise.
66454         * sysdeps/i386/fpu/e_logf.S: Likewise.
66455         * sysdeps/i386/fpu/e_logl.S: Likewise.
66456         * sysdeps/i386/fpu/e_pow.S: Likewise.
66457         * sysdeps/i386/fpu/e_powf.S: Likewise.
66458         * sysdeps/i386/fpu/e_powl.S: Likewise.
66459         * sysdeps/i386/fpu/e_remainder.S: Likewise.
66460         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
66461         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
66462         * sysdeps/i386/fpu/e_scalb.S: Likewise.
66463         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
66464         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
66465         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
66466         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
66467         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
66468         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
66469         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
66470         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
66471         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
66472         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
66473         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
66474         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
66475         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
66476         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
66477         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
66478         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
66479         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
66480         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
66481         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
66482         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
66483         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
66484         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
66485         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
66486         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
66487         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
66488         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
66489         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
66490         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
66491         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
66492         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
66493         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
66494         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
66495         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
66496         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
66497         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
66498         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
66499         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
66500         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
66501         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
66502         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
66503         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
66504         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
66505         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
66506         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
66507         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
66508         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
66509         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
66510         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
66511         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
66512         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
66513         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
66514         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
66515         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
66516         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
66517         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
66518         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
66519         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
66520         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
66521         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
66522         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
66523         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
66524         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
66525         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
66526         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
66527         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
66528         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
66529         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
66530         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
66531         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
66532         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
66533         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
66534         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
66535         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
66536         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
66537         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
66538         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
66539         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
66540         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
66541         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
66542         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
66543         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
66544         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
66545         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
66546         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
66547         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
66548         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
66549         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
66550         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
66551         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
66552         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
66553         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
66554         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
66555         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
66556         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
66557         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
66558         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
66559         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
66560         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
66561         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
66562         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
66563         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
66564         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
66565         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
66566         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
66567         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
66568         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
66569         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
66570         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
66571         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
66572         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
66573         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
66574         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
66575         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
66576         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
66577         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
66578         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
66579         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
66580         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
66581         (__isnanf): Likewise.
66582         (__isinf_ns): Likewise.
66583         (__isinf_nsf): Likewise.
66584         (__finite): Likewise.
66585         (__finitef): Likewise.
66586         (__ieee754_sqrt): Define as macro.
66587         (__ieee754_sqrtf): Define as macro.
66588         (__ieee754_sqrtl): Define as macro.
66589         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
66590         inlined copy.
66591         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
66592         __FINITE_MATH_ONLY__ consistent.
66593         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
66595 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
66597         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
66598         of rawmemchr.
66600         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
66602 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
66604         * po/ja.po: Update from translation team.
66606 2011-10-08  Roland McGrath  <roland@hack.frob.com>
66608         * locale/programs/locarchive.c (prepare_address_space): New function.
66609         (create_archive, enlarge_archive, open_archive): Use it.
66611         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
66612         inside [SHARED], where it is used.
66614         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
66616         * nss/getent.c (netgroup_keys): Remove unused variable.
66617         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
66619 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
66621         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
66622         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
66623         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
66624         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
66625         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
66626         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
66627         * math/Makefile (libm-calls): Add s_isinf_ns.
66628         * math/divtc3.c: Use __isinf_nsl instead of isinf.
66629         * math/multc3.c: Likewise.
66630         * math/s_casin.c: Likewise.
66631         * math/s_casinf.c: Likewise.
66632         * math/s_casinl.c: Likewise.
66633         * math/s_ccos.c: Likewise.
66634         * math/s_ccosf.c: Likewise.
66635         * math/s_ccosl.c: Likewise.
66636         * math/s_ctan.c: Likewise.
66637         * math/s_ctanf.c: Likewise.
66638         * math/s_ctanh.c: Likewise.
66639         * math/s_ctanhf.c: Likewise.
66640         * math/s_ctanhl.c: Likewise.
66641         * math/s_ctanl.c: Likewise.
66642         * math/w_fmod.c: Likewise.
66643         * math/w_fmodf.c: Likewise.
66644         * math/w_fmodl.c: Likewise.
66645         * math/w_remainder.c: Likewise.
66646         * math/w_remainderf.c: Likewise.
66647         * math/w_remainderl.c: Likewise.
66648         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
66649         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
66650         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
66651         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
66652         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
66653         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
66654         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
66655         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
66657         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
66658         of the number.
66659         * stdio-common/printf_fphex.c: Likewise.
66660         * stdio-common/printf_size.c: Likewise.
66662         * math/e_exp10.c: Include math_private.h using <...> not "...".
66663         * math/e_exp10f.c: Likewise.
66664         * math/e_exp10l.c: Likewise.
66665         * math/e_exp2l.c: Likewise.
66666         * math/e_j0l.c: Likewise.
66667         * math/e_j1l.c: Likewise.
66668         * math/e_jnl.c: Likewise.
66669         * math/e_lgammal_r.c: Likewise.
66670         * math/e_rem_pio2l.c: Likewise.
66671         * math/e_scalb.c: Likewise.
66672         * math/e_scalbf.c: Likewise.
66673         * math/e_scalbl.c: Likewise.
66674         * math/k_cosl.c: Likewise.
66675         * math/k_sinl.c: Likewise.
66676         * math/k_tanl.c: Likewise.
66677         * math/s_cacoshf.c: Likewise.
66678         * math/s_catan.c: Likewise.
66679         * math/s_catanf.c: Likewise.
66680         * math/s_catanh.c: Likewise.
66681         * math/s_catanhf.c: Likewise.
66682         * math/s_catanhl.c: Likewise.
66683         * math/s_catanl.c: Likewise.
66684         * math/s_ccosh.c: Likewise.
66685         * math/s_ccoshf.c: Likewise.
66686         * math/s_ccoshl.c: Likewise.
66687         * math/s_cexp.c: Likewise.
66688         * math/s_cexpf.c: Likewise.
66689         * math/s_cexpl.c: Likewise.
66690         * math/s_clog.c: Likewise.
66691         * math/s_clog10.c: Likewise.
66692         * math/s_clog10f.c: Likewise.
66693         * math/s_clog10l.c: Likewise.
66694         * math/s_clogf.c: Likewise.
66695         * math/s_clogl.c: Likewise.
66696         * math/s_csin.c: Likewise.
66697         * math/s_csinf.c: Likewise.
66698         * math/s_csinh.c: Likewise.
66699         * math/s_csinhf.c: Likewise.
66700         * math/s_csinhl.c: Likewise.
66701         * math/s_csinl.c: Likewise.
66702         * math/s_csqrt.c: Likewise.
66703         * math/s_csqrtf.c: Likewise.
66704         * math/s_csqrtl.c: Likewise.
66705         * math/s_ctan.c: Likewise.
66706         * math/s_ctanf.c: Likewise.
66707         * math/s_ctanh.c: Likewise.
66708         * math/s_ctanhf.c: Likewise.
66709         * math/s_ctanhl.c: Likewise.
66710         * math/s_ctanl.c: Likewise.
66711         * math/s_ldexp.c: Likewise.
66712         * math/s_ldexpf.c: Likewise.
66713         * math/s_ldexpl.c: Likewise.
66714         * math/s_significand.c: Likewise.
66715         * math/s_significandf.c: Likewise.
66716         * math/s_significandl.c: Likewise.
66717         * math/w_acos.c: Likewise.
66718         * math/w_acosf.c: Likewise.
66719         * math/w_acosh.c: Likewise.
66720         * math/w_acoshf.c: Likewise.
66721         * math/w_acoshl.c: Likewise.
66722         * math/w_acosl.c: Likewise.
66723         * math/w_asin.c: Likewise.
66724         * math/w_asinf.c: Likewise.
66725         * math/w_asinl.c: Likewise.
66726         * math/w_atan2.c: Likewise.
66727         * math/w_atan2f.c: Likewise.
66728         * math/w_atan2l.c: Likewise.
66729         * math/w_atanh.c: Likewise.
66730         * math/w_atanhf.c: Likewise.
66731         * math/w_atanhl.c: Likewise.
66732         * math/w_cosh.c: Likewise.
66733         * math/w_coshf.c: Likewise.
66734         * math/w_coshl.c: Likewise.
66735         * math/w_dremf.c: Likewise.
66736         * math/w_exp10.c: Likewise.
66737         * math/w_exp10f.c: Likewise.
66738         * math/w_exp10l.c: Likewise.
66739         * math/w_exp2.c: Likewise.
66740         * math/w_exp2f.c: Likewise.
66741         * math/w_fmod.c: Likewise.
66742         * math/w_fmodf.c: Likewise.
66743         * math/w_fmodl.c: Likewise.
66744         * math/w_hypot.c: Likewise.
66745         * math/w_hypotf.c: Likewise.
66746         * math/w_hypotl.c: Likewise.
66747         * math/w_j0.c: Likewise.
66748         * math/w_j0f.c: Likewise.
66749         * math/w_j0l.c: Likewise.
66750         * math/w_j1.c: Likewise.
66751         * math/w_j1f.c: Likewise.
66752         * math/w_j1l.c: Likewise.
66753         * math/w_jn.c: Likewise.
66754         * math/w_jnf.c: Likewise.
66755         * math/w_jnl.c: Likewise.
66756         * math/w_lgamma.c: Likewise.
66757         * math/w_lgamma_r.c: Likewise.
66758         * math/w_lgammaf.c: Likewise.
66759         * math/w_lgammaf_r.c: Likewise.
66760         * math/w_lgammal.c: Likewise.
66761         * math/w_lgammal_r.c: Likewise.
66762         * math/w_log.c: Likewise.
66763         * math/w_log10.c: Likewise.
66764         * math/w_log10f.c: Likewise.
66765         * math/w_log10l.c: Likewise.
66766         * math/w_log2.c: Likewise.
66767         * math/w_log2f.c: Likewise.
66768         * math/w_log2l.c: Likewise.
66769         * math/w_logf.c: Likewise.
66770         * math/w_logl.c: Likewise.
66771         * math/w_pow.c: Likewise.
66772         * math/w_powf.c: Likewise.
66773         * math/w_powl.c: Likewise.
66774         * math/w_remainder.c: Likewise.
66775         * math/w_remainderf.c: Likewise.
66776         * math/w_remainderl.c: Likewise.
66777         * math/w_scalb.c: Likewise.
66778         * math/w_scalbf.c: Likewise.
66779         * math/w_scalbl.c: Likewise.
66780         * math/w_sinh.c: Likewise.
66781         * math/w_sinhf.c: Likewise.
66782         * math/w_sinhl.c: Likewise.
66783         * math/w_sqrt.c: Likewise.
66784         * math/w_sqrtf.c: Likewise.
66785         * math/w_sqrtl.c: Likewise.
66786         * math/w_tgamma.c: Likewise.
66787         * math/w_tgammaf.c: Likewise.
66788         * math/w_tgammal.c: Likewise.
66790         * po/ja.po: Update from translation team.
66792 2011-09-29  Andreas Jaeger  <aj@suse.de>
66794         [BZ #13179]
66795         * sunrpc/netname.c (netname2host): Fix logic.
66797         [BZ #6779]
66798         [BZ #6783]
66799         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
66800         correctly.
66801         * math/w_remainder.c (__remainder): Likewise.
66802         * math/w_remainderf.c (__remainderf): Likewise.
66803         * math/libm-test.inc (remainder_test): Add test cases.
66805 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
66807         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
66808         sdiv_qrnnd.
66810 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
66812         * string/test-memcmp.c: Avoid unncessary #defines.
66813         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
66815 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
66817         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
66818         Use new sse2 version for core i3 - i7 as it's faster
66819         than sse42 version.
66820         (bit_Prefer_PMINUB_for_stringop): New.
66821         * sysdeps/x86_64/rawmemchr.S: Update.
66822         Replace with faster SSE2 version.
66823         * sysdeps/x86_64/memrchr.S: New file.
66824         * sysdeps/x86_64/memchr.S: Update.
66825         Replace with faster SSE2 version.
66827 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
66829         * elf/dl-load.c (lose): Add cast to avoid warning.
66831 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
66833         * po/ca.po: Update from translation team.
66835         * inet/getnetgrent_r.c: Hook up nscd.
66836         * nscd/Makefile (routines): Add nscd_netgroup.
66837         (nscd-modules): Add netgroupcache.
66838         (CFLAGS-netgroupcache.c): Define.
66839         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
66840         (cache_search): Add const to second parameter.
66841         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
66842         INNETGR.
66843         (dbs): Add netgrdb entry.
66844         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
66845         (verify_persistent_db): Handle netgrdb.
66846         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
66847         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
66848         GETFDNETGR.
66849         (netgroup_response_header): Define.
66850         (innetgroup_response_header): Define.
66851         (datahead): Add netgroup_response_header and innetgroup_response_header
66852         elements.
66853         * nscd/nscd.conf: Add entries for netgroup cache.
66854         * nscd/nscd.h (dbtype): Add netgrdb.
66855         (_PATH_NSCD_NETGROUP_DB): Define.
66856         (netgroup_iov_disabled): Declare.
66857         (xmalloc, xcalloc, xrealloc): Move declarations here.
66858         (cache_search): Adjust prototype.
66859         Add netgroup-related prototypes.
66860         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
66861         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
66862         (__nscd_innetgr): Declare.
66863         * nscd/selinux.c (perms): Use access_vector_t as element type and
66864         add netgroup-related initializers.
66865         * nscd/netgroupcache.c: New file.
66866         * nscd/nscd_netgroup.c: New file.
66867         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
66868         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
66869         For four parameters use innetgr.
66870         * nss/nss_files/files-init.c: Add definition and callback for netgr.
66871         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
66872         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
66873         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
66875         * nscd/connections.c (register_traced_file): Don't register file
66876         for disabled databases.
66878 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
66880         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
66882         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
66883         from tree and freeing node.
66885 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
66887         * nss/nsswitch.c (__nss_database_lookup): Handle
66888         nss_parse_service_list out of memory case.
66890 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
66892         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
66893         out of memory case.
66895 2011-10-04  Andreas Schwab  <schwab@redhat.com>
66897         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
66898         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
66899         pass it down.
66900         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
66901         elf_machine_rela, elf_machine_lazy_rel.
66902         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
66903         (ELF_DYNAMIC_DO_REL): Likewise.
66904         (ELF_DYNAMIC_DO_RELA): Likewise.
66905         (ELF_DYNAMIC_RELOCATE): Likewise.
66906         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
66907         to ELF_DYNAMIC_DO_REL.
66908         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
66909         (dl_main): In trace mode always set __RTLD_NOIFUNC.
66910         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
66911         elf_machine_rela.
66912         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
66913         skip_ifunc, don't call ifunc function if non-zero.
66914         (elf_machine_rela): Likewise.
66915         (elf_machine_lazy_rel): Likewise.
66916         (elf_machine_lazy_rela): Likewise.
66917         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
66918         (elf_machine_lazy_rel): Likewise.
66919         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
66920         Likewise.
66921         (elf_machine_lazy_rel): Likewise.
66922         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
66923         Likewise.
66924         (elf_machine_lazy_rel): Likewise.
66925         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
66926         (elf_machine_lazy_rel): Likewise.
66927         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
66928         (elf_machine_lazy_rel): Likewise.
66929         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
66930         (elf_machine_lazy_rel): Likewise.
66931         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
66932         (elf_machine_lazy_rel): Likewise.
66933         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
66934         (elf_machine_lazy_rel): Likewise.
66935         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
66936         (elf_machine_lazy_rel): Likewise.
66938 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
66940         * nss/nss_files/files-init.c (_nss_files_init): Use static
66941         initialization for all the *_traced_file variables.
66943 2011-09-28  Andreas Schwab  <schwab@redhat.com>
66945         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
66947 2011-09-27  Roland McGrath  <roland@hack.frob.com>
66949         [BZ #13226]
66950         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
66952 2011-09-27  Andreas Schwab  <schwab@redhat.com>
66954         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
66955         Reread the line before reparsing it.
66957 2011-09-26  Andreas Schwab  <schwab@redhat.com>
66959         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
66961 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
66962             Maxim Kuvyrkov  <maxim@codesourcery.com>
66963             Joseph Myers  <joseph@codesourcery.com>
66965         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
66966         if needed for __stack_chk_guard.
66968 2011-09-19  Roland McGrath  <roland@hack.frob.com>
66970         * sysdeps/posix/spawni.c (script_execute): Always define it.
66971         It will be optimized away if unused.
66972         (maybe_script_execute): New function.
66973         (__spawni): Call it.
66975         * Makerules: Don't include tls.make.
66976         (config-tls): Always set to thread.
66977         * tls.make.c: File removed.
66979 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
66981         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
66982         * config.make.in (CPPFLAGS-config): New substituted variable.
66984 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
66986         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
66988         [BZ #13192]
66989         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
66990         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
66992 2011-09-15  Roland McGrath  <roland@hack.frob.com>
66994         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
66995         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
66996         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
66997         (CALL_FAIL): Likewise.
66998         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
66999         (CALL_FAIL): Macro removed.
67000         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
67002 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
67004         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
67005         for __FINITE_MATH_ONLY__ == 1.
67007 2011-09-15  Andreas Schwab  <schwab@redhat.com>
67009         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
67010         __ieee754_sqrt instead of sqrt.
67011         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
67012         __ieee754_sqrtf instead of sqrtf.
67013         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
67014         __floorf instead of floorf.
67015         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
67016         __floorf, __truncf instead of floorf, truncf.
67018 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
67020         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
67022         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
67023         __extern_always_inline.
67024         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
67025         32-bit.
67027 2011-09-14  Andreas Schwab  <schwab@redhat.com>
67029         * elf/rtld.c (dl_main): Also relocate in dependency order when
67030         doing symbol dependency testing.
67032 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
67034         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
67035         Always define `refsym'.
67037 2011-09-13  Andreas Schwab  <schwab@redhat.com>
67039         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
67040         (__FD_ELT): Renamed from __FDELT.
67041         * misc/bits/select2.h (__FD_ELT): Likewise.
67042         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
67043         __FD_MASK instead of __FDELT, __FDMASK.
67044         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
67045         Likewise.
67046         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
67047         Likewise.
67049         * elf/Makefile (gen-ldd): Fix pattern.
67051         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
67052         (init_tls): Likewise.
67054 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
67056         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
67058 2011-09-12  Andreas Schwab  <schwab@redhat.com>
67060         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
67061         `struct cmsghdr *' instead of `void *'.
67062         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
67063         Likewise.
67065 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
67067         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
67068         if non-absolute.
67069         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
67070         ldd_rewrite_script.
67072 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
67074         * configure.in: Remove --with-tls option.
67075         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
67076         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
67077         out in case it is missing.
67078         * sysdeps/ia64/elf/configure.in: Likewise.
67079         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
67080         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
67081         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
67082         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
67083         * sysdeps/sh/elf/configure.in: Likewise.
67084         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
67085         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
67086         * sysdeps/x86_64/elf/configure.in: Likewise.
67087         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
67088         * sysdeps/mach/hurd/tls.h: Likewise.
67090         [BZ #13067]
67091         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
67093         [BZ #13090]
67094         * configure.in: Fix use of AC_INIT.
67096         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
67098 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
67100         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
67101         __set_errno.
67102         * malloc/hooks.c: Likewise.
67104         [BZ #11929]
67105         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
67106         variables statically.
67107         (narenas): Initialize.
67108         (list_lock): Initialize.
67109         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
67110         initializtion of main_arena and list_lock.  Small cleanups.
67111         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
67112         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
67113         Add initializers to main_arena and mp_.
67114         (malloc_state): Remove pagesize member.  Change all users to use
67115         GLRO(dl_pagesize).
67117         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
67118         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
67119         is always initialized.
67121         * malloc/malloc.c: Removed unused configurations and dead code.
67122         * malloc/arena.c: Likewise.
67123         * malloc/hooks.c: Likewise.
67124         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
67126         * include/tls.h: Removed.  USE___THREAD must always be defined.
67127         * bits/libc-tsd.h: Don't handle !USE___THREAD.
67128         * elf/dl-libc.c: Likewise.
67129         * elf/dl-tsd.c: Likewise.
67130         * include/errno.h: Likewise.
67131         * include/netdb.h: Likewise.
67132         * include/resolv.h: Likewise.
67133         * inet/herrno-loc.c: Likewise.
67134         * inet/herrno.c: Likewise.
67135         * malloc/arena.c: Likewise.
67136         * malloc/hooks.c: Likewise.
67137         * malloc/malloc.c: Likewise.
67138         * resolv/res-state.c: Likewise.
67139         * resolv/res_libc.c: Likewise.
67140         * sysdeps/i386/dl-machine.h: Likewise.
67141         * sysdeps/ia64/dl-machine.h: Likewise.
67142         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
67143         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
67144         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
67145         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
67146         * sysdeps/sh/dl-machine.h: Likewise.
67147         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
67148         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
67149         * sysdeps/unix/i386/sysdep.S: Likewise.
67150         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
67151         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
67152         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
67153         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
67154         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
67155         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
67156         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
67157         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
67158         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
67159         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
67160         * sysdeps/unix/x86_64/sysdep.S: Likewise.
67161         * sysdeps/x86_64/dl-machine.h: Likewise.
67162         * tls.make.c: Likewise.
67164         * configure.in: Remove --with-__thread option.  Make tests for
67165         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
67166         tls_model attribute fail if no support is available.  Remove
67167         USE_IN_LIBIO.
67168         * Makeconfig: Adjust for dropped configure option.  All features are
67169         now mandatory.
67170         * Makerules: Likewise.
67171         * Versions.def: Likewise.
67172         * argp/argp-fmtstream.c: Likewise.
67173         * argp/argp-fmtstream.h: Likewise.
67174         * argp/argp-help.c: Likewise.
67175         * assert/assert.c: Likewise.
67176         * config.h.in: Likewise.
67177         * config.make.in: Likewise.
67178         * configure: Likewise.
67179         * configure.in: Likewise.
67180         * csu/Versions: Likewise.
67181         * csu/init.c: Likewise.
67182         * elf/tst-audit2.c: Likewise.
67183         * elf/tst-tls10.c: Likewise.
67184         * elf/tst-tls10.h: Likewise.
67185         * elf/tst-tls11.c: Likewise.
67186         * elf/tst-tls12.c: Likewise.
67187         * elf/tst-tls14.c: Likewise.
67188         * elf/tst-tlsmod11.c: Likewise.
67189         * elf/tst-tlsmod12.c: Likewise.
67190         * elf/tst-tlsmod13.c: Likewise.
67191         * elf/tst-tlsmod13a.c: Likewise.
67192         * elf/tst-tlsmod14a.c: Likewise.
67193         * elf/tst-tlsmod15b.c: Likewise.
67194         * elf/tst-tlsmod16a.c: Likewise.
67195         * elf/tst-tlsmod16b.c: Likewise.
67196         * elf/tst-tlsmod7.c: Likewise.
67197         * elf/tst-tlsmod8.c: Likewise.
67198         * elf/tst-tlsmod9.c: Likewise.
67199         * gmon/gmon.c: Likewise.
67200         * grp/fgetgrent_r.c: Likewise.
67201         * grp/putgrent.c: Likewise.
67202         * hurd/fopenport.c: Likewise.
67203         * include/libc-symbols.h: Likewise.
67204         * include/tls.h: Likewise.
67205         * intl/gettextP.h: Likewise.
67206         * intl/loadinfo.h: Likewise.
67207         * locale/global-locale.c: Likewise.
67208         * locale/localeinfo.h: Likewise.
67209         * mach/devstream.c: Likewise.
67210         * malloc/arena.c: Likewise.
67211         * malloc/set-freeres.c: Likewise.
67212         * misc/err.c: Likewise.
67213         * misc/getttyent.c: Likewise.
67214         * misc/mntent_r.c: Likewise.
67215         * posix/getopt.c: Likewise.
67216         * posix/wordexp.c: Likewise.
67217         * pwd/fgetpwent_r.c: Likewise.
67218         * resolv/Versions: Likewise.
67219         * resolv/res_hconf.c: Likewise.
67220         * shadow/fgetspent_r.c: Likewise.
67221         * shadow/putspent.c: Likewise.
67222         * stdio-common/printf_fphex.c: Likewise.
67223         * stdio-common/tmpfile.c: Likewise.
67224         * stdlib/abort.c: Likewise.
67225         * stdlib/fmtmsg.c: Likewise.
67226         * sunrpc/auth_unix.c: Likewise.
67227         * sunrpc/clnt_perr.c: Likewise.
67228         * sunrpc/clnt_tcp.c: Likewise.
67229         * sunrpc/clnt_udp.c: Likewise.
67230         * sunrpc/clnt_unix.c: Likewise.
67231         * sunrpc/openchild.c: Likewise.
67232         * sunrpc/svc_simple.c: Likewise.
67233         * sunrpc/svc_tcp.c: Likewise.
67234         * sunrpc/svc_udp.c: Likewise.
67235         * sunrpc/svc_unix.c: Likewise.
67236         * sunrpc/xdr.c: Likewise.
67237         * sunrpc/xdr_array.c: Likewise.
67238         * sunrpc/xdr_rec.c: Likewise.
67239         * sunrpc/xdr_ref.c: Likewise.
67240         * sunrpc/xdr_stdio.c: Likewise.
67242 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
67244         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
67246 2011-07-03  Andreas Jaeger  <aj@suse.de>
67248         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
67249         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
67250         regenerate with gen-libm-tests.pl.
67252 2010-05-12  Petr Baudis  <pasky@suse.cz>
67254         [BZ #11589]
67255         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
67256         around j0() zero points by switching to j1().
67257         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
67258         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
67259         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
67260         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
67262 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
67264         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
67265         instead of 0.
67266         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
67267         instead of 0.
67268         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
67269         Patch in part by Pavel Roskin <proski@gnu.org>.
67271         [BZ #13138]
67272         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
67273         realloc.
67274         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
67275         Free memory block if necessary.
67277         [BZ #12847]
67278         * libio/genops.c (INTDEF): For string streams the _lock pointer can
67279         be NULL.  Don't lock in this case.
67281 2011-09-09  Roland McGrath  <roland@hack.frob.com>
67283         * elf/elf.h (ELFOSABI_GNU): New macro.
67284         (ELFOSABI_LINUX): Define to that.
67286 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
67288         * string/strncat.c (strncat): Undef the symbol in case it has been
67289         defined in bits/string.h.
67291 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
67293         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
67295         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
67296         link map.
67298 2011-08-17  Andreas Jaeger  <aj@suse.de>
67300         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
67302 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
67303             Ian Lance Taylor  <iant@google.com>
67305         * math/libm-test.inc (lround_test): New testcase.
67306         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
67308 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
67310         * Makefile: Remove support for automatic cvs check-ins.
67311         * Makerules: Likewise.
67312         * config.make.in: Likewise.
67313         * configure.in: Likewise.
67314         * intl/Makefile: Likewise.
67315         * locale/Makefile: Likewise.
67316         * po/Makefile: Likewise.
67317         * posix/Makefile: Likewise.
67318         * sysdeps/gnu/Makefile: Likewise.
67319         * sysdeps/mach/hurd/Makefile: Likewise.
67320         * sysdeps/sparc/sparc32/Makefile: Likewise.
67322         [BZ #13118]
67323         * posix/Makefile (bug-regex32-ENV): Define.
67324         Patch by John Stanley <jpsinthemix@verizon.net>.
67326         * misc/Makefile (headers): Add bits/select2.h.
67327         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
67328         * misc/bits/select2.h: New file.
67329         * include/bits/select2.h: New file.
67330         * debug/Makefile (routines): Add fdelt_chk.
67331         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
67332         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
67333         FD_ISSET.
67334         * debug/fdelt_chk.c: New file.
67336         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
67337         * wcsmbs/test-wmemcmp.c: Likewise.
67338         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
67339         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
67341 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
67343         * string/Makefile (strop-tests): Add memcmp.
67344         * string/test-wmemcmp.c: New file.
67345         * string/test-memcmp.c: Add wmemcmp support.
67347 2011-09-08  Roland McGrath  <roland@hack.frob.com>
67349         [BZ #13153]
67350         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
67351         2011-07-19 change.
67353         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
67354         garbage value in a __mach_port_mod_refs call in the cases of the
67355         task-self and thread-self ports.
67357 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
67359         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
67361 2011-09-08  Andreas Schwab  <schwab@redhat.com>
67363         * elf/dl-load.c (lose): Check for non-null L.
67365 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
67367         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
67369         * elf/dl-libc.c (dlerror_run): Pass back error code from
67370         dl_catch_error.
67372         [BZ #13123]
67373         * elf/dl-load.c (lose): Free l_origin if it is valid.
67375         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
67376         names.
67377         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
67378         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
67379         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
67380         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
67381         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
67382         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
67384 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
67386         * sysdeps/powerpc/fpu/e_hypot.c: New file.
67387         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
67388         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
67389         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
67390         * sysdeps/powerpc/fpu/k_cosf.c: New file.
67391         * sysdeps/powerpc/fpu/k_sinf.c: New file.
67392         * sysdeps/powerpc/fpu/s_cosf.c: New file.
67393         * sysdeps/powerpc/fpu/s_sinf.c: New file.
67394         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
67395         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
67397 2011-08-15  Alan Modra  <amodra@gmail.com>
67399         [BZ #13092]
67400         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
67401         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
67402         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
67403         ppc_mcount to static-only-routines.
67404         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
67405         __mcount_internal.
67406         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
67407         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
67409 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
67411         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
67412         for finite and infinity parameters.
67414 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
67416         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
67417         and add nop instructions for throughput optimization.
67418         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
67420 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
67422         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
67423         aligned copy for power7 with vector-scalar instructions.
67424         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
67426 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
67428         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
67429         AVX check.
67431 2011-09-07  Andreas Schwab  <schwab@redhat.com>
67433         [BZ #13144]
67434         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
67435         last change.
67437 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
67439         * sysdeps/unix/sysv/linux/x86_64/init-first.c
67440         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
67441         syscall wrapper around clock_gettime in __vdso_clock_gettime.
67442         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
67443         clock_gettime.
67445 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
67447         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
67448         Forgot to demangle the pointer.
67450         * sysdeps/i386/sysdep.h: Define atom_text_section.
67451         * sysdeps/x86_64/sysdep.h: Likewise.
67452         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
67453         section with atom_text_section.
67454         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
67455         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
67456         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
67457         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
67458         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
67460         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
67461         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
67462         already be defined.  Change to take two parameters and don't assign
67463         result to variable.  Adjust all users.
67464         Define INTERNAL_GETTIME if not already defined.
67465         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
67466         call.
67467         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
67468         HAVE_CLOCK_GETTIME_VSYSCALL.
67469         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
67471         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
67472         gettimeofday vsyscall, just use time.
67474 2011-09-06  Andreas Schwab  <schwab@redhat.com>
67476         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
67477         <errno.h>.
67479 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
67481         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
67482         syscall on x86-64.
67483         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
67484         syscall.
67485         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
67486         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
67487         syscall if possible.
67489 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
67491         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
67492         e_ident.  Don't pass to find_mapsXX.
67493         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
67495 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
67497         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
67498         strchr-sse2-no-bsf strrchr-sse2-no-bsf
67499         * sysdeps/x86_64/multiarch/strchr.S: Update.
67500         Check bit_slow_BSF bit.
67501         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
67502         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
67503         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
67505 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
67507         [BZ #13134]
67508         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
67509         before glibc 2.15.
67510         (tryshell): Define.
67511         (__spawni): Change last parameter to be flag.  Test
67512         SPAWN_XFLAGS_USE_PATH flag to use path or not.
67513         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
67514         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
67515         * posix/spawni.c: Likewise.
67516         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
67517         * posix/spawnp.c: Likewise.  Change normal version to use
67518         SPAWN_XFLAGS_USE_PATH.
67519         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
67520         SPAWN_XFLAGS_TRY_SHELL.
67522         [BZ #13150]
67523         * posix/glob.h: Remove gcc 1.x support.
67525         [BZ #13068]
67526         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
67528 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
67530         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
67531         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
67532         strrchr-sse2-bsf
67533         * sysdeps/i386/i686/multiarch/strchr.S: New file.
67534         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
67535         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
67536         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
67537         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
67538         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
67540 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
67542         * sysdeps/x86_64/wcscmp.S: New file.
67544         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
67545         wcscmp-c wcscmp-sse2
67546         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
67547         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
67548         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
67549         * wcsmbs/wcscmp.c: Allow renaming.
67551 2011-09-05  David S. Miller  <davem@davemloft.net>
67553         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
67554         stack slot, rather than the struct return pointer slot.
67555         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
67556         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
67557         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
67558         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
67560 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
67562         * po/ja.po: Update from translation team.
67564         [BZ #13144]
67565         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
67566         kernel in 64-bit binaries.
67568 2011-09-01  David S. Miller  <davem@davemloft.net>
67570         * elf/elf.h (HWCAP_SPARC_*): Move to..
67571         * sysdeps/sparc/sysdep.h: this new file and add new values.
67572         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
67573         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
67574         _DL_HWCAP_COUNT to 24.
67575         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
67576         entries.
67577         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
67578         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
67579         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
67580         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
67581         instead of magic constants.
67582         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
67584 2011-08-31  David S. Miller  <davem@davemloft.net>
67586         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
67587         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
67588         Reimplement to do errno handling inline.
67589         (SYSCALL_ERROR_HANDLER): New macro.
67590         (__SYSCALL_STRING): Do not do errno handling in asm.
67591         (__CLONE_SYSCALL_STRING): Delete.
67592         (__INTERNAL_SYSCALL_STRING): Delete.
67593         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
67594         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
67595         (PSEUDO): Reimplement to do errno handling inline.
67596         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
67597         (SYSCALL_ERROR_HANDLER): New macro.
67598         (__SYSCALL_STRING): Do not do errno handling in asm.
67599         (__CLONE_SYSCALL_STRING): Delete.
67600         (__INTERNAL_SYSCALL_STRING): Delete.
67601         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
67602         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
67603         i386.
67604         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
67605         (inline_syscall*): Add 'err' argument.
67606         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
67607         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
67608         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
67609         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
67611         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
67612         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
67614 2011-08-30  Andreas Schwab  <schwab@redhat.com>
67616         * elf/rtld.c (dl_main): Relocate objects in dependency order.
67618 2011-08-29  Jiri Olsa <jolsa@redhat.com>
67620         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
67621         directive.
67623 2011-08-24  David S. Miller  <davem@davemloft.net>
67625         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
67627 2011-08-24  Andreas Schwab  <schwab@redhat.com>
67629         * elf/Makefile: Add rules to build and run unload8 test.
67630         * elf/unload8.c: New file.
67631         * elf/unload8mod1.c: New file.
67632         * elf/unload8mod1x.c: New file.
67633         * elf/unload8mod2.c: New file.
67634         * elf/unload8mod3.c: New file.
67636         * elf/dl-close.c (_dl_close_worker): Reset private search list if
67637         it wasn't used.
67639 2011-08-23  David S. Miller  <davem@davemloft.net>
67641         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
67642         subtract stack bias.
67643         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
67644         %sp not %fp in calculations.
67645         (_JMPBUF_UNWINDS_ADJ): Likewise.
67647         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
67648         (aio_suspend): Call it to force an exception region around the
67649         AIO_MISC_WAIT() invocation.
67651 2011-08-23  Andreas Schwab  <schwab@redhat.com>
67653         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
67654         backslash.
67656 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
67658         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
67659         protection macro.
67660         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
67661         and <dl-machine.h>.
67662         (Elf64_FuncDesc): Remove.
67664 2011-08-22  David S. Miller  <davem@davemloft.net>
67666         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
67667         sigaltstack check, add missing cfi directives.
67668         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
67669         missing cfi directives, and sigaltstack handling.
67671 2011-08-16  Andreas Schwab  <schwab@redhat.com>
67673         [BZ #11724]
67674         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
67675         object is seen twice.
67676         * elf/dl-fini.c (_dl_sort_fini): Likewise.
67678         * elf/Makefile (distribute): Add tst-initorder2.c.
67679         (tests): Add tst-initorder2.
67680         (modules-names): Add tst-initorder2a tst-initorder2b
67681         tst-initorder2c tst-initorder2d.  Add rules to build them.
67682         ($(objpfx)tst-initorder2.out): New rule.
67683         * elf/tst-initorder2.c: New file.
67684         * elf/tst-initorder2.exp: New file.
67686 2011-08-22  Andreas Schwab  <schwab@redhat.com>
67688         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
67690         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
67691         dependencies back to end of function.
67693         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
67694         $(elfobjdir)/ld.so.
67696 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
67698         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
67699         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
67700         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
67701         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
67702         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
67703         of __vdso_gettimeofday.
67704         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
67705         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
67706         attribute_hidden.
67707         (_libc_vdso_platform_setup): Remove initialization of
67708         __vdso_gettimeofday and __vdso_time.
67710 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
67712         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
67713         and fgetc_unlocked.
67714         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
67715         getc_unlocked.
67717         * elf/dl-open.c (add_to_global): Report additions to the global scope
67718         for LD_DEBUG=scopes.
67719         (dl_open_worker): Also print scope of newly loaded dependencies.
67720         (_dl_show_scope): Indicate if there is no scope.
67722         [BZ #13114]
67723         * stdio-common/Makefile (tests): Add bug24.
67724         * stdio-common/bug24.c: New file.
67726 2011-08-19  Andreas Jaeger  <aj@suse.de>
67728         [BZ #13114]
67729         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
67730         non-existant file when using close-on-exec mode.
67732 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
67734         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
67735         the very first instruction.
67737         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
67738         the CFI state in the end.
67739         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
67740         inclusion of dl-trampoline.h.
67741         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
67743 2011-08-19  Andreas Schwab  <schwab@redhat.com>
67745         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
67746         expectations for long double.
67748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
67749         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
67751 2011-08-14  David S. Miller  <davem@davemloft.net>
67753         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
67754         artificual limit depends upon the system page size.
67756 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
67758         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
67759         * resolv/Makefile: Define CFLAGS-libresolv.
67761 2011-08-17  Andreas Schwab  <schwab@redhat.com>
67763         * nss/makedb.c (compute_tables): Make variables used in nested
67764         function static.
67766 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
67768         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
67769         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
67770         if buffer was too small.
67772         * elf/pldd.c (main): Attach to all threads in the process.
67773         Rewrite /proc handling to use *at functions.
67775 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
67777         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
67778         specifies first scope to show.
67779         (dl_open_worker): Update callers.  Move printing scope of new
67780         object to before the relocation.
67781         * elf/rtld.c (dl_main): Update _dl_show_scope call.
67782         * sysdeps/generic/ldsodefs.h: Update declaration.
67784         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
67785         string for the scope number.
67787 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
67789         * nscd/servicescache.c (cache_addserv): Make sure written is always
67790         initialized.
67792 2011-08-14  Roland McGrath  <roland@hack.frob.com>
67794         * sysdeps/i386/i486/bits/atomic.h
67795         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
67796         statement expression, so as to suppress "set but not used" warning.
67797         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
67799         * string/strncat.c (STRNCAT): Use prototype definition.
67801         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
67802         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
67803         -Iprograms here.
67804         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
67805         (localedef-modules): Add localedef.
67806         (locale-modules): Add locale.
67808         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
67809         * elf/rtld.c (dl_main): Invert order of assignment in last change,
67810         to avoid a warning.
67812 2011-08-14  David S. Miller  <davem@davemloft.net>
67814         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
67815         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
67817 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
67819         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
67820         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
67821         * elf/rtld.c (dl_main): Set l_name of vDSO.
67822         Call _dl_show_scope when DL_DEBUG_SCOPES.
67823         (process_dl_debug): Recognize scopes flag and also set it for all.
67824         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
67825         Declare _dl_show_scope.
67827         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
67828         (do_dlopen): Pass caller_dlopen to dl_open.
67829         (__libc_dlopen_mode): Initialize caller_dlopen.
67831         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
67832         of libc.  Make tolower call locale-independent.  Optimize a bit by
67833         using isdigit instead of isalnum.
67834         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
67836 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
67838         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
67839         was a dependency or dynamically loaded.
67841 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
67843         * intl/l10nflist.c: Allow architecture-specific pop function.
67844         * sysdeps/x86_64/l10nflist.c: New file.
67846         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
67847         classification.
67849 2011-08-10  Andreas Schwab  <schwab@redhat.com>
67851         * include/dirent.h: Add libc_hidden_proto for scandirat and
67852         scandirat64.  Don't declare __scandirat64.
67853         * dirent/scandirat.c: Add libc_hidden_def.
67854         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
67855         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
67857 2011-08-10  David S. Miller  <davem@davemloft.net>
67859         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
67860         enum.
67861         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
67862         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
67863         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
67865 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
67867         * Versions.def [libc]: Add GLIBC_2.15.
67868         * dirent/Makefile (routines): Add scandirat and scandirat64.
67869         * dirent/Versions [libc]: Export scandirat and scandirat64 for
67870         GLIBC_2.15.
67871         * dirent/dirent.h: Declare scandirat and scandirat64.
67872         * dirent/scandirat.c: New file.
67873         * dirent/scandirat64.c: New file.
67874         * sysdeps/wordsize-64/scandirat.c: New file.
67875         * sysdeps/wordsize-64/scandirat64.c: New file.
67876         * dirent/opendir.c: Define opendirat.
67877         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
67878         using scandirat.
67879         * dirent/scandir64.c: Adjust for scandir.c change.
67880         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
67881         __scandirat64, and __scandir_cancel_handler.
67882         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
67883         additional parameter and use openat instead of open (outside of ld.so).
67884         Add new __opendir as wrapper around __opendirat.
67885         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
67886         here without requiring old scandirat implementation.
67888 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
67890         * dirent/scandir.c (cancel_handler): Renamed to
67891         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
67892         defined.  Adjust users.
67893         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
67894         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
67896 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
67898         * string/test-string.h (IMPL): Use __STRING to expand name and then
67899         stringify it.
67901         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
67902         of cleanups.
67904 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
67906         * string/Makefile: Update.
67907         (strop-tests): Append strncat.
67908         * string/test-wcscmp.c: New file.
67909         New comprehensive test for wcscmp.
67910         * string/test-strcmp.c: Update.
67911         (WIDE): New define.
67913 2011-07-22  Andreas Schwab  <schwab@redhat.com>
67915         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
67916         line.
67918 2011-07-26  Andreas Schwab  <schwab@redhat.com>
67920         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
67921         encoding to ACE if AI_IDN.
67923 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
67925         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
67926         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
67928 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
67930         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
67931         Fix overflow bug in strncat.
67932         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
67934         * string/test-strncat.c: Update.
67935         Add new tests for checking overflow bugs.
67937 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
67939         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
67940         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
67941         * sysdeps/i386/i686/multiarch/strcat.S: New file.
67942         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
67943         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
67944         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
67945         * sysdeps/i386/i686/multiarch/strncat.S: New file.
67946         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
67947         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
67949         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
67950         (USE_AS_STRCAT): Define.
67951         Add strcat and strncat support.
67952         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
67954 2011-07-25  Andreas Schwab  <schwab@redhat.com>
67956         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
67957         __n bigger than INT_MAX+1.
67958         (__strncmp_g): Likewise.
67960 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
67962         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
67963         * libio/stido.h: Likewise.
67965         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
67966         (AF_NFC): Define.
67967         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
67968         (AF_NFC): Define.
67970         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
67971         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
67972         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
67973         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
67974         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
67976         [BZ #13021]
67977         * scripts/test-installation.pl: Don't expect libnss_test1 to be
67978         installed.
67980         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
67981         typo.
67982         (_dl_x86_64_save_sse): Likewise.
67984 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
67986         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
67987         OSXSAVE.
67988         (_dl_x86_64_save_sse): Likewise.
67990         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
67992         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
67994 2011-07-21  Andreas Schwab  <schwab@redhat.com>
67996         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
67997         change.
67998         (_dl_x86_64_save_sse): Use correct AVX check.
68000 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
68002         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
68003         bug in strncpy/strncat.
68004         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
68006 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
68008         * string/tester.c (test_strcat): Add tests for different alignments
68009         of source and destination.
68010         (test_strncat): Likewise.
68012 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
68014         [BZ #12852]
68015         * posix/glob.c (glob): Check passed in values before using them in
68016         expressions to avoid some overflows.
68017         (glob_in_dir): Likewise.
68019         [BZ #13007]
68020         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
68021         check for AVX enablement so that we don't crash with old kernels and
68022         new hardware.
68023         * elf/tst-audit4.c: Add same checks here.
68024         * elf/tst-audit6.c: Likewise.
68026         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
68028 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
68030         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
68032 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
68034         * po/cs.po: Update from translation team.
68035         * po/bg.po: Likewise.
68037 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
68039         * misc/sys/cdefs.h: Add support for const attribute.
68040         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
68041         to gnu_dev_{major,minor,makedev} functions.
68043 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
68045         * intl/dcigettext.c (get_output_charset): Add missing bracket.
68047 2011-07-20  Andreas Schwab  <schwab@redhat.com>
68049         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
68050         strlen results.
68052 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
68054         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
68055         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
68056         register in order to avoid conflicts with the soft frame pointer
68057         being held in r11 when necessary.
68058         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
68059         (INTERNAL_VSYSCALL_NCS): Likewise.
68061 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
68063         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
68064         * elf/dl-fini.c (_dl_fini): Adjust caller.
68065         * elf/dl-close.c (_dl_close_worker): Likewise.
68066         * sysdeps/generic/ldsodefs.h: Adjust declaration.
68068 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
68070         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
68071         "aux_cache->nlibs < 0".
68073         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
68074         in the reload-count case.
68076 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
68078         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
68079         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
68080         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
68081         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
68082         * sysdeps/x86_64/multiarch/strcat.S: New file.
68083         * sysdeps/x86_64/multiarch/strncat.S: New file.
68084         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
68085         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
68086         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
68087         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
68088         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
68089         (USE_AS_STRCAT): Define.
68090         Add strcat and strncat support.
68091         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
68092         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
68093         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
68094         * string/strncat.c: Update.
68095         (USE_AS_STRNCAT): Define.
68096         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
68097         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
68098         and i7.
68099         * sysdeps/x86_64/multiarch/init-arch.h
68100         (bit_Prefer_PMINUB_for_stringop): New.
68101         (index_Prefer_PMINUB_for_stringop): Likewise.
68102         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
68103         bit_Prefer_PMINUB_for_stringop.
68105 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
68107         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
68108         buffer64.
68109         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
68110         of casting of buffer.
68111         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
68112         buffer32 and buffer64.
68113         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
68114         writes instead of casting of buffer.
68115         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
68116         buffer32.
68117         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
68118         casting of buffer.
68120 2011-07-19  Andreas Schwab  <schwab@redhat.com>
68122         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
68124 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
68126         * nscd/nscd.c (termination_handler): Don't do anything for a database
68127         if it has not yet been initialized.
68129 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
68131         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
68133 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
68135         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
68137 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
68139         * po/nl.po: Update from translation team.
68140         * po/sv.po: Likewise.
68142 2011-07-16  Roland McGrath  <roland@hack.frob.com>
68144         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
68145         now disallowed by GCC.
68147         * configure.in (use-default-link): Default to yes if a test -shared
68148         link meets our qualifications.
68149         * configure: Regenerated.
68151         * config.make.in (output-format): New variable.
68152         * configure.in: Check for ld --print-output-format support.
68153         * configure: Regenerated.
68154         * Makerules ($(common-objpfx)format.lds)
68155         [$(output-format) != unknown]: Just use $(output-format),
68156         instead of the linker-script munging.
68158 2011-07-14  Roland McGrath  <roland@hack.frob.com>
68160         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
68161         of $(common-objpfx)shlib.lds.
68162         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
68164         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
68165         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
68167         * configure.in (-z relro check): Adjust test code to add a large
68168         writable data section after it.
68169         * configure: Regenerated.
68171 2011-07-11  Roland McGrath  <roland@hack.frob.com>
68173         * configure.in (-z relro check): Fix test code to make the variable
68174         truly const.
68175         * configure: Regenerated.
68177 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
68179         * nscd/nscd.h (struct traced_file): Define.
68180         (struct database_dyn): Remove inotify_descr, reset_res, and filename
68181         elements.  Add traced_files.
68182         (inotify_fd): Declare.
68183         (register_traced_file): Declare.
68184         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
68185         (inotify_fd): Export.
68186         (resolv_conf_descr): Remove.
68187         (nscd_init): Move inotify descriptor creation to main.
68188         Don't register files for notification here.
68189         (register_traced_file): New function.
68190         (invalidate_cache): Don't use reset_res to determine whether to call
68191         res_init, go through the list of registered files.
68192         (main_loop_poll): The inotify descriptors are now stored in the
68193         structures for the traced files.
68194         (main_loop_epoll): Likewise
68195         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
68196         to __nss_disable_nscd.
68197         * nscd/cache.c (prune_cache): There is no single inotify descriptor
68198         for a database anymore.  Check the records for all the registered
68199         files instead.
68200         * nss/Makefile (libnss_files-routines): Add files-init.
68201         (libnss_db-routines): Add db-init.
68202         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
68203         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
68204         * nss/nss_db/db-init.c: New file.
68205         * nss/nss_files/files-init.c: New file.
68206         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
68207         __nss_lookup_function.
68208         (__nss_lookup_function): Call nss_load_library.
68209         (nss_load_all_libraries): New function.
68210         (__nss_disable_nscd): Take parameter with callback function for files
68211         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
68212         used for the cached services.
68213         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
68214         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
68215         options for features to all the files in nscd.
68217         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
68219 2011-07-10  Roland McGrath  <roland@hack.frob.com>
68221         * csu/elf-init.c (__libc_csu_init): Comment typo.
68223 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
68225         * po/pl.po: Update from translation team.
68226         * po/ja.po: Likewise.
68227         * po/ru.po: Likewise.
68228         * po/ko.po: Likewise.
68229         * po/fr.po: Likewise.
68231 2011-07-09  Roland McGrath  <roland@hack.frob.com>
68233         * configure.in (.ctors/.dtors header and trailer check):
68234         Use an empirical test on a built program.
68235         * configure: Regenerated.
68237         * configure.in (-z relro check): Use an empirical test on a built DSO.
68238         Detect, but do not require, on ia64.
68239         * configure: Regenerated.
68241         * configure.in (READELF): Find it with AC_CHECK_TOOL.
68242         Update tests that use readelf to use $READELF instead.
68243         * configure: Regenerated.
68245 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
68247         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
68248         if the result is not used.
68250 2011-07-05  Andreas Jaeger  <aj@suse.de>
68252         [BZ#9696]
68253         * stdlib/tst-strtod.c: Add testcase.
68255 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
68257         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
68258         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
68259         The latter has a higher limit.  Take additional parameter to pass to
68260         the new function.
68261         (__pathconf): Pass file to __statfs_link_max.
68262         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
68263         __statfs_link_max.
68264         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
68265         __statfs_link_max.
68267         [BZ #12868]
68268         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
68269         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
68270         Handle Lustre.
68271         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
68272         (__statfs_filesize_max): Likewise.
68273         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
68275 2011-07-05  Andreas Jaeger  <aj@suse.de>
68277         * resolv/res_comp.c (dn_skipname): Remove unused variable.
68279 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
68281         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
68282         `status' variable.
68283         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
68284         Likewise.
68286 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
68288         * Makefile (strop-tests): Add strncat.
68289         * string/test-strncat.c: New file.
68291 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
68293         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
68295 2011-06-21  Andreas Jaeger  <aj@suse.de>
68297         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
68298         Copy rule from iconvdata/Makefile.
68300 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
68302         [BZ #12922]
68303         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
68304         but no long options are defined, just return 'W'.
68306 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
68308         [BZ #9696]
68309         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
68311 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
68313         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
68314         netgroups to read.
68315         (innetgr): Likewise.
68317 2011-07-05  Roland McGrath  <roland@hack.frob.com>
68319         * config.make.in (install_root): Default to $(DESTDIR).
68321 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
68323         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
68325 2011-07-02  Roland McGrath  <roland@hack.frob.com>
68327         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
68329         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
68330         containing directory rather than embedding absolute directory names.
68332         * scripts/check-local-headers.sh: Rewritten using awk.
68333         Match by word, not by line.  Print error messages for matches.
68334         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
68336         * Makerules [shlib-lds-flags empty]:
68337         ($(common-objpfx)libc_pic.opts): New target.
68338         ($(common-objpfx)libc_pic.os.clean): New target.
68339         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
68341         * config.make.in (OBJCOPY): New variable.
68342         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
68343         * configure: Regenerated.
68345         * config.make.in (use-default-link): New variable.
68346         * configure.in (use_default_link): Grok --with-default-link to set it.
68347         * configure: Regenerated.
68348         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
68349         (shlib-lds, shlib-lds-flags): Define to empty.
68351         * Makerules (shlib-lds): New variable.
68352         (shlib-lds-flags): New variable.
68353         (build-shlib, build-moduile, build-module-asneeded): Use it.
68354         ($(common-objpfx)libc.so): Use $(shlib-lds).
68355         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
68356         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
68358         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
68359         DT_FLAGS/DT_FLAGS_1 with zero flags.
68361         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
68362         linker script munging.
68364 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
68366         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
68367         as 128-bit value.
68368         * crypt/sha512.c (sha512_process_block): Perform total addition using
68369         128-bit if possible.
68370         (__sha512_finish_ctx): Likewise.
68371         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
68372         as 64-bit value.
68373         * crypt/sha256.c (SWAP64): Define.
68374         (sha256_process_block): Perform total addition using 64-bit if
68375         possible.
68376         (__sha256_finish_ctx): Likewise.
68378 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
68380         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
68381         * nscd/initgrcache.c (addinitgroupsX): Likewise.
68382         * nscd/hstcache.c (cache_addhst): Likewise.
68383         * nscd/grpcache.c (cache_addgr): Likewise.
68384         * nscd/aicache.c (addhstaiX): Likewise
68385         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
68387 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
68389         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
68390         * nscd/initgrcache.c (addinitgroupsX): Likewise.
68391         * nscd/hstcache.c (cache_addhst): Likewise.
68392         * nscd/grpcache.c (cache_addgr): Likewise.
68393         * nscd/aicache.c (addhstaiX): Likewise
68395 2011-07-01  Andreas Schwab  <schwab@redhat.com>
68397         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
68398         domain only when needed.
68400 2011-06-30  Andreas Schwab  <schwab@redhat.com>
68402         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
68403         is always restored.
68405 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
68407         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
68408         are re-adding the entry.
68409         * nscd/servicescache.c (cache_addserv): Likewise.
68411 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
68413         * sysdeps/generic/dl-irel.h: fix protection against multiple
68414         inclusions.
68415         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
68417 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
68419         [BZ #12935]
68420         * malloc/memusage.sh: Fix quoting in message.
68421         * debug/xtrace.sh: Likewise.
68423         * configure.in: Remove support for --experimental-malloc option, make
68424         it the default.
68425         * config.make.in: Likewise.
68426         * malloc/Makefile: Likewise.
68428 2011-06-27  Andreas Schwab  <schwab@redhat.com>
68430         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
68431         two-byte characters.
68433 2011-06-27  Roland McGrath  <roland@hack.frob.com>
68435         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
68436         AC_CACHE_CHECK invocation.
68437         * configure: Regenerated.
68439         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
68441 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
68443         [BZ #12350]
68444         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
68445         bit from old_res_options.
68447         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
68449         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
68450         value type for setfct.
68452 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
68454         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
68455         __gettimeofday instead of gettimeofday.
68457 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
68459         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
68461 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
68463         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
68465         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
68466         info.
68468 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
68470         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
68471         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
68472         strcpy-sse2-unaligned strncpy-sse2-unaligned
68473         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
68474         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
68475         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
68476         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
68477         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
68478         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
68479         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
68480         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
68481         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
68482         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
68483         (STRCPY): Support SSE2 and SSSE3 versions.
68485 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
68487         [BZ #12874]
68488         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
68489         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
68490         kernels which artificially limit size of requests.
68492 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
68494         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
68495         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
68496         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
68497         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
68498         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
68499         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
68500         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
68501         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
68502         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
68503         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
68504         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
68505         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
68506         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
68507         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
68508         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
68509         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
68510         Enable unaligned load optimization for Intel Core i3, i5 and i7
68511         processors.
68512         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
68513         Define.
68514         (index_Fast_Unaligned_Load): Define.
68515         (HAS_FAST_UNALIGNED_LOAD): Define.
68517 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
68519         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
68521 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
68523         [BZ #12907]
68524         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
68525         until it is clear that the information is realy needed.
68526         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
68528 2011-06-22  Andreas Schwab  <schwab@redhat.com>
68530         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
68532 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
68534         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
68535         /sys/devices/system/cpu/online if it is usable.
68537         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
68538         reading the information from the /proc filesystem to once a second.
68540 2011-06-21  Andreas Jaeger  <aj@suse.de>
68542         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
68543         NULL after inclusion of kernel headers.
68545 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
68547         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
68548         calls to internal_setent.
68550         [BZ #12885]
68551         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
68552         addresses using gethostbyname4_r ignore IPv4 addresses.
68554         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
68555         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
68557         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
68559 2011-06-20  David S. Miller  <davem@davemloft.net>
68561         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
68562         inclusions.
68563         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
68565         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
68566         (elf_irel): Use it.
68567         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
68568         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
68569         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
68570         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
68571         * sysdeps/x86_64/dl-irel.h: Likewise.
68573         * elf/dl-runtime.c: Use elf_ifunc_invoke.
68574         * elf/dl-sym.c: Likewise.
68576 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
68578         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
68579         need to dereference resplen2.
68581 2011-06-14  Andreas Schwab  <schwab@redhat.com>
68583         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
68585 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
68587         * Makeconfig: Define vardbdir and inst_vardbdir.
68588         * nss/Makefile: Add rules to install db-Makefile.
68590         * nss/nss_db/db-XXX.c: Cleanup.
68592         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
68593         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
68594         GLIBC_PRIVATE.
68595         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
68596         * nss/makedb.c: Implement -g option to specify that value strings
68597         are generated and should not be added to table iterated over for
68598         get*ent calls.
68599         * nss/nss_db/db-initgroups.c: New file.
68601         * nss/getent.c: Add support for initgroups lookups through getgrouplist
68602         interface.
68604         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
68605         (internal_getgrouplist): Adjust to name change.
68606         Update use_initgroups_entry if this is not the first call.
68607         * nss/databases.def: Add initgroups entry.
68609         * nss/makedb.c (compute_tables): Check result of multiple hash table
68610         sizes to minimize maximum chain length.
68612 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
68614         * Versions.def: Add entry for libnss_db.
68615         * shlib-versions: Likewise.
68616         * nss/Makefile: Add rules to build libnss_db.
68617         * nss/Versions: Add libnss_db information.  Organize libnss_files
68618         entries better.
68619         * nss/db-Makefile: Add gshadow support.  Change rules for the new
68620         makedb progra.  Some minor improvements to generate smaller files.
68621         * nss/nss_db/nss_db.h: Move NSS database header data structures to
68622         here from...
68623         * nss/makedb.c: ...here.
68624         Improve database format to be smaller and require less memory at
68625         runtime.
68626         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
68627         db anymore.
68628         * nss/nss_db/db-netgrp.c: Likewise.
68629         * nss/nss_db/db-open.c: Likewise.
68630         * nss/nss_files/flies-XXX.x: Adjust comments.
68631         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
68632         * nss/nss_files/files-grp.c: Likewise.
68633         * nss/nss_files/files-hosts.c: Likewise.
68634         * nss/nss_files/files-network.c: Likewise.
68635         * nss/nss_files/files-proto.c: Likewise.
68636         * nss/nss_files/files-pwd.c: Likewise.
68637         * nss/nss_files/files-rpc.c: Likewise.
68638         * nss/nss_files/files-service.c: Likewise.
68639         * nss/nss_files/files-sgrp.c: Likewise.
68640         * nss/nss_files/files-spwd.c: Likewise.
68641         * nss/nss_db/db-alias.c: Removed.
68642         * nss/nss_db/dummy-db.h: Removed.
68644 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
68646         * nss/makedb.c: Rewritten to not use database library.
68647         * nss/Makefile: Update to build new makedb program.
68649 2011-06-14  Andreas Jaeger  <aj@suse.de>
68651         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
68652         memset declaration.
68654 2011-06-10  Andreas Schwab  <schwab@redhat.com>
68656         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
68657         tmpbuf.
68659 2011-06-10  Roland McGrath  <roland@hack.frob.com>
68661         * Makerules (shlib.lds): Fail if the linker script comes out empty.
68662         * elf/Makefile ($(objpfx)ld.so): Likewise.
68664         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
68665         Don't list ld.so twice in dependencies.
68667         * posix/bug-regex31.c: Include <stdlib.h>.
68669         * nscd/hstcache.c (cache_addhst): Remove unused variable.
68671         * nis/nss_compat/compat-spwd.c
68672         (getspent_next_nss_netgr): Remove unused variable.
68673         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
68675         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
68676         nonmembers" output to use the right array.
68678         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
68680         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
68682         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
68683         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
68684         * catgets/gencat.c (read_input_file): Likewise.
68685         * locale/programs/locarchive.c (enlarge_archive): Likewise.
68687         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
68688         variable definition inside #if's controlling its use.
68690         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
68692         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
68694         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
68696         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
68697         unreachable code.
68699         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
68701         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
68702         * configure: Regenerated.
68704         * Makerules: Revert last change.
68705         * elf/Makefile: Likewise.
68707 2011-06-09  Roland McGrath  <roland@hack.frob.com>
68709         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
68710         * elf/Makefile ($(objpfx)librtld.os): Likewise.
68711         (reloc-link): Likewise.
68713 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
68715         * elf/Makefile: Add rules to build pldd.
68716         * elf/pldd.c: New file.
68717         * elf/pldd-xx.c: New file.
68719 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
68721         * version.h: Update for 2.15 development version.
68723 2011-06-07  David S. Miller  <davem@davemloft.net>
68725         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
68726         ifuncs.
68727         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
68728         elf_machine_lazy_rel): Likewise.
68729         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
68730         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
68731         elf_machine_lazy_rel): Likewise.
68732         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
68733         dl_hwcap via passed in argument.
68734         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
68735         Likewise.
68737 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
68739         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
68741 2011-06-06  Roland McGrath  <roland@hack.frob.com>
68743         [BZ #12849]
68744         * manual/fdl-1.1.texi: New file, verbatim from:
68745         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
68746         * manual/lgpl-2.1.texi: New file, verbatim from:
68747         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
68748         * manual/Makefile (licenses): New variable, list those new file names.
68749         (texis): Use it.
68750         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
68752         * manual/fdl.texi: File removed.
68753         * manual/lesser.texi: File removed.
68754         * manual/libc.texinfo (Copying, Documentation License):
68755         Use new @include file names, put @appendix directive before @include.
68757 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
68759         [BZ #12841]
68760         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
68761         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
68762         (mq_open): Add __NTH.
68764 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
68766         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
68767         Assume Intel Core i3/i5/i7 processor if AVX is available.
68769 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
68771         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
68772         typo.
68774 2011-05-31  Andreas Schwab  <schwab@redhat.com>
68776         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
68777         memory.  Use alloca_account.  Fix memory leak when retrying.
68779 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
68781         * version.h (RELEASE): Bump for 2.14 release.
68782         * include/features.h (__GLIBC_MINOR__): Bump to 14.
68784         * config.make.in (RANLIB): Remove entry.
68786 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
68788         * po/Makefile (po-sed-cmd): Add ksh to extensions.
68789         (libc.pot): Work around missing support for .ksh extension in xgettext.
68791         [BZ #12684]
68792         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
68793         if both request failed.
68794         (send_dg): In case of server errors clear resplen or *resplen2.
68796         [BZ #12454]
68797         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
68798         when there are multiple maps.
68799         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
68800         (_dl_fini): Remove test here.
68802         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
68804 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
68806         [BZ #12350]
68807         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
68808         bit from old_res_options.
68809         (gaih_inet): Likewise.
68811         [BZ #11099]
68812         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
68813         as signed.
68815         * resolv/res_init.c (res_setoptions): Make the code more compact.
68817         [BZ #11558]
68818         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
68819         set RES_USEVC.
68821         [BZ #11634]
68822         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
68824         * malloc/malloc.h: Mark malloc hook variables as deprecated.
68826         [BZ #11781]
68827         * malloc/malloc.h: Declare malloc hook variables as volatile.
68829         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
68830         in last patch.
68832         [BZ #11799]
68833         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
68834         raise in the comment.
68835         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
68836         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
68837         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
68839 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
68841         [BZ #12811]
68842         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
68843         grow the buffers more if it already has to be sufficient.
68844         (build_wcs_upper_buffer): Likewise.
68845         * posix/regexec.c (check_matching): Likewise.
68846         (clean_state_log_if_needed): Likewise.
68847         (extend_buffers): Don't enlarge buffers beyond size of the input
68848         buffer.
68849         Patches mostly by Emil Wojak <emil@wojak.eu>.
68850         * posix/bug-regex32.c: New file.
68851         * posix/Makefile (tests): Add bug-regex32.
68853         * locale/findlocale.c (_nl_find_locale): Return right away if
68854         _nl_explode_name failed.
68855         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
68857         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
68859         * debug/xtrace.sh: Unify messages.
68860         * malloc/memusage.sh: Likewise.
68862         [BZ #12813]
68863         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
68864         time symbol from vDSO.  Substitute with vsyscall if not available.
68865         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
68866         __vdso_time.
68868         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
68869         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
68870         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
68871         Add sendmmsg and internal_sendmmsg.
68872         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
68873         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
68874         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
68876         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
68877         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
68878         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
68880 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
68882         [BZ #12813]
68883         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
68884         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
68885         available.
68886         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
68887         __vdso_getcpu.
68889         [BZ #12814]
68890         * iconvdata/Makefile (tests): Add bug-iconv9.
68891         * iconvdata/bug-iconv9.c: New file.
68893 2011-05-27  Andreas Schwab  <schwab@redhat.com>
68895         [BZ #12814]
68896         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
68898 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
68900         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
68901         (struct user_regs_struct): Change intcs field back to cs.
68903 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
68905         * po/ja.po: Update from translation team.
68907 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
68909         [BZ #12795]
68910         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
68911         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
68913 2011-05-20  Andreas Schwab  <schwab@redhat.com>
68915         * stdlib/longlong.h: Update from GCC.
68917 2011-05-23  Andreas Schwab  <schwab@redhat.com>
68919         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
68920         parameter name.
68921         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
68922         Add parameter name.
68923         (__sysconf): Pass it down.
68925 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
68927         [BZ #12671]
68928         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
68929         some situations.
68930         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
68931         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
68932         add in in __libc_use_alloca calls.  Adjust callers.
68933         (glob): Use malloc in some situations.
68935         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
68936         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
68937         pltexit.
68939 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
68941         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
68942         and CLOCK_BOOTTIME_ALARM.
68944         [BZ #12782]
68945         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
68946         is returned.
68948         * string/_strerror.c (__strerror_r): Print negative errors as signed
68949         numbers.
68951         [BZ #12777]
68952         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
68953         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
68954         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
68956         * configure.in: Fix typo in redirection and correct removal of test
68957         files in two cases.
68959         [BZ #12788]
68960         * locale/setlocale.c (new_composite_name): Fix test to check for
68961         identical name of all categories.
68963         [BZ #12792]
68964         * libio/filedoalloc.c (local_isatty): New function.
68965         (_IO_file_doallocate): Use local_isatty.
68966         * stdio-common/perror.c (perror): In case a new stream is used
68967         forward the stream error.
68968         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
68969         error flag.
68971 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
68973         [BZ #11884]
68974         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
68975         alloca.
68976         * include/alloca.h (extend_alloca_account): Define.
68978         [BZ #11857]
68979         * posix/regex.h: Fix comments with documentation of user-accessible
68980         fields after compilation and describe correct free'ing of pattern
68981         after re_compile_pattern.
68982         Patch by Reuben Thomas <rrt@sc3d.org>.
68984 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
68986         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
68987         and -mno-altivec to prevent the compiler from using Altivec and/or
68988         VSX instructions when the corresponding registers are not available.
68990 2011-05-19  Andreas Schwab  <schwab@redhat.com>
68992         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
68994 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
68996         * libio/freopen.c (freopen): Use __dup2, not dup2.
68997         * libio/freopen64.c (freopen64): Likewise.
68999 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
69001         [BZ #12775]
69002         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
69003         * math/Makefile (tests): Add test-powl.
69004         (CFLAGS-test-powl.c): Define.
69005         * math/test-powl.c: New file.
69007 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
69009         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
69011 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
69013         [BZ #11837]
69014         * iconvdata/gb18030.c: Update to GB18020-2005.
69016 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
69018         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
69019         RE_SYNTAX_POSIX_AWK): Update to match recent development.
69020         Patch by Aharon Robbins <arnold@skeeve.com>.
69022         [BZ #11892]
69023         * stdlib/putenv.c (putenv): Don't always create copy of the variable
69024         on the stack.
69026         [BZ #11895]
69027         * misc/pselect.c (__pselect): Handle timeout value errors hidden
69028         through underflows.
69030         [BZ #12766]
69031         * misc/error.c (error_at_line): Ensure file_name and old_file_name
69032         point to strings before performing equality test for error_one_per_line
69033         mode.
69035         [BZ #11697]
69036         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
69038         [BZ #11820]
69039         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
69040         (struct user_fpregs_struct): Avoid __uint*_t types.
69042         [BZ #6420]
69043         * malloc/mtrace.c (tr_where): Add additional parameter to point to
69044         symbol info.  Use it instead of calling _dl_addr locally.
69045         (lock_and_info): New function.
69046         (tr_freehook): Call lock_and_info and pass symbol info as additional
69047         parameter to tr_where.
69048         (tr_mallochook): Likewise.
69049         (tr_reallochook): Likewise.
69050         (tr_memalignhook): Likewise.
69052         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
69053         used and couldn't be at all thread-safe.
69055 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
69057         * libio/freopen.c (freopen): Don't close old file descriptor
69058         before the new one is opened.  Instead dup the new file descriptor
69059         to the old one after the new stream is created.
69060         * libio/freopen64.c (freopen64): Likewise.
69061         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
69062         * libio/fileops.c (_IO_new_file_close_it): Handle new
69063         _IO_FLAGS2_NOCLOSE flag.
69064         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
69065         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
69066         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
69067         _IO_FLAGS2_NOCLOSE flag.
69068         * include/unistd.h: Add hidden_proto for dup3.
69069         Define __have_dup3.
69070         * io/dup3.c: Define hidden symbol.
69071         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
69073         [BZ #7101]
69074         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
69075         when an incomplete long option is used.
69076         * posix/tst-getopt_long1.c: New file.
69077         * posix/Makefile (tests): Add tst-getopt_long1.
69079         [BZ #10138]
69080         * scripts/config.guess: Update from autoconf-2.68.
69081         * scripts/config.sub: Likewise.
69083         [BZ #10157]
69084         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
69085         tests into ...
69086         (has_cpuclock): ...this.  New function.
69087         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
69088         macro here based on has_cpuclock code.
69090         [BZ #10149]
69091         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
69092         First byte (not low byte) is now always NUL.
69093         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
69095         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
69096         Use non-cancelable interfaces.
69098         [BZ #9809]
69099         * locale/iso-639.def: Add entry for Sorani.
69101         [BZ #11901]
69102         * include/stdlib.h: Move include protection to the right place.
69103         Define abort_msg_s.  Declare __abort_msg with it.
69104         * stdlib/abort.c (__abort_msg): Adjust type.
69105         * assert/assert.c (__assert_fail_base): New function.  Majority
69106         of code from __assert_fail.  Allocate memory for __abort_msg with
69107         mmap.
69108         (__assert_fail): Now call __assert_fail_base.
69109         * assert/assert-perr.c: Remove bulk of implementation.  Use
69110         __assert_fail_base.
69111         * include/assert.hL Declare __assert_fail_base.
69112         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
69113         mmap.
69114         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
69116 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
69118         [BZ #11952]
69119         [BZ #12453]
69120         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
69121         until all modules are registered in the DTV.
69122         * elf/Makefile: Add rules to build and run tst-tls19.
69123         * elf/tst-tls19.c: New file.
69124         * elf/tst-tls19mod1.c: New file.
69125         * elf/tst-tls19mod2.c: New file.
69126         * elf/tst-tls19mod3.c: New file.
69127         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
69129         [BZ #12083]
69130         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
69131         correctly.
69133         [BZ #12601]
69134         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
69135         two-byte sequence errors.
69136         * iconvdata/Makefile (tests): Add bug-iconv8.
69137         * iconvdata/bug-iconv8.c: New file.
69139         [BZ #12626]
69140         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
69141         buf2 definition.
69143         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
69145         [BZ #12432]
69146         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
69147         (dummy_getcfa): New function.
69148         (init): Get _Unwind_GetCFA address, use dummy if not found.
69149         (backtrace_helper): In recursion check, also check whether CFA changes.
69150         (__backtrace): Completely initialize arg.
69152         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
69153         storing incomplete byte sequence in state object.  Avoid testing for
69154         guaranteed too small input if we know there is enough data available.
69156 2011-05-11  Andreas Schwab  <schwab@redhat.com>
69158         * Makeconfig (+link-pie): Indent.
69159         * Rules (binaries-pie): Define if $(have-fpie) and
69160         $(build-shared).
69161         (binaries-shared): Also filter out $(binaries-pie).
69162         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
69163         * nscd/Makefile (others-pie): Add nscd.
69164         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
69165         ($(objpfx)nscd): Remove command override.
69166         * login/Makefile (others-pie): Add pt_chown.
69167         ($(objpfx)pt_chown): Remove command override.
69168         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
69169         remove command overrides.
69171 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
69173         * libio/tst_putwc.c: Fix error messages.
69175         [BZ #12724]
69176         * libio/fileops.c (_IO_new_file_close_it): Always flush when
69177         currently writing and seek to current position when not.
69178         * libio/Makefile (tests): Add bug-fclose1.
69179         * libio/bug-fclose1.c: New file.
69181 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
69183         [BZ #12511]
69184         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
69185         don't set DF_1_NODELETE here.
69186         (do_lookup_x): When entering new entry test for copy relocation
69187         and if necessary set DF_1_NODELETE flag.
69188         * elf/tst-unique4.cc: New file.
69189         * elf/tst-unique4.h: New file.
69190         * elf/tst-unique4lib.cc: New file.
69191         * elf/Makefile: Add rules to build and run tst-unique4.
69192         Patch by Piotr Bury <pbury@goahead.com>.
69194 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
69196         [BZ #12052]
69197         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
69199         [BZ #12625]
69200         * misc/mntent_r.c (addmntent): Flush the stream after the output
69202         [BZ #12393]
69203         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
69204         (is_trusted_path_normalize): Skip initial colon.  Append slash
69205         to empty buffer.  Duplicate is_trusted_path code but allow
69206         constructed patch to be prefix.
69207         (is_dst): Allow $ORIGIN followed by /.
69208         (_dl_dst_substitute): Correct clearing of check_for_trusted.
69209         Correct testing of result of is_trusted_path_normalize
69210         (decompose_rpath): Fix warning.
69212 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
69214         [BZ #11257]
69215         * grp/initgroups.c (internal_getgrouplist): When we found the service
69216         list through the initgroups entry in nsswitch.conf do not always
69217         continue on a successful lookup.  Don't always use the
69218         __nss_group_database value if it is set.
69219         * nss/nsswitch.conf (initgroups): Change action for successful db
69220         lookup to continue for compatibility.
69222 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
69224         [BZ #11532]
69225         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
69226         and CP774 modules.
69227         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
69228         and CP774 modules.
69229         * iconvdata/tst-tables.sh: Likewise.
69230         * iconvdata/cp770.c: New file.
69231         * iconvdata/cp771.c: New file.
69232         * iconvdata/cp772.c: New file.
69233         * iconvdata/cp773.c: New file.
69234         * iconvdata/cp774.c: New file.
69235         * iconvdata/testdata/CP770: New file.
69236         * iconvdata/testdata/CP770..UTF8: New file.
69237         * iconvdata/testdata/CP771: New file.
69238         * iconvdata/testdata/CP771..UTF8: New file.
69239         * iconvdata/testdata/CP772: New file.
69240         * iconvdata/testdata/CP772..UTF8: New file.
69241         * iconvdata/testdata/CP773: New file.
69242         * iconvdata/testdata/CP773..UTF8: New file.
69243         * iconvdata/testdata/CP774: New file.
69244         * iconvdata/testdata/CP774..UTF8: New file.
69246         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
69247         END CHARMAP line.
69248         * iconvdata/gen-8bit-gap.sh: Likewise.
69249         * iconvdata/gen-8bit.sh: Likewise.
69251         * locale/iso-639.def: Add ary entry.
69253         [BZ #11258]
69254         * locale/C-translit.h.in: Add U20A1 transliteration.
69256         [BZ #12178]
69257         * locale/iso-639.def: Add wae entry.
69258         Patch by Kevin Bortis <bortis@translate-wae.ch>.
69260         [BZ #12545]
69261         * locale/programs/localedef.c (construct_output_path): Use ssize_t
69262         for n.
69264         [BZ #12711]
69265         * locale/C-translit.h.in: Add entry for U20B9.
69266         Patch by pravin.d.s@gmail.com.
69268 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
69270         [BZ #12713]
69271         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
69272         ENAMETOOLONG use generic getcwd.
69273         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
69274         in rtld.  Use *stat64.
69275         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
69276         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
69277         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
69278         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
69279         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
69280         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
69281         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
69282         __fstatat64 macros.
69283         * include/dirent.h: Add libc_hidden_proto for rewinddir.
69284         * dirent/rewinddir.c: Add libc_hidden_def.
69285         * sysdeps/mach/hurd/rewinddir.c: Likewise.
69286         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
69288         * include/dirent.h (__alloc_dir): Add flags parameter.
69289         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
69290         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
69291         __alloc_dir.
69292         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
69293         from fdopendir if O_CLOEXEC is already set.
69295 2011-03-15  Alan Modra  <amodra@gmail.com>
69297         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
69298         l_tls_firstbyte_offset non-zero.  Save padding offset in
69299         l_tls_firstbyte_offset for later use.
69300         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
69301         freeing static tls block.
69303 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
69305         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
69306         where #ifdef was intended.  The intent is to prevent ARG_MAX from
69307         being defined by the kernel headers.
69309 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
69311         [BZ #12734]
69312         * resolv/resolv.h: Define RES_NOTLDQUERY.
69313         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
69314         no-tld-query and set RES_NOTLDQUERY.
69315         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
69316         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
69317         modern BIND to search name as TLD unless forbidden.
69319 2011-05-07  Petr Baudis  <pasky@suse.cz>
69320             Ulrich Drepper  <drepper@gmail.com>
69322         [BZ #12393]
69323         * elf/dl-load.c (fillin_rpath): Move trusted path check...
69324         (is_trusted_path): ...to here.
69325         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
69326         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
69327         using is_trusted_path_normalize() in setuid scripts.
69329 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
69331         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
69332         __BEGIN/__END_DECLS.
69334 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
69336         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
69337         NSS_STATUS_NOTFOUND if no record was found.
69339 2011-05-05  Andreas Schwab  <schwab@redhat.com>
69341         * sunrpc/Makefile (headers): Add rpc/netdb.h.
69342         (headers-not-in-tirpc): Remove rpc/netdb.h
69343         * resolv/netdb.h: Revert last change.
69345 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
69347         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
69348         circular dependency between libgcc.a and libc.a.
69350 2011-05-05  Andreas Schwab  <schwab@redhat.com>
69352         * resolv/netdb.h: Don't include <rpc/netdb.h>.
69353         * nis/Makefile: Don't install rpcsvc/*.
69354         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
69355         instead of <rpc/types.h>.
69356         (MAXHOSTNAMELEN): Define.
69358 2011-05-03  Andreas Schwab  <schwab@redhat.com>
69360         * elf/ldconfig.c (add_dir): Don't crash on empty path.
69362 2011-04-28  Maciej Babinski  <mbabinski@google.com>
69364         [BZ #12714]
69365         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
69366         gethostbyname4_r when IPv6 results are possible.
69368 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
69370         [BZ #12723]
69371         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
69372         _PC_PIPE_BUF handling.
69374 2011-04-30  Bruno Haible  <bruno@clisp.org>
69376         [BZ #12717]
69377         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
69378         * resolv/netdb.h (getnameinfo): Change type of flags parameter
69379         to 'int'.
69380         * inet/getnameinfo.c (getnameinfo): Likewise.
69382 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
69384         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
69385         to groups setting in database lookup.
69386         * nss/nsswitch.conf: Add initgroups entry.
69388 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
69390         [BZ #12685]
69391         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
69392         mode string.
69393         Patch by Eric Blake <eblake@redhat.com>.
69395 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
69397         * sunrpc/Makefile (need-export-routines): Add svc_run.
69398         (routines): Remove svc_run.
69399         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
69400         * sunrpc/clnt_perr.c (clnt_perrno): Export.
69401         * sunrpc/svc_run.c (svc_run): Likewise.
69402         * sunrpc/svc_udp.c (svcudp_create): Likewise.
69404 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
69406         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
69407         problem in reallocation in last patch.
69409 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
69411         * sunrpc/Makefile: Move inclusion of Rules.
69413 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
69415         * nss/nss_files/files-initgroups.c: New file.
69416         * nss/Makefile (libnss_files-routines): Add files-initgroups.
69417         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
69418         _nss_files_initgroups_dyn.
69420 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
69422         * elf/elf.h (R_ARM_IRELATIVE): Define.
69424 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
69426         * po/ru.po: Update from translation team.
69428 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
69430         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
69431         dependencies.
69433 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
69435         [BZ #12653]
69436         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
69437         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
69438         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
69439         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
69440         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
69442 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
69444         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
69445         differing bytes.
69446         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
69447         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
69448         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
69450 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
69452         [BZ #12420]
69453         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
69454         storing it.
69455         * stdlib/bug-getcontext.c: New file.
69456         * stdlib/Makefile: Add rules to build and run bug-getcontext.
69458 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
69460         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
69461         instructions into .machine "z9-109".
69462         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
69463         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
69465 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
69467         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
69468         between environment variables and auxiliary vector.
69470 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
69472         * Makefile: Add rules to build linkobj/libc.so.
69473         * include/libc-symbols.h: Define libc_hidden_nolink.
69474         * include/rpc/auth.h: Mark functions which are to be hidden.
69475         * include/rpc/auth_des.h: Likewise.
69476         * include/rpc/auth_unix.h: Likewise.
69477         * include/rpc/clnt.h: Likewise.
69478         * include/rpc/des_crypt.h: Likewise.
69479         * include/rpc/key_prot.h: Likewise.
69480         * include/rpc/pmap_clnt.h: Likewise.
69481         * include/rpc/pmap_prot.h: Likewise.
69482         * include/rpc/pmap_rmt.h: Likewise.
69483         * include/rpc/rpc_msg.h: Likewise.
69484         * include/rpc/svc.h: Likewise.
69485         * include/rpc/svc_auth.h: Likewise.
69486         * include/rpc/xdr.h: Likewise.
69487         * nis/Makefile: Link all DSOs against linkobj/libc.so.
69488         * nss/Makefile: Likewise.
69489         * sunrpc/Makefile: Don't install headers.  Build library with normal
69490         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
69491         * sunrpc/auth_des.c: Hide exported symbols by default, export some
69492         for the compat linking library.  Remove use of INTDEF/INTUSE.
69493         * sunrpc/auth_none.c: Likewise.
69494         * sunrpc/auth_unix.c: Likewise.
69495         * sunrpc/authdes_prot.c: Likewise.
69496         * sunrpc/authuxprot.c: Likewise.
69497         * sunrpc/clnt_gen.c: Likewise.
69498         * sunrpc/clnt_perr.c: Likewise.
69499         * sunrpc/clnt_raw.c: Likewise.
69500         * sunrpc/clnt_simp.c: Likewise.
69501         * sunrpc/clnt_tcp.c: Likewise.
69502         * sunrpc/clnt_udp.c: Likewise.
69503         * sunrpc/clnt_unix.c: Likewise.
69504         * sunrpc/des_crypt.c: Likewise.
69505         * sunrpc/des_soft.c: Likewise.
69506         * sunrpc/get_myaddr.c: Likewise.
69507         * sunrpc/key_call.c: Likewise.
69508         * sunrpc/key_prot.c: Likewise.
69509         * sunrpc/netname.c: Likewise.
69510         * sunrpc/pm_getmaps.c: Likewise.
69511         * sunrpc/pm_getport.c: Likewise.
69512         * sunrpc/pmap_clnt.c: Likewise.
69513         * sunrpc/pmap_prot.c: Likewise.
69514         * sunrpc/pmap_prot2.c: Likewise.
69515         * sunrpc/pmap_rmt.c: Likewise.
69516         * sunrpc/publickey.c: Likewise.
69517         * sunrpc/rpc_cmsg.c: Likewise.
69518         * sunrpc/rpc_common.c: Likewise.
69519         * sunrpc/rpc_dtable.c: Likewise.
69520         * sunrpc/rpc_prot.c: Likewise.
69521         * sunrpc/rpc_thread.c: Likewise.
69522         * sunrpc/rtime.c: Likewise.
69523         * sunrpc/svc.c: Likewise.
69524         * sunrpc/svc_auth.c: Likewise.
69525         * sunrpc/svc_authux.c: Likewise.
69526         * sunrpc/svc_raw.c: Likewise.
69527         * sunrpc/svc_run.c: Likewise.
69528         * sunrpc/svc_simple.c: Likewise.
69529         * sunrpc/svc_tcp.c: Likewise.
69530         * sunrpc/svc_udp.c: Likewise.
69531         * sunrpc/svc_unix.c: Likewise.
69532         * sunrpc/svcauth_des.c: Likewise.
69533         * sunrpc/xcrypt.c: Likewise.
69534         * sunrpc/xdr.c: Likewise.
69535         * sunrpc/xdr_array.c: Likewise.
69536         * sunrpc/xdr_float.c: Likewise.
69537         * sunrpc/xdr_intXX_t.c: Likewise.
69538         * sunrpc/xdr_mem.c: Likewise.
69539         * sunrpc/xdr_rec.c: Likewise.
69540         * sunrpc/xdr_ref.c: Likewise.
69541         * sunrpc/xdr_sizeof.c: Likewise.
69542         * sunrpc/xdr_stdio.c: Likewise.
69544 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
69546         [BZ #12650]
69547         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
69548         * sysdeps/ia64/dl-tls.h: Likewise.
69549         * sysdeps/powerpc/dl-tls.h: Likewise.
69550         * sysdeps/s390/dl-tls.h: Likewise.
69551         * sysdeps/sh/dl-tls.h: Likewise.
69552         * sysdeps/sparc/dl-tls.h: Likewise.
69553         * sysdeps/x86_64/dl-tls.h: Likewise.
69554         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
69556 2011-03-14  Andreas Schwab  <schwab@redhat.com>
69558         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
69559         rpath element also skip the following colon.
69560         (expand_dynamic_string_token): Add is_path parameter and pass
69561         down to DL_DST_REQUIRED and _dl_dst_substitute.
69562         (decompose_rpath): Call expand_dynamic_string_token with
69563         non-zero is_path.  Ignore empty rpaths.
69564         (_dl_map_object_from_fd): Call expand_dynamic_string_token
69565         with zero is_path.
69567 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
69569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
69570         Make cancelable.
69572 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
69574         [BZ #12655]
69575         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
69576         Patch by Filipe David Manana <fdmanana@apache.org>.
69578 2011-04-07  Andreas Schwab  <schwab@redhat.com>
69580         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
69581         Maintain aligned stack.
69582         (CHECK_RSP): Remove unused macro.
69584 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
69586         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
69587         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
69589 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
69591         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
69593         * include/features.h: Mention __USE_XOPEN2K8 in comment.
69595 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
69597         [BZ #12518]
69598         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
69599         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
69600         * sysdeps/x86_64/memmove.c: New file.
69601         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
69602         (memcpy): Renamed to ...
69603         (__new_memcpy): This.
69604         (memcpy): Provide GLIBC_2_14 memcpy.
69605         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
69606         (memcpy): Provide GLIBC_2_2_5 memcpy.
69608 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
69610         [BZ #12631]
69611         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
69613 2011-03-30  Andreas Schwab  <schwab@redhat.com>
69615         * misc/syncfs.c: New file.
69616         * misc/Makefile (routines): Add syncfs.
69617         * posix/unistd.h: Declare syncfs.
69618         * sysdeps/unix/syscalls.list: Add syncfs.
69620 2011-04-01  Andreas Schwab  <schwab@redhat.com>
69622         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
69623         open_by_handle_at.
69624         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
69625         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
69626         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
69627         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
69628         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
69629         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
69630         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
69632 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
69634         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
69635         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
69636         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
69637         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
69638         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
69639         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
69640         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
69642         * io/Makefile: Compile fallocate.c, fallocate64.c, and
69643         sync_file_range.c with -fexceptions.
69644         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
69645         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
69646         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
69647         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
69648         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
69649         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
69650         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
69651         sync_file_range as cancellation point
69652         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
69653         now a wrapper around __call_sync_file_range with cancellation handling.
69654         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
69655         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
69656         function name to __call_sync_file_range.
69657         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
69658         Add call_sync_file_range.
69660 2011-04-01  Andreas Schwab  <schwab@redhat.com>
69662         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
69663         bits/timex.h.
69665 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
69667         * iconv/iconv.h: Fix typo in comment.
69668         * io/fcntl.h: Likewise.
69669         * libio/stdio.h: Likewise.
69670         * posix/spawn.h: Likewise.
69671         * posix/unistd.h: Likewise.
69672         * stdlib/stdlib.h: Likewise.
69673         * time/time.h: Likewise.
69674         * wcsmbs/wchar.h: Likewise.
69676         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
69677         open_by_handle): Add.
69678         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
69679         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
69680         Augment a few comments.
69681         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
69682         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
69683         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
69684         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
69685         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
69686         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
69687         open_by_handle.
69689         * io/fcntl.h (AT_EMPTY_PATH): Define.
69691 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
69693         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
69694         * sysdeps/unix/sysv/linux/bits/time.h: New file.
69695         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
69696         to...
69697         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
69698         * Versions.def: Add GLIBC_2.14.
69699         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
69700         Export.
69702 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
69704         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
69705         round counter.
69706         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
69708 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
69710         [BZ #12597]
69711         * string/test-strncmp.c (do_page_test): New function.
69712         (check2): Likewise.
69713         (test_main): Call check2.
69714         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
69716 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
69718         [BZ #12587]
69719         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
69720         Handle cache information in CPU leaf 4.
69721         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
69723 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
69725         [BZ #12583]
69726         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
69727         character representation.
69728         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
69730 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
69732         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
69733         END(__isnan) to END(__isnanf) to match function entry point/label
69734         EALIGN(__isnanf,...).
69736 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
69738         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
69740 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
69742         [BZ #12510]
69743         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
69744         copy from the symbol referenced in the relocation to initialize the
69745         used variable.
69746         Patch by Piotr Bury <pbury@goahead.com>.
69747         * elf/Makefile: Add rules to build and tst-unique3.
69748         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
69749         * elf/tst-unique3.cc: New file.
69750         * elf/tst-unique3.h: New file.
69751         * elf/tst-unique3lib.cc: New file.
69752         * elf/tst-unique3lib2.cc: New file.
69754         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
69756 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
69758         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
69759         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
69760         to _start.
69762 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
69764         * elf/dl-load.c (_dl_map_object): If we are looking for the first
69765         to-be-loaded object along a path to loader is ld.so.
69767 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
69768             Ulrich Drepper  <drepper@gmail.com>
69770         * sysdeps/x86_64/memset.S: After aligning destination, code
69771         branches to different locations depending on the value of
69772         misalignment, when multiarch is enabled. Fix this.
69774 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
69776         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
69777         Set _x86_64_preferred_memory_instruction for AMD processsors.
69778         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
69779         Set bit_Prefer_SSE_for_memop for AMD processors.
69781 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
69783         * libio/fmemopen.c (fmemopen): Optimize a bit.
69785 2011-03-03  Andreas Schwab  <schwab@redhat.com>
69787         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
69789 2011-03-03  Roland McGrath  <roland@redhat.com>
69791         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
69793 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
69795         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
69796         __bzero_ultra1 instead of __memset_ultra1.
69798 2011-02-23  Andreas Schwab  <schwab@redhat.com>
69799             Ulrich Drepper  <drepper@gmail.com>
69801         [BZ #12509]
69802         * include/link.h (struct link_map): Add l_orig_initfini.
69803         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
69804         returning unsuccessfully.
69805         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
69806         close of a file loaded at startup, restore the original l_initfini
69807         list.
69808         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
69809         list, store the pointer.
69810         * elf/Makefile ($(objpfx)noload-mem): New rule.
69811         (noload-ENV): Define.
69812         (tests): Add $(objpfx)noload-mem.
69813         * elf/noload.c: Include <memcheck.h>.
69814         (main): Call mtrace.  Close all opened handles.
69816 2011-02-17  Andreas Schwab  <schwab@redhat.com>
69818         [BZ #12454]
69819         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
69820         dependencies are missing.
69822 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
69824         Fix __if_freereq crash: Unlike the generic version which uses free,
69825         Hurd needs munmap.
69826         * sysdeps/mach/hurd/ifreq.h: New file.
69828 2011-01-27  Petr Baudis  <pasky@suse.cz>
69829             Ulrich Drepper  <drepper@gmail.com>
69831         [BZ 12445]#
69832         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
69833         to extend_alloca().
69834         * stdio-common/bug23.c: New file.
69835         * stdio-common/Makefile (tests): Add bug23.
69837 2010-09-28  Andreas Schwab  <schwab@redhat.com>
69838             Ulrich Drepper  <drepper@gmail.com>
69840         [BZ #12489]
69841         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
69842         before performing relro protection.  At old place add assertion
69843         to make sure nothing changed.
69845 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
69846             Glauber de Oliveira Costa  <glommer@gmail.com>
69848         * elf/elf.h: Add new ARM TLS relocs.
69850 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
69852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
69853         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
69854         cast from r3.
69855         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
69856         'tests' variable.
69857         * sysdeps/wordsize-64/tst-writev.c: New file.
69859 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
69861         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
69862         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
69863         insns in _dl_start to prevent a TOC reference before relocs are
69864         resolved.
69866 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
69868         [BZ #12469]
69869         * Makeconfig: Remove RANLIB definition.
69870         * Makerules: Don't use RANLIB.
69871         * aclocal.m4: Remove ranlib test.
69872         * configure.in: No need to check for ranlib.
69873         * elf/rtld-Rules: Don't use RANLIB.
69875 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
69877         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
69878         protection macro.
69879         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
69880         inclusion protection macro.
69882         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
69883         SIGRTMIN and SIGRTMAX and print information in that case only when
69884         SIGRTMIN is defined.
69886 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
69888         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
69889         arginfo fn returning -1.
69891         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
69892         and thousands string is zero terminated.
69894 2011-02-03  Andreas Schwab  <schwab@redhat.com>
69896         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
69897         sysdeps/unix/sysv/linux/bits/socket.h.
69899 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
69901         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
69902         (__CPU_COUNT): Remove old macros.
69903         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
69904         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
69905         (__CPU_ALLOC, __CPU_FREE): Add macros.
69906         (__sched_cpualloc, __sched_cpufree): Add declarations.
69908 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
69910         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
69911         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
69912         * nscd/aicache.c (addhstaiX): Return timeout of added value.
69913         (readdhstai): Return value of addhstaiX call.
69914         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
69915         (addgrbyX): Return value returned by cache_addgr.
69916         (readdgrbyname): Return value returned by addgrbyX.
69917         (readdgrbygid): Likewise.
69918         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
69919         (addpwbyX): Return value returned by cache_addpw.
69920         (readdpwbyname): Return value returned by addhstbyX.
69921         (readdpwbyuid): Likewise.
69922         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
69923         (addservbyX): Return value returned by cache_addserv.
69924         (readdservbyname): Return value returned by addservbyX:
69925         (readdservbyport): Likewise.
69926         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
69927         (addhstbyX): Return value returned by cache_addhst.
69928         (readdhstbyname): Return value returned by addhstbyX.
69929         (readdhstbyaddr): Likewise.
69930         (readdhstbynamev6): Likewise.
69931         (readdhstbyaddrv6): Likewise.
69932         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
69933         (readdinitgroups): Return value returned by addinitgroupsX.
69934         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
69935         (prune_cache): Keep track of timeout value of re-added entries.
69936         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
69937         * nscd/nscd.h: Adjust prototypes of readd* functions.
69939 2011-02-04  Roland McGrath  <roland@redhat.com>
69941         * nis/nis_server.c (nis_servstate): Use the right name for 0.
69942         (nis_stats): Likewise.
69943         * nis/nis_modify.c (nis_modify): Likewise.
69944         * nis/nis_remove.c (nis_remove): Likewise.
69945         * nis/nis_add.c (nis_add): Likewise.
69947         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
69949         * posix/fnmatch_loop.c: Add some consts.
69951         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
69953 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
69955         [BZ #12460]
69956         * config.make.in (config-cflags-novzeroupper): Define.
69957         * configure.in: Substitute libc_cv_cc_novzeroupper.
69958         * elf/Makefile (AVX-CFLAGS): Define.
69959         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
69960         (CFLAGS-tst-auditmod4a.c): Likewise.
69961         (CFLAGS-tst-auditmod4b.c): Likewise.
69962         (CFLAGS-tst-auditmod6b.c): Likewise.
69963         (CFLAGS-tst-auditmod6c.c): Likewise.
69964         (CFLAGS-tst-auditmod7b.c): Likewise.
69965         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
69967 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
69969         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
69970         function to the callback.
69971         Patch partly by Jiri Olsa <jolsa@redhat.com>.
69973 2011-02-02  Andreas Schwab  <schwab@redhat.com>
69975         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
69976         of errno.
69978 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
69980         [BZ #11724]
69981         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
69982         of constructors.
69983         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
69984         of destructors.
69985         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
69987         [BZ #11724]
69988         * elf/Makefile: Add rules to build and run new test.
69989         * elf/tst-initorder.c: New file.
69990         * elf/tst-initorder.exp: New file.
69991         * elf/tst-initordera1.c: New file.
69992         * elf/tst-initordera2.c: New file.
69993         * elf/tst-initordera3.c: New file.
69994         * elf/tst-initordera4.c: New file.
69995         * elf/tst-initorderb1.c: New file.
69996         * elf/tst-initorderb2.c: New file.
69997         * elf/tst-order-a1.c: New file.
69998         * elf/tst-order-a2.c: New file.
69999         * elf/tst-order-a3.c: New file.
70000         * elf/tst-order-a4.c: New file.
70001         * elf/tst-order-b1.c: New file.
70002         * elf/tst-order-b2.c: New file.
70003         * elf/tst-order-main.c: New file.
70004         New test case by George Gensure <werkt0@gmail.com>.
70006 2010-10-01  Andreas Schwab  <schwab@redhat.com>
70008         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
70009         decoding ACE if AI_CANONIDN.
70011 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
70013         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
70015 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
70017         * version.h (RELEASE): Bump for 2.13 release.
70018         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
70020         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
70022         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
70023         MADV_NOHUGEPAGE.
70024         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
70025         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
70026         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
70027         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
70028         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
70029         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
70031         * posix/getconf.c: Update copyright year.
70032         * catgets/gencat.c: Likewise.
70033         * csu/version.c: Likewise.
70034         * debug/catchsegv.sh: Likewise.
70035         * debug/xtrace.sh: Likewise.
70036         * elf/ldconfig.c: Likewise.
70037         * elf/ldd.bash.in: Likewise.
70038         * elf/sprof.c (print_version): Likewise.
70039         * iconv/iconv_prog.c: Likewise.
70040         * iconv/iconvconfig.c: Likewise.
70041         * locale/programs/locale.c: Likewise.
70042         * locale/programs/localedef.c: Likewise.
70043         * malloc/memusage.sh: Likewise.
70044         * malloc/mtrace.pl: Likewise.
70045         * nscd/nscd.c (print_version): Likewise.
70046         * nss/getent.c: Likewise.
70048         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
70049         PF_CAIF, and PF_ALG.
70050         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
70052 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
70054         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
70055         (modules-names): Use them.
70056         (ifunc-test-modules, ifunc-pie-tests): Define.
70057         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
70058         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
70059         (test-extras): Likewise.
70060         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
70061         $(compile-command.c).
70062         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
70063         (all-built-dso): Define.
70064         (check-textrel.out, check-execstack.out): Depend on it.
70066         * configure.in: Don't override --enable-multi-arch.
70068 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
70070         [BZ #6812]
70071         * nscd/hstcache.c (tryagain): Define.
70072         (cache_addhst): Return tryagain not notfound for temporary errors.
70073         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
70074         failed.
70076 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
70078         [BZ #10563]
70079         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
70080         to make the syscall.
70081         * sysdeps/unix/sysv/linux/setgroups.c: New file.
70083         [BZ #12378]
70084         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
70085         and fall back to matching as normal character if the string ends before
70086         the matching ']' is found.  This is what POSIX requires.
70087         * posix/testfnm.c: Adjust test result.
70088         * posix/globtest.sh: Adjust test result.  Add new test.
70089         * posix/tst-fnmatch.input: Likewise.
70090         * posix/tst-fnmatch2.c: Add new test.
70092 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
70094         * elf/Makefile (check-execstack): Revert last change.  Depend on
70095         check-execstack.h.
70096         (check-execstack.h): New target.
70097         (generated): Add check-execstack.h.
70098         * elf/check-execstack.c: Include "check-execstack.h".
70099         (main): Revert last change.
70100         (handle_file): Return zero if GNU_STACK is absent and
70101         DEFAULT_STACK_PERMS doesn't include PF_X.
70103 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
70105         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
70106         in child fails because the descriptor is already closed.
70107         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
70108         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
70109         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
70111         [BZ #12397]
70112         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
70113         syscall.
70115         [BZ #10484]
70116         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
70117         temporary buffer used to handle multi lookups locally.
70118         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
70120 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
70122         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
70123         loader is ld.so.
70125 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
70127         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
70128         alignment for SSE2.
70130 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
70132         [BZ #12394]
70133         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
70134         characters.  When rounding increased number of integer digits recompute
70135         number of groups.
70136         * stdio-common/tst-grouping.c: New file.
70137         * stdio-common/Makefile: Add rules to build and run tst-grouping.
70139 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
70141         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
70142         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
70144         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
70145         void.
70146         * bits/select.h: Likewise.
70148 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
70150         * po/ja.po: Update from translation team.
70152 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
70154         [BZ #11155]
70155         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
70156         implementation just like for lxstat, fxstatat, et al.
70158 2010-12-27  Jim Meyering  <meyering@redhat.com>
70160         [BZ #12348]
70161         * posix/regexec.c (build_trtable): Return failure indication upon
70162         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
70164 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
70166         [BZ #12201]
70167         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
70168         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
70169         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
70170         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
70172         [BZ #12207]
70173         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
70175         [BZ #12204]
70176         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
70177         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
70179 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
70181         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
70182         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
70183         script has SORT_BY_INIT_PRIORITY.
70184         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
70185         NO_CTORS_DTORS_SECTIONS is defined.
70186         * elf/soinit.c: Likewise.
70187         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
70188         NO_CTORS_DTORS_SECTIONS is defined.
70189         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
70190         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
70191         * sysdeps/sh/init-first.c: Likewise.
70192         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
70194 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
70196         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
70197         always use the slow path.
70199 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
70201         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
70202         similar rule which adds the sysdep directories to the header search in
70203         order to pick up the correct platform stackinfo.h.
70204         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
70205         perform test if it is, otherwise return successfully without testing.
70206         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
70207         DEFAULT_STACK_PERMS define in stackinfo.h.
70208         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
70209         defined in stackinfo.h.
70210         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
70211         DEFAULT_STACK_PERMS defined in stackinfo.h.
70212         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
70213         * sysdeps/ia64/stackinfo.h: Likewise.
70214         * sysdeps/s390/stackinfo.h: Likewise.
70215         * sysdeps/sh/stackinfo.h: Likewise.
70216         * sysdeps/sparc/stackinfo.h: Likewise.
70217         * sysdeps/x86_64/stackinfo.h: Likewise.
70218         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
70219         PF_X for powerpc64.  Retain PF_X for powerpc32.
70221 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
70223         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
70224         accurately.
70225         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
70226         GETDENTS_64BIT_ALIGNED.
70228 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
70230         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
70232 2010-12-10  Andreas Schwab  <schwab@redhat.com>
70234         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
70235         _GNU_SOURCE.
70237         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
70238         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
70239         Remove __restrict.
70240         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
70241         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
70243 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
70245         [BZ #11655]
70246         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
70247         are initialized.
70249 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
70251         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
70253 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
70255         * po/it.po: Update from translation team.
70257 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
70259         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
70260         unused codes.
70262 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
70264         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
70266 2010-11-24  Andreas Schwab  <schwab@redhat.com>
70268         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
70269         specially.
70270         (gaih_getanswer_slice): Likewise.
70272 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
70274         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
70276 2010-05-31  Petr Baudis  <pasky@suse.cz>
70278         [BZ #11149]
70279         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
70280         silently even in the chroot mode.
70282 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
70284         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
70285         last patch a bit.  Pretty printing
70287 2010-05-31  Petr Baudis <pasky@suse.cz>
70289         [BZ #10085]
70290         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
70291         initialization of skip_initgroups_dyn.
70293 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
70295         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
70296         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
70298 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
70300         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
70302 2010-11-11  Andreas Schwab  <schwab@redhat.com>
70304         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
70305         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
70306         (tst-fnmatch-ENV): Set MALLOC_TRACE.
70307         ($(objpfx)tst-fnmatch-mem): New rule.
70308         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
70309         * posix/tst-fnmatch.c (main): Call mtrace.
70311 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
70313         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
70314         Support Intel processor model 6 and model 0x2c.
70316 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
70318         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
70319           signed comparison.
70321 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
70323         [BZ #12205]
70324         * string/test-strncasecmp.c (check_result): New function.
70325         (do_one_test): Use it.
70326         (check1): New function.
70327         (test_main): Use it.
70328         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
70329         Support strcasecmp and strncasecmp.
70331 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
70333         [BZ #12194]
70334         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
70335         * sysdeps/x86_64/bits/byteswap.h: Likewise.
70337 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
70339         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
70340         IFUNC support.
70341         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
70342         memset-x86-64.
70343         * sysdeps/x86_64/multiarch/bzero.S: New file.
70344         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
70345         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
70346         * sysdeps/x86_64/multiarch/memset.S: New file.
70347         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
70348         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
70349         Set bit_Prefer_SSE_for_memop for Intel processors.
70350         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
70351         Define.
70352         (index_Prefer_SSE_for_memop): Define.
70353         (HAS_PREFER_SSE_FOR_MEMOP): Define.
70355 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
70357         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
70358         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
70360 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
70362         [BZ #12191]
70363         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
70364         (__x86_64_raw_data_cache_size_half): Likewise.
70365         (__x86_64_raw_shared_cache_size): Likewise.
70366         (__x86_64_raw_shared_cache_size_half): Likewise.
70368         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
70369         (__x86_64_raw_data_cache_size_half): Likewise.
70370         (__x86_64_raw_shared_cache_size): Likewise.
70371         (__x86_64_raw_shared_cache_size_half): Likewise.
70372         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
70373         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
70374         and __x86_64_raw_shared_cache_size_half.  Round
70375         __x86_64_data_cache_size_half, __x86_64_data_cache_size
70376         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
70377         to multiple of 256 bytes.
70379 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
70381         [BZ #12167]
70382         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
70383         of inacessible symlinks.  Verify result of symlink before returning it.
70384         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
70385         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
70387 2010-10-28  Erich Ritz  <erichritz@gmail.com>
70389         * math/math.h (isinf): Fix typo in comment.
70391 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
70393         * po/da.po: Update from translation team.
70395 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
70397         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
70398         is added to the list.
70400 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
70401             Ulrich Drepper  <drepper@gmail.com>
70403         * elf/dl-object.c (_dl_new_object): Don't append the new object to
70404         the global list here.  Move code to...
70405         (_dl_add_to_namespace_list): ...here.  New function.
70406         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
70407         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
70408         * elf/dl-load.c (lose): Don't remove the element from the list.
70409         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
70410         (_dl_map_object): Likewise.
70412 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
70414         [BZ #12159]
70415         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
70416         into all bytes of SSE register.
70417         Patch by Richard Li <richardpku@gmail.com>.
70419 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
70421         [BZ #12140]
70422         * malloc/malloc.c (_int_free): Fill correct number of bytes when
70423         perturbing.
70425 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
70427         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
70428         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
70429         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
70430         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
70431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
70432         submachine.
70433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
70435 2010-10-22  Andreas Schwab  <schwab@redhat.com>
70437         * include/dlfcn.h (__RTLD_SECURE): Define.
70438         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
70439         mode & __RTLD_SECURE instead.
70440         (open_path): Rename preloaded parameter to secure.
70441         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
70442         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
70443         * elf/dl-deps.c (openaux): Likewise.
70444         * elf/rtld.c (struct map_args): Remove is_preloaded.
70445         (map_doit): Don't use it.
70446         (dl_main): Likewise.
70447         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
70448         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
70450 2010-09-09  Andreas Schwab  <schwab@redhat.com>
70452         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
70453         (sysd-rules-targets): Remove duplicates.
70454         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
70455         rtld-%.$o dependency.
70457 2010-10-18  Andreas Schwab  <schwab@redhat.com>
70459         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
70460         _dl_map_object do it.
70462 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
70464         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
70465         fast fma builtins, define the macros in the C99 standard.
70466         (FP_FAST_FMAF): Likewise.
70467         (FP_FAST_FMAL): Likewise.
70468         * sysdeps/x86_64/bits/mathdef.h: Likewise.
70470         * bits/mathdef.h: Update copyright year.
70471         * sysdeps/powerpc/bits/mathdef.h: Likewise.
70473 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
70475         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
70476         builtins, define the macros in the C99 standard.
70477         (FP_FAST_FMAF): Likewise.
70478         (FP_FAST_FMAL): Likewise.
70479         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
70480         multiply/add.
70481         (FP_FAST_FMAF): Likewise.
70483 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
70485         [BZ #3268]
70486         * math/libm-test.inc (fma_test): Some new testcases.
70487         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
70488         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
70489         y and infinite z.  Do multiplication by C already in long double.
70490         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
70491         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
70492         y and infinite z.  Do bitwise or of inexact bit into u.d.
70493         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
70494         * sysdeps/i386/fpu/s_fmaf.S: Removed.
70495         * sysdeps/i386/fpu/s_fma.S: Removed.
70496         * sysdeps/i386/fpu/s_fmal.S: Removed.
70498 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
70500         [BZ #3268]
70501         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
70502         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
70503         computation is not scheduled after fetestexcept.  Fix value
70504         of minimum denormal long double.
70506 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
70508         [BZ #3268]
70509         * math/libm-test.inc (fma_test): Add some more tests.
70510         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
70511         correctly.
70513 2010-10-15  Andreas Schwab  <schwab@redhat.com>
70515         * scripts/data/localplt-s390-linux-gnu.data: New file.
70516         * scripts/data/localplt-s390x-linux-gnu.data: New file.
70518 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
70520         [BZ #3268]
70521         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
70522         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
70523         instead of dbl-64.
70524         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
70525         inlines.
70526         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
70527         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
70528         if one of x and y is very large and the other is subnormal.
70529         * sysdeps/s390/fpu/s_fmaf.c: New file.
70530         * sysdeps/s390/fpu/s_fma.c: New file.
70531         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
70532         * sysdeps/powerpc/fpu/s_fma.S: New file.
70533         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
70534         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
70535         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
70537 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
70539         [BZ #3268]
70540         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
70541         fma tests.
70542         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
70543         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
70544         * sysdeps/i386/i686/multiarch/s_fma.c: Include
70545         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
70546         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
70547         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
70548         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
70550 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
70552         [BZ #12078]
70553         * posix/regcomp.c (parse_branch): One more memory leak plugged.
70554         * posix/bug-regex31.input: Add test case.
70556 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
70558         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
70559         * posix/bug-regex31.input: New file.
70561         [BZ #12078]
70562         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
70563         (parse_sub_exp): Fix last change, use postorder.
70565         * posix/bug-regex31.c: New file.
70566         * posix/Makefile: Add rules to build and run bug-regex31.
70568         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
70570         [BZ #12078]
70571         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
70573         [BZ #12108]
70574         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
70575         to have entries in sys_siglist.
70577         [BZ #12093]
70578         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
70579         be NULL.
70581 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
70583         [BZ #3268]
70584         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
70585         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
70586         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
70587         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
70588         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
70589         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
70590         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
70591         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
70592         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
70593         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
70594         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
70595         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
70596         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
70597         * math/ftestexcept.c (fetestexcept): Likewise.
70598         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
70599         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
70600         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
70601         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
70602         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
70603         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
70604         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
70606 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
70608         [BZ #12107]
70609         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
70610         newline.
70612 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
70614         * string/bug-strstr1.c: New file.
70615         * string/Makefile: Add rules to build and run bug-strstr1.
70617 2010-10-05  Eric Blake  <eblake@redhat.com>
70619         [BZ #12092]
70620         * string/str-two-way.h (two_way_long_needle): Always clear memory
70621         when skipping input due to the shift table.
70623 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
70625         [BZ #12005]
70626         * malloc/mcheck.c: Handle large requests.
70628         [BZ #12077]
70629         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
70630         for strncmp and strncasecmp.
70631         * string/stratcliff.c: Add tests for strcmp and strncmp.
70632         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
70634 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
70636         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
70637         __set_fpscr.
70639 2010-09-30  Andreas Jaeger  <aj@suse.de>
70641         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
70642         (CGROUP_SUPER_MAGIC): Define.
70643         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
70644         Handle btrfs and cgroup file systems.
70645         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
70646         Likewise.
70648 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
70650         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
70651         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
70653 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
70655         [BZ #12067]
70656         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
70657         trying to locate the ELF header.
70659 2010-09-27  Andreas Schwab  <schwab@redhat.com>
70661         [BZ #11611]
70662         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
70663         Mask out sign-bit copies when constructing f_fsid.
70665 2010-09-24  Petr Baudis <pasky@suse.cz>
70667         * debug/stack_chk_fail_local.c: Add missing licence exception.
70668         * debug/warning-nop.c: Likewise.
70670 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
70672         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
70673         implementing getdents64 using getdents syscall, set d_type if
70674         __ASSUME_GETDENTS32_D_TYPE.
70676 2010-09-16  Andreas Schwab  <schwab@redhat.com>
70678         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
70679         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
70681 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
70683         [BZ #12037]
70684         * posix/unistd.h: Undo change of feature selection for ftruncate from
70685         2010-01-11.
70687 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
70689         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
70690         detection.
70692 2010-09-20  Andreas Schwab  <schwab@redhat.com>
70694         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
70695         fanotify_mark.
70696         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
70698 2010-09-14  Andreas Schwab  <schwab@redhat.com>
70700         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
70701         variables after CHECK_SP call.
70702         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
70704 2010-09-13  Andreas Schwab  <schwab@redhat.com>
70705             Ulrich Drepper  <drepper@redhat.com>
70707         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
70708         re-relocationg ld.so.
70709         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
70710         _dl_init_paths call.
70711         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
70712         here anymore.
70714 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
70716         * resolv/res_init.c (__res_vinit): Count the default server we added.
70718 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
70719             Ulrich Drepper  <drepper@redhat.com>
70721         [BZ #11968]
70722         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
70723         (____longjmp_chk): Use %ebx for saving value across system call.
70724         Add unwind info.
70726 2010-09-06  Andreas Schwab  <schwab@redhat.com>
70728         * manual/Makefile: Don't mix pattern rules with normal rules.
70730 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
70732         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
70733         operation.
70734         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
70735         * libio/iofopncook.c (_IO_cookie_init): Likewise.
70736         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
70737         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
70738         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
70739         Likewise.
70741 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
70743         [BZ #11979]
70744         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
70745         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
70747 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
70749         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
70750         * sysdeps/x86_64/addmul_1.S: Likewise.
70751         * sysdeps/x86_64/lshift.S: Likewise.
70752         * sysdeps/x86_64/mul_1.S: Likewise.
70753         * sysdeps/x86_64/rshift.S: Likewise.
70754         * sysdeps/x86_64/sub_n.S: Likewise.
70755         * sysdeps/x86_64/submul_1.S: Likewise.
70757 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
70759         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
70760         Define __sched_param instead of SCHED_* and sched_param when
70761         <bits/sched.h> is included with __need_schedparam defined.
70762         * bits/sched.h [__need_schedparam]
70763         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
70764         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
70765         (__defined_schedparam): Define to 1.
70766         (__sched_param): New structure, identical to sched_param.
70767         (__need_schedparam): Undefine.
70769 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
70771         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
70772         (epoll_create1): Declare.
70774         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
70776 2010-08-31  Andreas Schwab  <schwab@redhat.com>
70778         [BZ #7066]
70779         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
70780         shifting retval into place.
70782 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
70784         * nis/rpcsvc/nis.h: Update copyright notice.
70785         * nis/rpcsvc/nis.x: Likewise.
70786         * nis/rpcsvc/nis_callback.h: Likewise.
70787         * nis/rpcsvc/nis_callback.x: Likewise.
70788         * nis/rpcsvc/nis_object.x: Likewise.
70789         * nis/rpcsvc/nis_tags.h: Likewise.
70790         * nis/rpcsvc/yp.h: Likewise.
70791         * nis/rpcsvc/yp.x: Likewise.
70792         * nis/rpcsvc/ypupd.h: Likewise.
70793         * nis/yp_xdr.c: Likewise.
70794         * nis/ypupdate_xdr.c: Likewise.
70796         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
70797         mainly the body of pmap_getport.  Add parameters to specify timeouts.
70798         (pmap_getport): Use __libc_rpc_getport.
70799         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
70800         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
70801         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
70803 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
70805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
70806         fanotify_mark.
70808 2010-08-27  Roland McGrath  <roland@redhat.com>
70810         * sysdeps/i386/i686/multiarch/Makefile
70811         (CFLAGS-varshift.c): New variable.
70813 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
70815         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
70816         * sysdeps/i386/i686/multiarch/varshift.c: New file.
70818         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
70820         * sysdeps/x86_64/strlen.S: Minimal code improvement.
70822 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
70824         * sysdeps/x86_64/strlen.S: Unroll the loop.
70825         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
70826         strlen-sse2 strlen-sse2-bsf.
70827         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
70828         __strlen_no_bsf if bit_Slow_BSF is set.
70829         (__strlen_sse42): Removed.
70830         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
70831         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
70833 2010-08-25  Roland McGrath  <roland@redhat.com>
70835         * sysdeps/x86_64/multiarch/varshift.S: File removed.
70836         * sysdeps/x86_64/multiarch/varshift.c: New file.
70837         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
70838         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
70839         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
70840         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
70842 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
70844         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
70845         strlen-sse2 strlen-sse2-bsf.
70846         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
70847         __strlen_sse2_bsf if bit_Slow_BSF is unset.
70848         (__strlen_sse2): Removed.
70849         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
70850         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
70851         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
70852         bit_Slow_BSF for Atom.
70853         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
70854         (index_Slow_BSF): Define.
70855         (HAS_SLOW_BSF): Define.
70857 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
70859         [BZ #10851]
70860         * resolv/res_init.c (__res_vinit): When no server address at all
70861         is given default to loopback.
70863 2010-08-24  Roland McGrath  <roland@redhat.com>
70865         * configure.in: Remove config-name.h generation.
70866         * configure: Regenerated.
70867         * config-name.in: File removed.
70868         * scripts/config-uname.sh: New file.
70869         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
70870         ($(objdir)config-name.h): New target.
70872         * sunrpc/rpc_parse.h: Avoid nested comment.
70874 2010-08-24  Richard Henderson  <rth@redhat.com>
70875             Ulrich Drepper  <drepper@redhat.com>
70876             H.J. Lu  <hongjiu.lu@intel.com>
70878         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
70879         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
70880         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
70881         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
70882         _mm_alignr_epi8 with _mm_loadu_si128.
70883         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
70884         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
70885         (__m128i_shift_right): Removed.
70886         * sysdeps/i386/i686/multiarch/varshift.h: New file.
70887         * sysdeps/i386/i686/multiarch/varshift.S: New file.
70888         * sysdeps/x86_64/multiarch/varshift.h: New file.
70889         * sysdeps/x86_64/multiarch/varshift.S: New file.
70891 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
70893         * configure.in: Move assembler checks to before sysdep dir checking.
70895 2010-08-20  Petr Baudis  <pasky@suse.cz>
70897         * LICENSES: Sync the sunrpc license.
70899 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
70901         * sunrpc/auth_des.c: Update copyright notice once again.
70902         * sunrpc/auth_none.c: Likewise.
70903         * sunrpc/auth_unix.c: Likewise.
70904         * sunrpc/authdes_prot.c: Likewise.
70905         * sunrpc/authuxprot.c: Likewise.
70906         * sunrpc/bindrsvprt.c: Likewise.
70907         * sunrpc/clnt_gen.c: Likewise.
70908         * sunrpc/clnt_perr.c: Likewise.
70909         * sunrpc/clnt_raw.c: Likewise.
70910         * sunrpc/clnt_simp.c: Likewise.
70911         * sunrpc/clnt_tcp.c: Likewise.
70912         * sunrpc/clnt_udp.c: Likewise.
70913         * sunrpc/clnt_unix.c: Likewise.
70914         * sunrpc/des_crypt.c: Likewise.
70915         * sunrpc/des_soft.c: Likewise.
70916         * sunrpc/get_myaddr.c: Likewise.
70917         * sunrpc/getrpcport.c: Likewise.
70918         * sunrpc/key_call.c: Likewise.
70919         * sunrpc/key_prot.c: Likewise.
70920         * sunrpc/openchild.c: Likewise.
70921         * sunrpc/pm_getmaps.c: Likewise.
70922         * sunrpc/pm_getport.c: Likewise.
70923         * sunrpc/pmap_clnt.c: Likewise.
70924         * sunrpc/pmap_prot.c: Likewise.
70925         * sunrpc/pmap_prot2.c: Likewise.
70926         * sunrpc/pmap_rmt.c: Likewise.
70927         * sunrpc/rpc/auth.h: Likewise.
70928         * sunrpc/rpc/auth_unix.h: Likewise.
70929         * sunrpc/rpc/clnt.h: Likewise.
70930         * sunrpc/rpc/des_crypt.h: Likewise.
70931         * sunrpc/rpc/key_prot.h: Likewise.
70932         * sunrpc/rpc/netdb.h: Likewise.
70933         * sunrpc/rpc/pmap_clnt.h: Likewise.
70934         * sunrpc/rpc/pmap_prot.h: Likewise.
70935         * sunrpc/rpc/pmap_rmt.h: Likewise.
70936         * sunrpc/rpc/rpc.h: Likewise.
70937         * sunrpc/rpc/rpc_des.h: Likewise.
70938         * sunrpc/rpc/rpc_msg.h: Likewise.
70939         * sunrpc/rpc/svc.h: Likewise.
70940         * sunrpc/rpc/svc_auth.h: Likewise.
70941         * sunrpc/rpc/types.h: Likewise.
70942         * sunrpc/rpc/xdr.h: Likewise.
70943         * sunrpc/rpc_clntout.c: Likewise.
70944         * sunrpc/rpc_cmsg.c: Likewise.
70945         * sunrpc/rpc_common.c: Likewise.
70946         * sunrpc/rpc_cout.c: Likewise.
70947         * sunrpc/rpc_dtable.c: Likewise.
70948         * sunrpc/rpc_hout.c: Likewise.
70949         * sunrpc/rpc_main.c: Likewise.
70950         * sunrpc/rpc_parse.c: Likewise.
70951         * sunrpc/rpc_parse.h: Likewise.
70952         * sunrpc/rpc_prot.c: Likewise.
70953         * sunrpc/rpc_sample.c: Likewise.
70954         * sunrpc/rpc_scan.c: Likewise.
70955         * sunrpc/rpc_scan.h: Likewise.
70956         * sunrpc/rpc_svcout.c: Likewise.
70957         * sunrpc/rpc_tblout.c: Likewise.
70958         * sunrpc/rpc_util.c: Likewise.
70959         * sunrpc/rpc_util.h: Likewise.
70960         * sunrpc/rpcinfo.c: Likewise.
70961         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
70962         * sunrpc/rpcsvc/key_prot.x: Likewise.
70963         * sunrpc/rpcsvc/klm_prot.x: Likewise.
70964         * sunrpc/rpcsvc/mount.x: Likewise.
70965         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
70966         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
70967         * sunrpc/rpcsvc/rex.x: Likewise.
70968         * sunrpc/rpcsvc/rstat.x: Likewise.
70969         * sunrpc/rpcsvc/rusers.x: Likewise.
70970         * sunrpc/rpcsvc/sm_inter.x: Likewise.
70971         * sunrpc/rpcsvc/spray.x: Likewise.
70972         * sunrpc/rpcsvc/yppasswd.x: Likewise.
70973         * sunrpc/rtime.c: Likewise.
70974         * sunrpc/svc.c: Likewise.
70975         * sunrpc/svc_auth.c: Likewise.
70976         * sunrpc/svc_authux.c: Likewise.
70977         * sunrpc/svc_raw.c: Likewise.
70978         * sunrpc/svc_run.c: Likewise.
70979         * sunrpc/svc_simple.c: Likewise.
70980         * sunrpc/svc_tcp.c: Likewise.
70981         * sunrpc/svc_udp.c: Likewise.
70982         * sunrpc/svc_unix.c: Likewise.
70983         * sunrpc/svcauth_des.c: Likewise.
70984         * sunrpc/xcrypt.c: Likewise.
70985         * sunrpc/xdr.c: Likewise.
70986         * sunrpc/xdr_array.c: Likewise.
70987         * sunrpc/xdr_float.c: Likewise.
70988         * sunrpc/xdr_mem.c: Likewise.
70989         * sunrpc/xdr_rec.c: Likewise.
70990         * sunrpc/xdr_ref.c: Likewise.
70991         * sunrpc/xdr_sizeof.c: Likewise.
70992         * sunrpc/xdr_stdio.c: Likewise.
70994         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
70995         handling.
70997 2010-08-19  Andreas Schwab  <schwab@redhat.com>
70999         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
71001 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
71003         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
71004         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
71005         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
71006         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
71007         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
71008         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
71009         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
71010         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
71011         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
71012         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
71013         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
71014         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
71015         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
71016         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
71018 2010-07-26  Anton Blanchard  <anton@samba.org>
71020         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
71021         * malloc/arena.c (heap_trim): Likewise.
71023 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
71025         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
71026         here.  Not...
71027         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
71028         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
71030 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
71032         * sysdeps/i386/elf/Makefile: New file.
71034 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
71036         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
71037         from fanotify_init.
71038         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
71039         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
71041 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
71043         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
71044         of strncasecmp_l.
71045         * sysdeps/multiarch/strcmp.S: Likewise.
71047 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
71049         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
71050         strncase_l-nonascii.
71051         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
71052         Add strncase_l-ssse3.
71053         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
71054         * sysdeps/x86_64/strcmp.S: Likewise.
71055         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
71056         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
71057         * sysdeps/x86_64/strncase.S: New file.
71058         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
71059         * sysdeps/x86_64/strncase_l.S: New file.
71060         * string/Makefile (strop-tests): Add strncasecmp.
71061         * string/test-strncasecmp.c: New file.
71063         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
71064         warning.
71066         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
71067         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
71069 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
71071         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
71073 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
71075         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
71076         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
71077         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
71079 2010-05-01  Alan Modra  <amodra@gmail.com>
71081         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
71082         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
71083         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
71084         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
71085         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
71086         tidying.  Don't tail-call __sigjmp_save for static lib.
71087         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
71088         save location.
71089         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
71090         (CALL_MCOUNT): Add eh info, and nop after bl.
71091         (TAIL_CALL_SYSCALL_ERROR): New macro.
71092         (PSEUDO_RET): Use it.
71093         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
71094         Correct save location of integer regs and cr.
71095         (_dl_profile_resolve): Correct cr save location.  Delete nops
71096         after bl when SHARED.  Reduce cfi size a little by better
71097         placement of cfi directives.
71098         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
71099         make a stack frame.  Instead use parm save area as a temp.
71100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
71101         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
71102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
71103         Don't make a stack frame for parent, use parm save area.
71104         Increase child stack frame to 112 bytes.  Don't save unused reg,
71105         and adjust reg usage.  Set up cfi on error recovery and
71106         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
71107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
71108         (__makecontext): Add dummy nop after jump to exit.
71109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
71110         Use correct parm save area and cr save, reduce stack frame.
71111         Correct cfi for possible PSEUDO_RET frame setup.
71112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
71113         Branch to local label emitted by PSEUDO_RET rather than
71114         __syscall_error.
71116 2010-08-12  Andreas Schwab  <schwab@redhat.com>
71118         [BZ #11904]
71119         * locale/programs/locale.c (print_assignment): New function.
71120         (show_locale_vars): Use it.
71122 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
71124         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
71125         field.
71126         (struct statfs64): Likewise.
71127         (_STATFS_F_FLAGS): Define.
71128         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
71129         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
71130         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
71131         (ST_VALID): Define locally.
71132         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
71133         __statvfs_getflags, use the provided value.
71134         * sysdeps/unix/sysv/linux/kernel-features.h: Define
71135         __ASSUME_STATFS_F_FLAGS.
71137         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
71139         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
71140         Add sys/fanotify.h.
71141         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
71142         fanotify_mask for GLIBC_2.13.
71143         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
71144         fanotify_init and fanotify_mark.
71145         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
71146         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
71148         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
71149         Add prlimit.
71150         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
71151         prlimit64 for GLIBC_2.13.
71152         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
71153         prlimit64.
71154         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
71155         syscall.
71156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
71157         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
71158         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
71159         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
71160         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
71161         add prlimit alias.
71162         * sysdeps/unix/sysv/linux/prlimit.c: New file.
71164         [BZ #11903]
71165         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
71166         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
71168         * nss/Makefile: Add rules to build and run tst-nss-test1.
71169         * shlib-versions: Add entry for libnss_test1.
71170         * nss/nss_test1.c: New file.
71171         * nss/tst-nss-test1.c: New file.
71173         * nss/nsswitch.c (__nss_database_custom): Define new variable.
71174         (__nss_configure_lookup): Set appropriate entry in
71175         __nss_configure_lookup to true.
71176         * nss/nsswitch.h: Define enum with indeces of databases in
71177         databases and __nss_database_custom arrays.  Declare
71178         __nss_database_custom.
71179         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
71180         to avoid using nscd when custom rules are installed.
71181         * nss/getXXbyYY_r.c: Likewise.
71182         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
71184         * nss/nss_files/files-parse.c: Whitespace fixes.
71186 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
71188         [BZ #11883]
71189         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
71190         * posix/fnmatch_loop.c: Likewise.
71192 2010-07-17  Andi Kleen  <ak@linux.intel.com>
71194         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
71195         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
71196         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
71197         * Versions.def [GLIBC_2.13]: Add.
71199 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
71201         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
71202         Also fail if tpwd after pwuid call is NULL.
71204 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
71206         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
71207         when converting to ms.
71209 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
71211         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
71212         EOPNOTSUPP errors with ENOTTY.
71213         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
71214         EOPNOTSUPP errors with ENOTTY.
71216 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
71218         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
71219         Add strcasecmp_l-ssse3.
71220         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
71221         strcasecmp.
71222         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
71223         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
71224         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
71226 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
71228         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
71230         * string/Makefile (strop-tests): Add strcasecmp.
71231         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
71232         strcasecmp_l-nonascii.
71233         (gen-as-const-headers): Add locale-defines.sym.
71234         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
71235         * sysdeps/x86_64/strcasecmp.S: New file.
71236         * sysdeps/x86_64/strcasecmp_l.S: New file.
71237         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
71238         * sysdeps/x86_64/locale-defines.sym: New file.
71239         * string/test-strcasecmp.c: New file.
71241         * string/test-strcasestr.c: Test both ends of the range of characters.
71242         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
71244 2010-07-29  Roland McGrath  <roland@redhat.com>
71246         [BZ #11856]
71247         * manual/locale.texi (Yes-or-No Questions): Fix example code.
71249 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
71251         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
71252         for ld.so.
71254 2010-07-27  Andreas Schwab  <schwab@redhat.com>
71256         * manual/memory.texi (Malloc Tunable Parameters): Document
71257         M_PERTURB.
71259 2010-07-26  Roland McGrath  <roland@redhat.com>
71261         [BZ #11840]
71262         * configure.in (-fgnu89-inline check): Set and substitute
71263         gnu89_inline, not libc_cv_gnu89_inline.
71264         * configure: Regenerated.
71265         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
71267 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
71269         * string/test-strnlen.c: New file.
71270         * string/Makefile (strop-tests): Add strnlen.
71271         * string/tester.c (test_strnlen): Add a few more test cases.
71272         * string/tst-strlen.c: Better error reporting.
71274         * sysdeps/x86_64/strnlen.S: New file.
71276 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
71278         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
71279         lower-latency instructions.
71281 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
71283         * string/test-strcasestr.c: New file.
71284         * string/test-strstr.c: New file.
71285         * string/Makefile (strop-tests): Add strstr and strcasestr.
71286         * string/str-two-way.h: Don't undefine MAX.
71287         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
71289 2010-07-21  Andreas Schwab  <schwab@redhat.com>
71291         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
71292         strcasestr-nonascii.
71293         (CFLAGS-strcasestr-nonascii.c): Define.
71294         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
71295         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
71296         Remove unused attribute.
71298 2010-07-20  Roland McGrath  <roland@redhat.com>
71300         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
71301         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
71302         ld.so.cache was broken.  With it, there is no way to disable dsocaps
71303         like LD_HWCAP_MASK can disable hwcaps.
71305 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
71307         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
71309 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
71311         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
71312         call in strcasestr.
71313         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
71314         __strcasestr_sse42_nonascii.
71315         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
71316         strcasestr-nonascii.c.
71317         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
71319 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
71321         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
71322         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
71323         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
71324         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
71326 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
71328         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
71329         fcntl.
71331 2010-07-06  Andreas Schwab  <schwab@redhat.com>
71333         [BZ #11577]
71334         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
71335         dl_signal_cerror.
71337 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
71339         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
71340         _PC_PIPE_BUF using F_GETPIPE_SZ.
71342 2010-07-05  Roland McGrath  <roland@redhat.com>
71344         * manual/arith.texi (Rounding Functions): Fix rint description
71345         implicit in round description.
71347 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
71349         * elf/Makefile: Fix linking for a few tests to make recent linker
71350         happy.
71352 2010-06-30  Andreas Schwab  <schwab@redhat.com>
71354         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
71355         $(common-objpfx)libc_nonshared.a.
71357 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
71359         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
71360         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
71361         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
71362         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
71363         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
71364         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
71365         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
71366         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
71367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
71368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
71369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
71370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
71371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
71372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
71373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
71374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
71375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
71376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
71377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
71378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
71379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
71380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
71381         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
71382         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
71383         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
71384         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
71385         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
71386         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
71387         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
71388         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
71389         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
71390         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
71391         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
71392         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
71393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
71394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
71395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
71396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
71397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
71398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
71399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
71400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
71401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
71402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
71403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
71404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
71405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
71406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
71408 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
71410         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
71411         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
71412         * string/memmove.c (memmove): Renamed to ...
71413         (MEMMOVE): ...this.  Default to memmove.
71414         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
71415         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
71416         (END_CHK): Define.
71417         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
71418         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
71419         mempcpy-ssse3-back memmove-ssse3-back.
71420         * sysdeps/x86_64/multiarch/bcopy.S: New file .
71421         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
71422         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
71423         * sysdeps/x86_64/multiarch/memcpy.S: New file.
71424         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
71425         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
71426         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
71427         * sysdeps/x86_64/multiarch/memmove.c: New file.
71428         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
71429         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
71430         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
71431         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
71432         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
71433         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
71434         Define.
71435         (index_Fast_Copy_Backward): Define.
71436         (HAS_ARCH_FEATURE): Define.
71437         (HAS_FAST_REP_STRING): Define.
71438         (HAS_FAST_COPY_BACKWARD): Define.
71440 2010-06-21  Andreas Schwab  <schwab@redhat.com>
71442         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
71443         Restore proper fallback handling.
71445 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
71447         [BZ #11701]
71448         * posix/group_member.c (__group_member): Correct checking loop.
71450         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
71451         OOM in getpwuid_r correctly.  Return error number when the caller
71452         should return, otherwise -1.
71453         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
71454         call returning > 0 value.
71455         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
71457 2010-06-07  Andreas Schwab  <schwab@redhat.com>
71459         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
71460         libc_nonshared.a from targets in modules-names.
71462 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
71464         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
71465         requires it.
71467 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
71469         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
71470         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
71471         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
71472         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
71474 2010-06-02  Andreas Schwab  <schwab@redhat.com>
71476         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
71478 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
71480         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
71481         and F_GETPIPE_SZ.
71482         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
71483         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
71484         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
71485         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
71486         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
71487         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
71489 2010-06-14  Roland McGrath  <roland@redhat.com>
71491         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
71493 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
71495         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
71496         __REDIRECT followed by __THROW.
71497         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
71498         * posix/getopt.h (getopt): Likewise.
71500 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
71502         * hurd/lookup-at.c (__file_name_lookup_at): Accept
71503         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
71504         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
71505         in AT_FLAGS.
71506         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
71507         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
71509 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
71511         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
71513 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
71515         [BZ #11640]
71516         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
71517         Properly check family and model.
71519 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
71521         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
71523 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
71525         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
71527 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
71529         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
71530         symbol reference.
71532 2010-05-19  Andreas Schwab  <schwab@redhat.com>
71534         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
71535         symbol reference.
71537 2010-05-21  Andreas Schwab  <schwab@redhat.com>
71539         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
71540         and internal_recvmmsg.
71541         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
71542         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
71543         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
71544         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
71546         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
71547         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
71548         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
71550 2010-05-20  Andreas Schwab  <schwab@redhat.com>
71552         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
71554 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
71556         POWER7 optimizations.
71557         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
71558         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
71560 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
71562         * version.h: Update for 2.13 development version.
71564 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
71566         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
71567         exceptions.  Return 0.
71569 2010-05-07  Roland McGrath  <roland@redhat.com>
71571         * elf/ldconfig.c (main): Add a const.
71573 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
71575         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
71576         (args_options): Add no-idn option.
71577         (ahosts_keys_int): Add idn_flags to ai_flags.
71578         (parse_option): Handle 'i' option to clear idn_flags.
71580         * malloc/malloc.c (_int_free): Possible race in the most recently
71581         added check.  Only act on the data if no current modification
71582         happened.
71584 See ChangeLog.17 for earlier changes.